bookmarks/l10n/id.php

38 lines
1.7 KiB
PHP
Raw Permalink Normal View History

2014-10-27 20:18:24 +00:00
<?php
$TRANSLATIONS = array(
2014-11-27 07:10:23 +00:00
"Bookmarks" => "Markah",
"Bookm." => "Markah",
2013-04-16 00:18:25 +00:00
"No file provided for import" => "Tidak ada berkas untuk diimpor",
"Unsupported file type for import" => "Tipe berkas tidak didukung untuk diimpor",
2015-02-03 07:10:23 +00:00
"Some Error happened." => "Terjadi beberapa kesalahan.",
2014-11-28 07:10:17 +00:00
"Error" => "Kesalahan",
2015-07-21 06:10:36 +00:00
"Tags" => "Tag",
2013-04-16 00:18:25 +00:00
"Filter by tag" => "Filter berdasar tag",
2015-02-03 07:10:23 +00:00
"Are you sure you want to remove this bookmark?" => "Apakah Anda yakin ingin menghapus markah ini?",
2013-04-16 00:18:25 +00:00
"Warning" => "Peringatan",
2014-11-27 07:10:23 +00:00
"Are you sure you want to remove this tag from every entry?" => "Yakin ingin menghapus tag ini dari semua entri?",
2013-04-16 00:18:25 +00:00
"Import error" => "Galat ketika mengimpor",
"Import completed successfully." => "Proses impor selesai dengan sukses.",
"Uploading..." => "Mengunggah...",
"Add a bookmark" => "Tambah markah",
2015-02-03 07:10:23 +00:00
"This URL is already bookmarked! Overwrite?" => "URL ini telah di markahi! Timpa?",
2013-04-16 00:18:25 +00:00
"The title of the page" => "Judul halaman",
"The address of the page" => "Alamat halaman",
"Description of the page" => "Deskripsi halaman",
"Save" => "Simpan",
"Delete" => "Hapus",
2015-02-03 07:10:23 +00:00
"Edit" => "Sunting",
2013-04-16 00:18:25 +00:00
"Cancel" => "Batal",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Seret ke bilah alat markah peramban Anda untuk diklik, jika Anda ingin membuat markah halaman web dengan cepat:",
2015-02-03 07:10:23 +00:00
"Add to ownCloud" => "Tambah ke ownCloud",
2013-04-16 00:18:25 +00:00
"Address" => "Alamat",
2015-07-10 06:10:35 +00:00
"Filterable Tags" => "Tag dapat Disaring",
2013-04-16 00:18:25 +00:00
"You have no bookmarks" => "Anda tidak punya markah",
2015-02-03 07:10:23 +00:00
"You can also import a bookmark file" => "Anda juga dapat mengimpor berkas markah",
2013-04-16 00:18:25 +00:00
"Bookmarklet" => "Bookmarklet",
"Export & Import" => "Ekspor & Impor",
"Export" => "Ekspor",
"Import" => "Impor"
2012-10-21 00:11:26 +00:00
);
2014-10-27 20:18:24 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";