diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2014-05-08 22:06:15 (GMT) |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2014-05-08 22:06:15 (GMT) |
commit | f2f141e5d12db39a26478ac378081887d67111d4 (patch) | |
tree | 09a84179ed21234374ccfc519b1e730a5349981d | |
parent | addd919d97a3192c3aa16ebd3fe73abb9faa194b (diff) | |
download | android_packages_providers_DownloadProvider-f2f141e5d12db39a26478ac378081887d67111d4.zip android_packages_providers_DownloadProvider-f2f141e5d12db39a26478ac378081887d67111d4.tar.gz android_packages_providers_DownloadProvider-f2f141e5d12db39a26478ac378081887d67111d4.tar.bz2 |
Automatic translation import
Change-Id: Ia7a31ee88626ea019884a943749b256dd668d281
50 files changed, 770 insertions, 31 deletions
diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml index 530aad3..fc1843e 100644 --- a/res/values-af/cm_strings.xml +++ b/res/values-af/cm_strings.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<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> </resources> diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml index e1dfcfa..911b616 100644 --- a/res/values-ar/cm_strings.xml +++ b/res/values-ar/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<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-ca/cm_plurals.xml b/res/values-ca/cm_plurals.xml new file mode 100644 index 0000000..82059a0 --- /dev/null +++ b/res/values-ca/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> 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> 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> hr</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> hrs</item> + </plurals> +</resources> diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml index 0263611..44b6590 100644 --- a/res/values-ca/cm_strings.xml +++ b/res/values-ca/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Carpeta de baixades</string> <string name="live_folder_label">Baixades</string> + <string name="download_paused">Pausat</string> + <string name="download_paused_percent">Pausat, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">En cua, <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_plurals.xml b/res/values-cs/cm_plurals.xml new file mode 100644 index 0000000..e66b458 --- /dev/null +++ b/res/values-cs/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> sekunda</item> + <item quantity="few"><xliff:g id="count">%d</xliff:g> sekundy</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> sekund</item> + </plurals> + <plurals name="duration_minutes"> + <item quantity="one"><xliff:g id="count">%d</xliff:g> minuta</item> + <item quantity="few"><xliff:g id="count">%d</xliff:g> minuty</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> minut</item> + </plurals> + <plurals name="duration_hours"> + <item quantity="one"><xliff:g id="count">%d</xliff:g> hodina</item> + <item quantity="few"><xliff:g id="count">%d</xliff:g> hodiny</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> hodin</item> + </plurals> +</resources> diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml index 5fb5454..89cd8d7 100644 --- a/res/values-cs/cm_strings.xml +++ b/res/values-cs/cm_strings.xml @@ -15,7 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Adresář pro stažené</string> <string name="live_folder_label">Stažené</string> + <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> </resources> diff --git a/res/values-da/cm_plurals.xml b/res/values-da/cm_plurals.xml new file mode 100644 index 0000000..7578d7f --- /dev/null +++ b/res/values-da/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> sekunder</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> minutter</item> + </plurals> + <plurals name="duration_hours"> + <item quantity="one"><xliff:g id="count">%d</xliff:g> time</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> timer</item> + </plurals> +</resources> diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml index 1059fac..c4b904f 100644 --- a/res/values-da/cm_strings.xml +++ b/res/values-da/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Download-mappe</string> <string name="live_folder_label">Downloads</string> + <string name="download_paused">Midlertidigt afbrudt</string> + <string name="download_paused_percent">Midlertidigt afbrudt, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">Sat 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-de/cm_strings.xml b/res/values-de/cm_strings.xml index b00c3e4..ebc10d7 100644 --- a/res/values-de/cm_strings.xml +++ b/res/values-de/cm_strings.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<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> </resources> diff --git a/res/values-el/cm_plurals.xml b/res/values-el/cm_plurals.xml new file mode 100644 index 0000000..e1a1114 --- /dev/null +++ b/res/values-el/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-el/cm_strings.xml b/res/values-el/cm_strings.xml index ab2d8f1..51e25a4 100644 --- a/res/values-el/cm_strings.xml +++ b/res/values-el/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<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-es-rXA/cm_plurals.xml b/res/values-es-rXA/cm_plurals.xml new file mode 100644 index 0000000..82059a0 --- /dev/null +++ b/res/values-es-rXA/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> 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> 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> hr</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> hrs</item> + </plurals> +</resources> diff --git a/res/values-es-rXA/cm_strings.xml b/res/values-es-rXA/cm_strings.xml index ebfc9b6..5064713 100644 --- a/res/values-es-rXA/cm_strings.xml +++ b/res/values-es-rXA/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Carpeta de descargues</string> <string name="live_folder_label">Descargues</string> + <string name="download_paused">Posáu</string> + <string name="download_paused_percent">Posáu, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">En cola, <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-es/cm_plurals.xml b/res/values-es/cm_plurals.xml new file mode 100644 index 0000000..b15747a --- /dev/null +++ b/res/values-es/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> s</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> s</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> + </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-es/cm_strings.xml b/res/values-es/cm_strings.xml index 65e82bb..edb1b91 100644 --- a/res/values-es/cm_strings.xml +++ b/res/values-es/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Carpeta de descargas</string> <string name="live_folder_label">Descargas</string> + <string name="download_paused">En pausa</string> + <string name="download_paused_percent">En pausa, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">En cola, <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-fi/cm_plurals.xml b/res/values-fi/cm_plurals.xml new file mode 100644 index 0000000..516483d --- /dev/null +++ b/res/values-fi/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> 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> t</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> t</item> + </plurals> +</resources> diff --git a/res/values-fi/cm_strings.xml b/res/values-fi/cm_strings.xml index 7d25a89..cbbfbb9 100644 --- a/res/values-fi/cm_strings.xml +++ b/res/values-fi/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Latauskansio</string> <string name="live_folder_label">Lataukset</string> + <string name="download_paused">Keskeytetty</string> + <string name="download_paused_percent">Keskeytetty, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">Jonossa, <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-fr/cm_plurals.xml b/res/values-fr/cm_plurals.xml new file mode 100644 index 0000000..6c17c32 --- /dev/null +++ b/res/values-fr/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> s</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> s</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-fr/cm_strings.xml b/res/values-fr/cm_strings.xml index 3c997cf..3b1fe73 100644 --- a/res/values-fr/cm_strings.xml +++ b/res/values-fr/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Dossier de téléchargements</string> <string name="live_folder_label">Téléchargements</string> + <string name="download_paused">En pause</string> + <string name="download_paused_percent">En pause, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">En attente, <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-hr/cm_plurals.xml b/res/values-hr/cm_plurals.xml new file mode 100644 index 0000000..d68e5c5 --- /dev/null +++ b/res/values-hr/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> sekunda</item> + <item quantity="few"><xliff:g id="count">%d</xliff:g> sekunde</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> sekundi</item> + </plurals> + <plurals name="duration_minutes"> + <item quantity="one"><xliff:g id="count">%d</xliff:g> minuta</item> + <item quantity="few"><xliff:g id="count">%d</xliff:g> minute</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> minuta</item> + </plurals> + <plurals name="duration_hours"> + <item quantity="one"><xliff:g id="count">%d</xliff:g> sat</item> + <item quantity="few"><xliff:g id="count">%d</xliff:g> sata</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> sati</item> + </plurals> +</resources> diff --git a/res/values-hr/cm_strings.xml b/res/values-hr/cm_strings.xml new file mode 100644 index 0000000..ba6a9da --- /dev/null +++ b/res/values-hr/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">Mapa za preuzimanja</string> + <string name="live_folder_label">Preuzimanja</string> + <string name="download_paused">Pauzirano</string> + <string name="download_paused_percent">Pauzirano, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">Na listi čekanja, <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-hu/cm_plurals.xml b/res/values-hu/cm_plurals.xml new file mode 100644 index 0000000..30d7a22 --- /dev/null +++ b/res/values-hu/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> másodperc</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> másodperc</item> + </plurals> + <plurals name="duration_minutes"> + <item quantity="one"><xliff:g id="count">%d</xliff:g> perc</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> perc</item> + </plurals> + <plurals name="duration_hours"> + <item quantity="one"><xliff:g id="count">%d</xliff:g> óra</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> óra</item> + </plurals> +</resources> diff --git a/res/values-hu/cm_strings.xml b/res/values-hu/cm_strings.xml index 650a002..23e8c14 100644 --- a/res/values-hu/cm_strings.xml +++ b/res/values-hu/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Letöltések mappa</string> <string name="live_folder_label">Letöltések</string> + <string name="download_paused">Szüneteltetve</string> + <string name="download_paused_percent">Szüneteltetve, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">Várakozási sorba állított, <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-it/cm_plurals.xml b/res/values-it/cm_plurals.xml new file mode 100644 index 0000000..8e4042a --- /dev/null +++ b/res/values-it/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> sec</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> sec</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-it/cm_strings.xml b/res/values-it/cm_strings.xml index f2f73f7..f20723e 100644 --- a/res/values-it/cm_strings.xml +++ b/res/values-it/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Cartella download</string> <string name="live_folder_label">Download</string> + <string name="download_paused">In pausa</string> + <string name="download_paused_percent">In pausa, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">In coda, <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-iw/cm_plurals.xml b/res/values-iw/cm_plurals.xml new file mode 100644 index 0000000..37f96e2 --- /dev/null +++ b/res/values-iw/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">שנייה אחת</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> שניות</item> + </plurals> + <plurals name="duration_minutes"> + <item quantity="one">דקה אחת</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> דקות</item> + </plurals> + <plurals name="duration_hours"> + <item quantity="one">שעה אחת</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> שעות</item> + </plurals> +</resources> diff --git a/res/values-iw/cm_strings.xml b/res/values-iw/cm_strings.xml index 24a2b47..c8f74ad 100644 --- a/res/values-iw/cm_strings.xml +++ b/res/values-iw/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<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-ja/cm_strings.xml b/res/values-ja/cm_strings.xml index 59e5628..6c49b13 100644 --- a/res/values-ja/cm_strings.xml +++ b/res/values-ja/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<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-lb/cm_strings.xml b/res/values-lb/cm_strings.xml new file mode 100644 index 0000000..3fbd367 --- /dev/null +++ b/res/values-lb/cm_strings.xml @@ -0,0 +1,22 @@ +<?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">Downloaddossier</string> + <string name="live_folder_label">Downloads</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-lt/cm_strings.xml b/res/values-lt/cm_strings.xml index f32ef6f..2b4571d 100644 --- a/res/values-lt/cm_strings.xml +++ b/res/values-lt/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Siuntinių aplankas</string> <string name="live_folder_label">Siuntiniai</string> + <string name="download_paused">Pristabdyta</string> + <string name="download_paused_percent">Pristabdyta, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">Eilėje, <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-nl/cm_plurals.xml b/res/values-nl/cm_plurals.xml new file mode 100644 index 0000000..3ff2df5 --- /dev/null +++ b/res/values-nl/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> sec.</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> sec.</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> uur</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> uur</item> + </plurals> +</resources> diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml index 0b9d969..e679284 100644 --- a/res/values-nl/cm_strings.xml +++ b/res/values-nl/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Downloads-map</string> <string name="live_folder_label">Downloads</string> + <string name="download_paused">Onderbroken</string> + <string name="download_paused_percent">Onderbroken, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">In de wachtrij, <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 667054f..09622bc 100644 --- a/res/values-pl/cm_strings.xml +++ b/res/values-pl/cm_strings.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<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> </resources> diff --git a/res/values-pt-rBR/cm_plurals.xml b/res/values-pt-rBR/cm_plurals.xml new file mode 100644 index 0000000..86ed51e --- /dev/null +++ b/res/values-pt-rBR/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>s</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g>s</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-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml index 21e82e7..033ca03 100644 --- a/res/values-pt-rBR/cm_strings.xml +++ b/res/values-pt-rBR/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Pasta de downloads</string> <string name="live_folder_label">Downloads</string> + <string name="download_paused">Pausado</string> + <string name="download_paused_percent">Pausado, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">Na fila, <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-pt-rPT/cm_plurals.xml b/res/values-pt-rPT/cm_plurals.xml new file mode 100644 index 0000000..b15747a --- /dev/null +++ b/res/values-pt-rPT/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> s</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> s</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> + </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-pt-rPT/cm_strings.xml b/res/values-pt-rPT/cm_strings.xml index 71de407..bcc2e19 100644 --- a/res/values-pt-rPT/cm_strings.xml +++ b/res/values-pt-rPT/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Pasta de Transferências</string> <string name="live_folder_label">Transferências</string> + <string name="download_paused">Em pausa</string> + <string name="download_paused_percent">Em pausa, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">Na fila, <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-ru/cm_plurals.xml b/res/values-ru/cm_plurals.xml new file mode 100644 index 0000000..0844fe6 --- /dev/null +++ b/res/values-ru/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> секунда</item> + <item quantity="few"><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="few"><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="few"><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-ru/cm_strings.xml b/res/values-ru/cm_strings.xml index 9481a70..190f38f 100644 --- a/res/values-ru/cm_strings.xml +++ b/res/values-ru/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<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-sk/cm_plurals.xml b/res/values-sk/cm_plurals.xml new file mode 100644 index 0000000..6f7b11d --- /dev/null +++ b/res/values-sk/cm_plurals.xml @@ -0,0 +1,24 @@ +<?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_hours"> + <item quantity="one"><xliff:g id="count">%d</xliff:g> hodina</item> + <item quantity="few"><xliff:g id="count">%d</xliff:g> hodiny</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> hodín</item> + </plurals> +</resources> diff --git a/res/values-sk/cm_strings.xml b/res/values-sk/cm_strings.xml index 2313adc..f5a4514 100644 --- a/res/values-sk/cm_strings.xml +++ b/res/values-sk/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">Priečinok pre prevzatia</string> <string name="live_folder_label">Prevzatia</string> + <string name="download_paused">Pozastavené</string> + <string name="download_paused_percent">Pozastavené, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">V poradí, <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-sr/cm_strings.xml b/res/values-sr/cm_strings.xml index 2838cca..8697390 100644 --- a/res/values-sr/cm_strings.xml +++ b/res/values-sr/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<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="број">%d</xliff:g><xliff:g id="процената">%%</xliff:g></string> + <string name="download_queued_percent">Уређено, <xliff:g id="број">%d</xliff:g><xliff:g id="процената">%%</xliff:g></string> + <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="величина" example="230 kB">%2$s</xliff:g>/s</string> </resources> diff --git a/res/values-sv/cm_plurals.xml b/res/values-sv/cm_plurals.xml new file mode 100644 index 0000000..08e8883 --- /dev/null +++ b/res/values-sv/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> 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-sv/cm_strings.xml b/res/values-sv/cm_strings.xml new file mode 100644 index 0000000..49bbb17 --- /dev/null +++ b/res/values-sv/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">Mapp för hämtade filer</string> + <string name="live_folder_label">Hämtade filer</string> + <string name="download_paused">Pausad</string> + <string name="download_paused_percent">Pausad, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">Köad, <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-ta/cm_strings.xml b/res/values-ta/cm_strings.xml index 27643e1..d0d7465 100644 --- a/res/values-ta/cm_strings.xml +++ b/res/values-ta/cm_strings.xml @@ -15,6 +15,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">பதிவிறக்கங்களின் அடைவு</string> </resources> diff --git a/res/values-tr/cm_plurals.xml b/res/values-tr/cm_plurals.xml new file mode 100644 index 0000000..e1c7432 --- /dev/null +++ b/res/values-tr/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> sn</item> + </plurals> + <plurals name="duration_minutes"> + <item quantity="other"><xliff:g id="count">%d</xliff:g> dk</item> + </plurals> + <plurals name="duration_hours"> + <item quantity="other"><xliff:g id="count">%d</xliff:g> sa</item> + </plurals> +</resources> diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml index c8a20bb..827b4a6 100644 --- a/res/values-tr/cm_strings.xml +++ b/res/values-tr/cm_strings.xml @@ -15,7 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">İndirme klasörü</string> <string name="live_folder_label">İndirilenler</string> + <string name="download_paused">Duraklatıldı</string> + <string name="download_paused_percent">Duraklatıldı, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> + <string name="download_queued_percent">Sıraya alındı, <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>/sn</string> </resources> diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml index d5699ee..6f6edbf 100644 --- a/res/values-zh-rCN/cm_strings.xml +++ b/res/values-zh-rCN/cm_strings.xml @@ -18,8 +18,4 @@ <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> </resources> diff --git a/res/values-zh-rHK/cm_strings.xml b/res/values-zh-rHK/cm_strings.xml index 8c116ef..3fbbe63 100644 --- a/res/values-zh-rHK/cm_strings.xml +++ b/res/values-zh-rHK/cm_strings.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">下載資料夾</string> <string name="live_folder_label">下載</string> </resources> diff --git a/res/values-zh-rTW/cm_strings.xml b/res/values-zh-rTW/cm_strings.xml index 8c116ef..3fbbe63 100644 --- a/res/values-zh-rTW/cm_strings.xml +++ b/res/values-zh-rTW/cm_strings.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="live_folder_drawer_label">下載資料夾</string> <string name="live_folder_label">下載</string> </resources> |