From 96901f3a6738892811b643ea5280e31ad71d970a Mon Sep 17 00:00:00 2001 From: koenr Date: Mon, 16 Oct 2006 20:58:29 +0000 Subject: [PATCH] strings necessary for 1.6 should not be deleted or altered since translations are not branched --- lang/en_utf8/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index c527af1b21..7726798ab0 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1421,6 +1421,7 @@ $string['virusfoundsubject'] = '$a: Virus found!'; $string['virusfounduser'] = 'The file you have uploaded, $a->filename, has been scanned by a virus checker and found to be infected! Your file upload was NOT successful.'; $string['virusplaceholder'] = 'This file that has been uploaded was found to contain a virus and has been moved or delted and the user notified.'; $string['visible'] = 'Visible'; +$string['visibletostudents'] = 'Visible to $a'; //depreciated after 1.6 $string['warningdeleteresource'] ='Warning: $a is referred in a resource. Would you like to update the resource?'; $string['webpage'] = 'Web page'; $string['week'] = 'Week'; -- 2.39.5