$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";