mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
14 lines
1.5 KiB
PHP
14 lines
1.5 KiB
PHP
<?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 />';
|
|
$string['sso_mnet_login_refused'] = 'Username $a[0] is not permitted to login from $a[1].';
|
|
?>
|