summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/strings.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-05-03 23:16:42 -0400
committerDaniel Sandler <dsandler@android.com>2012-05-07 09:04:53 -0400
commit9ff6378916befd536ddd1816c32a604b068044f4 (patch)
tree331129be45ece755123634ccd067c47b8c5993e4 /packages/SystemUI/res/values/strings.xml
parent908c7dcf8292aae1067a946f12af88a9677a1878 (diff)
downloadframeworks_base-9ff6378916befd536ddd1816c32a604b068044f4.zip
frameworks_base-9ff6378916befd536ddd1816c32a604b068044f4.tar.gz
frameworks_base-9ff6378916befd536ddd1816c32a604b068044f4.tar.bz2
Visual refresh of notification panel header.
CLOCK - 2 LINE DATE - ROTATION LOCK - SETTINGS ---- CLEAR ALL Bug: 6418617 Change-Id: I477b59d83aaefc6943ed3cfd5bb4e3f4072a8471 Conflicts: packages/SystemUI/res/values/strings.xml
Diffstat (limited to 'packages/SystemUI/res/values/strings.xml')
-rw-r--r--packages/SystemUI/res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index d79ba42..1eb353f 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -377,4 +377,12 @@
<!-- Content text for do-not-disturb mode notification -->
<string name="notifications_off_text">Tap here to turn notifications back on.</string>
+ <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is on. [CHAR LIMIT=NONE] -->
+ <string name="accessibility_rotation_lock_off">Screen will rotate automatically.</string>
+
+ <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
+ <string name="accessibility_rotation_lock_on_landscape">Screen is locked in landscape orientation.</string>
+
+ <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
+ <string name="accessibility_rotation_lock_on_portrait">Screen is locked in portrait orientation.</string>
</resources>