summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@cyngn.com>2016-05-26 18:57:46 -0700
committerJessica Wagantall <jwagantall@cyngn.com>2016-05-26 18:57:46 -0700
commitf759863d83ea197456b383e51dbe4582be178b7c (patch)
tree41e31c6234f48db6b2b75755a16a1384e3a7cb19
parent1d98744db06fced5b2c23d5ee173372f90f5a6ab (diff)
downloadandroid_packages_apps_ContactsCommon-f759863d83ea197456b383e51dbe4582be178b7c.tar.gz
android_packages_apps_ContactsCommon-f759863d83ea197456b383e51dbe4582be178b7c.tar.bz2
android_packages_apps_ContactsCommon-f759863d83ea197456b383e51dbe4582be178b7c.zip
Automatic translation import
Change-Id: I45b6d539a5f268f8fae889ebbcb383fcbfa398fc Ticket: RM-214
-rw-r--r--res/values-nl/cm_strings.xml2
-rw-r--r--res/values-sv/cm_plurals.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml
index 06e9160b..10ae3ab3 100644
--- a/res/values-nl/cm_strings.xml
+++ b/res/values-nl/cm_strings.xml
@@ -57,6 +57,8 @@
<string name="block_dialog_description">U ontvangt geen oproepen of berichten meer van deze persoon.</string>
<string name="block_dialog_report_spam">Rapporteren als ongewenst aan <xliff:g id="provider">%s</xliff:g></string>
<string name="block_dialog_report_nonspam">Rapporteren als niet-ongewenst aan <xliff:g id="provider">%s</xliff:g></string>
+ <string name="plugin_login_msg">Meld u aan bij <xliff:g id="plugin_name">%1$s</xliff:g> om uw <xliff:g id="plugin_name">%1$s</xliff:g>-contacten hier te zien</string>
<string name="plugin_login_button_title">Aanmelden</string>
+ <string name="plugin_empty_list_text">U heeft geen <xliff:g id="plugin_name">%s</xliff:g>-contacten,\n</string>
<string name="plugin_empty_list_action_text">personen toevoegen</string>
</resources>
diff --git a/res/values-sv/cm_plurals.xml b/res/values-sv/cm_plurals.xml
index bbbb870c..e28ae8f9 100644
--- a/res/values-sv/cm_plurals.xml
+++ b/res/values-sv/cm_plurals.xml
@@ -28,4 +28,8 @@
<item quantity="one">Exporten avbröts, <xliff:g id="insertCount">%d </xliff:g> objekt exporterades</item>
<item quantity="other">Exporten avbröts, <xliff:g id="insertCount">%d </xliff:g> objekt exporterades</item>
</plurals>
+ <plurals name="spam_count_text">
+ <item quantity="one"><xliff:g id="spamCount">%d</xliff:g> person markerade det här som skräppost</item>
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> personer markerade det här som skräppost</item>
+ </plurals>
</resources>