id.js 979 B

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "Berkas yang dihapus",
  5. "Restore" : "Pulihkan",
  6. "Delete" : "Hapus",
  7. "Delete permanently" : "Hapus secara permanen",
  8. "This operation is forbidden" : "Operasi ini dilarang",
  9. "This directory is unavailable, please check the logs or contact the administrator" : "Direktori ini tidak tersedia, silakan periksa log atau hubungi kontak",
  10. "restored" : "dipulihkan",
  11. "No deleted files" : "Tidak ada berkas yang dihapus",
  12. "You will be able to recover deleted files from here" : "Anda dapat memulihkan berkas yang dihapus dari sini",
  13. "No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini",
  14. "Select all" : "Pilih Semua",
  15. "Name" : "Nama",
  16. "Deleted" : "Dihapus",
  17. "Couldn't delete %s permanently" : "Tidak dapat menghapus permanen %s",
  18. "Couldn't restore %s" : "Tidak dapat memulihkan %s",
  19. "Error" : "Galat"
  20. },
  21. "nplurals=1; plural=0;");