summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-05-21 01:49:00 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-05-21 01:49:00 +0300
commite9ec85590f79ee3406eef04e40439b8d2ffd35f6 (patch)
treeb623c3442535153c27e268896d040598b5915e92
parent116f57458ff9b26464a68cf5a61f04f19517aced (diff)
downloadandroid_packages_providers_DownloadProvider-e9ec85590f79ee3406eef04e40439b8d2ffd35f6.tar.gz
android_packages_providers_DownloadProvider-e9ec85590f79ee3406eef04e40439b8d2ffd35f6.tar.bz2
android_packages_providers_DownloadProvider-e9ec85590f79ee3406eef04e40439b8d2ffd35f6.zip
Automatic translation import
Change-Id: I5d66d07ff7826979e6b27dd5e83acf3f3f9f2c44
-rw-r--r--res/values-af/cm_plurals.xml31
-rw-r--r--res/values-af/cm_strings.xml4
-rw-r--r--res/values-cs/cm_strings.xml1
-rw-r--r--res/values-de/cm_plurals.xml31
-rw-r--r--res/values-de/cm_strings.xml4
-rw-r--r--res/values-in/cm_plurals.xml28
-rw-r--r--res/values-in/cm_strings.xml25
-rw-r--r--res/values-ja/cm_plurals.xml28
-rw-r--r--res/values-lt/cm_plurals.xml34
-rw-r--r--res/values-nb/cm_plurals.xml33
-rw-r--r--res/values-nb/cm_strings.xml25
-rw-r--r--res/values-pl/cm_strings.xml4
-rw-r--r--res/values-si/cm_plurals.xml31
-rw-r--r--res/values-si/cm_strings.xml25
-rw-r--r--res/values-uk/cm_strings.xml25
-rw-r--r--res/values-zh-rCN/cm_plurals.xml28
-rw-r--r--res/values-zh-rCN/cm_strings.xml4
-rw-r--r--res/values-zh-rHK/cm_plurals.xml28
-rw-r--r--res/values-zh-rHK/cm_strings.xml4
-rw-r--r--res/values-zh-rTW/cm_plurals.xml28
-rw-r--r--res/values-zh-rTW/cm_strings.xml1
21 files changed, 422 insertions, 0 deletions
diff --git a/res/values-af/cm_plurals.xml b/res/values-af/cm_plurals.xml
new file mode 100644
index 00000000..c6e11c3f
--- /dev/null
+++ b/res/values-af/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> sek</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> sekondes</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> minute</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> uur</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> ure</item>
+ </plurals>
+</resources>
diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml
index fc1843e6..f7381b16 100644
--- a/res/values-af/cm_strings.xml
+++ b/res/values-af/cm_strings.xml
@@ -18,4 +18,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="live_folder_drawer_label">Aflaai vouer</string>
<string name="live_folder_label">Aflaaie</string>
+ <string name="download_paused">Tydelik onderbreek</string>
+ <string name="download_paused_percent">Gepouseer, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">In Wagtou, <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-cs/cm_strings.xml b/res/values-cs/cm_strings.xml
index 89cd8d73..2e884ead 100644
--- a/res/values-cs/cm_strings.xml
+++ b/res/values-cs/cm_strings.xml
@@ -21,4 +21,5 @@
<string name="download_paused">Pozastaveno</string>
<string name="download_paused_percent">Pozastaveno, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<string name="download_queued_percent">Ve frontě, <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-de/cm_plurals.xml b/res/values-de/cm_plurals.xml
new file mode 100644
index 00000000..e1b0f23f
--- /dev/null
+++ b/res/values-de/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> Sekunde</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> Sekunden</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> Minute</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> Minuten</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> Stunde</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> Stunden</item>
+ </plurals>
+</resources>
diff --git a/res/values-de/cm_strings.xml b/res/values-de/cm_strings.xml
index ebc10d75..8715ddd3 100644
--- a/res/values-de/cm_strings.xml
+++ b/res/values-de/cm_strings.xml
@@ -18,4 +18,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="live_folder_drawer_label">Download-Ordner</string>
<string name="live_folder_label">Downloads</string>
+ <string name="download_paused">Angehalten</string>
+ <string name="download_paused_percent">Pausiert, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">In der Warteschlange, <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-in/cm_plurals.xml b/res/values-in/cm_plurals.xml
new file mode 100644
index 00000000..08e6732c
--- /dev/null
+++ b/res/values-in/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> det</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> men</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> jam</item>
+ </plurals>
+</resources>
diff --git a/res/values-in/cm_strings.xml b/res/values-in/cm_strings.xml
new file mode 100644
index 00000000..409493cf
--- /dev/null
+++ b/res/values-in/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">Folder unduhan</string>
+ <string name="live_folder_label">Unduhan</string>
+ <string name="download_paused">Dijeda</string>
+ <string name="download_paused_percent">Dijeda, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">Diantrikan, <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_plurals.xml b/res/values-ja/cm_plurals.xml
new file mode 100644
index 00000000..6016e80a
--- /dev/null
+++ b/res/values-ja/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-lt/cm_plurals.xml b/res/values-lt/cm_plurals.xml
new file mode 100644
index 00000000..3020500b
--- /dev/null
+++ b/res/values-lt/cm_plurals.xml
@@ -0,0 +1,34 @@
+<?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> 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="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> val.</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> val.</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> val.</item>
+ </plurals>
+</resources>
diff --git a/res/values-nb/cm_plurals.xml b/res/values-nb/cm_plurals.xml
new file mode 100644
index 00000000..b7152a66
--- /dev/null
+++ b/res/values-nb/cm_plurals.xml
@@ -0,0 +1,33 @@
+<?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(er)</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> sekund(er)</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> minutt(er)
+</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> minutt(er)
+</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> time(r)</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> time(r)</item>
+ </plurals>
+</resources>
diff --git a/res/values-nb/cm_strings.xml b/res/values-nb/cm_strings.xml
new file mode 100644
index 00000000..f6f561e2
--- /dev/null
+++ b/res/values-nb/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">Nedlastingsmappe</string>
+ <string name="live_folder_label">Nedlastinger</string>
+ <string name="download_paused">Midlertidig stanset</string>
+ <string name="download_paused_percent">Pauset, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">I kø, <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-pl/cm_strings.xml b/res/values-pl/cm_strings.xml
index 09622bc5..e259caa9 100644
--- a/res/values-pl/cm_strings.xml
+++ b/res/values-pl/cm_strings.xml
@@ -18,4 +18,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="live_folder_drawer_label">Folder pobierania</string>
<string name="live_folder_label">Pobrane</string>
+ <string name="download_paused">Wstrzymane</string>
+ <string name="download_paused_percent">Wstrzymano, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">W kolejce, <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-si/cm_plurals.xml b/res/values-si/cm_plurals.xml
new file mode 100644
index 00000000..5b819fcf
--- /dev/null
+++ b/res/values-si/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> තත්පරයයි</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-si/cm_strings.xml b/res/values-si/cm_strings.xml
new file mode 100644
index 00000000..f0b40a65
--- /dev/null
+++ b/res/values-si/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>/තත්</string>
+</resources>
diff --git a/res/values-uk/cm_strings.xml b/res/values-uk/cm_strings.xml
new file mode 100644
index 00000000..3e4084b9
--- /dev/null
+++ b/res/values-uk/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>
diff --git a/res/values-zh-rCN/cm_plurals.xml b/res/values-zh-rCN/cm_plurals.xml
new file mode 100644
index 00000000..084ca3f1
--- /dev/null
+++ b/res/values-zh-rCN/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-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml
index 6f6edbfc..8c5b666b 100644
--- a/res/values-zh-rCN/cm_strings.xml
+++ b/res/values-zh-rCN/cm_strings.xml
@@ -18,4 +18,8 @@
<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>
diff --git a/res/values-zh-rHK/cm_plurals.xml b/res/values-zh-rHK/cm_plurals.xml
new file mode 100644
index 00000000..a814ba73
--- /dev/null
+++ b/res/values-zh-rHK/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-zh-rHK/cm_strings.xml b/res/values-zh-rHK/cm_strings.xml
index 3fbbe635..7451b903 100644
--- a/res/values-zh-rHK/cm_strings.xml
+++ b/res/values-zh-rHK/cm_strings.xml
@@ -18,4 +18,8 @@
<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>/秒</string>
</resources>
diff --git a/res/values-zh-rTW/cm_plurals.xml b/res/values-zh-rTW/cm_plurals.xml
new file mode 100644
index 00000000..f18b5a68
--- /dev/null
+++ b/res/values-zh-rTW/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-zh-rTW/cm_strings.xml b/res/values-zh-rTW/cm_strings.xml
index 3fbbe635..019ff9b8 100644
--- a/res/values-zh-rTW/cm_strings.xml
+++ b/res/values-zh-rTW/cm_strings.xml
@@ -18,4 +18,5 @@
<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_speed_text"><xliff:g id="text">%1$s</xliff:g>,<xliff:g id="size" example="230 kB">%2$s</xliff:g>/秒</string>
</resources>