CTAssetsPicker.strings 3.3 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" = "%@ Items Selected";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ φωτογραφίες";
  14. "%@ Videos" = "%@ βίντεο";
  15. "%@ Photos, %@ Videos" = "%1$@ Photos, %2$@ Videos";
  16. /* Assets index */
  17. "%@ of %@" = "%1$@ από %2$@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "This app does not have access to your photos or videos.";
  20. "You can enable access in Privacy Settings." = "You can enable access in Privacy Settings.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "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." = "You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "You can sync photos and videos onto your %@ using iTunes.";
  26. /* Accessibility labels */
  27. "Play" = "Αναπαραγωγή";
  28. "Select" = "Επιλογή";
  29. "Deselect" = "Deselect";
  30. /* Video duration spell out */
  31. "hours" = "ώρες";
  32. "hour" = "ώρα";
  33. "minutes" = "minutes";
  34. "minute" = "minute";
  35. "seconds" = "seconds";
  36. "second" = "second";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Cannot Play Stream Video";
  39. "OK" = "OK";