2012-10-21 02:11:26 +02:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Tags" => "label",
|
|
|
|
"Warning" => "peringatan",
|
|
|
|
"Close" => "tutup",
|
|
|
|
"The title of the page" => "judul laman",
|
|
|
|
"Save" => "simpan",
|
|
|
|
"Read later" => "baca nanti",
|
2012-11-01 00:03:46 +01:00
|
|
|
"Edit" => "ubah",
|
|
|
|
"Delete" => "hapus",
|
|
|
|
"Cancel" => "batal",
|
2012-10-21 02:11:26 +02:00
|
|
|
"Address" => "alamat",
|
|
|
|
"List" => "daftar",
|
|
|
|
"Image" => "gambar",
|
|
|
|
"Hide" => "sembunyikan",
|
|
|
|
"Show" => "tampilkan",
|
|
|
|
"Related Tags" => "label terkait",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Settings" => "pengaturan",
|
2012-10-21 02:11:26 +02:00
|
|
|
"Import" => "mengimpor",
|
|
|
|
"Export" => "mengekspor"
|
|
|
|
);
|