summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-07-27 20:51:42 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-07-27 20:51:42 +0300
commit5d870ac1af8c3fefd7d3f3833623e63cef171d33 (patch)
tree1816c7b50afe74b683c5afc8414919ab7de72c5c
parent4bf24133e6944ce9a48afb96b81fad2c1847af5b (diff)
downloadandroid_packages_providers_DownloadProvider-staging/dev.tar.gz
android_packages_providers_DownloadProvider-staging/dev.tar.bz2
android_packages_providers_DownloadProvider-staging/dev.zip
Automatic translation importstaging/dev
Change-Id: Ic7a2e14bb9fd93e11b16183f14b9b4f16addfe94
-rw-r--r--res/values-ar/cm_plurals.xml43
-rw-r--r--res/values-kn-rIN/cm_plurals.xml31
-rw-r--r--res/values-kn-rIN/cm_strings.xml20
-rw-r--r--res/values-sl/cm_plurals.xml37
-rw-r--r--res/values-sl/cm_strings.xml20
5 files changed, 151 insertions, 0 deletions
diff --git a/res/values-ar/cm_plurals.xml b/res/values-ar/cm_plurals.xml
new file mode 100644
index 00000000..03658d15
--- /dev/null
+++ b/res/values-ar/cm_plurals.xml
@@ -0,0 +1,43 @@
+<?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_seconds">
+ <item quantity="zero"><xliff:g id="count"> %d </xliff:g> ثانية</item>
+ <item quantity="one"><xliff:g id="count"> %d </xliff:g> ثوانٍ</item>
+ <item quantity="two"><xliff:g id="count"> %d </xliff:g> ثوانٍ</item>
+ <item quantity="few"><xliff:g id="count"> %d </xliff:g> ثوانٍ</item>
+ <item quantity="many"><xliff:g id="count"> %d </xliff:g> ثوانٍ</item>
+ <item quantity="other"><xliff:g id="count"> %d </xliff:g> ثوانٍ</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="zero"><xliff:g id="count">%d</xliff:g> دقيقة</item>
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> دقائق</item>
+ <item quantity="two"><xliff:g id="count">%d</xliff:g> دقائق</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> دقائق</item>
+ <item quantity="many"><xliff:g id="count">%d</xliff:g> دقائق</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> دقائق</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="zero"><xliff:g id="count">%d</xliff:g> ساعة</item>
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> ساعات</item>
+ <item quantity="two"><xliff:g id="count">%d</xliff:g> ساعات</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> ساعات</item>
+ <item quantity="many"><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-kn-rIN/cm_plurals.xml b/res/values-kn-rIN/cm_plurals.xml
new file mode 100644
index 00000000..c5935759
--- /dev/null
+++ b/res/values-kn-rIN/cm_plurals.xml
@@ -0,0 +1,31 @@
+<?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_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> ಸೆಕೆಂಡ್</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> ಸೆಕೆಂಡ್ಸ್</item>
+ </plurals>
+ <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>
+ <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-kn-rIN/cm_strings.xml b/res/values-kn-rIN/cm_strings.xml
new file mode 100644
index 00000000..9d6c3b84
--- /dev/null
+++ b/res/values-kn-rIN/cm_strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-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">
+ <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>
+</resources>
diff --git a/res/values-sl/cm_plurals.xml b/res/values-sl/cm_plurals.xml
new file mode 100644
index 00000000..d3c9ae0c
--- /dev/null
+++ b/res/values-sl/cm_plurals.xml
@@ -0,0 +1,37 @@
+<?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_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> sek.</item>
+ <item quantity="two"><xliff:g id="count">%d</xliff:g> sek.</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> sek.</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> sek.</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> min.</item>
+ <item quantity="two"><xliff:g id="count">%d</xliff:g> min.</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> min.</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> min.</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> ura</item>
+ <item quantity="two"><xliff:g id="count">%d</xliff:g> uri</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> ure</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> ur</item>
+ </plurals>
+</resources>
diff --git a/res/values-sl/cm_strings.xml b/res/values-sl/cm_strings.xml
new file mode 100644
index 00000000..9d6c3b84
--- /dev/null
+++ b/res/values-sl/cm_strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-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">
+ <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>
+</resources>