mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
21 lines
475 B
PHP
21 lines
475 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Tags" => "label",
|
|
"Warning" => "peringatan",
|
|
"Close" => "tutup",
|
|
"The title of the page" => "judul laman",
|
|
"Save" => "simpan",
|
|
"Edit" => "ubah",
|
|
"Delete" => "hapus",
|
|
"Cancel" => "batal",
|
|
"Address" => "alamat",
|
|
"List" => "daftar",
|
|
"Image" => "gambar",
|
|
"Hide" => "sembunyikan",
|
|
"Show" => "tampilkan",
|
|
"Related Tags" => "label terkait",
|
|
"Settings" => "pengaturan",
|
|
"Read later" => "baca nanti",
|
|
"Export" => "mengekspor",
|
|
"Import" => "mengimpor"
|
|
);
|