ms_MY.php 1.2 KB

1234567891011121314151617181920212223
  1. <?php $TRANSLATIONS = array(
  2. "There is no error, the file uploaded with success" => "Tiada ralat, fail berjaya dimuat naik.",
  3. "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Fail yang dimuat naik melebihi penyata upload_max_filesize dalam php.ini",
  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. "Files" => "fail",
  9. "Maximum upload size" => "Saiz maksimum muat naik",
  10. "New" => "Baru",
  11. "Text file" => "Fail teks",
  12. "Folder" => "Folder",
  13. "Upload" => "Muat naik",
  14. "Nothing in here. Upload something!" => "Tiada apa-apa di sini. Muat naik sesuatu!",
  15. "Name" => "Nama ",
  16. "Download" => "Muat turun",
  17. "Size" => "Saiz",
  18. "Modified" => "Dimodifikasi",
  19. "Delete" => "Padam",
  20. "Upload too large" => "Muat naik terlalu besar",
  21. "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"
  22. );