Index: lang/en_utf8/assignment.php =================================================================== RCS file: /cvsroot/moodle/moodle/lang/en_utf8/assignment.php,v retrieving revision 1.12 diff -u -r1.12 assignment.php --- lang/en_utf8/assignment.php 20 Nov 2006 16:56:39 -0000 1.12 +++ lang/en_utf8/assignment.php 16 May 2007 14:52:44 -0000 @@ -118,6 +118,7 @@ $string['uploadedfiles'] = 'uploaded files'; $string['uploaderror'] = 'An error happened while saving the file on the server'; $string['uploadfailnoupdate'] = 'File was uploaded OK but could not update your submission!'; +$string['uploadfaildeadlinepassed'] = 'The assignment deadline has passed, and late submissions are not accepted.'; $string['uploadfiletoobig'] = 'Sorry, but that file is too big (limit is $a bytes)'; $string['uploadnofilefound'] = 'No file was found - are you sure you selected one to upload?'; $string['uploadnotregistered'] = '\'$a\' was uploaded OK but submission did not register!';