49 lines
1.6 KiB
Plaintext
Executable File
49 lines
1.6 KiB
Plaintext
Executable File
/* Navigation bar buttons */
|
|
"Cancel" = "Batal";
|
|
"Done" = "Selesai";
|
|
|
|
/* Default title */
|
|
"Photos" = "Foto";
|
|
|
|
/* No. of selected */
|
|
"%@ Photo Selected" = "%@ Foto Terpilih";
|
|
"%@ Photos Selected" = "%@ Foto Terpilih";
|
|
"%@ Video Selected" = "%@ Video Terpilih";
|
|
"%@ Videos Selected" = "%@ Video Terpilih";
|
|
"%@ Items Selected" = "%@ Item Terpilih";
|
|
|
|
/* Grid view footer */
|
|
"%@ Photos" = "%@ Foto";
|
|
"%@ Videos" = "%@ Video";
|
|
"%@ Photos, %@ Videos" = "%1$@ Foto, %2$@ Video";
|
|
|
|
/* Assets index */
|
|
"%@ of %@" = "%1$@ dari %2$@";
|
|
|
|
/* Messages if privacy is not granted */
|
|
"This app does not have access to your photos or videos." = "Aplikasi ini tidak memiliki akses ke foto atau videomu.";
|
|
"You can enable access in Privacy Settings." = "Kamu bisa mengaktifkan akses di Setelan Privasi.";
|
|
|
|
/* Messages if no assets */
|
|
"No Photos or Videos" = "Tidak ada Foto atau Video";
|
|
|
|
/* 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." = "Kamu bisa mengambil foto dan video menggunakan kamera, atau menyinkronkan foto dan video ke %@\nmenggunakan iTunes.";
|
|
"You can sync photos and videos onto your %@ using iTunes." = "Kamu bisa menyinkronkan foto dan video ke %@ menggunakan iTunes.";
|
|
|
|
/* Accessibility labels */
|
|
"Play" = "Putar";
|
|
"Select" = "Memilih";
|
|
"Deselect" = "Hapus";
|
|
|
|
/* Video duration spell out */
|
|
"hours" = "jam";
|
|
"hour" = "jam";
|
|
"minutes" = "menit";
|
|
"minute" = "menit";
|
|
"seconds" = "detik";
|
|
"second" = "detik";
|
|
|
|
/* Error message of playing stream video */
|
|
"Cannot Play Stream Video" = "Cannot Play Stream Video";
|
|
"OK" = "OK"; |