summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartincz Gao <martincz@mokeedev.com>2014-09-24 06:11:28 +0000
committerMichael Bestas <mikeioannina@gmail.com>2014-09-24 14:50:14 +0300
commitdab405b62f5d739bac33544bf1116543f412c108 (patch)
treef0b1b35e11a127ed8fa8de995380c9ce47f73c77
parent01b20a0882f10fe186f09a4f6d5f1d9f7c7caab2 (diff)
downloadandroid_packages_apps_ContactsCommon-dab405b62f5d739bac33544bf1116543f412c108.tar.gz
android_packages_apps_ContactsCommon-dab405b62f5d739bac33544bf1116543f412c108.tar.bz2
android_packages_apps_ContactsCommon-dab405b62f5d739bac33544bf1116543f412c108.zip
Revert "ContactsCommon: Remove unused strings"
We need them. Fix build. This reverts commit 01b20a0882f10fe186f09a4f6d5f1d9f7c7caab2. Change-Id: I0f401f0c4a506cf1960f0d5145bf4e8876bfb58a
-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>