Blame view

sources/apps/files_texteditor/l10n/id.php 497 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
  <?php $TRANSLATIONS = array(
  "Save" => "Simpan",
6d9380f96   Cédric Dupont   Update sources OC...
3
  "Search" => "Cari",
d1bafeea1   Kload   [fix] Upgrade to ...
4
5
6
7
8
  "Close" => "Tutup",
  "Next" => "Selanjutnya",
  "Clear" => "Bersihkan",
  "Saving..." => "Menyimpan...",
  "Failed to save file" => "Gagal menyimpan berkas",
6d9380f96   Cédric Dupont   Update sources OC...
9
10
  "An error occurred!" => "Terjadi kesalahan!",
  "There are unsaved changes in the text editor" => "Ada perubahan yang belum disimpan pada penyunting teks",
d1bafeea1   Kload   [fix] Upgrade to ...
11
12
  "There were unsaved changes, click here to go back" => "Ada perubahan yang belum tersimpan, klik di sini untuk kembali"
  );