From: donal72 Date: Mon, 8 Jan 2007 09:06:20 +0000 (+0000) Subject: mnet: New lang file for describing auth/mnet services X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=82dff95cc7a0146344c3346a688aa86cd1620e98;p=moodle.git mnet: New lang file for describing auth/mnet services --- diff --git a/lang/en_utf8/auth_mnet.php b/lang/en_utf8/auth_mnet.php new file mode 100644 index 0000000000..8d0386fee0 --- /dev/null +++ b/lang/en_utf8/auth_mnet.php @@ -0,0 +1,13 @@ +
  • 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. '. + '
    '; + +$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. '. + '
    '. + 'Subscribe to this service to allow your users to roam to the $a Moodle site without having to re-login there. '. + '
    '; +?> \ No newline at end of file