2006-02-06 09:28:59 +00:00
< ? php // $Id$
// assignment.php - created with Moodle 1.2 + (2004032100)
2006-09-30 15:41:20 +00:00
$string [ 'allowdeleting' ] = 'Allow deleting' ;
$string [ 'allowmaxfiles' ] = 'Maximum number of uploaded files' ;
$string [ 'allownotes' ] = 'Allow notes' ;
2006-02-06 09:28:59 +00:00
$string [ 'allowresubmit' ] = 'Allow resubmitting' ;
2006-08-13 09:10:52 +00:00
$string [ 'assignment:view' ] = 'View assignment' ;
$string [ 'assignment:grade' ] = 'Grade assignment' ;
$string [ 'assignment:submit' ] = 'Submit assignment' ;
2006-02-06 09:28:59 +00:00
$string [ 'assignmentdetails' ] = 'Assignment details' ;
$string [ 'assignmentmail' ] = ' $a -> teacher has posted some feedback on your
assignment submission for \ ' $a -> assignment\ '
You can see it appended to your assignment submission :
$a -> url ' ;
$string [ 'assignmentmailhtml' ] = ' $a -> teacher has posted some feedback on your
assignment submission for \ ' < i > $a -> assignment </ i > \ ' < br />< br />
You can see it appended to your < a href = \ " $a->url\ " > assignment submission </ a >. ' ;
$string [ 'assignmentname' ] = 'Assignment name' ;
$string [ 'assignmenttype' ] = 'Assignment type' ;
$string [ 'availabledate' ] = 'Available from' ;
$string [ 'comment' ] = 'Comment' ;
$string [ 'commentinline' ] = 'Comment inline' ;
$string [ 'configitemstocount' ] = 'Nature of items to be counted for student submissions in online assignments.' ;
$string [ 'configmaxbytes' ] = 'Default maximum assignment size for all assignments on the site (subject to course limits and other local settings)' ;
2006-09-30 15:41:20 +00:00
$string [ 'confirmdeletefile' ] = 'Are you absolutely sure you want to delete this file?<br /><strong>$a</strong>' ;
$string [ 'deletefilefailed' ] = 'Deleting of file failed.' ;
2006-02-06 09:28:59 +00:00
$string [ 'description' ] = 'Description' ;
2006-09-30 15:41:20 +00:00
$string [ 'draft' ] = 'Draft' ;
2006-02-06 09:28:59 +00:00
$string [ 'duedate' ] = 'Due date' ;
$string [ 'duedateno' ] = 'No due date' ;
$string [ 'early' ] = '$a early' ;
$string [ 'editmysubmission' ] = 'Edit my submission' ;
2006-07-13 07:50:13 +00:00
$string [ 'emailstudents' ] = 'Email alerts to students' ;
2006-02-06 09:28:59 +00:00
$string [ 'emailteachers' ] = 'Email alerts to teachers' ;
$string [ 'emailteachermail' ] = '
$a -> username has updated their assignment submission
for \ ' $a -> assignment\ '
It is available here :
$a -> url ' ;
$string [ 'emailteachermailhtml' ] = ' $a -> username has updated their assignment submission
for < i > \ ' $a -> assignment\ ' </ i >< br />< br />
It is < a href = \ " $a->url\ " > available on the web site </ a >. ' ;
$string [ 'emptysubmission' ] = 'You have not submitted anything yet' ;
$string [ 'existingfiledeleted' ] = 'Existing file has been deleted: $a' ;
$string [ 'failedupdatefeedback' ] = 'Failed to update submission feedback for user $a' ;
$string [ 'feedback' ] = 'Feedback' ;
$string [ 'feedbackfromteacher' ] = 'Feedback from the $a' ;
$string [ 'feedbackupdated' ] = 'Submissions feedback updated for $a people' ;
2006-03-14 21:26:37 +00:00
$string [ 'graded' ] = 'Graded' ;
2006-02-06 09:28:59 +00:00
$string [ 'guestnoupload' ] = 'Sorry, guests are not allowed to upload' ;
$string [ 'guestnosubmit' ] = 'Sorry, guests are not allowed to submit an assignment. You have to log in/ register before you can submit your answer' ;
$string [ 'helpoffline' ] = ' < p > This is useful when the assignment is performed outside of Moodle . It could be
something elsewhere on the web or face - to - face .</ p >< p > Students can see a description of the assignment ,
but can\ ' t upload files or anything . Grading works normally , and students will get notifications of
their grades .</ p > ' ;
$string [ 'helponline' ] = ' < p > This assignment type asks users to edit a text , using the normal
editing tools . Teachers can grade them online , and even add inline comments or changes .</ p >
< p > ( If you are familiar with older versions of Moodle , this Assignment
type does the same thing as the old Journal module used to do . ) </ p > ' ;
2006-09-30 15:41:20 +00:00
$string [ 'helpupload' ] = ' < p > This type of assignment allows each participant to upload one or more files in any format .
These might be a Word processor documents , images , a zipped web site , or anything you ask them to submit .</ p >
< p > This type also allows you to upload multiple response files . Response files can be also uploaded before submission which
can be used to give each participant different file to work with .</ p >
< p > Participants may also enter notes describing the submitted files , progress status or any other text information .</ p >
< p > Submission of this type of assignment must be manually finalized by the participant . You can review the current status
at any time , unfinished assignments are marked af Draft . You can revert any ungraded assignment back to draft status .</ p > ' ;
2006-02-06 09:28:59 +00:00
$string [ 'helpuploadsingle' ] = ' < p > This type of assignment allows each participant to upload a
2006-07-13 07:50:13 +00:00
single file , of any type .</ p > < p > This might be a Word processor document , an image ,
2006-02-06 09:28:59 +00:00
a zipped web site , or anything you ask them to submit .</ p > ' ;
$string [ 'late' ] = '$a late' ;
2006-10-02 08:21:35 +00:00
$string [ 'hideintro' ] = 'Hide description before available date' ;
2006-02-06 09:28:59 +00:00
$string [ 'maximumgrade' ] = 'Maximum grade' ;
$string [ 'maximumsize' ] = 'Maximum size' ;
$string [ 'modulename' ] = 'Assignment' ;
$string [ 'modulenameplural' ] = 'Assignments' ;
$string [ 'newsubmissions' ] = 'Assignments submitted' ;
$string [ 'noassignments' ] = 'There are no assignments yet' ;
$string [ 'noattempts' ] = 'No attempts have been made on this assignment' ;
2006-09-30 15:41:20 +00:00
$string [ 'nofilesyet' ] = 'No files submitted yet' ;
$string [ 'nofiles' ] = 'No files were submitted' ;
$string [ 'notes' ] = 'Notes' ;
2006-10-01 21:35:16 +00:00
$string [ 'notavailableyet' ] = 'Sorry, this assignment is not yet available.<br />Assignment instructions will be displayed here on the date given bellow.' ;
2006-09-30 15:41:20 +00:00
$string [ 'notesempty' ] = 'No entry' ;
$string [ 'notesupdateerror' ] = 'Error when updating notes' ;
2006-02-06 09:28:59 +00:00
$string [ 'notgradedyet' ] = 'Not graded yet' ;
$string [ 'notsubmittedyet' ] = 'Not submitted yet' ;
2006-07-13 07:50:13 +00:00
$string [ 'onceassignmentsent' ] = 'Once the assignment is sent for marking, you will no longer be able to delete or attach file(s).' ;
2006-02-06 09:28:59 +00:00
$string [ 'overwritewarning' ] = 'Warning: uploading again will REPLACE your current submission' ;
$string [ 'pagesize' ] = 'Submissions shown per page' ;
$string [ 'preventlate' ] = 'Prevent late submissions' ;
$string [ 'quickgrade' ] = 'Allow quick grading' ;
2006-09-30 15:41:20 +00:00
$string [ 'responsefiles' ] = 'Response files' ;
2006-02-06 09:28:59 +00:00
$string [ 'saveallfeedback' ] = 'Save all my feedback' ;
2006-07-13 07:50:13 +00:00
$string [ 'sendformarking' ] = 'Send for marking' ;
2006-02-06 09:28:59 +00:00
$string [ 'submission' ] = 'Submission' ;
2006-09-30 15:41:20 +00:00
$string [ 'submissiondraft' ] = 'Submission draft' ;
2006-02-06 09:28:59 +00:00
$string [ 'submissionfeedback' ] = 'Submission feedback' ;
$string [ 'submissions' ] = 'Submissions' ;
$string [ 'submissionsaved' ] = 'Your changes have been saved' ;
2006-03-14 21:26:37 +00:00
$string [ 'submissionsnotgraded' ] = '$a submissions not graded' ;
2006-02-06 09:28:59 +00:00
$string [ 'submitassignment' ] = 'Submit your assignment using this form' ;
2006-09-30 15:41:20 +00:00
$string [ 'submitedformarking' ] = 'Assignment was already submitted for marking and can not be updated' ;
$string [ 'submitformarking' ] = 'Final submission for assignment marking' ;
2006-02-06 09:28:59 +00:00
$string [ 'submitted' ] = 'Submitted' ;
2006-09-30 15:41:20 +00:00
$string [ 'submittedfiles' ] = 'Submitted files' ;
2006-02-06 09:28:59 +00:00
$string [ 'typeoffline' ] = 'Offline activity' ;
$string [ 'typeonline' ] = 'Online text' ;
2006-07-13 07:50:13 +00:00
$string [ 'typeupload' ] = 'Advanced uploading of files' ;
2006-02-06 09:28:59 +00:00
$string [ 'typeuploadsingle' ] = 'Upload a single file' ;
2006-09-30 15:41:20 +00:00
$string [ 'unfinalize' ] = 'Revert to draft' ;
2006-02-06 09:28:59 +00:00
$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 [ 'viewfeedback' ] = 'View assignment grades and feedback' ;
$string [ 'viewsubmissions' ] = 'View $a submitted assignments' ;
$string [ 'yoursubmission' ] = 'Your submission' ;
?>