<?php $this->cache['id']['auth_ldap'] = array (
  'auth_ldap_ad_create_req' => 'Cannot create the new account in Active Directory. Make sure you meet all the requirements for this to work (LDAPS connection, bind user with adequate rights, etc.)',
  'auth_ldap_attrcreators' => 'List of groups or contexts whose members are allowed to create attributes. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\'',
  'auth_ldap_attrcreators_key' => 'Attribute creators',
  'auth_ldap_auth_user_create_key' => 'Create users externally',
  'auth_ldap_bind_dn' => 'Jika Anda ingin menggunakan bind-user untuk mencari pengguna, tentukanlah disini. Misalnya \'cn=ldapuser,ou=public,o=org\'',
  'auth_ldap_bind_dn_key' => 'Distinguished name',
  'auth_ldap_bind_pw' => 'Password untuk bind-user.',
  'auth_ldap_bind_pw_key' => 'Password',
  'auth_ldap_bind_settings' => 'Bind settings',
  'auth_ldap_contexts' => 'Daftar dari konteks dimana pengguna dilokasikan. Pisahkan konteks lainnya dengan \';\'. Sebagai contoh: \'ou=users,o=org; ou=others,o=org\'',
  'auth_ldap_contexts_key' => 'Contexts',
  'auth_ldap_create_context' => 'Jika Anda mengaktifkan pembuatan pengguna dengan konfirmasi email, tentukan keadaan bagaimana pengguna akan dibuat. Keadaan ini harus berbeda dengan pengguna lainnya untuk menanggulangi bahaya keamanan. Anda tidak perlu menambahkan keadaan ini pada pemakaian variabel ldap_context, Moodle akan mencari pengguna secara otomatis dari keadaan ini.',
  'auth_ldap_create_context_key' => 'Context for new users',
  'auth_ldap_create_error' => 'Error creating user in LDAP.',
  'auth_ldap_creators' => 'daftar grup dari anggota yang diperbolehkan untuk membuat kursus baru. Pisahkan grup-grup dengan \';\'. Biasanya sesuatu seperti \'cn=guru,ou=staf,o=orgsaya\'',
  'auth_ldap_creators_key' => 'Creators',
  'auth_ldapdescription' => 'Metode ini melakukan otentikasi melalui server LDAP eksternal.
                                  Jika nama pengguna dan password yang dimasukkan adalah sah, Moodle akan membuat pengguna baru
                                  dimasukkan pada databasenya. Modul ini dapat membaca atribut pengguna dari LDAP dan memasukkan lebih dulu
                                  field-field yang dibutuhkan pada Moodle.  Untuk login selanjutnya hanya nama pengguna dan
                                  password yang diperiksa.',
  'auth_ldap_expiration_desc' => 'Select No to disable expired password checking or LDAP to read passwordexpiration time directly from LDAP',
  'auth_ldap_expiration_key' => 'Expiration',
  'auth_ldap_expiration_warning_desc' => 'Number of days before password expiration warning is issued.',
  'auth_ldap_expiration_warning_key' => 'Expiration warning',
  'auth_ldap_expireattr_desc' => 'Optional: overrides ldap-attribute that stores password expiration time',
  'auth_ldap_expireattr_key' => 'Expiration attribute',
  'auth_ldapextrafields' => 'Field-field ini adalah pilihan.  Anda dapat memilih untuk memasukkan lebih dulu beberapa field-field pengguna dari Moodle dengan informasi dari <b>field-field LDAP</b> yang Anda tentukan disini. <br />Jika Anda mengosongkan field-field ini, maka tidak ada yang ditransfer dari LDAP dan default Moodle yang akan digunakan.<br />Pada kasus lain, pengguna akan dapat mengedit semua field-field ini setelah mereka login.',
  'auth_ldap_graceattr_desc' => 'Optional: Overrides  gracelogin attribute',
  'auth_ldap_gracelogin_key' => 'Grace login attribute',
  'auth_ldap_gracelogins_desc' => 'Enable LDAP gracelogin support. After password has expired user can login until gracelogin count is 0. Enabling this setting displays grace login message if password is expired.',
  'auth_ldap_gracelogins_key' => 'Grace logins',
  'auth_ldap_groupecreators' => 'List of groups or contexts whose members are allowed to create groups. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\'',
  'auth_ldap_groupecreators_key' => 'Group creators',
  'auth_ldap_host_url' => 'Tentukan host LDAP pada form-URL  seperti \'ldap://ldap.myorg.com/\' or \'ldaps://ldap.myorg.com/\'',
  'auth_ldap_host_url_key' => 'Host URL',
  'auth_ldap_changepasswordurl_key' => 'Password-change URL',
  'auth_ldap_ldap_encoding' => 'Specify encoding used by LDAP server. Most probably utf-8, MS AD v2 uses default platform encoding such as cp1252, cp1250, etc.',
  'auth_ldap_ldap_encoding_key' => 'LDAP encoding',
  'auth_ldap_login_settings' => 'Login settings',
  'auth_ldap_memberattribute' => 'Tentukan atribut keanggotaan anggota, jika pengguna adalah anggota grup. Biasanya \'anggota\'',
  'auth_ldap_memberattribute_isdn' => 'Optional: Overrides handling of member attribute values, either 0 or 1',
  'auth_ldap_memberattribute_isdn_key' => 'Member attribute uses dn',
  'auth_ldap_memberattribute_key' => 'Member attribute',
  'auth_ldap_noconnect' => 'LDAP-module cannot connect to server: {$a}',
  'auth_ldap_noconnect_all' => 'LDAP-module cannot connect to any servers: {$a}',
  'auth_ldap_noextension' => '<em>The PHP LDAP module does not seem to be present. Please ensure it is installed and enabled if you want to use this authentication plugin.</em>',
  'auth_ldap_no_mbstring' => 'You need the mbstring extension to create users in Active Directory.',
  'auth_ldapnotinstalled' => 'Cannot use LDAP authentication. The PHP LDAP module is not installed.',
  'auth_ldap_objectclass' => 'Optional: Overrides objectClass used to name/search users on ldap_user_type. Usually you dont need to chage this.',
  'auth_ldap_objectclass_key' => 'Object class',
  'auth_ldap_opt_deref' => 'Determines how aliases are handled during search. Select one of the following values: "No" (LDAP_DEREF_NEVER) or "Yes" (LDAP_DEREF_ALWAYS)',
  'auth_ldap_opt_deref_key' => 'Dereference aliases',
  'auth_ldap_passtype' => 'Specify the format of new or changed passwords in LDAP server.',
  'auth_ldap_passtype_key' => 'Password format',
  'auth_ldap_passwdexpire_settings' => 'LDAP password expiration settings.',
  'auth_ldap_preventpassindb' => 'Select yes to prevent passwords from being stored in Moodle\'s DB.',
  'auth_ldap_preventpassindb_key' => 'Hide passwords',
  'auth_ldap_search_sub' => 'Masukkan nilai &lt;&gt; 0 jika Anda ingin untuk mencari pengguna dari sub-konteks.',
  'auth_ldap_search_sub_key' => 'Search subcontexts',
  'auth_ldap_server_settings' => 'LDAP server settings',
  'auth_ldap_unsupportedusertype' => 'auth: ldap user_create() does not support selected usertype: {$a}',
  'auth_ldap_update_userinfo' => 'Perbaharui informasi pengguna (nama depan, namaakhir, alamat..) dari LDAP ke Moodle. Lihat pada /auth/ldap/attr_mappings.php untuk informasi pemetaannya',
  'auth_ldap_user_attribute' => 'Attribut yang dugunakan untuk nama/cari pengguna. Biasanya \'cn\'.',
  'auth_ldap_user_attribute_key' => 'User attribute',
  'auth_ldap_user_exists' => 'LDAP username already exists.',
  'auth_ldap_user_settings' => 'User lookup settings',
  'auth_ldap_user_type' => 'Select how users are stored in LDAP. This setting also specifies how login expiration, grace logins and user creation will work.',
  'auth_ldap_user_type_key' => 'User type',
  'auth_ldap_usertypeundefined' => 'config.user_type not defined or function ldap_expirationtime2unix does not support selected type!',
  'auth_ldap_usertypeundefined2' => 'config.user_type not defined or function ldap_unixi2expirationtime does not support selected type!',
  'auth_ldap_version' => 'The version of the LDAP protocol your server is using.',
  'auth_ldap_version_key' => 'Version',
  'auth_ntlmsso' => 'NTLM SSO',
  'auth_ntlmsso_enabled' => 'Set to yes to attempt Single Sign On with the NTLM domain. <strong>Note:</strong> this requires additional setup on the webserver to work, see <a href="http://docs.moodle.org/en/NTLM_authentication">http://docs.moodle.org/en/NTLM_authentication</a>',
  'auth_ntlmsso_enabled_key' => 'Enable',
  'auth_ntlmsso_ie_fastpath' => 'Set to yes to enable the NTLM SSO fast path (bypasses certain steps and only works if the client\'s browser is MS Internet Explorer).',
  'auth_ntlmsso_ie_fastpath_key' => 'MS IE fast path?',
  'auth_ntlmsso_subnet' => 'If set, it will only attempt SSO with clients in this subnet. Format: xxx.xxx.xxx.xxx/bitmask. Separate multiple subnets with \',\' (comma).',
  'auth_ntlmsso_subnet_key' => 'Subnet',
  'auth_ntlmsso_type_key' => 'Authentication type',
  'auth_ntlmsso_type' => 'The authentication method configured in the web server to authenticate the users (if in doubt, choose NTLM)',
  'connectingldap' => 'Connecting to LDAP server...
',
  'creatingtemptable' => 'Creating temporary table {$a}
',
  'didntfindexpiretime' => 'password_expire() didn\'t find expiration time.',
  'didntgetusersfromldap' => 'Did not get any users from LDAP -- error? -- exiting
',
  'gotcountrecordsfromldap' => 'Got {$a} records from LDAP
',
  'morethanoneuser' => 'Strange! More than one user record found in ldap. Only using the first one.',
  'needbcmath' => 'You need the BCMath extension to use grace logins with Active Directory',
  'needmbstring' => 'You need the mbstring extension to change passwords in Active Directory',
  'nodnforusername' => 'Error in user_update_password(). No DN for: {$a->username}',
  'notcalledfromserver' => 'Should not be called from the web server!',
  'noupdatestobedone' => 'No updates to be done
',
  'nouserentriestoremove' => 'No user entries to be removed
',
  'nouserentriestorevive' => 'No user entries to be revived
',
  'nouserstobeadded' => 'No users to be added
',
  'ntlmsso_attempting' => 'Attempting Single Sign On via NTLM...',
  'ntlmsso_failed' => 'Auto-login failed, try the normal login page...',
  'ntlmsso_isdisabled' => 'NTLM SSO is disabled.',
  'ntlmsso_unknowntype' => 'Unknown ntlmsso type!',
  'pluginname' => 'Gunakan server LDAP',
  'pluginnotenabled' => 'Plugin not enabled!',
  'renamingnotallowed' => 'User renaming not allowed in LDAP',
  'rootdseerror' => 'Error querying rootDSE for Active Directory',
  'updateremfail' => 'Error updating LDAP record. Error code: {$a->errno}; Error string: {$a->errstring}<br/>Key ({$a->key}) - old moodle value: \'{$a->ouvalue}\' new value: \'{$a->nuvalue}\'',
  'updateremfailamb' => 'Failed to update LDAP with ambiguous field {$a->key}; old moodle value: \'{$a->ouvalue}\', new value: \'{$a->nuvalue}\'',
  'updatepasserror' => 'Error in user_update_password(). Error code: {$a->errno}; Error string: {$a->errstring}',
  'updatepasserrorexpire' => 'Error in user_update_password() when reading password expiration time. Error code: {$a->errno}; Error string: {$a->errstring}',
  'updatepasserrorexpiregrace' => 'Error in user_update_password() when modifying expirationtime and/or gracelogins. Error code: {$a->errno}; Error string: {$a->errstring}',
  'updateusernotfound' => 'Could not find user while updating externally. Details follow: search base: \'{$a->userdn}\'; search filter: \'(objectClass=*)\'; search attributes: {$a->attribs}',
  'user_activatenotsupportusertype' => 'auth: ldap user_activate() does not support selected usertype: {$a}',
  'user_disablenotsupportusertype' => 'auth: ldap user_disable() does not support selected usertype: {$a}',
  'userentriestoadd' => 'User entries to be added: {$a}
',
  'userentriestoremove' => 'User entries to be removed: {$a}
',
  'userentriestorevive' => 'User entries to be revived: {$a}
',
  'userentriestoupdate' => 'User entries to be updated: {$a}
',
  'usernotfound' => 'User not found in LDAP',
  'useracctctrlerror' => 'Error getting userAccountControl for {$a}',
);