summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-10-25 21:38:29 -0700
committerAdam Cohen <adamcohen@google.com>2011-10-26 14:08:19 -0700
commit3371da0159cc54ff8ae1b1b26effb96445f208d5 (patch)
treeaac9f398c475f14c802370e827c44973fd9cc21e /res/values
parentf060868dd6ca8fb2f199fefd5cbb19a75ac2c108 (diff)
downloadandroid_packages_apps_Trebuchet-3371da0159cc54ff8ae1b1b26effb96445f208d5.tar.gz
android_packages_apps_Trebuchet-3371da0159cc54ff8ae1b1b26effb96445f208d5.tar.bz2
android_packages_apps_Trebuchet-3371da0159cc54ff8ae1b1b26effb96445f208d5.zip
Initial changes to make folders accessible
Change-Id: Id8c9cbc0ef200967c3b966fbccfdfde184d4211c
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml22
1 files changed, 18 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6f6a15811..f5a7f0431 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -208,13 +208,13 @@ s -->
<skip />
<!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
- <string name="default_scroll_format" translatable="false">Page %1$d of %2$d</string>
+ <string name="default_scroll_format">Page %1$d of %2$d</string>
<!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
- <string name="workspace_scroll_format" translatable="false">Workspace %1$d of %2$d</string>
+ <string name="workspace_scroll_format">Workspace %1$d of %2$d</string>
<!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->
- <string name="apps_customize_apps_scroll_format" translatable="false">Apps page %1$d of %2$d</string>
+ <string name="apps_customize_apps_scroll_format">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>
+ <string name="apps_customize_widgets_scroll_format">Widgets page %1$d of %2$d</string>
<!-- Clings -->
<!-- The title text for the workspace cling [CHAR_LIMIT=none] -->
@@ -237,4 +237,18 @@ s -->
<string name="cling_dismiss">OK</string>
<add-resource type="string" name="default_folder_name" />
+ <!-- Folder accessibility -->
+ <!-- The format string for when a folder is opened, speaks the dimensions -->
+ <string name="folder_opened">Folder opened, %1$d by %2$d</string>
+ <!-- Instruction that clicking outside will close folder -->
+ <string name="folder_tap_to_close">Tap to close folder</string>
+ <!-- Instruction that clicking outside will commit folder rename -->
+ <string name="folder_tap_to_rename">Tap to commit rename</string>
+ <!-- Indication that folder closed -->
+ <string name="folder_closed">Folder closed</string>
+ <!-- Folder renamed format -->
+ <string name="folder_renamed">Folder renamed to %1$s</string>
+ <!-- Folder name format -->
+ <string name="folder_name_format">Folder: %1$s</string>
+
</resources>