From e9ec85590f79ee3406eef04e40439b8d2ffd35f6 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 21 May 2014 01:49:00 +0300 Subject: Automatic translation import Change-Id: I5d66d07ff7826979e6b27dd5e83acf3f3f9f2c44 --- res/values-af/cm_plurals.xml | 31 +++++++++++++++++++++++++++++++ res/values-af/cm_strings.xml | 4 ++++ res/values-cs/cm_strings.xml | 1 + res/values-de/cm_plurals.xml | 31 +++++++++++++++++++++++++++++++ res/values-de/cm_strings.xml | 4 ++++ res/values-in/cm_plurals.xml | 28 ++++++++++++++++++++++++++++ res/values-in/cm_strings.xml | 25 +++++++++++++++++++++++++ res/values-ja/cm_plurals.xml | 28 ++++++++++++++++++++++++++++ res/values-lt/cm_plurals.xml | 34 ++++++++++++++++++++++++++++++++++ res/values-nb/cm_plurals.xml | 33 +++++++++++++++++++++++++++++++++ res/values-nb/cm_strings.xml | 25 +++++++++++++++++++++++++ res/values-pl/cm_strings.xml | 4 ++++ res/values-si/cm_plurals.xml | 31 +++++++++++++++++++++++++++++++ res/values-si/cm_strings.xml | 25 +++++++++++++++++++++++++ res/values-uk/cm_strings.xml | 25 +++++++++++++++++++++++++ res/values-zh-rCN/cm_plurals.xml | 28 ++++++++++++++++++++++++++++ res/values-zh-rCN/cm_strings.xml | 4 ++++ res/values-zh-rHK/cm_plurals.xml | 28 ++++++++++++++++++++++++++++ res/values-zh-rHK/cm_strings.xml | 4 ++++ res/values-zh-rTW/cm_plurals.xml | 28 ++++++++++++++++++++++++++++ res/values-zh-rTW/cm_strings.xml | 1 + 21 files changed, 422 insertions(+) create mode 100644 res/values-af/cm_plurals.xml create mode 100644 res/values-de/cm_plurals.xml create mode 100644 res/values-in/cm_plurals.xml create mode 100644 res/values-in/cm_strings.xml create mode 100644 res/values-ja/cm_plurals.xml create mode 100644 res/values-lt/cm_plurals.xml create mode 100644 res/values-nb/cm_plurals.xml create mode 100644 res/values-nb/cm_strings.xml create mode 100644 res/values-si/cm_plurals.xml create mode 100644 res/values-si/cm_strings.xml create mode 100644 res/values-uk/cm_strings.xml create mode 100644 res/values-zh-rCN/cm_plurals.xml create mode 100644 res/values-zh-rHK/cm_plurals.xml create mode 100644 res/values-zh-rTW/cm_plurals.xml 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 @@ + + + + + + %d sek + %d sekondes + + + %d min + %d minute + + + %d uur + %d ure + + 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 @@ Aflaai vouer Aflaaie + Tydelik onderbreek + Gepouseer, %d%% + In Wagtou, %d%% + %1$s, %2$s/s 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 @@ Pozastaveno Pozastaveno, %d%% Ve frontě, %d%% + %1$s, %2$s/s 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 @@ + + + + + + %d Sekunde + %d Sekunden + + + %d Minute + %d Minuten + + + %d Stunde + %d Stunden + + 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 @@ Download-Ordner Downloads + Angehalten + Pausiert, %d%% + In der Warteschlange, %d%% + %1$s, %2$s/s 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 @@ + + + + + + %d det + + + %d men + + + %d jam + + 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 @@ + + + + + Folder unduhan + Unduhan + Dijeda + Dijeda, %d%% + Diantrikan, %d%% + %1$s, %2$s/s + 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 @@ + + + + + + %d + + + %d + + + %d時間 + + 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 @@ + + + + + + %d sek. + %d sek. + %d sek. + + + %d min. + %d min. + %d min. + + + %d val. + %d val. + %d val. + + 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 @@ + + + + + + %d sekund(er) + %d sekund(er) + + + %d minutt(er) + + %d minutt(er) + + + + %d time(r) + %d time(r) + + 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 @@ + + + + + Nedlastingsmappe + Nedlastinger + Midlertidig stanset + Pauset, %d%% + I kø, %d%% + %1$s, %2$s/s + 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 @@ Folder pobierania Pobrane + Wstrzymane + Wstrzymano, %d%% + W kolejce, %d%% + %1$s, %2$s/s 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 @@ + + + + + + %d තත්පරයයි + තත්පර %d + + + %d මිනිත්තුවයි + මිනිත්තු %d + + + පැය %d + පැය %d + + 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 @@ + + + + + භාගතකිරීම් ෆෝල්ඩරය + භාගතකිරීම් + විරාම වී + විරාම වී, %d%% + පෙළ ගැසී, %d%% + %1$s, %2$s/තත් + 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 @@ + + + + + Папка завантажень + Завантаження + Призупинено + Призупинено, %d%% + В черзі, %d%% + %1$s, %2$s/s + 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 @@ + + + + + + %d + + + %d 分钟 + + + %d 小时 + + 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 @@ 下载文件夹 下载 + 已暂停 + 已暂停,%d%% + 已排队,%d%% + %1$s, %2$s/s 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 @@ + + + + + + %d + + + %d 分鐘 + + + %d 個小時 + + 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 @@ 下載資料夾 下載 + 已暫停 + 已暫停,%d%% + 已排隊等候,%d%% + %1$s%2$s/秒 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 @@ + + + + + + %d + + + %d + + + %d 小時 + + 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 @@ 下載資料夾 下載 + %1$s%2$s/秒 -- cgit v1.2.3