diff options
author | Steven Liu <steveliu@google.com> | 2020-03-05 11:37:49 -0800 |
---|---|---|
committer | Steven Liu <steveliu@google.com> | 2020-03-05 12:46:45 -0800 |
commit | 28e2bc50a6574b7ac7f87e8bcb0cd564bdff28de (patch) | |
tree | c3173de1e54be97a5ba9871c7544c6b79205f92d /libs | |
parent | faa2340e534c5506dcf33e2791c2fac3d4a3b6f7 (diff) |
Make the legacy string to follow new checking guideline.
Bug: 146652802
Test: build
Change-Id: Ide1482cf092cc9afc80c17157a82c7e7df0d4b55
Diffstat (limited to 'libs')
-rw-r--r-- | libs/WifiTrackerLib/res/values/strings.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/libs/WifiTrackerLib/res/values/strings.xml b/libs/WifiTrackerLib/res/values/strings.xml index 1b49b299a..82c515c50 100644 --- a/libs/WifiTrackerLib/res/values/strings.xml +++ b/libs/WifiTrackerLib/res/values/strings.xml @@ -14,7 +14,7 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Summary text separator for short descriptions (eg. "Fast / Connected"). --> + <!-- Summary text separator for short descriptions (eg. "Fast / Connected"). [CHAR LIMIT=NONE] --> <string name="summary_separator">" / "</string> <!-- Strings for labeling Wi-Fi Auto-Connection is disabled. Wi-Fi Auto-Connection is a feature @@ -27,48 +27,48 @@ <!-- Package name for Certinstaller app--> <string name="certinstaller_package" translatable="false">com.android.certinstaller</string> - <!-- Summary for saved networks --> - <string name="saved_network">Saved by <xliff:g id="name">%1$s</xliff:g></string> + <!-- Summary for saved networks [CHAR LIMIT=NONE]--> + <string name="saved_network">Saved by <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string> - <!-- Summary for the network but no internet connection was detected. --> - <string name="wifi_no_internet_no_reconnect">Won\'t automatically connect</string> + <!-- Summary for the network but no internet connection was detected. [CHAR LIMIT=NONE] --> + <string name="wifi_no_internet_no_reconnect">Won\u2019t automatically connect</string> - <!-- Summary for the remembered network but no internet connection was detected. --> + <!-- Summary for the remembered network but no internet connection was detected. [CHAR LIMIT=NONE] --> <string name="wifi_no_internet">No internet access</string> <!-- Status for networks disabled from authentication failure (wrong password - or certificate). --> + or certificate). [CHAR LIMIT=NONE] --> <string name="wifi_disabled_password_failure">Authentication problem</string> - <!-- Message shown when the user likely entered an incorrect password for a wifi network --> + <!-- Message shown when the user likely entered an incorrect password for a wifi network [CHAR LIMIT=NONE] --> <string name="wifi_check_password_try_again">Check password and try again</string> - <!-- Status for networked disabled from a DNS or DHCP failure --> + <!-- Status for networked disabled from a DNS or DHCP failure [CHAR LIMIT=NONE] --> <string name="wifi_disabled_network_failure">IP configuration failure</string> - <!-- Status for networks disabled for unknown reason --> + <!-- Status for networks disabled for unknown reason [CHAR LIMIT=NONE] --> <string name="wifi_disabled_generic">Disabled</string> - <!-- Summary for networks failing to connect due to association rejection status 17, AP full --> + <!-- Summary for networks failing to connect due to association rejection status 17, AP full [CHAR LIMIT=NONE] --> <string name="wifi_ap_unable_to_handle_new_sta">Access point temporarily full</string> <!-- Summary for the disconnected network. [CHAR LIMIT=40] --> <string name="wifi_disconnected">Disconnected</string> - <!-- Summary for the remembered network. --> + <!-- Summary for the remembered network. [CHAR LIMIT=NONE] --> <string name="wifi_remembered">Saved</string> - <!-- Label indicating network has been manually marked as metered --> + <!-- Label indicating network has been manually marked as metered [CHAR LIMIT=NONE] --> <string name="wifi_metered_label">Metered</string> - <!-- Label indicating network has been manually marked as unmetered --> + <!-- Label indicating network has been manually marked as unmetered [CHAR LIMIT=NONE] --> <string name="wifi_unmetered_label">Unmetered</string> <!-- Status message of Wi-Fi when it is connected by a app (via suggestion or network request). [CHAR LIMIT=NONE] --> <string name="connected_via_app">Connected via <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string> <!-- Status message of Wi-Fi when it is automatically connected by a network recommendation provider. [CHAR LIMIT=NONE] --> - <string name="connected_via_network_scorer">Automatically connected via %1$s</string> + <string name="connected_via_network_scorer">Automatically connected via <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string> <!-- Status message of Wi-Fi when it is automatically connected by a default network recommendation provider. [CHAR LIMIT=NONE] --> <string name="connected_via_network_scorer_default">Automatically connected via network rating provider</string> @@ -79,7 +79,7 @@ <!-- Summary for connected network without internet due to private dns validation failed [CHAR LIMIT=NONE] --> <string name="private_dns_broken">Private DNS server cannot be accessed</string> - <!-- Summary for Connected wifi network without internet --> + <!-- Summary for Connected wifi network without internet [CHAR LIMIT=NONE] --> <string name="wifi_connected_no_internet">No internet</string> <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security --> |