id.php 566 B

1234567891011121314
  1. <?php $TRANSLATIONS = array(
  2. "Files" => "Berkas",
  3. "Maximum upload size" => "Ukuran unggah maksimum",
  4. "Upload" => "Unggah",
  5. "Nothing in here. Upload something!" => "Tidak ada apa-apa di sini. Unggah sesuatu!",
  6. "Name" => "Nama",
  7. "Download" => "Unduh",
  8. "Size" => "Ukuran",
  9. "Modified" => "Dimodifikasi",
  10. "Delete" => "Hapus",
  11. "Upload too large" => "Unggahan terlalu besar",
  12. "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."
  13. );