CTAssetsPicker.strings 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "Batal";
  3. "Done" = "Selesai";
  4. /* Default title */
  5. "Photos" = "Foto";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "%@ Foto Terpilih";
  8. "%@ Photos Selected" = "%@ Foto Terpilih";
  9. "%@ Video Selected" = "%@ Video Terpilih";
  10. "%@ Videos Selected" = "%@ Video Terpilih";
  11. "%@ Items Selected" = "%@ Item Terpilih";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ Foto";
  14. "%@ Videos" = "%@ Video";
  15. "%@ Photos, %@ Videos" = "%1$@ Foto, %2$@ Video";
  16. /* Assets index */
  17. "%@ of %@" = "%1$@ dari %2$@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "Aplikasi ini tidak memiliki akses ke foto atau videomu.";
  20. "You can enable access in Privacy Settings." = "Kamu bisa mengaktifkan akses di Setelan Privasi.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "Tidak ada Foto atau Video";
  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." = "Kamu bisa mengambil foto dan video menggunakan kamera, atau menyinkronkan foto dan video ke %@\nmenggunakan iTunes.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "Kamu bisa menyinkronkan foto dan video ke %@ menggunakan iTunes.";
  26. /* Accessibility labels */
  27. "Play" = "Putar";
  28. "Select" = "Memilih";
  29. "Deselect" = "Hapus";
  30. /* Video duration spell out */
  31. "hours" = "jam";
  32. "hour" = "jam";
  33. "minutes" = "menit";
  34. "minute" = "menit";
  35. "seconds" = "detik";
  36. "second" = "detik";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Cannot Play Stream Video";
  39. "OK" = "OK";