Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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['auth_cas_auth_name'] = 'Authentication method name';
26
$string['auth_cas_auth_name_description'] = 'Provide a name for the CAS authentication method that is familiar to your users.';
27
$string['auth_cas_auth_logo'] = 'Authentication method logo';
28
$string['auth_cas_auth_logo_description'] = 'Provide a logo for the CAS authentication method that is familiar to your users.';
29
$string['auth_cas_auth_user_create'] = 'Create users externally';
30
$string['auth_cas_auth_service'] = 'CAS';
31
$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/';
32
$string['auth_cas_baseuri_key'] = 'Base URI';
33
$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.';
34
$string['auth_cas_cantconnect'] = 'LDAP part of CAS-module cannot connect to server: {$a}';
35
$string['auth_cas_casversion'] = 'CAS protocol version';
36
$string['auth_cas_certificate_check'] = 'Select \'yes\' if you want to validate the server certificate';
37
$string['auth_cas_certificate_path_empty'] = 'If you turn on Server validation, you need to specify a certificate path';
38
$string['auth_cas_certificate_check_key'] = 'Server validation';
39
$string['auth_cas_certificate_path'] = 'Path of the CA chain file (PEM Format) to validate the server certificate';
40
$string['auth_cas_certificate_path_key'] = 'Certificate path';
41
$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.';
42
$string['auth_cas_create_user_key'] = 'Create user';
43
$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.';
44
$string['auth_cas_curl_ssl_version_default'] = 'Default';
45
$string['auth_cas_curl_ssl_version_key'] = 'cURL SSL Version';
46
$string['auth_cas_curl_ssl_version_SSLv2'] = 'SSLv2';
47
$string['auth_cas_curl_ssl_version_SSLv3'] = 'SSLv3';
48
$string['auth_cas_curl_ssl_version_TLSv1x'] = 'TLSv1.x';
49
$string['auth_cas_curl_ssl_version_TLSv10'] = 'TLSv1.0';
50
$string['auth_cas_curl_ssl_version_TLSv11'] = 'TLSv1.1';
51
$string['auth_cas_curl_ssl_version_TLSv12'] = 'TLSv1.2';
52
$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.';
53
$string['auth_cas_enabled'] = 'Turn this on if you want to use CAS authentication.';
54
$string['auth_cas_hostname'] = 'Hostname of the CAS server <br />eg: host.domain.fr';
55
$string['auth_cas_hostname_key'] = 'Hostname';
56
$string['auth_cas_changepasswordurl'] = 'Password-change URL';
57
$string['auth_cas_invalidcaslogin'] = 'Sorry, your login has failed - you could not be authorised';
58
$string['auth_cas_language'] = 'Select language for authentication pages';
59
$string['auth_cas_language_key'] = 'Language';
60
$string['auth_cas_logincas'] = 'Secure connection access';
61
$string['auth_cas_logout_return_url_key'] = 'Alternative logout return URL';
62
$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';
63
$string['auth_cas_logoutcas'] = 'Select \'yes\' if you want to logout from CAS when you disconnect from Moodle';
64
$string['auth_cas_logoutcas_key'] = 'CAS logout option';
65
$string['auth_cas_multiauth'] = 'Select \'yes\' if you want to have multi-authentication (CAS + other authentication)';
66
$string['auth_cas_multiauth_key'] = 'Multi-authentication';
67
$string['auth_casnotinstalled'] = 'Cannot use CAS authentication. The PHP LDAP module is not installed.';
68
$string['auth_cas_port'] = 'Port of the CAS server';
69
$string['auth_cas_port_key'] = 'Port';
70
$string['auth_cas_proxycas'] = 'Select \'yes\' if you use CAS in proxy-mode';
71
$string['auth_cas_proxycas_key'] = 'Proxy mode';
72
$string['auth_cas_server_settings'] = 'CAS server configuration';
73
$string['auth_cas_text'] = 'Secure connection';
74
$string['auth_cas_use_cas'] = 'Use CAS';
75
$string['auth_cas_version'] = 'CAS protocol version to use';
76
$string['CASform'] = 'Authentication choice';
77
$string['noldapserver'] = 'No LDAP server configured for CAS! Syncing disabled.';
78
$string['pluginname'] = 'CAS server (SSO)';
79
$string['synctask'] = 'CAS users sync job';
80
$string['privacy:metadata'] = 'The CAS server (SSO) authentication plugin does not store any personal data.';