1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/id.php
2013-09-08 19:36:47 -04:00

61 lines
2.1 KiB
PHP

<?php $TRANSLATIONS = array(
"Contacts" => "kontak",
"Save" => "Simpan",
"Uploading..." => "Mengunggah...",
"Importing..." => "mengimpor...",
"Cancel" => "Batal",
"OK" => "Oke",
"Add" => "Tambah",
"Error" => "Galat",
"Download" => "Unduh",
"Edit" => "Edit",
"Delete" => "Hapus",
"No file was uploaded. Unknown error" => "Tidak ada berkas yang diunggah. Galat tidak dikenal.",
"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" => "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir 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" => "Folder sementara tidak ada",
"File doesn't exist:" => "file tidak ditemukan:",
"Failed to write to disk" => "Gagal menulis ke disk",
"Not enough storage available" => "Ruang penyimpanan tidak mencukupi",
"{name}'s Birthday" => "hari ulang tahun {name}",
"Contact" => "kontak",
"Other" => "Lainnya",
"Work" => "Kantor",
"Home" => "rumah",
"Mobile" => "ponsel",
"Text" => "Teks",
"Voice" => "suara",
"Message" => "pesan",
"Fax" => "fax",
"Video" => "video",
"Pager" => "pager",
"Internet" => "internet",
"Import" => "Impor",
"Groups" => "Grup",
"Close" => "Tutup",
"Nickname" => "nama panggilan",
"Enter nickname" => "masukkan nama panggilan",
"Title" => "Judul",
"Organization" => "organisasi",
"Birthday" => "tanggal lahir",
"Phone" => "telefon",
"Email" => "Email",
"Address" => "Alamat",
"Delete contact" => "hapus kontak",
"Preferred" => "disarankan",
"City" => "kota",
"Country" => "negara",
"Active" => "Aktif",
"Share" => "Bagikan",
"Export" => "Ekspor",
"more info" => "lebih lanjut",
"Primary address (Kontact et al)" => "Alamat utama (Kontak dsb)",
"iOS/OS X" => "iOS/OS X",
"Addressbooks" => "buku alamat",
"Name" => "Nama",
"Description" => "Deskripsi"
);