summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-09-16 13:01:54 +0200
committerDanny Baumann <dannybaumann@web.de>2014-09-16 15:48:08 +0200
commit4818e1855fe7a2799e6ca03c7f66ef6720436d0c (patch)
tree5de4373729e88f20f32e110023e736b9cbdb8ac5 /res/values/cm_strings.xml
parent8d79d3d0deffc9a6e0dabd5345cfd29fe8d1f6b7 (diff)
downloadpackages_apps_ContactsCommon-4818e1855fe7a2799e6ca03c7f66ef6720436d0c.tar.gz
packages_apps_ContactsCommon-4818e1855fe7a2799e6ca03c7f66ef6720436d0c.tar.bz2
packages_apps_ContactsCommon-4818e1855fe7a2799e6ca03c7f66ef6720436d0c.zip
String improvements.
Change-Id: I6d5ed4c5a983e821f32a0655afe820c5b249e432
Diffstat (limited to 'res/values/cm_strings.xml')
-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 b3f164cf..7a838a9b 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>