aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-ar
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-28 00:50:22 +0300
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-28 00:50:22 +0300
commit2bc3ccbcd3d06093569c222f15973563e428a649 (patch)
tree40e70493fdaa8b1ca812d1bff411a2d75203b3d8 /res/values-ar
parent83742d34c749fe578459733299312e0d4da34b01 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-2bc3ccbcd3d06093569c222f15973563e428a649.tar.gz
android_packages_wallpapers_PhotoPhase-2bc3ccbcd3d06093569c222f15973563e428a649.tar.bz2
android_packages_wallpapers_PhotoPhase-2bc3ccbcd3d06093569c222f15973563e428a649.zip
Automatic translation import
Change-Id: I1a5a965c07384a0d2f68af15909581f9676cc2d3
Diffstat (limited to 'res/values-ar')
-rw-r--r--res/values-ar/plurals.xml8
-rw-r--r--res/values-ar/strings.xml1
2 files changed, 9 insertions, 0 deletions
diff --git a/res/values-ar/plurals.xml b/res/values-ar/plurals.xml
index 5e73177..4cf79e9 100644
--- a/res/values-ar/plurals.xml
+++ b/res/values-ar/plurals.xml
@@ -17,6 +17,14 @@
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Number of pictures found in an album -->
+ <plurals name="album_number_of_pictures">
+ <item quantity="zero">صورة واحدة</item>
+ <item quantity="one">صورتان</item>
+ <item quantity="two"><xliff:g id="pictures" example="7">%d</xliff:g> صور</item>
+ <item quantity="few"><xliff:g id="pictures" example="7">%d</xliff:g> صور</item>
+ <item quantity="many"><xliff:g id="pictures" example="7">%d</xliff:g> صور</item>
+ <item quantity="other"><xliff:g id="pictures" example="7">%d</xliff:g> صور</item>
+ </plurals>
<!-- Total of pictures found after a media reload -->
<plurals name="msg_media_reload_complete">
<item quantity="zero">تحميل الوسائط إكتمل. <xliff:g id="pictures" example="7">%d</xliff:g> تم العثور على صورة.</item>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index 6e5985f..ef36dc7 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -22,6 +22,7 @@
<!-- No images message -->
<string name="no_pictures_oops_msg">عدم العثور على صور</string>
<!-- runtime permission warning -->
+ <string name="runtime_permission_warning">التطبيق لا يتسطيع العمل بدون الحصول على إذن قراءة الذاكرة الخارجية.</string>
<!-- Menus -->
<string name="mnu_restore">استعادة</string>
<string name="mnu_delete">حذف</string>