summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3a060e2d..c5712194 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -213,4 +213,20 @@
[CHAR LIMIT=200] -->
<string name="download_no_application_title">Can\'t open file</string>
+ <!-- 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>
+
+ <!-- Representation of download progress percentage when running. [CHAR LIMIT=24] -->
+ <string name="download_running_percent">In progress, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+
</resources>