From 94b75d4410f8ffa97ba7babcdc5c4a569589b9aa Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Fri, 19 Mar 2010 19:04:15 -0700 Subject: Add i18n'd strings for the Pico settings screen. Change-Id: I541f1721baf4dadef653268ab1bc206ad521f036 --- pico/res/values-cs/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-da/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-de/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-el/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-es-rUS/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-es/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-fr/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-it/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-ja/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-ko/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-nb/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-nl/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-pl/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-pt-rPT/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-pt/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-ru/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-sv/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-tr/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-zh-rCN/strings.xml | 23 +++++++++++++++++++++++ pico/res/values-zh-rTW/strings.xml | 23 +++++++++++++++++++++++ pico/res/values/strings.xml | 1 - 21 files changed, 460 insertions(+), 1 deletion(-) create mode 100755 pico/res/values-cs/strings.xml create mode 100755 pico/res/values-da/strings.xml create mode 100755 pico/res/values-de/strings.xml create mode 100755 pico/res/values-el/strings.xml create mode 100755 pico/res/values-es-rUS/strings.xml create mode 100755 pico/res/values-es/strings.xml create mode 100755 pico/res/values-fr/strings.xml create mode 100755 pico/res/values-it/strings.xml create mode 100755 pico/res/values-ja/strings.xml create mode 100755 pico/res/values-ko/strings.xml create mode 100755 pico/res/values-nb/strings.xml create mode 100755 pico/res/values-nl/strings.xml create mode 100755 pico/res/values-pl/strings.xml create mode 100755 pico/res/values-pt-rPT/strings.xml create mode 100755 pico/res/values-pt/strings.xml create mode 100755 pico/res/values-ru/strings.xml create mode 100755 pico/res/values-sv/strings.xml create mode 100755 pico/res/values-tr/strings.xml create mode 100755 pico/res/values-zh-rCN/strings.xml create mode 100755 pico/res/values-zh-rTW/strings.xml (limited to 'pico') diff --git a/pico/res/values-cs/strings.xml b/pico/res/values-cs/strings.xml new file mode 100755 index 0000000..425a968 --- /dev/null +++ b/pico/res/values-cs/strings.xml @@ -0,0 +1,23 @@ + + + + + "Nainstalováno" + "Není nainstalováno" + diff --git a/pico/res/values-da/strings.xml b/pico/res/values-da/strings.xml new file mode 100755 index 0000000..178938e --- /dev/null +++ b/pico/res/values-da/strings.xml @@ -0,0 +1,23 @@ + + + + + "Installeret" + "Ikke installeret" + diff --git a/pico/res/values-de/strings.xml b/pico/res/values-de/strings.xml new file mode 100755 index 0000000..3e80a72 --- /dev/null +++ b/pico/res/values-de/strings.xml @@ -0,0 +1,23 @@ + + + + + "Installiert" + "Nicht installiert" + diff --git a/pico/res/values-el/strings.xml b/pico/res/values-el/strings.xml new file mode 100755 index 0000000..ed0d9a1 --- /dev/null +++ b/pico/res/values-el/strings.xml @@ -0,0 +1,23 @@ + + + + + "Εγκαταστάθηκε" + "Δεν έχει εγκατασταθεί" + diff --git a/pico/res/values-es-rUS/strings.xml b/pico/res/values-es-rUS/strings.xml new file mode 100755 index 0000000..fee3ac0 --- /dev/null +++ b/pico/res/values-es-rUS/strings.xml @@ -0,0 +1,23 @@ + + + + + "Instalada" + "No se ha instalado." + diff --git a/pico/res/values-es/strings.xml b/pico/res/values-es/strings.xml new file mode 100755 index 0000000..6bfb1a1 --- /dev/null +++ b/pico/res/values-es/strings.xml @@ -0,0 +1,23 @@ + + + + + "Instalada" + "Sin instalar" + diff --git a/pico/res/values-fr/strings.xml b/pico/res/values-fr/strings.xml new file mode 100755 index 0000000..d5b23ef --- /dev/null +++ b/pico/res/values-fr/strings.xml @@ -0,0 +1,23 @@ + + + + + "Installée" + "Non installée" + diff --git a/pico/res/values-it/strings.xml b/pico/res/values-it/strings.xml new file mode 100755 index 0000000..ff7c733 --- /dev/null +++ b/pico/res/values-it/strings.xml @@ -0,0 +1,23 @@ + + + + + "Installata" + "Non installata" + diff --git a/pico/res/values-ja/strings.xml b/pico/res/values-ja/strings.xml new file mode 100755 index 0000000..84853c3 --- /dev/null +++ b/pico/res/values-ja/strings.xml @@ -0,0 +1,23 @@ + + + + + "インストール済み" + "未インストール" + diff --git a/pico/res/values-ko/strings.xml b/pico/res/values-ko/strings.xml new file mode 100755 index 0000000..f72af47 --- /dev/null +++ b/pico/res/values-ko/strings.xml @@ -0,0 +1,23 @@ + + + + + "설치됨" + "설치되지 않음" + diff --git a/pico/res/values-nb/strings.xml b/pico/res/values-nb/strings.xml new file mode 100755 index 0000000..2c4e313 --- /dev/null +++ b/pico/res/values-nb/strings.xml @@ -0,0 +1,23 @@ + + + + + "Installert" + "Ikke installert" + diff --git a/pico/res/values-nl/strings.xml b/pico/res/values-nl/strings.xml new file mode 100755 index 0000000..eb2d3ae --- /dev/null +++ b/pico/res/values-nl/strings.xml @@ -0,0 +1,23 @@ + + + + + "Geïnstalleerd" + "Niet geïnstalleerd" + diff --git a/pico/res/values-pl/strings.xml b/pico/res/values-pl/strings.xml new file mode 100755 index 0000000..2fcf81d --- /dev/null +++ b/pico/res/values-pl/strings.xml @@ -0,0 +1,23 @@ + + + + + "Zainstalowano" + "Nie zainstalowano" + diff --git a/pico/res/values-pt-rPT/strings.xml b/pico/res/values-pt-rPT/strings.xml new file mode 100755 index 0000000..46e73c4 --- /dev/null +++ b/pico/res/values-pt-rPT/strings.xml @@ -0,0 +1,23 @@ + + + + + "Instalado" + "Não instalada" + diff --git a/pico/res/values-pt/strings.xml b/pico/res/values-pt/strings.xml new file mode 100755 index 0000000..793ff5f --- /dev/null +++ b/pico/res/values-pt/strings.xml @@ -0,0 +1,23 @@ + + + + + "Instalado" + "Não instalado" + diff --git a/pico/res/values-ru/strings.xml b/pico/res/values-ru/strings.xml new file mode 100755 index 0000000..93d627e --- /dev/null +++ b/pico/res/values-ru/strings.xml @@ -0,0 +1,23 @@ + + + + + "Установлено" + "Не установлено" + diff --git a/pico/res/values-sv/strings.xml b/pico/res/values-sv/strings.xml new file mode 100755 index 0000000..a9038fb --- /dev/null +++ b/pico/res/values-sv/strings.xml @@ -0,0 +1,23 @@ + + + + + "Installerad" + "Inte installerad" + diff --git a/pico/res/values-tr/strings.xml b/pico/res/values-tr/strings.xml new file mode 100755 index 0000000..07f7c35 --- /dev/null +++ b/pico/res/values-tr/strings.xml @@ -0,0 +1,23 @@ + + + + + "Yüklendi" + "Yüklü değil" + diff --git a/pico/res/values-zh-rCN/strings.xml b/pico/res/values-zh-rCN/strings.xml new file mode 100755 index 0000000..ad14f23 --- /dev/null +++ b/pico/res/values-zh-rCN/strings.xml @@ -0,0 +1,23 @@ + + + + + "已安装" + "未安装" + diff --git a/pico/res/values-zh-rTW/strings.xml b/pico/res/values-zh-rTW/strings.xml new file mode 100755 index 0000000..2f5c7c2 --- /dev/null +++ b/pico/res/values-zh-rTW/strings.xml @@ -0,0 +1,23 @@ + + + + + "已安裝" + "未安裝" + diff --git a/pico/res/values/strings.xml b/pico/res/values/strings.xml index 932403d..9d4cd75 100755 --- a/pico/res/values/strings.xml +++ b/pico/res/values/strings.xml @@ -17,7 +17,6 @@ */ --> - Pico TTS This is an example of speech synthesis in English with Pico. -- cgit v1.1