Blame view
sources/apps/bookmarks/l10n/id.php
405 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Tags" => "label", "Warning" => "peringatan", "Close" => "tutup", "The title of the page" => "judul laman", "Save" => "simpan", "Delete" => "hapus", "Edit" => "ubah", "Cancel" => "batal", "Read later" => "baca nanti", "Address" => "alamat", "Add" => "tambah", "Related Tags" => "label terkait", "Settings" => "pengaturan", "Export" => "mengekspor", "Import" => "mengimpor" ); |