Merge tag 'android-7.1.2_r4' into 7.x
Android 7.1.2 Release 4 (N2G47H)
Conflicts:
src/com/android/contacts/common/util/AccountSelectionUtil.java
diff --git a/TestCommon/src/com/android/contacts/common/test/mocks/MockAccountTypeManager.java b/TestCommon/src/com/android/contacts/common/test/mocks/MockAccountTypeManager.java
old mode 100644
new mode 100755
index ab2d395..b0b7248
--- a/TestCommon/src/com/android/contacts/common/test/mocks/MockAccountTypeManager.java
+++ b/TestCommon/src/com/android/contacts/common/test/mocks/MockAccountTypeManager.java
@@ -61,6 +61,11 @@
}
@Override
+ public List<AccountWithDataSet> getAccounts(boolean writableOnly, int flag) {
+ return Arrays.asList(mAccounts);
+ }
+
+ @Override
public List<AccountWithDataSet> getAccounts(boolean writableOnly) {
return Arrays.asList(mAccounts);
}
diff --git a/TestCommon/src/com/android/contacts/common/test/mocks/MockContactPhotoManager.java b/TestCommon/src/com/android/contacts/common/test/mocks/MockContactPhotoManager.java
index db8f06f..3b143de 100644
--- a/TestCommon/src/com/android/contacts/common/test/mocks/MockContactPhotoManager.java
+++ b/TestCommon/src/com/android/contacts/common/test/mocks/MockContactPhotoManager.java
@@ -16,6 +16,7 @@
package com.android.contacts.common.test.mocks;
+import android.accounts.Account;
import android.graphics.Bitmap;
import android.net.Uri;
import android.view.View;
@@ -29,16 +30,19 @@
*/
public class MockContactPhotoManager extends ContactPhotoManager {
@Override
- public void loadThumbnail(ImageView view, long photoId, boolean darkTheme, boolean isCircular,
- DefaultImageRequest defaultImageRequest, DefaultImageProvider defaultProvider) {
- defaultProvider.applyDefaultImage(view, -1, darkTheme, null);
+ public void loadThumbnail(ImageView view, long photoId, Account account,
+ boolean darkTheme, boolean isCircular,
+ DefaultImageRequest defaultImageRequest,
+ DefaultImageProvider defaultProvider) {
+ defaultProvider.applyDefaultImage(view, account, -1, darkTheme, null);
}
@Override
- public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme,
- boolean isCircular, DefaultImageRequest defaultImageRequest,
+ public void loadPhoto(ImageView view, Uri photoUri, Account account,
+ int requestedExtent, boolean darkTheme, boolean isCircular,
+ DefaultImageRequest defaultImageRequest,
DefaultImageProvider defaultProvider) {
- defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme, null);
+ defaultProvider.applyDefaultImage(view, account, requestedExtent, darkTheme, null);
}
@Override
@@ -69,4 +73,8 @@
@Override
public void preloadPhotosInBackground() {
}
+
+ @Override
+ public void clear() {
+ }
}
diff --git a/res/drawable-hdpi/ic_check_wht_24dp.png b/res/drawable-hdpi/ic_check_wht_24dp.png
new file mode 100644
index 0000000..12ce8e0
--- /dev/null
+++ b/res/drawable-hdpi/ic_check_wht_24dp.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_contact_picture_sim.png b/res/drawable-hdpi/ic_contact_picture_sim.png
new file mode 100755
index 0000000..7b6cc26
--- /dev/null
+++ b/res/drawable-hdpi/ic_contact_picture_sim.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_contact_picture_sim_1.png b/res/drawable-hdpi/ic_contact_picture_sim_1.png
new file mode 100755
index 0000000..ec2ebcb
--- /dev/null
+++ b/res/drawable-hdpi/ic_contact_picture_sim_1.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_contact_picture_sim_2.png b/res/drawable-hdpi/ic_contact_picture_sim_2.png
new file mode 100755
index 0000000..3b68c68
--- /dev/null
+++ b/res/drawable-hdpi/ic_contact_picture_sim_2.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_contact_picture_sim_business.png b/res/drawable-hdpi/ic_contact_picture_sim_business.png
new file mode 100755
index 0000000..4df1ecd
--- /dev/null
+++ b/res/drawable-hdpi/ic_contact_picture_sim_business.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_contact_picture_sim_personal.png b/res/drawable-hdpi/ic_contact_picture_sim_personal.png
new file mode 100755
index 0000000..44f4b93
--- /dev/null
+++ b/res/drawable-hdpi/ic_contact_picture_sim_personal.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_contact_picture_sim_primary.png b/res/drawable-hdpi/ic_contact_picture_sim_primary.png
new file mode 100755
index 0000000..a5bf921
--- /dev/null
+++ b/res/drawable-hdpi/ic_contact_picture_sim_primary.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_rx_videocam.png b/res/drawable-hdpi/ic_rx_videocam.png
new file mode 100644
index 0000000..ccdda67
--- /dev/null
+++ b/res/drawable-hdpi/ic_rx_videocam.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_tx_videocam.png b/res/drawable-hdpi/ic_tx_videocam.png
new file mode 100644
index 0000000..603ddc8
--- /dev/null
+++ b/res/drawable-hdpi/ic_tx_videocam.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_check_wht_24dp.png b/res/drawable-mdpi/ic_check_wht_24dp.png
new file mode 100644
index 0000000..c7de705
--- /dev/null
+++ b/res/drawable-mdpi/ic_check_wht_24dp.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_contact_picture_sim.png b/res/drawable-mdpi/ic_contact_picture_sim.png
new file mode 100755
index 0000000..dd63d11
--- /dev/null
+++ b/res/drawable-mdpi/ic_contact_picture_sim.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_contact_picture_sim_1.png b/res/drawable-mdpi/ic_contact_picture_sim_1.png
new file mode 100755
index 0000000..4793a07
--- /dev/null
+++ b/res/drawable-mdpi/ic_contact_picture_sim_1.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_contact_picture_sim_2.png b/res/drawable-mdpi/ic_contact_picture_sim_2.png
new file mode 100755
index 0000000..665a671
--- /dev/null
+++ b/res/drawable-mdpi/ic_contact_picture_sim_2.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_contact_picture_sim_business.png b/res/drawable-mdpi/ic_contact_picture_sim_business.png
new file mode 100755
index 0000000..c266e26
--- /dev/null
+++ b/res/drawable-mdpi/ic_contact_picture_sim_business.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_contact_picture_sim_personal.png b/res/drawable-mdpi/ic_contact_picture_sim_personal.png
new file mode 100755
index 0000000..f1e7596
--- /dev/null
+++ b/res/drawable-mdpi/ic_contact_picture_sim_personal.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_contact_picture_sim_primary.png b/res/drawable-mdpi/ic_contact_picture_sim_primary.png
new file mode 100755
index 0000000..493067a
--- /dev/null
+++ b/res/drawable-mdpi/ic_contact_picture_sim_primary.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_rx_videocam.png b/res/drawable-mdpi/ic_rx_videocam.png
new file mode 100755
index 0000000..1b43a07
--- /dev/null
+++ b/res/drawable-mdpi/ic_rx_videocam.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_tx_videocam.png b/res/drawable-mdpi/ic_tx_videocam.png
new file mode 100755
index 0000000..64995d1
--- /dev/null
+++ b/res/drawable-mdpi/ic_tx_videocam.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_check_wht_24dp.png b/res/drawable-xhdpi/ic_check_wht_24dp.png
new file mode 100644
index 0000000..e34b73e
--- /dev/null
+++ b/res/drawable-xhdpi/ic_check_wht_24dp.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_contact_picture_sim.png b/res/drawable-xhdpi/ic_contact_picture_sim.png
new file mode 100755
index 0000000..a39b7df
--- /dev/null
+++ b/res/drawable-xhdpi/ic_contact_picture_sim.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_contact_picture_sim_1.png b/res/drawable-xhdpi/ic_contact_picture_sim_1.png
new file mode 100755
index 0000000..300c028
--- /dev/null
+++ b/res/drawable-xhdpi/ic_contact_picture_sim_1.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_contact_picture_sim_2.png b/res/drawable-xhdpi/ic_contact_picture_sim_2.png
new file mode 100755
index 0000000..c7ce422
--- /dev/null
+++ b/res/drawable-xhdpi/ic_contact_picture_sim_2.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_contact_picture_sim_business.png b/res/drawable-xhdpi/ic_contact_picture_sim_business.png
new file mode 100755
index 0000000..abf631f
--- /dev/null
+++ b/res/drawable-xhdpi/ic_contact_picture_sim_business.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_contact_picture_sim_personal.png b/res/drawable-xhdpi/ic_contact_picture_sim_personal.png
new file mode 100755
index 0000000..e5f0cf0
--- /dev/null
+++ b/res/drawable-xhdpi/ic_contact_picture_sim_personal.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_contact_picture_sim_primary.png b/res/drawable-xhdpi/ic_contact_picture_sim_primary.png
new file mode 100755
index 0000000..543d6a7
--- /dev/null
+++ b/res/drawable-xhdpi/ic_contact_picture_sim_primary.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_rx_videocam.png b/res/drawable-xhdpi/ic_rx_videocam.png
new file mode 100755
index 0000000..43319dc
--- /dev/null
+++ b/res/drawable-xhdpi/ic_rx_videocam.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_tx_videocam.png b/res/drawable-xhdpi/ic_tx_videocam.png
new file mode 100755
index 0000000..d2671ed
--- /dev/null
+++ b/res/drawable-xhdpi/ic_tx_videocam.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_check_wht_24dp.png b/res/drawable-xxhdpi/ic_check_wht_24dp.png
new file mode 100644
index 0000000..4c6a653
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_check_wht_24dp.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_rx_videocam.png b/res/drawable-xxhdpi/ic_rx_videocam.png
new file mode 100755
index 0000000..89d29b7
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_rx_videocam.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_tx_videocam.png b/res/drawable-xxhdpi/ic_tx_videocam.png
new file mode 100755
index 0000000..8d897ba
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_tx_videocam.png
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_rx_videocam.png b/res/drawable-xxxhdpi/ic_rx_videocam.png
new file mode 100755
index 0000000..095e090
--- /dev/null
+++ b/res/drawable-xxxhdpi/ic_rx_videocam.png
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_tx_videocam.png b/res/drawable-xxxhdpi/ic_tx_videocam.png
new file mode 100755
index 0000000..79ea67b
--- /dev/null
+++ b/res/drawable-xxxhdpi/ic_tx_videocam.png
Binary files differ
diff --git a/res/layout/contact_tile_frequent.xml b/res/layout/contact_tile_frequent.xml
index b1e83ce..8c718fb 100644
--- a/res/layout/contact_tile_frequent.xml
+++ b/res/layout/contact_tile_frequent.xml
@@ -38,7 +38,7 @@
android:id="@+id/contact_tile_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="@android:color/black"
+ android:textColor="@color/frequent_contact_text_color"
android:textSize="@dimen/contact_browser_list_item_text_size"
android:singleLine="true"
android:fadingEdge="horizontal"
diff --git a/res/layout/contact_tile_starred.xml b/res/layout/contact_tile_starred.xml
index 777cc05..88aa1e8 100644
--- a/res/layout/contact_tile_starred.xml
+++ b/res/layout/contact_tile_starred.xml
@@ -43,7 +43,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="7dp"
- android:textColor="#202020"
+ android:textColor="@color/contact_tile_text_color"
android:textSize="@dimen/contact_browser_list_item_text_size"
android:singleLine="true"
android:fadingEdge="horizontal"
diff --git a/res/layout/contact_tile_starred_quick_contact.xml b/res/layout/contact_tile_starred_quick_contact.xml
index ecbe583..2134ffc 100644
--- a/res/layout/contact_tile_starred_quick_contact.xml
+++ b/res/layout/contact_tile_starred_quick_contact.xml
@@ -47,7 +47,7 @@
android:id="@+id/contact_tile_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="@android:color/white"
+ android:textColor="@color/starred_quick_contact_name_text_color"
android:textSize="16sp"
android:singleLine="true"
android:fadingEdge="horizontal"
diff --git a/res/layout/hint_dialog_layout.xml b/res/layout/hint_dialog_layout.xml
new file mode 100644
index 0000000..6b2ef8e
--- /dev/null
+++ b/res/layout/hint_dialog_layout.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (c) 2016, The Linux Foundation. All rights reserved.
+ ~
+ ~ Redistribution and use in source and binary forms, with or without
+ ~ modification, are permitted provided that the following conditions are
+ ~ met:
+ ~ * Redistributions of source code must retain the above copyright
+ ~ notice, this list of conditions and the following disclaimer.
+ ~ * Redistributions in binary form must reproduce the above
+ ~ copyright notice, this list of conditions and the following
+ ~ disclaimer in the documentation and/or other materials provided
+ ~ with the distribution.
+ ~ * Neither the name of The Linux Foundation nor the names of its
+ ~ contributors may be used to endorse or promote products derived
+ ~ from this software without specific prior written permission.
+ ~
+ ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+ ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" >
+ <TextView
+ android:id="@+id/txt_message"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerInParent="true"
+ android:layout_above="@+id/txt_checkbox"
+ android:layout_marginLeft="@dimen/video_calling_dialoglayout_margin"
+ android:layout_marginRight="@dimen/video_calling_dialoglayout_margin"
+ android:textSize="@dimen/video_calling_dialoglayout_text_size" />
+
+ <TextView
+ android:id="@+id/txt_checkbox"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_above="@+id/btn_ok"
+ android:layout_marginBottom="@dimen/video_calling_dialoglayout_margin"
+ android:layout_marginLeft="@dimen/video_calling_dialoglayout_margin"
+ android:textSize="@dimen/video_calling_dialoglayout_text_size"
+ android:text="@string/video_call_dialog_checkbox" />
+
+ <CheckBox
+ android:id="@+id/videocall"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_above="@+id/btn_ok"
+ android:layout_toRightOf="@+id/txt_checkbox"
+ android:layout_marginBottom="@dimen/video_calling_dialoglayout_checkbox_marginbottom"
+ android:layout_marginLeft="@dimen/video_calling_dialoglayout_checkbox_marginleft" />
+
+ <Button
+ android:id="@+id/btn_ok"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentBottom="true"
+ android:textSize="@dimen/video_calling_dialoglayout_text_size"
+ android:text="@string/video_call_dialog_ok" />
+</RelativeLayout>
diff --git a/res/layout/search_bar_expanded.xml b/res/layout/search_bar_expanded.xml
index c530299..e5e180a 100644
--- a/res/layout/search_bar_expanded.xml
+++ b/res/layout/search_bar_expanded.xml
@@ -30,7 +30,7 @@
android:src="@drawable/ic_back_arrow"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/action_menu_back_from_search"
- android:tint="@color/actionbar_background_color" />
+ android:tint="@color/back_arrow_icon_tint_color" />
<EditText
android:id="@+id/search_view"
diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml
new file mode 100644
index 0000000..f51b20e
--- /dev/null
+++ b/res/values-af/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Uitvoer na SIM-kaart</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Te veel kontakte, deling het misluk</string>
+ <string name="label_groups">Groepe</string>
+ <string name="exporting">Uitvoering\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> van <xliff:g id="total_number">%2$s</xliff:g> lêers</string>
+ <string name="export_finished">Uitvoer Klaar</string>
+ <string name="tag_too_long">Kontak naam is te lank</string>
+ <string name="sim_contacts_not_loaded">Kon nie SIM kontakte laai nie</string>
+ <string name="import_from_sim_select">Kies kaart om in te voer</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Kontak suksesvol gekopieer</string>
+ <string name="copy_failure">Kopiëring van die kontak het misluk</string>
+ <string name="card_no_space">Kopiëring van die kontak het misluk, die SIM-kaart is vol</string>
+</resources>
diff --git a/res/values-am/cm_strings.xml b/res/values-am/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-am/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml
new file mode 100644
index 0000000..76fc0e9
--- /dev/null
+++ b/res/values-ar/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">تصدير إلى بطاقة SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">يوجد العديد من جهات الاتصال، فشلت المشاركة</string>
+ <string name="label_groups">المجموعة</string>
+ <string name="exporting">جاري التصدير\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> من <xliff:g id="total_number">%2$s</xliff:g> ملفات</string>
+ <string name="export_finished">انتهى التصدير</string>
+ <string name="tag_too_long">اسم جهة الاتصال طويل جداً</string>
+ <string name="sim_contacts_not_loaded">تعذر تحميل جهات الاتصال شريحة SIM</string>
+ <string name="import_from_sim_select">اختر مكاناً للاستيراد منه</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">تم نسخ جهة الاتصال بنجاح</string>
+ <string name="copy_failure">فشل نسخ جهة الاتصال</string>
+ <string name="card_no_space">فشل نسخ جهة الاتصال، بطاقة SIM ممتلئة</string>
+</resources>
diff --git a/res/values-as-rIN/cm_strings.xml b/res/values-as-rIN/cm_strings.xml
new file mode 100644
index 0000000..87aa649
--- /dev/null
+++ b/res/values-as-rIN/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">SIM কাৰ্ডলৈ ৰপ্তানি কৰক</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">বহু বেছি যোগাযোগ, ভাগ-বতৰা কৰিবলৈ ব্যৰ্থ হৈছে</string>
+ <string name="label_groups">গোট</string>
+ <string name="exporting">ৰপ্তানি কৰি আছে\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="total_number">%2$s</xliff:g> ৰ <xliff:g id="current_number">%1$s</xliff:g> ফাইল</string>
+ <string name="export_finished">ৰপ্তানি সম্পূৰ্ণ হৈছে</string>
+ <string name="tag_too_long">যোগাযোগৰ নাম অতি দীঘল</string>
+ <string name="sim_contacts_not_loaded">SIM যোগাযোগবোৰ লোড কৰিবলৈ অক্ষম</string>
+ <string name="import_from_sim_select">আমদানি কৰিবলৈ কাৰ্ড পচন্দ কৰক</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">যোগাযোগ সফলভাবে কপি কৰা হৈছিল</string>
+ <string name="copy_failure">যোগাযোগ কপি কৰা ব্যৰ্থ হৈছে</string>
+ <string name="card_no_space">যোগাযোগ কপি কৰা ব্যৰ্থ হৈছে, SIM কাৰ্ড পূৰ্ণ আছে</string>
+</resources>
diff --git a/res/values-as-rIN/strings.xml b/res/values-as-rIN/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-as-rIN/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-ast-rES/cm_strings.xml b/res/values-ast-rES/cm_strings.xml
new file mode 100644
index 0000000..73a5da8
--- /dev/null
+++ b/res/values-ast-rES/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Esportar a la tarxeta SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Milenta contautos, falló la compartición</string>
+ <string name="label_groups">Grupu</string>
+ <string name="exporting">Esportando\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> de <xliff:g id="total_number">%2$s</xliff:g> ficheros</string>
+ <string name="export_finished">Finó la esportación</string>
+ <string name="tag_too_long">El nome del contautu ye enforma llargu</string>
+ <string name="sim_contacts_not_loaded">Nun puen cargase los contautos de la tarxeta SIM</string>
+ <string name="import_from_sim_select">Escueyi una tarxeta pa importar</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Contautu copiáu correchamente</string>
+ <string name="copy_failure">Falló la copia del contautu</string>
+ <string name="card_no_space">Falló la copia de tolos contautos. La tarxeta SIM ta enllena</string>
+</resources>
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
new file mode 100644
index 0000000..6d91b7e
--- /dev/null
+++ b/res/values-ast-rES/strings.xml
@@ -0,0 +1,609 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <string name="toast_text_copied">Testu copiáu</string>
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <string name="copy_text">Copiar al cartafueyu</string>
+ <!-- Action string for calling a custom phone number -->
+ <string name="call_custom">Llamar a <xliff:g id="CUSTOM">%s</xliff:g>
+ </string>
+ <!-- Action string for calling a home phone number -->
+ <string name="call_home">Llamar a casa</string>
+ <!-- Action string for calling a mobile phone number -->
+ <string name="call_mobile">Llamar al móvil</string>
+ <!-- Action string for calling a work phone number -->
+ <string name="call_work">Llamar al trabayu</string>
+ <!-- Action string for calling a work fax phone number -->
+ <string name="call_fax_work">Llamar al fax del trabayu</string>
+ <!-- Action string for calling a home fax phone number -->
+ <string name="call_fax_home">Llamar al fax de casa</string>
+ <!-- Action string for calling a pager phone number -->
+ <string name="call_pager">Llamar al busca</string>
+ <!-- Action string for calling an other phone number -->
+ <string name="call_other">Llamar</string>
+ <!-- Action string for calling a callback number -->
+ <string name="call_callback">Llamar a un númberu de devolución de llamada</string>
+ <!-- Action string for calling a car phone number -->
+ <string name="call_car">Llamar al coche</string>
+ <!-- Action string for calling a company main phone number -->
+ <string name="call_company_main">Llamar al teléfonu principal de la empresa</string>
+ <!-- Action string for calling a ISDN phone number -->
+ <string name="call_isdn">Llamar a RDSI</string>
+ <!-- Action string for calling a main phone number -->
+ <string name="call_main">Llamar al teléfonu principal</string>
+ <!-- Action string for calling an other fax phone number -->
+ <string name="call_other_fax">Llamar al fax</string>
+ <!-- Action string for calling a radio phone number -->
+ <string name="call_radio">Llamar a la radio</string>
+ <!-- Action string for calling a Telex phone number -->
+ <string name="call_telex">Llamar al télex</string>
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <string name="call_tty_tdd">Llamar a TTY/TDD</string>
+ <!-- Action string for calling a work mobile phone number -->
+ <string name="call_work_mobile">Llamar al móvil del trabayu</string>
+ <!-- Action string for calling a work pager phone number -->
+ <string name="call_work_pager">Llamar al busca del trabayu</string>
+ <!-- Action string for calling an assistant phone number -->
+ <string name="call_assistant">Llamar al <xliff:g id="ASSISTANT">%s</xliff:g></string>
+ <!-- Action string for calling a MMS phone number -->
+ <string name="call_mms">Llamar a MMS</string>
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <string name="sms_custom">Testu <xliff:g id="CUSTOM">%s</xliff:g></string>
+ <!-- Action string for sending an SMS to a home phone number -->
+ <string name="sms_home">Unviar SMS a casa</string>
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <string name="sms_mobile">Unviar SMS al móvil</string>
+ <!-- Action string for sending an SMS to a work phone number -->
+ <string name="sms_work">Unviar SMS al trabayu</string>
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <string name="sms_fax_work">Unviar SMS al fax del trabayu</string>
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <string name="sms_fax_home">Unviar SMS al fax de casa</string>
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <string name="sms_pager">Unviar SMS al busca</string>
+ <!-- Action string for sending an SMS to an other phone number -->
+ <string name="sms_other">Unviar SMS</string>
+ <!-- Action string for sending an SMS to a callback number -->
+ <string name="sms_callback">Unviar SMS a un númberu de devolución de llamada</string>
+ <!-- Action string for sending an SMS to a car phone number -->
+ <string name="sms_car">Unviar SMS al coche</string>
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <string name="sms_company_main">Unviar SMS al teléfonu principal de la empresa</string>
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <string name="sms_isdn">Unviar SMS a RDSI</string>
+ <!-- Action string for sending an SMS to a main phone number -->
+ <string name="sms_main">Unviar SMS al númberu de teléfonu principal</string>
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <string name="sms_other_fax">Unviar SMS al fax</string>
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <string name="sms_radio">Unviar SMS a la radio</string>
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <string name="sms_telex">Unviar SMS al télex</string>
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <string name="sms_tty_tdd">Unviar SMS a TTY/TDD</string>
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <string name="sms_work_mobile">Unviar SMS al móvil del trabayu</string>
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <string name="sms_work_pager">Unviar SMS al busca del trabayu</string>
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <string name="sms_assistant">Unviar SMS al <xliff:g id="ASSISTANT">%s</xliff:g></string>
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <string name="sms_mms">Unviar SMS a MMS</string>
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <string name="description_video_call">Facer videollamada</string>
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <string name="clearFrequentsConfirmation_title">¿Llimpiar contautos frecuentes?</string>
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <string name="clearFrequentsConfirmation">Vas desaniciar la llista de persones coles que tas en
+ contautu nes apps de Contautos y Teléfonu. Arriendes, les tos apps de corréu van tener d\'afitar les tos preferencies dende
+ cero.
+ </string>
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <string name="clearFrequentsProgress_title">Llimpiando contautos frecuentes…</string>
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <string name="status_available">Disponible</string>
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <string name="status_away">Ausente</string>
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <string name="status_busy">Ocupáu</string>
+ <!-- Directory partition name (also exists in contacts) -->
+ <string name="contactsList">Contautos</string>
+ <!-- The name of the invisible local contact directory -->
+ <string name="local_invisible_directory">Otros</string>
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <string name="directory_search_label">Direutoriu</string>
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <string name="local_search_label">Tolos contautos</string>
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <string name="user_profile_contacts_list_header" msgid="9154761216179882405">Yo</string>
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <string name="search_results_searching">Buscando...</string>
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <string name="foundTooManyContacts">Alcontráronse más de <xliff:g id="COUNT">%d</xliff:g> contautos.</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <string name="listFoundAllContactsZero">Nengún contautu</string>
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <plurals name="searchFoundContacts">
+ <item quantity="one">1 contautu alcontráu</item>
+ <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> contautos alcontraos\"</item>
+ </plurals>
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <string name="description_quick_contact_for">Contautu rápidu de <xliff:g id="NAME">%1$s</xliff:g></string>
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <string name="missing_name">(Ensin nome)</string>
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <string name="favoritesFrequentCalled">Más llamaos</string>
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <string name="favoritesFrequentContacted">Contautos frecuentes</string>
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <string name="description_view_contact_detail" msgid="2795575601596468581">Ver contautu</string>
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <string name="list_filter_phones">Tolos contautos con númberu</string>
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <string name="view_updates_from_group">Ver anovamientos</string>
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <string name="account_phone">Namái nel teléfonu, non sincronizáu</string>
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <string name="nameLabelsGroup">Nome</string>
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <string name="nicknameLabelsGroup">Nomatu</string>
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <string name="full_name">Nome</string>
+ <!-- Field title for the given name of a contact -->
+ <string name="name_given">Nome</string>
+ <!-- Field title for the family name of a contact -->
+ <string name="name_family">Apellíu</string>
+ <!-- Field title for the prefix name of a contact -->
+ <string name="name_prefix">Prefixu del nome</string>
+ <!-- Field title for the middle name of a contact -->
+ <string name="name_middle">Segundu nome</string>
+ <!-- Field title for the suffix name of a contact -->
+ <string name="name_suffix">Sufixu del nome</string>
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <string name="name_phonetic">Nome fonéticu</string>
+ <!-- Field title for the phonetic given name of a contact -->
+ <string name="name_phonetic_given">Nome fonéticu</string>
+ <!-- Field title for the phonetic middle name of a contact -->
+ <string name="name_phonetic_middle">Segundu nome fonéticu</string>
+ <!-- Field title for the phonetic family name of a contact -->
+ <string name="name_phonetic_family">Apellíu fonéticu</string>
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <string name="phoneLabelsGroup">Teléfonu</string>
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <string name="emailLabelsGroup">Corréu-e</string>
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <string name="postalLabelsGroup">Señes</string>
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <string name="imLabelsGroup">Chat</string>
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <string name="organizationLabelsGroup">Organización</string>
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <string name="relationLabelsGroup">Rellación</string>
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <string name="sms">Mensaxe de testu</string>
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <string name="postal_address">Señes</string>
+ <!-- Hint text for the organization name when editing -->
+ <string name="ghostData_company">Empresa</string>
+ <!-- Hint text for the organization title when editing -->
+ <string name="ghostData_title">Nome</string>
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <string name="label_notes">Notes</string>
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <string name="label_sip_address">SIP</string>
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <string name="websiteLabelsGroup">Sitiu web</string>
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <string name="groupsLabel">Grupos</string>
+ <!-- Action string for sending an email to a home email address -->
+ <string name="email_home">Unviar corréu a casa</string>
+ <!-- Action string for sending an email to a mobile email address -->
+ <string name="email_mobile">Unviar corréu al móvil</string>
+ <!-- Action string for sending an email to a work email address -->
+ <string name="email_work">Unviar corréu al trabayu</string>
+ <!-- Action string for sending an email to an other email address -->
+ <string name="email_other">Unviar corréu</string>
+ <!-- Action string for sending an email to a custom email address -->
+ <string name="email_custom">Unviar corréu a <xliff:g id="CUSTOM">%s</xliff:g></string>
+ <!-- Generic action string for sending an email -->
+ <string name="email">Corréu-e electrónicu</string>
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <string name="postal_street">Cai</string>
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <string name="postal_pobox">Apartáu postal</string>
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <string name="postal_neighborhood">Vecindariu</string>
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <string name="postal_city">Ciudá</string>
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <string name="postal_region">Estáu</string>
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <string name="postal_postcode">Códigu postal</string>
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <string name="postal_country">País</string>
+ <!-- Action string for viewing a home postal address -->
+ <string name="map_home">Ver direición de casa</string>
+ <!-- Action string for viewing a work postal address -->
+ <string name="map_work">Ver direición del trabayu</string>
+ <!-- Action string for viewing an other postal address -->
+ <string name="map_other">Ver direición</string>
+ <!-- Action string for viewing a custom postal address -->
+ <string name="map_custom">Ver direición de <xliff:g id="CUSTOM">%s</xliff:g></string>
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <string name="chat_aim">Chat con AIM</string>
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <string name="chat_msn">Chat con Windows Live</string>
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <string name="chat_yahoo">Chat con Yahoo!</string>
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <string name="chat_skype">Chat con Skype</string>
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <string name="chat_qq">Chat con QQ</string>
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <string name="chat_gtalk">Chat con Google Talk</string>
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <string name="chat_icq">Chat con ICQ</string>
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <string name="chat_jabber">Chat con Jabber</string>
+ <!-- Generic action string for starting an IM chat -->
+ <string name="chat">Chat</string>
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <string name="description_minus_button">desaniciar</string>
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <string name="expand_collapse_name_fields_description">Enantar o contrayer campos de nome</string>
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <string name="list_filter_all_accounts">Tolos contautos</string>
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <string name="list_filter_all_starred">Destacaos</string>
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <string name="list_filter_customize">Personalizar</string>
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <string name="list_filter_single">Contautu</string>
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <string name="display_ungrouped">Tolos demás contautos</string>
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <string name="display_all_contacts">Tolos contautos</string>
+ <string name="menu_sync_remove">Desaniciar grupu de sincronización</string>
+ <string name="dialog_sync_add">Amestar grupu de sincronización</string>
+ <string name="display_more_groups">Más grupos…</string>
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <string name="display_warn_remove_ungrouped">Si desanicies \"<xliff:g id="GROUP">%s</xliff:g>\" de les sincronizaciones, tamién van desaniciase tolos contautos ensin agrupar.</string>
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <string name="savingDisplayGroups">Guardando opciones de visualización…</string>
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <string name="menu_done">Fecho</string>
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <string name="menu_doNotSave">Encaboxar</string>
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <string name="listAllContactsInAccount">Contautos en <xliff:g id="NAME">%s</xliff:g></string>
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <string name="listCustomView">Contautos en vista personalizada</string>
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <string name="listSingleContact">Contautu únicu</string>
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <string name="import_from_sim">Importar contautos de la tarxeta SIM</string>
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <string name="import_from_vcf_file" product="default">Importar dende ficheru .vcf</string>
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <string name="cancel_import_confirmation_message">¿Quies encaboxar la importación de <xliff:g id="FILENAME">%s</xliff:g>?</string>
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <string name="cancel_export_confirmation_message">¿Quies encaboxar la esportación de <xliff:g id="FILENAME">%s</xliff:g>?</string>
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <string name="cancel_vcard_import_or_export_failed">Fallu al encaboxar la importación/esportación de vCard</string>
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <string name="fail_reason_unknown">Fallu desconocíu</string>
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_could_not_open_file">Nun pudo abrise\'l ficheru \"<xliff:g id="FILE_NAME">%s</xliff:g>" (<xliff:g id="EXACT_REASON">%s</xliff:g>).</string>
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <string name="fail_reason_could_not_initialize_exporter">Nun pudo aniciase l\'esportador (\"<xliff:g id="EXACT_REASON">%s</xliff:g>\").</string>
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_no_exportable_contact">Nun hai contautos qu\'esportar.</string>
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <string name="missing_required_permission">Deshabilitesti un permisu riquíu.</string>
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_error_occurred_during_export">Hebo un fallu al esportar (\"<xliff:g id="EXACT_REASON">%s</xliff:g>\").</string>
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_too_long_filename">El nome de ficheru ye enforma llargu (\"<xliff:g id="FILENAME">%s</xliff:g>\").</string>
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_io_error">Fallu de E/S</string>
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_low_memory_during_import">Nun hai bastante espaciu de memoria (el ficheru pue ser enforma grande).</string>
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_vcard_parse_error">Nun pudo analizase\'l ficheru vCard por un fallu inesperáu.</string>
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <string name="fail_reason_not_supported">Formatu non almitíu</string>
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <string name="fail_reason_failed_to_collect_vcard_meta_info">Nun pudieron recuperase los metadatos de los ficheros vCard.</string>
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <string name="fail_reason_failed_to_read_files">Nun pudo importase ún o más ficheros (%s).</string>
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <string name="exporting_vcard_finished_title">Esportación de <xliff:g id="FILENAME">%s</xliff:g> finada</string>
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <string name="exporting_vcard_finished_title_fallback">Finó la esportación de contautos.</string>
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <string name="exporting_vcard_canceled_title">Encaboxóse la esportación de <xliff:g id="FILENAME">%s</xliff:g>.</string>
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <string name="exporting_contact_list_title">Esportando datos de contautu...</string>
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <string name="composer_failed_to_get_database_infomation">Nun pudo obtenese información de la base de datos.</string>
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <string name="composer_has_no_exportable_contact">Nun hai contautos qu\'esportar. Si yá tienes contautos nel teléfonu, ye dable que\'l fornidor de datos nun permita que s\'esporten los contautos del teléfonu.</string>
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <string name="composer_not_initialized">El redautor de vCard nun s\'anició correutamente.</string>
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <string name="exporting_contact_failed_title">Fallu al esportar</string>
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <string name="exporting_contact_failed_message">Nun s\'esportaron los datos de contautu(\"\n\"motivu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\").</string>
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <string name="importing_vcard_description">Importando <xliff:g id="NAME">%s</xliff:g>...</string>
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <string name="reading_vcard_failed_title">Fallu al lleer los datos de vCard</string>
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <string name="reading_vcard_canceled_title">Llectura de datos de vCard encaboxada</string>
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <string name="importing_vcard_finished_title">Importación de <xliff:g id="FILENAME">%s</xliff:g> de vCard finada</string>
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <string name="importing_vcard_canceled_title">Encaboxóse la importación de <xliff:g id="FILENAME">%s</xliff:g>.</string>
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <string name="vcard_import_will_start_message"><xliff:g id="FILENAME">%s</xliff:g> va importase darréu.</string>
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <string name="vcard_import_will_start_message_with_default_name">El ficheru va importase darréu.</string>
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <string name="vcard_import_request_rejected_message">Refugóse la solicitú d\'importación de vCard. Inténtalo de nueves más tarde.</string>
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <string name="vcard_export_will_start_message"><xliff:g id="FILENAME">%s</xliff:g> va esportase darréu.</string>
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <string name="vcard_export_will_start_message_fallback">El ficheru esportaráse ceo.</string>
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <string name="vcard_export_request_rejected_message">Refugóse la solicitú d\'esportación de vCard. Inténtalo de nueves más tarde.</string>
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <string name="vcard_unknown_filename">contautu</string>
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <string name="caching_vcard_message">Tán almacenándose los ficheros vCard na la caché. La importación va aniciase aína.</string>
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <string name="vcard_import_failed">Fallu al importar el ficheru vCard</string>
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <string name="nfc_vcard_file_name">Contautu recibíu per NFC</string>
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <string name="confirm_export_title">¿Esportar contautos?</string>
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <string name="caching_vcard_title">Almacenando na caché...</string>
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <string name="progress_notifier_message">Importando <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g></string>
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <string name="export_to_vcf_file" product="default">Esportar a ficheru .vcf</string>
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <string name="display_options_sort_list_by">Ordenar por</string>
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <string name="display_options_sort_by_given_name">Nome</string>
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <string name="display_options_sort_by_family_name">Apellíu</string>
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <string name="display_options_view_names_as">Formatu nome</string>
+ <!-- An allowable value for the "view names as" contact display option -->
+ <string name="display_options_view_given_name_first">Nome primero</string>
+ <!-- An allowable value for the "view names as" contact display option -->
+ <string name="display_options_view_family_name_first">Apellíu primero</string>
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <string name="share_visible_contacts">Compartir contautos visibles</string>
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <string name="share_visible_contacts_failure">Fallu al compartir contautos visibles.</string>
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <string name="dialog_import_export">Importar/esportar contautos</string>
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <string name="dialog_import">Importar contautos</string>
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_error">Nun pue compartise esti contautu.</string>
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <string name="menu_search">Guetar</string>
+ <!-- The menu item to filter the list of contacts displayed -->
+ <string name="menu_contacts_filter">Contautos qu\'amosar</string>
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <string name="activity_title_contacts_filter">Contautos qu\'amosar</string>
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <string name="custom_list_filter">Definición de vista personalizada</string>
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <string name="hint_findContacts">Guetar contautos</string>
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <string name="contactsFavoritesLabel">Favoritos</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <string name="listTotalAllContactsZero">Nun hai nengún contautu.</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <string name="listTotalAllContactsZeroCustom">Nun hai contautos visibles.</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <string name="listTotalAllContactsZeroGroup">Nengún contautu en <xliff:g id="name" example="Friends">%s</xliff:g></string>
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <string name="menu_clear_frequents">Llimpiar frecuentes</string>
+ <!-- Menu item to select SIM card -->
+ <string name="menu_select_sim">Seleicionar tarxeta SIM</string>
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <string name="menu_import_export">Importar/esportar</string>
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <string name="contact_status_update_attribution">per aciu de <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <string name="contact_status_update_attribution_with_date"><xliff:g id="date" example="3 hours ago">%1$s</xliff:g> per aciu de <xliff:g id="source" example="Google Talk">%2$s</xliff:g></string>
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <string name="letter_tile_letter_font_family">sans-serif-medium</string>
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <string name="action_menu_back_from_search">Parar la gueta</string>
+ <!-- String describing the icon used to clear the search field -->
+ <string name="description_clear_search">Llimpiar gueta</string>
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <string name="settings_contact_display_options_title">Opciones visualización contautos</string>
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <string name="call_with_a_note">Llamar con una nota</string>
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <string name="call_subject_hint">Teclexa una nota pa unviar cola llamada...</string>
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <string name="send_and_call_button">UNVIAR Y LLAMAR</string>
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <string name="call_subject_limit"><xliff:g id="count" example="4">%1$s</xliff:g>/<xliff:g id="limit" example="64">%2$s</xliff:g></string>
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <string name="call_subject_type_and_number"><xliff:g id="type" example="Mobile">%1$s</xliff:g> • <xliff:g id="number" example="(650) 555-1212">%2$s</xliff:g></string>
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-az-rAZ/cm_strings.xml b/res/values-az-rAZ/cm_strings.xml
new file mode 100644
index 0000000..ff05773
--- /dev/null
+++ b/res/values-az-rAZ/cm_strings.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">SIM karta ixrac et</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="label_groups">Qrup</string>
+ <string name="exporting">İxrac edilir\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> / <xliff:g id="total_number">%2$s</xliff:g> fayl</string>
+ <string name="export_finished">İxrac tamamlandı</string>
+ <string name="tag_too_long">Şəxs adı çox uzundur</string>
+ <string name="sim_contacts_not_loaded">SIM şəxsləri yüklənə bilmədi</string>
+ <string name="import_from_sim_select">İdxal olunacaq kartı seçin</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Şəxs uğurla kopyalandı</string>
+ <string name="copy_failure">Şəxs kopyalanmadı</string>
+ <string name="card_no_space">Şəxs kopyalanmadı, SIM kart dolub</string>
+</resources>
diff --git a/res/values-be-rBY/cm_strings.xml b/res/values-be-rBY/cm_strings.xml
new file mode 100644
index 0000000..ee435b7
--- /dev/null
+++ b/res/values-be-rBY/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Экспарт на SIM-карту</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Не адрымалася перадаць, забагата кантактаў</string>
+ <string name="label_groups">Гурт</string>
+ <string name="exporting">Экспарт\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files">Апрацоўка: <xliff:g id="current_number">%1$s</xliff:g> з <xliff:g id="total_number">%2$s</xliff:g></string>
+ <string name="export_finished">Экспарт завершаны</string>
+ <string name="tag_too_long">Задоўгае імя кантакту</string>
+ <string name="sim_contacts_not_loaded">Не атрымалася загрузіць кантакты SIM-карты</string>
+ <string name="import_from_sim_select">Выберыце карту для імпарту</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Кантакт паспяхова скапіяваны</string>
+ <string name="copy_failure">Капіяванне кантакту не атрымалася</string>
+ <string name="card_no_space">Капіяванне кантакту не атрымалася, SIM-картка запоўнена</string>
+</resources>
diff --git a/res/values-bg/cm_strings.xml b/res/values-bg/cm_strings.xml
new file mode 100644
index 0000000..61de00d
--- /dev/null
+++ b/res/values-bg/cm_strings.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Експортиране към СИМ карта</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <string name="import_from_sdcard" product="default">Импортиране от хранилище</string>
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <string name="export_to_sdcard" product="default">Експортиране в хранилище</string>
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Прекалено много контакти, Споделянето прекратено</string>
+ <string name="label_groups">Група</string>
+ <string name="exporting">Експортиране\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> от <xliff:g id="total_number">%2$s</xliff:g> файла</string>
+ <string name="export_to_sim_failed">Неуспешно експортиране, експортирани <xliff:g id="insertCount">%d</xliff:g> елементa</string>
+ <string name="sim_contact_export_failed">Неуспешно експортиране на контакт (име: <xliff:g id="name">%1$s </xliff:g>, номер: <xliff:g id="number">%2$s </xliff:g>, електронна поща: <xliff:g id="email">%3$s </xliff:g>)</string>
+ <string name="export_sim_card_full">Капацитетът на СИМ картата е изчерпан, експортирани <xliff:g id="insertCount">%d</xliff:g> елемента</string>
+ <string name="export_failed">Експортирането се провали</string>
+ <string name="sim_card_full">СИМ картата е пълна</string>
+ <string name="export_finished">Експортирането завърши</string>
+ <string name="tag_too_long">Името на контакта е твърде дълго</string>
+ <string name="sim_contacts_not_loaded">Зареждането на контактите от СИМ картата не е възможно</string>
+ <string name="export_cancelled">Експортирането е прекратено, експортирани <xliff:g id="insertCount">%%s</xliff:g> елемента</string>
+ <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> няма телефонен номер или имейл адрес</string>
+ <string name="import_from_sim_select">Изберете карта за импортиране</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <string name="no_sdcard_title" product="nosdcard">Не е достъпно мястото на съхранение</string>
+ <!-- Dialog title shown when SD Card does not exist -->
+ <string name="no_sdcard_title" product="default">Няма карта памет</string>
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <string name="deleteConfirmation_title">Да бъде ли изтрит контакта?</string>
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="deleteConfirmation">Този контакт ще бъде изтрит.</string>
+ <string name="copy_done">Контактът е копиран успешно</string>
+ <string name="copy_failure">Копирането на контакта се провали</string>
+ <string name="card_no_space">Копирането на контакта се провали, защото СИМ картата е пълна</string>
+</resources>
diff --git a/res/values-bn-rBD/cm_strings.xml b/res/values-bn-rBD/cm_strings.xml
new file mode 100644
index 0000000..c07e5e4
--- /dev/null
+++ b/res/values-bn-rBD/cm_strings.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">সিম কার্ডে রপ্তানি করুন</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-br-rFR/cm_strings.xml b/res/values-br-rFR/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-br-rFR/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-br-rFR/strings.xml b/res/values-br-rFR/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-br-rFR/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-bs-rBA/cm_strings.xml b/res/values-bs-rBA/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-bs-rBA/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml
new file mode 100644
index 0000000..b7e03d1
--- /dev/null
+++ b/res/values-ca/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Exporta a la targeta SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Massa contactes, error al compartir</string>
+ <string name="label_groups">Grup</string>
+ <string name="exporting">S\'està exportant\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> de <xliff:g id="total_number">%2$s</xliff:g> fitxers</string>
+ <string name="export_finished">S\'ha finalitzat l\'exportació</string>
+ <string name="tag_too_long">El nom del contacte és massa llarg</string>
+ <string name="sim_contacts_not_loaded">No s\'han pogut carregar els contactes de la SIM</string>
+ <string name="import_from_sim_select">Tria la targeta a importar</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">El contacte ha sigut copiat satisfactòriament</string>
+ <string name="copy_failure">No s\'ha pogut copiar el contacte</string>
+ <string name="card_no_space">No s\'ha pogut copiar el contacte, la targeta SIM és plena</string>
+</resources>
diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml
new file mode 100644
index 0000000..4dcf2b3
--- /dev/null
+++ b/res/values-cs/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Exportovat na SIM kartu</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Příliš mnoho kontaktů, sdílení bylo neúspěšné</string>
+ <string name="label_groups">Skupina</string>
+ <string name="exporting">Exportování\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> z <xliff:g id="total_number">%2$s</xliff:g> souborů</string>
+ <string name="export_finished">Export dokončen</string>
+ <string name="tag_too_long">Jméno kontaktu je příliš dlouhé</string>
+ <string name="sim_contacts_not_loaded">Nelze načíst kontakty SIM</string>
+ <string name="import_from_sim_select">Vyberte kartu pro import</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Kontakt byl úspěšně zkopírován</string>
+ <string name="copy_failure">Kopírování kontaktu selhalo</string>
+ <string name="card_no_space">Kopírování kontaktu selhalo, SIM karta je plná</string>
+</resources>
diff --git a/res/values-csb-rPL/cm_strings.xml b/res/values-csb-rPL/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-csb-rPL/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-csb-rPL/strings.xml b/res/values-csb-rPL/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-csb-rPL/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-cy/cm_strings.xml b/res/values-cy/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-cy/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-cy/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml
new file mode 100644
index 0000000..61e6079
--- /dev/null
+++ b/res/values-da/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Eksportér til SIM-kortet</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">For mange kontakter, deling mislykket</string>
+ <string name="label_groups">Gruppe</string>
+ <string name="exporting">Eksporterer\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> af <xliff:g id="total_number">%2$s</xliff:g> filer</string>
+ <string name="export_finished">Eksport afsluttet</string>
+ <string name="tag_too_long">Kontaktnavn er for langt</string>
+ <string name="sim_contacts_not_loaded">Kan ikke indlæse SIM-kontakter</string>
+ <string name="import_from_sim_select">Vælg det kort, der skal importeres</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Kontakt blev kopieret korrekt</string>
+ <string name="copy_failure">Kopiering af kontaktpersonen mislykkedes</string>
+ <string name="card_no_space">Kopiering af kontaktpersonen mislykkedes, SIM-kortet er fyldt</string>
+</resources>
diff --git a/res/values-de/cm_strings.xml b/res/values-de/cm_strings.xml
new file mode 100644
index 0000000..0e49798
--- /dev/null
+++ b/res/values-de/cm_strings.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Auf SIM-Karte exportieren</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <string name="import_from_sdcard" product="default">Aus Speicher importieren</string>
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <string name="export_to_sdcard" product="default">In Speicher exportieren</string>
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Teilen fehlgeschlagen, zu viele Kontake</string>
+ <string name="label_groups">Gruppe</string>
+ <string name="exporting">Exportieren\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> von <xliff:g id="total_number">%2$s</xliff:g> Dateien</string>
+ <string name="export_to_sim_failed">Export fehlgeschlagen, <xliff:g id="insertCount">%d</xliff:g> Elemente wurden exportiert</string>
+ <string name="export_sim_card_full">SIM-Karte ist voll, <xliff:g id="insertCount">%d</xliff:g> Elemente wurden exportiert</string>
+ <string name="export_failed">Export fehlgeschlagen</string>
+ <string name="sim_card_full">SIM-Karte ist voll</string>
+ <string name="export_finished">Export abgeschlossen</string>
+ <string name="tag_too_long">Der Kontaktname ist zu lang.</string>
+ <string name="sim_contacts_not_loaded">SIM-Kontakte konnten nicht geladen werden</string>
+ <string name="export_cancelled">Export abgebrochen, <xliff:g id="insertCount">%s</xliff:g> Elemente wurden exportiert</string>
+ <string name="import_from_sim_select">SIM-Karte zum Importieren auswählen</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <string name="no_sdcard_title" product="nosdcard">Speicher nicht verfügbar</string>
+ <!-- Dialog title shown when SD Card does not exist -->
+ <string name="no_sdcard_title" product="default">Keine SD-Karte</string>
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <string name="deleteConfirmation_title">Kontakt löschen?</string>
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="deleteConfirmation">Dieser Kontakt wird gelöscht.</string>
+ <string name="copy_done">Kontakt wurde erfolgreich kopiert</string>
+ <string name="copy_failure">Kopieren des Kontakts fehlgeschlagen</string>
+ <string name="card_no_space">Das Kopieren des Kontakts ist fehlgeschlagen, da die SIM-Karte voll ist.</string>
+</resources>
diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml
new file mode 100644
index 0000000..526a9bf
--- /dev/null
+++ b/res/values-el/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Εξαγωγή στην κάρτα SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Πάρα πολλές επαφές, η κοινή χρήση απέτυχε</string>
+ <string name="label_groups">Ομάδα</string>
+ <string name="exporting">Εξαγωγή\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> από <xliff:g id="total_number">%2$s</xliff:g> αρχεία</string>
+ <string name="export_finished">Η εξαγωγή ολοκληρώθηκε</string>
+ <string name="tag_too_long">Το όνομα της επαφής είναι πολύ μεγάλο</string>
+ <string name="sim_contacts_not_loaded">Δεν είναι δυνατή η φόρτωση των επαφών SIM</string>
+ <string name="import_from_sim_select">Επιλέξτε κάρτα για εισαγωγή</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Η επαφή αντιγράφηκε με επιτυχία</string>
+ <string name="copy_failure">Η αντιγραφή της επαφής απέτυχε</string>
+ <string name="card_no_space">Η αντιγραφή της επαφής απέτυχε, η κάρτα SIM είναι γεμάτη</string>
+</resources>
diff --git a/res/values-en-rAU/cm_strings.xml b/res/values-en-rAU/cm_strings.xml
new file mode 100644
index 0000000..6d6579b
--- /dev/null
+++ b/res/values-en-rAU/cm_strings.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Export to SIM card</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="label_groups">Group</string>
+ <string name="exporting">Exporting\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> of <xliff:g id="total_number">%2$s</xliff:g> files</string>
+ <string name="export_finished">Export finished</string>
+ <string name="tag_too_long">Contact name is too long</string>
+ <string name="sim_contacts_not_loaded">Unable to load SIM contacts</string>
+ <string name="import_from_sim_select">Choose card to import</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Contact was copied successfully</string>
+ <string name="copy_failure">Copying the contact failed</string>
+ <string name="card_no_space">Copying the contact failed, SIM card is full</string>
+</resources>
diff --git a/res/values-en-rGB/cm_strings.xml b/res/values-en-rGB/cm_strings.xml
new file mode 100644
index 0000000..682e0a5
--- /dev/null
+++ b/res/values-en-rGB/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Export to SIM card</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Too many contacts, share failed</string>
+ <string name="label_groups">Group</string>
+ <string name="exporting">Exporting\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> of <xliff:g id="total_number">%2$s</xliff:g> files</string>
+ <string name="export_finished">Export finished</string>
+ <string name="tag_too_long">Contact name is too long</string>
+ <string name="sim_contacts_not_loaded">Unable to load SIM contacts</string>
+ <string name="import_from_sim_select">Choose card to import</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Contact was copied successfully</string>
+ <string name="copy_failure">Copying the contact failed</string>
+ <string name="card_no_space">Copying the contact failed, SIM card is full</string>
+</resources>
diff --git a/res/values-en-rIN/cm_strings.xml b/res/values-en-rIN/cm_strings.xml
new file mode 100644
index 0000000..682e0a5
--- /dev/null
+++ b/res/values-en-rIN/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Export to SIM card</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Too many contacts, share failed</string>
+ <string name="label_groups">Group</string>
+ <string name="exporting">Exporting\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> of <xliff:g id="total_number">%2$s</xliff:g> files</string>
+ <string name="export_finished">Export finished</string>
+ <string name="tag_too_long">Contact name is too long</string>
+ <string name="sim_contacts_not_loaded">Unable to load SIM contacts</string>
+ <string name="import_from_sim_select">Choose card to import</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Contact was copied successfully</string>
+ <string name="copy_failure">Copying the contact failed</string>
+ <string name="card_no_space">Copying the contact failed, SIM card is full</string>
+</resources>
diff --git a/res/values-en-rPT/cm_strings.xml b/res/values-en-rPT/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-en-rPT/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-en-rPT/strings.xml b/res/values-en-rPT/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-en-rPT/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-eo/cm_strings.xml b/res/values-eo/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-eo/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
new file mode 100644
index 0000000..697431e
--- /dev/null
+++ b/res/values-eo/strings.xml
@@ -0,0 +1,394 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <string name="contactsList">Kontaktoj</string>
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <string name="local_search_label">Ĉiuj kontaktoj</string>
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <string name="user_profile_contacts_list_header" msgid="9154761216179882405">Mi</string>
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <string name="postalLabelsGroup">Adreso</string>
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <string name="postal_address">Adreso</string>
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <string name="description_minus_button">forigi</string>
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <string name="display_all_contacts">Ĉiuj kontaktoj</string>
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <string name="dialog_import_export">Enporti/elporti kontaktojn</string>
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <string name="dialog_import">Enporti kontaktojn</string>
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <string name="menu_import_export">Enporti/elporti</string>
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-es-rCO/cm_strings.xml b/res/values-es-rCO/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-es-rCO/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-es-rCO/strings.xml b/res/values-es-rCO/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-es-rCO/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-es-rMX/cm_strings.xml b/res/values-es-rMX/cm_strings.xml
new file mode 100644
index 0000000..dc5397f
--- /dev/null
+++ b/res/values-es-rMX/cm_strings.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Demasiados contactos, error al compartir</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-es-rMX/strings.xml b/res/values-es-rMX/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-es-rMX/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-es-rUS/cm_strings.xml b/res/values-es-rUS/cm_strings.xml
new file mode 100644
index 0000000..e238352
--- /dev/null
+++ b/res/values-es-rUS/cm_strings.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Exportar a la tarjeta SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <string name="import_from_sdcard" product="default">Importar desde el almacenamiento</string>
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <string name="export_to_sdcard" product="default">Exportar al almacenamiento</string>
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Demasiados contactos, error al compartir</string>
+ <string name="label_groups">Grupo</string>
+ <string name="exporting">Exportando\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> de <xliff:g id="total_number">%2$s</xliff:g> archivos</string>
+ <string name="export_to_sim_failed">Exportación fallida, sólo <xliff:g id="insertCount">%d</xliff:g> elementos exportados</string>
+ <string name="sim_contact_export_failed">Exportación de contacto fallida (nombre: <xliff:g id="name">%1$s</xliff:g>, número: <xliff:g id="number">%2$s</xliff:g>, email: <xliff:g id="email">%3$s</xliff:g>)</string>
+ <string name="export_sim_card_full">Tarjeta SIM llena, sólo <xliff:g id="insertCount">%d</xliff:g> elementos exportados</string>
+ <string name="export_failed">Exportación fallida</string>
+ <string name="sim_card_full">Tarjeta SIM llena</string>
+ <string name="export_finished">Exportación finalizada</string>
+ <string name="tag_too_long">El nombre del contacto es demasiado largo</string>
+ <string name="sim_contacts_not_loaded">No se pudieron cargar los contactos de la tarjeta SIM</string>
+ <string name="export_cancelled">Exportación cancelada, sólo <xliff:g id="insertCount">%s</xliff:g> elementos exportados</string>
+ <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> no tiene número de teléfono o dirección de correo</string>
+ <string name="import_from_sim_select">Elige una tarjeta para importar</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <string name="no_sdcard_title" product="nosdcard">Almacenamiento no disponible</string>
+ <!-- Dialog title shown when SD Card does not exist -->
+ <string name="no_sdcard_title" product="default">Sin tarjeta SD</string>
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <string name="deleteConfirmation_title">¿Borrar contacto?</string>
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="deleteConfirmation">Se borrará el contacto.</string>
+ <string name="copy_done">El contacto fue copiado correctamente</string>
+ <string name="copy_failure">No se pudo copiar el contacto</string>
+ <string name="card_no_space">Error al copiar el contacto, la tarjeta SIM está llena</string>
+</resources>
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml
new file mode 100644
index 0000000..8c65561
--- /dev/null
+++ b/res/values-es/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Exportar a la tarjeta SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Demasiados contactos, error al compartir</string>
+ <string name="label_groups">Grupo</string>
+ <string name="exporting">Exportando\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> de <xliff:g id="total_number">%2$s</xliff:g> archivos</string>
+ <string name="export_finished">Exportación finalizada</string>
+ <string name="tag_too_long">El nombre del contacto es demasiado largo</string>
+ <string name="sim_contacts_not_loaded">No se pueden cargar los contactos de la tarjeta SIM</string>
+ <string name="import_from_sim_select">Elige una tarjeta para importar</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Contacto copiado correctamente</string>
+ <string name="copy_failure">No se pudo copiar el contacto</string>
+ <string name="card_no_space">No se pudieron copiar los contactos. La tarjeta SIM está llena</string>
+</resources>
diff --git a/res/values-et-rEE/cm_strings.xml b/res/values-et-rEE/cm_strings.xml
new file mode 100644
index 0000000..f008154
--- /dev/null
+++ b/res/values-et-rEE/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Ekspordi SIM-kaardile</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Jagamine ebaõnnestunud, liiga palju kontakte</string>
+ <string name="label_groups">Grupp</string>
+ <string name="exporting">Ekspordin\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> fail <xliff:g id="total_number">%2$s</xliff:g>-st</string>
+ <string name="export_finished">Eksport lõpetatud</string>
+ <string name="tag_too_long">Kontakti nimi on liiga pikk</string>
+ <string name="sim_contacts_not_loaded">Ei saa laadida kontakte SIM-kaardilt</string>
+ <string name="import_from_sim_select">Vali SIM-kaart importimiseks</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Kontakt kopeeriti edukalt</string>
+ <string name="copy_failure">Kontakti kopeerimine nurjus</string>
+ <string name="card_no_space">Kontakti kopeerimine nurjus, SIM-kaart on täis</string>
+</resources>
diff --git a/res/values-eu-rES/cm_strings.xml b/res/values-eu-rES/cm_strings.xml
new file mode 100644
index 0000000..4164916
--- /dev/null
+++ b/res/values-eu-rES/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Esportatu SIM txartelera</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Kontaktu gehiegi, partekatzeak huts egin du</string>
+ <string name="label_groups">Taldea</string>
+ <string name="exporting">Esportatzen\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> fitxategi <xliff:g id="total_number">%2$s</xliff:g>tik</string>
+ <string name="export_finished">Esportazioa burutu da</string>
+ <string name="tag_too_long">Kontaktuaren izena luzeegia da</string>
+ <string name="sim_contacts_not_loaded">Ez izan dira SIM txarteleko kontaktuak kargatu</string>
+ <string name="import_from_sim_select">Hautatu inportatuko den txartela</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Kontaktua ondo kopiatu da</string>
+ <string name="copy_failure">Kontaktuaren kopiak huts egin du</string>
+ <string name="card_no_space">Kontaktuaren kopiak huts egin du, SIM txartela beteta dago</string>
+</resources>
diff --git a/res/values-fa/cm_strings.xml b/res/values-fa/cm_strings.xml
new file mode 100644
index 0000000..d20fb9e
--- /dev/null
+++ b/res/values-fa/cm_strings.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">صدور به سیم کارت</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="label_groups">گروه</string>
+ <string name="exporting">صدور\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> از <xliff:g id="total_number">%2$s</xliff:g> فایل</string>
+ <string name="export_finished">صدور تمام شد</string>
+ <string name="tag_too_long">نام مخاطب بسیار طولانی است</string>
+ <string name="sim_contacts_not_loaded">نمیتوان مخاطبین سیم کارت را بارگذاری کرد</string>
+ <string name="import_from_sim_select">انتخاب سیم کارت برای وارد کردن</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">مخاطب با موفقیت کپی شد</string>
+ <string name="copy_failure">کپی مخاطب ناموفق بود</string>
+ <string name="card_no_space">نمیتوان مخاطب را کپی کرد، سیم کارت پر است</string>
+</resources>
diff --git a/res/values-fi/cm_strings.xml b/res/values-fi/cm_strings.xml
new file mode 100644
index 0000000..9c84461
--- /dev/null
+++ b/res/values-fi/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Vie SIM-kortille</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Liian monta yhteystietoa, jako epäonnistui</string>
+ <string name="label_groups">Ryhmä</string>
+ <string name="exporting">Viedään\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g>/<xliff:g id="total_number">%2$s</xliff:g> tiedostoa</string>
+ <string name="export_finished">Vienti valmis</string>
+ <string name="tag_too_long">Yhteystiedon nimi on liian pitkä</string>
+ <string name="sim_contacts_not_loaded">Ei voi ladata SIM-kortin yhteystietoja</string>
+ <string name="import_from_sim_select">Valitse kortti josta tuodaan</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Yhteystieto kopioitu onnistuneesti</string>
+ <string name="copy_failure">Yhteystiedon kopioiminen epäonnistui</string>
+ <string name="card_no_space">Yhteystiedon kopioiminen epäonnistui, SIM-kortti on täynnä</string>
+</resources>
diff --git a/res/values-fil-rPH/cm_strings.xml b/res/values-fil-rPH/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-fil-rPH/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-fr-rCA/cm_strings.xml b/res/values-fr-rCA/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-fr-rCA/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-fr/cm_strings.xml b/res/values-fr/cm_strings.xml
new file mode 100644
index 0000000..160ef18
--- /dev/null
+++ b/res/values-fr/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Exporter vers la carte SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Trop de contacts, échec du partage</string>
+ <string name="label_groups">Groupe</string>
+ <string name="exporting">Exportation\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> sur <xliff:g id="total_number">%2$s</xliff:g> fichiers</string>
+ <string name="export_finished">Exportation terminée</string>
+ <string name="tag_too_long">Nom du contact trop long</string>
+ <string name="sim_contacts_not_loaded">Impossible de charger les contacts SIM</string>
+ <string name="import_from_sim_select">Choisissez la carte SIM à importer</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Le contact a été copié avec succès</string>
+ <string name="copy_failure">Impossible de copier le contact</string>
+ <string name="card_no_space">Impossible de copier le contact, la carte SIM est saturée</string>
+</resources>
diff --git a/res/values-frp-rIT/cm_strings.xml b/res/values-frp-rIT/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-frp-rIT/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-frp-rIT/strings.xml b/res/values-frp-rIT/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-frp-rIT/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-fy-rNL/cm_strings.xml b/res/values-fy-rNL/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-fy-rNL/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-fy-rNL/strings.xml b/res/values-fy-rNL/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-fy-rNL/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-ga-rIE/cm_strings.xml b/res/values-ga-rIE/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-ga-rIE/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-ga-rIE/strings.xml b/res/values-ga-rIE/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-ga-rIE/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-gd-rGB/cm_strings.xml b/res/values-gd-rGB/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-gd-rGB/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-gd-rGB/strings.xml b/res/values-gd-rGB/strings.xml
new file mode 100644
index 0000000..c3d52b3
--- /dev/null
+++ b/res/values-gd-rGB/strings.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <!-- Action string for sending an SMS to a home phone number -->
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <!-- Action string for sending an SMS to a work phone number -->
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <!-- Action string for sending an SMS to an other phone number -->
+ <!-- Action string for sending an SMS to a callback number -->
+ <!-- Action string for sending an SMS to a car phone number -->
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <!-- Action string for sending an SMS to a main phone number -->
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <!-- Directory partition name (also exists in contacts) -->
+ <!-- The name of the invisible local contact directory -->
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <!-- Field title for the middle name of a contact -->
+ <!-- Field title for the suffix name of a contact -->
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <!-- Hint text for the organization name when editing -->
+ <!-- Hint text for the organization title when editing -->
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <!-- Action string for sending an email to a home email address -->
+ <!-- Action string for sending an email to a mobile email address -->
+ <!-- Action string for sending an email to a work email address -->
+ <!-- Action string for sending an email to an other email address -->
+ <!-- Action string for sending an email to a custom email address -->
+ <!-- Generic action string for sending an email -->
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <!-- Action string for viewing a home postal address -->
+ <!-- Action string for viewing a work postal address -->
+ <!-- Action string for viewing an other postal address -->
+ <!-- Action string for viewing a custom postal address -->
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <!-- Generic action string for starting an IM chat -->
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <!-- The menu item to filter the list of contacts displayed -->
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-gl-rES/cm_strings.xml b/res/values-gl-rES/cm_strings.xml
new file mode 100644
index 0000000..4825067
--- /dev/null
+++ b/res/values-gl-rES/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Exportar á tarxeta SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Demasiados contactos, erro ao compartir</string>
+ <string name="label_groups">Grupo</string>
+ <string name="exporting">Exportando\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> de <xliff:g id="total_number">%2$s</xliff:g> ficheiros</string>
+ <string name="export_finished">Rematou a exportación</string>
+ <string name="tag_too_long">O nome do contacto é moi longo</string>
+ <string name="sim_contacts_not_loaded">Non foi posíbel cargar os contactos da SIM</string>
+ <string name="import_from_sim_select">Escoller tarxeta para importar</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">O contacto copiouse correctamente</string>
+ <string name="copy_failure">Fallou a copia do contacto</string>
+ <string name="card_no_space">Fallou a copia do contacto, a tarxeta SIM está chea</string>
+</resources>
diff --git a/res/values-gu-rIN/cm_strings.xml b/res/values-gu-rIN/cm_strings.xml
new file mode 100644
index 0000000..1832064
--- /dev/null
+++ b/res/values-gu-rIN/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">SIM કાર્ડ પર નિકાસ કરો</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">વધુ પડતા સંપર્કો, સહિયારું નિષ્ફળ થયું</string>
+ <string name="label_groups">સમૂહ</string>
+ <string name="exporting">નિકાસ થાય છે\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> / <xliff:g id="total_number">%2$s</xliff:g> ફાઇલ્સ</string>
+ <string name="export_finished">નિકાસ સમાપ્ત થયેલ છે</string>
+ <string name="tag_too_long">સંપર્ક નામ ઘણું લાંબુ છે</string>
+ <string name="sim_contacts_not_loaded">SIM સંપર્કો લોડ થવામાં અક્ષમ</string>
+ <string name="import_from_sim_select">આયાત કરવા કાર્ડ પસંદ કરો</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">સંપર્ક સફળતાપૂર્વક કૉપિ કરવામાં આવ્યું</string>
+ <string name="copy_failure">સંપર્ક કૉપિ થવામાં નિષ્ફળ</string>
+ <string name="card_no_space">સંપર્ક કૉપિ થવામાં નિષ્ફળ, SIM કાર્ડ પૂર્ણ ભરેલ છે</string>
+</resources>
diff --git a/res/values-hi/cm_strings.xml b/res/values-hi/cm_strings.xml
new file mode 100644
index 0000000..d136cc1
--- /dev/null
+++ b/res/values-hi/cm_strings.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">सिम कार्ड में निर्यात करें</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="label_groups">समूह</string>
+ <string name="exporting">निर्यात कर रहे हैं\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files">कुल <xliff:g id="total_number">%2$s</xliff:g> में से <xliff:g id="current_number">%1$s</xliff:g> फ़ाइलें</string>
+ <string name="export_finished">निर्यात पूरा हुआ</string>
+ <string name="tag_too_long">संपर्क नाम बहुत लंबा है</string>
+ <string name="sim_contacts_not_loaded">सिम संपर्कों को लोड नहीं कर सके</string>
+ <string name="import_from_sim_select">आयात करने के लिए कार्ड चुनें</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">संपर्क को सफलतापूर्वक कॉपी किया गया</string>
+ <string name="copy_failure">संपर्क को कॉपी करना विफल हुआ</string>
+ <string name="card_no_space">संपर्क को कॉपी करना विफल हुआ, सि कार्ड भर चुका है</string>
+</resources>
diff --git a/res/values-hr/cm_strings.xml b/res/values-hr/cm_strings.xml
new file mode 100644
index 0000000..ef9a9c0
--- /dev/null
+++ b/res/values-hr/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Izvoz na SIM karticu</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Previše kontakata, dijeljenje nije uspjelo</string>
+ <string name="label_groups">Grupa</string>
+ <string name="exporting">Izvozim\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> od <xliff:g id="total_number">%2$s</xliff:g> datoteka</string>
+ <string name="export_finished">Izvoz dovršen</string>
+ <string name="tag_too_long">Ime kontakta je predugo</string>
+ <string name="sim_contacts_not_loaded">Neuspješno učitavanje kontakata sa SIM kartice</string>
+ <string name="import_from_sim_select">Odaberite karticu za uvoz</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Kontakt je uspješno kopiran</string>
+ <string name="copy_failure">Nije uspjelo kopiranje kontakta</string>
+ <string name="card_no_space">Kopiranje kontakta nije uspjelo, SIM kartica je puna</string>
+</resources>
diff --git a/res/values-hu/cm_strings.xml b/res/values-hu/cm_strings.xml
new file mode 100644
index 0000000..922a846
--- /dev/null
+++ b/res/values-hu/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Exportálás SIM kártyára</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Túl sok névjegy, a megosztás sikertelen</string>
+ <string name="label_groups">Csoport</string>
+ <string name="exporting">Exportálás\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> / <xliff:g id="total_number">%2$s</xliff:g> fájl</string>
+ <string name="export_finished">Exportálás kész</string>
+ <string name="tag_too_long">A névjegynél megadott név túl hosszú</string>
+ <string name="sim_contacts_not_loaded">Nem sikerült betölteni a SIM névjegyeket</string>
+ <string name="import_from_sim_select">Kártya kiválasztása importáláshoz</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">A névjegy másolása sikeres</string>
+ <string name="copy_failure">A névjegy másolása sikertelen</string>
+ <string name="card_no_space">A névjegy másolása sikertelen, a SIM-kártya megtelt</string>
+</resources>
diff --git a/res/values-hy-rAM/cm_strings.xml b/res/values-hy-rAM/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-hy-rAM/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-in/cm_strings.xml b/res/values-in/cm_strings.xml
new file mode 100644
index 0000000..5230952
--- /dev/null
+++ b/res/values-in/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Ekspor ke kartu SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Terlalu banyak kontak, gagal untuk berbagi</string>
+ <string name="label_groups">Kelompok</string>
+ <string name="exporting">Mengekspor\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> dari <xliff:g id="total_number">%2$s</xliff:g> berkas</string>
+ <string name="export_finished">Ekspor selesai</string>
+ <string name="tag_too_long">Nama kontak terlalu panjang</string>
+ <string name="sim_contacts_not_loaded">Tidak dapat memuat kontak SIM</string>
+ <string name="import_from_sim_select">Pilih kartu untuk mengimpor</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Kontak berhasil disalin</string>
+ <string name="copy_failure">Menyalin kontak gagal</string>
+ <string name="card_no_space">Menyalin kontak gagal, kartu SIM penuh</string>
+</resources>
diff --git a/res/values-is-rIS/cm_strings.xml b/res/values-is-rIS/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-is-rIS/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-it/cm_strings.xml b/res/values-it/cm_strings.xml
new file mode 100644
index 0000000..5c27281
--- /dev/null
+++ b/res/values-it/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Esporta nella SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Troppi contatti, condividisione fallita</string>
+ <string name="label_groups">Gruppo</string>
+ <string name="exporting">Esportando\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> di <xliff:g id="total_number">%2$s</xliff:g> file</string>
+ <string name="export_finished">Esportazione completata</string>
+ <string name="tag_too_long">Nome del contatto troppo lungo</string>
+ <string name="sim_contacts_not_loaded">Impossibile caricare contatti SIM</string>
+ <string name="import_from_sim_select">Scegli la scheda da importare</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Contatto copiato con successo</string>
+ <string name="copy_failure">Copia del contatto fallita</string>
+ <string name="card_no_space">Copia del contatto fallita, la SIM è piena</string>
+</resources>
diff --git a/res/values-iw/cm_strings.xml b/res/values-iw/cm_strings.xml
new file mode 100644
index 0000000..33aa0dd
--- /dev/null
+++ b/res/values-iw/cm_strings.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">ייצא לכרטיס SIM</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <string name="import_from_sdcard" product="default">ייבא מאמצעי אחסון</string>
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <string name="export_to_sdcard" product="default">ייצא לאמצעי אחסון</string>
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">השיתוף נכשל, מספר אנשי הקשר גדול מדי</string>
+ <string name="label_groups">קבוצה</string>
+ <string name="exporting">מייצא\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> מתוך <xliff:g id="total_number">%2$s</xliff:g> קבצים</string>
+ <string name="export_to_sim_failed">הייצוא נכשל, <xliff:g id="insertCount">%d</xliff:g> פריטים יוצאו</string>
+ <string name="sim_contact_export_failed">ייצוא איש הקשר נכשל (שם: <xliff:g id="name">%1$s</xliff:g>, מספר טלפון: <xliff:g id="number">%2$s</xliff:g>, דוא"ל: <xliff:g id="email">%3$s</xliff:g>)</string>
+ <string name="export_sim_card_full">כרטיס ה־SIM מלא, <xliff:g id="insertCount">%d</xliff:g> פריטים יוצאו</string>
+ <string name="export_failed">הייצוא נכשל</string>
+ <string name="sim_card_full">כרטיס ה־SIM מלא</string>
+ <string name="export_finished">ייצוא הסתיים</string>
+ <string name="tag_too_long">שמו של איש הקשר ארוך מדי</string>
+ <string name="sim_contacts_not_loaded">לא ניתן לטעון אנשי קשר מה-SIM</string>
+ <string name="export_cancelled">הייצוא בוטל, <xliff:g id="insertCount">%s</xliff:g> פריטים יוצאו</string>
+ <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> לא כולל מספר טלפון או כתובת דוא\"ל</string>
+ <string name="import_from_sim_select">בחר כרטיס לייבוא</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <string name="no_sdcard_title" product="nosdcard">אחסון חיצוני אינו זמין</string>
+ <!-- Dialog title shown when SD Card does not exist -->
+ <string name="no_sdcard_title" product="default">אין כרטיס זיכרון</string>
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <string name="deleteConfirmation_title">למחוק איש קשר?</string>
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="deleteConfirmation">איש קשר זה יימחק.</string>
+ <string name="copy_done">איש הקשר הועתק בהצלחה</string>
+ <string name="copy_failure">העתקת איש הקשר נכשלה</string>
+ <string name="card_no_space">העתקת איש הקשר נכשלה, כרטיס ה-SIM מלא</string>
+</resources>
diff --git a/res/values-ja/cm_strings.xml b/res/values-ja/cm_strings.xml
new file mode 100644
index 0000000..c4f2466
--- /dev/null
+++ b/res/values-ja/cm_strings.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">SIMカードにエクスポート</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <string name="import_from_sdcard" product="default">ストレージからインポート</string>
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <string name="export_to_sdcard" product="default">ストレージにエクスポート</string>
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">連絡先が多すぎるため、共有できませんでした</string>
+ <string name="label_groups">グループ</string>
+ <string name="exporting">エクスポート中...</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="total_number">%2$s</xliff:g>個のうち<xliff:g id="current_number">%1$s</xliff:g>個のファイル</string>
+ <string name="export_to_sim_failed">エクスポートに失敗しました。<xliff:g id="insertCount">%d</xliff:g>個のアイテムをエクスポートしました</string>
+ <string name="sim_contact_export_failed">連絡先のエクスポートに失敗しました (名前: <xliff:g id="name">%1$s</xliff:g>、電話番号: <xliff:g id="number">%2$s</xliff:g>、メール: <xliff:g id="email">%3$s</xliff:g>)</string>
+ <string name="export_sim_card_full">SIMカードがいっぱいです。<xliff:g id="insertCount">%d</xliff:g>個のアイテムをエクスポートしました</string>
+ <string name="export_failed">エクスポートに失敗しました</string>
+ <string name="sim_card_full">SIM カードがいっぱいです</string>
+ <string name="export_finished">エクスポートが完了しました</string>
+ <string name="tag_too_long">連絡先の名前が長すぎます</string>
+ <string name="sim_contacts_not_loaded">SIMの連絡先を読み込めませんでした</string>
+ <string name="export_cancelled">エクスポートをキャンセルしました。<xliff:g id="insertCount">%s</xliff:g>個のアイテムをエクスポートしました</string>
+ <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g>には電話番号やメールアドレスがありません</string>
+ <string name="import_from_sim_select">インポートするカードを選択</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <string name="no_sdcard_title" product="nosdcard">ストレージが利用できません</string>
+ <!-- Dialog title shown when SD Card does not exist -->
+ <string name="no_sdcard_title" product="default">SDカードがありません</string>
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <string name="deleteConfirmation_title">連絡先を削除しますか?</string>
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="deleteConfirmation">この連絡先を削除します。</string>
+ <string name="copy_done">連絡先のコピーが完了しました</string>
+ <string name="copy_failure">連絡先をコピーできませんでした</string>
+ <string name="card_no_space">連絡先をコピーできませんでした、SIMカードがいっぱいです</string>
+</resources>
diff --git a/res/values-ka-rGE/cm_strings.xml b/res/values-ka-rGE/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-ka-rGE/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-kk-rKZ/cm_strings.xml b/res/values-kk-rKZ/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-kk-rKZ/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-km-rKH/cm_strings.xml b/res/values-km-rKH/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-km-rKH/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-kn-rIN/cm_strings.xml b/res/values-kn-rIN/cm_strings.xml
new file mode 100644
index 0000000..b1a958f
--- /dev/null
+++ b/res/values-kn-rIN/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">ಸಿಮ್ ಕಾರ್ಡ್ಗೆ ರಫ್ತುಮಾಡಿ</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">ತುಂಬಾ ಸಂಪರ್ಕಗಳಿವೆ, ಹಂಚಿಕೆ ವಿಫಲವಾಗಿದೆ</string>
+ <string name="label_groups">ಗುಂಪು</string>
+ <string name="exporting">ರಫ್ತುಮಾಡಲಾಗುತ್ತಿದೆ\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="total_number">%2$s</xliff:g> ರಲ್ಲಿ <xliff:g id="current_number">%1$s</xliff:g> ಕಡತಗಳು</string>
+ <string name="export_finished">ರಫ್ತು ಮುಗಿದಿದೆ</string>
+ <string name="tag_too_long">ಸಂಪರ್ಕ ಹೆಸರು ಬಹಳಾ ಉದ್ದವಾಯಿತು</string>
+ <string name="sim_contacts_not_loaded">ಸಿಮ್ ಸಂಪರ್ಕಗಳನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ</string>
+ <string name="import_from_sim_select">ಆಮದುಮಾಡಲು ಕಾರ್ಡ್ ಆರಿಸಿ</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">ಸಂಪರ್ಕವನ್ನು ಯಶಸ್ವಿಯಾಗಿ ನಕಲಿಸಲಾಗಿದೆ</string>
+ <string name="copy_failure">ಸಂಪರ್ಕವನ್ನು ನಕಲಿಸುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ</string>
+ <string name="card_no_space">ಸಂಪರ್ಕವನ್ನು ನಕಲಿಸುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ, ಸಿಮ್ ಕಾರ್ಡ್ ಭರ್ತಿಯಾಗಿದೆ</string>
+</resources>
diff --git a/res/values-ko/cm_strings.xml b/res/values-ko/cm_strings.xml
new file mode 100644
index 0000000..f64c25b
--- /dev/null
+++ b/res/values-ko/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">SIM 카드로 내보내기</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">연락처가 너무 많아 공유할 수 없습니다</string>
+ <string name="label_groups">그룹</string>
+ <string name="exporting">내보내는 중\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="total_number">%2$s</xliff:g>개 중 <xliff:g id="current_number">%1$s</xliff:g>번째 파일</string>
+ <string name="export_finished">내보내기 완료</string>
+ <string name="tag_too_long">연락처 이름이 너무 깁니다</string>
+ <string name="sim_contacts_not_loaded">SIM 연락처를 불러올 수 없습니다</string>
+ <string name="import_from_sim_select">가져올 SIM 카드 선택</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">연락처가 성공적으로 복사되었습니다</string>
+ <string name="copy_failure">연락처를 복사하지 못했습니다</string>
+ <string name="card_no_space">SIM 카드가 가득 차 있어 연락처를 복사하지 못했습니다</string>
+</resources>
diff --git a/res/values-ku/cm_strings.xml b/res/values-ku/cm_strings.xml
new file mode 100644
index 0000000..f49a3b5
--- /dev/null
+++ b/res/values-ku/cm_strings.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">ناردنی ناو بۆ سیماکارت</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="label_groups">کۆمەڵ</string>
+ <string name="exporting">دەرهێنان\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> ی <xliff:g id="total_number">%2$s</xliff:g> فایلەکان</string>
+ <string name="export_finished">هەناردن تەواو بوو</string>
+ <string name="tag_too_long">ناو زۆر درێژە</string>
+ <string name="sim_contacts_not_loaded">ناتوانرێت ناوەکان دابەزێنرێت لەسەر سیمکارتەکە</string>
+ <string name="import_from_sim_select">کارتێک هەڵبژێرە بۆ هاوردن</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">ناوەکان بەسەرکەوتووی لەبەریگیرایەوە</string>
+ <string name="copy_failure">لەبەرگرتنەوەی ناوەکان سەرکەوتونەبوو</string>
+ <string name="card_no_space">لەبەرگرتنەوەی ناوەکان سەرکەوتونەبو. سیمکارتەکە پڕە</string>
+</resources>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
new file mode 100644
index 0000000..1fdc440
--- /dev/null
+++ b/res/values-ku/strings.xml
@@ -0,0 +1,583 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <string name="toast_text_copied">دهق له بهر گیرایهوه</string>
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <string name="call_custom">پهیوهندی
+ <xliff:g id="custom">%s</xliff:g>
+ </string>
+ <!-- Action string for calling a home phone number -->
+ <string name="call_home">پهیوهندی ماڵهوه</string>
+ <!-- Action string for calling a mobile phone number -->
+ <string name="call_mobile">پهیوهندی مۆبایل</string>
+ <!-- Action string for calling a work phone number -->
+ <string name="call_work">پهیوهندی سهرکار</string>
+ <!-- Action string for calling a work fax phone number -->
+ <string name="call_fax_work">پهیوهندی فاکسی سهرکار</string>
+ <!-- Action string for calling a home fax phone number -->
+ <string name="call_fax_home">پهیوهندی فاکسی ماڵهوه</string>
+ <!-- Action string for calling a pager phone number -->
+ <string name="call_pager">لاپهڕه پهیوهندی</string>
+ <!-- Action string for calling an other phone number -->
+ <string name="call_other">پەیوەندیکردن</string>
+ <!-- Action string for calling a callback number -->
+ <string name="call_callback">پهیوهندی گهڕانهوه</string>
+ <!-- Action string for calling a car phone number -->
+ <string name="call_car">پهیوهندی ئۆتۆمبێل</string>
+ <!-- Action string for calling a company main phone number -->
+ <string name="call_company_main">پهیوهندی کۆمپانیای سهرهکی</string>
+ <!-- Action string for calling a ISDN phone number -->
+ <string name="call_isdn">پهیوهندی ISDN</string>
+ <!-- Action string for calling a main phone number -->
+ <string name="call_main">پهیوهندی سهرهکی</string>
+ <!-- Action string for calling an other fax phone number -->
+ <string name="call_other_fax">پهیوهندی فاکس</string>
+ <!-- Action string for calling a radio phone number -->
+ <string name="call_radio">پهیوهندی ڕادیۆ</string>
+ <!-- Action string for calling a Telex phone number -->
+ <string name="call_telex">پهیوهندی تێلئێکس</string>
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <string name="call_tty_tdd">پهیوهندی TTY/TDD</string>
+ <!-- Action string for calling a work mobile phone number -->
+ <string name="call_work_mobile">پهیوهندی سهرکاری مۆبایل</string>
+ <!-- Action string for calling a work pager phone number -->
+ <string name="call_work_pager">لاپهڕه پهیوهندی سهر کار</string>
+ <!-- Action string for calling an assistant phone number -->
+ <string name="call_assistant">پهیوهندی
+ <xliff:g id="assistant">%s</xliff:g>
+ </string>
+ <!-- Action string for calling a MMS phone number -->
+ <string name="call_mms">پهیوهندی MMS</string>
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <string name="sms_custom">دهق
+ <xliff:g id="custom">%s</xliff:g>
+ </string>
+ <!-- Action string for sending an SMS to a home phone number -->
+ <string name="sms_home">دهقی ماڵهوه</string>
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <string name="sms_mobile">دهقی مۆبایل</string>
+ <!-- Action string for sending an SMS to a work phone number -->
+ <string name="sms_work">دهقی سهر کار</string>
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <string name="sms_fax_work">دهقی سهرکاری فاکس</string>
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <string name="sms_fax_home">دهقی ماڵهوهی فاکس</string>
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <string name="sms_pager">لاپهڕه دهق</string>
+ <!-- Action string for sending an SMS to an other phone number -->
+ <string name="sms_other">دهق</string>
+ <!-- Action string for sending an SMS to a callback number -->
+ <string name="sms_callback">دهقی پهیوهندی گهڕانهوه</string>
+ <!-- Action string for sending an SMS to a car phone number -->
+ <string name="sms_car">دهقی ئۆتۆمبێل</string>
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <string name="sms_company_main">دهقی کۆمپانیای سهرهکی</string>
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <string name="sms_isdn">دهقی ISDN</string>
+ <!-- Action string for sending an SMS to a main phone number -->
+ <string name="sms_main">دهقی سهرهکی</string>
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <string name="sms_other_fax">دهقی فاکس</string>
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <string name="sms_radio">دهقی ڕادیۆ</string>
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <string name="sms_telex">دهقی تێلێکس</string>
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <string name="sms_tty_tdd">دهقی TTY/TDD</string>
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <string name="sms_work_mobile">دهقی ژمارهی سهر کار</string>
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <string name="sms_work_pager">دهقی لاپهڕهی سهر کار</string>
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <string name="sms_assistant">دهق
+ <xliff:g id="assistant">%s</xliff:g>
+ </string>
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <string name="sms_mms">دهقی MMS</string>
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <string name="clearFrequentsConfirmation_title">پاککردنهوهی زوو-زوو پهیوهندی پێوهکراوهکان؟</string>
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <string name="clearFrequentsProgress_title">پاککردنهوهی پهیوهندییه زوو-زووهکان\u2026</string>
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <string name="status_available">بەردەست</string>
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <string name="status_away">ئاماده نییه</string>
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <string name="status_busy">سەرقاڵ</string>
+ <!-- Directory partition name (also exists in contacts) -->
+ <string name="contactsList">ناوەکان</string>
+ <!-- The name of the invisible local contact directory -->
+ <string name="local_invisible_directory">دیکە</string>
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <string name="directory_search_label">بوخچه</string>
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <string name="local_search_label">هەموو ناوەکان</string>
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <string name="user_profile_contacts_list_header" msgid="9154761216179882405">من</string>
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <string name="search_results_searching">گەڕان\u2026</string>
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <string name="foundTooManyContacts">زیاتر له <xliff:g id="count">%d</xliff:g> دۆزرایهوه.</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <string name="listFoundAllContactsZero">ناو نییە</string>
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <plurals name="searchFoundContacts">
+ <item quantity="one">١ دانە دۆزرایەوە</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> دانە دۆزرایەوە</item>
+ </plurals>
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <string name="description_quick_contact_for">پهیوهندی خێرا بۆ <xliff:g id="name">%1$s</xliff:g></string>
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <string name="missing_name">(ناوی نییه)</string>
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <string name="favoritesFrequentCalled">زۆرترین پەیوەندیکردن</string>
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <string name="favoritesFrequentContacted">زۆرترین ژماره پهیوهندییهکان</string>
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <string name="description_view_contact_detail" msgid="2795575601596468581">بینینی ناو</string>
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <string name="list_filter_phones">ههموو پهیوهندییهکان لەگەڵ ژمارەی تەلەفۆنەکان</string>
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <string name="view_updates_from_group">بینینی نوێکاری</string>
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <string name="account_phone">تهنیا-مۆبایل، گواستنهوه نهکراوه</string>
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <string name="nameLabelsGroup">ناو</string>
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <string name="nicknameLabelsGroup">نازناو</string>
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <string name="full_name">ناو</string>
+ <!-- Field title for the given name of a contact -->
+ <!-- Field title for the family name of a contact -->
+ <!-- Field title for the prefix name of a contact -->
+ <string name="name_prefix">ناوی پێشگر</string>
+ <!-- Field title for the middle name of a contact -->
+ <string name="name_middle">ناوی ناوهند</string>
+ <!-- Field title for the suffix name of a contact -->
+ <string name="name_suffix">ناوی پاشگر</string>
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <string name="name_phonetic">ناوی دهنگی</string>
+ <!-- Field title for the phonetic given name of a contact -->
+ <!-- Field title for the phonetic middle name of a contact -->
+ <string name="name_phonetic_middle">ناوی دهنگی ناوهند</string>
+ <!-- Field title for the phonetic family name of a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <string name="phoneLabelsGroup">مۆبایل</string>
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <string name="emailLabelsGroup">پۆست</string>
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <string name="postalLabelsGroup">ناونیشان</string>
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <string name="imLabelsGroup">IM</string>
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <string name="organizationLabelsGroup">ناوی ڕێکخراو</string>
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <string name="relationLabelsGroup">پهیوهندی کۆمهڵایهتی</string>
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <string name="sms">نامهی دهقی</string>
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <string name="postal_address">ناونیشان</string>
+ <!-- Hint text for the organization name when editing -->
+ <string name="ghostData_company">کۆمپانیا</string>
+ <!-- Hint text for the organization title when editing -->
+ <string name="ghostData_title">سەردێڕ</string>
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <string name="label_notes">تێبینییهکان</string>
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <string name="websiteLabelsGroup">ماڵپەڕ</string>
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <string name="groupsLabel">کۆمهڵهکان</string>
+ <!-- Action string for sending an email to a home email address -->
+ <string name="email_home">پۆستی ئهلیکترۆنی ماڵهوه</string>
+ <!-- Action string for sending an email to a mobile email address -->
+ <string name="email_mobile">پۆستی ئهلیکترۆنی مۆبایل</string>
+ <!-- Action string for sending an email to a work email address -->
+ <string name="email_work">پۆستی ئهلیکترۆنی سهر کار</string>
+ <!-- Action string for sending an email to an other email address -->
+ <string name="email_other">پۆستی ئهلەکترۆنی</string>
+ <!-- Action string for sending an email to a custom email address -->
+ <string name="email_custom">پۆست <xliff:g id="custom">%s</xliff:g></string>
+ <!-- Generic action string for sending an email -->
+ <string name="email">پۆستی ئهلەکترۆنی</string>
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <string name="postal_street">شهقام</string>
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <string name="postal_pobox">سندوقی PO</string>
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <string name="postal_neighborhood">دراوسێ</string>
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <string name="postal_city">شار</string>
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <string name="postal_region">وڵات</string>
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <string name="postal_postcode">کۆدی پۆستی</string>
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <string name="postal_country">وڵات</string>
+ <!-- Action string for viewing a home postal address -->
+ <string name="map_home">بینینی ناونیشانی ماڵهوه</string>
+ <!-- Action string for viewing a work postal address -->
+ <string name="map_work">بینینی ناونیشانی سهر کار</string>
+ <!-- Action string for viewing an other postal address -->
+ <string name="map_other">بینینی ناونیشان</string>
+ <!-- Action string for viewing a custom postal address -->
+ <string name="map_custom">بینینی <xliff:g id="custom">%s</xliff:g> ناونیشان</string>
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <string name="chat_aim">گفتوگۆکردن بهبهکارهێنانی AIM</string>
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <string name="chat_msn">گفتوگۆکردن بهبهکارهێنانی Windows Live</string>
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <string name="chat_yahoo">گفتوگۆکردن بهبهکارهێنانی Yahoo</string>
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <string name="chat_skype">گفتوگۆکردن بهبهکارهێنانی سکایپ</string>
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <string name="chat_qq">گفتوگۆکردن بهبهکارهێنانی QQ</string>
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <string name="chat_gtalk">گفتوگۆکردن بهبهکارهێنانی Google Talk</string>
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <string name="chat_icq">گفتوگۆکردن بهبهکارهێنانی ICQ</string>
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <string name="chat_jabber">گفتوگۆکردن بهبهکارهێنانی Jabber</string>
+ <!-- Generic action string for starting an IM chat -->
+ <string name="chat">گفتوگۆکردن</string>
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <string name="description_minus_button">سڕینەوە</string>
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <string name="expand_collapse_name_fields_description">فراوانکردن یان تهسک کردنهوهی بۆشایی ناوهکان</string>
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <string name="list_filter_all_accounts">هەموو ناوەکان</string>
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <string name="list_filter_all_starred">ئهستێرهدار</string>
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <string name="list_filter_customize">خواستی خۆت</string>
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <string name="list_filter_single">ناو</string>
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <string name="display_ungrouped">ههموو پهیوهندییهکانی تر</string>
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <string name="display_all_contacts">هەموو ناوەکان</string>
+ <string name="menu_sync_remove">سڕینهوهی گواستنهوهی گروپ</string>
+ <string name="dialog_sync_add">زیادکردنی گواستنهوهی گروپ</string>
+ <string name="display_more_groups">گروپی زیاتر\u2026</string>
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <string name="display_warn_remove_ungrouped">سڕینهوهی \"<xliff:g id="group" example="Starred">%s</xliff:g>\" له گواستنهوه و ههروهها سڕینهوهی ههر نا گروپێکی پهیوهندی له گواستنهوه.</string>
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <string name="savingDisplayGroups">پاشهکهوتکردنی نیشاندانی ڕێکخستن\u2026</string>
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <string name="menu_done">کراو</string>
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <string name="menu_doNotSave">هەڵوەشاندنەوە</string>
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <string name="listAllContactsInAccount">پهیوهندی له <xliff:g id="name" example="abc@gmail.com">%s</xliff:g></string>
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <string name="listCustomView">پهیوهندی له بینینی خوازراو</string>
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <string name="listSingleContact">پهیوهندی تاک</string>
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <string name="import_from_sim">هاوردهکردن له سیمکاردهوه</string>
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <string name="cancel_import_confirmation_message">لابردنی هاوردهکردن له <xliff:g id="filename" example="import.vcf">%s</xliff:g>؟</string>
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <string name="cancel_export_confirmation_message">لابردنی ناردن له <xliff:g id="filename" example="export.vcf">%s</xliff:g>؟</string>
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <string name="cancel_vcard_import_or_export_failed">نهتوانرا هاورده کردن و ناردنی vCard ههڵبوهشێنرێت</string>
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <string name="fail_reason_unknown">ههڵهی نهزانراو.</string>
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_could_not_open_file">نهتوانرا \"<xliff:g id="file_name">%s</xliff:g>" بکرێتهوه: <xliff:g id="exact_reason">%s</xliff:g>.</string>
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <string name="fail_reason_could_not_initialize_exporter">نهتوانرا دهستبکرێت به ناردن: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_no_exportable_contact">هیچ پهیوهندییهکانی شایهن ناردن نییه.</string>
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_error_occurred_during_export">ههڵهیهک ڕوویدا لهکاتی ناردن: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_too_long_filename">داواکاری ناوی پهڕگه زۆر درێژه (\"<xliff:g id="filename">%s</xliff:g>\").</string>
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_io_error">ههڵهی I/O</string>
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_low_memory_during_import">بۆشایی بیرگه نییه. پهڕگهکه زۆر گهورهیه.</string>
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_vcard_parse_error">نهتوانرا پێوانهی vCard بکرێت بههۆی هۆکارێکی چاوهڕوان نهکراوهوه.</string>
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <string name="fail_reason_not_supported">جۆری پهڕگهکه گونجاو نییه.</string>
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <string name="fail_reason_failed_to_collect_vcard_meta_info">نهتوانرا زانیاری مێتا دهستبکهوێت له پهڕگهی vCard.</string>
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <string name="fail_reason_failed_to_read_files">پهڕگهیهک یان زیاتر له دانهیهک نهتوانرا هاورده بکرێت (%s).</string>
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <string name="exporting_vcard_finished_title">ناردن تهواوبوو <xliff:g id="filename" example="export.vcf">%s</xliff:g>.</string>
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <string name="exporting_vcard_canceled_title">ناردنی<xliff:g id="filename" example="export.vcf">%s</xliff:g> ههڵوهشێنرایهوه.</string>
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <string name="exporting_contact_list_title">ناردنی زانیاری پهیوهندی</string>
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <string name="composer_failed_to_get_database_infomation">نهتوانرا زانیاری داتابهیس وهربگیرێت.</string>
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <string name="composer_has_no_exportable_contact">هیچ پهیوهندییهکانی شایهن ناردن نیه. ئهگهر پهیوهندیت ههیه لهسهر مۆبایلهکهت، ههندێک داتا لهوانهیه ڕێگری بکات له پهیوهندییهکان بۆ ناردن لهسهر مۆبایلهکهت.</string>
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <string name="composer_not_initialized">کهپسکهری vCard کاری نهکرد.</string>
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <string name="exporting_contact_failed_title">نهتوانرا بنێردرێ</string>
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <string name="exporting_contact_failed_message">داتای پهیوهندی نهتوانرا بنێردرێ.\nهۆکار: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <string name="importing_vcard_description">هاوردهکردن <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <string name="reading_vcard_failed_title">نهتوانرا VCard بخوێنرێتهوه</string>
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <string name="reading_vcard_canceled_title">خوێندنهوهی vCard ههڵوهشێنرایهوه</string>
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <string name="importing_vcard_finished_title">هاوردهکردنی VCard تهواوبوو <xliff:g id="filename" example="import.vcf">%s</xliff:g></string>
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <string name="importing_vcard_canceled_title">هاوردهکردنی <xliff:g id="filename" example="import.vcf">%s</xliff:g> ههڵوهشێنرایهوه</string>
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <string name="vcard_import_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> هاورده دهکرێت به کورتی.</string>
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <string name="vcard_import_will_start_message_with_default_name">پهڕگهکه هاورده دهکرێ به کورتی</string>
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <string name="vcard_import_request_rejected_message">vCard و ناردنی وه داواکردنی ڕهتکرایهوه. دواتر ههوڵ بدهرهوه.</string>
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <string name="vcard_export_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> دهنێردرێت به کورتی.</string>
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <string name="vcard_export_request_rejected_message">vCard و ناردنی وه داواکردنی ڕهتکرایهوه. دواتر ههوڵ بدهرهوه.</string>
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <string name="vcard_unknown_filename">پهیوهندی</string>
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <string name="caching_vcard_message">گرتنی vCard بۆ بیرگهی ناوهکی. له ڕاستیدا دێته ناوی به زویی.</string>
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <string name="vcard_import_failed">نهتوانرا vCard تێبکرێت.</string>
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <string name="nfc_vcard_file_name">وهرگری پهیوهندی لهلایهن NFC</string>
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <string name="confirm_export_title">ناردنی پهیوهندییهکان؟</string>
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <string name="caching_vcard_title">حهشارگهکردن</string>
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <string name="progress_notifier_message">هاوردهکردنی <xliff:g id="current_number">%s</xliff:g>/<xliff:g id="total_number">%s</xliff:g>: <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <string name="share_visible_contacts">بهشداریپێکردنی پهیوهندییه دیارهکان</string>
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <string name="dialog_import_export">هاوردهکردن/ناردنی پهیوهندی</string>
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <string name="dialog_import">هاوردنی ناوەکان</string>
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_error">ئهم پهیوهندییه ناتوانرێ بهشداریپێبکرێت.</string>
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <string name="menu_search">گهڕان</string>
+ <!-- The menu item to filter the list of contacts displayed -->
+ <string name="menu_contacts_filter">پهیوهندی شایهن نیشاندان</string>
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <string name="activity_title_contacts_filter">ناوەکان بۆ پیشاندان</string>
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <string name="custom_list_filter">شایهنی بینینی خوازراو</string>
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <string name="hint_findContacts">دۆزینهوهی پهیوهندی</string>
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <string name="contactsFavoritesLabel">دڵخوازهکان</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <string name="listTotalAllContactsZero">ناو نییە.</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <string name="listTotalAllContactsZeroCustom">هیچ پهیوهندییهکی دیار نییه.</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <string name="listTotalAllContactsZeroGroup">هیچ پهیوهندییهک نییه له <xliff:g id="name" example="Friends">%s</xliff:g></string>
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <string name="menu_clear_frequents">پاککردنهوهی زوو-زووه پهیوهندییهکان</string>
+ <!-- Menu item to select SIM card -->
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <string name="menu_import_export">هاوردهکردن/ناردن</string>
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <string name="contact_status_update_attribution">لهلایهن <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <string name="contact_status_update_attribution_with_date"><xliff:g id="date" example="3 hours ago">%1$s</xliff:g> لهڕێگهی <xliff:g id="source" example="Google Talk">%2$s</xliff:g></string>
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <!-- String describing the icon used to clear the search field -->
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-ky-rKG/cm_strings.xml b/res/values-ky-rKG/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-ky-rKG/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-lb/cm_strings.xml b/res/values-lb/cm_strings.xml
new file mode 100644
index 0000000..bd8058d
--- /dev/null
+++ b/res/values-lb/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Op d\'SIM-Kaart exportéieren</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Ze vill Kontakter, deele feelgeschloen</string>
+ <string name="label_groups">Grupp</string>
+ <string name="exporting">Gëtt exportéiert\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> / <xliff:g id="total_number">%2$s</xliff:g> Fichieren</string>
+ <string name="export_finished">Export ofgeschloss</string>
+ <string name="tag_too_long">Kontaktnumm ass ze laang</string>
+ <string name="sim_contacts_not_loaded">SIM-Kontakter kënnen net geluede ginn</string>
+ <string name="import_from_sim_select">SIM-Kaart fir den Import auswielen</string>
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+ <string name="copy_done">Kontakt gouf erfollegräich kopéiert</string>
+ <string name="copy_failure">De Kontakt konnt net kopéiert ginn</string>
+ <string name="card_no_space">D\'Kopéiere vu Kontakter ass feelgeschloen, d\'SIM-Kaart ass voll</string>
+</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
new file mode 100644
index 0000000..d983210
--- /dev/null
+++ b/res/values-lb/strings.xml
@@ -0,0 +1,596 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (C) 2012 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">
+ <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
+ <string name="toast_text_copied">Text kopéiert</string>
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <string name="call_custom"><xliff:g id="custom">%s</xliff:g> uruffen</string>
+ <!-- Action string for calling a home phone number -->
+ <string name="call_home">Doheem uruffen</string>
+ <!-- Action string for calling a mobile phone number -->
+ <string name="call_mobile">Handy uruffen</string>
+ <!-- Action string for calling a work phone number -->
+ <string name="call_work">Aarbecht uruffen</string>
+ <!-- Action string for calling a work fax phone number -->
+ <string name="call_fax_work">Fax op der Aarbecht uruffen</string>
+ <!-- Action string for calling a home fax phone number -->
+ <string name="call_fax_home">Fax doheem uruffen</string>
+ <!-- Action string for calling a pager phone number -->
+ <string name="call_pager">Pager uruffen</string>
+ <!-- Action string for calling an other phone number -->
+ <string name="call_other">Uruffen</string>
+ <!-- Action string for calling a callback number -->
+ <string name="call_callback">Réckruffnummer uruffen</string>
+ <!-- Action string for calling a car phone number -->
+ <string name="call_car">Auto uruffen</string>
+ <!-- Action string for calling a company main phone number -->
+ <string name="call_company_main">Firmentelefon uruffen</string>
+ <!-- Action string for calling a ISDN phone number -->
+ <string name="call_isdn">ISDN uruffen</string>
+ <!-- Action string for calling a main phone number -->
+ <string name="call_main">Haaptnummer uruffen</string>
+ <!-- Action string for calling an other fax phone number -->
+ <string name="call_other_fax">Fax uruffen</string>
+ <!-- Action string for calling a radio phone number -->
+ <string name="call_radio">Radio uruffen</string>
+ <!-- Action string for calling a Telex phone number -->
+ <string name="call_telex">Telex uruffen</string>
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <string name="call_tty_tdd">TTY/TDD uruffen</string>
+ <!-- Action string for calling a work mobile phone number -->
+ <string name="call_work_mobile">Aarbechtshandy uruffen</string>
+ <!-- Action string for calling a work pager phone number -->
+ <string name="call_work_pager">Aarbechtspager uruffen</string>
+ <!-- Action string for calling an assistant phone number -->
+ <string name="call_assistant"><xliff:g id="assistant">%s</xliff:g> uruffen</string>
+ <!-- Action string for calling a MMS phone number -->
+ <string name="call_mms">MMS uruffen</string>
+ <!-- Action string for calling a contact by shortcut -->
+ <!-- Action string for sending an SMS to a custom phone number -->
+ <string name="sms_custom"><xliff:g id="custom">%s</xliff:g> eng SMS schreiwen</string>
+ <!-- Action string for sending an SMS to a home phone number -->
+ <string name="sms_home">SMS un déi privat Nummer schécken</string>
+ <!-- Action string for sending an SMS to a mobile phone number -->
+ <string name="sms_mobile">SMS un den Handy schécken</string>
+ <!-- Action string for sending an SMS to a work phone number -->
+ <string name="sms_work">SMS un d\'Aarbecht schécken</string>
+ <!-- Action string for sending an SMS to a work fax phone number -->
+ <string name="sms_fax_work">SMS un den Aarbechtsfax schécken</string>
+ <!-- Action string for sending an SMS to a home fax phone number -->
+ <string name="sms_fax_home">Fax un déi privat Nummer schécken</string>
+ <!-- Action string for sending an SMS to a pager phone number -->
+ <string name="sms_pager">SMS un de Pager schécken</string>
+ <!-- Action string for sending an SMS to an other phone number -->
+ <string name="sms_other">SMS schécken</string>
+ <!-- Action string for sending an SMS to a callback number -->
+ <string name="sms_callback">SMS zréckschécken</string>
+ <!-- Action string for sending an SMS to a car phone number -->
+ <string name="sms_car">SMS un den Auto schécken</string>
+ <!-- Action string for sending an SMS to a company main phone number -->
+ <string name="sms_company_main">SMS un d\'Haaptnummer vun der Firma schécken</string>
+ <!-- Action string for sending an SMS to a ISDN phone number -->
+ <string name="sms_isdn">SMS un d\'ISDN-Nummer schécken</string>
+ <!-- Action string for sending an SMS to a main phone number -->
+ <string name="sms_main">SMS un d\'Haaptnummer schécken</string>
+ <!-- Action string for sending an SMS to an other fax phone number -->
+ <string name="sms_other_fax">SMS un de Fax schécken</string>
+ <!-- Action string for sending an SMS to a radio phone number -->
+ <string name="sms_radio">SMS un de Radio schécken</string>
+ <!-- Action string for sending an SMS to a Telex phone number -->
+ <string name="sms_telex">SMS un den Telex schécken</string>
+ <!-- Action string for sending an SMS to a TTY/TDD phone number -->
+ <string name="sms_tty_tdd">SMS un den TTY/TDD schécken</string>
+ <!-- Action string for sending an SMS to a work mobile phone number -->
+ <string name="sms_work_mobile">SMS un den Aarbechtshandy schécken</string>
+ <!-- Action string for sending an SMS to a work pager phone number -->
+ <string name="sms_work_pager">SMS un den Aarbechtspager schécken</string>
+ <!-- Action string for sending an SMS to an assistant phone number -->
+ <string name="sms_assistant">Dem <xliff:g id="assistant">%s</xliff:g> eng SMS schécken</string>
+ <!-- Action string for sending an SMS to a MMS phone number -->
+ <string name="sms_mms">MMS schécken</string>
+ <!-- Action string for sending an SMS to a contact by shortcut -->
+ <!-- Description string for an action button to initiate a video call. -->
+ <string name="description_video_call">Videouruff maachen</string>
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <string name="clearFrequentsConfirmation_title">Dacks kontaktéiert eidel maachen?</string>
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <string name="clearFrequentsProgress_title">Dacks kontaktéiert gëtt eidel gemaach\u2026</string>
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <string name="status_available">Disponibel</string>
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <string name="status_away">Fort</string>
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <string name="status_busy">Beschäftegt</string>
+ <!-- Directory partition name (also exists in contacts) -->
+ <string name="contactsList">Kontakter</string>
+ <!-- The name of the invisible local contact directory -->
+ <string name="local_invisible_directory">Aner</string>
+ <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
+ <string name="directory_search_label">Verzeechnes</string>
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
+ <string name="local_search_label">All d\'Kontakter</string>
+ <!-- String describing the text on the header of the profile contact in the contacts list
+ This may be programatically capitalized. [CHAR LIMIT=20] -->
+ <string name="user_profile_contacts_list_header" msgid="9154761216179882405">Ech</string>
+ <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
+ (also in contacts) -->
+ <string name="search_results_searching">Gëtt gesicht\u2026</string>
+ <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
+ <string name="foundTooManyContacts">Méi wéi <xliff:g id="count">%d</xliff:g> fonnt.</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
+ (also in contacts) -->
+ <string name="listFoundAllContactsZero">Keng Kontakter</string>
+ <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
+ <plurals name="searchFoundContacts">
+ <item quantity="one">1 fonnt</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> fonnt</item>
+ </plurals>
+ <!-- String describing the text for photo of a contact in a contacts list.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <string name="description_quick_contact_for">Séiere Kontakt fir <xliff:g id="name">%1$s</xliff:g></string>
+ <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
+ <string name="missing_name">(Keen Numm)</string>
+ <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
+ <string name="favoritesFrequentCalled">Dacks ugeruff</string>
+ <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
+ <string name="favoritesFrequentContacted">Dacks kontaktéiert</string>
+ <!-- String describing a contact picture that introduces users to the contact detail screen.
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <string name="description_view_contact_detail" msgid="2795575601596468581">Kontakt ukucken</string>
+ <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
+ <string name="list_filter_phones">All d\'Kontakter mat Telefonsnummer</string>
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
+ <string name="view_updates_from_group">Aktualiséierungen uweisen</string>
+ <!-- Title for data source when creating or editing a contact that doesn't
+ belong to a specific account. This contact will only exist on the phone
+ and will not be synced. -->
+ <string name="account_phone">Just Telefon, onsynchroniséiert</string>
+ <!-- Header that expands to list all name types when editing a structured name of a contact
+ [CHAR LIMIT=20] -->
+ <string name="nameLabelsGroup">Numm</string>
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact
+ [CHAR LIMIT=20] -->
+ <string name="nicknameLabelsGroup">Spëtznumm</string>
+ <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
+ <string name="full_name">Numm</string>
+ <!-- Field title for the given name of a contact -->
+ <string name="name_given">Virnumm</string>
+ <!-- Field title for the family name of a contact -->
+ <string name="name_family">Familljennumm</string>
+ <!-- Field title for the prefix name of a contact -->
+ <string name="name_prefix">Nummprefix</string>
+ <!-- Field title for the middle name of a contact -->
+ <string name="name_middle">Zweete Virnumm</string>
+ <!-- Field title for the suffix name of a contact -->
+ <string name="name_suffix">Nummsuffix</string>
+ <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
+ <string name="name_phonetic">Phoneteschen Numm</string>
+ <!-- Field title for the phonetic given name of a contact -->
+ <string name="name_phonetic_given">Phonetesche Virnumm</string>
+ <!-- Field title for the phonetic middle name of a contact -->
+ <string name="name_phonetic_middle">Phoneteschen zweete VIrnumm</string>
+ <!-- Field title for the phonetic family name of a contact -->
+ <string name="name_phonetic_family">Phonetesche Familljennumm</string>
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a
+ phone number for a contact [CHAR LIMIT=20] -->
+ <string name="phoneLabelsGroup">Telefon</string>
+ <!-- Header that expands to list all of the types of email addresses when editing or creating
+ an email address for a contact [CHAR LIMIT=20] -->
+ <string name="emailLabelsGroup">E-Mail</string>
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating
+ an postal address for a contact [CHAR LIMIT=20] -->
+ <string name="postalLabelsGroup">Adress</string>
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM
+ account for a contact [CHAR LIMIT=20] -->
+ <string name="imLabelsGroup">IM</string>
+ <!-- Header that expands to list all organization types when editing an organization of a
+ contact [CHAR LIMIT=20] -->
+ <string name="organizationLabelsGroup">Organisatioun</string>
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
+ <string name="relationLabelsGroup">Relatioun</string>
+ <!-- Header that expands to list all event types when editing an event of a contact
+ [CHAR LIMIT=20] -->
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
+ announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <string name="sms">Text-Message</string>
+ <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
+ <string name="postal_address">Adress</string>
+ <!-- Hint text for the organization name when editing -->
+ <string name="ghostData_company">Firma</string>
+ <!-- Hint text for the organization title when editing -->
+ <string name="ghostData_title">Titel</string>
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry
+ about a contact -->
+ <string name="label_notes">Notten</string>
+ <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
+ <string name="label_sip_address">SIP</string>
+ <!-- Header that expands to list all website types when editing a website of a contact
+ [CHAR LIMIT=20] -->
+ <string name="websiteLabelsGroup">Websäit</string>
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
+ <string name="groupsLabel">Gruppen</string>
+ <!-- Action string for sending an email to a home email address -->
+ <string name="email_home">E-Mail un déi privat Adress schécken</string>
+ <!-- Action string for sending an email to a mobile email address -->
+ <string name="email_mobile">E-Mail un déi mobil Adress schécken</string>
+ <!-- Action string for sending an email to a work email address -->
+ <string name="email_work">E-Mail un d\'Aarbechtsadress schécken</string>
+ <!-- Action string for sending an email to an other email address -->
+ <string name="email_other">E-Mail schécken</string>
+ <!-- Action string for sending an email to a custom email address -->
+ <string name="email_custom">E-Mail (<xliff:g id="custom">%s</xliff:g>)</string>
+ <!-- Generic action string for sending an email -->
+ <string name="email">E-Mail</string>
+ <!-- Field title for the street of a structured postal address of a contact -->
+ <string name="postal_street">Strooss</string>
+ <!-- Field title for the PO box of a structured postal address of a contact -->
+ <string name="postal_pobox">Postfach</string>
+ <!-- Field title for the neighborhood of a structured postal address of a contact -->
+ <string name="postal_neighborhood">Noperschaft</string>
+ <!-- Field title for the city of a structured postal address of a contact -->
+ <string name="postal_city">Stad</string>
+ <!-- Field title for the region, or state, of a structured postal address of a contact -->
+ <string name="postal_region">Staat</string>
+ <!-- Field title for the postal code of a structured postal address of a contact -->
+ <string name="postal_postcode">Postleetzuel</string>
+ <!-- Field title for the country of a structured postal address of a contact -->
+ <string name="postal_country">Land</string>
+ <!-- Action string for viewing a home postal address -->
+ <string name="map_home">Privatadress ukucken</string>
+ <!-- Action string for viewing a work postal address -->
+ <string name="map_work">Aarbechtsadress ukucken</string>
+ <!-- Action string for viewing an other postal address -->
+ <string name="map_other">Adress ukucken</string>
+ <!-- Action string for viewing a custom postal address -->
+ <string name="map_custom"><xliff:g id="custom">%s</xliff:g>-Adress ukucken</string>
+ <!-- Action string for starting an IM chat with the AIM protocol -->
+ <string name="chat_aim">Iwwer AIM chatten</string>
+ <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
+ <string name="chat_msn">Iwwer Windows Live chatten</string>
+ <!-- Action string for starting an IM chat with the Yahoo protocol -->
+ <string name="chat_yahoo">Iwwer Yahoo chatten</string>
+ <!-- Action string for starting an IM chat with the Skype protocol -->
+ <string name="chat_skype">Iwwer Skype chatten</string>
+ <!-- Action string for starting an IM chat with the QQ protocol -->
+ <string name="chat_qq">Iwwer QQ chatten</string>
+ <!-- Action string for starting an IM chat with the Google Talk protocol -->
+ <string name="chat_gtalk">Iwwer Google Talk chatten</string>
+ <!-- Action string for starting an IM chat with the ICQ protocol -->
+ <string name="chat_icq">Iwwer ICQ chatten</string>
+ <!-- Action string for starting an IM chat with the Jabber protocol -->
+ <string name="chat_jabber">Iwwer Jabber chatten</string>
+ <!-- Generic action string for starting an IM chat -->
+ <string name="chat">Chatten</string>
+ <!-- String describing the Contact Editor Minus button
+
+ Used by AccessibilityService to announce the purpose of the button.
+
+ [CHAR LIMIT=NONE]
+ -->
+ <string name="description_minus_button">läschen</string>
+ <!-- Content description for the expand or collapse name fields button.
+ Clicking this button causes the name editor to toggle between showing
+ a single field where the entire name is edited at once, or multiple
+ fields corresponding to each part of the name (Name Prefix, First Name,
+ Middle Name, Last Name, Name Suffix).
+ [CHAR LIMIT=NONE] -->
+ <string name="expand_collapse_name_fields_description">Felder fir d\'Nimm ausklappen oder zesummeklappen</string>
+ <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+ <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
+ <string name="list_filter_all_accounts">All d\'Kontakter</string>
+ <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
+ <string name="list_filter_all_starred">Markéiert</string>
+ <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
+ <string name="list_filter_customize">Personaliséieren</string>
+ <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
+ <string name="list_filter_single">Kontakt</string>
+ <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
+ <string name="display_ungrouped">All déi aner Kontakter</string>
+ <!-- List title for a special contacts group that covers all contacts that
+a ren't members of any other group. [CHAR LIMIT=25] -->
+ <string name="display_all_contacts">All d\'Kontakter</string>
+ <string name="menu_sync_remove">Synchroniséierungsgrupp läschen</string>
+ <string name="dialog_sync_add">Synchroniséierungsgrupp dobäisetzen</string>
+ <string name="display_more_groups">Méi Gruppen\u2026</string>
+ <!-- Warning message given to users just before they remove a currently syncing
+ group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
+ <string name="display_warn_remove_ungrouped">Wann \"<xliff:g id="group" example="Starred">%s</xliff:g>\" aus der Synchroniséierung geläscht gëtt, ginn och all déi net gruppéiert Kontakter aus der Synchroniséierung geläscht.</string>
+ <!-- Displayed in a spinner dialog as user changes to display options are saved -->
+ <string name="savingDisplayGroups">Uweisastellunge gi gespäichert\u2026</string>
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <string name="menu_done">Fäerdeg</string>
+ <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
+ <string name="menu_doNotSave">Ofbriechen</string>
+ <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
+ <string name="listAllContactsInAccount">Kontakter am Kont <xliff:g id="name" example="abc@gmail.com">%s</xliff:g></string>
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <string name="listCustomView">Kontakter an der personaliséierter Usiicht</string>
+ <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
+ <string name="listSingleContact">Eenzelne Kontakt</string>
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <!-- Action string for selecting SIM for importing contacts -->
+ <string name="import_from_sim">Vun der SIM-Kaart importéieren</string>
+ <!-- Action string for selecting a SIM subscription for importing contacts -->
+ <string name="import_from_sim_summary">Importéiere vun der SIM <xliff:g id="sim_name">^1</xliff:g> - <xliff:g id="sim_number">^2</xliff:g></string>
+ <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
+ <string name="import_from_sim_summary_no_number">Importéiere vun der SIM <xliff:g id="sim_name">%1$s</xliff:g></string>
+ <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
+ <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] -->
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
+ The argument is file name for the vCard import the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <string name="cancel_import_confirmation_message">Import vum Fichier <xliff:g id="filename" example="import.vcf">%s</xliff:g> ofbriechen?</string>
+ <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
+ The argument is file name for the vCard export the user wants to cancel.
+ [CHAR LIMIT=128] -->
+ <string name="cancel_export_confirmation_message">Export vum Fichier <xliff:g id="filename" example="import.vcf">%s</xliff:g> ofbriechen?</string>
+ <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
+ <string name="cancel_vcard_import_or_export_failed">Konnt den Import/Export vun der vCard net ofbriechen</string>
+ <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
+ <string name="fail_reason_unknown">Onbekannte Feeler.</string>
+ <!-- The failed reason shown when vCard importer/exporter could not open the file
+ specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_could_not_open_file">Konnt \"<xliff:g id="file_name">%s</xliff:g>" net opmaachen: <xliff:g id="exact_reason">%s</xliff:g>.</string>
+ <!-- The failed reason shown when contacts exporter fails to be initialized.
+ Some exact reason must follow this. [CHAR LIMIT=NONE]-->
+ <string name="fail_reason_could_not_initialize_exporter">Konnt den Exportéierprogramm net starten: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
+ <!-- The failed reason shown when there's no contact which is allowed to be exported.
+ Note that user may have contacts data but all of them are probably not allowed to be
+ exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_no_exportable_contact">Et gëtt kee Kontakt deen exportéiert ka ginn.</string>
+ <!-- The user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_error_occurred_during_export">Beim Exportéieren ass e Feeler opgetrueden: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_too_long_filename">Den Numm vum Fichier ass ze laang (\"<xliff:g id="filename">%s</xliff:g>\").</string>
+ <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
+ emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_io_error">Lies-/Schreiffeeler</string>
+ <!-- Failure reason show when Contacts app (especially vCard importer) encountered
+ low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_low_memory_during_import">Net genuch Späicher. De Fichier kéint ze grouss ze sinn.</string>
+ <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
+ implementation. This might happen even when the input vCard is completely valid, though
+ we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
+ <string name="fail_reason_vcard_parse_error">Konnt d\'vCard aus onerwaarte Grënn net liesen.</string>
+ <!-- The failed reason shown when vCard importer doesn't support the format.
+ This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
+ <string name="fail_reason_not_supported">D\'Format ass net ënnerstëtzt.</string>
+ <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
+ <string name="fail_reason_failed_to_collect_vcard_meta_info">Konnt d\'Metadate vun dëse vCard-Fichieren net liesen.</string>
+ <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
+ files import. It includes the case where all files were failed to be imported. -->
+ <string name="fail_reason_failed_to_read_files">Een oder méi Fichiere konnten net importéiert ginn (%s).</string>
+ <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
+ <string name="exporting_vcard_finished_title">Exportéierung vum Fichier <xliff:g id="filename" example="export.vcf">%s</xliff:g> ofgeschloss.</string>
+ <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
+ <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
+ <!-- The title shown when exporting vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <string name="exporting_vcard_canceled_title">Exportéierung vum Fichier <xliff:g id="filename" example="export.vcf">%s</xliff:g> ofgebrach.</string>
+ <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
+ <string name="exporting_contact_list_title">Kontaktdate ginn exportéiert</string>
+ <!-- Message shown when the application is exporting contact data outside -->
+ <!-- The error reason the vCard composer "may" emit when database is corrupted or
+ something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
+ <string name="composer_failed_to_get_database_infomation">Konnt d\'Datebankinformatiounen net lueden.</string>
+ <!-- This error message shown when the user actually have no contact
+ (e.g. just after data-wiping), or, data providers of the contact list prohibits their
+ contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
+ <string name="composer_has_no_exportable_contact">Et gi keng Kontakter déi exportéiert kënne ginn. Wann s du keng Kontakter op dengem Telefon hues, kéinte verschidden Dateprovidere verbidden d\'Kontakter vum Telefon z\'exportéieren.</string>
+ <!-- The error reason the vCard composer may emit when vCard composer is not initialized
+ even when needed.
+ Users should not usually see this error message. [CHAR LIMIT=NONE] -->
+ <string name="composer_not_initialized">De vCard-Editor konnt net gestart ginn.</string>
+ <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
+ <string name="exporting_contact_failed_title">Konnt net exportéieren</string>
+ <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
+ <string name="exporting_contact_failed_message">D\'Kontaktdate goufen net exportéiert.\nGrond: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <string name="importing_vcard_description"><xliff:g id="name" example="Joe Due">%s</xliff:g> gëtt importéiert</string>
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <string name="reading_vcard_failed_title">Konnt d\'vCard-Daten net liesen</string>
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <string name="reading_vcard_canceled_title">D\'Liese vun de vCard-Date gouf ënnerbrach</string>
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <string name="importing_vcard_finished_title">D\'vCard <xliff:g id="filename" example="import.vcf">%s</xliff:g> ass fäerdeg importéiert</string>
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <string name="importing_vcard_canceled_title">Importéiere vum Fichier <xliff:g id="filename" example="export.vcf">%s</xliff:g> ofgebrach</string>
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <string name="vcard_import_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> gëtt geschwënn importéiert.</string>
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <string name="vcard_import_will_start_message_with_default_name">De Fichier gëtt geschwënn importéiert.</string>
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <string name="vcard_import_request_rejected_message">D\'vCard-Importufro gouf rejetéiert. Probéier méi spéit nees.</string>
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <string name="vcard_export_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> gëtt geschwënn exportéiert.</string>
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
+ <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <string name="vcard_export_request_rejected_message">D\'vCard-Exportufro gouf rejetéiert. Probéier méi spéit nees.</string>
+ <!-- Used when file name is unknown in vCard processing. It typically happens
+ when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
+ <string name="vcard_unknown_filename">Kontakt</string>
+ <!-- The message shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=NONE] -->
+ <string name="caching_vcard_message">D\'vCard-Date ginn an den Tëschespäichere gelueden. Den Import fänkt geschwënn un.</string>
+ <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
+ <string name="vcard_import_failed">Konnt d\'vCard net importéieren.</string>
+ <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
+ <string name="nfc_vcard_file_name">Kontakt iwwer NFC empfaangen</string>
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
+ <string name="confirm_export_title">Kontakter exportéieren?</string>
+ <!-- The title shown when vCard importer is caching files to be imported into local temporary
+ data storage. [CHAR LIMIT=40] -->
+ <string name="caching_vcard_title">Tëschespäicher gëtt gefëllt</string>
+ <!-- The message shown while importing vCard(s).
+ First argument is current index of contacts to be imported.
+ Second argument is the total number of contacts.
+ Third argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <string name="progress_notifier_message"><xliff:g id="current_number">%s</xliff:g>/<xliff:g id="total_number">%s</xliff:g>: <xliff:g id="name" example="Joe Due">%s</xliff:g> gëtt importéiert</string>
+ <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <string name="display_options_sort_list_by">Zortéieren no</string>
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <string name="display_options_sort_by_given_name">Virnumm</string>
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <string name="display_options_sort_by_family_name">Familljennumm</string>
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <string name="display_options_view_names_as">Format vum Numm</string>
+ <!-- An allowable value for the "view names as" contact display option -->
+ <string name="display_options_view_given_name_first">Virnumm fir d\'éischt</string>
+ <!-- An allowable value for the "view names as" contact display option -->
+ <string name="display_options_view_family_name_first">Familljennumm fir d\'éischt</string>
+ <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+ <!-- Label of the "About" setting -->
+ <!-- Title of the settings activity [CHAR LIMIT=64] -->
+ <!-- Action that shares visible contacts -->
+ <string name="share_visible_contacts">Siichtbar Kontakter deelen</string>
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+ <!-- Action that shares contacts [CHAR LIMIT=30]-->
+ <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+ <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
+ <string name="dialog_import_export">Kontakter importéieren/exportéieren</string>
+ <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
+ <string name="dialog_import">Kontakter importéieren</string>
+ <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_error">Dëse Kontakt kann net gedeelt ginn.</string>
+ <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
+ <!-- Menu item to search contacts -->
+ <string name="menu_search">Sichen</string>
+ <!-- The menu item to filter the list of contacts displayed -->
+ <string name="menu_contacts_filter">Kontakter fir unzeweisen</string>
+ <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
+ <string name="activity_title_contacts_filter">Kontakter fir unzeweisen</string>
+ <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
+ <string name="custom_list_filter">Personaliséiert Usiicht definéieren</string>
+ <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
+ <string name="hint_findContacts">Kontakter fannen</string>
+ <!-- The description text for the favorites tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE] -->
+ <string name="contactsFavoritesLabel">Favoritten</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
+ <string name="listTotalAllContactsZero">Keng Kontakter.</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
+ <string name="listTotalAllContactsZeroCustom">Keng siichtbar Kontakter.</string>
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
+ <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
+ <string name="listTotalAllContactsZeroGroup">Keng Kontakter an der Grupp <xliff:g id="name" example="Friends">%s</xliff:g></string>
+ <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
+ <string name="menu_clear_frequents">Dacks kontaktéiert eidel maachen</string>
+ <!-- Menu item to select SIM card -->
+ <string name="menu_select_sim">SIM-Kaart auswielen</string>
+ <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+ <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
+ <string name="menu_import_export">Import/Export</string>
+ <!-- The font-family to use for tab text.
+ Do not translate. -->
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <string name="contact_status_update_attribution">iwwer <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <string name="contact_status_update_attribution_with_date"><xliff:g id="date" example="3 hours ago">%1$s</xliff:g> iwwer <xliff:g id="source" example="Google Talk">%2$s</xliff:g></string>
+ <!-- Font family used when drawing letters for letter tile avatars.
+ Do not translate. -->
+ <!-- Content description for the fake action menu up button as used
+ inside search. [CHAR LIMIT=NONE] -->
+ <string name="action_menu_back_from_search">Ophale mat Sichen</string>
+ <!-- String describing the icon used to clear the search field -->
+ <string name="description_clear_search">Sich läschen</string>
+ <!-- The font-family to use for the text inside the searchbox.
+ Do not translate. -->
+ <!-- The title of the preference section that allows users to configure how they want their
+ contacts to be displayed. [CHAR LIMIT=128] -->
+ <string name="settings_contact_display_options_title">Uweisoptioune vun de Kontakter</string>
+ <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
+ <string name="select_account_dialog_title">Kont</string>
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <string name="set_default_account">Ëmmer dat fir d\'Uriff benotzen</string>
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <string name="select_phone_account_for_calls">Uruffe mat</string>
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+ <!-- String format to describe the number of unread items in a tab.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+ <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+ <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+ <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+ <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
+ <!-- Content description of entries (including that radio button is checked) in contact
+ accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+ <!-- Content description of entries (including that the radio button is not checked) in contact
+ accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+ <!-- Description string for an action button to initiate a video call from search results.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+
+ [CHAR LIMIT=NONE]-->
+</resources>
diff --git a/res/values-lo-rLA/cm_strings.xml b/res/values-lo-rLA/cm_strings.xml
new file mode 100644
index 0000000..e0e3238
--- /dev/null
+++ b/res/values-lo-rLA/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
+ <!-- Dialog title shown when SD Card does not exist -->
+ <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
+ <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
+</resources>
diff --git a/res/values-lt/cm_strings.xml b/res/values-lt/cm_strings.xml
new file mode 100644
index 0000000..d7fb465
--- /dev/null
+++ b/res/values-lt/cm_strings.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2017 The LineageOS 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">
+ <!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Eksportuoti į SIM kortelę</string>
+ <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
+ <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
+ <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="label_groups">Grupė</string>
+ <string name="exporting">Eksportuojama\u2026</string>
+ <!-- Message while reading multiple vCard files "(current number) of (total number) files"
+ The order of "current number" and "total number" cannot be changed -->
+ <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> iš <xliff:g id="total_number">%2$s</xliff:g> failų</string>