summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-09-06 11:03:37 -0700
committerPatrick Dubroy <dubroy@google.com>2010-09-06 17:37:35 -0700
commit9f7aec8d4317d0407a41e12f236c962b225cb4c3 (patch)
tree345278548fa028325acdec41a8f4513b29df47df /res/values/strings.xml
parent39670182be72e981cc7c26d9099f6e9636d27411 (diff)
downloadandroid_packages_apps_Trebuchet-9f7aec8d4317d0407a41e12f236c962b225cb4c3.tar.gz
android_packages_apps_Trebuchet-9f7aec8d4317d0407a41e12f236c962b225cb4c3.tar.bz2
android_packages_apps_Trebuchet-9f7aec8d4317d0407a41e12f236c962b225cb4c3.zip
Implement selection mode for All Apps with delete and info actions.
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 392584cda..a009863da 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -133,6 +133,17 @@
<!-- Noun, menu item used to show the system settings -->
<string name="menu_settings">Settings</string>
+ <!-- Strings for the contextual action bar (CAB) in All Apps -->
+ <skip />
+ <!-- Describes the button for uninstalling the currently selected application.
+ Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] -->
+ <string name="cab_menu_delete_app">Uninstall application</string>
+ <!-- Describes the button for getting details/info about currently selected application.
+ Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] -->
+ <string name="cab_menu_app_info">Application details</string>
+ <!-- Appears in the CAB when an app is selected in All Apps. [CHAR_LIMIT=50] -->
+ <string name="cab_selection_text">1 application selected</string>
+
<!-- Permissions: -->
<skip />
<!-- Permission short label -->