summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Powell <tpowell@cyngn.com>2015-08-19 14:55:58 -0700
committerTom Powell <tpowell@cyngn.com>2015-08-19 14:55:58 -0700
commitcd2cd0aeeabc354a0acca1ef6cce5de7545593ef (patch)
tree000f4c1749535ae037d812bb7671dc6c04ae25ad
parentdc2645855e4a6a8467500be6108b4064651ee2c5 (diff)
downloadandroid_packages_providers_DownloadProvider-cm-12.0.tar.gz
android_packages_providers_DownloadProvider-cm-12.0.tar.bz2
android_packages_providers_DownloadProvider-cm-12.0.zip
Automatic translation importcm-12.0
Change-Id: I4560334330732169036736eff79b2b52d2ee5439
-rw-r--r--res/values-ar/cm_plurals.xml43
-rw-r--r--res/values-eo/cm_plurals.xml31
-rw-r--r--res/values-eo/cm_strings.xml20
-rw-r--r--res/values-fa/cm_plurals.xml6
-rw-r--r--res/values-fa/cm_strings.xml20
-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-lb/strings.xml2
-rw-r--r--res/values-sl/cm_plurals.xml37
-rw-r--r--res/values-sl/cm_strings.xml20
10 files changed, 229 insertions, 1 deletions
diff --git a/res/values-ar/cm_plurals.xml b/res/values-ar/cm_plurals.xml
new file mode 100644
index 00000000..fb657b36
--- /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-eo/cm_plurals.xml b/res/values-eo/cm_plurals.xml
new file mode 100644
index 00000000..c888c30e
--- /dev/null
+++ b/res/values-eo/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> 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="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> h</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> h</item>
+ </plurals>
+</resources>
diff --git a/res/values-eo/cm_strings.xml b/res/values-eo/cm_strings.xml
new file mode 100644
index 00000000..9d6c3b84
--- /dev/null
+++ b/res/values-eo/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-fa/cm_plurals.xml b/res/values-fa/cm_plurals.xml
index 2cdbdfa5..739f6332 100644
--- a/res/values-fa/cm_plurals.xml
+++ b/res/values-fa/cm_plurals.xml
@@ -19,4 +19,10 @@
<plurals name="duration_seconds">
<item quantity="other"><xliff:g id="count">%d</xliff:g> ثانیه</item>
</plurals>
+ <plurals name="duration_minutes">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> دقیقه</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> ساعت</item>
+ </plurals>
</resources>
diff --git a/res/values-fa/cm_strings.xml b/res/values-fa/cm_strings.xml
new file mode 100644
index 00000000..9d6c3b84
--- /dev/null
+++ b/res/values-fa/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-kn-rIN/cm_plurals.xml b/res/values-kn-rIN/cm_plurals.xml
new file mode 100644
index 00000000..e9710069
--- /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-lb/strings.xml b/res/values-lb/strings.xml
index 29199733..78930550 100644
--- a/res/values-lb/strings.xml
+++ b/res/values-lb/strings.xml
@@ -39,7 +39,7 @@
<string name="wifi_required_title">Download ze grouss fir d\'Provider-Netzwierk</string>
<string name="wifi_required_body">Du muss WLAN benotze fir dëse Fichier vu(n) <xliff:g id="size" example="12.3KB">%s</xliff:g> erofzelueden. \n\nDréck <xliff:g id="queue_text" example="Queue">%s</xliff:g> fir de Fichier erofzeluede wann s du déi nächst Kéier mat engem WLAN-Netzwierk connectéiert bass.</string>
<string name="wifi_recommended_title">An d\'Waardeschläif fir spéider setzen?</string>
- <string name="wifi_recommended_body">D\'Erofluede vum Fichier vu(n) <xliff:g id="size" example="12.3KB">%s</xliff:g> kéint deng Akkulafzäit verkierzen an/oder däin Dateverbrauch excessiv steigeren, wat jee no Tariff zu héije Käschte bei dengem mobile Provider kéint féieren.\n\n Dréck <xliff:g id="queue_text" example="Queue">%s</xliff:g> fir de Fichier erofzeluede wann s du déi nächst Kéier mat engem WLAN-Netzwierk connectéiert bass.</string>
+ <string name="wifi_recommended_body">D\'Erofluede vum Fichier vu(n) <xliff:g id="size" example="12.3KB">%s</xliff:g> kéint deng Akkulafzäit verkierzen an/oder däin Dateverbrauch excessiv steigeren, wat jee no Tariff zu héije Käschte bei dengem mobille Provider kéint féieren.\n\n Dréck <xliff:g id="queue_text" example="Queue">%s</xliff:g> fir de Fichier erofzeluede wann s du déi nächst Kéier mat engem WLAN-Netzwierk connectéiert bass.</string>
<string name="button_queue_for_wifi">Waardeschläif</string>
<string name="button_cancel_download">Ofbriechen</string>
<string name="button_start_now">Elo starten</string>
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>