summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-04-07 00:49:46 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-04-07 00:49:46 +0300
commit4d28adff76cfac12cddad4480a0043b50c038d0c (patch)
tree24c1e4b58c9a0e700af9874f721ac83024c1e03a
parent70c46843046817655a92cba33217dbf44809d19b (diff)
downloadandroid_packages_apps_Contacts-4d28adff76cfac12cddad4480a0043b50c038d0c.tar.gz
android_packages_apps_Contacts-4d28adff76cfac12cddad4480a0043b50c038d0c.tar.bz2
android_packages_apps_Contacts-4d28adff76cfac12cddad4480a0043b50c038d0c.zip
Automatic translation import
Change-Id: I6582d6fe8f746e82770e3077157db895039f94a9
-rw-r--r--res/values-iw/cm_plurals.xml2
-rw-r--r--res/values-ro/cm_plurals.xml5
-rw-r--r--res/values-ro/cm_strings.xml1
3 files changed, 7 insertions, 1 deletions
diff --git a/res/values-iw/cm_plurals.xml b/res/values-iw/cm_plurals.xml
index ec6cff23b..1a54f37ab 100644
--- a/res/values-iw/cm_plurals.xml
+++ b/res/values-iw/cm_plurals.xml
@@ -17,7 +17,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="contacts_selected">
- <item quantity="one">נבחר %d</item>
+ <item quantity="one">%d נבחר</item>
<item quantity="other">%d נבחרו</item>
</plurals>
<plurals name="ContactMultiImportConfirmation">
diff --git a/res/values-ro/cm_plurals.xml b/res/values-ro/cm_plurals.xml
index b37bc5fde..7575f9bee 100644
--- a/res/values-ro/cm_plurals.xml
+++ b/res/values-ro/cm_plurals.xml
@@ -21,4 +21,9 @@
<item quantity="few">%d selectate</item>
<item quantity="other">%d selectate</item>
</plurals>
+ <plurals name="ContactMultiDeleteConfirmation">
+ <item quantity="one">%d contact va fi şters.</item>
+ <item quantity="few">%d contacte vor fi şterse.</item>
+ <item quantity="other">%d contacte vor fi şterse.</item>
+ </plurals>
</resources>
diff --git a/res/values-ro/cm_strings.xml b/res/values-ro/cm_strings.xml
index 64a75a468..733623387 100644
--- a/res/values-ro/cm_strings.xml
+++ b/res/values-ro/cm_strings.xml
@@ -18,6 +18,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="contactSavedToSimCardError">Nu s-au putut salva contactele selectate pe cartela SIM</string>
+ <string name="airplane_mode_on">Cartela SIM nu poate fi accesată în timp ce modul avion este activat</string>
<string name="number_anr_too_long">Numărul este prea lung</string>
<string name="email_address_too_long">Adresa de e-mail este prea lungă</string>
<string name="sim_card_full">Cartela SIM este plină</string>