2 $string['sso_idp_name'] = 'SSO (Identity Provider)';
3 $string['sso_idp_description'] = 'Publish this service to allow your users to roam to the $a Moodle site without having to re-login there. '.
4 '<ul><li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Service Provider) service on $a.</li></ul><br />'.
5 'Subscribe to this service to allow authenticated users from $a to access your site without having to re-login. '.
6 '<ul><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Service Provider) service to $a.</li></ul><br />';
8 $string['sso_sp_name'] = 'SSO (Service Provider)';
9 $string['sso_sp_description'] = 'Publish this service to allow authenticated users from $a to access your site without having to re-login. '.
10 '<ul><li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Identity Provider) service on $a.</li></ul><br />'.
11 'Subscribe to this service to allow your users to roam to the $a Moodle site without having to re-login there. '.
12 '<ul><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Identity Provider) service to $a.</li></ul><br />';
13 $string['sso_mnet_login_refused'] = 'Username $a[0] is not permitted to login from $a[1].';