summaryrefslogtreecommitdiffstats
path: root/res/values-in/cm_plurals.xml
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@cyanogenmod.com>2016-05-14 09:45:45 +0200
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2016-05-14 09:45:45 +0200
commit964f688d73344e18fdf58ccf8268eefc4c0fe724 (patch)
tree6c6a0c1b0c594df73e0b59e7ff85d7ce30d8859b /res/values-in/cm_plurals.xml
parent4fa06203079229a7fa5bd41ea76277287354717b (diff)
downloadandroid_packages_providers_DownloadProvider-964f688d73344e18fdf58ccf8268eefc4c0fe724.tar.gz
android_packages_providers_DownloadProvider-964f688d73344e18fdf58ccf8268eefc4c0fe724.tar.bz2
android_packages_providers_DownloadProvider-964f688d73344e18fdf58ccf8268eefc4c0fe724.zip
Automatic translation import
Change-Id: Ibae2e4abe0056dfc6fc9f8bca33b579060b04479 Ticket: RM-231
Diffstat (limited to 'res/values-in/cm_plurals.xml')
-rw-r--r--res/values-in/cm_plurals.xml9
1 files changed, 9 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>