<?php $this->cache['id']['auth_email'] = array (
  'auth_emaildescription' => 'Konfirmasi via email adalah metode otentikasi default. Saat pengguna mendaftar, memilih nama pengguna baru dan password mereka sendiri, sebuah email konfirmasi akan dikirim ke alamat email pengguna. Email ini berisi link yang aman untuk ke halaman dimana pengguna dapat mengkonfirmasi keanggotaannya. Login berikutnya hanya memeriksa nama pengguna dan password yang tersimpan pada databse Moodle.',
  'auth_emailchangecancel' => 'Cancel email change',
  'auth_emailchangepending' => 'Change pending. Open the link sent to you at {$a->preference_newemail}.',
  'auth_emailnoemail' => 'Tried to send you an email but failed!',
  'auth_emailnoinsert' => 'Could not add your record to the database!',
  'auth_emailnowexists' => 'The email address you tried to assign to your profile has been assigned to someone else since your original request. Your request for change of email address is hereby cancelled, but you may try again with a different address.',
  'auth_emailrecaptcha' => 'Adds a visual/audio confirmation form element to the signup page for email self-registering users. This protects your site against spammers and contributes to a worthwhile cause. See http://www.google.com/recaptcha/learnmore for more details. <br /><em>PHP cURL extension is required.</em>',
  'auth_emailrecaptcha_key' => 'Enable reCAPTCHA element',
  'auth_emailsettings' => 'Settings',
  'auth_emailupdate' => 'Email address update',
  'auth_emailupdatemessage' => 'Dear {$a->fullname},

You have requested a change of your email address for your user account at {$a->site}. Please open the following URL in your browser in order to confirm this change.

{$a->url}',
  'auth_emailupdatesuccess' => 'Email address of user <em>{$a->fullname}</em> was successfully updated to <em>{$a->email}</em>.',
  'auth_emailupdatetitle' => 'Confirmation of email update at {$a->site}',
  'auth_changingemailaddress' => 'You have requested a change of email address, from {$a->oldemail} to {$a->newemail}. For security reasons, we are sending you an email message at the new address to confirm that it belongs to you. Your email address will be updated as soon as you open the URL sent to you in that message.',
  'auth_invalidnewemailkey' => 'Error: if you are trying to confirm a change of email address, you may have made a mistake in copying the URL we sent you by email. Please copy the address and try again.',
  'auth_outofnewemailupdateattempts' => 'You have run out of allowed attempts to update your email address. Your update request has been cancelled.',
  'pluginname' => 'Otentikasi berdasarkan Email',
);