summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-05-25 14:44:24 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-05-25 14:44:24 +0300
commit263a68bca7d3619de3173764803692328fbba6fd (patch)
treef14abe4f4b8e0983c57a4a78c929419d67916923
parent208f3924d726828b1251e183fdcd572f2dfe2ebe (diff)
downloadandroid_packages_providers_DownloadProvider-263a68bca7d3619de3173764803692328fbba6fd.tar.gz
android_packages_providers_DownloadProvider-263a68bca7d3619de3173764803692328fbba6fd.tar.bz2
android_packages_providers_DownloadProvider-263a68bca7d3619de3173764803692328fbba6fd.zip
Change-Id: Ib7049fea2926c61187d915adfddfc87c362e73a4
-rw-r--r--res/values-et/cm_plurals.xml31
-rw-r--r--res/values-et/cm_strings.xml25
-rw-r--r--res/values-ja/cm_strings.xml6
-rw-r--r--res/values-th/cm_plurals.xml28
-rw-r--r--res/values-th/cm_strings.xml25
5 files changed, 112 insertions, 3 deletions
diff --git a/res/values-et/cm_plurals.xml b/res/values-et/cm_plurals.xml
new file mode 100644
index 00000000..bd882e48
--- /dev/null
+++ b/res/values-et/cm_plurals.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ 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> sekund</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> sekundit</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> minut</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> minutit</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> tund</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> tundi</item>
+ </plurals>
+</resources>
diff --git a/res/values-et/cm_strings.xml b/res/values-et/cm_strings.xml
new file mode 100644
index 00000000..5ed6fad3
--- /dev/null
+++ b/res/values-et/cm_strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ 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="live_folder_drawer_label">Allalaadimiste kaust</string>
+ <string name="live_folder_label">Allalaadimised</string>
+ <string name="download_paused">Peatatud</string>
+ <string name="download_paused_percent">Peatatud, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">Järjekorras, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <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-ja/cm_strings.xml b/res/values-ja/cm_strings.xml
index 6c49b13e..cafb3997 100644
--- a/res/values-ja/cm_strings.xml
+++ b/res/values-ja/cm_strings.xml
@@ -19,7 +19,7 @@
<string name="live_folder_drawer_label">ダウンロードフォルダ</string>
<string name="live_folder_label">ダウンロード</string>
<string name="download_paused">一時停止中</string>
- <string name="download_paused_percent">一時停止中、<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
- <string name="download_queued_percent">待機中、<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
- <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>
+ <string name="download_paused_percent">一時停止中 <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">待機中 <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <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-th/cm_plurals.xml b/res/values-th/cm_plurals.xml
new file mode 100644
index 00000000..b0777b58
--- /dev/null
+++ b/res/values-th/cm_plurals.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ 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="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-th/cm_strings.xml b/res/values-th/cm_strings.xml
new file mode 100644
index 00000000..85f91c83
--- /dev/null
+++ b/res/values-th/cm_strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ 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="live_folder_drawer_label">โฟลเดอร์ดาวน์โหลด</string>
+ <string name="live_folder_label">ดาวน์โหลด</string>
+ <string name="download_paused">หยุดชั่วคราว</string>
+ <string name="download_paused_percent">หยุดชั่วคราว, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">อยู่ในคิว, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <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>