server/apps/files/l10n/ms_MY.php

41 lines
2 KiB
PHP
Raw Normal View History

2011-09-23 17:08:02 +00:00
<?php $TRANSLATIONS = array(
2013-01-04 23:03:58 +00:00
"No file was uploaded. Unknown error" => "Tiada fail dimuatnaik. Ralat tidak diketahui.",
2012-05-09 10:41:01 +00:00
"There is no error, the file uploaded with success" => "Tiada ralat, fail berjaya dimuat naik.",
"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 ",
"The uploaded file was only partially uploaded" => "Sebahagian daripada fail telah dimuat naik. ",
"No file was uploaded" => "Tiada fail yang dimuat naik",
"Missing a temporary folder" => "Folder sementara hilang",
2012-07-30 00:05:41 +00:00
"Failed to write to disk" => "Gagal untuk disimpan",
2011-09-23 17:08:02 +00:00
"Files" => "fail",
2013-04-24 16:31:36 +00:00
"Share" => "Kongsi",
2012-07-30 00:05:41 +00:00
"Delete" => "Padam",
2013-02-09 23:10:29 +00:00
"Pending" => "Dalam proses",
2012-08-21 00:09:12 +00:00
"replace" => "ganti",
"cancel" => "Batal",
2012-07-30 00:05:41 +00:00
"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",
"Upload cancelled." => "Muatnaik dibatalkan.",
2013-04-09 00:14:02 +00:00
"Error" => "Ralat",
2012-09-26 11:22:37 +00:00
"Name" => "Nama ",
2012-06-05 22:29:28 +00:00
"Size" => "Saiz",
"Modified" => "Dimodifikasi",
2013-01-26 23:06:21 +00:00
"Upload" => "Muat naik",
2012-07-30 00:05:41 +00:00
"File handling" => "Pengendalian fail",
2011-09-23 17:08:02 +00:00
"Maximum upload size" => "Saiz maksimum muat naik",
2012-07-30 00:05:41 +00:00
"max. possible: " => "maksimum:",
"Needed for multi-file and folder downloads." => "Diperlukan untuk muatturun fail pelbagai ",
"Enable ZIP-download" => "Aktifkan muatturun ZIP",
"0 is unlimited" => "0 adalah tanpa had",
"Maximum input size for ZIP files" => "Saiz maksimum input untuk fail ZIP",
2012-11-02 23:02:24 +00:00
"Save" => "Simpan",
2012-05-09 10:41:01 +00:00
"New" => "Baru",
"Text file" => "Fail teks",
"Folder" => "Folder",
2012-07-30 00:05:41 +00:00
"Cancel upload" => "Batal muat naik",
2011-09-23 17:08:02 +00:00
"Nothing in here. Upload something!" => "Tiada apa-apa di sini. Muat naik sesuatu!",
"Download" => "Muat turun",
"Upload too large" => "Muat naik terlalu besar",
2012-07-30 00:05:41 +00:00
"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",
"Files are being scanned, please wait." => "Fail sedang diimbas, harap bersabar.",
"Current scanning" => "Imbasan semasa"
2011-09-23 17:08:02 +00:00
);