id.php 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "The configuration is invalid. Please look in the ownCloud log for further details." => "Konfigurasi salah. Silakan lihat log ownCloud untuk lengkapnya.",
  7. "Deletion failed" => "Penghapusan gagal",
  8. "Take over settings from recent server configuration?" => "Ambil alih pengaturan dari konfigurasi server saat ini?",
  9. "Keep settings?" => "Biarkan pengaturan?",
  10. "Cannot add server configuration" => "Gagal menambah konfigurasi server",
  11. "Success" => "Sukses",
  12. "Error" => "Galat",
  13. "Select groups" => "Pilih grup",
  14. "Connection test succeeded" => "Tes koneksi sukses",
  15. "Connection test failed" => "Tes koneksi gagal",
  16. "Do you really want to delete the current Server Configuration?" => "Anda ingin menghapus Konfigurasi Server saat ini?",
  17. "Confirm Deletion" => "Konfirmasi Penghapusan",
  18. "_%s group found_::_%s groups found_" => array(""),
  19. "_%s user found_::_%s users found_" => array(""),
  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. "User Login Filter" => "gunakan saringan login",
  38. "Backup (Replica) Host" => "Host Cadangan (Replika)",
  39. "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.",
  40. "Backup (Replica) Port" => "Port Cadangan (Replika)",
  41. "Disable Main Server" => "Nonaktifkan Server Utama",
  42. "Case insensitve LDAP server (Windows)" => "Server LDAP dengan kapitalisasi tidak sensitif (Windows)",
  43. "Turn off SSL certificate validation." => "matikan validasi sertivikat SSL",
  44. "Cache Time-To-Live" => "Gunakan Tembolok untuk Time-To-Live",
  45. "in seconds. A change empties the cache." => "dalam detik. perubahan mengosongkan cache",
  46. "Directory Settings" => "Pengaturan Direktori",
  47. "User Display Name Field" => "Bidang Tampilan Nama Pengguna",
  48. "Base User Tree" => "Pohon Pengguna Dasar",
  49. "One User Base DN per line" => "Satu Pengguna Base DN per baris",
  50. "User Search Attributes" => "Atribut Pencarian Pengguna",
  51. "Optional; one attribute per line" => "Pilihan; satu atribut per baris",
  52. "Group Display Name Field" => "Bidang Tampilan Nama Grup",
  53. "Base Group Tree" => "Pohon Grup Dasar",
  54. "One Group Base DN per line" => "Satu Grup Base DN per baris",
  55. "Group Search Attributes" => "Atribut Pencarian Grup",
  56. "Group-Member association" => "asosiasi Anggota-Grup",
  57. "Special Attributes" => "Atribut Khusus",
  58. "Quota Field" => "Bidang Kuota",
  59. "Quota Default" => "Kuota Baku",
  60. "in bytes" => "dalam bytes",
  61. "Email Field" => "Bidang Email",
  62. "User Home Folder Naming Rule" => "Aturan Penamaan Folder Home Pengguna",
  63. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Biarkan nama pengguna kosong (default). Atau tetapkan atribut LDAP/AD."
  64. );
  65. $PLURAL_FORMS = "nplurals=1; plural=0;";