summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-04-30 00:43:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-30 00:43:55 +0000
commit65d076b2ffe7ca96f014a95bd362c7d1ce004b97 (patch)
treec5c861070fc09820d155ab32356af252afbcfb89 /res/values/strings.xml
parenta911672f45900fc0ed746e0d84c43c6e5ad89b6a (diff)
parente9b651eef1b9f3647eba94f833bff3fc52f5956b (diff)
downloadandroid_packages_apps_Trebuchet-65d076b2ffe7ca96f014a95bd362c7d1ce004b97.tar.gz
android_packages_apps_Trebuchet-65d076b2ffe7ca96f014a95bd362c7d1ce004b97.tar.bz2
android_packages_apps_Trebuchet-65d076b2ffe7ca96f014a95bd362c7d1ce004b97.zip
Merge "Enabling accessibility drag and drop in folder" into ub-launcher3-burnaby
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b5e02f29d..a5a681a4f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -200,10 +200,13 @@
<!-- Strings for accessibility actions -->
<!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] [DO NOT TRANSLATE] -->
- <string name="action_add_to_workspace">Add to workspace</string>
+ <string name="action_add_to_workspace">Add to home screen</string>
+
+ <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] [DO NOT TRANSLATE] -->
+ <string name="action_move_here">Move here</string>
<!-- Accessibility confirmation for item added to workspace [DO NOT TRANSLATE] -->
- <string name="item_added_to_workspace">Item added to workspace</string>
+ <string name="item_added_to_workspace">Item added to home screen</string>
<!-- Accessibility confirmation for item removed [DO NOT TRANSLATE] -->
<string name="item_removed">Item removed</string>
@@ -212,7 +215,13 @@
<string name="action_move">Move Item</string>
<!-- Accessibility description to move item to empty cell. [DO NOT TRANSLATE] -->
- <string name="move_to_empty_cell">Move to empty cell <xliff:g id="number" example="1">%1$s</xliff:g>, <xliff:g id="number" example="1">%2$s</xliff:g></string>
+ <string name="move_to_empty_cell">Move to row <xliff:g id="number" example="1">%1$s</xliff:g> column <xliff:g id="number" example="1">%2$s</xliff:g></string>
+
+ <!-- Accessibility description to move item inside a folder. [DO NOT TRANSLATE] -->
+ <string name="move_to_position">Move to position <xliff:g id="number" example="1">%1$s</xliff:g></string>
+
+ <!-- Accessibility description to move item to the hotseat. [DO NOT TRANSLATE] -->
+ <string name="move_to_hotseat_position">Move to favorites position <xliff:g id="number" example="1">%1$s</xliff:g></string>
<!-- Accessibility confirmation for item move [DO NOT TRANSLATE]-->
<string name="item_moved">Item moved</string>
@@ -220,6 +229,9 @@
<!-- Accessibility description to move item into an existing folder. [DO NOT TRANSLATE]-->
<string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
+ <!-- Accessibility description to move item into an existing folder containing an app. [DO NOT TRANSLATE]-->
+ <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string>
+
<!-- Accessibility confirmation for item added to folder [DO NOT TRANSLATE] -->
<string name="added_to_folder">Item added to folder</string>