From 111980c7725eafeb78e84646b4282e4d1bd6a39f Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 20 Feb 2004 11:47:08 +0000 Subject: [PATCH] Email enable/disable strings --- lang/en/moodle.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index b44105c5088..2d667cd0736 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -240,6 +240,7 @@ $string['deletingexistingcoursedata'] = 'Deleting existing course data'; $string['deletingolddata'] = 'Deleting old data'; $string['department'] = 'Department'; $string['description'] = 'Description'; +$string['disable'] = 'Disable'; $string['displayingfirst'] = 'Only the first $a->count $a->things are displayed'; $string['displayingrecords'] = 'Displaying $a records'; $string['displayingusers'] = 'Displaying users $a->start to $a->end'; @@ -280,10 +281,12 @@ $string['emailconfirmationsubject'] = '$a: account confirmation'; $string['emailconfirmsent'] = '

An email should have been sent to your address at $a

It contains easy instructions to complete your registration.

If you continue to have difficulty, contact the site administrator.'; +$string['emaildisable'] = 'This email address is disabled.'; $string['emaildisplay'] = 'Email display'; $string['emaildisplaycourse'] = 'Allow only other course members to see my email address'; $string['emaildisplayno'] = 'Hide my real email address from everyone'; $string['emaildisplayyes'] = 'Allow everyone to see my email address'; +$string['emailenable'] = 'This email address is enabled.'; $string['emailexists'] = 'This email address is already registered.'; $string['emailformat'] = 'Email format'; $string['emailmustbereal'] = 'Note: your email address must be a real one'; @@ -312,6 +315,7 @@ $string['emailpasswordsent'] = 'Thank you for confirming the change of password.

An email containing your new password has been sent to your address at $a->email.

The new password was automatically generated - you might like to link>change your password to something easier to remember.'; +$string['enable'] = 'Enable'; $string['enrolledincourse'] = 'Enrolled in course \"$a\"'; $string['enrolledincoursenot'] = 'Not enrolled in course \"$a\"'; $string['enrolmentconfirmation'] = 'You are about to enroll yourself as a member of this course.
Are you sure you wish to do this?';