]> git.mjollnir.org Git - moodle.git/commitdiff
New string
authormoodler <moodler>
Wed, 6 Nov 2002 08:24:54 +0000 (08:24 +0000)
committermoodler <moodler>
Wed, 6 Nov 2002 08:24:54 +0000 (08:24 +0000)
lang/en/assignment.php

index 357afc7395cbc7e4f569b7959ed78e70bdf1dc9f..b952511cbab3c4d7232716e7d1cc38e69be98357 100644 (file)
@@ -22,7 +22,8 @@ $string['submissionfeedback'] = "Submission feedback";
 $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['typeoffline'] = "Offline activity";
+$string['typeuploadsingle'] = "Upload a single file";
 $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";
@@ -31,6 +32,7 @@ $string['uploadfiletoobig'] = "Sorry, but that file is too big (limit is \$a byt
 $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['viewfeedback'] = "View assignment grades and feedback";
 $string['viewsubmissions'] = "View \$a submitted assignments";
 $string['yoursubmission'] = "Your submission";