summaryrefslogtreecommitdiffstats
path: root/res/values-en-rIN
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-05 00:22:59 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-05 00:22:59 +0200
commit483b7559e4a79cc7ad0b35d44f89812b378595b9 (patch)
tree4e1f84a0ec6683d8063d4d1174b96c617cbf7cd7 /res/values-en-rIN
parentc9f3201ded82b0c6d2e76342888ca8e80a072a25 (diff)
downloadandroid_packages_providers_DownloadProvider-483b7559e4a79cc7ad0b35d44f89812b378595b9.tar.gz
android_packages_providers_DownloadProvider-483b7559e4a79cc7ad0b35d44f89812b378595b9.tar.bz2
android_packages_providers_DownloadProvider-483b7559e4a79cc7ad0b35d44f89812b378595b9.zip
Automatic translation import
Change-Id: Id0ffd5843bee9edcab9903c066262b124a3095be
Diffstat (limited to 'res/values-en-rIN')
-rw-r--r--res/values-en-rIN/cm_plurals.xml3
-rw-r--r--res/values-en-rIN/cm_strings.xml4
2 files changed, 7 insertions, 0 deletions
diff --git a/res/values-en-rIN/cm_plurals.xml b/res/values-en-rIN/cm_plurals.xml
index e6ca4e06..880dbab9 100644
--- a/res/values-en-rIN/cm_plurals.xml
+++ b/res/values-en-rIN/cm_plurals.xml
@@ -16,14 +16,17 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
<plurals name="duration_seconds">
<item quantity="one"><xliff:g id="count">%d</xliff:g> sec</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> secs</item>
</plurals>
+ <!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
<plurals name="duration_minutes">
<item quantity="one"><xliff:g id="count">%d</xliff:g> min</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item>
</plurals>
+ <!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
<plurals name="duration_hours">
<item quantity="one"><xliff:g id="count">%d</xliff:g> hr</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> hrs</item>
diff --git a/res/values-en-rIN/cm_strings.xml b/res/values-en-rIN/cm_strings.xml
index 9d6c3b84..6264bb05 100644
--- a/res/values-en-rIN/cm_strings.xml
+++ b/res/values-en-rIN/cm_strings.xml
@@ -17,4 +17,8 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</string>
+ <!-- Status indicating that the download has been paused to start in the future. Appears for an
+ individual item in the download list. [CHAR LIMIT=24] -->
+ <!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
</resources>