summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2015-03-09 19:47:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-09 19:47:33 +0000
commitec3682b5647630d72f9533d11f2deaad5b620cc0 (patch)
treedc74056dae7ae9be429793bd47461e6f34cdf5cb /res
parentd5bf4ab5f75bbfd28162d8a45043cc5801fbfcc5 (diff)
parentc9735cff2e558aa3f3810e49c15ef13049b9429c (diff)
downloadandroid_packages_apps_Trebuchet-ec3682b5647630d72f9533d11f2deaad5b620cc0.tar.gz
android_packages_apps_Trebuchet-ec3682b5647630d72f9533d11f2deaad5b620cc0.tar.bz2
android_packages_apps_Trebuchet-ec3682b5647630d72f9533d11f2deaad5b620cc0.zip
Merge "Enabling accessible drag and drop" into ub-launcher3-burnaby
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml1
-rw-r--r--res/values/strings.xml28
2 files changed, 29 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index cbec51216..1acace6f9 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -104,4 +104,5 @@
<item type="id" name="action_uninstall" />
<item type="id" name="action_info" />
<item type="id" name="action_add_to_workspace" />
+ <item type="id" name="action_move" />
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8b7e6c199..74b88148c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -305,4 +305,32 @@ s -->
<!-- Strings for accessibility actions -->
<!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
<string name="action_add_to_workspace">Add To Workspace</string>
+
+ <!-- Accessibility confirmation for item added to workspace -->
+ <string name="item_added_to_workspace">Item added to workspace</string>
+
+ <!-- Accessibility confirmation for item removed-->
+ <string name="item_removed_from_workspace">Item removed from workspace</string>
+
+ <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
+ <string name="action_move">Move Item</string>
+
+ <!-- Accessibility description to move item to empty cell. -->
+ <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>
+
+ <!-- Accessibility confirmation for item move -->
+ <string name="item_moved">Item moved</string>
+
+ <!-- Accessibility description to move item into an existing folder. -->
+ <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
+
+ <!-- Accessibility confirmation for item added to folder-->
+ <string name="added_to_folder">Item added to folder</string>
+
+ <!-- Accessibility description to create folder with another item. -->
+ <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string>
+
+ <!-- Accessibility confirmation for folder created -->
+ <string name="folder_created">Folder created</string>
+
</resources>