<?php $this->cache['id']['auth_cas'] = array (
  'accesCAS' => 'CAS users',
  'accesNOCAS' => 'other users',
  'auth_cas_auth_user_create' => 'Create users externally',
  'auth_cas_baseuri' => 'URI of the server (nothing if no baseUri)<br />For example, if the CAS server responds to host.domaine.fr/CAS/ then<br />cas_baseuri = CAS/',
  'auth_cas_baseuri_key' => 'Base URI',
  'auth_cas_broken_password' => 'You cannot proceed without changing your password, however there is no available page for changing it. Please contact your Moodle Administrator.',
  'auth_cas_cantconnect' => 'LDAP part of CAS-module cannot connect to server: {$a}',
  'auth_cas_casversion' => 'Version',
  'auth_cas_certificate_check' => 'Turn this to \'yes\' if you want to validate the server certificate',
  'auth_cas_certificate_path_empty' => 'If you turn on Server validation, you need to specify a certificate path',
  'auth_cas_certificate_check_key' => 'Server validation',
  'auth_cas_certificate_path' => 'Path of the CA chain file (PEM Format) to validate the server certificate',
  'auth_cas_certificate_path_key' => 'Certificate path',
  'auth_cas_create_user' => 'Turn this on if you want to insert CAS-authenticated users in Moodle database. If not then only users who already exist in the Moodle database can log in.',
  'auth_cas_create_user_key' => 'Create user',
  'auth_casdescription' => 'This method uses a CAS server (Central Authentication Service) to authenticate users in a Single Sign On environment (SSO). You can also use a simple LDAP authentication. If the given username and password are valid according to CAS, Moodle creates a new user entry in its database, taking user attributes from LDAP if required. On following logins only the username and password are checked.',
  'auth_cas_enabled' => 'Turn this on if you want to use CAS authentication.',
  'auth_cas_hostname' => 'Hostname of the CAS server <br />eg: host.domain.fr',
  'auth_cas_hostname_key' => 'Hostname',
  'auth_cas_changepasswordurl' => 'Password-change URL',
  'auth_cas_invalidcaslogin' => 'Sorry, your login has failed - you could not be authorised',
  'auth_cas_language' => 'Selected language',
  'auth_cas_language_key' => 'Language',
  'auth_cas_logincas' => 'Secure connection access',
  'auth_cas_logoutcas' => 'Turn this to \'yes\' if you want to logout from CAS when you disconnect from Moodle',
  'auth_cas_logoutcas_key' => 'Logout CAS',
  'auth_cas_multiauth' => 'Turn this to \'yes\' if you want to have multi-authentication (CAS + other authentication)',
  'auth_cas_multiauth_key' => 'Multi-authentication',
  'auth_casnotinstalled' => 'Cannot use CAS authentication. The PHP LDAP module is not installed.',
  'auth_cas_port' => 'Port of the CAS server',
  'auth_cas_port_key' => 'Port',
  'auth_cas_proxycas' => 'Turn this to \'yes\' if you use CASin proxy-mode',
  'auth_cas_proxycas_key' => 'Proxy mode',
  'auth_cas_server_settings' => 'CAS server configuration',
  'auth_cas_text' => 'Secure connection',
  'auth_cas_use_cas' => 'Use CAS',
  'auth_cas_version' => 'Version of CAS',
  'CASform' => 'Authentication choice',
  'noldapserver' => 'No LDAP server configured for CAS! Syncing disabled.',
  'pluginname' => 'CAS server (SSO)',
);