summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/strings.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-07-14 13:32:33 -0400
committerJason Monk <jmonk@google.com>2015-07-14 13:32:33 -0400
commitf05ca67ce4683bfdd8bd5dbc7cd323bbed770062 (patch)
tree64e8b96fb065eff9f7bd004bb557376620014c28 /packages/SystemUI/res/values/strings.xml
parenta9b9907f3c472e70d0950964d3e2c83c4926af14 (diff)
downloadframeworks_base-f05ca67ce4683bfdd8bd5dbc7cd323bbed770062.zip
frameworks_base-f05ca67ce4683bfdd8bd5dbc7cd323bbed770062.tar.gz
frameworks_base-f05ca67ce4683bfdd8bd5dbc7cd323bbed770062.tar.bz2
Move wifi accessibility strings to SettingsLib
Bug: 22468835 Change-Id: I66e85e8adfb3eda194995eda529422a172f00cbd
Diffstat (limited to 'packages/SystemUI/res/values/strings.xml')
-rw-r--r--packages/SystemUI/res/values/strings.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index d32ce55..fcf7e3e 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -276,19 +276,6 @@
<!-- Content description of the data signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_data_signal_full">Data signal full.</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>
-
<!-- Content description of the wifi label showing what we are connected to. [CHAR LIMIT=NONE] -->
<string name="accessibility_wifi_name">Connected to <xliff:g id="wifi" example="Home Network">%s</xliff:g>.</string>