summaryrefslogtreecommitdiffstats
path: root/ui/res/values/strings.xml
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2011-02-25 17:22:51 -0800
committerVasu Nori <vnori@google.com>2011-03-02 13:56:09 -0800
commitd58f7c299ec6e1164e3b5e9e2e3fe5e0e57e63b9 (patch)
treeffc43f99ab87b5bcc73dd3da0e359049a79859fa /ui/res/values/strings.xml
parent3ff0baf4ed8eaba1b21979335ff1b9d8b2fede70 (diff)
downloadandroid_packages_providers_DownloadProvider-d58f7c299ec6e1164e3b5e9e2e3fe5e0e57e63b9.tar.gz
android_packages_providers_DownloadProvider-d58f7c299ec6e1164e3b5e9e2e3fe5e0e57e63b9.tar.bz2
android_packages_providers_DownloadProvider-d58f7c299ec6e1164e3b5e9e2e3fe5e0e57e63b9.zip
bug:3404934 implement share as one of the menu options
Change-Id: I51fec5314722d2ec046f8d2acd60c77efd120f74
Diffstat (limited to 'ui/res/values/strings.xml')
-rw-r--r--ui/res/values/strings.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/ui/res/values/strings.xml b/ui/res/values/strings.xml
index 0be08dd6..90095231 100644
--- a/ui/res/values/strings.xml
+++ b/ui/res/values/strings.xml
@@ -29,14 +29,10 @@
[CHAR LIMIT=20] -->
<string name="missing_title">&lt;Unknown&gt;</string>
- <!-- Menu items -->
-
- <!-- Menu option to sort the list of downloads by the size of the downloaded file
- [CHAR LIMIT=25] -->
- <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 date</string>
+ <!-- Button to display sort-by-size option [CHAR LIMIT=25] -->
+ <string name="button_sort_by_size">Sort by size</string>
+ <!-- Button to display sort-by-date option [CHAR LIMIT=25] -->
+ <string name="button_sort_by_date">Sort by date</string>
<!-- Status messages -->
@@ -117,5 +113,8 @@
<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>
+ <!-- title shown when displaying list of apps to choose from when share is clicked on
+ [CHAR LIMIT = 20] -->
+ <string name="download_share_dialog">Share via</string>
</resources>