summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-08-15 17:11:29 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-15 17:11:29 -0700
commitf8569530e963009f57eb126261a54621c586de01 (patch)
tree76a9346691510c29c8e3041b25579c6e98a430c5 /res
parente497289659feba3248ee633a8a4bb682ea29fcd2 (diff)
parent33cd3d4ae47be6184b62d5f07504c4eae2469553 (diff)
downloadandroid_packages_providers_DownloadProvider-f8569530e963009f57eb126261a54621c586de01.tar.gz
android_packages_providers_DownloadProvider-f8569530e963009f57eb126261a54621c586de01.tar.bz2
android_packages_providers_DownloadProvider-f8569530e963009f57eb126261a54621c586de01.zip
am 33cd3d4a: am 8c9cef79: Delegate to documents UI; improve contents.
* commit '33cd3d4ae47be6184b62d5f07504c4eae2469553': Delegate to documents UI; improve contents.
Diffstat (limited to 'res')
-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>