CTAssetsPicker.strings 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "Vazgeç";
  3. "Done" = "Bitti";
  4. /* Default title */
  5. "Photos" = "Fotoğraflar";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "%@ Fotoğraf seçildi";
  8. "%@ Photos Selected" = "%@ Fotoğraf seçildi";
  9. "%@ Video Selected" = "%@ Vidyo seçildi";
  10. "%@ Videos Selected" = "%@ Vidyo seçildi";
  11. "%@ Items Selected" = "%@ Öğe seçildi";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ Fotoğraf";
  14. "%@ Videos" = "%@ Vidyo";
  15. "%@ Photos, %@ Videos" = "%1$@ Fotoğraf, %2$@ Vidyo";
  16. /* Assets index */
  17. "%@ of %@" = "%2$@ içerisinden %1$@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "Bu uygulamanın fotoğraflarınıza ya da vidyolarınıza erişim hakkı bulunmuyor.";
  20. "You can enable access in Privacy Settings." = "Gizlilik Ayarlarından uygulamaya izin verebilirsiniz.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "Hiç fotoğraf ya da vidyo bulunamadı";
  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." = "Kamerayı kullanarak fotoğraf ve vidyo çekebilirsiniz ya da fotoğraf ve vidyolarınızı %@\n hesabınıza iTunes kullanarak eşleyebilirsiniz.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "Fotoğraf ve vidyoları iTunes kullanarak %@ hesabınıza eşleyebilirsiniz.";
  26. /* Accessibility labels */
  27. "Play" = "Oynat";
  28. "Select" = "Seç";
  29. "Deselect" = "Seçimi bırak";
  30. /* Video duration spell out */
  31. "hours" = "saat";
  32. "hour" = "saat";
  33. "minutes" = "dakika";
  34. "minute" = "dakika";
  35. "seconds" = "saniye";
  36. "second" = "saniye";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Vidyo oynatılamıyor";
  39. "OK" = "Tamam";