mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
59 lines
2.1 KiB
PHP
59 lines
2.1 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"No categories selected for deletion." => "Tidak ada kategori terpilih untuk penghapusan.",
|
|
"No contacts found." => "kontak tidak ditemukan",
|
|
"File doesn't exist:" => "file tidak ditemukan:",
|
|
"There is no error, the file uploaded with success" => "Tidak ada galat, berkas sukses diunggah",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "File yang diunggah melampaui directive upload_max_filesize di php.ini",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "File yang diunggah melampaui directive MAX_FILE_SIZE yang disebutan dalam form HTML.",
|
|
"The uploaded file was only partially uploaded" => "Berkas hanya diunggah sebagian",
|
|
"No file was uploaded" => "Tidak ada berkas yang diunggah",
|
|
"Missing a temporary folder" => "Kehilangan folder temporer",
|
|
"Contacts" => "kontak",
|
|
"Error" => "kesalahan",
|
|
"Importing..." => "mengimpor...",
|
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Gagal mengunggah berkas anda karena berupa direktori atau mempunyai ukuran 0 byte",
|
|
"Upload Error" => "Terjadi Galat Pengunggahan",
|
|
"Pending" => "Menunggu",
|
|
"Download" => "unduh",
|
|
"Edit" => "ubah",
|
|
"Delete" => "hapus",
|
|
"Cancel" => "batal",
|
|
"Work" => "pekerjaan",
|
|
"Home" => "rumah",
|
|
"Other" => "Lainnya",
|
|
"Mobile" => "ponsel",
|
|
"Text" => "teks",
|
|
"Voice" => "suara",
|
|
"Message" => "pesan",
|
|
"Fax" => "fax",
|
|
"Video" => "video",
|
|
"Pager" => "pager",
|
|
"Internet" => "internet",
|
|
"{name}'s Birthday" => "hari ulang tahun {name}",
|
|
"Contact" => "kontak",
|
|
"Settings" => "pengaturan",
|
|
"Import" => "impor",
|
|
"Groups" => "grup",
|
|
"Close" => "tutup",
|
|
"Nickname" => "nama panggilan",
|
|
"Enter nickname" => "masukkan nama panggilan",
|
|
"Title" => "Judul",
|
|
"Organization" => "organisasi",
|
|
"Birthday" => "tanggal lahir",
|
|
"Add" => "tambah",
|
|
"Phone" => "telefon",
|
|
"Email" => "surel",
|
|
"Address" => "alamat",
|
|
"Delete contact" => "hapus kontak",
|
|
"Preferred" => "disarankan",
|
|
"City" => "kota",
|
|
"Country" => "negara",
|
|
"Share" => "berbagi",
|
|
"Export" => "ekspor",
|
|
"more info" => "lebih lanjut",
|
|
"iOS/OS X" => "iOS/OS X",
|
|
"Addressbooks" => "buku alamat",
|
|
"Name" => "nama",
|
|
"Save" => "simpan"
|
|
);
|