[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 // This file is part of Moodle - http://moodle.org/ 3 // 4 // Moodle is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // Moodle is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 16 17 /** 18 * Strings for component 'auth_cas', language 'en'. 19 * 20 * @package auth_cas 21 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} 22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 23 */ 24 25 $string['accesCAS'] = 'CAS users'; 26 $string['accesNOCAS'] = 'other users'; 27 $string['auth_cas_auth_user_create'] = 'Create users externally'; 28 $string['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/'; 29 $string['auth_cas_baseuri_key'] = 'Base URI'; 30 $string['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.'; 31 $string['auth_cas_cantconnect'] = 'LDAP part of CAS-module cannot connect to server: {$a}'; 32 $string['auth_cas_casversion'] = 'CAS protocol version'; 33 $string['auth_cas_certificate_check'] = 'Select \'yes\' if you want to validate the server certificate'; 34 $string['auth_cas_certificate_path_empty'] = 'If you turn on Server validation, you need to specify a certificate path'; 35 $string['auth_cas_certificate_check_key'] = 'Server validation'; 36 $string['auth_cas_certificate_path'] = 'Path of the CA chain file (PEM Format) to validate the server certificate'; 37 $string['auth_cas_certificate_path_key'] = 'Certificate path'; 38 $string['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.'; 39 $string['auth_cas_create_user_key'] = 'Create user'; 40 $string['auth_cas_curl_ssl_version'] = 'The SSL version (2 or 3) to use. By default PHP will try to determine this itself, although in some cases this must be set manually.'; 41 $string['auth_cas_curl_ssl_version_default'] = 'Default'; 42 $string['auth_cas_curl_ssl_version_key'] = 'cURL SSL Version'; 43 $string['auth_cas_curl_ssl_version_SSLv2'] = 'SSLv2'; 44 $string['auth_cas_curl_ssl_version_SSLv3'] = 'SSLv3'; 45 $string['auth_cas_curl_ssl_version_TLSv1x'] = 'TLSv1.x'; 46 $string['auth_cas_curl_ssl_version_TLSv10'] = 'TLSv1.0'; 47 $string['auth_cas_curl_ssl_version_TLSv11'] = 'TLSv1.1'; 48 $string['auth_cas_curl_ssl_version_TLSv12'] = 'TLSv1.2'; 49 $string['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.'; 50 $string['auth_cas_enabled'] = 'Turn this on if you want to use CAS authentication.'; 51 $string['auth_cas_hostname'] = 'Hostname of the CAS server <br />eg: host.domain.fr'; 52 $string['auth_cas_hostname_key'] = 'Hostname'; 53 $string['auth_cas_changepasswordurl'] = 'Password-change URL'; 54 $string['auth_cas_invalidcaslogin'] = 'Sorry, your login has failed - you could not be authorised'; 55 $string['auth_cas_language'] = 'Select language for authentication pages'; 56 $string['auth_cas_language_key'] = 'Language'; 57 $string['auth_cas_logincas'] = 'Secure connection access'; 58 $string['auth_cas_logout_return_url_key'] = 'Alternative logout return URL'; 59 $string['auth_cas_logout_return_url'] = 'Provide the URL that CAS users shall be redirected to after logging out.<br />If left empty, users will be redirected to the location that moodle will redirect users to'; 60 $string['auth_cas_logoutcas'] = 'Select \'yes\' if you want to logout from CAS when you disconnect from Moodle'; 61 $string['auth_cas_logoutcas_key'] = 'CAS logout option'; 62 $string['auth_cas_multiauth'] = 'Select \'yes\' if you want to have multi-authentication (CAS + other authentication)'; 63 $string['auth_cas_multiauth_key'] = 'Multi-authentication'; 64 $string['auth_casnotinstalled'] = 'Cannot use CAS authentication. The PHP LDAP module is not installed.'; 65 $string['auth_cas_port'] = 'Port of the CAS server'; 66 $string['auth_cas_port_key'] = 'Port'; 67 $string['auth_cas_proxycas'] = 'Select \'yes\' if you use CAS in proxy-mode'; 68 $string['auth_cas_proxycas_key'] = 'Proxy mode'; 69 $string['auth_cas_server_settings'] = 'CAS server configuration'; 70 $string['auth_cas_text'] = 'Secure connection'; 71 $string['auth_cas_use_cas'] = 'Use CAS'; 72 $string['auth_cas_version'] = 'CAS protocol version to use'; 73 $string['CASform'] = 'Authentication choice'; 74 $string['noldapserver'] = 'No LDAP server configured for CAS! Syncing disabled.'; 75 $string['pluginname'] = 'CAS server (SSO)'; 76 $string['synctask'] = 'CAS users sync job';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |