diff options
| author | Scott Kennedy <skennedy@google.com> | 2013-10-10 11:50:01 -0700 |
|---|---|---|
| committer | Scott Kennedy <skennedy@google.com> | 2013-10-10 13:33:39 -0700 |
| commit | 858e094f1c695aefdf6a23f522c0f16d81bd79f7 (patch) | |
| tree | 11dc92919e5e8bedcde82c47ed435fc1e316395f /sample/res | |
| parent | fd3446b8d2c41bb14aaa22427b59b35ab9e47a17 (diff) | |
| download | android_frameworks_opt_chips-858e094f1c695aefdf6a23f522c0f16d81bd79f7.tar.gz android_frameworks_opt_chips-858e094f1c695aefdf6a23f522c0f16d81bd79f7.tar.bz2 android_frameworks_opt_chips-858e094f1c695aefdf6a23f522c0f16d81bd79f7.zip | |
Merge chips from jb-ub-mail-ur11 into klp-ub-dev
Change-Id: Ied8877d7613ca1dbb5047a0c8c611a1138fc47e3
Diffstat (limited to 'sample/res')
60 files changed, 1268 insertions, 0 deletions
diff --git a/sample/res/drawable-hdpi/ic_launcher.png b/sample/res/drawable-hdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000..96a442e --- /dev/null +++ b/sample/res/drawable-hdpi/ic_launcher.png diff --git a/sample/res/drawable-mdpi/ic_launcher.png b/sample/res/drawable-mdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000..359047d --- /dev/null +++ b/sample/res/drawable-mdpi/ic_launcher.png diff --git a/sample/res/drawable-xhdpi/ic_launcher.png b/sample/res/drawable-xhdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000..71c6d76 --- /dev/null +++ b/sample/res/drawable-xhdpi/ic_launcher.png diff --git a/sample/res/layout/activity_main.xml b/sample/res/layout/activity_main.xml new file mode 100644 index 0000000..01a9ff3 --- /dev/null +++ b/sample/res/layout/activity_main.xml @@ -0,0 +1,36 @@ +<!-- Copyright (C) 2013 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. +--> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + tools:context=".MainActivity" > + + <com.android.ex.chips.RecipientEditTextView + android:id="@+id/email_retv" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:hint="@string/email_addresses" + android:minHeight="58dp" /> + + <com.android.ex.chips.RecipientEditTextView + android:id="@+id/phone_retv" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:hint="@string/phone_numbers" + android:minHeight="58dp" /> + +</LinearLayout>
\ No newline at end of file diff --git a/sample/res/values-af/strings.xml b/sample/res/values-af/strings.xml new file mode 100644 index 0000000..e4c4945 --- /dev/null +++ b/sample/res/values-af/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips-voorbeeld"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-posadresse"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Foonnommers"</string> +</resources> diff --git a/sample/res/values-am/strings.xml b/sample/res/values-am/strings.xml new file mode 100644 index 0000000..d19c4e8 --- /dev/null +++ b/sample/res/values-am/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"የቺፕስ ናሙና"</string> + <string name="email_addresses" msgid="5320415175940315400">"የኢሜይል አድራሻዎች"</string> + <string name="phone_numbers" msgid="7836326833170390688">"ስልክ ቁጥሮች"</string> +</resources> diff --git a/sample/res/values-ar/strings.xml b/sample/res/values-ar/strings.xml new file mode 100644 index 0000000..4492ec7 --- /dev/null +++ b/sample/res/values-ar/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"عينة شرائح"</string> + <string name="email_addresses" msgid="5320415175940315400">"عناوين البريد الإلكتروني"</string> + <string name="phone_numbers" msgid="7836326833170390688">"أرقام الهواتف"</string> +</resources> diff --git a/sample/res/values-bg/strings.xml b/sample/res/values-bg/strings.xml new file mode 100644 index 0000000..4c118c1 --- /dev/null +++ b/sample/res/values-bg/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"Имейл адреси"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Телефонни номера"</string> +</resources> diff --git a/sample/res/values-ca/strings.xml b/sample/res/values-ca/strings.xml new file mode 100644 index 0000000..847cc6f --- /dev/null +++ b/sample/res/values-ca/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Mostra de xips"</string> + <string name="email_addresses" msgid="5320415175940315400">"Adreces electròniques"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Números de telèfon"</string> +</resources> diff --git a/sample/res/values-cs/strings.xml b/sample/res/values-cs/strings.xml new file mode 100644 index 0000000..3e0a928 --- /dev/null +++ b/sample/res/values-cs/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Vzorové čipy"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-mailové adresy"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefonní čísla"</string> +</resources> diff --git a/sample/res/values-da/strings.xml b/sample/res/values-da/strings.xml new file mode 100644 index 0000000..e55fcc6 --- /dev/null +++ b/sample/res/values-da/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Eksempel på chips"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-mailadresser"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefonnumre"</string> +</resources> diff --git a/sample/res/values-de/strings.xml b/sample/res/values-de/strings.xml new file mode 100644 index 0000000..614081c --- /dev/null +++ b/sample/res/values-de/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-Mail-Adressen"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefonnummern"</string> +</resources> diff --git a/sample/res/values-el/strings.xml b/sample/res/values-el/strings.xml new file mode 100644 index 0000000..a90018a --- /dev/null +++ b/sample/res/values-el/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Δείγμα τσιπ"</string> + <string name="email_addresses" msgid="5320415175940315400">"Διευθύνσεις ηλεκτρονικού ταχυδρομείου"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Αριθμοί τηλεφώνου"</string> +</resources> diff --git a/sample/res/values-en-rGB/strings.xml b/sample/res/values-en-rGB/strings.xml new file mode 100644 index 0000000..aaccb10 --- /dev/null +++ b/sample/res/values-en-rGB/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"Email Addresses"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Phone Numbers"</string> +</resources> diff --git a/sample/res/values-en-rIN/strings.xml b/sample/res/values-en-rIN/strings.xml new file mode 100644 index 0000000..aaccb10 --- /dev/null +++ b/sample/res/values-en-rIN/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"Email Addresses"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Phone Numbers"</string> +</resources> diff --git a/sample/res/values-es-rUS/strings.xml b/sample/res/values-es-rUS/strings.xml new file mode 100644 index 0000000..e314778 --- /dev/null +++ b/sample/res/values-es-rUS/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Muestra de chips"</string> + <string name="email_addresses" msgid="5320415175940315400">"Direcciones de correo electrónico"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Números de teléfono"</string> +</resources> diff --git a/sample/res/values-es/strings.xml b/sample/res/values-es/strings.xml new file mode 100644 index 0000000..dd64514 --- /dev/null +++ b/sample/res/values-es/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Muestra de Chips"</string> + <string name="email_addresses" msgid="5320415175940315400">"Direcciones de correo electrónico"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Números de teléfono"</string> +</resources> diff --git a/sample/res/values-et-rEE/strings.xml b/sample/res/values-et-rEE/strings.xml new file mode 100644 index 0000000..5c7d6e5 --- /dev/null +++ b/sample/res/values-et-rEE/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-posti aadressid"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefoninumbrid"</string> +</resources> diff --git a/sample/res/values-fa/strings.xml b/sample/res/values-fa/strings.xml new file mode 100644 index 0000000..8ee4162 --- /dev/null +++ b/sample/res/values-fa/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"نمونه تراشهها"</string> + <string name="email_addresses" msgid="5320415175940315400">"آدرسهای ایمیل"</string> + <string name="phone_numbers" msgid="7836326833170390688">"شماره تلفنها"</string> +</resources> diff --git a/sample/res/values-fi/strings.xml b/sample/res/values-fi/strings.xml new file mode 100644 index 0000000..c72df4d --- /dev/null +++ b/sample/res/values-fi/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"Sähköpostiosoitteet"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Puhelinnumerot"</string> +</resources> diff --git a/sample/res/values-fr-rCA/strings.xml b/sample/res/values-fr-rCA/strings.xml new file mode 100644 index 0000000..e88de2d --- /dev/null +++ b/sample/res/values-fr-rCA/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Échantillon Chips"</string> + <string name="email_addresses" msgid="5320415175940315400">"Adresses de courriel"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Numéros de téléphone"</string> +</resources> diff --git a/sample/res/values-fr/strings.xml b/sample/res/values-fr/strings.xml new file mode 100644 index 0000000..2b1c18e --- /dev/null +++ b/sample/res/values-fr/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Échantillon Chips"</string> + <string name="email_addresses" msgid="5320415175940315400">"Adresses e-mail"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Numéros de téléphone"</string> +</resources> diff --git a/sample/res/values-hi/strings.xml b/sample/res/values-hi/strings.xml new file mode 100644 index 0000000..bae6585 --- /dev/null +++ b/sample/res/values-hi/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"चिप्स नमूने"</string> + <string name="email_addresses" msgid="5320415175940315400">"ईमेल पते"</string> + <string name="phone_numbers" msgid="7836326833170390688">"फ़ोन नंबर"</string> +</resources> diff --git a/sample/res/values-hr/strings.xml b/sample/res/values-hr/strings.xml new file mode 100644 index 0000000..6eb8a8e --- /dev/null +++ b/sample/res/values-hr/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-adrese"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefonski brojevi"</string> +</resources> diff --git a/sample/res/values-hu/strings.xml b/sample/res/values-hu/strings.xml new file mode 100644 index 0000000..1d00752 --- /dev/null +++ b/sample/res/values-hu/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"„Chips” minta"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-mail címek"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefonszámok"</string> +</resources> diff --git a/sample/res/values-hy-rAM/strings.xml b/sample/res/values-hy-rAM/strings.xml new file mode 100644 index 0000000..fbdcb21 --- /dev/null +++ b/sample/res/values-hy-rAM/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Չիպերի նմուշ"</string> + <string name="email_addresses" msgid="5320415175940315400">"Էլփոստի հասցեներ"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Հեռախոսահամարներ"</string> +</resources> diff --git a/sample/res/values-in/strings.xml b/sample/res/values-in/strings.xml new file mode 100644 index 0000000..1ebd148 --- /dev/null +++ b/sample/res/values-in/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Contoh Chip"</string> + <string name="email_addresses" msgid="5320415175940315400">"Alamat Email"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Nomor Telepon"</string> +</resources> diff --git a/sample/res/values-it/strings.xml b/sample/res/values-it/strings.xml new file mode 100644 index 0000000..aefbd01 --- /dev/null +++ b/sample/res/values-it/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"Indirizzi email"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Numeri di telefono"</string> +</resources> diff --git a/sample/res/values-iw/strings.xml b/sample/res/values-iw/strings.xml new file mode 100644 index 0000000..24c7e69 --- /dev/null +++ b/sample/res/values-iw/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"דוגמאות שבבים"</string> + <string name="email_addresses" msgid="5320415175940315400">"כתובות דוא\"ל"</string> + <string name="phone_numbers" msgid="7836326833170390688">"מספרי טלפון"</string> +</resources> diff --git a/sample/res/values-ja/strings.xml b/sample/res/values-ja/strings.xml new file mode 100644 index 0000000..c75120a --- /dev/null +++ b/sample/res/values-ja/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"チップサンプル"</string> + <string name="email_addresses" msgid="5320415175940315400">"メールアドレス"</string> + <string name="phone_numbers" msgid="7836326833170390688">"電話番号"</string> +</resources> diff --git a/sample/res/values-ka-rGE/strings.xml b/sample/res/values-ka-rGE/strings.xml new file mode 100644 index 0000000..a21dab5 --- /dev/null +++ b/sample/res/values-ka-rGE/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"ჩიპების ნიმუში"</string> + <string name="email_addresses" msgid="5320415175940315400">"ელფოსტის მისამართები"</string> + <string name="phone_numbers" msgid="7836326833170390688">"ტელეფონის ნომრები"</string> +</resources> diff --git a/sample/res/values-km-rKH/strings.xml b/sample/res/values-km-rKH/strings.xml new file mode 100644 index 0000000..3730a7d --- /dev/null +++ b/sample/res/values-km-rKH/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"គំរូបន្ទះសៀគ្វី"</string> + <string name="email_addresses" msgid="5320415175940315400">"អាសយដ្ឋានអ៊ីមែល"</string> + <string name="phone_numbers" msgid="7836326833170390688">"លេខទូរស័ព្ទ"</string> +</resources> diff --git a/sample/res/values-ko/strings.xml b/sample/res/values-ko/strings.xml new file mode 100644 index 0000000..24d2793 --- /dev/null +++ b/sample/res/values-ko/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"칩 샘플"</string> + <string name="email_addresses" msgid="5320415175940315400">"이메일 주소"</string> + <string name="phone_numbers" msgid="7836326833170390688">"전화번호"</string> +</resources> diff --git a/sample/res/values-lo-rLA/strings.xml b/sample/res/values-lo-rLA/strings.xml new file mode 100644 index 0000000..6357807 --- /dev/null +++ b/sample/res/values-lo-rLA/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"ທີ່ຢູ່ອີເມວ"</string> + <string name="phone_numbers" msgid="7836326833170390688">"ເບີໂທລະສັບ:"</string> +</resources> diff --git a/sample/res/values-lt/strings.xml b/sample/res/values-lt/strings.xml new file mode 100644 index 0000000..b966062 --- /dev/null +++ b/sample/res/values-lt/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Lustų pavyzdžiai"</string> + <string name="email_addresses" msgid="5320415175940315400">"El. pašto adresai"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefonų numeriai"</string> +</resources> diff --git a/sample/res/values-lv/strings.xml b/sample/res/values-lv/strings.xml new file mode 100644 index 0000000..fec05b5 --- /dev/null +++ b/sample/res/values-lv/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-pasta adreses"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Tālruņa numuri"</string> +</resources> diff --git a/sample/res/values-mn-rMN/strings.xml b/sample/res/values-mn-rMN/strings.xml new file mode 100644 index 0000000..5289e5c --- /dev/null +++ b/sample/res/values-mn-rMN/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Чипний дээж"</string> + <string name="email_addresses" msgid="5320415175940315400">"Имэйл хаягууд"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Утасны дугаарууд"</string> +</resources> diff --git a/sample/res/values-ms-rMY/strings.xml b/sample/res/values-ms-rMY/strings.xml new file mode 100644 index 0000000..12ab807 --- /dev/null +++ b/sample/res/values-ms-rMY/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Sampel Cip"</string> + <string name="email_addresses" msgid="5320415175940315400">"Alamat E-mel"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Nombor Telefon"</string> +</resources> diff --git a/sample/res/values-nb/strings.xml b/sample/res/values-nb/strings.xml new file mode 100644 index 0000000..3bff3e2 --- /dev/null +++ b/sample/res/values-nb/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips-eksempel"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-postadresser"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefonnumre"</string> +</resources> diff --git a/sample/res/values-nl/strings.xml b/sample/res/values-nl/strings.xml new file mode 100644 index 0000000..8951311 --- /dev/null +++ b/sample/res/values-nl/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chipsvoorbeeld"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-mailadressen"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefoonnummers"</string> +</resources> diff --git a/sample/res/values-pl/strings.xml b/sample/res/values-pl/strings.xml new file mode 100644 index 0000000..fedec0d --- /dev/null +++ b/sample/res/values-pl/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Próbka chipsów"</string> + <string name="email_addresses" msgid="5320415175940315400">"Adresy e-mail"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Numery telefonów"</string> +</resources> diff --git a/sample/res/values-pt-rPT/strings.xml b/sample/res/values-pt-rPT/strings.xml new file mode 100644 index 0000000..951d30a --- /dev/null +++ b/sample/res/values-pt-rPT/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Amostra de Chips"</string> + <string name="email_addresses" msgid="5320415175940315400">"Endereços de email"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Números de telefone"</string> +</resources> diff --git a/sample/res/values-pt/strings.xml b/sample/res/values-pt/strings.xml new file mode 100644 index 0000000..9d2e732 --- /dev/null +++ b/sample/res/values-pt/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Amostra de chips"</string> + <string name="email_addresses" msgid="5320415175940315400">"Endereços de e-mail"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Números de telefone"</string> +</resources> diff --git a/sample/res/values-ro/strings.xml b/sample/res/values-ro/strings.xml new file mode 100644 index 0000000..bcffb5e --- /dev/null +++ b/sample/res/values-ro/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Mostră Chips"</string> + <string name="email_addresses" msgid="5320415175940315400">"Adrese de e-mail"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Numere de telefon"</string> +</resources> diff --git a/sample/res/values-ru/strings.xml b/sample/res/values-ru/strings.xml new file mode 100644 index 0000000..10f052e --- /dev/null +++ b/sample/res/values-ru/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"Адреса эл. почты"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Номера телефонов"</string> +</resources> diff --git a/sample/res/values-sk/strings.xml b/sample/res/values-sk/strings.xml new file mode 100644 index 0000000..1297298 --- /dev/null +++ b/sample/res/values-sk/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Ukážka čipov"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-mailové adresy"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefónne čísla"</string> +</resources> diff --git a/sample/res/values-sl/strings.xml b/sample/res/values-sl/strings.xml new file mode 100644 index 0000000..0e1c855 --- /dev/null +++ b/sample/res/values-sl/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Vzorec čipov"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-poštni naslovi"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefonske številke"</string> +</resources> diff --git a/sample/res/values-sr/strings.xml b/sample/res/values-sr/strings.xml new file mode 100644 index 0000000..dbd91a5 --- /dev/null +++ b/sample/res/values-sr/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Пример чипова"</string> + <string name="email_addresses" msgid="5320415175940315400">"Адресе е-поште"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Бројеви телефона"</string> +</resources> diff --git a/sample/res/values-sv/strings.xml b/sample/res/values-sv/strings.xml new file mode 100644 index 0000000..d787c85 --- /dev/null +++ b/sample/res/values-sv/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chipsprov"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-postadresser"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefonnummer"</string> +</resources> diff --git a/sample/res/values-sw/strings.xml b/sample/res/values-sw/strings.xml new file mode 100644 index 0000000..5afd792 --- /dev/null +++ b/sample/res/values-sw/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Sampuli ya Chips"</string> + <string name="email_addresses" msgid="5320415175940315400">"Anwani za Barua Pepe"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Nambari za Simu"</string> +</resources> diff --git a/sample/res/values-th/strings.xml b/sample/res/values-th/strings.xml new file mode 100644 index 0000000..80bf67d --- /dev/null +++ b/sample/res/values-th/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"ตัวอย่างชิป"</string> + <string name="email_addresses" msgid="5320415175940315400">"ที่อยู่อีเมล"</string> + <string name="phone_numbers" msgid="7836326833170390688">"หมายเลขโทรศัพท์"</string> +</resources> diff --git a/sample/res/values-tl/strings.xml b/sample/res/values-tl/strings.xml new file mode 100644 index 0000000..411e0d4 --- /dev/null +++ b/sample/res/values-tl/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Sample ng Mga Chip"</string> + <string name="email_addresses" msgid="5320415175940315400">"Mga Email Address"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Mga Numero ng Telepono"</string> +</resources> diff --git a/sample/res/values-tr/strings.xml b/sample/res/values-tr/strings.xml new file mode 100644 index 0000000..dad01bb --- /dev/null +++ b/sample/res/values-tr/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Fiş Örneği"</string> + <string name="email_addresses" msgid="5320415175940315400">"E-posta Adresleri"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Telefon Numaraları"</string> +</resources> diff --git a/sample/res/values-uk/strings.xml b/sample/res/values-uk/strings.xml new file mode 100644 index 0000000..f09cb8c --- /dev/null +++ b/sample/res/values-uk/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"Електронні адреси"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Номери телефонів"</string> +</resources> diff --git a/sample/res/values-vi/strings.xml b/sample/res/values-vi/strings.xml new file mode 100644 index 0000000..b9bc474 --- /dev/null +++ b/sample/res/values-vi/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Mẫu chip"</string> + <string name="email_addresses" msgid="5320415175940315400">"Địa chỉ email"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Số điện thoại"</string> +</resources> diff --git a/sample/res/values-zh-rCN/strings.xml b/sample/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000..ebee45c --- /dev/null +++ b/sample/res/values-zh-rCN/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"电子邮件地址"</string> + <string name="phone_numbers" msgid="7836326833170390688">"电话号码"</string> +</resources> diff --git a/sample/res/values-zh-rHK/strings.xml b/sample/res/values-zh-rHK/strings.xml new file mode 100644 index 0000000..d2c3bb0 --- /dev/null +++ b/sample/res/values-zh-rHK/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"電郵地址"</string> + <string name="phone_numbers" msgid="7836326833170390688">"電話號碼"</string> +</resources> diff --git a/sample/res/values-zh-rTW/strings.xml b/sample/res/values-zh-rTW/strings.xml new file mode 100644 index 0000000..b502833 --- /dev/null +++ b/sample/res/values-zh-rTW/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Chips Sample"</string> + <string name="email_addresses" msgid="5320415175940315400">"電子郵件地址"</string> + <string name="phone_numbers" msgid="7836326833170390688">"電話號碼"</string> +</resources> diff --git a/sample/res/values-zu/strings.xml b/sample/res/values-zu/strings.xml new file mode 100644 index 0000000..6a106b7 --- /dev/null +++ b/sample/res/values-zu/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 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="app_name" msgid="4076638519189386225">"Isempula yama-chip"</string> + <string name="email_addresses" msgid="5320415175940315400">"Amakheli we-imeyili"</string> + <string name="phone_numbers" msgid="7836326833170390688">"Izinombolo zefoni"</string> +</resources> diff --git a/sample/res/values/strings.xml b/sample/res/values/strings.xml new file mode 100644 index 0000000..c765231 --- /dev/null +++ b/sample/res/values/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 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="app_name">Chips Sample</string> + <string name="email_addresses">Email Addresses</string> + <string name="phone_numbers">Phone Numbers</string> + +</resources> |
