From 064e3330dc0f817d2f555ef52ccff08ec1b79d40 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 2 Dec 2009 09:57:43 +0000 Subject: [PATCH] mnet MDL-21019 Removed hard coded strings --- lang/en_utf8/mnet.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en_utf8/mnet.php b/lang/en_utf8/mnet.php index 96e9ffbf82..4fb35a5f81 100644 --- a/lang/en_utf8/mnet.php +++ b/lang/en_utf8/mnet.php @@ -241,6 +241,9 @@ $string['enrolcourseenrol_desc'] = 'Enrol/unenrol users from this course using M $string['host'] = 'host'; $string['loginlinkmnetuser'] = '
If you are a Moodle Network remote user and can confirm your email address here, you can be redirected to your login page.
'; $string['certdetails'] = 'Cert Details'; +$string['mnetidprovider'] = 'MNET ID Provider'; +$string['mnetidprovidermsg'] = 'You should be able to login at your $a provider.'; +$string['findlogin'] = 'Find Login'; $string['error7020'] = 'This error normally occurs if the remote site has created a record for you with the wrong wwwroot, for example, http://yoursite.com instead of http://www.yoursite.com. You should contact the administrator of the remote site with your wwwroot (as specified in config.php) asking her to update her record for your host.'; $string['error7023'] = 'The remote site has tried to decrypt your message with all the keys it has on record for your site. They have all failed. You might be able to fix this problem by manually re-keying with the remote site. This is unlikely to occur unless you\'ve been out of communication with the remote site for a few months.'; -- 2.39.5