summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-11-15 11:49:21 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-15 11:49:22 -0800
commit253e36a97df21ac2d7ada4e33d9d0fc16fa3215f (patch)
treeb19e322ef7feb29830ae6d236902710ac95ada5a /res
parenta8e93e66495dbb9d63f61e49a0e09210989d2e65 (diff)
parent52b703c5d0c4cff72bafdec0e2229368d3cc20d0 (diff)
downloadandroid_packages_providers_DownloadProvider-253e36a97df21ac2d7ada4e33d9d0fc16fa3215f.tar.gz
android_packages_providers_DownloadProvider-253e36a97df21ac2d7ada4e33d9d0fc16fa3215f.tar.bz2
android_packages_providers_DownloadProvider-253e36a97df21ac2d7ada4e33d9d0fc16fa3215f.zip
Merge "Show remaining time in download notifications." into jb-mr1.1-dev
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] -->