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