From 721b750ff42b351f1b351e4c3d23f0cb5788cfc2 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 22 Sep 2006 17:12:09 +0000 Subject: [PATCH] Replacing some old strings I should not have deleted MDL-6645 --- lang/en_utf8/moodle.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 794afce741..de331115f7 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -706,6 +706,7 @@ $string['includenoneusers'] = 'Include No Users'; $string['includeuserfiles'] = 'Include User Files'; $string['info'] = 'Information'; $string['institution'] = 'Institution'; +$string['instudentview'] = 'in student view'; $string['invalidemail'] = 'Invalid email address'; $string['invalidlogin'] = 'Invalid login, please try again'; $string['ip_address'] = 'IP Address'; @@ -1273,6 +1274,8 @@ $string['stringsnotset'] = 'The following strings are not defined in $a'; $string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'$a\''; $string['students'] = 'Students'; $string['studentsandteachers'] = 'Students and teachers'; +$string['studentviewoff'] = 'Turn student view off'; +$string['studentviewon'] = 'Turn student view on'; $string['subcategories'] = 'Sub-categories'; $string['success'] = 'Success'; $string['summary'] = 'Summary'; -- 2.39.5