summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-08-15 16:23:09 -0700
committerJeff Sharkey <jsharkey@android.com>2013-08-15 16:23:15 -0700
commit8c9cef79df1ddcd971a0a0775cef774c17a5081c (patch)
tree76a9346691510c29c8e3041b25579c6e98a430c5 /res/values
parent4bafe763c1374c41cd84cb2e0621ea16bfeddd10 (diff)
downloadandroid_packages_providers_DownloadProvider-8c9cef79df1ddcd971a0a0775cef774c17a5081c.tar.gz
android_packages_providers_DownloadProvider-8c9cef79df1ddcd971a0a0775cef774c17a5081c.tar.bz2
android_packages_providers_DownloadProvider-8c9cef79df1ddcd971a0a0775cef774c17a5081c.zip
Delegate to documents UI; improve contents.
When Downloads app is launched, delegate to new documents management UI. Use DownloadManager public API to match the contents of the existing Downloads UI. Bug: 10329983 Change-Id: Iaa1a1dc013cfe3b17d31ecc764d4c4cc13f62258
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2981047c..620e3fad 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -216,4 +216,14 @@
<!-- Label describing Downloads as a storage root [CHAR LIMIT=32] -->
<string name="root_downloads">Downloads</string>
+ <!-- Status indicating that the download has been queued to start in the future. Appears for an
+ individual item in the download list. [CHAR LIMIT=24] -->
+ <string name="download_queued">Queued</string>
+ <!-- Status indicating that the system is currently downloading the file. Appears for an
+ individual item in the download list. [CHAR LIMIT=24] -->
+ <string name="download_running">In progress</string>
+ <!-- Status indicating that the download has ended without completing successfully. Appears for
+ an individual item in the download list. [CHAR LIMIT=24] -->
+ <string name="download_error">Unsuccessful</string>
+
</resources>