diff options
author | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-06-13 23:18:05 +0200 |
---|---|---|
committer | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-06-13 23:18:05 +0200 |
commit | 4ceaa506ba00b3d028c364fca65ff079e963693c (patch) | |
tree | 5b446a259ce848bea57c5d51a765a125b6242eed /res | |
parent | 49874bc418a2aabeaac41ab84e762cafbd4e41b2 (diff) | |
download | packages_apps_ContactsCommon-stable/cm-12.1-YOG4P.tar.gz packages_apps_ContactsCommon-stable/cm-12.1-YOG4P.tar.bz2 packages_apps_ContactsCommon-stable/cm-12.1-YOG4P.zip |
Automatic translation importstable/cm-12.1-YOG4P
Change-Id: Iacb4c5e0fb61fdd8006c5ffb7de2c969dbcf2e4f
Ticket: RM-154
Diffstat (limited to 'res')
112 files changed, 9025 insertions, 81 deletions
diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml index 6ab5a69c..3a1658b3 100644 --- a/res/values-af/cm_strings.xml +++ b/res/values-af/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Plaaslike tablet rekening</string> <string name="local_storage_account" product="default">Plaaslike telefoon rekening</string> + <!-- CMCC --> <string name="import_contacts_sim">Voer kontakte in van SIM kaart?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Bestuur SIM kaart kontakte</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Uitvoer na SIM-kaart</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' kon nie ingevoer word nie a.g.v. \'n I/U fout</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Nie meer as <xliff:g id="count">%d</xliff:g> kontakte kan gedeel word nie</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_failed">Uitvoer het misluk</string> <string name="sim_card_full">SIM kaart is vol</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> het nie \'n telefoonnommer of epos adres 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] --> <string name="no_sdcard_title" product="nosdcard">Spasie onbeskikbaar</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Geen SD kaart</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Verwyder kontak?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Hierdie kontak sal verwyder word.</string> <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> + <!-- Detailed description 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_description">Stel hoe jou kontakte vertoon en gesorteer sal word.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP oproep via <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Geen IP nommer</string> <string name="no_ip_number_on_sim_card">Geen IP nommer op SIM-kaart</string> diff --git a/res/values-am/cm_strings.xml b/res/values-am/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-am/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml index db754c50..ca051172 100644 --- a/res/values-ar/cm_strings.xml +++ b/res/values-ar/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="local_storage_account" product="tablet">حساب الكمبيوتر اللوحي المحلي</string> - <string name="local_storage_account" product="default">حساب الهاتف المحلية</string> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">حساب الجهاز اللوحي المحلي</string> + <string name="local_storage_account" product="default">حساب الهاتف المحلي</string> + <!-- CMCC --> <string name="import_contacts_sim">استيراد جهات الاتصال من شريحة SIM؟</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">إدارة جهات اتصال شريحة SIM</string> - <string name="export_to_sim">التصدير إلى شريحة SIM</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">تصدير إلى بطاقة SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">تعذر استيراد جهة الاتصال <xliff:g id="name">%s</xliff:g> بسبب خطأ في عملية الإدخال و الإخراج</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">لا يمكن مشاركة جهات اتصال أكثر من <xliff:g id="count">%d</xliff:g></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_failed">فشل التصدير</string> <string name="sim_card_full">شريحة SIM ممتلئة</string> @@ -41,14 +50,21 @@ </plurals> <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> + <!-- Detailed description 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_description">تهيئة طريقة عرض جهات اتصالك وفرزها</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">مكالمة IP عبر <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">لا يوجد عنوان IP</string> <string name="no_ip_number_on_sim_card">لا يوجد عنوان IP في بطاقة SIM</string> diff --git a/res/values-as-rIN/cm_strings.xml b/res/values-as-rIN/cm_strings.xml new file mode 100644 index 00000000..ef41c406 --- /dev/null +++ b/res/values-as-rIN/cm_strings.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">স্থানীয় টেবলেট একাউণ্ট</string> + <string name="local_storage_account" product="default">স্থানীয় ফোন একাউণ্ট</string> + <!-- CMCC --> + <string name="import_contacts_sim">SIM কাৰ্ডৰ পৰা যোগাযোগ আমদানি কৰিব?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">SIM কাৰ্ডৰ যোগাযোগ প্ৰবন্ধন কৰক</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">SIM কাৰ্ডলৈ ৰপ্তানি কৰক</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">এটা I/O ত্ৰুটিৰ বাবে \'<xliff:g id="name">%s</xliff:g>\' আমদানি কৰিব পৰা নগ\'ল</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> তকৈ অধিক যোগাযোগ ভাগ-বতৰা কৰিব নোৱাৰি</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_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> + <plurals name="export_cancelled"> + <item quantity="one">ৰপ্তানি বাতিল হৈছিল, %d টা আইটেম ৰপ্তানি কৰা হৈছিল</item> + <item quantity="other">ৰপ্তানি বাতিল হৈছিল, %d টা আইটেম ৰপ্তানি কৰা হৈছিল</item> + </plurals> + <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> + <!-- Detailed description 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_description">আপোনাৰ যোগাযোগবোৰ কেনেকৈ প্ৰদৰ্শিত আৰু চৰ্ট হ\'ব কনফিগাৰ কৰক।</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> ৰ মাধ্যমেৰে IP কল</string> + <string name="no_ip_number">কোনো IP নম্বৰ নাই</string> + <string name="no_ip_number_on_sim_card">SIM কাৰ্ডত কোনো IP নম্বৰ নাই</string> + <string name="set_ip_number">IP নম্বৰ ছেট কৰক</string> + <string name="ipcall_dialog_title">IP কল ছেটিং</string> + <string name="ipcall_dialog_edit_hint">অনুগ্ৰহ কৰি IP প্ৰিফিক্স প্ৰবিষ্ট কৰক</string> + <string name="import_contacts_from_all_cards">সকলো SIM কাৰ্ডৰ পৰা সম্পৰ্কসমূহ আমদানি কৰক</string> + <string name="select_path">পাথ চয়ন কৰক</string> + <string name="select_sim">SIM বাচনি কৰক</string> +</resources> diff --git a/res/values-as-rIN/strings.xml b/res/values-as-rIN/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-as-rIN/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-ast-rES/cm_strings.xml b/res/values-ast-rES/cm_strings.xml index bb45c4fb..8334f6f5 100644 --- a/res/values-ast-rES/cm_strings.xml +++ b/res/values-ast-rES/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Cuenta llocal de la tablet</string> <string name="local_storage_account" product="default">Cuenta llocal del teléfonu</string> + <!-- CMCC --> <string name="import_contacts_sim">¿Importar contautos de la tarxeta SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Xestionar contautos de tarxeta SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Esportar a la tarxeta SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\u00AB<xliff:g id="name">%s</xliff:g>\u00BB nun pue importase pola mor d\'un fallu de E/S</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Nun puen compartise más de <xliff:g id="count">%d</xliff:g> contautos</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_failed">Falló al esportar</string> <string name="sim_card_full">La tarxeta SIM ta enllena</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> nun tien un númberu de tefnu o una direición de corréu</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] --> <string name="no_sdcard_title" product="nosdcard">Almacenamientu non disponible</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Falta la tarxeta SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Desaniciar contautu?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">El contautu va desaniciase.</string> <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> + <!-- Detailed description 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_description">Configurar cómo s\'amuesen y s\'ordenen los contautos</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Llamada IP vía <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Nun hai númberu IP</string> <string name="no_ip_number_on_sim_card">Nun hai númberu IP na tarxeta SIM</string> diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml index e9c14b8c..28bc39f8 100644 --- a/res/values-ast-rES/strings.xml +++ b/res/values-ast-rES/strings.xml @@ -16,240 +16,582 @@ ~ 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> + <!-- 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 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> + <!-- 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 llimpiar la llista de contautos frecuentes de les aplicaciones Contautos y Teléfonu y con esto vas obligar a les aplicaciones de corréu-e a que memoricen les tos preferencies otra vegada.</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 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> + <!-- 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" product="tablet">Namái na tablet (ensin sincronizar)</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" product="default">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] --> <string name="eventLabelsGroup">Eventos</string> + <!-- 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> + <!-- 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> <string name="dialog_new_contact_account">Crear contautu na cuenta</string> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> <string name="import_from_sdcard" product="default">Importar d\'almacenamientu</string> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> <string name="fail_reason_too_many_vcard" product="nosdcard">Hai munchos ficheros vCard nel almacenamientu.</string> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> <string name="fail_reason_too_many_vcard" product="default">Hai munchos ficheros vCard na tarxeta SD.</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 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 --> <string name="exporting_contact_list_message">Tán esportándose los tos datos de contautos a <xliff:g id="FILE_NAME">%s</xliff:g>.</string> + <!-- 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" product="tablet">Nun hai contautos qu\'esportar. Si yá tienes contautos na tablet, ye dable que\'l fornidor de datos nun permita que s\'esporten los contautos del tablet.</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" product="default">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> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> <string name="no_sdcard_message" product="nosdcard">Nun hai nengún almacenamientu.</string> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> <string name="no_sdcard_message" product="default">Nun se deteutó nenguna tarxeta SD.</string> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [CHAR LIMIT=NONE] --> <string name="confirm_export_message">La to llista de contautos va esportase al ficheru <xliff:g id="VCARD_FILENAME">%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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> <string name="import_failure_no_vcard_file" product="nosdcard">Nun s\'atoparon ficheros vCard nel almacenamientu.</string> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> <string name="import_failure_no_vcard_file" product="default">Nun s\'atoparon ficheros vCard na tarxeta SD.</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> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> <string name="select_vcard_title">Seleicionar ficheru vCard</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_one_vcard_string">Importar un ficheru de vCard</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_multiple_vcard_string">Importar dellos ficheros de vCard</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_all_vcard_string">Importar tolos ficheros de vCard</string> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> <string name="searching_vcard_message" product="nosdcard">Guetando por datos de vCard nel almacenamientu...</string> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> <string name="searching_vcard_message" product="default">Guetando por datos de vCard na tarxeta SD...</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> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> <string name="scanning_sdcard_failed_message" product="nosdcard">Nun pudo analizase l\'almacenamientu (motivu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\").</string> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> <string name="scanning_sdcard_failed_message" product="default">Nun pudo analizase la tarxeta SD (motivu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\").</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 (USB) storage [CHAR LIMIT=25] --> <string name="export_to_sdcard" product="default">Esportar a almacenamientu</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> + <!-- Action that shares visible contacts --> <string name="share_visible_contacts">Compartir contautos visibles</string> + <!-- 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> + <!-- 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]--> <string name="listTotalAllContactsZeroStarred">Nun hai favoritos.</string> + <!-- 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 --> <string name="menu_accounts">Cuentes</string> + <!-- 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> - <string name="tab_font_family">sans-serif</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> - <string name="letter_tile_letter_font_family">sans-serif-light</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">Parar la gueta</string> + <!-- String describing the icon used to clear the search field --> <string name="description_clear_search">Llimpiar gueta</string> - <string name="search_font_family">sans-serif</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] --> </resources> diff --git a/res/values-az-rAZ/cm_strings.xml b/res/values-az-rAZ/cm_strings.xml index c0d1b6bf..5a9016c8 100644 --- a/res/values-az-rAZ/cm_strings.xml +++ b/res/values-az-rAZ/cm_strings.xml @@ -16,19 +16,58 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="local_storage_account" product="tablet">Yerli tablet hesabı</string> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">Yerli planşet hesabı</string> <string name="local_storage_account" product="default">Yerli telefon hesabı</string> + <!-- CMCC --> + <string name="import_contacts_sim">Şəxslər SIM kartdan idxal edilsin?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">SIM kart şəxslərini idarə et</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">SIM karta ixrac et</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' G/Ç xətasına görə idxal edilə bilmədi</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> şəxsdən çoxu paylaşıla bilməz</string> <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_failed">İxrac uğursuz oldu</string> + <string name="sim_card_full">SIM kart dolub</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> + <plurals name="export_cancelled"> + <item quantity="one">İxracdan imtina edildi. %d element ixrac edildi</item> + <item quantity="other">İxracdan imtina edildi. %d element ixrac edildi</item> + </plurals> + <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> telefon nömrəsinə və e-poçt ünvanına sahib deyil</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] --> <string name="no_sdcard_title" product="nosdcard">Yaddaş əlçatmazdır</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">SD kart yoxdur</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Şəxs silinsin?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Bu şəxs silinəcək.</string> + <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> + <!-- Detailed description 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_description">Şəxslərinizin necə görüntülənəcəyini və sıralanacağını nizamlayın.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> ilə IP zəngi</string> <string name="no_ip_number">IP nömrəsi yoxdur</string> <string name="no_ip_number_on_sim_card">SIM kartda IP nömrəsi yoxdur</string> + <string name="set_ip_number">IP nömrəsi tənzimlə</string> + <string name="ipcall_dialog_title">IP zəng tənzimləmələri</string> <string name="ipcall_dialog_edit_hint">Zəhmət olmasa IP önəlavəsini daxil edin</string> + <string name="import_contacts_from_all_cards">Bütün SIM kartdan şəxsləri idxal et</string> + <string name="select_path">Yeri seçin</string> <string name="select_sim">SIM seç</string> </resources> diff --git a/res/values-be/cm_strings.xml b/res/values-be/cm_strings.xml new file mode 100644 index 00000000..56242da8 --- /dev/null +++ b/res/values-be/cm_strings.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">Лакальны ўліковы запіс планшэта</string> + <string name="local_storage_account" product="default">Лакальны ўліковы запіс тэлефона</string> + <!-- CMCC --> + <string name="import_contacts_sim">Імпартаваць кантакты з SIM-карты?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">Кіраванне кантактамі SIM-карты</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">Экспарт на SIM-карту</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">Не атрымалася імпартаваць файл \'<xliff:g id="name">%s</xliff:g>\' з-за памылкі ўводу-вываду</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">Можна даслаць не больш за <xliff:g id="count">%d</xliff:g> кантактаў</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_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> + <plurals name="export_cancelled"> + <item quantity="one">Экспарт скасаваны, экспартаваны %d элемент</item> + <item quantity="few">Экспарт скасаваны, экспартавана %d элемента</item> + <item quantity="other">Экспарт скасаваны, экспартавана %d элементаў</item> + </plurals> + <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> + <!-- Detailed description 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_description">Налада параметраў адлюстравання і сартавання кантактаў.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot">IP-выклік праз <xliff:g id="subName">%s</xliff:g></string> + <string name="no_ip_number">Няма IP-нумара</string> + <string name="no_ip_number_on_sim_card">На SIM-карце няма IP-нумара</string> + <string name="set_ip_number">Задаць IP-нумар</string> + <string name="ipcall_dialog_title">Налады IP-тэлефаніі</string> + <string name="ipcall_dialog_edit_hint">Увядзіце IP-прэфікс</string> + <string name="import_contacts_from_all_cards">Імпарт кантактаў з усіх SIM-карт</string> + <string name="select_path">Выбраць шлях</string> + <string name="select_sim">Абярыце SIM-картку</string> +</resources> diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml new file mode 100644 index 00000000..01629915 --- /dev/null +++ b/res/values-be/strings.xml @@ -0,0 +1,369 @@ +<?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> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- Action string for selecting SIM for importing contacts --> + <string name="import_from_sim">Захаваць нумары на 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <string name="share_visible_contacts">Падзяліцца нумарамі</string> + <!-- 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] --> + <!-- Toast indicating that sharing a contact has failed. [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 --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-bg/cm_strings.xml b/res/values-bg/cm_strings.xml new file mode 100644 index 00000000..450aa4c2 --- /dev/null +++ b/res/values-bg/cm_strings.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">Локален профил (на таблета)</string> + <string name="local_storage_account" product="default">Локален профил (на телефона)</string> + <!-- CMCC --> + <string name="import_contacts_sim">Да бъдат ли импортирани контактите от СИМ картата?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">Управление на контактите в СИМ картата</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">Експортиране към СИМ карта</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' не може да бъде импортиран поради входно/изходна грешка</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">Не може да споделите повече от <xliff:g id="count">%d </xliff:g> контакта</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_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> + <plurals name="export_cancelled"> + <item quantity="one">Експортирането е отменено след %d експортирани елемента</item> + <item quantity="other">Експортирането е отменено след %d експортирани елемента</item> + </plurals> + <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> + <!-- Detailed description 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_description">Изберете как да бъдат показвани и сортирани вашите контакти.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot">IP обаждане чрез <xliff:g id="subName">%s </xliff:g></string> + <string name="no_ip_number">Няма IP номер</string> + <string name="no_ip_number_on_sim_card">Няма IP номер в SIM картата</string> + <string name="set_ip_number">Задаване на IP номер</string> + <string name="ipcall_dialog_title">Настройки за IP обаждания</string> + <string name="ipcall_dialog_edit_hint">Моля, въведете IP префикс</string> + <string name="import_contacts_from_all_cards">Импортиране на контактите от всички СИМ карти</string> + <string name="select_path">Изберете път</string> + <string name="select_sim">Изберете СИМ карта</string> +</resources> diff --git a/res/values-bn-rBD/cm_strings.xml b/res/values-bn-rBD/cm_strings.xml index f0655567..f445bad5 100644 --- a/res/values-bn-rBD/cm_strings.xml +++ b/res/values-bn-rBD/cm_strings.xml @@ -16,7 +16,23 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">স্থানীয় ট্যাবলেট একাউন্ট</string> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">সিম কার্ডে রপ্তানি করুন</string> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> <string name="select_sim">সিম নির্বাচন</string> </resources> diff --git a/res/values-br-rFR/cm_strings.xml b/res/values-br-rFR/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-br-rFR/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-br-rFR/strings.xml b/res/values-br-rFR/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-br-rFR/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml index 0ed51aea..3e8f2f89 100644 --- a/res/values-ca/cm_strings.xml +++ b/res/values-ca/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Compte local de la tauleta</string> <string name="local_storage_account" product="default">Compte local del telèfon</string> + <!-- CMCC --> <string name="import_contacts_sim">Vols importar els contactes de la targeta SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Gestiona els contactes de la targeta SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exporta a la targeta SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' no han pogut ser importats degur a un error d\'E/S</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Només hi ha <xliff:g id="count">%d</xliff:g> contactes que puguin ser compartits</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_failed">S\'ha produït un error en l\'exportació</string> <string name="sim_card_full">La targeta SIM és plena</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> no té un número de telèfon o una adreça de correu electrònic</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] --> <string name="no_sdcard_title" product="nosdcard">Emmagatzematge no disponible</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">No hi ha targeta SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Vols esborrar el contacte?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Aquest contacte serà esborrat.</string> <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> + <!-- Detailed description 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_description">Configura com són mostrats i ordenats els contactes.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Trucada IP amb <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Sense número IP</string> <string name="no_ip_number_on_sim_card">Sense número IP a la targeta SIM</string> diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml index a10c6aa1..0187bd70 100644 --- a/res/values-cs/cm_strings.xml +++ b/res/values-cs/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokální účet tabletu</string> <string name="local_storage_account" product="default">Lokální účet telefonu</string> + <!-- CMCC --> <string name="import_contacts_sim">Importovat kontakty ze SIM karty?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Spravovat kontakty na SIM kartě</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exportovat na SIM kartu</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">Z důvodu chyby přístupu nelze importovat „<xliff:g id="name">%s</xliff:g>“</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Nelze sdílet více než <xliff:g id="count">%d</xliff:g> kontaktů</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_failed">Export se nezdařil</string> <string name="sim_card_full">SIM karta je plná</string> @@ -38,14 +47,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s </xliff:g> nemá telefonní číslo ani e-mailovou adresu</string> <string name="import_from_sim_select">Vyberte kartu pro import</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Úložiště nedostupné</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Žádná SD karta</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Odstranit kontakt?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Tento kontakt bude odstraněn.</string> <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> + <!-- Detailed description 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_description">Nastavit jak budou kontakty zobrazeny a řazeny.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP volání prostřednictvím <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Žádné IP číslo</string> <string name="no_ip_number_on_sim_card">Žádné IP číslo na SIM kartě</string> diff --git a/res/values-csb-rPL/cm_strings.xml b/res/values-csb-rPL/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-csb-rPL/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-csb-rPL/strings.xml b/res/values-csb-rPL/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-csb-rPL/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-cy/cm_strings.xml b/res/values-cy/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-cy/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-cy/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml index e6cd5b2e..989ef16f 100644 --- a/res/values-da/cm_strings.xml +++ b/res/values-da/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokal tabletkonto</string> <string name="local_storage_account" product="default">Lokal telefonkonto</string> + <!-- CMCC --> <string name="import_contacts_sim">Importér kontakter fra SIM-kort?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Administrer SIM-kort kontakter</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Eksportér til SIM-kortet</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' kunne ikke importeres på grund af en I/O-fejl</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Ikke mere end <xliff:g id="count">%d</xliff:g> kontakter kan deles</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_failed">Eksport mislykkedes</string> <string name="sim_card_full">SIM-kort er fyldt</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> har ikke et telefonnummer eller en e-mail adresse</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] --> <string name="no_sdcard_title" product="nosdcard">Lager ikke tilgængelig</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Intet SD-kort</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Slet kontaktperson?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Denne kontaktperson vil blive slettet.</string> <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> + <!-- Detailed description 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_description">Konfigurer hvordan, dine kontakter vises og sorteres.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP-opkald med <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Intet IP-nummer</string> <string name="no_ip_number_on_sim_card">Intet IP-nummer på SIM-kortet</string> diff --git a/res/values-de/cm_strings.xml b/res/values-de/cm_strings.xml index 2c175fc8..e0e421f6 100644 --- a/res/values-de/cm_strings.xml +++ b/res/values-de/cm_strings.xml @@ -16,42 +16,58 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokales Tablet-Konto</string> <string name="local_storage_account" product="default">Lokales Telefon-Konto</string> + <!-- CMCC --> <string name="import_contacts_sim">Kontakte von der SIM-Karte importieren?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Kontakte auf SIM-Karte verwalten</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Auf SIM-Karte exportieren</string> - <string name="fail_reason_import_vcard">\"<xliff:g id="name">%s</xliff:g>\" konnte aufgrund eines I/O-Fehlers nicht importiert werden</string> - <string name="contact_share_failed_toast">Es können nicht mehr als <xliff:g id="count">%d</xliff:g> Kontakte geteilt werden</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\"<xliff:g id="name">%s</xliff:g>\" konnte aufgrund eines I/O-Fehlers nicht importiert werden.</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">Es können maximal <xliff:g id="count">%d</xliff:g> Kontakte geteilt werden.</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_failed">Exportieren 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="tag_too_long">Der Kontaktname ist zu lang.</string> <string name="sim_contacts_not_loaded">SIM-Kontakte konnten nicht geladen werden</string> <plurals name="export_cancelled"> <item quantity="one">Exportieren abgebrochen, %d Element wurde exportiert</item> <item quantity="other">Exportieren abgebrochen, %d Elemente wurden exportiert</item> </plurals> - <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> hat keine Telefonnummer oder E-Mail-Adresse</string> - <string name="import_from_sim_select">SIM-Karte zum Importieren wählen</string> + <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> hat keine Telefonnummer oder E-Mail-Adresse.</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 Kontaktes fehlgeschlagen</string> - <string name="card_no_space">Das Kopieren des Kontaktes ist fehlgeschlagen, da die SIM-Karte voll ist</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> + <!-- Detailed description 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_description">Konfigurieren Sie, wie Ihre Kontakte angezeigt und sortiert werden.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">VoIP-Anruf über <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Keine VoIP-Nummer</string> <string name="no_ip_number_on_sim_card">Keine VoIP-Nummer auf der SIM-Karte</string> <string name="set_ip_number">VoIP-Nummer festlegen</string> <string name="ipcall_dialog_title">VoIP-Einstellungen</string> - <string name="ipcall_dialog_edit_hint">Bitte VoIP-Prefix eingeben</string> + <string name="ipcall_dialog_edit_hint">Bitte geben Sie das VoIP-Präfix ein.</string> <string name="import_contacts_from_all_cards">Kontakte von allen SIM-Karten importieren</string> <string name="select_path">Pfad auswählen</string> - <string name="select_sim">SIM-Karte wählen</string> + <string name="select_sim">SIM-Karte auswählen</string> </resources> diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml index ff219acb..b01142e8 100644 --- a/res/values-el/cm_strings.xml +++ b/res/values-el/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Τοπικός λογαριασμός tablet</string> <string name="local_storage_account" product="default">Τοπικός λογαριασμός τηλεφώνου</string> + <!-- CMCC --> <string name="import_contacts_sim">Εισαγωγή επαφών από την κάρτα SIM;</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Διαχείριση επαφών κάρτας SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Εξαγωγή στην κάρτα SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">Δεν ήταν δυνατή η εισαγωγή του \'<xliff:g id="name">%s</xliff:g>\' εξαιτίας σφάλματος εισόδου/εξόδου</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Δεν είναι δυνατή η κοινή χρήση περισσότερων από <xliff:g id="count">%d</xliff:g> επαφών</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_failed">Η εξαγωγή απέτυχε</string> <string name="sim_card_full">Η κάρτα SIM είναι γεμάτη</string> @@ -37,14 +46,21 @@ </plurals> <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> + <!-- Detailed description 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_description">Ρυθμίσετε το πώς εμφανίζονται και ταξινομούνται οι επαφές σας.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Κλήση IP μέσω <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Κανένας αριθμός IP</string> <string name="no_ip_number_on_sim_card">Κανένας αριθμός IP στην κάρτα SIM</string> diff --git a/res/values-en-rAU/cm_strings.xml b/res/values-en-rAU/cm_strings.xml index 54626950..7505d4c9 100644 --- a/res/values-en-rAU/cm_strings.xml +++ b/res/values-en-rAU/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Local tablet account</string> <string name="local_storage_account" product="default">Local phone account</string> + <!-- CMCC --> <string name="import_contacts_sim">Import contacts from SIM card?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Manage SIM card contacts</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Export to SIM card</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' could not be imported due to an I/O error</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">No more than <xliff:g id="count">%d</xliff:g> contacts can be shared</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_failed">Export failed</string> <string name="sim_card_full">SIM card is full</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> does not have a phone number or email address</string> <string name="import_from_sim_select">Choose card to import</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Storage unavailable</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">No SD card</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Delete contact?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">This contact will be deleted.</string> <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> + <!-- Detailed description 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_description">Configure how your contacts are displayed and sorted.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP call via <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">No IP number</string> <string name="no_ip_number_on_sim_card">No IP number on SIM card</string> diff --git a/res/values-en-rGB/cm_strings.xml b/res/values-en-rGB/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-en-rGB/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-en-rIN/cm_strings.xml b/res/values-en-rIN/cm_strings.xml index 54626950..7505d4c9 100644 --- a/res/values-en-rIN/cm_strings.xml +++ b/res/values-en-rIN/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Local tablet account</string> <string name="local_storage_account" product="default">Local phone account</string> + <!-- CMCC --> <string name="import_contacts_sim">Import contacts from SIM card?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Manage SIM card contacts</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Export to SIM card</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' could not be imported due to an I/O error</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">No more than <xliff:g id="count">%d</xliff:g> contacts can be shared</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_failed">Export failed</string> <string name="sim_card_full">SIM card is full</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> does not have a phone number or email address</string> <string name="import_from_sim_select">Choose card to import</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Storage unavailable</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">No SD card</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Delete contact?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">This contact will be deleted.</string> <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> + <!-- Detailed description 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_description">Configure how your contacts are displayed and sorted.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP call via <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">No IP number</string> <string name="no_ip_number_on_sim_card">No IP number on SIM card</string> diff --git a/res/values-en-rPT/cm_strings.xml b/res/values-en-rPT/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-en-rPT/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-en-rPT/strings.xml b/res/values-en-rPT/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-en-rPT/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-eo/cm_strings.xml b/res/values-eo/cm_strings.xml index b50301f6..04cdd6b5 100644 --- a/res/values-eo/cm_strings.xml +++ b/res/values-eo/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Tabula loka konto</string> <string name="local_storage_account" product="default">Telefona loka konto</string> + <!-- CMCC --> <string name="import_contacts_sim">Ĉu importi kontaktulojn el SIM-karto?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Administri kontaktulojn de la SIM-karto</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Eksporti al SIM-karto</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' ne povis estis importita pro en/el-eraro</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Vi ne povas komunigi pli ol <xliff:g id="count">%d</xliff:g> kontaktulojn</string> <string name="label_groups">Grupo</string> <string name="exporting">Eksportado\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> el <xliff:g id="total_number">%2$s</xliff:g> dosieroj</string> <string name="export_failed">Eksportado fiaskis</string> <string name="sim_card_full">La SIM-karto estas plena</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> ne havas telefonnumeron aŭ retadreson</string> <string name="import_from_sim_select">Elektu importotan karton</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Ne disponebla memorilo</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Neniu SD-karto</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Ĉu forigi kontaktulon?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Tiu kontaktulo estos forigita.</string> <string name="copy_done">Kontaktulo sukcese kopiita</string> <string name="copy_failure">Kopio de kontaktulo fiaskis</string> <string name="card_no_space">Kopio de kontaktulo fiaskis, la SIM-karto estas plena</string> + <!-- Detailed description 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_description">Agordi kiel viaj kontaktuloj estas montritaj kaj ordigitaj.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP alvoko per <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Neniu IP-numero</string> <string name="no_ip_number_on_sim_card">Neniu IP-numero en la SIM-karto</string> diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-eo/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-es-rMX/cm_strings.xml b/res/values-es-rMX/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-es-rMX/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-es-rMX/strings.xml b/res/values-es-rMX/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-es-rMX/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-es-rUS/cm_strings.xml b/res/values-es-rUS/cm_strings.xml new file mode 100644 index 00000000..3fc71982 --- /dev/null +++ b/res/values-es-rUS/cm_strings.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">Cuenta local de la tableta</string> + <string name="local_storage_account" product="default">Cuenta local del teléfono</string> + <!-- CMCC --> + <string name="import_contacts_sim">¿Importar contactos desde la tarjeta SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">Administrar contactos de la tarjeta SIM</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">Exportar a la tarjeta SIM</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' no se pudo importar debido a un error de E/S</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">No se pueden compartir más de <xliff:g id="count">%d</xliff:g> contactos</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_failed">Error al exportar</string> + <string name="sim_card_full">La tarjeta SIM está 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> + <plurals name="export_cancelled"> + <item quantity="one">La exportación se canceló, se exportó %d elemento</item> + <item quantity="other">La exportación se canceló, se exportaron %d elementos</item> + </plurals> + <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> no tiene un 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">No hay tarjeta SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> + <string name="deleteConfirmation_title">¿Eliminar contacto?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> + <string name="deleteConfirmation">Este contacto será eliminado.</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> + <!-- Detailed description 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_description">Configura cómo se muestran y ordenan tus contactos.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot">Llamada IP vía <xliff:g id="subName">%s</xliff:g></string> + <string name="no_ip_number">No hay número IP</string> + <string name="no_ip_number_on_sim_card">No hay número IP en la tarjeta SIM</string> + <string name="set_ip_number">Establecer número IP</string> + <string name="ipcall_dialog_title">Ajustes de llamada IP</string> + <string name="ipcall_dialog_edit_hint">Ingresa el prefijo IP</string> + <string name="import_contacts_from_all_cards">Importar contactos desde todas las tarjetas SIM</string> + <string name="select_path">Seleccionar la ruta de acceso</string> + <string name="select_sim">Selecciona SIM</string> +</resources> diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml index 9a31f140..f593389d 100644 --- a/res/values-es/cm_strings.xml +++ b/res/values-es/cm_strings.xml @@ -16,40 +16,56 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="local_storage_account" product="tablet">Cuenta local del tablet</string> - <string name="local_storage_account" product="default">Cuenta local del teléfono</string> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">Cuenta de tablet local</string> + <string name="local_storage_account" product="default">Cuenta de teléfono local</string> + <!-- CMCC --> <string name="import_contacts_sim">¿Importar contactos de la tarjeta SIM?</string> - <string name="manage_sim_contacts">Gestionar los contactos de la tarjeta SIM</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">Administrar los contactos de la tarjeta SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exportar a la tarjeta SIM</string> - <string name="fail_reason_import_vcard">\u00AB<xliff:g id="name">%s</xliff:g>\u00BB no puede ser importado debido a un error de E/S</string> - <string name="contact_share_failed_toast">No pueden ser compartidos más de <xliff:g id="count">%d</xliff:g> contactos</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' no puede ser importado debido a un error de E/S</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">No pueden compartirse más de <xliff:g id="count">%d</xliff:g> contactos</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_failed">Fallo al exportar</string> <string name="sim_card_full">La tarjeta SIM está 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 puede cargar los contactos de la tarjeta SIM</string> + <string name="sim_contacts_not_loaded">No se pueden cargar los contactos de la tarjeta SIM</string> <plurals name="export_cancelled"> - <item quantity="one">Exportación cancelada. Se exportó %d contacto</item> - <item quantity="other">Exportación cancelada. Se exportaron %d contactos</item> + <item quantity="one">Exportación cancelada. Se exportó %d artículo</item> + <item quantity="other">Exportación cancelada. Se exportaron %d artículos</item> </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> no tiene un número de teléfono o una 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">No hay tarjeta SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">¿Eliminar contacto?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Este contacto será eliminado.</string> - <string name="copy_done">Contacto copiado satisfactoriamente</string> - <string name="copy_failure">Falló la copia del contacto</string> - <string name="card_no_space">Falló la copia de todos los contactos. La tarjeta SIM está llena</string> + <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> + <!-- Detailed description 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_description">Configurar cómo se muestran y se ordenan tus contactos.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Llamada IP vía <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">No hay número IP</string> <string name="no_ip_number_on_sim_card">No hay número IP en la tarjeta SIM</string> <string name="set_ip_number">Establecer número IP</string> - <string name="ipcall_dialog_title">Configuracion de llamadas IP</string> + <string name="ipcall_dialog_title">Ajustes de llamadas IP</string> <string name="ipcall_dialog_edit_hint">Por favor, introduce el prefijo IP</string> <string name="import_contacts_from_all_cards">Importar contactos de todas las tarjetas SIM</string> <string name="select_path">Selecciona la ruta</string> diff --git a/res/values-et-rEE/cm_strings.xml b/res/values-et-rEE/cm_strings.xml index b72098a0..7918ad33 100644 --- a/res/values-et-rEE/cm_strings.xml +++ b/res/values-et-rEE/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Kohalik tahvli konto</string> <string name="local_storage_account" product="default">Kohalik telefoni konto</string> + <!-- CMCC --> <string name="import_contacts_sim">Impordi kontaktid SIM-kaardilt?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Halda SIM-kaardi kontakte</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Ekspordi SIM-kaardile</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' ei saa importida, kuna ilmnes I/O tõrge</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Enam kui <xliff:g id="count">%d </xliff:g> kontakti ei saa jagada</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_failed">Eksportimine nurjus</string> <string name="sim_card_full">SIM-kaart on täis</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> on ilma telefoni numbri või e-posti aadressita</string> <string name="import_from_sim_select">Vali SIM-kaart importimiseks</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Mälu pole saadaval</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">SD kaarti pole</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Kustuta kontakt?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">See kontakt kustutatakse.</string> <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> + <!-- Detailed description 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_description">Saate seadistada, kuidas kontakte kuvada ja sorteerida.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP kõne läbi <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Ei ole IP number</string> <string name="no_ip_number_on_sim_card">Ei ole IP numbrit SIM-kaardil</string> diff --git a/res/values-eu-rES/cm_strings.xml b/res/values-eu-rES/cm_strings.xml index a502d4e6..d4afae32 100644 --- a/res/values-eu-rES/cm_strings.xml +++ b/res/values-eu-rES/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Tabletaren tokiko kontua</string> <string name="local_storage_account" product="default">Telefonoaren tokiko kontua</string> + <!-- CMCC --> <string name="import_contacts_sim">Inportatu kontaktuak SIM txarteletik?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Kudeatu SIM txarteleko kontaktuak</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Esportatu SIM txartelera</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' ezin izan da inportatu sarrera/irteera errore bat dela eta</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Ezin dira <xliff:g id="count">%d</xliff:g> kontaktu baino gehiago partekatu</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_failed">Esportazioak huts egin du</string> <string name="sim_card_full">SIM txartela beteta dago</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g>(e)k ez du telefono zenbakirik edo eposta helbiderik</string> <string name="import_from_sim_select">Hautatu inportatuko den txartela</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Biltegiratzea ez dago eskuragarri</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">SD txartelik ez</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Ezabatu kontaktua?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Kontaktu hau ezabatuko da.</string> <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> + <!-- Detailed description 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_description">Konfiguratu zure kontatuak bistaratu eta ordenatuko diren modua.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> -rekin IP deia</string> <string name="no_ip_number">IP zenbakirik ez</string> <string name="no_ip_number_on_sim_card">IP zenbakirik ez SIM txartelean</string> diff --git a/res/values-fa/cm_strings.xml b/res/values-fa/cm_strings.xml index 256a0629..950e12c6 100644 --- a/res/values-fa/cm_strings.xml +++ b/res/values-fa/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">حساب محلی تبلت</string> <string name="local_storage_account" product="default">حساب محلی گوشی</string> + <!-- CMCC --> <string name="import_contacts_sim">مخاطبین از سیم کارت وارد شوند؟</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">مدیریت مخاطبین سیم کارت</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">صدور به سیم کارت</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\' <xliff:g id="name">%s\' </xliff:g> به دلیل خطای ورودی/خروجی نمیتوان وارد کرد</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">نمیتوان بیش از <xliff:g id="count">%d</xliff:g> مخاطب را به اشتراک گذاشت</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_failed">صدور ناموفق بود</string> <string name="sim_card_full">سیم کارت پر است</string> @@ -32,18 +41,26 @@ <string name="tag_too_long">نام مخاطب بسیار طولانی است</string> <string name="sim_contacts_not_loaded">نمیتوان مخاطبین سیم کارت را بارگذاری کرد</string> <plurals name="export_cancelled"> + <item quantity="one">صدور لغو شد، %d مورد صادر شد</item> <item quantity="other">صدور لغو شد، %d مورد صادر شد</item> </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> شماره تلفن یا آدرس ایمیلی ندارد</string> - <string name="import_from_sim_select">انتخاب کارت برای وارد کردن</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> + <!-- Detailed description 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_description">تعیین کنید مخاطبین چگونه مرتب شده و نمایش داده شوند.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">تماس IP از طریق <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">بدون شماره IP</string> <string name="no_ip_number_on_sim_card">شماره IPی در سیم کارت وجود ندارد</string> diff --git a/res/values-fi/cm_strings.xml b/res/values-fi/cm_strings.xml index 333ddda6..739d6fe8 100644 --- a/res/values-fi/cm_strings.xml +++ b/res/values-fi/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Paikallinen tablet-tili</string> <string name="local_storage_account" product="default">Paikallinen puhelin-tili</string> + <!-- CMCC --> <string name="import_contacts_sim">Tuo yhteystiedot SIM-kortilta?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Hallitse SIM-kortin yhteystietoja</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Vie SIM-kortille</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">Yhteystietoa \'<xliff:g id="name">%s</xliff:g>\' ei voitu tuoda I/O-virheen takia</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Enintään <xliff:g id="count">%d</xliff:g> yhteystietoa voidaan jakaa</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_failed">Vienti epäonnistui</string> <string name="sim_card_full">SIM-kortti on täynnä</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email">Yhteystiedolla <xliff:g id="name">%s</xliff:g> ei ole puhelinnumeroa tai sähköpostiosoitetta</string> <string name="import_from_sim_select">Valitse kortti josta tuodaan</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Tallennustila ei saatavilla</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Ei SD-korttia</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Poista yhteystieto?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Tämä yhteystieto poistetaan.</string> <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> + <!-- Detailed description 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_description">Määritä, kuinka yhteystiedot näytetään ja lajitellaan.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP-puhelu <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Ei IP-numeroa</string> <string name="no_ip_number_on_sim_card">Ei IP-numeroa SIM-kortilla</string> diff --git a/res/values-fil-rPH/cm_strings.xml b/res/values-fil-rPH/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-fil-rPH/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-fr-rCA/cm_strings.xml b/res/values-fr-rCA/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-fr-rCA/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-fr/cm_strings.xml b/res/values-fr/cm_strings.xml index 12176218..bf00e1e7 100644 --- a/res/values-fr/cm_strings.xml +++ b/res/values-fr/cm_strings.xml @@ -16,19 +16,28 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Compte local de la tablette</string> <string name="local_storage_account" product="default">Compte local du téléphone</string> + <!-- CMCC --> <string name="import_contacts_sim">Importer les contacts depuis la carte SIM ?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Gérer les contacts de la carte SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exporter vers la carte SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">« <xliff:g id="name">%s</xliff:g> » n\'a pas pu être importé en raison d\'une erreur I/O</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Vous ne pouvez pas partager plus de <xliff:g id="count">%d</xliff:g> contacts</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_failed">Échec de l\'exportation</string> <string name="sim_card_full">Carte SIM saturée</string> - <string name="export_finished">Export terminé</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> <plurals name="export_cancelled"> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> n\'a pas de numéro de téléphone ou d\'adresse e-mail</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] --> <string name="no_sdcard_title" product="nosdcard">Stockage non disponible</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Aucune carte SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Supprimer le contact ?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Ce contact sera supprimé.</string> <string name="copy_done">Le contact a été copié avec succès</string> - <string name="copy_failure">Copie du contact échouée</string> - <string name="card_no_space">Copie du contact échouée, la carte SIM est saturée</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> + <!-- Detailed description 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_description">Configurer comment vos contacts sont affichés et triés.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Appel IP via <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Aucun numéro IP</string> <string name="no_ip_number_on_sim_card">Aucun numéro IP sur la carte SIM</string> @@ -52,6 +68,6 @@ <string name="ipcall_dialog_title">Paramètres d\'appels IP</string> <string name="ipcall_dialog_edit_hint">Veuillez entrer le préfixe IP</string> <string name="import_contacts_from_all_cards">Importer les contacts de toutes les cartes SIM</string> - <string name="select_path">Sélectionner un répertoire</string> + <string name="select_path">Sélectionner un chemin d\'accès</string> <string name="select_sim">Sélectionner la SIM</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 00000000..5eabab7d --- /dev/null +++ b/res/values-frp-rIT/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-frp-rIT/strings.xml b/res/values-frp-rIT/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-frp-rIT/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-fy-rNL/cm_strings.xml b/res/values-fy-rNL/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-fy-rNL/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-fy-rNL/strings.xml b/res/values-fy-rNL/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-fy-rNL/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-gd-rGB/cm_strings.xml b/res/values-gd-rGB/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-gd-rGB/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-gd-rGB/strings.xml b/res/values-gd-rGB/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-gd-rGB/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-gl-rES/cm_strings.xml b/res/values-gl-rES/cm_strings.xml index 87dba162..d00d5ba6 100644 --- a/res/values-gl-rES/cm_strings.xml +++ b/res/values-gl-rES/cm_strings.xml @@ -16,6 +16,58 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Conta local do tablet</string> <string name="local_storage_account" product="default">Conta local do teléfono</string> + <!-- CMCC --> + <string name="import_contacts_sim">Importar os contactos da tarxeta SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">Xestionar os contactos da tarxeta SIM</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">Exportar á tarxeta SIM</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' non se puido importar por mor dun erro de E/S</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">Non se poden compartir máis ca <xliff:g id="count">%d</xliff:g> contactos</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_failed">Fallou a exportación</string> + <string name="sim_card_full">A tarxeta SIM está chea</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> + <plurals name="export_cancelled"> + <item quantity="one">Exportación anulada, exportouse %d elemento</item> + <item quantity="other">Exportación anulada, exportáronse %d elementos</item> + </plurals> + <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> non teñen un número de teléfono ou un enderezo de correo</string> + <string name="import_from_sim_select">Escoller tarxeta para importar</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> + <string name="no_sdcard_title" product="nosdcard">Almacenamento non dispoñíbel</string> + <!-- Dialog title shown when SD Card does not exist --> + <string name="no_sdcard_title" product="default">Non hai tarxeta SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> + <string name="deleteConfirmation_title">Eliminar o contacto?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> + <string name="deleteConfirmation">Eliminarase este contacto.</string> + <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> + <!-- Detailed description 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_description">Configurar como se amosan e ordenan os contactos.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot">Chamada vía IP con <xliff:g id="subName">%s</xliff:g></string> + <string name="no_ip_number">Sen número de IP</string> + <string name="no_ip_number_on_sim_card">Non hai número de IP na tarxeta SIM</string> + <string name="set_ip_number">Estabelecer o número de IP</string> + <string name="ipcall_dialog_title">Axustes da chamada vía IP</string> + <string name="ipcall_dialog_edit_hint">Por favor insire o prefixo IP</string> + <string name="import_contacts_from_all_cards">Importar os contactos de todas as tarxetas SIM</string> + <string name="select_path">Seleccione a ruta</string> + <string name="select_sim">Seleccione a SIM</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 00000000..fb4ab625 --- /dev/null +++ b/res/values-gu-rIN/cm_strings.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">સ્થાનિક ટૅબ્લેટ ખાતું</string> + <string name="local_storage_account" product="default">સ્થાનિક ફોન ખાતું</string> + <!-- CMCC --> + <string name="import_contacts_sim">શું SIM કાર્ડમાંથી સંપર્કો આયાત કરવા છે?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">SIM કાર્ડ સંપર્કોનું વ્યવસ્થાપન કરો</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">SIM કાર્ડ પર નિકાસ કરો</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' I/O ખામીને કારણે આયાત કરી શકાયું નહીં</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> કરતા વધુ સંપર્કો સહિયારું કરી શકાશે નહીં</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_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> + <plurals name="export_cancelled"> + <item quantity="one">નિકાસ રદ્દ કરાયું હતું, %d આઇટમ નિકાસ કરવામાં આવી</item> + <item quantity="other">નિકાસ રદ્દ કરાયું હતું, %d આઇટમો નિકાસ કરવામાં આવી</item> + </plurals> + <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> + <!-- Detailed description 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_description">તમારા સંપર્કો કેવી રીતે દર્શાવાશે અને વીણાશે તે કન્ફિગર કરો.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> મારફત IP કૉલ</string> + <string name="no_ip_number">કોઇ IP નંબર નહીં</string> + <string name="no_ip_number_on_sim_card">SIM કાર્ડ પર કોઇ IP નંબર નહીં</string> + <string name="set_ip_number">IP નંબર સેટ કરો</string> + <string name="ipcall_dialog_title">IP કૉલ સેટિંગ્સ</string> + <string name="ipcall_dialog_edit_hint">કૃપા કરીને IP ઉપસર્ગ દાખલ કરો</string> + <string name="import_contacts_from_all_cards">તમામ SIM કાર્ડમાંથી સંપર્કો આયાત કરો</string> + <string name="select_path">પાથ પસંદ કરો</string> + <string name="select_sim">SIM પસંદ કરો</string> +</resources> diff --git a/res/values-hi/cm_strings.xml b/res/values-hi/cm_strings.xml index 9f857283..70cb54f1 100644 --- a/res/values-hi/cm_strings.xml +++ b/res/values-hi/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">स्थानीय टैब्लेट खाता</string> <string name="local_storage_account" product="default">स्थानीय फ़ोन खाता</string> + <!-- CMCC --> <string name="import_contacts_sim">सिम कार्ड से संपर्कों को आयात करें?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">सिम कार्ड संपर्कों को प्रबंधित करें</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">सिम कार्ड में निर्यात करें</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">एक इन्पुट-आउटपुट त्रुटि के कारण \'<xliff:g id="name">%s</xliff:g>\' को आयात नही किया जा सका</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> से अधिक संपर्कों को साझा करना संभव नहीं है</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_failed">निर्यात विफल हुआ</string> <string name="sim_card_full">सिम कार्ड भर चुका है</string> @@ -37,14 +46,21 @@ </plurals> <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> + <!-- Detailed description 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_description">इसे कॉन्फ़िगर करें कि आपके संपर्कों को किस तरह से प्रदर्शित किया और छाँटा जाएगा।</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> के ज़रिए आईपी कॉल</string> <string name="no_ip_number">कोई आईपी नंबर नहीं है</string> <string name="no_ip_number_on_sim_card">सिम कार्ड में कोई आईपी नंबर नहीं है</string> diff --git a/res/values-hr/cm_strings.xml b/res/values-hr/cm_strings.xml index 336acdf9..d885a33d 100644 --- a/res/values-hr/cm_strings.xml +++ b/res/values-hr/cm_strings.xml @@ -16,6 +16,59 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokalni tablet račun</string> <string name="local_storage_account" product="default">Lokalni račun telefona</string> + <!-- CMCC --> + <string name="import_contacts_sim">Uvezi kontakte sa SIM kartice?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">Upravljanje kontaktima na SIM kartici</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">Izvoz na SIM karticu</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\"<xliff:g id="name">%s</xliff:g>\" nije moguće uvesti zbog I/O greške</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">Nije moguće dijeliti više od <xliff:g id="count">%d</xliff:g> kontakata</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_failed">Izvoz neuspješan</string> + <string name="sim_card_full">SIM kartica je puna</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> + <plurals name="export_cancelled"> + <item quantity="one">Izvoz prekinut, %d stavka izvezena</item> + <item quantity="few">Izvoz prekinut, %d stavki izvezeno</item> + <item quantity="other">Izvoz prekinut, %d stavki izvezeno</item> + </plurals> + <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> nema telefonski broj ni email adresu</string> + <string name="import_from_sim_select">Odaberite karticu za uvoz</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> + <string name="no_sdcard_title" product="nosdcard">Uređaj za pohranu nije dostupan</string> + <!-- Dialog title shown when SD Card does not exist --> + <string name="no_sdcard_title" product="default">Nema SD kartice</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> + <string name="deleteConfirmation_title">Izbrisati kontakt?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> + <string name="deleteConfirmation">Ovaj će kontakt biti izbrisan.</string> + <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> + <!-- Detailed description 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_description">Postavke prikaza i redosljeda kontakata.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot">IP poziv putem <xliff:g id="subName">%s</xliff:g></string> + <string name="no_ip_number">Nema IP broja</string> + <string name="no_ip_number_on_sim_card">Na SIM kartici nema IP broja</string> + <string name="set_ip_number">Postavi IP broj</string> + <string name="ipcall_dialog_title">Postavke IP poziva</string> + <string name="ipcall_dialog_edit_hint">Unesite IP prefiks</string> + <string name="import_contacts_from_all_cards">Uvezi kontakte sa svih SIM kartica</string> + <string name="select_path">Odaberite putanju</string> + <string name="select_sim">Odaberite SIM</string> </resources> diff --git a/res/values-hu/cm_strings.xml b/res/values-hu/cm_strings.xml index 53bebee3..c9fb7564 100644 --- a/res/values-hu/cm_strings.xml +++ b/res/values-hu/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Helyi táblagép fiók</string> <string name="local_storage_account" product="default">Helyi telefon fiók</string> + <!-- CMCC --> <string name="import_contacts_sim">Importálja a névjegyeket a SIM-kártyáról?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">SIM-kártya névjegyek kezelése</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exportálás SIM kártyára</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\"<xliff:g id="name">%s</xliff:g>\" I/O hiba miatt nem lehetett importálni</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> névjegynél több nem osztható meg</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_failed">Exportálás sikertelen</string> <string name="sim_card_full">SIM-kártya megtelt</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> nem rendelkezik telefonszámmal, vagy e-mail címmel</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] --> <string name="no_sdcard_title" product="nosdcard">A tárhely nem érhető el</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Nincs SD kártya</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Törli a névjegyet?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Ez a névjegy törlésre kerül.</string> <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> + <!-- Detailed description 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_description">Névjegy megjelenítési lehetőségei.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP hívás a következővel: <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Nincs IP szám</string> <string name="no_ip_number_on_sim_card">Nincs IP szám a SIM kártyán</string> diff --git a/res/values-hy-rAM/cm_strings.xml b/res/values-hy-rAM/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-hy-rAM/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-in/cm_strings.xml b/res/values-in/cm_strings.xml index 69abdb9c..40e60d3d 100644 --- a/res/values-in/cm_strings.xml +++ b/res/values-in/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Akun lokal tablet</string> - <string name="local_storage_account" product="default">Akun lokal telepon</string> + <string name="local_storage_account" product="default">Akun telepon lokal</string> + <!-- CMCC --> <string name="import_contacts_sim">Impor kontak dari kartu SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Kelola kontak kartu SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Ekspor ke kartu SIM</string> - <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' tidak dapat diimpor karena kesalahan I/O</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' tidak dapat diimpor karena galat I/O</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Tidak lebih dari <xliff:g id="count">%d</xliff:g> kontak dapat ditambahkan</string> <string name="label_groups">Grup</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_failed">Ekspor gagal</string> <string name="sim_card_full">Kartu SIM penuh</string> @@ -34,23 +43,30 @@ <plurals name="export_cancelled"> <item quantity="other">Ekspor dibatalkan, %d item telah diekspor</item> </plurals> - <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> tidak memiliki nomor telepon atau alamat email</string> + <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> tidak memiliki nomor telepon atau alamat surel</string> <string name="import_from_sim_select">Pilih kartu untuk mengimpor</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Penyimpanan tidak tersedia</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Tidak ada kartu SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Hapus kontak?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Kontak ini akan dihapus.</string> <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> + <!-- Detailed description 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_description">Konfigurasi bagaimana kontak Anda ditampilkan dan diurutkan.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Panggilan IP melalui <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Tidak ada Nomor IP</string> <string name="no_ip_number_on_sim_card">Tidak ada Nomor IP pada kartu SIM</string> <string name="set_ip_number">Atur nomor IP</string> <string name="ipcall_dialog_title">Pengaturan panggilan IP</string> - <string name="ipcall_dialog_edit_hint">Silahkan memasukkan awalan IP</string> + <string name="ipcall_dialog_edit_hint">Silakan memasukkan awalan IP</string> <string name="import_contacts_from_all_cards">Impor kontak dari semua kartu SIM</string> - <string name="select_path">Pilih path</string> + <string name="select_path">Pilih alur</string> <string name="select_sim">Pilih SIM</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 00000000..5eabab7d --- /dev/null +++ b/res/values-is-rIS/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-it/cm_strings.xml b/res/values-it/cm_strings.xml index 0a894806..64b77b70 100644 --- a/res/values-it/cm_strings.xml +++ b/res/values-it/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Account locale tablet</string> <string name="local_storage_account" product="default">Account locale telefono</string> + <!-- CMCC --> <string name="import_contacts_sim">Importare i contatti dalla scheda SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Gestisci i contatti della SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Esporta nella SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' non possono essere importati a causa di un errore di I/O</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Non possono essere condivisi più di <xliff:g id="count">%d</xliff:g> contatti</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_failed">Esportazione fallita</string> <string name="sim_card_full">Scheda SIM piena</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> non ha un numero di telefono o un indirizzo email</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] --> <string name="no_sdcard_title" product="nosdcard">Memoria non disponibile</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Nessuna scheda SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Eliminare il contatto?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Questo contatto sarà eliminato.</string> <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> + <!-- Detailed description 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_description">Configurare la visualizzazione dei contatti.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Chiamata IP con <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Nessun numero IP</string> <string name="no_ip_number_on_sim_card">Nessun numero IP sulla SIM</string> diff --git a/res/values-iw/cm_strings.xml b/res/values-iw/cm_strings.xml index 22b28a71..4756a87c 100644 --- a/res/values-iw/cm_strings.xml +++ b/res/values-iw/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">חשבון טאבלט מקומי</string> - <string name="local_storage_account" product="default">חשבון מכשיר מקומי</string> + <string name="local_storage_account" product="default">חשבון טלפון מקומי</string> + <!-- CMCC --> <string name="import_contacts_sim">לייבא אנשי קשר מכרטיס SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">נהל אנשי קשר בכרטיס ה-SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">ייצא לכרטיס SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">הייבוא של \"<xliff:g id="name">%s</xliff:g>\" נכשל עקב שגיאת קלט/פלט</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">לא ניתן לשתף יותר מ-<xliff:g id="count">%d</xliff:g> אנשי קשר</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_failed">ייצוא נכשל</string> <string name="sim_card_full">כרטיס ה-SIM מלא</string> @@ -33,24 +42,33 @@ <string name="sim_contacts_not_loaded">לא ניתן לטעון אנשי קשר מה-SIM</string> <plurals name="export_cancelled"> <item quantity="one">הייצוא בוטל, פריט %d יוצא</item> + <item quantity="two">הייצוא בוטל, %d פריטים יוצאו</item> + <item quantity="many">הייצוא בוטל, %d פריטים יוצאו</item> <item quantity="other">הייצוא בוטל, %d פריטים יוצאו</item> </plurals> <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> + <!-- Detailed description 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_description">הגדר כיצד אנשי הקשר שלך יוצגו וימוינו.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">שיחת IP דרך <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">אין מספר IP</string> <string name="no_ip_number_on_sim_card">אין מספר IP בכרטיס ה-SIM</string> <string name="set_ip_number">הגדר מספר IP</string> <string name="ipcall_dialog_title">הגדרות שיחת IP</string> - <string name="ipcall_dialog_edit_hint">אנא הזן את קידומת ה-IP</string> + <string name="ipcall_dialog_edit_hint">הזן את קידומת ה-IP</string> <string name="import_contacts_from_all_cards">ייבא אנשי קשר מכל כרטיסי ה-SIM</string> <string name="select_path">בחר נתיב</string> <string name="select_sim">בחר SIM</string> diff --git a/res/values-ja/cm_strings.xml b/res/values-ja/cm_strings.xml index 7a1325fd..04c21c94 100644 --- a/res/values-ja/cm_strings.xml +++ b/res/values-ja/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">タブレットのローカルアカウント</string> <string name="local_storage_account" product="default">携帯電話のローカルアカウント</string> + <!-- CMCC --> <string name="import_contacts_sim">SIMカードから連絡先をインポートしますか?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">SIMカードの連絡先を管理</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">SIMカードにエクスポート</string> - <string name="fail_reason_import_vcard">「<xliff:g id="name">%s</xliff:g>」はI/0エラーによりインポートできませんでした</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">[<xliff:g id="name">%s</xliff:g>]はI/0エラーによってインポートできませんでした</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g>件以上の連絡先は共有できません</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_failed">エクスポートできませんでした</string> <string name="sim_card_full">SIMカードがいっぱいです</string> @@ -36,14 +45,21 @@ </plurals> <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> + <!-- Detailed description 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_description">連絡先の表示と並び順を設定する</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g>経由でIP電話で発信</string> <string name="no_ip_number">IP番号がありません</string> <string name="no_ip_number_on_sim_card">SIMカードにIP番号がありません</string> diff --git a/res/values-ka-rGE/cm_strings.xml b/res/values-ka-rGE/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-ka-rGE/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-kk-rKZ/cm_strings.xml b/res/values-kk-rKZ/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-kk-rKZ/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-km-rKH/cm_strings.xml b/res/values-km-rKH/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-km-rKH/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-kn-rIN/cm_strings.xml b/res/values-kn-rIN/cm_strings.xml index e7db31c8..9aa88eb1 100644 --- a/res/values-kn-rIN/cm_strings.xml +++ b/res/values-kn-rIN/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">ಸ್ಥಳೀಯ ಟ್ಯಾಬ್ಲೆಟ್ ಖಾತೆ</string> <string name="local_storage_account" product="default">ಸ್ಥಳೀಯ ಫೋನ್ ಖಾತೆ</string> + <!-- CMCC --> <string name="import_contacts_sim">ಸಿಮ್ ಕಾರ್ಡ್ನಿಂದ ಸಂಪರ್ಕಗಳನ್ನು ಆಮದುಮಾಡು?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">ಸಿಮ್ ಕಾರ್ಡ್ ಸಂಪರ್ಕಗಳನ್ನು ನಿರ್ವಹಿಸಿ</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">ಸಿಮ್ ಕಾರ್ಡ್ಗೆ ರಫ್ತುಮಾಡಿ</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\'ನ್ನು ಒಂದು I/O ದೋಷದಿಂದಾಗಿ ಆಮದುಮಾಡಲಾಗಲಿಲ್ಲ</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g>ಕ್ಕಿಂತ ಹೆಚ್ಚು ಸಂಪರ್ಕಗಳನ್ನು ಹಂಚಲು ಸಾಧ್ಯವಿಲ್ಲ</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_failed">ರಫ್ತು ವಿಫಲವಾಗಿದೆ</string> <string name="sim_card_full">ಸಿಮ್ ಕಾರ್ಡ್ ಭರ್ತಿಯಾಗಿದೆ</string> @@ -37,14 +46,21 @@ </plurals> <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">ಸಂಪರ್ಕವನ್ನು ನಕಲಿಸುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ, ಸಿಮ್ ಕಾರ್ಡ್ ಭರ್ತಿಯಾಗಿದೆ</string> + <!-- Detailed description 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_description">ನಿಮ್ಮ ಸಂಪರ್ಕಗಳು ಹೇಗೆ ಪ್ರದರ್ಶಿತವಾಗಬೇಕು ಮತ್ತು ಶೋಧಿತವಾಗಬೇಕೆಂಬುದನ್ನು ಕಾನ್ಫಿಗರ್ಮಾಡಿ.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> ಮೂಲಕ IP ಕರೆ</string> <string name="no_ip_number">IP ಸಂಖ್ಯೆ ಇಲ್ಲ</string> <string name="no_ip_number_on_sim_card">ಸಿಮ್ ಕಾರ್ಡ್ನಲ್ಲಿ ಯಾವುದೇ IP ಸಂಖ್ಯೆ ಇಲ್ಲ</string> diff --git a/res/values-ko/cm_strings.xml b/res/values-ko/cm_strings.xml index 54050ab2..b7ec41e6 100644 --- a/res/values-ko/cm_strings.xml +++ b/res/values-ko/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">로컬 태블릿 계정</string> <string name="local_storage_account" product="default">로컬 휴대전화 계정</string> + <!-- CMCC --> <string name="import_contacts_sim">SIM 카드에서 연락처를 가져올까요?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">SIM 카드 연락처 관리</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">SIM 카드로 내보내기</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">I/O 오류로 인해 \'<xliff:g id="name">%s</xliff:g>\'을(를) 가져올 수 없었습니다</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g>건보다 많은 수의 연락처는 공유할 수 없습니다</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_failed">내보내기 실패</string> <string name="sim_card_full">SIM 카드가 가득 찼습니다</string> @@ -36,14 +45,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g>에 전화번호 또는 이메일 주소가 필요합니다</string> <string name="import_from_sim_select">가져올 SIM 카드 선택</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> + <!-- Detailed description 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_description">연락처가 표시 및 정렬되는 방식을 구성합니다.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g>(으)로 IP 통화</string> <string name="no_ip_number">IP 번호 없음</string> <string name="no_ip_number_on_sim_card">SIM 카드에 IP 번호 없음</string> diff --git a/res/values-ku/cm_strings.xml b/res/values-ku/cm_strings.xml index bb8aa26a..da1723af 100644 --- a/res/values-ku/cm_strings.xml +++ b/res/values-ku/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">هەژماری ناوخۆی تاتەبژمێر</string> <string name="local_storage_account" product="default">هەژماری ناوخۆی تەلەفۆن</string> + <!-- CMCC --> <string name="import_contacts_sim">هێنانی ناوەکان لە سیمکارتەکەوە?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">بەڕێوەبردنی پەیوەندییەکانی سیمکارت</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">ناردنی ناو بۆ سیماکارت</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' نەتوانرا بهێنرێت لەبەر I/O هەڵە</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">زیاتر نە لە <xliff:g id="count">%d</xliff:g>ناوەکان دەتوانرێت بەشداریپێبکرێت</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_failed">هەناردن سەرکەوتوو نەبوو</string> <string name="sim_card_full">سیمکارتەکە پڕە</string> @@ -33,14 +42,21 @@ <string name="sim_contacts_not_loaded">ناتوانرێت ناوەکان دابەزێنرێت لەسەر سیمکارتەکە</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> + <!-- Detailed description 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_description">ڕێکخستن بۆ چۆنیەتی پیشاندانی ناوەکان و جۆرەکەی.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">پەیوەندی تایبەتی لەگەڵ <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">ژمارەی IP نییە</string> <string name="no_ip_number_on_sim_card">ژمارەی IP لە ناو سیمکارتدا نییە</string> diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml index df8c5e99..ef482872 100644 --- a/res/values-ku/strings.xml +++ b/res/values-ku/strings.xml @@ -16,231 +16,576 @@ ~ 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> + <!-- 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 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> + <!-- 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] --> <string name="clearFrequentsConfirmation">تۆ زوو-زوو پهیوهندی پێوهکراوهکان پاک دهکهیتهوه له لیستی خهڵک وه ژماره. وه بهرنامه مێڵهکان بۆ فێربوونی ڕێکخستنی ناونیشانهکان . </string> + <!-- 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 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> + <!-- 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" product="tablet">تهنیا-تابلێت، گواستنهوه نهکراوه</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" product="default">تهنیا-مۆبایل، گواستنهوه نهکراوه</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] --> <string name="eventLabelsGroup">ڕۆژه تایبهتهکان</string> + <!-- 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> + <!-- 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> <string name="dialog_new_contact_account">دروستکردنی پهیوهندی له ژێر ههژماردا</string> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> <string name="import_from_sdcard" product="default">هاوردهکردن له بیرگهوه</string> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> <string name="fail_reason_too_many_vcard" product="nosdcard">زۆر پهڕگهی vCard ههیه له بیرگه.</string> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> <string name="fail_reason_too_many_vcard" product="default">زۆر پهڕگهی vCard ههیه له بیرگهی دهرهکی.</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 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 --> <string name="exporting_contact_list_message">زانیاری پهیوهندی دهنێردرێت بۆ: <xliff:g id="file_name">%s</xliff:g>.</string> + <!-- 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" product="tablet">هیچ پهیوهندییهکانی شایهن ناردن نیه. ئهگهر پهیوهندیت ههیه لهسهر تابلێتهکهت، ههندێک داتا لهوانهیه ڕێگری بکات له پهیوهندییهکان بۆ ناردن لهسهر تابلێتهکهت.</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" product="default">هیچ پهیوهندییهکانی شایهن ناردن نیه. ئهگهر پهیوهندیت ههیه لهسهر مۆبایلهکهت، ههندێک داتا لهوانهیه ڕێگری بکات له پهیوهندییهکان بۆ ناردن لهسهر مۆبایلهکهت.</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> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> <string name="no_sdcard_message" product="nosdcard">هیچ بیرگهیهک نهدۆزرایهوه.</string> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> <string name="no_sdcard_message" product="default">هیچ بیرگهی دهرهکی نهدۆزرایهوه.</string> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [CHAR LIMIT=NONE] --> <string name="confirm_export_message">لیستی پهیوهندییهکانت دهنێردرێ بۆ پهڕگهی: <xliff:g id="vcard_filename">%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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> <string name="import_failure_no_vcard_file" product="nosdcard">هیچ vCard ـێک نهدۆزرایهوه.</string> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> <string name="import_failure_no_vcard_file" product="default">هیچ 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> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> <string name="select_vcard_title">دیاریکردنی پهڕگهی vCard</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_one_vcard_string">کردنهناوی یهک پهڕگهی vCard</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_multiple_vcard_string">کردنه ناوی چهند پهڕگهیهکی vCard</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_all_vcard_string">تێکردنی ههموو پهڕگهکانی vCard</string> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> <string name="searching_vcard_message" product="nosdcard">گهڕان به دوای داتا له بیرگهی vCard\u2026</string> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> <string name="searching_vcard_message" product="default">گهڕان به دوای داتای vCard له بیرگهی دهرهکی\u2026</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> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> <string name="scanning_sdcard_failed_message" product="nosdcard">بیرگهکه نهتوانرا بپشکنرێ. (هۆکار: \"\"<xliff:g id="fail_reason">%s</xliff:g>\")</string> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> <string name="scanning_sdcard_failed_message" product="default">بیرگهکه نهتوانرا بپشکنرێ. (هۆکار: \"\"<xliff:g id="fail_reason">%s</xliff:g>\")</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 (USB) storage [CHAR LIMIT=25] --> <string name="export_to_sdcard" product="default">ناردن بۆ بیرگه</string> + <!-- 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 --> + <!-- Action that shares visible contacts --> <string name="share_visible_contacts">بهشداریپێکردنی پهیوهندییه دیارهکان</string> + <!-- 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> + <!-- 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]--> <string name="listTotalAllContactsZeroStarred">هیچ دڵخوازێک نییه.</string> + <!-- 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 --> <string name="menu_accounts">ههژمارهکان</string> + <!-- 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] --> </resources> diff --git a/res/values-ky-rKG/cm_strings.xml b/res/values-ky-rKG/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-ky-rKG/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-lb/cm_strings.xml b/res/values-lb/cm_strings.xml index f2ee54b9..1b413a80 100644 --- a/res/values-lb/cm_strings.xml +++ b/res/values-lb/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokalen Tabletkont</string> <string name="local_storage_account" product="default">Lokalen Telefonskont</string> + <!-- CMCC --> <string name="import_contacts_sim">Kontakter vun der SIM-Kaart importéieren?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Kontakter vun der SIM-Kaart geréieren</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Op d\'SIM-Kaart exportéieren</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' konnt wéinst engem I/O-Feeler net importéiert ginn</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Et kënnen net méi wéi <xliff:g id="count">%d</xliff:g> Kontakter gedeelt ginn</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_failed">Export feelgeschloen</string> <string name="sim_card_full">SIM-Kaart ass voll</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> huet keng Telefonsnummer oder E-Mail-Adress</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] --> <string name="no_sdcard_title" product="nosdcard">Späicher net disponibel</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Keng SD-Kaart</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">Dëse Kontakt gëtt geläscht.</string> <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> + <!-- Detailed description 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_description">Konfiguréier, wéi deng Kontakter ugewisen an zortéiert solle ginn.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">VOIP-Uruff iwwer <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Keng VOIP-Nummer</string> <string name="no_ip_number_on_sim_card">Keng VOIP-Nummer op der SIM-Kaart</string> diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml index e1ade2fd..1238f815 100644 --- a/res/values-lb/strings.xml +++ b/res/values-lb/strings.xml @@ -16,241 +16,586 @@ ~ 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> + <!-- 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 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> + <!-- 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] --> <string name="clearFrequentsConfirmation">Du läschs d\'Lëscht mat den dacks Kontaktéierten an den Appe \"Leit\" an \"Telefon\", an du forcéiers d\'Email-Appen d\'Adressastellungen nei ze léieren.</string> + <!-- 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 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> + <!-- 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" product="tablet">Just Tablet, onsynchroniséiert</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" product="default">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] --> <string name="eventLabelsGroup">Speziell Daten</string> + <!-- 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> + <!-- 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> <string name="dialog_new_contact_account">Kontakt ënner dem Kont uleeën</string> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> <string name="import_from_sdcard" product="default">Aus dem Späicher importéieren</string> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> <string name="fail_reason_too_many_vcard" product="nosdcard">Et sinn ze vill vCard-Fichieren am Späicher.</string> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> <string name="fail_reason_too_many_vcard" product="default">Et sinn ze vill vCard-Fichieren op der SD-Kaart.</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 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 --> <string name="exporting_contact_list_message">Deng Kontaktdate ginn exportéiert als: <xliff:g id="file_name">%s</xliff:g>.</string> + <!-- 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" product="tablet">Et gi keng Kontakter déi exportéiert kënne ginn. Wann s du keng Kontakter op dengem Tablet hues, kéinte verschidden Dateprovidere verbidden d\'Kontakter vum Tablet z\'exportéieren.</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" product="default">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> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> <string name="no_sdcard_message" product="nosdcard">De Späicher gouf net fonnt.</string> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> <string name="no_sdcard_message" product="default">D\'SD-Kaart gouf net fonnt.</string> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [CHAR LIMIT=NONE] --> <string name="confirm_export_message">Deng Kontaktlëscht gëtt an dëse Fichier exportéiert: <xliff:g id="vcard_filename">%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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> <string name="import_failure_no_vcard_file" product="nosdcard">Kee vCard-Fichier am Späicher fonnt.</string> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> <string name="import_failure_no_vcard_file" product="default">Kee vCard-Fichier op der SD-Kaart fonnt.</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> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> <string name="select_vcard_title">vCard-Fichier auswielen</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_one_vcard_string">Ee vCard-Fichier importéieren</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_multiple_vcard_string">Méi vCard-Fichieren importéieren</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_all_vcard_string">All vCard-Fichieren importéieren</string> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> <string name="searching_vcard_message" product="nosdcard">Sichen no vCard-Daten am Späicher\u2026</string> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> <string name="searching_vcard_message" product="default">Sichen no vCard-Daten op der SD-Kaart\u2026</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> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> <string name="scanning_sdcard_failed_message" product="nosdcard">De Späicher konnt net duerchsicht ginn. (Grond: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> <string name="scanning_sdcard_failed_message" product="default">D\'SD-Kaart konnt net duerchsicht ginn. (Grond: \"<xliff:g id="fail_reason">%s</xliff:g>\")</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 (USB) storage [CHAR LIMIT=25] --> <string name="export_to_sdcard" product="default">An de Späicher exportéieren</string> + <!-- 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> + <!-- Action that shares visible contacts --> <string name="share_visible_contacts">Siichtbar Kontakter deelen</string> + <!-- 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> + <!-- 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]--> <string name="listTotalAllContactsZeroStarred">Keng Favoritten.</string> + <!-- 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 --> <string name="menu_accounts">Konten</string> + <!-- 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> </resources> diff --git a/res/values-lo-rLA/cm_strings.xml b/res/values-lo-rLA/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-lo-rLA/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-lt/cm_strings.xml b/res/values-lt/cm_strings.xml index 8f1a4e2c..e69f69b6 100644 --- a/res/values-lt/cm_strings.xml +++ b/res/values-lt/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Vietinė planšetinio kompiuterio paskyra</string> <string name="local_storage_account" product="default">Vietinė telefono paskyra</string> + <!-- CMCC --> <string name="import_contacts_sim">Importuoti kontaktus iš SIM kortelės?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Tvarkyti SIM kortelės kontaktus</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Eksportuoti į SIM kortelę</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">„<xliff:g id="name">%s</xliff:g>“ negali būti importuota, dėl I / O klaidos</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Ne daugiau kaip <xliff:g id="count">%d</xliff:g> kontaktų gali būti bendrinama</string> <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> <string name="export_failed">Eksportavimas nepavyko</string> <string name="sim_card_full">SIM kortelė yra pilna</string> @@ -38,14 +47,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> neturi telefono numerio arba el. pašto</string> <string name="import_from_sim_select">Pasirinkite kortelę importuoti</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Saugykla nepasiekiama</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Nėras SD kortelės</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Ištrinti kontaktą?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Šis kontaktas bus ištrintas.</string> <string name="copy_done">Kontaktas buvo sėkmingai nukopijuotas</string> <string name="copy_failure">Nepavyko nukopijuoti kontakto</string> <string name="card_no_space">Nepavyko nukopijuoti kontakto, SIM kortelė yra pilna</string> + <!-- Detailed description 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_description">Konfigūruoti kaip jūsų kontaktai yra rodomi ir rūšiuojami.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP skambutis per <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Nėra IP numerio</string> <string name="no_ip_number_on_sim_card">IP numerio SIM kortelėje nėra</string> diff --git a/res/values-lv/cm_strings.xml b/res/values-lv/cm_strings.xml index f9a00afd..1582114b 100644 --- a/res/values-lv/cm_strings.xml +++ b/res/values-lv/cm_strings.xml @@ -16,18 +16,34 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Vietējais planšetes konts</string> <string name="local_storage_account" product="default">Vietējais telefona konts</string> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Eksportēt uz SIM karti</string> + <!--The failed reason shown when importing a vCard file --> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="label_groups">Grupa</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> no <xliff:g id="total_number">%2$s</xliff:g> failiem</string> <string name="export_failed">Eksports neizdevās</string> <string name="export_finished">Eksports pabeigts</string> <string name="import_from_sim_select">Izvēlēties karti, kurā importēt</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Krātuve nav pieejama</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Nav SD kartes</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Dzēst kontaktu?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Šī kontakts tiks dzēsts.</string> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> <string name="no_ip_number">Nav IP numura</string> <string name="no_ip_number_on_sim_card">SIM kartē nav IP numura</string> <string name="ipcall_dialog_edit_hint">Lūdzu ievadiet IP priedēkli</string> diff --git a/res/values-mk-rMK/cm_strings.xml b/res/values-mk-rMK/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-mk-rMK/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-ml-rIN/cm_strings.xml b/res/values-ml-rIN/cm_strings.xml new file mode 100644 index 00000000..472cf9bc --- /dev/null +++ b/res/values-ml-rIN/cm_strings.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">ലോക്കല് ടാബ്ലെറ്റ് അക്കൗണ്ട്</string> + <string name="local_storage_account" product="default">ലോക്കല് ഫോൺ അക്കൗണ്ട്</string> + <!-- CMCC --> + <string name="import_contacts_sim">SIM കാർഡിൽ നിന്ന് കോണ്ടാക്റ്റുകള് ഇംപോർട്ട് ചെയ്യണോ?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">SIM കാർഡ് കോണ്ടാക്റ്റുകള് മാനേജ് ചെയ്യുക</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">SIM കാർഡിലേക്ക് എക്സ്പോര്ട്ട് ചെയ്യുക</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">ഒരു I/O പിശക് കാരണം \'<xliff:g id="name">%s</xliff:g>\' ഇംപോര്ട്ട് ചെയ്യാന് കഴിഞ്ഞില്ല.</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">ഇതിലധികം<xliff:g id="count">%d</xliff:g>കോണ്ടാക്റ്റുകള് പങ്കിടാൻ കഴിയില്ല</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">%2$s</xliff:g> ല് <xliff:g id="total_number">%1$s</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> + <plurals name="export_cancelled"> + <item quantity="one">കയറ്റുമതി റദ്ദാക്കി, %d ഇനം കയറ്റുമതി ചെയ്തു</item> + <item quantity="other">കയറ്റുമതി റദ്ദാക്കി, %d ഇനങ്ങള് കയറ്റുമതി ചെയ്തു</item> + </plurals> + <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> + <!-- Detailed description 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_description">നിങ്ങളുടെ കോണ്ടാക്റ്റുകള് പ്രദർശിപ്പിക്കേണ്ടതും അടുക്കേണ്ടതും എങ്ങനെയെന്ന് കോണ്ഫിഗര് ചെയ്യുക.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> വഴിയുള്ള IP കോൾ</string> + <string name="no_ip_number">IP നമ്പർ ഇല്ല</string> + <string name="no_ip_number_on_sim_card">IP നമ്പർ അല്ലെങ്കില് SIM കാർഡ് ഇല്ല</string> + <string name="set_ip_number">IP നമ്പർ സജ്ജമാക്കുക</string> + <string name="ipcall_dialog_title">IP കോൾ ക്രമീകരണങ്ങൾ</string> + <string name="ipcall_dialog_edit_hint">IP പ്രിഫിക്സ് ദയവായി ഇന്പുട്ട് ചെയ്യുക</string> + <string name="import_contacts_from_all_cards">എല്ലാ SIM കാർഡുകളില് നിന്നും കോണ്ടാക്റ്റുകള് ഇറക്കുമതിചെയ്യുക</string> + <string name="select_path">പാത തിരഞ്ഞെടുക്കുക</string> + <string name="select_sim">SIM തിരഞ്ഞെടുക്കുക</string> +</resources> diff --git a/res/values-mn-rMN/cm_strings.xml b/res/values-mn-rMN/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-mn-rMN/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-mr-rIN/cm_strings.xml b/res/values-mr-rIN/cm_strings.xml new file mode 100644 index 00000000..658973dc --- /dev/null +++ b/res/values-mr-rIN/cm_strings.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">स्थानिक टॅब्लेट खाते</string> + <string name="local_storage_account" product="default">स्थानिक फोन खाते</string> + <!-- CMCC --> + <string name="import_contacts_sim">सिम कार्डवरून संपर्क आयात करायचे?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">सिम कार्ड संपर्क व्यवस्थापित करा</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">SD कार्डला निर्यात करा</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">I/O त्रुटीमुळे \'<xliff:g id="name">%s</xliff:g>\' आयात करता आले नाही</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> पेक्षा जास्त संपर्क शेअर करता येत नाहीत</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_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> + <plurals name="export_cancelled"> + <item quantity="one">निर्यात रद्द केली, %d आयटम निर्यात केला</item> + <item quantity="other">निर्यात रद्द केली, %d आयटम्स निर्यात केले</item> + </plurals> + <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">संपर्क कॉपी करणे अपयशी झाले, सिम कार्ड भरले</string> + <!-- Detailed description 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_description">तुमचे संपर्क कसे प्रदर्शित केले जातात आणि त्यांची वर्गवारी होते ते कॉन्फिगर करा.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g>द्वारे IP कॉल</string> + <string name="no_ip_number">IP नंबर नाही</string> + <string name="no_ip_number_on_sim_card">सिम कार्डवर IP नंबर नाही</string> + <string name="set_ip_number">IP नंबर सेट करा</string> + <string name="ipcall_dialog_title">IP कॉल सेटिंग्ज</string> + <string name="ipcall_dialog_edit_hint">कृपया IP उपसर्ग इनपुट करा</string> + <string name="import_contacts_from_all_cards">सर्व सिम कार्डांवरून संपर्क आयात करा</string> + <string name="select_path">मार्ग निवडा</string> + <string name="select_sim">सिम निवडा</string> +</resources> diff --git a/res/values-ms-rMY/cm_strings.xml b/res/values-ms-rMY/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-ms-rMY/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-my-rMM/cm_strings.xml b/res/values-my-rMM/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-my-rMM/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-nb/cm_strings.xml b/res/values-nb/cm_strings.xml index 6b7035a6..1da8a5ec 100644 --- a/res/values-nb/cm_strings.xml +++ b/res/values-nb/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokal tablet konto</string> <string name="local_storage_account" product="default">Lokal mobilkonto</string> + <!-- CMCC --> <string name="import_contacts_sim">Importere kontakter fra SIM-kortet?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Administrere SIM-kortkontakter</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Eksportere til SIM-kortet</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\' <xliff:g id="name">%s\' </xliff:g> kan ikke importeres pga I/O feil</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Ikke mer enn <xliff:g id="count">%d</xliff:g> kontakter kan bli delt</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> <xliff:g id="total_number">%2$s</xliff:g> filer</string> <string name="export_failed">Eksporteringen mislyktes</string> <string name="sim_card_full">SIM-kortet er fullt</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> har ikke ett telefonnummer eller e-postadresse</string> <string name="import_from_sim_select">Velg kort å importere</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Lagring utilgjengelig</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Ingen SD-kort</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Slette kontakt?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Denne kontakten vil bli slettet.</string> <string name="copy_done">Kontakten ble vellykket kopiert</string> <string name="copy_failure">Kopiering av kontakten mislyktes</string> <string name="card_no_space">Kopiering av kontakten mislyktes, SIM-kortet er fullt</string> + <!-- Detailed description 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_description">Konfigurer hvordan kontaktene skal vises og sorteres.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP-samtale med <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Ingen IP-nummer</string> <string name="no_ip_number_on_sim_card">Ingen IP-nummeret på SIM-kortet</string> diff --git a/res/values-ne-rNP/cm_strings.xml b/res/values-ne-rNP/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-ne-rNP/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml index 74ffc1c1..7098ca0f 100644 --- a/res/values-nl/cm_strings.xml +++ b/res/values-nl/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokaal tabletaccount</string> <string name="local_storage_account" product="default">Lokaal telefoonaccount</string> + <!-- CMCC --> <string name="import_contacts_sim">Contacten van simkaart importeren?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Contacten op simkaart beheren</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exporteren naar simkaart</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' kon niet worden geïmporteerd door een lees-/schrijffout</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Er kunnen niet meer dan <xliff:g id="count">%d</xliff:g> contacten worden gedeeld</string> <string name="label_groups">Groep</string> <string name="exporting">Exporteren\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> bestanden</string> <string name="export_failed">Exporteren mislukt</string> <string name="sim_card_full">Simkaart is vol</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> beschikt niet over een telefoonnummer of e-mailadres</string> <string name="import_from_sim_select">Kies kaart om te importeren</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Opslag niet beschikbaar</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Geen SD-kaart</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Contact verwijderen?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Dit contact wordt verwijderd.</string> <string name="copy_done">Contact kopiëren gelukt</string> <string name="copy_failure">Contact kopiëren mislukt</string> <string name="card_no_space">Kopiëren van contact mislukt, simkaart is vol</string> + <!-- Detailed description 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_description">Instellen hoe uw contacten worden weergegeven en gesorteerd.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP-oproep via <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Geen IP-nummer</string> <string name="no_ip_number_on_sim_card">Geen IP-nummer op simkaart</string> diff --git a/res/values-oc-rFR/cm_strings.xml b/res/values-oc-rFR/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-oc-rFR/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-oc-rFR/strings.xml b/res/values-oc-rFR/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-oc-rFR/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-or-rIN/cm_strings.xml b/res/values-or-rIN/cm_strings.xml new file mode 100644 index 00000000..b577f817 --- /dev/null +++ b/res/values-or-rIN/cm_strings.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">ଲୋକାଲ୍ ଟାବ୍ଲେଟ୍ ଆକାଉଣ୍ଟ</string> + <string name="local_storage_account" product="default">ଲୋକାଲ୍ ଫୋନ୍ ଆକାଉଣ୍ଟ</string> + <!-- CMCC --> + <string name="import_contacts_sim">SIM କାର୍ଡ୍ରୁ ସମ୍ପର୍କ ଆମଦାନି କରିବେ କି?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">SIM କାର୍ଡ ସମ୍ପର୍କ ପରିଚାଳନା କରନ୍ତୁ</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">SIM କାର୍ଡ୍କୁ ରପ୍ତାନୀ କରନ୍ତୁ</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">ଏକ I/O ତ୍ରୁଟି କାରଣରୁ \'<xliff:g id="name">%s</xliff:g>\' ଆମଦାନି କରିହେଲା ନାହିଁ</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> ରୁ ଅଧିକ ସମ୍ପର୍କ ଅଂଶୀଦାର କରାଯାଇପାରିବ ନାହିଁ</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_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> + <plurals name="export_cancelled"> + <item quantity="one">ରପ୍ତାନୀ ବାତିଲ୍ କରାଗଲା, %d ଆଇଟମ୍ ର୍ପ୍ତାନୀ ହେଲା</item> + <item quantity="other">ରପ୍ତାନୀ ବାତିଲ୍ କରାଗଲା, %d ଆଇଟମ୍ଗୁଡିକ ର୍ପ୍ତାନୀ ହେଲା</item> + </plurals> + <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> + <!-- Detailed description 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_description">ଆପଣଙ୍କ ସମ୍ପର୍କଗୁଡିକ କିପରି ପ୍ରଦର୍ଶିତ ହେଉଛି ସଜାଯାଇଛି ତାହା ବିନ୍ୟାସ କରନ୍ତୁ।</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> ମାଧ୍ୟମରେ IP କଲ୍ କରନ୍ତୁ</string> + <string name="no_ip_number">କୌଣସି IP ନମ୍ବର ନାହିଁ</string> + <string name="no_ip_number_on_sim_card">SIM କାର୍ଡ୍ରେ କୌଣସି IP ନମ୍ବର ନାହିଁ</string> + <string name="set_ip_number">IP ନମ୍ବର ସେଟ୍ କରନ୍ତୁ</string> + <string name="ipcall_dialog_title">IP କଲ୍ ସେଟିଂସ୍</string> + <string name="ipcall_dialog_edit_hint">IP ପ୍ରିଫିକ୍ସ ଇନ୍ପୁଟ୍ କରନ୍ତୁ</string> + <string name="import_contacts_from_all_cards">ସମସ୍ତ SIM କାର୍ଡ୍ରୁ ସମ୍ପର୍କଗୁଡିକ ଆମଦାନି କରନ୍ତୁ</string> + <string name="select_path">ମାର୍ଗ ଚୟନ କରନ୍ତୁ</string> + <string name="select_sim">SIM ଚୟନ କରନ୍ତୁ</string> +</resources> diff --git a/res/values-or-rIN/strings.xml b/res/values-or-rIN/strings.xml new file mode 100644 index 00000000..b7aafd39 --- /dev/null +++ b/res/values-or-rIN/strings.xml @@ -0,0 +1,364 @@ +<?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] --> + <!-- 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 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 --> + <!-- 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 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] --> + <!-- 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. --> + <!-- 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] --> + <!-- 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] --> + <!-- 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 (USB) storage for importing contacts [CHAR LIMIT=30] --> + <!-- 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 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 vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> + <!-- 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 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] --> + <!-- 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] --> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [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 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> + <!-- 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] --> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> + <!-- The title shown when vCard importer is caching files to be imported into local temporary + data storage. [CHAR LIMIT=40] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> + <!-- 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 (USB) storage [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 --> + <!-- Action that shares visible contacts --> + <!-- 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] --> + <!-- 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 --> + <!-- 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] --> +</resources> diff --git a/res/values-pa-rIN/cm_strings.xml b/res/values-pa-rIN/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-pa-rIN/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-pl/cm_strings.xml b/res/values-pl/cm_strings.xml index 1361961b..7752f32b 100644 --- a/res/values-pl/cm_strings.xml +++ b/res/values-pl/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokalne konto tabletu</string> <string name="local_storage_account" product="default">Lokalne konto telefonu</string> + <!-- CMCC --> <string name="import_contacts_sim">Importować kontakty z karty SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Zarządzaj kontaktami z karty SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Eksportuj do karty SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard"><xliff:g id="name">%s</xliff:g> nie może zostać importowany z powodu błędu we/wy</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Nie więcej niż <xliff:g id="count">%d</xliff:g> kontaktów może zostać udostępnionych</string> <string name="label_groups">Grupa</string> <string name="exporting">Eksportowanie\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> plików</string> <string name="export_failed">Eksport nie powiódł się</string> <string name="sim_card_full">Karta SIM jest pełna</string> @@ -38,14 +47,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> nie ma numeru telefonu ani adresu e-mail</string> <string name="import_from_sim_select">Wybierz kartę do zimportowania</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Pamięć niedostępna</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Brak karty SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Usunąć kontakt?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Ten kontakt zostanie usunięty.</string> <string name="copy_done">Kontakt został skopiowany pomyślnie</string> <string name="copy_failure">Kopiowanie kontaktu nie powiodło się</string> <string name="card_no_space">Kopiowanie kontaktu nie powiodło się, karta SIM jest pełna</string> + <!-- Detailed description 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_description">Skonfiguruj jak wyświetlane i sortowane mają być twoje kontakty.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Połączenie IP przez <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Brak numeru IP</string> <string name="no_ip_number_on_sim_card">Brak numeru IP na karcie SIM</string> diff --git a/res/values-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml index 07c3698d..5ee341c6 100644 --- a/res/values-pt-rBR/cm_strings.xml +++ b/res/values-pt-rBR/cm_strings.xml @@ -16,36 +16,52 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Conta local de tablet</string> <string name="local_storage_account" product="default">Conta local de telefone</string> + <!-- CMCC --> <string name="import_contacts_sim">Importar contatos do cartão SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Gerenciar contatos do cartão SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exportar para o cartão SIM</string> - <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' não pôde ser importado devido a um erro</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' não pôde ser importado devido a um erro de I/O</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Não podem ser compartilhados mais que <xliff:g id="count">%d</xliff:g> contatos</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> arquivos</string> <string name="export_failed">Falha na exportação</string> <string name="sim_card_full">O cartão SIM está cheio</string> <string name="export_finished">Exportação concluída</string> <string name="tag_too_long">O nome do contato é muito longo</string> - <string name="sim_contacts_not_loaded">Não é possível carregar os contatos do cartão SIM</string> + <string name="sim_contacts_not_loaded">Impossível carregar contatos do cartão SIM</string> <plurals name="export_cancelled"> - <item quantity="one">A exportação foi cancelada, %d item foi exportado</item> - <item quantity="other">A exportação foi cancelada, %d itens foram exportados</item> + <item quantity="one">Exportação cancelada, %d item exportado</item> + <item quantity="other">Exportação cancelada, %d itens exportados</item> </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> não tem um número de telefone ou endereço de e-mail</string> <string name="import_from_sim_select">Escolha o cartão para importar</string> - <string name="no_sdcard_title" product="nosdcard">Cartão SD indisponível</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> + <string name="no_sdcard_title" product="nosdcard">Armazenamento indisponível</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Nenhum cartão SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Apagar contato?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Este contato será apagado.</string> - <string name="copy_done">Contato foi copiado com sucesso</string> + <string name="copy_done">Contato copiado</string> <string name="copy_failure">Falha ao copiar o contato</string> <string name="card_no_space">Falha ao copiar o contato, o cartão SIM está cheio</string> + <!-- Detailed description 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_description">Defina como os seus contatos são exibidos e classificados.</string> - <string name="ip_call_by_slot">Chamada IP por <xliff:g id="subName">%s</xliff:g></string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot">Chamada IP via <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Nenhum número IP</string> <string name="no_ip_number_on_sim_card">Nenhum número IP no cartão SIM</string> <string name="set_ip_number">Definir número IP</string> diff --git a/res/values-pt-rPT/cm_strings.xml b/res/values-pt-rPT/cm_strings.xml index 7799beb8..5965f114 100644 --- a/res/values-pt-rPT/cm_strings.xml +++ b/res/values-pt-rPT/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Conta local do tablet</string> <string name="local_storage_account" product="default">Conta local do telefone</string> + <!-- CMCC --> <string name="import_contacts_sim">Importar contactos do cartão SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Gerir os contactos do cartão SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exportar para o cartão SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' não pôde ser importado devido a um erro</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Não podem ser partilhados mais que <xliff:g id="count">%d</xliff:g> contactos</string> <string name="label_groups">Grupo</string> <string name="exporting">A exportar\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_failed">A exportação falhou</string> <string name="sim_card_full">O cartão SIM está cheio</string> @@ -32,23 +41,30 @@ <string name="tag_too_long">O nome do contacto é muito longo</string> <string name="sim_contacts_not_loaded">Não é possível carregar os contactos do SIM</string> <plurals name="export_cancelled"> - <item quantity="one">A exportação foi cancelada, %d item foi exportado</item> - <item quantity="other">A exportação foi cancelada, %d itens foram exportados</item> + <item quantity="one">A exportação foi cancelada. %d item foi exportado</item> + <item quantity="other">A exportação foi cancelada. %d itens foram exportados</item> </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> não tem um número de telefone ou endereço de e-mail</string> <string name="import_from_sim_select">Escolher o cartão a importar</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Armazenamento indisponível</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Sem cartão SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Apagar contacto?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Este contacto será apagado.</string> <string name="copy_done">O contacto foi copiado com sucesso</string> <string name="copy_failure">Falhou a cópia do contacto</string> - <string name="card_no_space">A cópia do contacto falhou, o cartão SIM está cheio</string> + <string name="card_no_space">A cópia do contacto falhou porque o cartão SIM está cheio</string> + <!-- Detailed description 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_description">Defina como os seus contactos são exibidos e classificados.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Chamada IP com <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Nenhum número IP</string> <string name="no_ip_number_on_sim_card">Nenhum número IP no cartão SIM</string> - <string name="set_ip_number">Colocar o número IP</string> + <string name="set_ip_number">Definir o número IP</string> <string name="ipcall_dialog_title">Definições de chamada por IP</string> <string name="ipcall_dialog_edit_hint">Por favor, insira o prefixo IP</string> <string name="import_contacts_from_all_cards">Importar contactos de todos os cartões SIM</string> diff --git a/res/values-rm/cm_strings.xml b/res/values-rm/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-rm/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-ro/cm_strings.xml b/res/values-ro/cm_strings.xml index 0ac1e8e4..df276b3f 100644 --- a/res/values-ro/cm_strings.xml +++ b/res/values-ro/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Cont local tabletă</string> <string name="local_storage_account" product="default">Cont local telefon</string> + <!-- CMCC --> <string name="import_contacts_sim">Importați contactele de pe cartela SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Gestionează contactele de pe cartela SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Export în cartela SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' nu a putut fi importat din cauza unei erori I/O</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Nu mai mult de <xliff:g id="count">%d</xliff:g> persoane de contact pot fi adăugate</string> <string name="label_groups">Grup</string> <string name="exporting">Se exportă\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> din <xliff:g id="total_number">%2$s</xliff:g> fișiere</string> <string name="export_failed">Exportul a eșuat</string> <string name="sim_card_full">Cartela SIM este plină</string> @@ -38,14 +47,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> nu are un număr de telefon sau adresă de email</string> <string name="import_from_sim_select">Alege cardul ce se va importa</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Stocare indisponibilă</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Nu există card SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Ștergeți persoana de contact?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Acest contact va fi șters.</string> <string name="copy_done">Contactul a fost copiat cu succes</string> <string name="copy_failure">Copierea contactului a eșuat</string> <string name="card_no_space">Copierea contactului a eșuat, cartela SIM este plină</string> + <!-- Detailed description 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_description">Configurați modul în care persoanele de contact sunt afișate și sortate.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Apel IP prin <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Niciun număr de IP</string> <string name="no_ip_number_on_sim_card">Niciun număr de IP pe cartela SIM</string> diff --git a/res/values-ru/cm_strings.xml b/res/values-ru/cm_strings.xml index 9c81f10b..92b39e4f 100644 --- a/res/values-ru/cm_strings.xml +++ b/res/values-ru/cm_strings.xml @@ -16,36 +16,52 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="local_storage_account" product="tablet">Локальная учётная запись планшета</string> - <string name="local_storage_account" product="default">Локальная учётная запись телефона</string> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">Локальный аккаунт планшета</string> + <string name="local_storage_account" product="default">Локальный аккаунт телефона</string> + <!-- CMCC --> <string name="import_contacts_sim">Импортировать контакты с SIM-карты?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Управление контактами SIM-карты</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Экспорт на SIM-карту</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">Не удалось импортировать файл «<xliff:g id="name">%s</xliff:g>» из-за ошибки ввода-вывода</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Можно отправить не более <xliff:g id="count">%d</xliff:g> контактов</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_failed">Не удалось выполнить экспорт</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="sim_contacts_not_loaded">Не удалось загрузить контакты с SIM-карты</string> <plurals name="export_cancelled"> <item quantity="one">Экспорт отменён, экспортирован %d элемент</item> - <item quantity="few">Экспорт отменён, экспортировано %d элемента</item> - <item quantity="other">Экспорт отменён, экспортировано %d элементов</item> + <item quantity="few">Экспорт отменён, экспортированы %d элемента</item> + <item quantity="other">Экспорт отменён, экспортированы %d элементов</item> </plurals> <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> + <string name="copy_done">Контакт скопирован</string> + <string name="copy_failure">Не удалось скопировать контакт</string> + <string name="card_no_space">Не удалось скопировать контакт, SIM-карта заполнена</string> + <!-- Detailed description 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_description">Настройка параметров отображения и сортировки контактов.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP-вызов через <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Нет IP-номера</string> <string name="no_ip_number_on_sim_card">На SIM-карте нет IP-номера</string> diff --git a/res/values-si-rLK/cm_strings.xml b/res/values-si-rLK/cm_strings.xml index 1f3da679..ec3649eb 100644 --- a/res/values-si-rLK/cm_strings.xml +++ b/res/values-si-rLK/cm_strings.xml @@ -16,18 +16,34 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">ස්ථානීය ටැබ්ලට් ගිණුම</string> <string name="local_storage_account" product="default">ස්ථානීය දුරකථන ගිණුම</string> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">සිම් කාඩ්පතට නිර්යාත කරන්න</string> + <!--The failed reason shown when importing a vCard file --> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="label_groups">කාණ්ඩය</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_failed">නිර්යාතය අසමත්විය</string> <string name="export_finished">නිර්යාතය නිමාවුනි</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> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> <string name="no_ip_number">IP අංකයක් නැත</string> <string name="no_ip_number_on_sim_card">සිම් පතෙහි IP අංකයක් නැත</string> <string name="ipcall_dialog_edit_hint">කරුණාකර IP උපසර්ගය ආදානය කරන්න</string> diff --git a/res/values-sk/cm_strings.xml b/res/values-sk/cm_strings.xml index 9416257a..f47cd9cf 100644 --- a/res/values-sk/cm_strings.xml +++ b/res/values-sk/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Miestny účet tabletu</string> <string name="local_storage_account" product="default">Miestny účet telefónu</string> + <!-- CMCC --> <string name="import_contacts_sim">Importovať kontakty z karty SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Spravovať kontakty na karte SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exportovať na kartu SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' nie je možné importovať kvôli vstupno-výstupnej chybe</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Nie viac ako <xliff:g id="count">%d</xliff:g> kontaktov môže byť zdieľaných</string> <string name="label_groups">Skupina</string> <string name="exporting">Exportovanie\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> súborov</string> <string name="export_failed">Export zlyhal</string> <string name="sim_card_full">Karta SIM je plná</string> @@ -38,14 +47,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> nemá svoje telefónne číslo alebo e-mailovú adresu</string> <string name="import_from_sim_select">Vyberte kartu na importovanie</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Nedostupné úložisko</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Žiadna karta SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Vymazať kontakt?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Tento kontakt sa odstráni.</string> <string name="copy_done">Kontakt bol úspešne skopírovaný</string> <string name="copy_failure">Kopírovanie kontaktu zlyhalo</string> <string name="card_no_space">Kopírovanie kontaktu zlyhalo, karta SIM je plná</string> + <!-- Detailed description 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_description">Nastaviť, ako sa majú kontakty zobrazovať a zoraďovať.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP hovor cez <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Žiadne IP číslo</string> <string name="no_ip_number_on_sim_card">Žiadne IP číslo na karte SIM</string> diff --git a/res/values-sl/cm_strings.xml b/res/values-sl/cm_strings.xml index 508bba1b..087eb0d1 100644 --- a/res/values-sl/cm_strings.xml +++ b/res/values-sl/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokalni račun tablice</string> <string name="local_storage_account" product="default">Lokalni račun telefona</string> + <!-- CMCC --> <string name="import_contacts_sim">Uvozi stike s kartice SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Upravljaj stike kartice SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Izvozi na kartico SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' ni mogoče uvoziti zaradi napake I/O</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Deljenih ne more bite več kot <xliff:g id="count">%d</xliff:g> stikov</string> <string name="label_groups">Skupina</string> <string name="exporting">Izvažanje \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> datotek</string> <string name="export_failed">Izvoz je spodletel</string> <string name="sim_card_full">Kartica SIM je polna</string> @@ -39,14 +48,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> nima telefonske številke ali e-poštnega naslova</string> <string name="import_from_sim_select">Izberite kartico za uvoz</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Pomnilniška naprava ni na voljo</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Ni kartice SD</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Izbriši stik?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Ta stik bo izbrisan.</string> <string name="copy_done">Stik je bil uspešno kopiran</string> <string name="copy_failure">Kopiranje stika je spodletelo</string> <string name="card_no_space">Kopiranje stika je spodletelo, kartica SIM je polna</string> + <!-- Detailed description 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_description">Nastavite, kako bodo vaši stiki prikazani in razvrščeni.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Klic IP preko <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Brez številke IP</string> <string name="no_ip_number_on_sim_card">Ni številke IP na kartici SIM</string> diff --git a/res/values-sq-rAL/cm_strings.xml b/res/values-sq-rAL/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-sq-rAL/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-sr/cm_strings.xml b/res/values-sr/cm_strings.xml index e587fd97..9d5d51a1 100644 --- a/res/values-sr/cm_strings.xml +++ b/res/values-sr/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Локални налог таблета</string> <string name="local_storage_account" product="default">Локални налог телефона</string> + <!-- CMCC --> <string name="import_contacts_sim">Увези контакте са SIM картице?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Управљај контактима са SIM картице</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Извези на SIM картицу</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' неможе бити увезен због I/O грешке</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Не више од <xliff:g id="count">%d</xliff:g> контаката може бити дељено</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_failed">Извоз није успео</string> <string name="sim_card_full">SIM картица је пуна</string> @@ -34,19 +43,25 @@ <plurals name="export_cancelled"> <item quantity="one">Извоз је отказан. %d ставка је извежена</item> <item quantity="few">Извоз је отказан. %d ставки је извежено</item> - <item quantity="many">Извоз је отказан. %d ставки је извежено</item> <item quantity="other">Извоз је отказан. %d ставки је извежено</item> </plurals> <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> + <!-- Detailed description 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_description">Конфигуриши како су твоји контакти приказани и сортирани.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP позив преко <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Нема IP броја</string> <string name="no_ip_number_on_sim_card">Нема IP броја на SIM картици</string> diff --git a/res/values-sv/cm_strings.xml b/res/values-sv/cm_strings.xml index b00ad82f..ca19b38e 100644 --- a/res/values-sv/cm_strings.xml +++ b/res/values-sv/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Lokalt surfplattekonto</string> <string name="local_storage_account" product="default">Lokalt telefonkonto</string> + <!-- CMCC --> <string name="import_contacts_sim">Importera kontakter från SIM-kortet?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Hantera SIM-kortets kontakter</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Exportera till SIM-kort</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">Visitkortet \"<xliff:g id="name">%s</xliff:g>\" kunde inte importeras på grund av ett I/O-fel</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Maximalt <xliff:g id="count">%d</xliff:g> kontakter kan delas</string> <string name="label_groups">Grupp</string> <string name="exporting">Exporterar\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> av <xliff:g id="total_number">%2$s</xliff:g> filer</string> <string name="export_failed">Exporten misslyckades</string> <string name="sim_card_full">SIM-kortet är fullt</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> har inte ett telefonnummer eller en e-postadress</string> <string name="import_from_sim_select">Välj kort att importera</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Lagring ej tillgänglig</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Inget SD-kort</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Ta bort kontakt?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Denna kontakt kommer tas bort.</string> <string name="copy_done">Kontakten kopierades</string> <string name="copy_failure">Kopiering av kontakten misslyckades</string> <string name="card_no_space">Kopiering av kontakten misslyckades, SIM-kortet är fullt</string> + <!-- Detailed description 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_description">Konfigurera hur dina kontakter visas och sorteras.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP-samtal via <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Inget IP-nummer</string> <string name="no_ip_number_on_sim_card">Inget IP-nummer på SIM-kort</string> diff --git a/res/values-sw/cm_strings.xml b/res/values-sw/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-sw/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-ta-rIN/cm_strings.xml b/res/values-ta-rIN/cm_strings.xml new file mode 100644 index 00000000..1ab1e5ec --- /dev/null +++ b/res/values-ta-rIN/cm_strings.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">உள்ளூர் டேப்ளட் கணக்கு</string> + <string name="local_storage_account" product="default">உள்ளூர் தொலைப்பேசி கணக்கு</string> + <!-- CMCC --> + <string name="import_contacts_sim">SIM கார்டில் இருந்து தொடர்புகளை இறக்குமதிசெய்யவா?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">SIM கார்டு இணைப்புகளை நிர்வகி</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">SIM அட்டைக்கு ஏற்றுமதிசெய்</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">ஒரு IO பிழை காரணமாக \’<xliff:g id="name">%s</xliff:g>\' இறக்குமதிசெய்யப்பட முடியாது</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> தொடர்புகளுக்கு மேல் பகிர முடியாது</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">%2$s</xliff:g> கோப்புகளில் <xliff:g id="total_number">%1$s</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> + <plurals name="export_cancelled"> + <item quantity="one">ஏற்றுமதி ரத்துசெய்யப்பட்டது, %d உருப்படி ஏற்றுமதிசெய்யப்பட்டது</item> + <item quantity="other">ஏற்றுமதி ரத்துசெய்யப்பட்டது, %d உருப்படிகள் ஏற்றுமதிசெய்யப்பட்டது</item> + </plurals> + <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> + <!-- Detailed description 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_description">உங்கள் தொடர்புகள் எவ்வாறு காட்டப்பட்டு வரிசைப்படுத்தப்படும் என்பதை உள்ளமைக்கவும்.</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> வழியாக IP அழைப்பு</string> + <string name="no_ip_number">IP எண் இல்லை</string> + <string name="no_ip_number_on_sim_card">SIM கார்டில் IP எண் இல்லை</string> + <string name="set_ip_number">IP எண்னை அமை</string> + <string name="ipcall_dialog_title">IP அழைப்பு அமைப்புகள்</string> + <string name="ipcall_dialog_edit_hint">தயவுசெய்து IP முன்னெழுத்தை உள்ளிடுக</string> + <string name="import_contacts_from_all_cards">அனைத்து SIM கார்டுகளில் இருந்தும் தொடர்புகளை இறக்குமதிசெய்க.</string> + <string name="select_path">பாதையை தேர்ந்தெடு</string> + <string name="select_sim">SIM ஐத் தேர்ந்தெடு</string> +</resources> diff --git a/res/values-te-rIN/cm_strings.xml b/res/values-te-rIN/cm_strings.xml new file mode 100644 index 00000000..f7840ff4 --- /dev/null +++ b/res/values-te-rIN/cm_strings.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <string name="local_storage_account" product="tablet">స్థానిక టాబ్లెట్ ఖాతా</string> + <string name="local_storage_account" product="default">స్థానిక ఫోన్ ఖాతా</string> + <!-- CMCC --> + <string name="import_contacts_sim">SIM కార్డ్ నుండి పరిచయాలను దిగుమతి చేయాలా?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">SIM కార్డ్ పరిచయాలను నిర్వహించుము</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">SIM కార్డుకు ఎగుమతి చేయండి</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">ఒక I/O దోషం కారణంగా \'<xliff:g id="name">%s</xliff:g>\' ను దిగుమతి చేయడం కుదరలేదు</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> కంటే ఎక్కువ పరిచయాలను పంచుకోవడం సాధ్యపడదు</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">%2$s</xliff:g> ఫైళ్ళ యొక్క <xliff:g id="total_number">%1$s</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> + <plurals name="export_cancelled"> + <item quantity="one">ఎగుమతి రద్దు చేయబడింది, %d అంశం ఎగుమతి చేసేవారు</item> + <item quantity="other">ఎగుమతి రద్దు చేయబడింది, %d అంశాలు ఎగుమతి చేశారు</item> + </plurals> + <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> + <!-- Detailed description 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_description">మీ పరిచయాలు ఏ విధంగా నిల్వ చేయబడాలి మరియు క్రమీకరించబడాలి అని నిర్మితీకరించుము</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> ద్వారా IP కాల్</string> + <string name="no_ip_number">IP నంబర్ లేదు</string> + <string name="no_ip_number_on_sim_card">SIM కార్డులో IP నంబర్ లేదు</string> + <string name="set_ip_number">IP నంబరును సెట్ చేయి</string> + <string name="ipcall_dialog_title">IP కాల్ సెట్టింగులు</string> + <string name="ipcall_dialog_edit_hint">దయచేసి IP ఆదిప్రత్యయాన్ని (ప్రిఫిక్స్) ప్రవేశపెట్టండి</string> + <string name="import_contacts_from_all_cards">అన్ని SIM కార్డుల నుండి పరిచయాలను దిగుమతి చెయ్యి</string> + <string name="select_path">పథాన్ని ఎంచుకొనుము</string> + <string name="select_sim">SIM ఎంపిక</string> +</resources> diff --git a/res/values-th/cm_strings.xml b/res/values-th/cm_strings.xml index fc4f45ae..2f933fd9 100644 --- a/res/values-th/cm_strings.xml +++ b/res/values-th/cm_strings.xml @@ -16,41 +16,57 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">บัญชีภายในแท็บเล็ต</string> <string name="local_storage_account" product="default">บัญชีภายในโทรศัพท์</string> - <string name="import_contacts_sim">นำเข้ารายชื่อจากซิมการ์ด?</string> - <string name="manage_sim_contacts">จัดการรายชื่อในซิมการ์ด</string> + <!-- CMCC --> + <string name="import_contacts_sim">ต้องการนำเข้ารายชื่อติดต่อจากซิมการ์ดหรือไม่</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">จัดการรายชื่อติดต่อในซิมการ์ด</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">ส่งออกไปยังซิมการ์ด</string> - <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' ไม่ถูกนำเข้าเนื่องจากมีข้อผิดพลาดของการอ่าน/เขียนไฟล์</string> - <string name="contact_share_failed_toast">ไม่สามารถแบ่งปันรายชื่อได้เกิน <xliff:g id="count">%d</xliff:g> ชื่อ</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">ไม่สามารถนำเข้า \'<xliff:g id="name">%s</xliff:g>\' เนื่องมาจากข้อผิดพลาดของ I/O</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">สามารถแบ่งปันรายชื่อผู้ติดต่อได้ไม่เกิน <xliff:g id="count">%d</xliff:g> ชื่อ</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_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="sim_contacts_not_loaded">ไม่สามารถโหลดรายชื่อผู้ติดต่อจากซิมการ์ดได้</string> <plurals name="export_cancelled"> - <item quantity="other">การส่งออกถูกยกเลิก, %d รายชื่อถูกส่งออกแล้ว</item> + <item quantity="other">การส่งออกถูกยกเลิก มี %d รายการถูกส่งออกแล้ว</item> </plurals> - <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> ไม่มีหมายเลขโทรศัพท์หรืออีเมล</string> - <string name="import_from_sim_select">เลือกบัตรที่จะนำเข้า</string> - <string name="no_sdcard_title" product="nosdcard">ไม่มีที่เก็บข้อมูล</string> - <string name="no_sdcard_title" product="default">ไม่มี SD card</string> - <string name="deleteConfirmation_title">ลบรายชื่อ?</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_done">คัดลอกรายชื่อติดต่อเสร็จสมบูรณ์</string> <string name="copy_failure">คัดลอกรายชื่อล้มเหลว</string> - <string name="card_no_space">คัดลอกรายชื่อล้มเหลว, ซิมการ์ดเต็ม</string> - <string name="settings_contact_display_options_description">ตั้งวิธีการเรียงลำดับการแสดงผลของรายชื่อ</string> + <string name="card_no_space">คัดลอกรายชื่อล้มเหลว ซิมการ์ดเต็ม</string> + <!-- Detailed description 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_description">กำหนดวิธีแสดงและจำแนกรายชื่อติดต่อ</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">โทรผ่าน IP โดย <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">ไม่มีหมายเลข IP</string> <string name="no_ip_number_on_sim_card">ไม่มีหมายเลข IP ในซิมการ์ด</string> <string name="set_ip_number">กำหนดหมายเลข IP</string> <string name="ipcall_dialog_title">ตั้งค่าการโทรผ่าน IP</string> <string name="ipcall_dialog_edit_hint">กรุณากรอกเลขนำหน้า IP</string> - <string name="import_contacts_from_all_cards">นำเข้ารายชื่อจากซิมการ์ดทั้งหมด</string> - <string name="select_path">เลือกเส้นทาง</string> + <string name="import_contacts_from_all_cards">นำเข้ารายชื่อติดต่อจากซิมการ์ดทั้งหมด</string> + <string name="select_path">เลือกพาธ</string> <string name="select_sim">เลือกซิมการ์ด</string> </resources> diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml index de4b6b66..31408168 100644 --- a/res/values-tr/cm_strings.xml +++ b/res/values-tr/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Yerel tablet hesabı</string> <string name="local_storage_account" product="default">Yerel telefon hesabı</string> + <!-- CMCC --> <string name="import_contacts_sim">Kişiler SIM karttan alınsın mı?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">SIM kart kişilerini yönet</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">SIM karta aktar</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' bir G/Ç hatasından dolayı alınamadı</string> - <string name="contact_share_failed_toast"><xliff:g id="count">%d</xliff:g> \'den fazla kişi paylaşılamaz</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">En fazla <xliff:g id="count">%d</xliff:g> kişi paylaşılabilir</string> <string name="label_groups">Grup</string> <string name="exporting">Dışa aktarılıyor\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> dosya</string> <string name="export_failed">Aktarım başarısız</string> <string name="sim_card_full">SIM kart dolu</string> @@ -37,14 +46,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> bir telefon numarasına veya e-posta adresine sahip değil</string> <string name="import_from_sim_select">Alınacak kartı seç</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Depolama kullanılabilir değil</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">SD kart yok</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Kişi silinsin mi?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Bu kişi silinecek.</string> <string name="copy_done">Kişi başarıyla kopyalandı</string> <string name="copy_failure">Kişi kopyalanamadı</string> <string name="card_no_space">Kişi kopyalanamadı, SIM kart dolu</string> + <!-- Detailed description 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_description">Kişilerinizin nasıl görüntüleneceğini ve sıralanacağını yapılandırın.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> ile IP araması</string> <string name="no_ip_number">IP numarası yok</string> <string name="no_ip_number_on_sim_card">SIM kartta IP numarası yok</string> diff --git a/res/values-ug/cm_strings.xml b/res/values-ug/cm_strings.xml index d989a42f..2b07f25d 100644 --- a/res/values-ug/cm_strings.xml +++ b/res/values-ug/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">يەرلىك تاختا كومپيۇتېر ھېساباتى</string> <string name="local_storage_account" product="default">يەرلىك تېلېفون ھېساباتى</string> + <!-- CMCC --> <string name="import_contacts_sim">ئالاقەداشلارنى SIM كارتىدىن ئەكىرەمدۇ؟</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">SIM كارتىدىكى ئالاقەداشلارنى باشقۇرۇش</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">SIM كارتىغا چىقار</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">بىر كىرگۈزۈش چىقىرىش خاتالىقى سەۋەبىدىن <xliff:g id="name">%s</xliff:g> نى ئەكىرەلمىدى</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">ھەمبەھىرلەيدىغان ئالاقەداش <xliff:g id="count">%d</xliff:g> دىن ئاشمايدۇ</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_failed">چىقىرالمىدى</string> <string name="sim_card_full">SIM كارتا لىق</string> @@ -36,14 +45,21 @@ </plurals> <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> + <!-- Detailed description 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_description">ئالاقەداشلىرىڭىزنى كۆرسىتىش ۋە تەرتىپلەش ئۇسۇلىنى سەپلەڭ.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot"><xliff:g id="subName">%s</xliff:g> بىلەن IP چاقىرىش</string> <string name="no_ip_number">IP نومۇر يوق</string> <string name="no_ip_number_on_sim_card">SIM كارتىدا IP نومۇر يوق</string> diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml index 50754180..74243c86 100644 --- a/res/values-ug/strings.xml +++ b/res/values-ug/strings.xml @@ -16,219 +16,564 @@ ~ 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> + <!-- 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 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> + <!-- 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] --> <string name="clearFrequentsConfirmation">بۇ مەشغۇلات ئالاقەداشلار ۋە نومۇر بۇرايدىغان ئەپتىكى دائىملىق ئالاقەداشلار تىزىمىنى تازىلايدۇ ھەمدە ئېلخەت ئەپتىن مەجبۇرىي ھالدا دائىملىق ئالاقەداشلىرىڭىزنىڭ ئادرېسىغا قايتىدىن ئېرىشىدۇ.</string> + <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] --> <string name="clearFrequentsProgress_title">دائىملىق ئالاقەداشلارنى تازىلاۋاتىدۇ…</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 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">ئىزدەۋاتىدۇ…</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="other">1 نى تاپتى</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> + <!-- 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" product="tablet">تاختا كومپيۇتېرلا، قەدەمداشلانمىغان</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" product="default">تېلېفوندىلا، قەدەمداشلانمىغان</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">پەيتلىك ئۇچۇر</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] --> <string name="eventLabelsGroup">پائالىيەتلەر</string> + <!-- 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">خەت ساندۇق</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">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> + <!-- 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">تېخىمۇ كۆپ گۇرۇپپا…</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">%s</xliff:g>\" گۇرۇپپا چىقىرىۋېتىلسە ئۇنداقتا گۇرۇپپىغا ئايرىلمىغان باشقا ھەممە ئالاقەداشلارمۇ بىللە چىقىرىۋېتىلىدۇ.</string> + <!-- Displayed in a spinner dialog as user changes to display options are saved --> <string name="savingDisplayGroups">كۆرسىتىش تاللانمىسى ساقلاۋاتىدۇ…</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">%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> <string name="dialog_new_contact_account">ھېساباتقا ئالاقەداش قۇر</string> + <!-- Action string for selecting SIM for importing contacts --> <string name="import_from_sim">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 (USB) storage for importing contacts [CHAR LIMIT=30] --> <string name="import_from_sdcard" product="default">ساقلىغۇچتىن ئەكىر</string> + <!-- 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">%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">%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 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">\"لازىملىق ھۆججەت ئاتى بەك ئۇزۇن (\"%s\").\"<xliff:g id="FILENAME"/></string> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> <string name="fail_reason_too_many_vcard" product="nosdcard">ساقلىغۇچتا vCard ھۆججىتى بەك كۆپ.</string> + <!-- The failed reason shown when vCard exporter could not create a file for the vCard since + there are too many files relevant to vCard. --> <string name="fail_reason_too_many_vcard" product="default">SD كارتىدا vCard ھۆججىتى بەك كۆپ.</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">%s</xliff:g> چىقىرىش تاماملاندى.</string> + <!-- 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">%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 --> <string name="exporting_contact_list_message">ئالاقەداش سانلىق مەلۇماتىڭىز ھۆججەتكە چىقىرىلىدۇ: <xliff:g id="FILE_NAME">%s</xliff:g>.</string> + <!-- 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" product="tablet">چىقىرىدىغان ئالاقەداشلار يوق. ئەگەر تاختا كومپيۇتېرىڭىزدا ئالاقەداشلارىڭىز بولسا ئۇنداقتا مەلۇم سانلىق مەلۇمات تەمىنلەش پىروگراممىسى تېلېفونىڭىزدىن ھەر قانداق ئالاقەداش چىقىرىشنى چەكلىگەن بولۇشى مۇمكىن.</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" product="default">چىقىرىدىغان ئالاقەداشلار يوق. ئەگەر تېلېفونىڭىزدا ئالاقەداشلارىڭىز بولسا ئۇنداقتا مەلۇم سانلىق مەلۇمات تەمىنلەش پىروگراممىسى تېلېفونىڭىزدىن ھەر قانداق ئالاقەداش چىقىرىشنى چەكلىگەن بولۇشى مۇمكىن.</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> + <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> <string name="no_sdcard_message" product="nosdcard">ھېچقانداق ساقلىغۇچ تېپىلمىدى.</string> + <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> <string name="no_sdcard_message" product="default">SD كارتا تېپىلمىدى.</string> + <!-- Dialog message shown when a user confirms whether he/she export Contact data [CHAR LIMIT=NONE] --> <string name="confirm_export_message">ئالاقەداش تىزىمىڭىز ھۆججەتكە چىقىرىلىدۇ: <xliff:g id="VCARD_FILENAME">%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">%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">%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">%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> نى تېزلا ئېلىپ كىرىدۇ.</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">%s</xliff:g> نى تېزلا چىقىرىدۇ.</string> + <!-- 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 failure message shown when the system could not find any vCard file. + (with extension ".vcf" in (USB) storage.) + [CHAR LIMIT=128] --> <string name="import_failure_no_vcard_file" product="nosdcard">بۇ ساقلىغۇچتىن vCard ھۆججىتىنى تاپالمىدى</string> + <!-- The failure message shown when the system could not find any vCard file. + (with extension ".vcf" in SDCard.) + [CHAR LIMIT=128] --> <string name="import_failure_no_vcard_file" product="default">SD كارتىدىن 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> + <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> <string name="select_vcard_title">vCard ھۆججەت تاللاڭ</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_one_vcard_string">بىر vCard ھۆججەت ئەكىر</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_multiple_vcard_string">كۆپ vCard ھۆججەت ئەكىر</string> + <!-- One of alternatives shown when the system allows a user to select how many vCard files + should be imported. This message shows only when the system is certain that there's more + than one vCard files available in the system. --> <string name="import_all_vcard_string">ھەممە vCard ھۆججەتنى ئەكىر</string> + <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> <string name="searching_vcard_message" product="nosdcard">ساقلىغۇچتىن vCard سانلىق مەلۇماتىنى ئىزدەۋاتىدۇ…</string> + <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> <string name="searching_vcard_message" product="default">SD كارتىدىن vCard سانلىق مەلۇماتىنى ئىزدەۋاتىدۇ</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> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> <string name="scanning_sdcard_failed_message" product="nosdcard">ساقلىغۇچنى تەكشۈرەلمىدى. (سەۋەبى: <xliff:g id="FAIL_REASON">%s</xliff:g>)</string> + <!-- Dialog message shown when searching VCard data failed. + An exact reason for the failure should [CHAR LIMIT=NONE] --> <string name="scanning_sdcard_failed_message" product="default">SD كارتا تەكشۈرەلمىدى(سەۋەبى: <xliff:g id="FAIL_REASON">%s</xliff:g>)</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">%s</xliff:g></string> + <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] --> <string name="export_to_sdcard" product="default">ساقلىغۇچقا چىقار</string> + <!-- 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 --> + <!-- Action that shares visible contacts --> <string name="share_visible_contacts">كۆرۈنىدىغان ئالاقەداش ھەمبەھىر</string> + <!-- 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> + <!-- 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]--> <string name="listTotalAllContactsZeroStarred">ياقتۇرىدىغانلار يوق.</string> + <!-- 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">%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 --> <string name="menu_accounts">ھېساباتلار</string> + <!-- 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">via <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="source" example="Google Talk">%2$s</xliff:g> ئارقىلىق <xliff:g id="date" example="3 hours ago">%1$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] --> </resources> diff --git a/res/values-uk/cm_strings.xml b/res/values-uk/cm_strings.xml index 72c7e8fa..2be25704 100644 --- a/res/values-uk/cm_strings.xml +++ b/res/values-uk/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Локальний обліковий запис планшета</string> <string name="local_storage_account" product="default">Локальний обліковий запис телефону</string> + <!-- CMCC --> <string name="import_contacts_sim">Імпорт контактів з SIM-карти?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Керування контактами SIM-карти</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Експорт до SIM-картки</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">Не вдалося імпортувати \'<xliff:g id="name">%s</xliff:g>\' через помилку вводу/виводу</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Можливо відправити не більш ніж <xliff:g id="count">%d</xliff:g> контактів</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_failed">Помилка експорту</string> <string name="sim_card_full">SIM-карта заповнена</string> @@ -38,14 +47,21 @@ </plurals> <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> + <!-- Detailed description 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_description">Налаштувати відображання та сортування контактів.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP-виклик за допомогою <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Немає IP номера</string> <string name="no_ip_number_on_sim_card">Немає IP номера на SIM-картці</string> diff --git a/res/values-ur-rPK/cm_strings.xml b/res/values-ur-rPK/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-ur-rPK/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-uz-rUZ/cm_strings.xml b/res/values-uz-rUZ/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-uz-rUZ/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> diff --git a/res/values-vi/cm_strings.xml b/res/values-vi/cm_strings.xml index 02fe2efa..2cf73a0b 100644 --- a/res/values-vi/cm_strings.xml +++ b/res/values-vi/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">Tài khoản máy tính bảng nội bộ</string> <string name="local_storage_account" product="default">Tài khoản điện thoại nội bộ</string> + <!-- CMCC --> <string name="import_contacts_sim">Nhập danh bạ từ thẻ SIM?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">Quản lý danh bạ trên thẻ SIM</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">Xuất đến thẻ SIM</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">\'<xliff:g id="name">%s</xliff:g>\' không thể nhập do lỗi I/O</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">Không quá <xliff:g id="count">%d</xliff:g> số liên lạc có thể được chia sẻ</string> <string name="label_groups">Nhóm</string> <string name="exporting">Đang xuất\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> tập tin</string> <string name="export_failed">Xuất thất bại</string> <string name="sim_card_full">Thẻ SIM đã đầy</string> @@ -36,14 +45,21 @@ </plurals> <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> không có số điện thoại hoặc địa chỉ email</string> <string name="import_from_sim_select">Chọn thẻ để nhập</string> + <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] --> <string name="no_sdcard_title" product="nosdcard">Bộ nhớ không khả dụng</string> + <!-- Dialog title shown when SD Card does not exist --> <string name="no_sdcard_title" product="default">Không có thẻ nhớ</string> + <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]--> <string name="deleteConfirmation_title">Xóa số liên lạc?</string> + <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">Số liên lạc này sẽ bị xóa.</string> <string name="copy_done">Số liên lạc đã được sao chép thành công</string> <string name="copy_failure">Sao chép số liên lạc đã thất bại</string> <string name="card_no_space">Sao chép số liên lạc đã thất bại, thẻ SIM đã đầy</string> + <!-- Detailed description 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_description">Thiết lập cấu hình hiển thị và sắp xếp danh bạ của bạn.</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">Cuộc gọi IP qua <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">Không có số IP</string> <string name="no_ip_number_on_sim_card">Không có số IP trên thẻ SIM</string> diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml index 3134001a..0d7511f2 100644 --- a/res/values-zh-rCN/cm_strings.xml +++ b/res/values-zh-rCN/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">本地平板电脑帐户</string> <string name="local_storage_account" product="default">本地手机帐户</string> + <!-- CMCC --> <string name="import_contacts_sim">从 SIM 卡导入联系人吗?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">管理 SIM 卡联系人</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">导出到 SIM 卡</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">“<xliff:g id="name">%s</xliff:g>” 由于读写错误无法导入</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">可以共享不超过 <xliff:g id="count">%d</xliff:g> 个联系人</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">%2$s</xliff:g> 个中的 <xliff:g id="total_number">%1$s</xliff:g> 个文件</string> <string name="export_failed">导出失败</string> <string name="sim_card_full">SIM 卡空间已满</string> @@ -36,14 +45,21 @@ </plurals> <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> + <!-- Detailed description 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_description">设置您的联系人的显示和排序方式。</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">IP 呼叫由 <xliff:g id="subName">%s</xliff:g></string> <string name="no_ip_number">没有 IP 号码</string> <string name="no_ip_number_on_sim_card">在 SIM 卡上没有 IP 号码</string> diff --git a/res/values-zh-rHK/cm_strings.xml b/res/values-zh-rHK/cm_strings.xml index 3eaca935..32180873 100644 --- a/res/values-zh-rHK/cm_strings.xml +++ b/res/values-zh-rHK/cm_strings.xml @@ -16,8 +16,57 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">本機平板電腦帳戶</string> <string name="local_storage_account" product="default">本機電話帳戶</string> - <string name="export_to_sim">匯出至 SIM 咭</string> - <string name="select_sim">選擇 SIM 咭</string> + <!-- CMCC --> + <string name="import_contacts_sim">從 SIM 卡匯入聯絡人?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <string name="manage_sim_contacts">管理 SIM 卡聯絡人</string> + <!-- Action that exports all contacts to SIM --> + <string name="export_to_sim">匯出至 SIM 卡</string> + <!--The failed reason shown when importing a vCard file --> + <string name="fail_reason_import_vcard">I/O 錯誤導致無法匯入「<xliff:g id="name">%s</xliff:g>」</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> + <string name="contact_share_failed_toast">可以共用不超過 <xliff:g id="count">%d </xliff:g> 個聯絡人</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_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> + <plurals name="export_cancelled"> + <item quantity="other">匯出已取消,已匯出 %d 個項目</item> + </plurals> + <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> + <!-- Detailed description 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_description">配置您的聯絡人顯示及分類的方式。</string> + <!-- Menu item used to initiate ip call --> + <string name="ip_call_by_slot">來自 <xliff:g id="subName">%s</xliff:g> 的 IP 通話</string> + <string name="no_ip_number">沒有 IP 號碼</string> + <string name="no_ip_number_on_sim_card">SIM 卡上沒有 IP 號碼</string> + <string name="set_ip_number">設定 IP 號碼</string> + <string name="ipcall_dialog_title">IP 通話設定</string> + <string name="ipcall_dialog_edit_hint">請輸入 IP 首碼</string> + <string name="import_contacts_from_all_cards">從所有 SIM 卡匯入聯絡人</string> + <string name="select_path">選擇路徑</string> + <string name="select_sim">選擇 SIM 卡</string> </resources> diff --git a/res/values-zh-rTW/cm_strings.xml b/res/values-zh-rTW/cm_strings.xml index 4c307079..c9497bb2 100644 --- a/res/values-zh-rTW/cm_strings.xml +++ b/res/values-zh-rTW/cm_strings.xml @@ -16,15 +16,24 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Virtual local storage account name --> <string name="local_storage_account" product="tablet">本機平板電腦帳戶</string> <string name="local_storage_account" product="default">本機手機帳戶</string> + <!-- CMCC --> <string name="import_contacts_sim">從 SIM 卡匯入聯絡人嗎?</string> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> <string name="manage_sim_contacts">管理 SIM 卡聯絡人</string> + <!-- Action that exports all contacts to SIM --> <string name="export_to_sim">匯出至 SIM 卡</string> + <!--The failed reason shown when importing a vCard file --> <string name="fail_reason_import_vcard">由於 I/O 錯誤導致無法匯入「<xliff:g id="name">%s</xliff:g>」</string> + <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] --> <string name="contact_share_failed_toast">無法分享超過 <xliff:g id="count">%d</xliff:g> 個聯絡人</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_failed">匯出失敗</string> <string name="sim_card_full">SIM 卡已滿</string> @@ -36,14 +45,21 @@ </plurals> <string name="export_no_phone_or_email">「<xliff:g id="name">%s</xliff:g>」沒有電話號碼或電子郵件地址</string> <string name="import_from_sim_select">選取要匯入的 SIM 卡</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> + <!-- Detailed description 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_description">配置您的聯絡人顯示及分類的方式。</string> + <!-- Menu item used to initiate ip call --> <string name="ip_call_by_slot">來自「<xliff:g id="subName">%s</xliff:g>」的網路通話</string> <string name="no_ip_number">無 IP 號碼</string> <string name="no_ip_number_on_sim_card">SIM 卡上沒有 IP 號碼</string> diff --git a/res/values-zu/cm_strings.xml b/res/values-zu/cm_strings.xml new file mode 100644 index 00000000..5eabab7d --- /dev/null +++ b/res/values-zu/cm_strings.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 The CyanogenMod 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"> + <!-- Virtual local storage account name --> + <!-- CMCC --> + <!-- CAF --> + <!-- Action string for managing SIM contacts --> + <!-- Action that exports all contacts to SIM --> + <!--The failed reason shown when importing a vCard file --> + <!-- 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. --> + <!-- Detailed description of the preference section that allows users to configure how they + want their contacts to be displayed. [CHAR LIMIT=128] --> + <!-- Menu item used to initiate ip call --> +</resources> |