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

33 lines
1.3 KiB
PHP

<?php
$TRANSLATIONS = array(
"Bookmarks" => "Markah",
"Bookm." => "Markah",
"No file provided for import" => "Tidak ada berkas untuk diimpor",
"Unsupported file type for import" => "Tipe berkas tidak didukung untuk diimpor",
"Error" => "Kesalahan",
"Filter by tag" => "Filter berdasar tag",
"Warning" => "Peringatan",
"Tags" => "Tag",
"Are you sure you want to remove this tag from every entry?" => "Yakin ingin menghapus tag ini dari semua entri?",
"Import error" => "Galat ketika mengimpor",
"Import completed successfully." => "Proses impor selesai dengan sukses.",
"Uploading..." => "Mengunggah...",
"Add a bookmark" => "Tambah markah",
"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",
"You have no bookmarks" => "Anda tidak punya markah",
"Bookmarklet" => "Bookmarklet",
"Export & Import" => "Ekspor & Impor",
"Export" => "Ekspor",
"Import" => "Impor"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";