2014-10-27 21:18:24 +01:00
< ? php
$TRANSLATIONS = array (
2014-11-27 08:10:23 +01:00
" Bookmarks " => " Markah " ,
" Bookm. " => " Markah " ,
2013-04-16 02:18:25 +02: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 08:10:23 +01: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 08:10:17 +01:00
" Error " => " Kesalahan " ,
2013-04-16 02:18:25 +02:00
" Filter by tag " => " Filter berdasar tag " ,
2015-02-03 08:10:23 +01:00
" Are you sure you want to remove this bookmark? " => " Apakah Anda yakin ingin menghapus markah ini? " ,
2013-04-16 02:18:25 +02:00
" Warning " => " Peringatan " ,
2014-11-27 08:10:23 +01:00
" Tags " => " Tag " ,
" Are you sure you want to remove this tag from every entry? " => " Yakin ingin menghapus tag ini dari semua entri? " ,
2013-04-16 02:18:25 +02:00
" Import error " => " Galat ketika mengimpor " ,
" Import completed successfully. " => " Proses impor selesai dengan sukses. " ,
" Uploading... " => " Mengunggah... " ,
" Add a bookmark " => " Tambah markah " ,
2015-02-03 08:10:23 +01:00
" This URL is already bookmarked! Overwrite? " => " URL ini telah di markahi! Timpa? " ,
2013-04-16 02:18:25 +02: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 08:10:23 +01:00
" Edit " => " Sunting " ,
2013-04-16 02:18:25 +02: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 08:10:23 +01:00
" Add to ownCloud " => " Tambah ke ownCloud " ,
2013-04-16 02:18:25 +02:00
" Address " => " Alamat " ,
" Add " => " Tambah " ,
" You have no bookmarks " => " Anda tidak punya markah " ,
2015-02-03 08:10:23 +01:00
" You can also import a bookmark file " => " Anda juga dapat mengimpor berkas markah " ,
2013-04-16 02:18:25 +02:00
" Bookmarklet " => " Bookmarklet " ,
" Export & Import " => " Ekspor & Impor " ,
" Export " => " Ekspor " ,
" Import " => " Impor "
2012-10-21 02:11:26 +02:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = " nplurals=1; plural=0; " ;