summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2011-01-06 16:06:12 -0500
committerDaniel Sandler <dsandler@google.com>2011-01-06 16:06:30 -0500
commit8896079dac2ced0189225b49fdb0182e860b1f73 (patch)
treeb07fdf9e5dbc34e988798934ad5b7be1113eb6bb /packages
parent42edf0f8cf8ca85dd5010558ff399e2c9a4c779c (diff)
downloadframeworks_base-8896079dac2ced0189225b49fdb0182e860b1f73.zip
frameworks_base-8896079dac2ced0189225b49fdb0182e860b1f73.tar.gz
frameworks_base-8896079dac2ced0189225b49fdb0182e860b1f73.tar.bz2
Remove obsolete strings (rather than fix l10n guidelines).
Bug: 3197000 Change-Id: I8e501922d0a5d80a970281446ddeeab43ed69ea3
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/values-port/strings.xml3
-rw-r--r--packages/SystemUI/res/values-xlarge/strings.xml2
-rw-r--r--packages/SystemUI/res/values/strings.xml7
3 files changed, 1 insertions, 11 deletions
diff --git a/packages/SystemUI/res/values-port/strings.xml b/packages/SystemUI/res/values-port/strings.xml
index d3ab67b..67364a4 100644
--- a/packages/SystemUI/res/values-port/strings.xml
+++ b/packages/SystemUI/res/values-port/strings.xml
@@ -17,7 +17,4 @@
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Rotation lock toast text: shown when rotation lock is turned on in portrait orientation.
- -->
- <string name="toast_rotation_locked">Screen is now locked in portrait orientation.</string>
</resources>
diff --git a/packages/SystemUI/res/values-xlarge/strings.xml b/packages/SystemUI/res/values-xlarge/strings.xml
index 279a135..f7b642d 100644
--- a/packages/SystemUI/res/values-xlarge/strings.xml
+++ b/packages/SystemUI/res/values-xlarge/strings.xml
@@ -18,7 +18,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The text for the button in the notification window-shade that clears
- all of the currently visible notifications. -->
+ all of the currently visible notifications. [CHAR LIMIT=10]-->
<string name="status_bar_clear_all_button">Clear all</string>
<!-- System panel ("Quick Settings") -->
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 9737028..df846f1 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -108,11 +108,4 @@
<!-- Recent apps label. Shown as title on recent apps panel -->
<string name="recent_tasks_app_label">Apps</string>
- <!-- Rotation lock toast text: shown when rotation lock is turned off (and the screen will
- auto-rotate based on the accelerometer). [CHAR LIMIT=NONE]-->
- <string name="toast_rotation_free">Screen will rotate automatically.</string>
-
- <!-- Rotation lock toast text: shown when rotation lock is turned on and the orientation is
- undefined. [CHAR LIMIT=NONE] -->
- <string name="toast_rotation_locked">Screen rotation is now locked.</string>
</resources>