summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-16 17:46:28 +0300
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-16 17:46:28 +0300
commit398374a69a8ccb735b6fbe91338a96e628d8b3b0 (patch)
tree18369945708ad19db26bb276bf26cc5912d6b35c /res
parent0e6d8d4bfe506d615d11672a889fbbaa9212cd4b (diff)
downloadandroid_packages_apps_ContactsCommon-398374a69a8ccb735b6fbe91338a96e628d8b3b0.tar.gz
android_packages_apps_ContactsCommon-398374a69a8ccb735b6fbe91338a96e628d8b3b0.tar.bz2
android_packages_apps_ContactsCommon-398374a69a8ccb735b6fbe91338a96e628d8b3b0.zip
Automatic translation import
Change-Id: Ie35f787df491facab98385ec20453171a4070868
Diffstat (limited to 'res')
-rw-r--r--res/values-bg/cm_plurals.xml4
-rw-r--r--res/values-bg/cm_strings.xml4
-rw-r--r--res/values-ca/cm_plurals.xml4
-rw-r--r--res/values-ca/cm_strings.xml4
-rw-r--r--res/values-cs/cm_plurals.xml5
-rw-r--r--res/values-cs/cm_strings.xml1
-rw-r--r--res/values-csb-rPL/cm_strings.xml27
-rw-r--r--res/values-csb-rPL/strings.xml364
-rw-r--r--res/values-da/cm_plurals.xml4
-rw-r--r--res/values-da/cm_strings.xml1
-rw-r--r--res/values-de/cm_plurals.xml4
-rw-r--r--res/values-de/cm_strings.xml2
-rw-r--r--res/values-el/cm_plurals.xml4
-rw-r--r--res/values-el/cm_strings.xml4
-rw-r--r--res/values-eu-rES/cm_plurals.xml4
-rw-r--r--res/values-eu-rES/cm_strings.xml5
-rw-r--r--res/values-fi/cm_strings.xml4
-rw-r--r--res/values-in/cm_plurals.xml28
-rw-r--r--res/values-in/cm_strings.xml33
-rw-r--r--res/values-it/cm_strings.xml4
-rw-r--r--res/values-pt-rBR/cm_plurals.xml4
-rw-r--r--res/values-pt-rBR/cm_strings.xml4
-rw-r--r--res/values-sl/cm_plurals.xml6
-rw-r--r--res/values-sl/cm_strings.xml4
-rw-r--r--res/values-sv/cm_strings.xml2
-rw-r--r--res/values-zh-rCN/cm_plurals.xml3
-rw-r--r--res/values-zh-rCN/cm_strings.xml2
27 files changed, 535 insertions, 0 deletions
diff --git a/res/values-bg/cm_plurals.xml b/res/values-bg/cm_plurals.xml
index 2afe2998..cce39855 100644
--- a/res/values-bg/cm_plurals.xml
+++ b/res/values-bg/cm_plurals.xml
@@ -28,4 +28,8 @@
<item quantity="one">Експортирането прекратено, <xliff:g id="insertCount">%d</xliff:g> елемента е експортиран</item>
<item quantity="other">Експортирането прекратено, <xliff:g id="insertCount">%d</xliff:g> елемента експортирани</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one"><xliff:g id="spamCount">%d </xliff:g> този човек е маркиран, като спам</item>
+ <item quantity="other"><xliff:g id="spamCount">%d </xliff:g> този хора са маркирани, като спам</item>
+ </plurals>
</resources>
diff --git a/res/values-bg/cm_strings.xml b/res/values-bg/cm_strings.xml
index efb64735..caf86646 100644
--- a/res/values-bg/cm_strings.xml
+++ b/res/values-bg/cm_strings.xml
@@ -57,4 +57,8 @@
<string name="block_dialog_description">Няма да получавате повече повиквания от този контакт.</string>
<string name="block_dialog_report_spam">Доклад за спам на <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Доклад за не-спам на <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_msg">Влезте в <xliff:g id="plugin_name">%1$s </xliff:g> да видите вашите <xliff:g id="plugin_name"> %1$s </xliff:g> контакти тук</string>
+ <string name="plugin_login_button_title">Вход</string>
+ <string name="plugin_empty_list_text">Нямате <xliff:g id="plugin_name">%s </xliff:g> контакти, \n</string>
+ <string name="plugin_empty_list_action_text">Добавяне на хора</string>
</resources>
diff --git a/res/values-ca/cm_plurals.xml b/res/values-ca/cm_plurals.xml
index 64b8ec97..fc958a79 100644
--- a/res/values-ca/cm_plurals.xml
+++ b/res/values-ca/cm_plurals.xml
@@ -28,4 +28,8 @@
<item quantity="one">S\'ha cancel·lat l\'exportació, s\'ha exportat <xliff:g id="insertCount">%d</xliff:g> article</item>
<item quantity="other">S\'ha cancel·lat l\'exportació, s\'han exportat <xliff:g id="insertCount">%d</xliff:g> articles</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one"><xliff:g id="spamCount">%d</xliff:g> persona ha marcat això com a brossa</item>
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> persones han marcat això a brossa</item>
+ </plurals>
</resources>
diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml
index 1fad97c0..cc191cc7 100644
--- a/res/values-ca/cm_strings.xml
+++ b/res/values-ca/cm_strings.xml
@@ -57,4 +57,8 @@
<string name="block_dialog_description">Ja no rebràs més trucades o missatges d\'aquesta persona.</string>
<string name="block_dialog_report_spam">Informa com a no desitjat a <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Informa com a desitjat a <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_msg">Inicia la sessió a <xliff:g id="plugin_name">%1$s</xliff:g> per veure els teus contactes de <xliff:g id="plugin_name">%1$s</xliff:g> aquí</string>
+ <string name="plugin_login_button_title">Inicia la sessió</string>
+ <string name="plugin_empty_list_text">No tens contactes de <xliff:g id="plugin_name">%s</xliff:g>,\n</string>
+ <string name="plugin_empty_list_action_text">afegeix gent</string>
</resources>
diff --git a/res/values-cs/cm_plurals.xml b/res/values-cs/cm_plurals.xml
index 6151ea4c..fa938b2a 100644
--- a/res/values-cs/cm_plurals.xml
+++ b/res/values-cs/cm_plurals.xml
@@ -31,4 +31,9 @@
<item quantity="few">Export byl zrušen, <xliff:g id="insertCount">%d</xliff:g> položky byly exportovány</item>
<item quantity="other">Export byl zrušen, <xliff:g id="insertCount">%d</xliff:g> položek bylo exportováno</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one"><xliff:g id="spamCount">%d</xliff:g> osoba označila toto jako spam</item>
+ <item quantity="few"><xliff:g id="spamCount">%d</xliff:g> osoby označily toto jako spam</item>
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> osob označilo toto jako spam</item>
+ </plurals>
</resources>
diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml
index ac72cf27..f5404753 100644
--- a/res/values-cs/cm_strings.xml
+++ b/res/values-cs/cm_strings.xml
@@ -57,4 +57,5 @@
<string name="block_dialog_description">Od této osoby již nebudete přijímat hovory a zprávy.</string>
<string name="block_dialog_report_spam">Nahlásit jako spam operátoru <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Nahlásit že není spam operátoru <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_empty_list_action_text">přidat kontakt</string>
</resources>
diff --git a/res/values-csb-rPL/cm_strings.xml b/res/values-csb-rPL/cm_strings.xml
new file mode 100644
index 00000000..ea9255f3
--- /dev/null
+++ b/res/values-csb-rPL/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 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 -->
+ <!-- Action that exports all contacts to SIM -->
+ <!-- Action string for selecting a SIM subscription for exporting contacts -->
+ <!-- Action string for selecting a SIM subscription for exporting contacts, without a phone number -->
+ <!-- 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 -->
+ <!-- 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..e8a7da6b
--- /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] -->
+ <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
+ <!-- Action string for calling a custom phone number -->
+ <!-- Action string for calling a home phone number -->
+ <!-- Action string for calling a mobile phone number -->
+ <!-- Action string for calling a work phone number -->
+ <!-- Action string for calling a work fax phone number -->
+ <!-- Action string for calling a home fax phone number -->
+ <!-- Action string for calling a pager phone number -->
+ <!-- Action string for calling an other phone number -->
+ <!-- Action string for calling a callback number -->
+ <!-- Action string for calling a car phone number -->
+ <!-- Action string for calling a company main phone number -->
+ <!-- Action string for calling a ISDN phone number -->
+ <!-- Action string for calling a main phone number -->
+ <!-- Action string for calling an other fax phone number -->
+ <!-- Action string for calling a radio phone number -->
+ <!-- Action string for calling a Telex phone number -->
+ <!-- Action string for calling a TTY/TDD phone number -->
+ <!-- Action string for calling a work mobile phone number -->
+ <!-- Action string for calling a work pager phone number -->
+ <!-- Action string for calling an assistant phone number -->
+ <!-- Action string for calling a MMS phone number -->
+ <!-- Action string for 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 a .vcf file to import contacts from [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 user doesn't have all permissions required to use the current screen. So
+ close the current screen and show the user this message. -->
+ <!-- The failed reason shown when some error happend during contacts export.
+ Some exact reason must follow this. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when the given file name is too long for the system.
+ The length limit of each file is different in each Android device, so we don't need to
+ mention it here. [CHAR LIMIT=NONE] -->
+ <!-- The failed reason shown when 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 has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- 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] -->
+ <!-- Description shown when importing vCard data.
+ The argument is the name of a contact which is being read.
+ [CHAR LIMIT=20] -->
+ <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard is canceled (probably by a user)
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when reading vCard finished
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The title shown when importing vCard is canceled (probably by a user)
+ The argument is file name the user canceled importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user imported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
+ "The file" is what a user selected for importing.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
+ when there are already other import/export requests.
+ The argument is file name the user exported.
+ [CHAR LIMIT=40] -->
+ <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
+ <!-- The message shown when a 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] -->
+ <!-- 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 a user selected destination. [CHAR LIMIT=25] -->
+ <!-- Contact preferences related strings -->
+ <!-- Label of the "sort by" display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- An allowable value for the "sort list by" contact display option -->
+ <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- An allowable value for the "view names as" contact display option -->
+ <!-- Action that shares visible contacts -->
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <!-- 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] -->
+ <!-- String used for actions in the dialer call log and the quick contact card to initiate
+ a call to an individual. The user is prompted to enter a note which is sent along with
+ the call (e.g. a call subject). [CHAR LIMIT=40] -->
+ <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
+ <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
+ <!-- String used to represent the total number of characters entered for a call subject,
+ compared to the character limit. Example: 2 / 64 -->
+ <!-- String used to build a phone number bype and phone number string.
+ Example: Mobile • 650-555-1212 -->
+</resources>
diff --git a/res/values-da/cm_plurals.xml b/res/values-da/cm_plurals.xml
index 32be35fc..610f75f3 100644
--- a/res/values-da/cm_plurals.xml
+++ b/res/values-da/cm_plurals.xml
@@ -28,4 +28,8 @@
<item quantity="one">Eksporten blev annulleret, <xliff:g id="insertCount">%d</xliff:g> element blev eksporteret</item>
<item quantity="other">Eksporten blev annulleret, <xliff:g id="insertCount">%d</xliff:g> elementer blev eksporteret</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one"><xliff:g id="spamCount">%d</xliff:g> person markeret det som spam</item>
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> personer markeret det som spam</item>
+ </plurals>
</resources>
diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml
index 6c561f54..53ae71ef 100644
--- a/res/values-da/cm_strings.xml
+++ b/res/values-da/cm_strings.xml
@@ -57,4 +57,5 @@
<string name="block_dialog_description">Du vil ikke længere modtage opkald eller beskeder fra denne person.</string>
<string name="block_dialog_report_spam">Rapporter som spam til <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Rapporter som ikke-spam til <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_empty_list_action_text">tilføj personer</string>
</resources>
diff --git a/res/values-de/cm_plurals.xml b/res/values-de/cm_plurals.xml
index 23e8e4bf..1f492618 100644
--- a/res/values-de/cm_plurals.xml
+++ b/res/values-de/cm_plurals.xml
@@ -28,4 +28,8 @@
<item quantity="one">Export abgebrochen, <xliff:g id="insertCount">%d</xliff:g> Element wurde exportiert</item>
<item quantity="other">Export abgebrochen, <xliff:g id="insertCount">%d</xliff:g> Elemente wurden exportiert</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one"><xliff:g id="spamCount">%d</xliff:g> Person hat dies als Spam markiert</item>
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> Personen haben dies als Spam markiert</item>
+ </plurals>
</resources>
diff --git a/res/values-de/cm_strings.xml b/res/values-de/cm_strings.xml
index 435ecef4..990dcc9e 100644
--- a/res/values-de/cm_strings.xml
+++ b/res/values-de/cm_strings.xml
@@ -57,4 +57,6 @@
<string name="block_dialog_description">Sie werden von dieser Person keine Anrufe oder Nachrichten mehr empfangen.</string>
<string name="block_dialog_report_spam">An <xliff:g id="provider">%s</xliff:g> als Spam melden</string>
<string name="block_dialog_report_nonspam">An <xliff:g id="provider">%s</xliff:g> als vertrauenswürdig melden</string>
+ <string name="plugin_login_button_title">Anmelden</string>
+ <string name="plugin_empty_list_action_text">Personen hinzufügen</string>
</resources>
diff --git a/res/values-el/cm_plurals.xml b/res/values-el/cm_plurals.xml
index b8c48cad..dc97ce75 100644
--- a/res/values-el/cm_plurals.xml
+++ b/res/values-el/cm_plurals.xml
@@ -28,4 +28,8 @@
<item quantity="one">Η εξαγωγή ακυρώθηκε, εξήχθη <xliff:g id="insertCount">%d</xliff:g> στοιχείο</item>
<item quantity="other">Η εξαγωγή ακυρώθηκε, εξήχθησαν <xliff:g id="insertCount">%d</xliff:g> στοιχεία</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one"><xliff:g id="spamCount">%d</xliff:g> άτομο το επισήμανε ως ανεπιθύμητο</item>
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> άτομα το επισήμαναν ως ανεπιθύμητο</item>
+ </plurals>
</resources>
diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml
index 6df44878..6ba8f6ff 100644
--- a/res/values-el/cm_strings.xml
+++ b/res/values-el/cm_strings.xml
@@ -57,4 +57,8 @@
<string name="block_dialog_description">Δε θα λαμβάνετε πλέον κλήσεις ή μηνύματα από αυτό το άτομο.</string>
<string name="block_dialog_report_spam">Αναφορά ως ανεπιθύμητη στο <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Αναφορά ως μη ανεπιθύμητη στο <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_msg">Συνδεθείτε στο <xliff:g id="plugin_name">%1$s</xliff:g> για να δείτε τις <xliff:g id="plugin_name">%1$s</xliff:g> επαφές σας εδώ</string>
+ <string name="plugin_login_button_title">Είσοδος</string>
+ <string name="plugin_empty_list_text">Δεν έχετε επαφές <xliff:g id="plugin_name">%s</xliff:g>,\n</string>
+ <string name="plugin_empty_list_action_text">προσθέστε άτομα</string>
</resources>
diff --git a/res/values-eu-rES/cm_plurals.xml b/res/values-eu-rES/cm_plurals.xml
index bff710ce..dc5faaaf 100644
--- a/res/values-eu-rES/cm_plurals.xml
+++ b/res/values-eu-rES/cm_plurals.xml
@@ -28,4 +28,8 @@
<item quantity="one">Esportazioa eten da, elementu <xliff:g id="insertCount">%d</xliff:g> esportatu da</item>
<item quantity="other">Esportazioa eten da, <xliff:g id="insertCount">%d</xliff:g> elementu esportatu dira</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one">Pertsona <xliff:g id="spamCount">%d</xliff:g>ek hau spam gisa markatu du</item>
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> pertsonek hau spam gisa markatu dute</item>
+ </plurals>
</resources>
diff --git a/res/values-eu-rES/cm_strings.xml b/res/values-eu-rES/cm_strings.xml
index a67018f2..95c760e8 100644
--- a/res/values-eu-rES/cm_strings.xml
+++ b/res/values-eu-rES/cm_strings.xml
@@ -57,4 +57,9 @@
<string name="block_dialog_description">Ez duzu pertsona honen deirik edo mezurik jasoko aurrerantzean.</string>
<string name="block_dialog_report_spam">Spam dela adierazi <xliff:g id="provider">%s</xliff:g>ri</string>
<string name="block_dialog_report_nonspam">Spam ez dela adierazi <xliff:g id="provider">%s</xliff:g>(r)i</string>
+ <string name="plugin_login_msg">Hasi <xliff:g id="plugin_name">%1$s</xliff:g> zure
+ <xliff:g id="plugin_name">%1$s</xliff:g> kontaktuak hemen ikusteko</string>
+ <string name="plugin_login_button_title">Hasi saioa</string>
+ <string name="plugin_empty_list_text">Ez duzu <xliff:g id="plugin_name">%s</xliff:g> kontakturik,\n</string>
+ <string name="plugin_empty_list_action_text">gehitu jendea</string>
</resources>
diff --git a/res/values-fi/cm_strings.xml b/res/values-fi/cm_strings.xml
index 18e7b237..0308f5ff 100644
--- a/res/values-fi/cm_strings.xml
+++ b/res/values-fi/cm_strings.xml
@@ -57,4 +57,8 @@
<string name="block_dialog_description">Et saa enään puheluita tai viestejä tältä henkilöltä.</string>
<string name="block_dialog_report_spam">Ilmoita spam-puheluista palveluun <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Ilmoita ei-spam-puhelusta palveluun <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_msg">Kirjaudu palveluun <xliff:g id="plugin_name">%1$s</xliff:g> nähdäksesi <xliff:g id="plugin_name">%1$s</xliff:g>-yhteystietosi täällä</string>
+ <string name="plugin_login_button_title">Kirjaudu sisään</string>
+ <string name="plugin_empty_list_text">Sinulla ei ole <xliff:g id="plugin_name">%s</xliff:g>-yhteystietoja.\n</string>
+ <string name="plugin_empty_list_action_text">lisää henkilöitä</string>
</resources>
diff --git a/res/values-in/cm_plurals.xml b/res/values-in/cm_plurals.xml
new file mode 100644
index 00000000..ae284a3b
--- /dev/null
+++ b/res/values-in/cm_plurals.xml
@@ -0,0 +1,28 @@
+<?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">
+ <plurals name="export_to_sim_failed">
+ <item quantity="other">Ekspor gagal, <xliff:g id="insertCount">%d</xliff:g> item telah diekspor</item>
+ </plurals>
+ <plurals name="export_sim_card_full">
+ <item quantity="other">Kartu SIM telah penuh, <xliff:g id="insertCount">%d</xliff:g> item telah dikeluarkan</item>
+ </plurals>
+ <plurals name="export_cancelled">
+ <item quantity="other">Proses pengeluaran dibatalkan, <xliff:g id="insertCount">%d</xliff:g> item telah dikeluarkan</item>
+ </plurals>
+</resources>
diff --git a/res/values-in/cm_strings.xml b/res/values-in/cm_strings.xml
index ea9255f3..d36c13cb 100644
--- a/res/values-in/cm_strings.xml
+++ b/res/values-in/cm_strings.xml
@@ -17,11 +17,44 @@
-->
<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 telepon lokal</string>
<!-- Action that exports all contacts to SIM -->
+ <string name="export_to_sim">Ekspor ke kartu SIM</string>
<!-- Action string for selecting a SIM subscription for exporting contacts -->
+ <string name="export_to_sim_summary">Ekspor ke 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 exporting contacts, without a phone number -->
+ <string name="export_to_sim_summary_no_number">Ekspor ke SIM <xliff:g id="sim_name">%1$s</xliff:g></string>
<!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
+ <string name="share_failed">Terlalu banyak kontak, gagal untuk berbagi</string>
+ <string name="label_groups">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_finished">Ekspor selesai</string>
+ <string name="tag_too_long">Nama kontak terlalu panjang</string>
+ <string name="sim_contacts_not_loaded">Tidak dapat memuat kontak SIM</string>
+ <string name="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>
+ <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>
<!-- 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">Silakan memasukkan awalan IP</string>
+ <string name="menu_block_contact">Blokir</string>
+ <string name="menu_unblock_contact">Buka blokir</string>
+ <string name="block_dialog_title">Memblokir kontak ini?</string>
+ <string name="unblock_dialog_title">Membuka blokir kontak ini?</string>
+ <string name="block_dialog_positive">Blokir</string>
+ <string name="unblock_dialog_positive">Buka blokir</string>
+ <string name="block_dialog_negative">Batalkan</string>
+ <string name="block_dialog_description">Anda tidak akan menerima panggilan atau pesan dari oknum ini.</string>
+ <string name="block_dialog_report_spam">Laporan spam ke <xliff:g id="provider">%s </xliff:g></string>
+ <string name="block_dialog_report_nonspam">Laporkan sebagai bukan spam ke <xliff:g id="provider">%s</xliff:g></string>
</resources>
diff --git a/res/values-it/cm_strings.xml b/res/values-it/cm_strings.xml
index 48d472e5..28fa1fcc 100644
--- a/res/values-it/cm_strings.xml
+++ b/res/values-it/cm_strings.xml
@@ -57,4 +57,8 @@
<string name="block_dialog_description">Non riceverai più chiamate o messaggi da questa persona.</string>
<string name="block_dialog_report_spam">Segnala come spam a <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Segnala come non spam a <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_msg">Accedi a <xliff:g id="plugin_name">%1$s</xliff:g> per vedere i tuoi contatti <xliff:g id="plugin_name">%1$s</xliff:g> qui</string>
+ <string name="plugin_login_button_title">Accedi</string>
+ <string name="plugin_empty_list_text">Non hai nessun contatto <xliff:g id="plugin_name">%s</xliff:g>,\n</string>
+ <string name="plugin_empty_list_action_text">aggiungi persone</string>
</resources>
diff --git a/res/values-pt-rBR/cm_plurals.xml b/res/values-pt-rBR/cm_plurals.xml
index 242907dd..0dcbb920 100644
--- a/res/values-pt-rBR/cm_plurals.xml
+++ b/res/values-pt-rBR/cm_plurals.xml
@@ -28,4 +28,8 @@
<item quantity="one">A exportação foi cancelada, <xliff:g id="insertCount">%d</xliff:g> item foi exportado</item>
<item quantity="other">A exportação foi cancelada, <xliff:g id="insertCount">%d </xliff:g> itens foram exportados</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one">A pessoa <xliff:g id="spamCount">%d</xliff:g> foi marcada como spam</item>
+ <item quantity="other">As pessoas <xliff:g id="spamCount">%d</xliff:g> foram marcadas como spam</item>
+ </plurals>
</resources>
diff --git a/res/values-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml
index 64e54fa1..147eed10 100644
--- a/res/values-pt-rBR/cm_strings.xml
+++ b/res/values-pt-rBR/cm_strings.xml
@@ -57,4 +57,8 @@
<string name="block_dialog_description">Você não receberá mais chamadas ou mensagens desta pessoa.</string>
<string name="block_dialog_report_spam">Reportar como spam para <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Reportar como não-spam para <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_msg">Entre em <xliff:g id="plugin_name">%1$s</xliff:g> para ver seus contatos de <xliff:g id="plugin_name">%1$s</xliff:g> aqui</string>
+ <string name="plugin_login_button_title">Entrar</string>
+ <string name="plugin_empty_list_text">Você não tem contatos de <xliff:g id="plugin_name">%s</xliff:g>,\n</string>
+ <string name="plugin_empty_list_action_text">adicionar pessoas</string>
</resources>
diff --git a/res/values-sl/cm_plurals.xml b/res/values-sl/cm_plurals.xml
index 963cce47..a30e5128 100644
--- a/res/values-sl/cm_plurals.xml
+++ b/res/values-sl/cm_plurals.xml
@@ -34,4 +34,10 @@
<item quantity="few">Izvoz je bil preklican, izvoženi so bili <xliff:g id="insertCount">%d</xliff:g> predmeti</item>
<item quantity="other">Izvoz je bil preklican, izvoženih je bilo <xliff:g id="insertCount">%d</xliff:g> predmetov</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one"><xliff:g id="spamCount">%d</xliff:g> oseba je to označila kot neželeno</item>
+ <item quantity="two"><xliff:g id="spamCount">%d</xliff:g> osebi sta to označili kot neželeno</item>
+ <item quantity="few"><xliff:g id="spamCount">%d</xliff:g> osebe so to označile kot neželeno</item>
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> oseb je to označilo kot neželeno</item>
+ </plurals>
</resources>
diff --git a/res/values-sl/cm_strings.xml b/res/values-sl/cm_strings.xml
index 59e1e1f4..459b503d 100644
--- a/res/values-sl/cm_strings.xml
+++ b/res/values-sl/cm_strings.xml
@@ -57,4 +57,8 @@
<string name="block_dialog_description">Od te osebe ne boste več prejemali klicev ali sporočil.</string>
<string name="block_dialog_report_spam">Prijavi kot nezaželeno na <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Prijavi kot želeno na <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_msg">Vpišite se v <xliff:g id="plugin_name">%1$s</xliff:g> za ogled svojih <xliff:g id="plugin_name">%1$s</xliff:g> stikov tukaj</string>
+ <string name="plugin_login_button_title">Vpis</string>
+ <string name="plugin_empty_list_text">Nimate stikov <xliff:g id="plugin_name">%s</xliff:g>,\n</string>
+ <string name="plugin_empty_list_action_text">dodaj osebe</string>
</resources>
diff --git a/res/values-sv/cm_strings.xml b/res/values-sv/cm_strings.xml
index f16332d5..62383229 100644
--- a/res/values-sv/cm_strings.xml
+++ b/res/values-sv/cm_strings.xml
@@ -57,4 +57,6 @@
<string name="block_dialog_description">Du kommer inte längre få samtal eller meddelanden från den här personen.</string>
<string name="block_dialog_report_spam">Rapportera som spam till <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Rapportera som icke-spam till <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_button_title">Logga in</string>
+ <string name="plugin_empty_list_action_text">lägg till personer</string>
</resources>
diff --git a/res/values-zh-rCN/cm_plurals.xml b/res/values-zh-rCN/cm_plurals.xml
index 34363079..923c36bf 100644
--- a/res/values-zh-rCN/cm_plurals.xml
+++ b/res/values-zh-rCN/cm_plurals.xml
@@ -25,4 +25,7 @@
<plurals name="export_cancelled">
<item quantity="other">导出已被取消,<xliff:g id="insertCount">%d</xliff:g> 个项目已被导出</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> 位将其标记为垃圾</item>
+ </plurals>
</resources>
diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml
index d2a7eb8a..9b8bb5ea 100644
--- a/res/values-zh-rCN/cm_strings.xml
+++ b/res/values-zh-rCN/cm_strings.xml
@@ -57,4 +57,6 @@
<string name="block_dialog_description">您将不会再收到此人的来电或信息。</string>
<string name="block_dialog_report_spam">报告垃圾呼叫到 <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">报告非垃圾呼叫到 <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_button_title">登录</string>
+ <string name="plugin_empty_list_action_text">添加联系人</string>
</resources>