nextcloud/apps/files/l10n/ms_MY.php

40 lines
2.0 KiB
PHP
Raw Normal View History

2011-09-23 21:08:02 +04:00
<?php $TRANSLATIONS = array(
2013-01-05 03:03:58 +04:00
"No file was uploaded. Unknown error" => "Tiada fail dimuatnaik. Ralat tidak diketahui.",
2012-05-09 14:41:01 +04: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 04:05:41 +04:00
"Failed to write to disk" => "Gagal untuk disimpan",
2011-09-23 21:08:02 +04:00
"Files" => "fail",
2012-07-30 04:05:41 +04:00
"Delete" => "Padam",
2013-02-10 03:10:29 +04:00
"Pending" => "Dalam proses",
2012-08-21 04:09:12 +04:00
"replace" => "ganti",
"cancel" => "Batal",
2012-07-30 04:05:41 +04: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 04:14:02 +04:00
"Error" => "Ralat",
2012-09-26 15:22:37 +04:00
"Name" => "Nama ",
2012-06-06 02:29:28 +04:00
"Size" => "Saiz",
"Modified" => "Dimodifikasi",
2013-01-27 03:06:21 +04:00
"Upload" => "Muat naik",
2012-07-30 04:05:41 +04:00
"File handling" => "Pengendalian fail",
2011-09-23 21:08:02 +04:00
"Maximum upload size" => "Saiz maksimum muat naik",
2012-07-30 04:05:41 +04: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-03 03:02:24 +04:00
"Save" => "Simpan",
2012-05-09 14:41:01 +04:00
"New" => "Baru",
"Text file" => "Fail teks",
"Folder" => "Folder",
2012-07-30 04:05:41 +04:00
"Cancel upload" => "Batal muat naik",
2011-09-23 21:08:02 +04: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 04:05:41 +04: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 21:08:02 +04:00
);