From 28f287562297f1cf843ab638e2a59c95905ff989 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Thu, 4 Jan 2007 03:08:12 +0000 Subject: [PATCH] mnet: core langpack changes --- lang/en_utf8/mnet.php | 145 ++++++++++++++++++++++++++++++++++++++++ lang/en_utf8/moodle.php | 2 + lang/en_utf8/role.php | 4 ++ 3 files changed, 151 insertions(+) create mode 100644 lang/en_utf8/mnet.php diff --git a/lang/en_utf8/mnet.php b/lang/en_utf8/mnet.php new file mode 100644 index 0000000000..2cdaf93190 --- /dev/null +++ b/lang/en_utf8/mnet.php @@ -0,0 +1,145 @@ +'. + 'Your local host:
'. + '127.0.0.1
'. + 'Your local host (with a network block):
'. + '127.0.0.1/32
'. + 'Only the host with IP address 192.168.0.7:
'. + '192.168.0.7/32
'. + 'Any host with an IP address between 192.168.0.1 and 192.168.0.255:
'. + '192.168.0.0/24
'. + 'Any host whatsoever:
'. + '192.168.0.0/0
'. + 'Obviously the last example is not a recommended configuration.'; + +$string['is_in_range'] = 'The IP address  $a  represents a valid trusted host.'; +$string['validated_by'] = 'It is validated by the network:  $a'; +$string['not_in_range'] = 'The IP address  $a  does not represent a valid trusted host.'; + +$string['testtrustedhosts'] = 'Test an Address'; +$string['testtrustedhostsexplain'] = 'Enter an IP address to see if it is a trusted host.'; + +$string['forbidden-function'] = 'That function has not been enabled for RPC.'; +$string['forbidden-transport'] = 'The transport method you are trying to use is not permitted.'; + +$string['registerallhosts'] = 'Register all hosts'; +$string['registerallhostsexplain'] = 'You can choose to register all hosts that try to connect to you. This means that a record will appear in your hosts list for any '. + 'Moodle site that connects to you and requests your public key.
'. + 'You have the option below to configure services for \'All Hosts\' and by enabling some services there, you are able to provide '. + 'services to any Moodle server indiscriminately.'; + +$string['enabled_for_all'] = '(This service has been enabled for all hosts).'; +$string['nosuchfile'] = 'The file/function $a does not exist.'; +$string['nosuchfunction'] = 'Unable to locate function, or function prohibited for RPC.'; +$string['nosuchmodule'] = 'The function was incorrectly addressed and could not be located.\nPlease use the mod/modulename/lib/functionname format.'; +$string['nosuchpublickey'] = 'Unable to obtain public key for signature verification.'; +$string['nosuchservice'] = 'The RPC service is not running on this host.'; +$string['nosuchtransport'] = 'No transport with that ID exists.'; + +$string['phperror'] = 'An internal PHP error prevented your request being fulfilled.'; +$string['wrong-ip'] = 'Your IP address does not match the address we have on record.'; + +$string['verifysignature-error'] = 'The signature verification failed. An error has occurred.'; +$string['verifysignature-invalid'] = 'The signature verification failed. It appears that this payload was not signed by you.'; +$string['mnetsettings'] = 'Moodle Network Settings'; +$string['mnetservices'] = 'Services'; +$string['mnetlog'] = 'Logs'; + +$string['issubscribed'] = 'The $a Moodle is subscribing to this service on your host.'; +$string['ispublished'] = 'The $a Moodle has enabled this service for you.'; +$string['version'] = 'version'; +$string['id'] = 'ID'; +$string['hostname'] = 'Hostname'; +$string['last_connect_time'] = 'Last Connect Time'; +$string['RPC_HTTPS_VERIFIED'] = 'HTTPS (signed)'; +$string['RPC_HTTPS_SELF_SIGNED'] = 'HTTPS (self-signed)'; +$string['RPC_HTTP_VERIFIED'] = 'HTTP (signed)'; +$string['RPC_HTTP_SELF_SIGNED'] = 'HTTP (self-signed)'; +$string['RPC_HTTP_PLAINTEXT'] = 'HTTP unencrypted'; +$string['remotehosts'] = 'Remote Hosts'; +$string['permittedtransports'] = 'Permitted Transports'; +$string['current_transport'] = 'Current Transport'; +$string['system'] = 'System'; +$string['on'] = 'On'; +$string['off'] = 'Off'; +$string['strict'] = 'Strict'; +$string['promiscuous'] = 'Promiscuous'; +$string['aboutyourhost'] = 'About Your Server'; +$string['invalidhost'] = 'You must provide a valid host identifier'; + +$string['moodleloc'] = 'Moodle Location'; +$string['addnewhost'] = 'Add a new host'; +$string['addhost'] = 'Add Host'; + +$string['never'] = 'Never'; +$string['restore'] = 'Restore'; +$string['warning'] = 'Warning'; +$string['illegalchar-host'] = 'Your hostname contains the illegal character: $a'; +$string['usersareonline'] = 'Warning: $a users from that server are currently logged on to your site.'; +$string['illegalchar-moodlehome'] = 'Your Moodle location contains illegal characters'; + +$string['nonmatchingcert'] = 'The subject of the certificate:
$a[0]
does not match the host it came from:
$a[1].'; +$string['noipmatch'] = 'The remote machine\'s address:
$a[0]
does not match the one on record:
$a[1].'; +$string['reviewhostdetails'] = 'Review Host Details'; +$string['reviewhostservices'] = 'Review Host Services'; +$string['moodle_home_help'] = 'The path to the homepage of Moodle on the remote host, e.g. /moodle/.'; +$string['hostnamehelp'] = 'The fully-qualified domain name of the remote host, e.g. www.example.com'; +$string['idhelp'] = 'This value is automatically assigned and cannot be changed'; +$string['invalidpubkey'] = 'There was a problem retrieving the public key. Maybe the host does not allow Moodle Networking or the key is invalid.'; +$string['last_connect_time_help'] = 'The time that you last connected to this host.'; +$string['last_transport_help'] = 'The transport that you used for the last connection to this host.'; +$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.'; +$string['https_verified_help'] = 'Permit connections using a verified SSL Certificate on the remote host.'; + +$string['http_self_signed_help'] = 'Permit connections using a self-signed DIY SSL Certificate on the remote host.'; +$string['http_verified_help'] = 'Permit connections using a verified SSL Certificate in PHP on the remote host, but over http (not https).'; +$string['https_self_signed_help'] = 'Permit connections using a self-signed DIY SSL in PHP on the remote host over http.'; +$string['hostexists'] = 'A record already exists for that host and Moodle deployment with ID $a.
Click on Continue to edit that record.'; +$string['publickey'] = 'Public key'; +$string['publickey_help'] = 'The public key is automatically obtained from the remote server.'; +$string['couldnotgetcert'] = 'No certificate found at
$a.
The host may be down or incorrectly configured.'; +$string['ipaddress'] = 'IP address'; +$string['badcert'] = 'This is not a valid certificate.'; +$string['couldnotmatchcert'] = 'This does not match the certificate currently published by the webserver.'; +$string['forcesavechanges'] = 'Force Save Changes'; + +$string['serviceswepublish'] = 'Services we publish to $a.'; +$string['serviceswesubscribeto'] = 'Services on $a that we subscribe to.'; +$string['nohostid'] = 'This page requires a Host ID, which should be an integer.'; + +$string['networksettings'] = 'Network Settings'; +$string['helpnetworksettings'] = 'Configure inter-Moodle communication'; +$string['mnet_concatenate_strings'] = 'Concatenate (up to) 3 strings and return the result'; +$string['notPEM'] = 'This key is not in PEM format. It will not work.'; +$string['notBASE64'] = 'This string is not in Base64 Encoded format. It cannot be a valid key.'; + +$string['usercannotchangepassword'] = 'You cannot change your password here since you are a remote user.'; +$string['userchangepasswordlink'] = '
You may be able to change your password at your wwwroot/login/change_password.php\">$a->description provider.'; + +$string['remotehost'] = 'Remote Hub'; +$string['allow'] = 'Allow'; +$string['deny'] = 'Deny'; +$string['addtoacl'] = 'Add to Access Control'; +$string['accesslevel'] = 'Access Level'; +$string['ssoaccesscontrol'] = 'SSO Access Control'; +$string['notpermittedtojump'] = 'You do not have permission to begin a remote session from this Moodle hub.'; +$string['notpermittedtoland'] = 'You do not have permission to begin a remote session.'; +$string['authfail_nosessionexists'] = 'Authorisation failed: the mnet session does not exist.'; +$string['authfail_sessiontimedout'] = 'Authorisation failed: the mnet session has timed out.'; +$string['authfail_usermismatch'] = 'Authorisation failed: the user does not match.'; +$string['hostnotconfiguredforsso'] = 'This remote Moodle Hub is not configured for remote login.'; +$string['authmnetdisabled'] = 'Moodle Networking authentication is disabled.'; +$string['unknownerror'] = 'Unknown error occurred during negotiation.'; +$string['nolocaluser'] = 'No local record exists for remote user.'; +$string['databaseerror'] = 'Could not write details to the database.'; +?> diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 223465f02c..0b1aea5453 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1508,4 +1508,6 @@ $string['yourself'] = 'yourself'; $string['yourteacher'] = 'your $a'; $string['zippingbackup'] = 'Zipping backup'; +$string['authenticationplugins'] = 'Authentication Plugins'; +$string['chooseauthmethod'] = 'Choose authentication plugin'; ?> diff --git a/lang/en_utf8/role.php b/lang/en_utf8/role.php index 0bd4d9f60d..aa74f0353f 100644 --- a/lang/en_utf8/role.php +++ b/lang/en_utf8/role.php @@ -119,4 +119,8 @@ $string['user:viewusergrades'] = 'View user grades'; $string['viewrole'] = 'View role details'; $string['xuserswiththerole'] = 'Users with the role \"$a->role\": $a->number'; +// MNET +$string['site:mnetlogintoremote'] = 'Roam to a remote Moodle'; +$string['site:mnetloginfromremote'] = 'Login from a remote Moodle'; + ?> -- 2.39.5