From c3926ee2f100e53e17b972c9508c444dc3d4a09e Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 30 Jul 2004 06:41:22 +0000 Subject: [PATCH] Added "encrypted code' --- lang/en/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 0c1394e42b..f3fb09c5f7 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -371,6 +371,7 @@ $string['emailpasswordsent'] = 'Thank you for confirming the change of password.

The new password was automatically generated - you might like to link>change your password to something easier to remember.'; $string['enable'] = 'Enable'; +$string['encryptedcode'] = 'Encrypted code'; $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?'; -- 2.39.5