summaryrefslogtreecommitdiffstats
path: root/res/values-iw
diff options
context:
space:
mode:
authorinky@build01 <jenkins@cyanogenmod.com>2016-06-01 12:02:37 -0700
committerinky@build01 <jenkins@cyanogenmod.com>2016-06-01 12:02:37 -0700
commit5538aea9e4f6e39c084836bd2c4e86145dba523e (patch)
treef1f51e70a6e41f8f604211439162b113b08f1312 /res/values-iw
parentb4316ead709de9b17c03b8274cff04146e3a1e02 (diff)
downloadandroid_packages_apps_Dialer-5538aea9e4f6e39c084836bd2c4e86145dba523e.tar.gz
android_packages_apps_Dialer-5538aea9e4f6e39c084836bd2c4e86145dba523e.tar.bz2
android_packages_apps_Dialer-5538aea9e4f6e39c084836bd2c4e86145dba523e.zip
Automatic translation import
Change-Id: I651f35c0fc61ac586d40045728f066e07cba7cfb
Diffstat (limited to 'res/values-iw')
-rw-r--r--res/values-iw/cm_plurals.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values-iw/cm_plurals.xml b/res/values-iw/cm_plurals.xml
index d91187892..f102d2de9 100644
--- a/res/values-iw/cm_plurals.xml
+++ b/res/values-iw/cm_plurals.xml
@@ -18,18 +18,26 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="hour">
<item quantity="one">שע\' 1</item>
+ <item quantity="two">%d שע\'</item>
+ <item quantity="many">%d שע\'</item>
<item quantity="other">%d שע\'</item>
</plurals>
<plurals name="minute">
<item quantity="one">דק\' 1</item>
+ <item quantity="two">%d דק\'</item>
+ <item quantity="many">%d דק\'</item>
<item quantity="other">%d דק\'</item>
</plurals>
<plurals name="second">
<item quantity="one">שנ\' 1</item>
+ <item quantity="two">%d ש\'</item>
+ <item quantity="many">%d ש\'</item>
<item quantity="other">%d ש\'</item>
</plurals>
<plurals name="call">
<item quantity="one">שיחה אחת</item>
+ <item quantity="two">%d שיחות</item>
+ <item quantity="many">%d שיחות</item>
<item quantity="other">%d שיחות</item>
</plurals>
</resources>