summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-11-15 11:53:16 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-15 11:53:16 -0800
commit37771cd722c670792c4d9fa8b02e19a15306a035 (patch)
treeb19e322ef7feb29830ae6d236902710ac95ada5a /res
parenta99f801ede9104e580445bf72d1803f426a8cb84 (diff)
parent253e36a97df21ac2d7ada4e33d9d0fc16fa3215f (diff)
downloadandroid_packages_providers_DownloadProvider-37771cd722c670792c4d9fa8b02e19a15306a035.tar.gz
android_packages_providers_DownloadProvider-37771cd722c670792c4d9fa8b02e19a15306a035.tar.bz2
android_packages_providers_DownloadProvider-37771cd722c670792c4d9fa8b02e19a15306a035.zip
am 253e36a9: Merge "Show remaining time in download notifications." into jb-mr1.1-dev
* commit '253e36a97df21ac2d7ada4e33d9d0fc16fa3215f': 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] -->