diff options
author | Eric Fischer <enf@google.com> | 2010-11-17 16:40:05 -0800 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2010-11-17 16:40:05 -0800 |
commit | 9f5a2ccf46661d4393fa8c1a5b60f4a63b17ee2c (patch) | |
tree | e17bb10a620c68b86cdc255fe997bc53ac34355d /tests/res | |
parent | 3b046f575906f7c311b7964bd1ef7db8e05b61f7 (diff) | |
download | packages_apps_settings-9f5a2ccf46661d4393fa8c1a5b60f4a63b17ee2c.zip packages_apps_settings-9f5a2ccf46661d4393fa8c1a5b60f4a63b17ee2c.tar.gz packages_apps_settings-9f5a2ccf46661d4393fa8c1a5b60f4a63b17ee2c.tar.bz2 |
Import initial translations for 20 new locales.
Change-Id: I55b0229ca58d63282625b6eaf9e0e58672403c02
Diffstat (limited to 'tests/res')
-rw-r--r-- | tests/res/values-ar/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-bg/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-ca/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-en-rGB/strings.xml | 28 | ||||
-rw-r--r-- | tests/res/values-fa/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-fi/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-he/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-hr/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-hu/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-id/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-lt/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-lv/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-ro/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-sk/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-sl/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-sr/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-th/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-tl/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-uk/strings.xml | 34 | ||||
-rw-r--r-- | tests/res/values-vi/strings.xml | 34 |
20 files changed, 674 insertions, 0 deletions
diff --git a/tests/res/values-ar/strings.xml b/tests/res/values-ar/strings.xml new file mode 100644 index 0000000..1cb3e52 --- /dev/null +++ b/tests/res/values-ar/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"قابل للاكتشاف"</string> + <string name="start_scan" msgid="6035699220942169744">"بدء الفحص"</string> + <string name="stop_scan" msgid="527546916633745779">"إيقاف الفحص"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-bg/strings.xml b/tests/res/values-bg/strings.xml new file mode 100644 index 0000000..8da72fa --- /dev/null +++ b/tests/res/values-bg/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Откриваемо"</string> + <string name="start_scan" msgid="6035699220942169744">"Започване на сканиране"</string> + <string name="stop_scan" msgid="527546916633745779">"Спиране на сканиране"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-ca/strings.xml b/tests/res/values-ca/strings.xml new file mode 100644 index 0000000..b8f1786 --- /dev/null +++ b/tests/res/values-ca/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Detectable"</string> + <string name="start_scan" msgid="6035699220942169744">"Inicia la cerca"</string> + <string name="stop_scan" msgid="527546916633745779">"Atura la cerca"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-en-rGB/strings.xml b/tests/res/values-en-rGB/strings.xml new file mode 100644 index 0000000..6aab4d0 --- /dev/null +++ b/tests/res/values-en-rGB/strings.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Discoverable"</string> + <string name="start_scan" msgid="6035699220942169744">"Start scan"</string> + <string name="stop_scan" msgid="527546916633745779">"Stop scan"</string> + <string name="operator_hello" msgid="292208161864910159">"Hello Operator!"</string> + <string name="operator_settings_title" msgid="1410094511974808567">"Operator"</string> + <string name="operator_settings_summary" msgid="5916597343019392258">"Operator\'s hook that can be used to start activity of choice"</string> + <string name="manufacturer_hello" msgid="7525744633645544137">"Hello Manufacturer!"</string> + <string name="manufacturer_settings_title" msgid="2503105049808838612">"Manufacturer"</string> + <string name="manufacturer_settings_summary" msgid="766746044826063472">"Manufacturer\'s hook that can be used to start activity of choice"</string> +</resources> diff --git a/tests/res/values-fa/strings.xml b/tests/res/values-fa/strings.xml new file mode 100644 index 0000000..a09ae2e --- /dev/null +++ b/tests/res/values-fa/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"قابل شناسایی"</string> + <string name="start_scan" msgid="6035699220942169744">"شروع اسکن"</string> + <string name="stop_scan" msgid="527546916633745779">"توقف اسکن"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-fi/strings.xml b/tests/res/values-fi/strings.xml new file mode 100644 index 0000000..0a26780 --- /dev/null +++ b/tests/res/values-fi/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Tunnistettavissa"</string> + <string name="start_scan" msgid="6035699220942169744">"Aloita etsintä"</string> + <string name="stop_scan" msgid="527546916633745779">"Pysäytä lukeminen"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-he/strings.xml b/tests/res/values-he/strings.xml new file mode 100644 index 0000000..7efcdb3 --- /dev/null +++ b/tests/res/values-he/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"בר-גילוי"</string> + <string name="start_scan" msgid="6035699220942169744">"התחל סריקה"</string> + <string name="stop_scan" msgid="527546916633745779">"עצור סריקה"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-hr/strings.xml b/tests/res/values-hr/strings.xml new file mode 100644 index 0000000..ec75524 --- /dev/null +++ b/tests/res/values-hr/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Moguće prepoznavanje"</string> + <string name="start_scan" msgid="6035699220942169744">"Pokreni skeniranje"</string> + <string name="stop_scan" msgid="527546916633745779">"Zaustavi skeniranje"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-hu/strings.xml b/tests/res/values-hu/strings.xml new file mode 100644 index 0000000..b755b29 --- /dev/null +++ b/tests/res/values-hu/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Felderíthető"</string> + <string name="start_scan" msgid="6035699220942169744">"Keresés indítása"</string> + <string name="stop_scan" msgid="527546916633745779">"Keresés leállítása"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-id/strings.xml b/tests/res/values-id/strings.xml new file mode 100644 index 0000000..0a8f15c --- /dev/null +++ b/tests/res/values-id/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Dapat ditemukan"</string> + <string name="start_scan" msgid="6035699220942169744">"Mulai memindai"</string> + <string name="stop_scan" msgid="527546916633745779">"Hentikan pemindaian"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-lt/strings.xml b/tests/res/values-lt/strings.xml new file mode 100644 index 0000000..964d1b3 --- /dev/null +++ b/tests/res/values-lt/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Randamas"</string> + <string name="start_scan" msgid="6035699220942169744">"Pradėti nuskaitymą"</string> + <string name="stop_scan" msgid="527546916633745779">"Stabdyti nuskaitymą"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-lv/strings.xml b/tests/res/values-lv/strings.xml new file mode 100644 index 0000000..f24bb47 --- /dev/null +++ b/tests/res/values-lv/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Atklājams"</string> + <string name="start_scan" msgid="6035699220942169744">"Sākt skenēšanu"</string> + <string name="stop_scan" msgid="527546916633745779">"Apturēt skenēšanu"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-ro/strings.xml b/tests/res/values-ro/strings.xml new file mode 100644 index 0000000..f8bf967 --- /dev/null +++ b/tests/res/values-ro/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Detectabil"</string> + <string name="start_scan" msgid="6035699220942169744">"Porniţi scanarea"</string> + <string name="stop_scan" msgid="527546916633745779">"Opriţi scanarea"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-sk/strings.xml b/tests/res/values-sk/strings.xml new file mode 100644 index 0000000..f45a5d9 --- /dev/null +++ b/tests/res/values-sk/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Viditeľné"</string> + <string name="start_scan" msgid="6035699220942169744">"Spustiť vyhľadávanie"</string> + <string name="stop_scan" msgid="527546916633745779">"Zastaviť vyhľadávanie"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-sl/strings.xml b/tests/res/values-sl/strings.xml new file mode 100644 index 0000000..5e14575 --- /dev/null +++ b/tests/res/values-sl/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Viden"</string> + <string name="start_scan" msgid="6035699220942169744">"Začni iskanje"</string> + <string name="stop_scan" msgid="527546916633745779">"Ustavi iskanje"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-sr/strings.xml b/tests/res/values-sr/strings.xml new file mode 100644 index 0000000..3f7b606 --- /dev/null +++ b/tests/res/values-sr/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Видљив"</string> + <string name="start_scan" msgid="6035699220942169744">"Покрени скенирање"</string> + <string name="stop_scan" msgid="527546916633745779">"Заустави скенирање"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-th/strings.xml b/tests/res/values-th/strings.xml new file mode 100644 index 0000000..595a406 --- /dev/null +++ b/tests/res/values-th/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"ค้นพบได้"</string> + <string name="start_scan" msgid="6035699220942169744">"เริ่มสแกน"</string> + <string name="stop_scan" msgid="527546916633745779">"หยุดสแกน"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-tl/strings.xml b/tests/res/values-tl/strings.xml new file mode 100644 index 0000000..f4ab25a --- /dev/null +++ b/tests/res/values-tl/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Natutuklas"</string> + <string name="start_scan" msgid="6035699220942169744">"Simulan mag-scan"</string> + <string name="stop_scan" msgid="527546916633745779">"Itigil ang scan"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-uk/strings.xml b/tests/res/values-uk/strings.xml new file mode 100644 index 0000000..de2b611 --- /dev/null +++ b/tests/res/values-uk/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Видимий"</string> + <string name="start_scan" msgid="6035699220942169744">"Поч. сканув."</string> + <string name="stop_scan" msgid="527546916633745779">"Зупин. скан."</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> diff --git a/tests/res/values-vi/strings.xml b/tests/res/values-vi/strings.xml new file mode 100644 index 0000000..e8e9c21 --- /dev/null +++ b/tests/res/values-vi/strings.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="discoverable" msgid="3169265480789026010">"Có thể phát hiện"</string> + <string name="start_scan" msgid="6035699220942169744">"Bắt đầu quét"</string> + <string name="stop_scan" msgid="527546916633745779">"Dừng quét"</string> + <!-- no translation found for operator_hello (292208161864910159) --> + <skip /> + <!-- no translation found for operator_settings_title (1410094511974808567) --> + <skip /> + <!-- no translation found for operator_settings_summary (5916597343019392258) --> + <skip /> + <!-- no translation found for manufacturer_hello (7525744633645544137) --> + <skip /> + <!-- no translation found for manufacturer_settings_title (2503105049808838612) --> + <skip /> + <!-- no translation found for manufacturer_settings_summary (766746044826063472) --> + <skip /> +</resources> |