summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-12-25 16:39:51 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-12-25 16:39:51 +0200
commit4a8b4288538b00c2a2304a38fc3e3dae625094fa (patch)
tree1b9767fec0b584f8827df5c0690a1063c7b3e2a7
parentfafd2c23f3c0a735fd4faa507ec61a93de96f75a (diff)
downloadandroid_packages_providers_DownloadProvider-4a8b4288538b00c2a2304a38fc3e3dae625094fa.tar.gz
android_packages_providers_DownloadProvider-4a8b4288538b00c2a2304a38fc3e3dae625094fa.tar.bz2
android_packages_providers_DownloadProvider-4a8b4288538b00c2a2304a38fc3e3dae625094fa.zip
Automatic translation import
Change-Id: Id712a7805aecabbeb5305cd9877e17668452d5d0
-rw-r--r--res/values-es/cm_plurals.xml12
-rw-r--r--res/values-th/cm_plurals.xml22
2 files changed, 28 insertions, 6 deletions
diff --git a/res/values-es/cm_plurals.xml b/res/values-es/cm_plurals.xml
index 3a7bbb24..8ddf9fd1 100644
--- a/res/values-es/cm_plurals.xml
+++ b/res/values-es/cm_plurals.xml
@@ -17,15 +17,15 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="duration_seconds">
- <item quantity="one"><xliff:g id="count">%d</xliff:g> s</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> s</item>
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> seg</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> segs</item>
</plurals>
<plurals name="duration_minutes">
- <item quantity="one"><xliff:g id="count">%d</xliff:g> m</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> m</item>
+ <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>
<plurals name="duration_hours">
- <item quantity="one"><xliff:g id="count">%d</xliff:g> h</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> h</item>
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> hr</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> hrs</item>
</plurals>
</resources>
diff --git a/res/values-th/cm_plurals.xml b/res/values-th/cm_plurals.xml
new file mode 100644
index 00000000..acb466fe
--- /dev/null
+++ b/res/values-th/cm_plurals.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2014 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="duration_minutes">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> นาที</item>
+ </plurals>
+</resources>