From f4fc81160b4f4e4768426cb3fb1272d3d0496e1b Mon Sep 17 00:00:00 2001 From: phoenixfr Date: Mon, 14 Mar 2005 13:06:43 +0000 Subject: [PATCH] new lines for login cas module --- lang/en/auth.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/auth.php b/lang/en/auth.php index bd3ffc1a196..d71f960f820 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -2,6 +2,8 @@ // auth.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100) +$string['auth_cas_logincas'] = 'Securised connection access'; +$string['auth_cas_invalidcaslogin'] = 'Connection failed, you are not autorised to connect to the platform.'; $string['auth_cas_server_settings'] = 'CAS server configuration'; $string['auth_castitle'] = 'Use a CAS server (SSO)'; $string['auth_cas_hostname'] = 'Hostname of the CAS server
eg: host.domaine.fr';