summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-07-24 22:58:31 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-07-24 22:58:31 +0300
commit788d5b8786a61500b485126ca0af381cc3f82df4 (patch)
treeeabad926fd383794c91d538ca2dec98a20fb2aa7
parent07a8c77e1f103609e5cf9f2b1d41b29843d6e271 (diff)
downloadandroid_packages_providers_DownloadProvider-788d5b8786a61500b485126ca0af381cc3f82df4.tar.gz
android_packages_providers_DownloadProvider-788d5b8786a61500b485126ca0af381cc3f82df4.tar.bz2
android_packages_providers_DownloadProvider-788d5b8786a61500b485126ca0af381cc3f82df4.zip
Automatic translation import
Change-Id: Ia346b4163a0b0529e76db4350f228da6ccbd12fe
-rw-r--r--res/values-eu/cm_plurals.xml31
-rw-r--r--res/values-eu/cm_strings.xml25
-rw-r--r--res/values-ko/cm_plurals.xml28
-rw-r--r--res/values-ko/cm_strings.xml25
-rw-r--r--res/values-ku/strings.xml69
-rw-r--r--res/values-lb/strings.xml1
-rw-r--r--ui/res/values-ku/strings.xml28
-rw-r--r--ui/res/values-lb/strings.xml3
8 files changed, 208 insertions, 2 deletions
diff --git a/res/values-eu/cm_plurals.xml b/res/values-eu/cm_plurals.xml
new file mode 100644
index 00000000..07ba8f13
--- /dev/null
+++ b/res/values-eu/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-eu/cm_strings.xml b/res/values-eu/cm_strings.xml
new file mode 100644
index 00000000..54409633
--- /dev/null
+++ b/res/values-eu/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">Deskargen karpeta</string>
+ <string name="live_folder_label">Deskargak</string>
+ <string name="download_paused">Pausatuta</string>
+ <string name="download_paused_percent">Pausatuta, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">Ilaran, <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-ko/cm_plurals.xml b/res/values-ko/cm_plurals.xml
new file mode 100644
index 00000000..a6bb51e8
--- /dev/null
+++ b/res/values-ko/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-ko/cm_strings.xml b/res/values-ko/cm_strings.xml
new file mode 100644
index 00000000..62abad43
--- /dev/null
+++ b/res/values-ko/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-ku/strings.xml b/res/values-ku/strings.xml
index 8d5b3d21..5cf6efd9 100644
--- a/res/values-ku/strings.xml
+++ b/res/values-ku/strings.xml
@@ -15,11 +15,78 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="permlab_downloadManager">ڕێگەدانی بەڕێوەبەرایەتی دابەزین.</string>
+ <string name="app_label">بەڕێوەبەری داگرتن</string>
+ <string name="permlab_downloadManager">ڕێگەدانی بەڕێوەبەری داگرتن.</string>
+ <string name="permdesc_downloadManager">ڕێگە بە نەرمەواڵا بدە بۆ
+ دەست گەیاندن بە بەڕێوەبەری داگرتن و بەکار هێنانی بۆ دابەزاندنی فایلەکان.
+ نەرمەواڵا زیانبەخشەکان ئەتوانن ئەم تایبەتمەندییە بەکار بهێنن بۆ ڕاگرتنی دابەزاندنەکان
+ دەست گەیاندن بە زانیارییە نهێنییەکان.</string>
+ <string name="permlab_downloadManagerAdvanced">کردارە پێشکەوتووەکانی
+ بەڕێوەبەری داگرتن.</string>
+ <string name="permdesc_downloadManagerAdvanced">ڕێگە بە نەرمەواڵا بدە بۆ
+ دەست گەیاندن بە هەموو کردارە پێشکەوتووەکانی بەڕێوەبەری داگرتن.
+ نەرمەواڵا زیانبەخشەکان ئەتوانن ئەم تایبەتمەندییە بەکار بهێنن بۆ ڕاگرتنی دابەزاندنەکان و
+ زانیارییە نهێنییەکان.</string>
+ <string name="permlab_downloadCompletedIntent">ناردنی تێبینییەکانی
+ داگرتن.</string>
+ <string name="permdesc_downloadCompletedIntent">ڕێگە بە نەرمەواڵا بدە بۆ
+ بۆ ناردنی تێبینییەکان لەبارەی داگرتنە تەواوەکان. نەرمەواڵا زیانبەخشەکان
+ ئەتوانن ئەم تایبەتمەندییە بەکار بهێنن بۆ سەر لێ شێواندنی دیکەی نەرمەواڵاکان کە
+ فایلەکان دادەبەزێنن.</string>
+ <string name="permlab_seeAllExternal" product="nosdcard">بینینی هەموو داگرتنەکان لە ناو بیرگەی USB</string>
+ <string name="permlab_seeAllExternal" product="default">بینینی هەموو داگرتنەکان لە ناو بیرگەی هەڵگرتنی</string>
+ <string name="permdesc_seeAllExternal">ڕێگە بە بەرنامە بدە بۆ بینینی هەموویی
+ داگرتنەکان لە ناو بیرگەی هەڵگرتنی، بێگوێدانە ئەوەی کە کام نەرمەواڵایە ئەوانەی
+ داگرتووە.</string>
+ <string name="permlab_downloadCacheNonPurgeable">هێشتنەوەی بۆشایی لە ناو
+ حەشارگەی داگرتن</string>
+ <string name="permdesc_downloadCacheNonPurgeable">ڕێگە بە نەرمەواڵا بدە بۆ
+ دابەزاندنی فایلەکان بۆ ناو حەشارگەی داگرتن، کە بە شێوەی خۆکار ناسڕێنەوە
+ کاتێک کە بەڕێوەبەری داگرتن بۆشایی زۆرتری پێویستە.</string>
+ <string name="permlab_downloadWithoutNotification">دابەزاندنی فایلەکان بێ
+ تێبینی</string>
+ <string name="permdesc_downloadWithoutNotification">ڕێگە بە نەرمەواڵا بدە
+ فایلەکان لە ڕێگەی بەڕێوەبەری داگرتن دابەزێنێت بەبێ هیچ تێبینییەک
+ کە پیشانی بەکارهێنەرەکە بدرێت.</string>
+ <string name="permlab_accessAllDownloads">دەست گەیشتن بە هەموو داگرتنەکانی
+ سیستەم</string>
+ <string name="permdesc_accessAllDownloads">ڕێگە بە نەرمەواڵاکە بدە بۆ بینین و
+ دەستکاری کردنی هەموو ئەو داگرتنانەی کە بە نەرمەواڵایەکی سیستەم ڕێکخراون.</string>
<string name="download_unknown_title">&lt;بێناونیشان&gt;</string>
+ <string name="notification_download_complete">داگرتن تەواو بوو.</string>
+ <string name="notification_download_failed">داگرتن سەرکەوتوو نەبوو.</string>
+ <string name="notification_need_wifi_for_size">قەبارەی داگرتن پێویستیی ئەکات بۆ Wi-Fi.</string>
+ <string name="notification_paused_in_background">لە پشتەوە وەستێنراوە.</string>
+ <string name="wifi_required_title">داگرتنەکە زۆر گەورەیە بۆ ئینتەرنێتی مۆبایل</string>
+ <string name="wifi_required_body">دەبێ wI-fI بەکار بهێنیت بۆ ئەم
+ <xliff:g id="size" example="12.3KB">%s
+ </xliff:g> داگرتنە. \n\nدەست لێدە <xliff:g id="queue_text" example="Queue">%s
+ </xliff:g> بۆ دەستپێکردنی دابەزاندنەکە، جاری دوایی کە تۆ بەسترایتەوە بە تۆڕی
+ Wi-fi.</string>
+ <string name="wifi_recommended_title">ئەیخەیتە نۆرەوە بۆ داگرتنی دوایی؟</string>
+ <string name="wifi_recommended_body">بە دەستپێکردنی <xliff:g id="size" example="12.3KB">%s
+ </xliff:g> ئەم داگرتنە لەوانەیە تەمەنی باترییەکەت کورت بکەیتەوە یانببێتە هۆی
+ بەکار هێنانی بەڕادەبەدەری ئیتەرنێتی مۆبایلەکەت، کە ئەیوانێت باڵانسی سیمکارتەکەت بخوات
+ کە بەستراوە بە پلانی بەکارهێنانی ئینتەرنێتی مۆبایلەکەت.\n\n
+ دەست لێدە <xliff:g id="queue_text" example="Queue">%s</xliff:g> بۆ دەستپێکردنی ئەم داگرتنە
+ جاری دوایی کە بەسترایتەوە بە تۆڕیکی Wi-Fi.</string>
+ <string name="button_queue_for_wifi">نۆرە</string>
<string name="button_cancel_download">هەڵوەشاندنەوە</string>
<string name="button_start_now">ئێستا ده‌ست پێبکه‌</string>
<string name="download_percent"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <plurals name="notif_summary_active">
+ <item quantity="one">1 فایل دائەبەزێنرێت</item>
+ <item quantity="other"><xliff:g id="number">%d</xliff:g> فایل دائەبەزێنرێن</item>
+ </plurals>
+ <plurals name="notif_summary_waiting">
+ <item quantity="one">1 فایل چاوەڕوانە</item>
+ <item quantity="other"><xliff:g id="number">%d</xliff:g> فایل چاوەڕوانن</item>
+ </plurals>
+ <string name="download_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> چەپ</string>
<string name="download_no_application_title">نه‌توانرا په‌ڕگه‌ بکرێته‌وه‌</string>
<string name="root_downloads">دابەزاندن</string>
+ <string name="download_queued">لە نۆرەدایە</string>
+ <string name="download_running">لە کارادایە</string>
+ <string name="download_error">سه‌رکه‌وتوونه‌بوو</string>
+ <string name="download_running_percent">لە کارادایە, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
index f70781a3..13271056 100644
--- a/res/values-lb/strings.xml
+++ b/res/values-lb/strings.xml
@@ -17,5 +17,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="download_unknown_title">&lt;Ouni Titel&gt;</string>
<string name="download_percent"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="root_downloads">Downloads</string>
<string name="download_queued">An der Waardeschläif</string>
</resources>
diff --git a/ui/res/values-ku/strings.xml b/ui/res/values-ku/strings.xml
index 0afdf34d..236c96c0 100644
--- a/ui/res/values-ku/strings.xml
+++ b/ui/res/values-ku/strings.xml
@@ -16,13 +16,39 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_label">دابەزاندن</string>
- <string name="button_sort_by_size">جۆرکردنە بە قەبارە</string>
+ <string name="download_title_sorted_by_date">داگرتنەکان - ڕیزکراو بە بەروار</string>
+ <string name="download_title_sorted_by_size">داگرتنەکان - ڕیزکراو بە قەبارە</string>
+ <string name="no_downloads">هیچ داگرتنێک نییە.</string>
+ <string name="missing_title">&lt;نەزانراو&gt;</string>
+ <string name="button_sort_by_size">ڕیزکردن بە قەبارە</string>
+ <string name="button_sort_by_date">ڕیزکردن بە بەروار</string>
+ <string name="download_queued">لە نۆرەدایە</string>
+ <string name="download_running">لە کارادایە</string>
+ <string name="download_success">تەواو</string>
+ <string name="download_error">سه‌رکه‌وتوونه‌بوو</string>
+ <string name="dialog_title_not_available">نەیتوانی دایبەزێنێت</string>
+ <string name="dialog_failed_body">دەتەوێ فەیلەکە دووبارە دابەزێنییەوە یان
+ لە نۆرەدا ئەیسڕیتەوە؟</string>
+ <string name="dialog_title_queued_body">فایل لە نۆرەدایە</string>
+ <string name="dialog_queued_body">ئەم فایلە لە نۆرەدایە بۆ داگرتن لە داهاتوودا کەواتە ئێستا بەر دەست نییە.</string>
+ <string name="dialog_file_missing_body">ناتوانێت فایلی دابەزێنراو بدۆزێتەوە.</string>
+ <string name="dialog_insufficient_space_on_external">نەیتوانی داگرتن تەواو بکات. بۆشایی
+ پێویست لە بیرگەی دەرەکی نییە.</string>
+ <string name="dialog_insufficient_space_on_cache">نەیتوانی داگرتن تەواو بکات. بۆشایی
+ پێویست لە بیرگەی داگرتنی ناوەکی نییە.</string>
+ <string name="dialog_cannot_resume">داگرتن قرتێنرا و ناتوانێت دەست پێ بکاتەوە.</string>
+ <string name="dialog_file_already_exists">ناتوانێت دایبەزێنێت. فایلی مەبەست لەمەو پێش هەیە.
+ </string>
+ <string name="dialog_media_not_found">ناتوانێت دایبەزێنێت. بیرگەی دەرەکی بەر دەست نییە.
+ </string>
<string name="download_no_application_title">نه‌توانرا په‌ڕگه‌ بکرێته‌وه‌</string>
<string name="remove_download">سڕینەوە</string>
<string name="delete_download">سڕینه‌وه‌</string>
+ <string name="keep_queued_download">هێشتنەوە</string>
<string name="cancel_running_download">هەڵوەشاندنەوە</string>
<string name="retry_download">دوبارە هەوڵدانەوە</string>
<string name="deselect_all">دیاری نەکردنی هەموو</string>
<string name="select_all">دیاریکردنی هەموو</string>
+ <string name="selected_count">دیاریکراون <xliff:g id="number" example="3">%1$d</xliff:g> لە <xliff:g id="total" example="15">%2$d</xliff:g></string>
<string name="download_share_dialog">به‌شداریپێکردن له‌ ڕێگه‌ی</string>
</resources>
diff --git a/ui/res/values-lb/strings.xml b/ui/res/values-lb/strings.xml
index 4d0ffd78..2adf22af 100644
--- a/ui/res/values-lb/strings.xml
+++ b/ui/res/values-lb/strings.xml
@@ -15,6 +15,7 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_label">Downloads</string>
<string name="download_title_sorted_by_date">Downloads - Zortéiert no Datum</string>
<string name="download_title_sorted_by_size">Downloads - Zortéiert no Gréisst</string>
<string name="no_downloads">Keng Downloads.</string>
@@ -24,6 +25,8 @@
<string name="download_queued">An der Waardeschläif</string>
<string name="download_running">Am Gaang</string>
<string name="download_success">Fäerdeg</string>
+ <string name="dialog_title_queued_body">Fichier an der Waardeschläif</string>
+ <string name="dialog_file_missing_body">Den erofgeluedene Fichier ass net méi do.</string>
<string name="download_no_application_title">Fichier kann net opgemaach ginn</string>
<string name="remove_download">Ewechhuelen</string>
<string name="delete_download">Läschen</string>