summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-04 15:50:25 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-05-06 12:06:48 -0700
commit1d08f70441999c66b76c97e48b4149e1433be3c3 (patch)
treea46b0b3ff4cd65b16035366d496ff1030be2c44a /res/values/strings.xml
parentdeb189fd105a5367d965538fd2ebc4a132346ee4 (diff)
downloadandroid_packages_apps_Trebuchet-1d08f70441999c66b76c97e48b4149e1433be3c3.tar.gz
android_packages_apps_Trebuchet-1d08f70441999c66b76c97e48b4149e1433be3c3.tar.bz2
android_packages_apps_Trebuchet-1d08f70441999c66b76c97e48b4149e1433be3c3.zip
Accessibility: Page re-ordering in overview mode
Change-Id: I5fc0ad326a63b6768cb1fae55ee6e05a9fc2b659
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 57f23ae98..1681fc626 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -243,4 +243,13 @@
<!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] [DO NOT TRANSLATE] -->
<string name="action_move_to_workspace">Move to home screen</string>
+
+ <!-- Accessibility action to move an homescreen to the left. [CHAR_LIMIT=30] [DO NOT TRANSLATE] -->
+ <string name="action_move_screen_left">Move screen to left</string>
+
+ <!-- Accessibility action to move an homescreen to the right. [CHAR_LIMIT=30] [DO NOT TRANSLATE] -->
+ <string name="action_move_screen_right">Move screen to right</string>
+
+ <!-- Accessibility confirmation when a screen was moved [DO NOT TRANSLATE] -->
+ <string name="screen_moved">Screen moved</string>
</resources>