summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2d41791b7..e7c18bdbb 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -245,4 +245,16 @@
<!-- Default folder title -->
<string name="folder_hint_text">Unnamed Folder</string>
+
+ <!-- Accessibility -->
+ <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>
+ <!-- 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>
+ <!-- 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>
+ <!-- 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>
</resources>