Blame view
sources/apps/user_ldap/l10n/id.php
4.28 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
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
|
6 |
"Deletion failed" => "Penghapusan gagal", |
|
03e52840d
|
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
|
10 11 12 |
"Success" => "Sukses", "Error" => "Galat", "Select groups" => "Pilih grup", |
|
03e52840d
|
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
|
17 18 |
"_%s group found_::_%s groups found_" => array(""),
"_%s user found_::_%s users found_" => array(""),
|
|
6d9380f96
|
19 |
"Group Filter" => "saringan grup", |
|
31b7f2792
|
20 21 22 |
"Save" => "Simpan", "Test Configuration" => "Uji Konfigurasi", "Help" => "Bantuan", |
|
03e52840d
|
23 |
"Add Server Configuration" => "Tambah Konfigurasi Server", |
|
31b7f2792
|
24 |
"Host" => "Host", |
|
03e52840d
|
25 |
"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
|
26 |
"Port" => "port", |
|
03e52840d
|
27 28 |
"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
|
29 |
"Password" => "Sandi", |
|
03e52840d
|
30 |
"For anonymous access, leave DN and Password empty." => "Untuk akses anonim, biarkan DN dan Kata sandi kosong.", |
|
31b7f2792
|
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", |
|
6d9380f96
|
34 35 |
"Continue" => "Lanjutkan", "Advanced" => "Lanjutan", |
|
31b7f2792
|
36 |
"<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
|
37 38 39 |
"Connection Settings" => "Pengaturan Koneksi", "Configuration Active" => "Konfigurasi Aktif", "When unchecked, this configuration will be skipped." => "Jika tidak dicentang, konfigurasi ini dilewati.", |
|
03e52840d
|
40 41 42 43 |
"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
|
44 |
"Turn off SSL certificate validation." => "matikan validasi sertivikat SSL", |
|
31b7f2792
|
45 |
"Cache Time-To-Live" => "Gunakan Tembolok untuk Time-To-Live", |
|
03e52840d
|
46 47 48 |
"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
|
49 50 51 52 53 |
"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
|
54 55 56 57 58 |
"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
|
59 60 |
"Quota Field" => "Bidang Kuota", "Quota Default" => "Kuota Baku", |
|
03e52840d
|
61 |
"in bytes" => "dalam bytes", |
|
31b7f2792
|
62 63 64 |
"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
|
65 |
); |
|
31b7f2792
|
66 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |