adding some strings
[moodle-linuxchix.git] / lang / en_utf8 / mnet.php
blob5558041d5d1e5a29a3717c5d573d2613ac92463e
1 <?PHP
2 $string['xmlrpc-missing'] = 'You must have XML-RPC installed in your PHP build to be able to use this feature.';
3 $string['description'] = 'Description';
4 $string['mnet'] = 'Moodle Networking';
5 $string['net'] = 'Networking';
6 $string['requiresopenssl'] = 'Networking requires the OpenSSL extension';
7 $string['yourhost'] = 'Your Host';
8 $string['yourpeers'] = 'Your Peers';
9 $string['settings'] = 'Settings';
10 $string['hostsettings'] = 'Host Settings';
11 $string['mnetpeers'] = 'Peers';
12 $string['mnetservices'] = 'Moodle network services';
13 $string['trustedhosts'] = 'XML-RPC hosts';
14 $string['trustedhostsexplain'] = '<p>The trusted hosts mechanism allows specific machines to
15 execute calls via XML-RPC to any part of the Moodle API. This
16 is available for scripts to control Moodle behaviour and can be
17 a very dangerous option to enable. If in doubt, keep it off.</p>
18 <p>This is <strong>not</strong> needed for Moodle Networking.</p>
19 <p>To enable it, enter a list of IP addresses or networks,
20 one on each line.
21 Some examples:</p>'.
22 'Your local host:<br />'.
23 '127.0.0.1<br />'.
24 'Your local host (with a network block):<br />'.
25 '127.0.0.1/32<br />'.
26 'Only the host with IP address 192.168.0.7:<br />'.
27 '192.168.0.7/32<br />'.
28 'Any host with an IP address between 192.168.0.1 and 192.168.0.255:<br />'.
29 '192.168.0.0/24<br />'.
30 'Any host whatsoever:<br />'.
31 '192.168.0.0/0<br />'.
32 'Obviously the last example is <strong>not</strong> a recommended configuration.';
33 $string['otherenrolledusers'] = 'Other enrolled users';
34 $string['hideremote'] = 'Hide remote users';
35 $string['showremote'] = 'Show remote users';
36 $string['hidelocal'] = 'Hide local users';
37 $string['showlocal'] = 'Show local users';
38 $string['hostcoursenotfound'] = 'Host or course not found';
39 $string['enrollingincourse'] = 'Enrolling in course $a[0] on host $a[1]<br />';
41 $string['duplicate_usernames'] = 'We failed to create an index on the columns \"mnethostid\" and \"username\" in your user table.<br />'.
42 'This can occur when you have <a href=\"$a\" target=\"_blank\">duplicate usernames in your user table</a>.<br />'.
43 'Your upgrade should still complete successfully. Click on the link above, and instructions on fixing'.
44 ' this problem will appear in a new window. You can attend to that at the end of the upgrade.<br />';
46 $string['nomodifyacl'] = 'You are not permitted to modify the MNET access control list.';
47 $string['recordnoexists'] = 'Record does not exist.';
48 $string['enterausername'] = 'Please enter a username, or a list of usernames separated by commas.';
49 $string['selectahost'] = 'Please select a remote Moodle host.';
50 $string['selectaccesslevel'] = 'Please select an access level from the list.';
51 $string['noaclentries'] = 'No entries in the SSO access control list';
52 $string['deleteaserver'] = 'Deleting a Server';
53 $string['nosite'] = 'Could not find site-level course';
54 $string['postrequired'] = 'The delete function requires a POST request.';
55 $string['hostdeleted'] = 'Ok - host deleted';
56 $string['reenableserver'] = 'No - select this option to re-enable this server.';
57 $string['nocurl'] = 'PHP Curl library is not installed';
58 $string['publish'] = 'Publish';
59 $string['subscribe'] = 'Subscribe';
60 $string['failedaclwrite'] = 'Failed to write to the MNET access control list for user \'$a\'.';
62 $string['receivedwarnings'] = 'The following warnings were received';
63 $string['reallydeleteserver'] = 'Are you sure you want to delete the server';
65 $string['deleteuserrecord'] = 'SSO ACL: delete record for user \'$a[0]\' from $a[1].';
66 $string['invalidaccessparam'] = 'Invalid access parameter.';
67 $string['invalidactionparam'] = 'Invalid action parameter.';
68 $string['currentkey'] = 'Current Public Key';
69 $string['keymismatch'] = 'The public key you are holding for this host is different from the public key it is currently publishing.';
70 $string['invalidurl'] = 'Invalid URL parameter.';
71 $string['expireyourkey'] = 'Delete This Key';
72 $string['deletekeycheck'] = 'Are you absolutely sure you want to delete this key?';
73 $string['expireyourkeyexplain'] = 'Moodle automatically rotates your keys every 28 days (by default) but you have the option to '.
74 '<em>manually</em> expire this key at any time. This will only be useful if you believe this '.
75 'key has been compromised. A replacement will be immediately automatically generated.<br />'.
76 'Deleting this key will make it impossible for other Moodles to communicate with you, until you '.
77 'manually contact each administrator and provide them with your new key.';
78 $string['deleteoutoftime'] = 'Your 60-second window for deleting this key has expired. Please start again.';
79 $string['deletewrongkeyvalue'] = 'An error has occurred. If you were not trying to delete your server\'s SSL key, it is possible '.
80 'you have been the subject of a malicious attack. No action has been taken.';
82 $string['keydeleted'] = 'Your key has been successfully deleted and replaced.';
84 $string['is_in_range'] = 'The IP address &nbsp;<code>$a</code>&nbsp; represents a valid trusted host.';
85 $string['validated_by'] = 'It is validated by the network: &nbsp;<code>$a</code>';
86 $string['not_in_range'] = 'The IP address &nbsp;<code>$a</code>&nbsp; does not represent a valid trusted host.';
88 $string['testtrustedhosts'] = 'Test an address';
89 $string['testtrustedhostsexplain'] = 'Enter an IP address to see if it is a trusted host.';
91 $string['forbidden-function'] = 'That function has not been enabled for RPC.';
92 $string['forbidden-transport'] = 'The transport method you are trying to use is not permitted.';
94 $string['registerallhosts'] = 'Register all hosts (<em>Hub mode</em>)';
95 $string['registerallhostsexplain'] = 'You can choose to register all hosts that try to connect to you automatically.
96 This means that a record will appear in your hosts list for any '.
97 'Moodle site that connects to you and requests your public key.<br />'.
98 'You have the option below to configure services for \'All Hosts\' and by enabling some services there, you are able to provide '.
99 'services to any Moodle server indiscriminately.';
101 $string['mnet_session_prohibited'] = 'Users from your home server are not currently permitted to roam to $a.';
102 $string['ssl_acl_allow'] = 'SSO ACL: Allow user $a[0] from $a[1]';
103 $string['ssl_acl_deny'] = 'SSO ACL: Deny user $a[0] from $a[1]';
104 $string['enabled_for_all'] = '(This service has been enabled for all hosts).';
105 $string['nosuchfile'] = 'The file/function $a does not exist.';
106 $string['nosuchfunction'] = 'Unable to locate function, or function prohibited for RPC.';
107 $string['nosuchmodule'] = 'The function was incorrectly addressed and could not be located. Please use the
108 mod/modulename/lib/functionname format.';
109 $string['nosuchpublickey'] = 'Unable to obtain public key for signature verification.';
110 $string['nosuchservice'] = 'The RPC service is not running on this host.';
111 $string['nosuchtransport'] = 'No transport with that ID exists.';
113 $string['phperror'] = 'An internal PHP error prevented your request being fulfilled.';
114 $string['wrong-ip'] = 'Your IP address does not match the address we have on record.';
116 $string['verifysignature-error'] = 'The signature verification failed. An error has occurred.';
117 $string['verifysignature-invalid'] = 'The signature verification failed. It appears that this payload was not signed by you.';
118 $string['mnetsettings'] = 'Moodle network settings';
119 $string['mnetservices'] = 'Services';
120 $string['mnetlog'] = 'Logs';
122 $string['issubscribed'] = 'The $a Moodle is subscribing to this service on your host.';
123 $string['ispublished'] = 'The $a Moodle has enabled this service for you.';
124 $string['version'] = 'version';
125 $string['id'] = 'ID';
126 $string['hostname'] = 'Hostname';
127 $string['last_connect_time'] = 'Last connect time';
128 $string['RPC_HTTPS_VERIFIED'] = 'HTTPS (signed)';
129 $string['RPC_HTTPS_SELF_SIGNED'] = 'HTTPS (self-signed)';
130 $string['RPC_HTTP_VERIFIED'] = 'HTTP (signed)';
131 $string['RPC_HTTP_SELF_SIGNED'] = 'HTTP (self-signed)';
132 $string['RPC_HTTP_PLAINTEXT'] = 'HTTP unencrypted';
133 $string['remotehosts'] = 'Remote hosts';
134 $string['remotemoodles'] = 'Remote Moodles';
135 $string['remotecourses'] = 'Remote Courses';
136 $string['courseson'] = ' courses on ';
137 $string['permittedtransports'] = 'Permitted transports';
138 $string['current_transport'] = 'Current transport';
139 $string['system'] = 'System';
140 $string['on'] = 'On';
141 $string['off'] = 'Off';
142 $string['strict'] = 'Strict';
143 $string['promiscuous'] = 'Promiscuous';
144 $string['aboutyourhost'] = 'About your server';
145 $string['invalidhost'] = 'You must provide a valid host identifier';
147 $string['moodleloc'] = 'Moodle location';
148 $string['addnewhost'] = 'Add a new host';
149 $string['addhost'] = 'Add host';
151 $string['never'] = 'Never';
152 $string['restore'] = 'Restore';
153 $string['warning'] = 'Warning';
154 $string['illegalchar-host'] = 'Your hostname contains the illegal character: $a';
155 $string['usersareonline'] = 'Warning: $a users from that server are currently logged on to your site.';
156 $string['illegalchar-moodlehome'] = 'Your Moodle location contains illegal characters';
158 $string['nonmatchingcert'] = 'The subject of the certificate: <br /><em>$a[0]</em><br />does not match the host it came from:<br /><em>$a[1]</em>.';
159 $string['noipmatch'] = 'The remote machine\'s address: <br /><em>$a[0]</em><br />does not match the one on record:<br /><em>$a[1]</em>.';
160 $string['reviewhostdetails'] = 'Review Host Details';
161 $string['reviewhostservices'] = 'Review Host Services';
162 $string['moodle_home_help'] = 'The path to the homepage of Moodle on the remote host, e.g. /moodle/.';
163 $string['hostnamehelp'] = 'The fully-qualified domain name of the remote host, e.g. www.example.com';
164 $string['idhelp'] = 'This value is automatically assigned and cannot be changed';
165 $string['invalidpubkey'] = 'The key is not a valid SSL key.';
166 $string['nopubkey'] = 'There was a problem retrieving the public key.<br />Maybe the host does not allow Moodle Networking or the key is invalid.';
167 $string['last_connect_time_help'] = 'The time that you last connected to this host.';
168 $string['last_transport_help'] = 'The transport that you used for the last connection to this host.';
169 $string['transport_help'] = 'These options are reciprocal, so you can only force a remote host to use a signed SSL cert if your server also has a signed SSL cert.';
170 $string['https_verified_help'] = 'Permit connections using a verified SSL Certificate on the remote host.';
172 $string['http_self_signed_help'] = 'Permit connections using a self-signed DIY SSL Certificate on the remote host.';
173 $string['http_verified_help'] = 'Permit connections using a verified SSL Certificate in PHP on the remote host, but over http (not https).';
174 $string['https_self_signed_help'] = 'Permit connections using a self-signed DIY SSL in PHP on the remote host over http.';
175 $string['hostexists'] = 'A record already exists for that host and Moodle deployment with ID $a.<br />Click on <em>Continue</em> to edit that record.';
176 $string['publickey'] = 'Public key';
177 $string['expires'] = 'Valid until';
178 $string['expired'] = 'This key expired on';
179 $string['publickey_help'] = 'The public key is automatically obtained from the remote server.';
180 $string['couldnotgetcert'] = 'No certificate found at <br />$a. <br />The host may be down or incorrectly configured.';
181 $string['ipaddress'] = 'IP address';
182 $string['badcert'] = 'This is not a valid certificate.';
183 $string['couldnotmatchcert'] = 'This does not match the certificate currently published by the webserver.';
184 $string['forcesavechanges'] = 'Force Save Changes';
186 $string['serviceswepublish'] = 'Services we publish to $a.';
187 $string['serviceswesubscribeto'] = 'Services on $a that we subscribe to.';
188 $string['nohostid'] = 'This page requires a Host ID, which should be an integer.';
190 $string['networksettings'] = 'Network settings';
191 $string['helpnetworksettings'] = 'Configure inter-Moodle communication';
192 $string['mnet_concatenate_strings'] = 'Concatenate (up to) 3 strings and return the result';
193 $string['notPEM'] = 'This key is not in PEM format. It will not work.';
194 $string['notBASE64'] = 'This string is not in Base64 Encoded format. It cannot be a valid key.';
196 $string['usercannotchangepassword'] = 'You cannot change your password here since you are a remote user.';
197 $string['userchangepasswordlink'] = '<br /> You may be able to change your password at your <a href=\"$a->wwwroot/login/change_password.php\">$a->description</a> provider.';
199 $string['remotehost'] = 'Remote Hub';
200 $string['allow'] = 'Allow';
201 $string['deny'] = 'Deny';
202 $string['addtoacl'] = 'Add to Access Control';
203 $string['accesslevel'] = 'Access Level';
204 $string['ssoaccesscontrol'] = 'SSO Access Control';
205 $string['notpermittedtojump'] = 'You do not have permission to begin a remote session from this Moodle hub.';
206 $string['notpermittedtoland'] = 'You do not have permission to begin a remote session.';
207 $string['authfail_nosessionexists'] = 'Authorisation failed: the mnet session does not exist.';
208 $string['authfail_sessiontimedout'] = 'Authorisation failed: the mnet session has timed out.';
209 $string['authfail_usermismatch'] = 'Authorisation failed: the user does not match.';
210 $string['hostnotconfiguredforsso'] = 'This remote Moodle Hub is not configured for remote login.';
211 $string['authmnetdisabled'] = 'Moodle Networking authentication is disabled.';
212 $string['unknownerror'] = 'Unknown error occurred during negotiation.';
213 $string['nolocaluser'] = 'No local record exists for remote user.';
214 $string['databaseerror'] = 'Could not write details to the database.';
215 $string['ssoacldescr'] = 'Use this page to grant/deny access to specific users from remote Moodle Network hosts. This is functional when you are offering SSO services to remote users. To control your <em>local</em> users\' ability to roam to other Moodle Network hosts, use the roles system to grant them the <em>mnetlogintoremote</em> capability.';
216 $string['ssoaclneeds'] = 'For this functionality to work, you must have Moodle Networking On, plus the Moodle Network authentication plugin enabled with auto-add users enabled .';
217 $string['mnetdisabled'] = 'Moodle Network is <strong>disabled</strong>.';
218 $string['authmnetdisabled'] = 'Moodle Networking <em>Authentication plugin</em>is <strong>disabled</strong>.';
219 $string['authmnetautoadddisabled'] = '<em>Auto-add users</em> in Moodle Networking Authentication plugin is <strong>disabled</strong>.';
220 $string['mnetenrol'] = 'Enrolments';
221 $string['remoteenrolhosts_desc'] = 'Enrol and unenrol users from your Moodle installation
222 on Moodle Hosts that allow you to do so via the Moodle
223 Network enrolment plugin.';
224 $string['host'] = 'host';
225 $string['enrolments'] = 'enrolments';
226 $string['editenrolments'] = 'enrol';
227 $string['logs'] = 'logs';
228 $string['courses'] = 'courses';
230 $string['enrolcourses_desc'] = 'Courses offered for remote enrolment by this host.';
231 $string['enrolcourseenrol_desc'] = 'Enrol/unenrol users from this course using Moodle Network enrolments.
232 Note that users may have been enrolled in this course via other enrolment
233 methods if the remote hosts allows them. Such enrolments are listed under
234 <em>Other enrolled users</em>';
235 $string['host'] = 'host';
236 $string['loginlinkmnetuser'] = '<br/>If you are a Moodle Network remote user and can <a href=\"$a\">confirm your email address here</a>, you can be redirected to your login page.<br />';