mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-03 07:24:10 +01:00
38 lines
1.6 KiB
JavaScript
38 lines
1.6 KiB
JavaScript
|
OC.L10N.register(
|
||
|
"bookmarks",
|
||
|
{
|
||
|
"No file provided for import" : "Tidak ada berkas untuk diimpor",
|
||
|
"Unsupported file type for import" : "Tipe berkas tidak didukung untuk diimpor",
|
||
|
"Bookmarks" : "Markah",
|
||
|
"Tags" : "Tag",
|
||
|
"Filter by tag" : "Filter berdasar tag",
|
||
|
"Edit bookmark" : "Edit markah",
|
||
|
"Are you sure you want to remove this tag from every entry?" : "Yakin ingin menghapus tag ini dari semua entri?",
|
||
|
"Warning" : "Peringatan",
|
||
|
"Import error" : "Galat ketika mengimpor",
|
||
|
"Import completed successfully." : "Proses impor selesai dengan sukses.",
|
||
|
"Uploading..." : "Mengunggah...",
|
||
|
"Bookm." : "Markah",
|
||
|
"Add a bookmark" : "Tambah markah",
|
||
|
"Close" : "Tutup",
|
||
|
"The title of the page" : "Judul halaman",
|
||
|
"The address of the page" : "Alamat halaman",
|
||
|
"Description of the page" : "Deskripsi halaman",
|
||
|
"Save" : "Simpan",
|
||
|
"Delete" : "Hapus",
|
||
|
"Edit" : "Edit",
|
||
|
"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:",
|
||
|
"Address" : "Alamat",
|
||
|
"Add" : "Tambah",
|
||
|
"Related Tags" : "Tag terkait",
|
||
|
"Settings" : "Setelan",
|
||
|
"You have no bookmarks" : "Anda tidak punya markah",
|
||
|
"You can also try to import a bookmark file" : "Anda juga dapat mengimpor berkas markah",
|
||
|
"Bookmarklet" : "Bookmarklet",
|
||
|
"Export & Import" : "Ekspor & Impor",
|
||
|
"Export" : "Ekspor",
|
||
|
"Import" : "Impor"
|
||
|
},
|
||
|
"nplurals=1; plural=0;");
|