49 lines
1.9 KiB
Plaintext
Executable File
49 lines
1.9 KiB
Plaintext
Executable File
/* Navigation bar buttons */
|
|
"Cancel" = "إلغاء";
|
|
"Done" = "تم";
|
|
|
|
/* Default title */
|
|
"Photos" = "الصور";
|
|
|
|
/* No. of selected */
|
|
"%@ Photo Selected" = "تم تحديد %@ صورة";
|
|
"%@ Photos Selected" = "تم تحديد %@ صور";
|
|
"%@ Video Selected" = "تم تحديد %@ فيديو";
|
|
"%@ Videos Selected" = "تم تحديد %@ فيديوهات";
|
|
"%@ Items Selected" = "تم تحديد %@ عناصر";
|
|
|
|
/* Grid view footer */
|
|
"%@ Photos" = "%@ صور";
|
|
"%@ Videos" = "%@ فيديوهات";
|
|
"%@ Photos, %@ Videos" = "%@ صور، %@ فيديو";
|
|
|
|
/* Assets index */
|
|
"%@ of %@" = "%@ من %@";
|
|
|
|
/* Messages if privacy is not granted */
|
|
"This app does not have access to your photos or videos." = "لا يحق لهذا التطبيق الوصول إلى صورك أو فيديوهاتك.";
|
|
"You can enable access in Privacy Settings." = "يمكن تفعيل الوصول من إعدادات الخصوصية.";
|
|
|
|
/* Messages if no assets */
|
|
"No Photos or Videos" = "لا توجد صور أو فيديوهات";
|
|
|
|
/* The parameter will be replaced by the device model name */
|
|
"You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "يمكنك التقاط الصور والفيديوهات باستخدام الكاميرا، أو مزامنة الصورة والفيديوهات مع %@ الخاص بك.\nباستخدام iTunes.";
|
|
"You can sync photos and videos onto your %@ using iTunes." = "يمكنك مزامنة الصورة والفيديوهات مع %@ الخاص بك.";
|
|
|
|
/* Accessibility labels */
|
|
"Play" = "تشغيل";
|
|
"Select" = "حدد";
|
|
"Deselect" = "إلغاء";
|
|
|
|
/* Video duration spell out */
|
|
"hours" = "ساعات";
|
|
"hour" = "ساعة";
|
|
"minutes" = "دقائق";
|
|
"minute" = "دقيقة";
|
|
"seconds" = "ثواني";
|
|
"second" = "ثانية";
|
|
|
|
/* Error message of playing stream video */
|
|
"Cannot Play Stream Video" = "Cannot Play Stream Video";
|
|
"OK" = "OK"; |