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",
|
2012-11-01 00:03:46 +01:00
|
|
|
"Delete" => "hapus",
|
2012-11-08 00:03:47 +01:00
|
|
|
"Edit" => "ubah",
|
2012-11-01 00:03:46 +01:00
|
|
|
"Cancel" => "batal",
|
2012-11-08 00:03:47 +01:00
|
|
|
"Read later" => "baca nanti",
|
2012-10-21 02:11:26 +02:00
|
|
|
"Address" => "alamat",
|
2012-11-09 00:03:56 +01:00
|
|
|
"Add" => "tambah",
|
2012-10-21 02:11:26 +02:00
|
|
|
"Related Tags" => "label terkait",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Settings" => "pengaturan",
|
2012-11-04 00:03:02 +01:00
|
|
|
"Export" => "mengekspor",
|
|
|
|
"Import" => "mengimpor"
|
2012-10-21 02:11:26 +02:00
|
|
|
);
|