1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/id.php

21 lines
475 B
PHP
Raw Normal View History

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"
);