moodle/lang/en_utf8/auth_mnet.php

13 lines
1.4 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 />';
?>