From: koenr Date: Mon, 16 Oct 2006 20:58:29 +0000 (+0000) Subject: strings necessary for 1.6 should not be deleted or altered since translations are... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=96901f3a6738892811b643ea5280e31ad71d970a;p=moodle.git strings necessary for 1.6 should not be deleted or altered since translations are not branched --- 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';