diff options
author | Danesh M <daneshm90@gmail.com> | 2015-01-23 18:59:21 -0800 |
---|---|---|
committer | Danesh M <daneshm90@gmail.com> | 2015-12-10 15:46:36 -0800 |
commit | d37c80a8844445ed6ae4952af2c8fa893c4dc5b6 (patch) | |
tree | d2b97ca2f25bd5e554fe83ca6ce5f809e674642e /packages/SystemUI/res/values | |
parent | e799f3d7062eda84e4acf5a4c970b09c6cec6b66 (diff) | |
download | frameworks_base-d37c80a8844445ed6ae4952af2c8fa893c4dc5b6.zip frameworks_base-d37c80a8844445ed6ae4952af2c8fa893c4dc5b6.tar.gz frameworks_base-d37c80a8844445ed6ae4952af2c8fa893c4dc5b6.tar.bz2 |
SystemUI : Add screen timeout tile
Change-Id: If4f9e86ea25f92f435fd1d443cbe0b23ef4c1fb4
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r-- | packages/SystemUI/res/values/cm_strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_strings.xml b/packages/SystemUI/res/values/cm_strings.xml index b324b4f..af767a7 100644 --- a/packages/SystemUI/res/values/cm_strings.xml +++ b/packages/SystemUI/res/values/cm_strings.xml @@ -123,4 +123,10 @@ <string name="quick_settings_sync_label">Sync</string> <string name="quick_settings_volume_panel_label">Volume panel</string> <string name="quick_settings_usb_tether_label">USB tethering</string> + <string name="quick_settings_screen_timeout_detail_title">Screen timeout</string> + <!-- Content description of the screen timeout tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] --> + <string name="accessibility_quick_settings_screen_timeout">Screen timeout: <xliff:g id="timeout" example="30 seconds">%s</xliff:g>.</string> + + <!-- Announcement made when the screen timeout tile changes (not shown on the screen). [CHAR LIMIT=NONE] --> + <string name="accessibility_quick_settings_screen_timeout_changed">Screen timeout changed to <xliff:g id="timeout" example="30 seconds">%s</xliff:g>.</string> </resources> |