2007-01-08 09:06:20 +00:00
|
|
|
<?php // $Id$
|
|
|
|
$string['sso_idp_name'] = 'SSO (Identity Provider)';
|
|
|
|
$string['sso_idp_description'] = 'Publish this service to allow your users to roam to the $a Moodle site without having to re-login there. '.
|
|
|
|
'<ul><li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Service Provider) service on $a.</li></ul><br />'.
|
|
|
|
'Subscribe to this service to allow authenticated users from $a to access your site without having to re-login. '.
|
|
|
|
'<ul><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Service Provider) service to $a.</li></ul><br />';
|
|
|
|
|
|
|
|
$string['sso_sp_name'] = 'SSO (Service Provider)';
|
|
|
|
$string['sso_sp_description'] = 'Publish this service to allow authenticated users from $a to access your site without having to re-login. '.
|
|
|
|
'<ul><li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Identity Provider) service on $a.</li></ul><br />'.
|
|
|
|
'Subscribe to this service to allow your users to roam to the $a Moodle site without having to re-login there. '.
|
|
|
|
'<ul><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Identity Provider) service to $a.</li></ul><br />';
|
2007-01-23 02:38:54 +00:00
|
|
|
$string['sso_mnet_login_refused'] = 'Username $a[0] is not permitted to login from $a[1].';
|
2007-01-08 09:06:20 +00:00
|
|
|
?>
|