summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-22 21:25:46 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-22 21:25:46 -0700
commitdbb654992673d8d1236d06a647c08b4b2c5e3103 (patch)
tree540bac9fe909b8ec8848a20b6f6b45cf6a86d524 /res/values/strings.xml
parenta0140c63f43a5064af7fe012247e62e588bba0b4 (diff)
parent82f5553a137f0a25f7333a6fc9507c847b7a42ed (diff)
downloadandroid_packages_apps_Trebuchet-dbb654992673d8d1236d06a647c08b4b2c5e3103.tar.gz
android_packages_apps_Trebuchet-dbb654992673d8d1236d06a647c08b4b2c5e3103.tar.bz2
android_packages_apps_Trebuchet-dbb654992673d8d1236d06a647c08b4b2c5e3103.zip
Merge "Cling ALL the things! (Workspace and AllApps)"
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 871d7e973..a238eb489 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -231,4 +231,20 @@ s -->
<string name="apps_customize_apps_scroll_format" translatable="false">Apps page %1$d of %2$d</string>
<!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->
<string name="apps_customize_widgets_scroll_format" translatable="false">Widgets page %1$d of %2$d</string>
+
+ <!-- Clings -->
+ <!-- The title text for the workspace cling [CHAR_LIMIT=none] -->
+ <string name="workspace_cling_title">Welcome Home!</string>
+ <!-- The description of how to pick up and move an item on the workspace [CHAR_LIMIT=none] -->
+ <string name="workspace_cling_move_item">To move an app or widget, touch &amp; hold, then reposition it.</string>
+ <!-- The description of how to open all apps from the workspace [CHAR_LIMIT=none] -->
+ <string name="workspace_cling_open_all_apps">To see all your apps, touch the All Apps button.</string>
+ <!-- The title text for the All Apps cling [CHAR_LIMIT=none] -->
+ <string name="all_apps_cling_title">Here are all your apps</string>
+ <!-- The description of how to pick up and add an item to the workspace [CHAR_LIMIT=none] -->
+ <string name="all_apps_cling_add_item">To add an app or widget to your home screen, touch &amp; hold, then position it.</string>
+
+ <!-- The text on the button to dismiss a cling [CHAR_LIMIT=none] -->
+ <string name="cling_dismiss">OK</string>
+
</resources>