summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinky@build01 <jenkins@cyanogenmod.com>2016-11-22 16:45:13 -0800
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 21:26:53 +0200
commite116ae2fc65fc94ba86669ab76ddc3e32fd9083e (patch)
tree193a8902d8d073d607d71a623fc245d2b7385ae2
parent7f427c090c272962a051b457a09e85daa444c006 (diff)
downloadandroid_packages_apps_Tag-staging/cm-14.1-cafrebase.tar.gz
android_packages_apps_Tag-staging/cm-14.1-cafrebase.tar.bz2
android_packages_apps_Tag-staging/cm-14.1-cafrebase.zip
Automatic translation importstaging/cm-14.1-cafrebase
Change-Id: I8c1797e04dc78ffb9b1c3e488df8d55ecb37bc84 Ticket: -
-rw-r--r--res/values-as-rIN/strings.xml30
-rw-r--r--res/values-ast-rES/strings.xml42
-rw-r--r--res/values-br-rFR/strings.xml30
-rw-r--r--res/values-csb-rPL/strings.xml30
-rw-r--r--res/values-cy/strings.xml30
-rw-r--r--res/values-en-rPT/strings.xml30
-rw-r--r--res/values-eo/strings.xml30
-rw-r--r--res/values-es-rCO/strings.xml30
-rw-r--r--res/values-es-rMX/strings.xml30
-rw-r--r--res/values-frp-rIT/strings.xml30
-rw-r--r--res/values-fy-rNL/strings.xml30
-rw-r--r--res/values-ga-rIE/strings.xml30
-rw-r--r--res/values-gd-rGB/strings.xml30
-rw-r--r--res/values-ku/strings.xml42
-rw-r--r--res/values-lb/strings.xml42
-rw-r--r--res/values-oc-rFR/strings.xml30
-rw-r--r--res/values-or-rIN/strings.xml30
-rw-r--r--res/values-ug/strings.xml42
18 files changed, 588 insertions, 0 deletions
diff --git a/res/values-as-rIN/strings.xml b/res/values-as-rIN/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-as-rIN/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
new file mode 100644
index 0000000..546414e
--- /dev/null
+++ b/res/values-ast-rES/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <string name="app_name">Etiquetes</string>
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <string name="title_scanned_tag">Etiqueta nueva almacenada</string>
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <string name="title_existing_tag">Etiqueta</string>
+ <!-- The title displayed for unknown tag types -->
+ <string name="tag_unknown">Triba d\'etiqueta desconocida</string>
+ <!-- The title displayed for an empty tag -->
+ <string name="tag_empty">Etiqueta balera</string>
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <string name="button_done">Fecho</string>
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <string name="action_text">Testu <xliff:g id="phone_number">%s</xliff:g></string>
+ <!-- String displayed for an action to call a phone number -->
+ <string name="action_call">Llamada <xliff:g id="phone_number">%s</xliff:g></string>
+ <!-- Message for prompting on an empty tag -->
+ <string name="empty_tag_prompt">Esta etiqueta ta balera.</string>
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <string name="import_vcard">Importar ^1</string>
+ <!-- String describing MIME content when it's shared with other application -->
+ <string name="mime_display_name">Datos dende etiqueta NFC</string>
+ <!-- Description string for vCard messages -->
+ <string name="vcard_title">Info de contautu pa ^1</string>
+</resources>
diff --git a/res/values-br-rFR/strings.xml b/res/values-br-rFR/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-br-rFR/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-csb-rPL/strings.xml b/res/values-csb-rPL/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-csb-rPL/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-cy/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-en-rPT/strings.xml b/res/values-en-rPT/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-en-rPT/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-eo/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-es-rCO/strings.xml b/res/values-es-rCO/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-es-rCO/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-es-rMX/strings.xml b/res/values-es-rMX/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-es-rMX/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-frp-rIT/strings.xml b/res/values-frp-rIT/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-frp-rIT/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-fy-rNL/strings.xml b/res/values-fy-rNL/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-fy-rNL/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-ga-rIE/strings.xml b/res/values-ga-rIE/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-ga-rIE/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-gd-rGB/strings.xml b/res/values-gd-rGB/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-gd-rGB/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
new file mode 100644
index 0000000..beb500a
--- /dev/null
+++ b/res/values-ku/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <string name="app_name">تاگەکان</string>
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <string name="title_scanned_tag">تاگێکی نوێ کۆکرایەوە</string>
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <string name="title_existing_tag">تاگ</string>
+ <!-- The title displayed for unknown tag types -->
+ <string name="tag_unknown">جۆری تاگی نەزانراو</string>
+ <!-- The title displayed for an empty tag -->
+ <string name="tag_empty">تاگی بەتاڵ</string>
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <string name="button_done">ئه‌نجامدرا</string>
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <string name="action_text">دەق<xliff:g id="phone_number">%s</xliff:g></string>
+ <!-- String displayed for an action to call a phone number -->
+ <string name="action_call">تەلەفۆن<xliff:g id="phone_number">%s</xliff:g></string>
+ <!-- Message for prompting on an empty tag -->
+ <string name="empty_tag_prompt">ئەم تاگە بەتاڵە.</string>
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <string name="import_vcard">هاورده‌کردن^1</string>
+ <!-- String describing MIME content when it's shared with other application -->
+ <string name="mime_display_name">داتا لە NFC تاگ</string>
+ <!-- Description string for vCard messages -->
+ <string name="vcard_title">زانیاری پەیوەندی بۆ ^1</string>
+</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
new file mode 100644
index 0000000..c2ca7de
--- /dev/null
+++ b/res/values-lb/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <string name="app_name">Tags</string>
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <string name="title_scanned_tag">Neien Tag gesammelt</string>
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <string name="title_existing_tag">Tag</string>
+ <!-- The title displayed for unknown tag types -->
+ <string name="tag_unknown">Onbekannten Tagtyp</string>
+ <!-- The title displayed for an empty tag -->
+ <string name="tag_empty">Eidelen Tag</string>
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <string name="button_done">Fäerdeg</string>
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <string name="action_text">E Message u(n) <xliff:g id="phone_number">%s</xliff:g> schreiwen</string>
+ <!-- String displayed for an action to call a phone number -->
+ <string name="action_call"><xliff:g id="phone_number">%s</xliff:g> uruffen</string>
+ <!-- Message for prompting on an empty tag -->
+ <string name="empty_tag_prompt">Dësen Tag ass eidel.</string>
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <string name="import_vcard">Importéieren ^1</string>
+ <!-- String describing MIME content when it's shared with other application -->
+ <string name="mime_display_name">Date vum NFC-Tag</string>
+ <!-- Description string for vCard messages -->
+ <string name="vcard_title">Kontaktinfo fir ^1</string>
+</resources>
diff --git a/res/values-oc-rFR/strings.xml b/res/values-oc-rFR/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-oc-rFR/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-or-rIN/strings.xml b/res/values-or-rIN/strings.xml
new file mode 100644
index 0000000..4eaa335
--- /dev/null
+++ b/res/values-or-rIN/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <!-- The title displayed for unknown tag types -->
+ <!-- The title displayed for an empty tag -->
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <!-- String displayed for an action to call a phone number -->
+ <!-- Message for prompting on an empty tag -->
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <!-- String describing MIME content when it's shared with other application -->
+ <!-- Description string for vCard messages -->
+</resources>
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
new file mode 100644
index 0000000..60dfeb0
--- /dev/null
+++ b/res/values-ug/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2010 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The title of the NFC tag application -->
+ <string name="app_name">خەتكۈچلەر</string>
+ <!-- The title for the activity that shows a tag that was just scanned -->
+ <string name="title_scanned_tag">يېڭى خەتكۈچ توپلاندى</string>
+ <!-- The title for the activity that shows a tag that was stored from a past scan -->
+ <string name="title_existing_tag">خەتكۈچ</string>
+ <!-- The title displayed for unknown tag types -->
+ <string name="tag_unknown">يوچۇن خەتكۈچ تىپى</string>
+ <!-- The title displayed for an empty tag -->
+ <string name="tag_empty">بوش خەتكۈچ</string>
+ <!-- Button label indicating that the user wants to delete a tag -->
+ <string name="button_done">تامام</string>
+ <!-- String displayed for an action to send a text message to a phone number -->
+ <string name="action_text"><xliff:g id="PHONE_NUMBER">%s</xliff:g> غا قىسقا ئۇچۇر يوللا</string>
+ <!-- String displayed for an action to call a phone number -->
+ <string name="action_call"><xliff:g id="PHONE_NUMBER">%s</xliff:g> نى چاقىر</string>
+ <!-- Message for prompting on an empty tag -->
+ <string name="empty_tag_prompt">بۇ خەتكۈچ بوش.</string>
+ <!-- Action description indicating the user can import a scanned vCard -->
+ <string name="import_vcard">^1 ئەكىر</string>
+ <!-- String describing MIME content when it's shared with other application -->
+ <string name="mime_display_name">NFC خەتكۈچنىڭ سانلىق مەلۇماتى</string>
+ <!-- Description string for vCard messages -->
+ <string name="vcard_title">^1 نىڭ ئالاقەداش ئۇچۇرى</string>
+</resources>