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

18 lines
405 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",
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
);