summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values/cm_strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 7d67b01e..07a32a8f 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -31,6 +31,9 @@
<string name="label_groups">Group</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="exporting">Exporting\u2026</string>
<!-- Message while reading multiple vCard files "(current number) of (total number) files"
@@ -74,7 +77,12 @@
<!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
<string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
+ <string name="copy_done">The contact was copied successfully</string>
+ <string name="copy_failure">Copying the contact failed</string>
+ <string name="card_no_space">Copying the contact failed, the SIM card is full</string>
+
<!-- Menu item used to initiate ip call -->
+ <string name="ip_call_by_slot">IP call by <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>
<string name="set_ip_number">Set IP number</string>