aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-iw/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-iw/plurals.xml')
-rw-r--r--res/values-iw/plurals.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values-iw/plurals.xml b/res/values-iw/plurals.xml
index 2be2ba8d..e74d1d91 100644
--- a/res/values-iw/plurals.xml
+++ b/res/values-iw/plurals.xml
@@ -18,29 +18,41 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="n_folders">
<item quantity="one">תיקיה <xliff:g id="folders">%1$d</xliff:g></item>
+ <item quantity="two"><xliff:g id="folders">%1$d</xliff:g> תיקיות</item>
+ <item quantity="many"><xliff:g id="folders">%1$d</xliff:g> תיקיות</item>
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> תיקיות</item>
</plurals>
<plurals name="n_files">
<item quantity="one">קובץ <xliff:g id="files">%1$d</xliff:g></item>
+ <item quantity="two"><xliff:g id="files">%1$d</xliff:g> קבצים</item>
+ <item quantity="many"><xliff:g id="files">%1$d</xliff:g> קבצים</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> קבצים</item>
</plurals>
<!-- Search - Found items -->
<plurals name="search_found_items">
<item quantity="one">פריט <xliff:g id="count">%1$d</xliff:g> נמצא</item>
+ <item quantity="two"><xliff:g id="count">%d</xliff:g> פריטים נמצאו</item>
+ <item quantity="many"><xliff:g id="count">%d</xliff:g> פריטים נמצאו</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> פריטים נמצאו</item>
</plurals>
<!-- Statusbar text if there are selected files or folders -->
<plurals name="selection_folders">
<item quantity="one">נבחרה תיקיה <xliff:g id="folders">%1$d</xliff:g>.</item>
+ <item quantity="two">נבחרו <xliff:g id="folders">%1$d</xliff:g> תיקיות.</item>
+ <item quantity="many">נבחרו <xliff:g id="folders">%1$d</xliff:g> תיקיות.</item>
<item quantity="other">נבחרו <xliff:g id="folders">%1$d</xliff:g> תיקיות.</item>
</plurals>
<plurals name="selection_files">
<item quantity="one">נבחר קובץ <xliff:g id="files">%1$d</xliff:g>.</item>
+ <item quantity="two">נבחרו <xliff:g id="files">%1$d</xliff:g> קבצים.</item>
+ <item quantity="many">נבחרו <xliff:g id="files">%1$d</xliff:g> קבצים.</item>
<item quantity="other">נבחרו <xliff:g id="files">%1$d</xliff:g> קבצים.</item>
</plurals>
<!-- Actions - Confirm the number of items that are going to be deleted -->
<plurals name="deleting_n_items">
<item quantity="one">פריט <xliff:g id="count">%1$d</xliff:g> עומד להימחק.</item>
+ <item quantity="two"><xliff:g id="count">%1$d</xliff:g> פריטים עומדים להימחק.</item>
+ <item quantity="many"><xliff:g id="count">%1$d</xliff:g> פריטים עומדים להימחק.</item>
<item quantity="other"><xliff:g id="count">%1$d</xliff:g> פריטים עומדים להימחק.</item>
</plurals>
</resources>