From 660c20a6ba8a6d4d247452bdde1f59b632716ebf Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 28 Oct 2002 02:24:01 +0000 Subject: [PATCH] Added some new strings --- lang/en/assignment.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/en/assignment.php b/lang/en/assignment.php index 73798bea3b..357afc7395 100644 --- a/lang/en/assignment.php +++ b/lang/en/assignment.php @@ -23,7 +23,13 @@ $string['submissions'] = "Submissions"; $string['submitassignment'] = "Submit your assignment using this form"; $string['submitted'] = "Submitted"; $string['typeuploadsingle'] = "Upload a single file, worth between 0 - 100 marks"; +$string['uploadbadname'] = "This filename contained strange characters and couldn't be uploaded"; $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['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!"; $string['uploadsuccess'] = "Uploaded '\$a' successfully"; $string['viewsubmissions'] = "View \$a submitted assignments"; $string['yoursubmission'] = "Your submission"; -- 2.39.5