diff options
Diffstat (limited to 'packages/SystemUI/res/values/strings.xml')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index a2cbf0c..67de09d 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -395,6 +395,9 @@ <!-- Content description of the alarm tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_quick_settings_alarm">Alarm set for <xliff:g id="time" example="Wed 3:30 PM">%s</xliff:g>.</string> + <string name="accessibility_quick_settings_ringer">Sound <xliff:g id="state" example="Off">%s</xliff:g>.</string> + <string name="accessibility_quick_settings_vibration">Vibration <xliff:g id="state" example="Off">%s</xliff:g>.</string> + <!-- Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] --> <string name="data_usage_disabled_dialog_3g_title">2G-3G data disabled</string> <!-- Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] --> @@ -518,6 +521,19 @@ <string name="status_bar_help_text">Access them anytime by swiping down.\nSwipe down again for system controls.</string> <string name="powerwidget_screen_timeout_toast">Screen timeout set to: %1$d %2$s</string> + <string name="quick_settings_gps">GPS</string> + <string name="quick_settings_screen_sleep">Go to sleep</string> + <string name="quick_settings_ringer_on">Sound on</string> + <string name="quick_settings_ringer_off">Sound off</string> + <string name="quick_settings_vibration_on">Vibration on</string> + <string name="quick_settings_vibration_off">Vibration off</string> + <string name="quick_settings_label_enabled">On</string> + <string name="quick_settings_label_disabled">Off</string> + <string name="quick_settings_ringer_normal">Sound</string> + <string name="quick_settings_lockscreen">Lock Screen</string> + <string name="quick_settings_network_type">Network Type</string> + <string name="quick_settings_report_bug">Report Bug</string> + <!-- Text to display next to the minimal graphical battery meter. [CHAR LIMIT=3] --> <string name="status_bar_settings_battery_meter_min_format" translatable="false"> <xliff:g id="number">%d</xliff:g> |