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.

ms_MY.php 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php $TRANSLATIONS = array(
  2. "No file was uploaded. Unknown error" => "Tiada fail dimuatnaik. Ralat tidak diketahui.",
  3. "There is no error, the file uploaded with success" => "Tiada ralat, fail berjaya dimuat naik.",
  4. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Fail yang dimuat naik melebihi MAX_FILE_SIZE yang dinyatakan dalam form HTML ",
  5. "The uploaded file was only partially uploaded" => "Sebahagian daripada fail telah dimuat naik. ",
  6. "No file was uploaded" => "Tiada fail yang dimuat naik",
  7. "Missing a temporary folder" => "Folder sementara hilang",
  8. "Failed to write to disk" => "Gagal untuk disimpan",
  9. "Files" => "fail",
  10. "Delete" => "Padam",
  11. "replace" => "ganti",
  12. "cancel" => "Batal",
  13. "Unable to upload your file as it is a directory or has 0 bytes" => "Tidak boleh memuatnaik fail anda kerana mungkin ianya direktori atau saiz fail 0 bytes",
  14. "Upload Error" => "Muat naik ralat",
  15. "Close" => "Tutup",
  16. "Pending" => "Dalam proses",
  17. "Upload cancelled." => "Muatnaik dibatalkan.",
  18. "Name" => "Nama ",
  19. "Size" => "Saiz",
  20. "Modified" => "Dimodifikasi",
  21. "Upload" => "Muat naik",
  22. "File handling" => "Pengendalian fail",
  23. "Maximum upload size" => "Saiz maksimum muat naik",
  24. "max. possible: " => "maksimum:",
  25. "Needed for multi-file and folder downloads." => "Diperlukan untuk muatturun fail pelbagai ",
  26. "Enable ZIP-download" => "Aktifkan muatturun ZIP",
  27. "0 is unlimited" => "0 adalah tanpa had",
  28. "Maximum input size for ZIP files" => "Saiz maksimum input untuk fail ZIP",
  29. "Save" => "Simpan",
  30. "New" => "Baru",
  31. "Text file" => "Fail teks",
  32. "Folder" => "Folder",
  33. "Cancel upload" => "Batal muat naik",
  34. "Nothing in here. Upload something!" => "Tiada apa-apa di sini. Muat naik sesuatu!",
  35. "Download" => "Muat turun",
  36. "Upload too large" => "Muat naik terlalu besar",
  37. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Fail yang cuba dimuat naik melebihi saiz maksimum fail upload server",
  38. "Files are being scanned, please wait." => "Fail sedang diimbas, harap bersabar.",
  39. "Current scanning" => "Imbasan semasa"
  40. );