Added some new strings
authormoodler <moodler>
Mon, 28 Oct 2002 02:24:01 +0000 (02:24 +0000)
committermoodler <moodler>
Mon, 28 Oct 2002 02:24:01 +0000 (02:24 +0000)
lang/en/assignment.php

index 73798be..357afc7 100644 (file)
@@ -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";