From: moodler Date: Fri, 25 Jun 2004 03:32:05 +0000 (+0000) Subject: Some new strings for enrolment stuff X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f57d61e2a24a7ab84d6352504d63b8b0ca31efca;p=moodle.git Some new strings for enrolment stuff --- 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.';