CTAssetsPicker.strings 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "İptal";
  3. "Done" = "Bitti";
  4. /* Default title */
  5. "Photos" = "Fotoğraflar";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "%@ Fotoğraf Seçilmiş";
  8. "%@ Photos Selected" = "%@ Fotoğraf Seçilmiş";
  9. "%@ Video Selected" = "%@ Görüntü Seçilmiş";
  10. "%@ Videos Selected" = "%@ Görüntü Seçilmiş";
  11. "%@ Items Selected" = "%@ Öge Seçilmiş";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ Fotoğraf";
  14. "%@ Videos" = "%@ Görüntü";
  15. "%@ Photos, %@ Videos" = "%1$@ Fotoğraf, %2$@ Görüntü";
  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." = "Bu uygulamanın fotoğraf ve görüntülerinize erişme izni yok.";
  20. "You can enable access in Privacy Settings." = "Gizlilik Ayarları bölümünden izin verebilirsiniz.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "Henüz bir Fotoğraf ya da Görüntü yok";
  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 görüntüler çekebileceğiniz gibi, iTunes uygulaması ile kullandığınız \n%@ üzerindeki fotoğraf ve görüntüleri eşitleyebilirsiniz.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "iTunes uygulaması ile kullandığınız %@ üzerindeki fotoğraf ve görüntüleri eşitleyebilirsiniz.";
  26. /* Accessibility labels */
  27. "Play" = "Oynat";
  28. "Select" = "Seçin";
  29. "Deselect" = "Bırakın";
  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" = "Akış Görüntüsü Oynatılamadı";
  39. "OK" = "Tamam";