]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: New lang file for describing auth/mnet services
authordonal72 <donal72>
Mon, 8 Jan 2007 09:06:20 +0000 (09:06 +0000)
committerdonal72 <donal72>
Mon, 8 Jan 2007 09:06:20 +0000 (09:06 +0000)
lang/en_utf8/auth_mnet.php [new file with mode: 0644]

diff --git a/lang/en_utf8/auth_mnet.php b/lang/en_utf8/auth_mnet.php
new file mode 100644 (file)
index 0000000..8d0386f
--- /dev/null
@@ -0,0 +1,13 @@
+<?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