12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /* Navigation bar buttons */
- "Cancel" = "İptal";
- "Done" = "Bitti";
- /* Default title */
- "Photos" = "Fotoğraflar";
- /* No. of selected */
- "%@ Photo Selected" = "%@ Fotoğraf Seçilmiş";
- "%@ Photos Selected" = "%@ Fotoğraf Seçilmiş";
- "%@ Video Selected" = "%@ Görüntü Seçilmiş";
- "%@ Videos Selected" = "%@ Görüntü Seçilmiş";
- "%@ Items Selected" = "%@ Öge Seçilmiş";
- /* Grid view footer */
- "%@ Photos" = "%@ Fotoğraf";
- "%@ Videos" = "%@ Görüntü";
- "%@ Photos, %@ Videos" = "%1$@ Fotoğraf, %2$@ Görüntü";
- /* Assets index */
- "%@ of %@" = "%1$@ / %2$@";
- /* Messages if privacy is not granted */
- "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.";
- "You can enable access in Privacy Settings." = "Gizlilik Ayarları bölümünden izin verebilirsiniz.";
- /* Messages if no assets */
- "No Photos or Videos" = "Henüz bir Fotoğraf ya da Görüntü yok";
- /* 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." = "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.";
- "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.";
- /* Accessibility labels */
- "Play" = "Oynat";
- "Select" = "Seçin";
- "Deselect" = "Bırakın";
- /* Video duration spell out */
- "hours" = "saat";
- "hour" = "saat";
- "minutes" = "dakika";
- "minute" = "dakika";
- "seconds" = "saniye";
- "second" = "saniye";
- /* Error message of playing stream video */
- "Cannot Play Stream Video" = "Akış Görüntüsü Oynatılamadı";
- "OK" = "Tamam";
|