summaryrefslogtreecommitdiffstats
path: root/ui/res/values
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2011-02-23 16:49:09 -0800
committerVasu Nori <vnori@google.com>2011-02-25 17:10:22 -0800
commitdaed066d4dcc8873d3463ae65e16fa2e7fbcafe5 (patch)
tree2dda48eb7092f01e1cfa34e243f5000e11e0d419 /ui/res/values
parent1d83506b9bd51fdd2332249be13019f649c19aab (diff)
downloadandroid_packages_providers_DownloadProvider-daed066d4dcc8873d3463ae65e16fa2e7fbcafe5.tar.gz
android_packages_providers_DownloadProvider-daed066d4dcc8873d3463ae65e16fa2e7fbcafe5.tar.bz2
android_packages_providers_DownloadProvider-daed066d4dcc8873d3463ae65e16fa2e7fbcafe5.zip
bug:3308769 add CAB options to downloads app
Change-Id: I9bb1374b7ca0053210274e5d6981b2f2dcf6bfca
Diffstat (limited to 'ui/res/values')
-rw-r--r--ui/res/values/strings.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/ui/res/values/strings.xml b/ui/res/values/strings.xml
index 07f51521..0be08dd6 100644
--- a/ui/res/values/strings.xml
+++ b/ui/res/values/strings.xml
@@ -16,8 +16,10 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The name of the application that appears in the launcher [CHAR LIMIT=15] -->
<string name="app_label">Downloads</string>
- <!-- The title that appears at the top of the activity listing downloads [CHAR LIMIT=25] -->
- <string name="download_title">Downloads</string>
+ <!-- The title that appears at the top of the activity listing downloads sorted by date [CHAR LIMIT=40] -->
+ <string name="download_title_sorted_by_date">Downloads - Sorted by date</string>
+ <!-- The title that appears at the top of the activity listing downloads sorted by size [CHAR LIMIT=40] -->
+ <string name="download_title_sorted_by_size">Downloads - Sorted by size</string>
<!-- Appears in lieu of the list of downloads if there are no downloads to view
[CHAR LIMIT=200] -->
@@ -34,7 +36,7 @@
<string name="download_menu_sort_by_size">Sort by size</string>
<!-- Menu option to sort the list of downloads by the date/time of the last activity related to
the download [CHAR LIMIT=25] -->
- <string name="download_menu_sort_by_date">Sort by time</string>
+ <string name="download_menu_sort_by_date">Sort by date</string>
<!-- Status messages -->
@@ -110,5 +112,10 @@
<string name="retry_download">Retry</string>
<!-- Text for button appearing in the pop-up selection menu to deselect all currently selected
downloads in the download list [CHAR LIMIT=25] -->
- <string name="deselect_all">Clear selection</string>
+ <string name="deselect_all">Deselect All</string>
+ <!-- Text for menu to select all downloads in the download list [CHAR LIMIT=25] -->
+ <string name="select_all">Select All</string>
+ <!-- number of downloads selected [CHAR LIMIT=50] -->
+ <string name="selected_count">Selected %1$d out of %2$d</string>
+
</resources>