summaryrefslogtreecommitdiffstats
path: root/packages/SettingsLib
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-07-14 20:42:41 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-14 20:42:41 +0000
commitb9b50effa1ddd66c999e25af1f8bf2e2a9c07566 (patch)
tree46d5d3aeb7959b0bb08c4c8234032c8ef0b55881 /packages/SettingsLib
parent36ba8b1b4c0822036b4652d3e134979fae89c54d (diff)
parenta75421557651d7016124f8ed1fa5c0bab834d121 (diff)
downloadframeworks_base-b9b50effa1ddd66c999e25af1f8bf2e2a9c07566.zip
frameworks_base-b9b50effa1ddd66c999e25af1f8bf2e2a9c07566.tar.gz
frameworks_base-b9b50effa1ddd66c999e25af1f8bf2e2a9c07566.tar.bz2
am a7542155: am 2061049d: Merge "Move wifi accessibility strings to SettingsLib" into mnc-dev
* commit 'a75421557651d7016124f8ed1fa5c0bab834d121': Move wifi accessibility strings to SettingsLib
Diffstat (limited to 'packages/SettingsLib')
-rw-r--r--packages/SettingsLib/res/values/strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index 377a9a4..b03f100 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -182,4 +182,17 @@
<!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
<string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
+ <!-- Content description of the WIFI signal when WIFI is disabled for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_wifi_off">Wifi off.</string>
+ <!-- Content description of the WIFI signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_no_wifi">Wifi disconnected.</string>
+ <!-- Content description of the WIFI signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_wifi_one_bar">Wifi one bar.</string>
+ <!-- Content description of the WIFI signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_wifi_two_bars">Wifi two bars.</string>
+ <!-- Content description of the WIFI signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_wifi_three_bars">Wifi three bars.</string>
+ <!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_wifi_signal_full">Wifi signal full.</string>
+
</resources>