Dependency: You must also subscribe to the SSO (Service Provider) service on $a.
'.
'Subscribe to this service to allow authenticated users from $a to access your site without having to re-login. '.
'- Dependency: You must also publish the SSO (Service Provider) service to $a.
';
$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. '.
'- Dependency: You must also subscribe to the SSO (Identity Provider) service on $a.
'.
'Subscribe to this service to allow your users to roam to the $a Moodle site without having to re-login there. '.
'- Dependency: You must also publish the SSO (Identity Provider) service to $a.
';
$string['sso_mnet_login_refused'] = 'Username $a[0] is not permitted to login from $a[1].';
?>