summaryrefslogtreecommitdiffstats
path: root/res/values-in
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-16 17:51:34 +0300
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-16 17:51:34 +0300
commita60bcb852104d6ba78f52a986b60613b63eb1a9d (patch)
tree67c6a4b0f1f3c6c7674cc4d3b15bad470e9f55c9 /res/values-in
parent504b247eeb9851fb219825849fde4f57468d583f (diff)
downloadandroid_packages_providers_DownloadProvider-a60bcb852104d6ba78f52a986b60613b63eb1a9d.tar.gz
android_packages_providers_DownloadProvider-a60bcb852104d6ba78f52a986b60613b63eb1a9d.tar.bz2
android_packages_providers_DownloadProvider-a60bcb852104d6ba78f52a986b60613b63eb1a9d.zip
Automatic translation import
Change-Id: I89fe1c89bd9c64fb841f61ddcd72d232d1d0af00
Diffstat (limited to 'res/values-in')
-rw-r--r--res/values-in/cm_plurals.xml9
-rw-r--r--res/values-in/cm_strings.xml4
2 files changed, 13 insertions, 0 deletions
diff --git a/res/values-in/cm_plurals.xml b/res/values-in/cm_plurals.xml
index daf98d09..2375205d 100644
--- a/res/values-in/cm_plurals.xml
+++ b/res/values-in/cm_plurals.xml
@@ -17,6 +17,15 @@
-->
<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="other"><xliff:g id="count">%d</xliff:g> det</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> men</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> jam</item>
+ </plurals>
</resources>
diff --git a/res/values-in/cm_strings.xml b/res/values-in/cm_strings.xml
index 7f1c058c..bf3e1826 100644
--- a/res/values-in/cm_strings.xml
+++ b/res/values-in/cm_strings.xml
@@ -16,8 +16,12 @@
limitations under the License.
-->
<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] -->
+ <string name="download_paused">Diberhentikan sementara</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Dijeda, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">Diantrean, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>