diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2010-03-19 19:04:15 -0700 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2010-03-19 19:07:19 -0700 |
commit | 94b75d4410f8ffa97ba7babcdc5c4a569589b9aa (patch) | |
tree | c0e8aa1dcc71297cadc7a9764015109187d9e014 /pico | |
parent | c0991bad280488a4b45b1819f8ac64a30820103d (diff) | |
download | external_svox-94b75d4410f8ffa97ba7babcdc5c4a569589b9aa.zip external_svox-94b75d4410f8ffa97ba7babcdc5c4a569589b9aa.tar.gz external_svox-94b75d4410f8ffa97ba7babcdc5c4a569589b9aa.tar.bz2 |
Add i18n'd strings for the Pico settings screen.
Change-Id: I541f1721baf4dadef653268ab1bc206ad521f036
Diffstat (limited to 'pico')
-rwxr-xr-x | pico/res/values-cs/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-da/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-de/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-el/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-es-rUS/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-es/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-fr/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-it/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-ja/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-ko/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-nb/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-nl/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-pl/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-pt-rPT/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-pt/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-ru/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-sv/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-tr/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-zh-rCN/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values-zh-rTW/strings.xml | 23 | ||||
-rwxr-xr-x | pico/res/values/strings.xml | 1 |
21 files changed, 460 insertions, 1 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Nainstalováno"</string> + <string name="not_installed">"Není nainstalováno"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Installeret"</string> + <string name="not_installed">"Ikke installeret"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Installiert"</string> + <string name="not_installed">"Nicht installiert"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Εγκαταστάθηκε"</string> + <string name="not_installed">"Δεν έχει εγκατασταθεί"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Instalada"</string> + <string name="not_installed">"No se ha instalado."</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Instalada"</string> + <string name="not_installed">"Sin instalar"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Installée"</string> + <string name="not_installed">"Non installée"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Installata"</string> + <string name="not_installed">"Non installata"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"インストール済み"</string> + <string name="not_installed">"未インストール"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"설치됨"</string> + <string name="not_installed">"설치되지 않음"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Installert"</string> + <string name="not_installed">"Ikke installert"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Geïnstalleerd"</string> + <string name="not_installed">"Niet geïnstalleerd"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Zainstalowano"</string> + <string name="not_installed">"Nie zainstalowano"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Instalado"</string> + <string name="not_installed">"Não instalada"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Instalado"</string> + <string name="not_installed">"Não instalado"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Установлено"</string> + <string name="not_installed">"Не установлено"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Installerad"</string> + <string name="not_installed">"Inte installerad"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"Yüklendi"</string> + <string name="not_installed">"Yüklü değil"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"已安装"</string> + <string name="not_installed">"未安装"</string> +</resources> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source 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> + <string name="installed">"已安裝"</string> + <string name="not_installed">"未安裝"</string> +</resources> 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 @@ */ --> -<!-- TODO: "with Pico" needs to be translated --> <resources> <string name="app_name">Pico TTS</string> <string name="eng_usa_sample">This is an example of speech synthesis in English with Pico.</string> |