Skip to content

Commit 992e77a

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Fold WiMAX state into the mobile RSSI." into ics-mr1
2 parents 8b50bd8 + 0fee217 commit 992e77a

File tree

3 files changed

+165
-143
lines changed

3 files changed

+165
-143
lines changed

packages/SystemUI/res/values/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,16 @@
257257
<string name="accessibility_wifi_three_bars">Wi-Fi three bars.</string>
258258
<!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
259259
<string name="accessibility_wifi_signal_full">WiFi signal full.</string>
260+
261+
<!-- Content description of the WiMAX signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
260262
<string name="accessibility_no_wimax">No WiMAX.</string>
263+
<!-- Content description of the WiMAX signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
261264
<string name="accessibility_wimax_one_bar">WiMAX one bar.</string>
265+
<!-- Content description of the WiMAX signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
262266
<string name="accessibility_wimax_two_bars">WiMAX two bars.</string>
267+
<!-- Content description of the WiMAX signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
263268
<string name="accessibility_wimax_three_bars">WiMAX three bars.</string>
269+
<!-- Content description of the WiMAX signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
264270
<string name="accessibility_wimax_signal_full">WiMAX signal full.</string>
265271

266272
<!-- Content description of the data connection type GPRS for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->

0 commit comments

Comments
 (0)