--- /dev/null
+<?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 />';
+?>
\ No newline at end of file