summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-11-16 10:37:56 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-16 10:37:56 -0800
commit7d3713fcf620b182a7bac31f42e7b71d872194dd (patch)
tree4f1383a1ec60afcd403d3898873d6a13ce18f931 /res
parent790a840e9663ecd927c1142fe3f1409ef57e7595 (diff)
parent37771cd722c670792c4d9fa8b02e19a15306a035 (diff)
downloadandroid_packages_providers_DownloadProvider-7d3713fcf620b182a7bac31f42e7b71d872194dd.tar.gz
android_packages_providers_DownloadProvider-7d3713fcf620b182a7bac31f42e7b71d872194dd.tar.bz2
android_packages_providers_DownloadProvider-7d3713fcf620b182a7bac31f42e7b71d872194dd.zip
am 37771cd7: am 253e36a9: Merge "Show remaining time in download notifications." into jb-mr1.1-dev
* commit '37771cd722c670792c4d9fa8b02e19a15306a035': Show remaining time in download notifications.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c607e35f..3a060e2d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -205,6 +205,9 @@
<item quantity="other"><xliff:g id="number">%d</xliff:g> files waiting</item>
</plurals>
+ <!-- Time remaining until download is complete. [CHAR LIMIT=32] -->
+ <string name="download_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
+
<!-- Text for a toast appearing when a user clicks on a completed download, informing the user
that there is no application on the device that can open the file that was downloaded
[CHAR LIMIT=200] -->