summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-09-18 12:04:25 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-09-18 12:04:25 +0000
commit480979076394b08fc7bd0e7e458e1b81405d353a (patch)
tree365c627f319ba81dbdf3649a4907c06e64d7e108 /res
parent89e5fd6f6de3ade02a8f9a5207ade33b8684800b (diff)
parent4818e1855fe7a2799e6ca03c7f66ef6720436d0c (diff)
downloadandroid_packages_apps_ContactsCommon-480979076394b08fc7bd0e7e458e1b81405d353a.tar.gz
android_packages_apps_ContactsCommon-480979076394b08fc7bd0e7e458e1b81405d353a.tar.bz2
android_packages_apps_ContactsCommon-480979076394b08fc7bd0e7e458e1b81405d353a.zip
Merge "String improvements." into cm-11.0
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 9084aa6e..5dbcf778 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -51,7 +51,10 @@
<string name="tag_too_long">The contact name is too long</string>
- <string name="export_cancelled">The export was canceled, <xliff:g id="insertCount">%s</xliff:g>items were exported</string>
+ <plurals name="export_cancelled">
+ <item quantity="one">Export was canceled, %d item was exported</item>
+ <item quantity="other">Export was canceled, %d items were exported</item>
+ </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>