nextcloud/apps/files/l10n/ms_MY.php

23 lines
1.2 KiB
PHP
Raw Normal View History

2011-09-23 21:08:02 +04:00
<?php $TRANSLATIONS = array(
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 upload_max_filesize directive in php.ini" => "Fail yang dimuat naik melebihi penyata upload_max_filesize dalam php.ini",
"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",
2011-09-23 21:08:02 +04:00
"Files" => "fail",
"Maximum upload size" => "Saiz maksimum muat naik",
2012-05-09 14:41:01 +04:00
"New" => "Baru",
"Text file" => "Fail teks",
"Folder" => "Folder",
2011-09-23 21:08:02 +04:00
"Upload" => "Muat naik",
"Nothing in here. Upload something!" => "Tiada apa-apa di sini. Muat naik sesuatu!",
"Name" => "Nama ",
"Download" => "Muat turun",
"Size" => "Saiz",
"Modified" => "Dimodifikasi",
"Delete" => "Padam",
"Upload too large" => "Muat naik terlalu besar",
"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"
);