id.php 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Failed to delete the server configuration" => "Gagal menghapus konfigurasi server",
  4. "The configuration is valid and the connection could be established!" => "Konfigurasi valid dan koneksi dapat dilakukan!",
  5. "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.",
  6. "Deletion failed" => "Penghapusan gagal",
  7. "Take over settings from recent server configuration?" => "Ambil alih pengaturan dari konfigurasi server saat ini?",
  8. "Keep settings?" => "Biarkan pengaturan?",
  9. "Cannot add server configuration" => "Gagal menambah konfigurasi server",
  10. "Success" => "Sukses",
  11. "Error" => "Galat",
  12. "Select groups" => "Pilih grup",
  13. "Connection test succeeded" => "Tes koneksi sukses",
  14. "Connection test failed" => "Tes koneksi gagal",
  15. "Do you really want to delete the current Server Configuration?" => "Anda ingin menghapus Konfigurasi Server saat ini?",
  16. "Confirm Deletion" => "Konfirmasi Penghapusan",
  17. "_%s group found_::_%s groups found_" => array(""),
  18. "_%s user found_::_%s users found_" => array(""),
  19. "Save" => "Simpan",
  20. "Test Configuration" => "Uji Konfigurasi",
  21. "Help" => "Bantuan",
  22. "Add Server Configuration" => "Tambah Konfigurasi Server",
  23. "Host" => "Host",
  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://",
  25. "Port" => "port",
  26. "User DN" => "User DN",
  27. "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.",
  28. "Password" => "Sandi",
  29. "For anonymous access, leave DN and Password empty." => "Untuk akses anonim, biarkan DN dan Kata sandi kosong.",
  30. "One Base DN per line" => "Satu Base DN per baris",
  31. "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",
  32. "Back" => "Kembali",
  33. "<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.",
  34. "Connection Settings" => "Pengaturan Koneksi",
  35. "Configuration Active" => "Konfigurasi Aktif",
  36. "When unchecked, this configuration will be skipped." => "Jika tidak dicentang, konfigurasi ini dilewati.",
  37. "Backup (Replica) Host" => "Host Cadangan (Replika)",
  38. "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.",
  39. "Backup (Replica) Port" => "Port Cadangan (Replika)",
  40. "Disable Main Server" => "Nonaktifkan Server Utama",
  41. "Case insensitve LDAP server (Windows)" => "Server LDAP dengan kapitalisasi tidak sensitif (Windows)",
  42. "Turn off SSL certificate validation." => "matikan validasi sertivikat SSL",
  43. "Cache Time-To-Live" => "Gunakan Tembolok untuk Time-To-Live",
  44. "in seconds. A change empties the cache." => "dalam detik. perubahan mengosongkan cache",
  45. "Directory Settings" => "Pengaturan Direktori",
  46. "User Display Name Field" => "Bidang Tampilan Nama Pengguna",
  47. "Base User Tree" => "Pohon Pengguna Dasar",
  48. "One User Base DN per line" => "Satu Pengguna Base DN per baris",
  49. "User Search Attributes" => "Atribut Pencarian Pengguna",
  50. "Optional; one attribute per line" => "Pilihan; satu atribut per baris",
  51. "Group Display Name Field" => "Bidang Tampilan Nama Grup",
  52. "Base Group Tree" => "Pohon Grup Dasar",
  53. "One Group Base DN per line" => "Satu Grup Base DN per baris",
  54. "Group Search Attributes" => "Atribut Pencarian Grup",
  55. "Group-Member association" => "asosiasi Anggota-Grup",
  56. "Special Attributes" => "Atribut Khusus",
  57. "Quota Field" => "Bidang Kuota",
  58. "Quota Default" => "Kuota Baku",
  59. "in bytes" => "dalam bytes",
  60. "Email Field" => "Bidang Email",
  61. "User Home Folder Naming Rule" => "Aturan Penamaan Folder Home Pengguna",
  62. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Biarkan nama pengguna kosong (default). Atau tetapkan atribut LDAP/AD."
  63. );
  64. $PLURAL_FORMS = "nplurals=1; plural=0;";