Blame view

sources/apps/user_ldap/l10n/id.php 4.29 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
  "Failed to delete the server configuration" => "Gagal menghapus konfigurasi server",
  "The configuration is valid and the connection could be established!" => "Konfigurasi valid dan koneksi dapat dilakukan!",
  "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurasi valid, tetapi Bind gagal. Silakan cek pengaturan server dan keamanan.",
31b7f2792   Kload   Upgrade to ownclo...
6
  "Deletion failed" => "Penghapusan gagal",
03e52840d   Kload   Init
7
8
9
  "Take over settings from recent server configuration?" => "Ambil alih pengaturan dari konfigurasi server saat ini?",
  "Keep settings?" => "Biarkan pengaturan?",
  "Cannot add server configuration" => "Gagal menambah konfigurasi server",
31b7f2792   Kload   Upgrade to ownclo...
10
11
12
  "Success" => "Sukses",
  "Error" => "Galat",
  "Select groups" => "Pilih grup",
03e52840d   Kload   Init
13
14
15
16
  "Connection test succeeded" => "Tes koneksi sukses",
  "Connection test failed" => "Tes koneksi gagal",
  "Do you really want to delete the current Server Configuration?" => "Anda ingin menghapus Konfigurasi Server saat ini?",
  "Confirm Deletion" => "Konfirmasi Penghapusan",
31b7f2792   Kload   Upgrade to ownclo...
17
18
19
20
21
  "_%s group found_::_%s groups found_" => array(""),
  "_%s user found_::_%s users found_" => array(""),
  "Save" => "Simpan",
  "Test Configuration" => "Uji Konfigurasi",
  "Help" => "Bantuan",
03e52840d   Kload   Init
22
  "Add Server Configuration" => "Tambah Konfigurasi Server",
31b7f2792   Kload   Upgrade to ownclo...
23
  "Host" => "Host",
03e52840d   Kload   Init
24
  "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokol dapat tidak ditulis, kecuali anda menggunakan SSL. Lalu jalankan dengan ldaps://",
31b7f2792   Kload   Upgrade to ownclo...
25
  "Port" => "port",
03e52840d   Kload   Init
26
27
  "User DN" => "User DN",
  "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN dari klien pengguna yang dengannya tautan akan diterapkan, mis. uid=agen,dc=contoh,dc=com. Untuk akses anonim, biarkan DN dan kata sandi kosong.",
31b7f2792   Kload   Upgrade to ownclo...
28
  "Password" => "Sandi",
03e52840d   Kload   Init
29
  "For anonymous access, leave DN and Password empty." => "Untuk akses anonim, biarkan DN dan Kata sandi kosong.",
31b7f2792   Kload   Upgrade to ownclo...
30
31
32
33
  "One Base DN per line" => "Satu Base DN per baris",
  "You can specify Base DN for users and groups in the Advanced tab" => "Anda dapat menetapkan Base DN untuk pengguna dan grup dalam tab Lanjutan",
  "Back" => "Kembali",
  "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Peringatan:</b> Modul LDAP PHP tidak terpasang, perangkat tidak akan bekerja. Silakan minta administrator sistem untuk memasangnya.",
03e52840d   Kload   Init
34
35
36
  "Connection Settings" => "Pengaturan Koneksi",
  "Configuration Active" => "Konfigurasi Aktif",
  "When unchecked, this configuration will be skipped." => "Jika tidak dicentang, konfigurasi ini dilewati.",
03e52840d   Kload   Init
37
38
39
40
  "Backup (Replica) Host" => "Host Cadangan (Replika)",
  "Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Berikan pilihan host cadangan. Harus merupakan replika dari server LDAP/AD utama.",
  "Backup (Replica) Port" => "Port Cadangan (Replika)",
  "Disable Main Server" => "Nonaktifkan Server Utama",
03e52840d   Kload   Init
41
42
  "Case insensitve LDAP server (Windows)" => "Server LDAP dengan kapitalisasi tidak sensitif (Windows)",
  "Turn off SSL certificate validation." => "matikan validasi sertivikat SSL",
31b7f2792   Kload   Upgrade to ownclo...
43
  "Cache Time-To-Live" => "Gunakan Tembolok untuk Time-To-Live",
03e52840d   Kload   Init
44
45
46
  "in seconds. A change empties the cache." => "dalam detik. perubahan mengosongkan cache",
  "Directory Settings" => "Pengaturan Direktori",
  "User Display Name Field" => "Bidang Tampilan Nama Pengguna",
03e52840d   Kload   Init
47
48
49
50
51
  "Base User Tree" => "Pohon Pengguna Dasar",
  "One User Base DN per line" => "Satu Pengguna Base DN per baris",
  "User Search Attributes" => "Atribut Pencarian Pengguna",
  "Optional; one attribute per line" => "Pilihan; satu atribut per baris",
  "Group Display Name Field" => "Bidang Tampilan Nama Grup",
03e52840d   Kload   Init
52
53
54
55
56
  "Base Group Tree" => "Pohon Grup Dasar",
  "One Group Base DN per line" => "Satu Grup Base DN per baris",
  "Group Search Attributes" => "Atribut Pencarian Grup",
  "Group-Member association" => "asosiasi Anggota-Grup",
  "Special Attributes" => "Atribut Khusus",
31b7f2792   Kload   Upgrade to ownclo...
57
58
  "Quota Field" => "Bidang Kuota",
  "Quota Default" => "Kuota Baku",
03e52840d   Kload   Init
59
  "in bytes" => "dalam bytes",
31b7f2792   Kload   Upgrade to ownclo...
60
61
62
  "Email Field" => "Bidang Email",
  "User Home Folder Naming Rule" => "Aturan Penamaan Folder Home Pengguna",
  "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Biarkan nama pengguna kosong (default). Atau tetapkan atribut LDAP/AD."
03e52840d   Kload   Init
63
  );
31b7f2792   Kload   Upgrade to ownclo...
64
  $PLURAL_FORMS = "nplurals=1; plural=0;";