1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-21 17:52:10 +01:00

41 lines
1.9 KiB
JavaScript
Raw Normal View History

2014-10-30 06:57:04 -04:00
OC.L10N.register(
"bookmarks",
{
2014-11-27 02:10:23 -05:00
"Bookmarks" : "Markah",
"Bookm." : "Markah",
2014-10-30 06:57:04 -04: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 02:10:23 -05:00
"Bookmark added. You can close the window now." : "Markah telah ditembahkan. Anda dapat menutup jendela sekarang.",
"Bookmark added successfully" : "Markah berhasil ditambahkan",
"Some Error happened." : "Terjadi beberapa kesalahan.",
2014-11-28 02:10:17 -05:00
"Error" : "Kesalahan",
2014-10-30 06:57:04 -04:00
"Filter by tag" : "Filter berdasar tag",
2015-02-03 02:10:23 -05:00
"Are you sure you want to remove this bookmark?" : "Apakah Anda yakin ingin menghapus markah ini?",
2014-10-30 06:57:04 -04:00
"Warning" : "Peringatan",
2014-11-27 02:10:23 -05:00
"Tags" : "Tag",
"Are you sure you want to remove this tag from every entry?" : "Yakin ingin menghapus tag ini dari semua entri?",
2014-10-30 06:57:04 -04:00
"Import error" : "Galat ketika mengimpor",
"Import completed successfully." : "Proses impor selesai dengan sukses.",
"Uploading..." : "Mengunggah...",
"Add a bookmark" : "Tambah markah",
2015-02-03 02:10:23 -05:00
"This URL is already bookmarked! Overwrite?" : "URL ini telah di markahi! Timpa?",
2014-10-30 06:57:04 -04: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 02:10:23 -05:00
"Edit" : "Sunting",
2014-10-30 06:57:04 -04: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 02:10:23 -05:00
"Add to ownCloud" : "Tambah ke ownCloud",
2014-10-30 06:57:04 -04:00
"Address" : "Alamat",
"Add" : "Tambah",
"You have no bookmarks" : "Anda tidak punya markah",
2015-02-03 02:10:23 -05:00
"You can also import a bookmark file" : "Anda juga dapat mengimpor berkas markah",
2014-10-30 06:57:04 -04:00
"Bookmarklet" : "Bookmarklet",
"Export & Import" : "Ekspor & Impor",
"Export" : "Ekspor",
"Import" : "Impor"
},
"nplurals=1; plural=0;");