mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
60 lines
2.1 KiB
PHP
60 lines
2.1 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"File doesn't exist:" => "file tidak ditemukan:",
|
|
"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",
|
|
"Failed to write to disk" => "Gagal menulis ke disk",
|
|
"Not enough storage available" => "Ruang penyimpanan tidak mencukupi",
|
|
"Contacts" => "kontak",
|
|
"Save" => "Simpan",
|
|
"Uploading..." => "Mengunggah...",
|
|
"Importing..." => "mengimpor...",
|
|
"Cancel" => "Batal",
|
|
"OK" => "Oke",
|
|
"Add" => "Tambah",
|
|
"Error" => "Galat",
|
|
"Download" => "Unduh",
|
|
"Edit" => "Edit",
|
|
"Delete" => "Hapus",
|
|
"{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",
|
|
"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"
|
|
);
|