aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblinky@build01 <jenkins@cyanogenmod.com>2016-06-01 16:20:50 -0700
committerblinky@build01 <jenkins@cyanogenmod.com>2016-06-01 16:20:50 -0700
commiteefc63b1e4028c0cb59f297ff9f85892cb2b37aa (patch)
tree3c4036be07c048dd5d8f62939c269ca0c7e8ccb3
parent43991d85f4df5ae75bbeae9156c2c3ca30a040d8 (diff)
downloadandroid_packages_apps_CMFileManager-eefc63b1e4028c0cb59f297ff9f85892cb2b37aa.tar.gz
android_packages_apps_CMFileManager-eefc63b1e4028c0cb59f297ff9f85892cb2b37aa.tar.bz2
android_packages_apps_CMFileManager-eefc63b1e4028c0cb59f297ff9f85892cb2b37aa.zip
Automatic translation import
Change-Id: Ib722f9539fb5de7cc9596b0672ed2af062572f84 Ticket: RM-214
-rw-r--r--res/values-fa/plurals.xml6
-rw-r--r--res/values-iw/plurals.xml12
2 files changed, 18 insertions, 0 deletions
diff --git a/res/values-fa/plurals.xml b/res/values-fa/plurals.xml
index 09b994b8..d5dbef25 100644
--- a/res/values-fa/plurals.xml
+++ b/res/values-fa/plurals.xml
@@ -17,24 +17,30 @@
-->
<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="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="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">%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="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="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="other"><xliff:g id="count">%1$d</xliff:g> مورد حذف خواهد شد.</item>
</plurals>
</resources>
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>