Blame view
sources/apps/files_texteditor/l10n/id.php
365 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 |
<?php $TRANSLATIONS = array( "Save" => "Simpan", "Close" => "Tutup", "Next" => "Selanjutnya", "Clear" => "Bersihkan", "Saving..." => "Menyimpan...", "Failed to save file" => "Gagal menyimpan berkas", "An error occurred!" => "Galat terjadi!", "There were unsaved changes, click here to go back" => "Ada perubahan yang belum tersimpan, klik di sini untuk kembali" ); |