Blame view
sources/apps/files_texteditor/l10n/id.php
390 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "Save" => "simpan", "Search:" => "Cari:", "Close" => "tutup", "Next" => "Selanjutnya", "Clear" => "Bersihkan", "Saving..." => "menyimpan...", "Failed to save file" => "Gagal menyimpan berkas", "An error occurred!" => "terjadi kesalahan!", "There were unsaved changes, click here to go back" => "ada perubahan yang belum tersimpan, klik disini untuk kembali" ); |