summaryrefslogtreecommitdiffstats
path: root/res/values-ml-rIN
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-17 22:05:56 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-19 00:55:29 +0200
commit150e9a28647632a59daff9d93a5b06a628b04a22 (patch)
tree9a9cdc1c3f095e2efd61df0cae18d176bfc19231 /res/values-ml-rIN
parent083ca2be42c8346fc56ec67d4d50d5de33517eaf (diff)
downloadandroid_packages_providers_DownloadProvider-150e9a28647632a59daff9d93a5b06a628b04a22.tar.gz
android_packages_providers_DownloadProvider-150e9a28647632a59daff9d93a5b06a628b04a22.tar.bz2
android_packages_providers_DownloadProvider-150e9a28647632a59daff9d93a5b06a628b04a22.zip
Automatic translation import
Change-Id: Ide31394cee382c695a4e9ed92fb04ddba262d99f
Diffstat (limited to 'res/values-ml-rIN')
-rw-r--r--res/values-ml-rIN/cm_plurals.xml12
-rw-r--r--res/values-ml-rIN/cm_strings.xml4
2 files changed, 16 insertions, 0 deletions
diff --git a/res/values-ml-rIN/cm_plurals.xml b/res/values-ml-rIN/cm_plurals.xml
index daf98d09..a07bdab8 100644
--- a/res/values-ml-rIN/cm_plurals.xml
+++ b/res/values-ml-rIN/cm_plurals.xml
@@ -17,6 +17,18 @@
-->
<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> സെക്കന്റ്</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> സെക്കന്റ്</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> മിനിറ്റ്</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> മിനിറ്റ്</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> മണിക്കൂര്</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> മണിക്കൂര്</item>
+ </plurals>
</resources>
diff --git a/res/values-ml-rIN/cm_strings.xml b/res/values-ml-rIN/cm_strings.xml
index 7f1c058c..22895071 100644
--- a/res/values-ml-rIN/cm_strings.xml
+++ b/res/values-ml-rIN/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">താല്‍ക്കാലികമായി നിറുത്തല്‍</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">താല്‍ക്കാലികമായി നിറുത്തല്‍ <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">വരിയിൽ നിറുത്തിയിരിക്കുന്നു, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>