You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

id.php 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php $TRANSLATIONS = array(
  2. "There is no error, the file uploaded with success" => "Tidak ada galat, berkas sukses diunggah",
  3. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "File yang diunggah melampaui directive MAX_FILE_SIZE yang disebutan dalam form HTML.",
  4. "The uploaded file was only partially uploaded" => "Berkas hanya diunggah sebagian",
  5. "No file was uploaded" => "Tidak ada berkas yang diunggah",
  6. "Missing a temporary folder" => "Kehilangan folder temporer",
  7. "Failed to write to disk" => "Gagal menulis ke disk",
  8. "Files" => "Berkas",
  9. "Unshare" => "batalkan berbagi",
  10. "Delete" => "Hapus",
  11. "replace" => "mengganti",
  12. "cancel" => "batalkan",
  13. "undo" => "batal dikerjakan",
  14. "Unable to upload your file as it is a directory or has 0 bytes" => "Gagal mengunggah berkas anda karena berupa direktori atau mempunyai ukuran 0 byte",
  15. "Upload Error" => "Terjadi Galat Pengunggahan",
  16. "Close" => "tutup",
  17. "Pending" => "Menunggu",
  18. "Upload cancelled." => "Pengunggahan dibatalkan.",
  19. "URL cannot be empty." => "tautan tidak boleh kosong",
  20. "Name" => "Nama",
  21. "Size" => "Ukuran",
  22. "Modified" => "Dimodifikasi",
  23. "Upload" => "Unggah",
  24. "File handling" => "Penanganan berkas",
  25. "Maximum upload size" => "Ukuran unggah maksimum",
  26. "max. possible: " => "Kemungkinan maks:",
  27. "Needed for multi-file and folder downloads." => "Dibutuhkan untuk multi-berkas dan unduhan folder",
  28. "Enable ZIP-download" => "Aktifkan unduhan ZIP",
  29. "0 is unlimited" => "0 adalah tidak terbatas",
  30. "Maximum input size for ZIP files" => "Ukuran masukan maksimal untuk berkas ZIP",
  31. "Save" => "simpan",
  32. "New" => "Baru",
  33. "Text file" => "Berkas teks",
  34. "Folder" => "Folder",
  35. "Cancel upload" => "Batal mengunggah",
  36. "Nothing in here. Upload something!" => "Tidak ada apa-apa di sini. Unggah sesuatu!",
  37. "Download" => "Unduh",
  38. "Upload too large" => "Unggahan terlalu besar",
  39. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Berkas yang anda coba unggah melebihi ukuran maksimum untuk pengunggahan berkas di server ini.",
  40. "Files are being scanned, please wait." => "Berkas sedang dipindai, silahkan tunggu.",
  41. "Current scanning" => "Sedang memindai"
  42. );