summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2015-01-22 11:21:56 -0800
committerLuK1337 <priv.luk@gmail.com>2015-12-10 19:39:51 +0100
commitb4f9cb3657b689b4d8ff01e01ba85376ad2c4aea (patch)
treea7d9b8e5458592aeb281c64a383be79bd43de3da /packages/SystemUI/res/values
parent958e4d050707b32529bd4f16dd840cd8ce3908b9 (diff)
downloadframeworks_base-b4f9cb3657b689b4d8ff01e01ba85376ad2c4aea.zip
frameworks_base-b4f9cb3657b689b4d8ff01e01ba85376ad2c4aea.tar.gz
frameworks_base-b4f9cb3657b689b4d8ff01e01ba85376ad2c4aea.tar.bz2
SystemUI: add Profiles tile
Change-Id: I1fe49d44d17060c47fb7d6cf3356ec06c8d9d690
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/cm_strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_strings.xml b/packages/SystemUI/res/values/cm_strings.xml
index ac8e7e2..7938038 100644
--- a/packages/SystemUI/res/values/cm_strings.xml
+++ b/packages/SystemUI/res/values/cm_strings.xml
@@ -68,6 +68,17 @@
<!-- Content description of the light brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_notification_brightness">Light brightness</string>
+
+ <!-- Content description of the profiles tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_quick_settings_profiles_off">Profiles off.</string>
+ <!-- Content description of the profiles tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_quick_settings_profiles">Profile: <xliff:g id="profile" example="Default">%s</xliff:g>.</string>
+
+ <!-- Announcement made when the profiles tile changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_quick_settings_profiles_changed_off">Profiles turned off.</string>
+ <!-- Announcement made when the profiles tile changes (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_quick_settings_profiles_changed">Profile changed to <xliff:g id="profile" example="Default">%s</xliff:g>.</string>
+
<string name="quick_settings_compass_value" translatable="false"><xliff:g id="degrees">%1$.0f</xliff:g>\u00b0 <xliff:g id="direction">%2$s</xliff:g></string>
<string name="quick_settings_compass_off">Compass off</string>
<string name="quick_settings_compass_init">Initializing\u2026</string>
@@ -97,6 +108,8 @@
<string name="qs_tile_compass">Compass</string>
<string name="quick_settings_nfc">NFC</string>
<string name="quick_settings_nfc_off">NFC off</string>
+ <string name="quick_settings_profiles">System profiles</string>
+ <string name="quick_settings_profiles_off">Profiles disabled</string>
<!-- Content description of the sync tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_quick_settings_sync_off">Sync off.</string>