CTAssetsPicker.strings 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "إلغاء";
  3. "Done" = "تم";
  4. /* Default title */
  5. "Photos" = "الصور";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "تم تحديد %@ صورة";
  8. "%@ Photos Selected" = "تم تحديد %@ صور";
  9. "%@ Video Selected" = "تم تحديد %@ فيديو";
  10. "%@ Videos Selected" = "تم تحديد %@ فيديوهات";
  11. "%@ Items Selected" = "تم تحديد %@ عناصر";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ صور";
  14. "%@ Videos" = "%@ فيديوهات";
  15. "%@ Photos, %@ Videos" = "%@ صور، %@ فيديو";
  16. /* Assets index */
  17. "%@ of %@" = "%@ من %@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "لا يحق لهذا التطبيق الوصول إلى صورك أو فيديوهاتك.";
  20. "You can enable access in Privacy Settings." = "يمكن تفعيل الوصول من إعدادات الخصوصية.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "لا توجد صور أو فيديوهات";
  23. /* The parameter will be replaced by the device model name */
  24. "You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "يمكنك التقاط الصور والفيديوهات باستخدام الكاميرا، أو مزامنة الصورة والفيديوهات مع %@ الخاص بك.\nباستخدام iTunes.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "يمكنك مزامنة الصورة والفيديوهات مع %@ الخاص بك.";
  26. /* Accessibility labels */
  27. "Play" = "تشغيل";
  28. "Select" = "حدد";
  29. "Deselect" = "إلغاء";
  30. /* Video duration spell out */
  31. "hours" = "ساعات";
  32. "hour" = "ساعة";
  33. "minutes" = "دقائق";
  34. "minute" = "دقيقة";
  35. "seconds" = "ثواني";
  36. "second" = "ثانية";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Cannot Play Stream Video";
  39. "OK" = "OK";