14 lines
566 B
PHP
14 lines
566 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Files" => "Berkas",
|
|
"Maximum upload size" => "Ukuran unggah maksimum",
|
|
"Upload" => "Unggah",
|
|
"Nothing in here. Upload something!" => "Tidak ada apa-apa di sini. Unggah sesuatu!",
|
|
"Name" => "Nama",
|
|
"Download" => "Unduh",
|
|
"Size" => "Ukuran",
|
|
"Modified" => "Dimodifikasi",
|
|
"Delete" => "Hapus",
|
|
"Upload too large" => "Unggahan terlalu besar",
|
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Berkas yang anda coba unggah melebihi ukuran maksimum untuk pengunggahan berkas di server ini."
|
|
);
|