From f57d61e2a24a7ab84d6352504d63b8b0ca31efca Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 25 Jun 2004 03:32:05 +0000 Subject: [PATCH] Some new strings for enrolment stuff --- lang/en/moodle.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index ec8f3fce87..015c47be9f 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -40,6 +40,7 @@ $string['adminhelpconfiguration'] = 'Configure how the site looks and works'; $string['adminhelpconfigvariables'] = 'Configure variables that affect general operation of the site'; $string['adminhelpcourses'] = 'Define courses and categories and assign people to them'; $string['adminhelpedituser'] = 'Browse the list of user accounts and edit any of them'; +$string['adminhelpenrolments'] = 'Choose internal or external ways to control enrolments'; $string['adminhelplanguage'] = 'For checking and editing the current language pack'; $string['adminhelplogs'] = 'Browse logs of all activity on this site'; $string['adminhelpmanageblocks'] = 'Manage installed blocks and their settings'; @@ -363,6 +364,8 @@ $string['enrolmentkeyfrom'] = 'This course requires an \'enrolment key\' - a one password that you should have received from $a'; $string['enrolmentkeyhint'] = 'That enrolment key was incorrect, please try again
(Here\'s a hint - it starts with \'$a\')'; +$string['enrolments'] = 'Enrolments'; +$string['enrolmentnointernal'] = 'Manual enrolments are currently not enabled'; $string['entercourse'] = 'Click to enter this course'; $string['enteremailaddress'] = 'Enter in your email address to reset your password and have the new password sent to you via email.'; -- 2.39.5