Blame view

sources/apps/contacts/l10n/id.php 2.11 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
  <?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"
  );