MDL-33718: Help text change for assignment module.
[moodle.git] / mod / assign / lang / en / assign.php
CommitLineData
bbd0e548
DW
1<?php
2// This file is part of Moodle - http://moodle.org/
3//
4// Moodle is free software: you can redistribute it and/or modify
5// it under the terms of the GNU General Public License as published by
6// the Free Software Foundation, either version 3 of the License, or
7// (at your option) any later version.
8//
9// Moodle is distributed in the hope that it will be useful,
10// but WITHOUT ANY WARRANTY; without even the implied warranty of
11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12// GNU General Public License for more details.
13//
14// You should have received a copy of the GNU General Public License
15// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
16
17/**
18 * Strings for component 'assign', language 'en'
19 *
20 * @package mod_assign
21 * @copyright 2012 NetSpot {@link http://www.netspot.com.au}
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23 */
24
25$string['allowsubmissions'] = 'Allow the user to continue making submissions to this assignment.';
26$string['allowsubmissionsshort'] = 'Allow submission changes';
27$string['allowsubmissionsfromdate'] = 'Allow submissions from';
28$string['allowsubmissionsfromdate_help'] = 'If enabled, students will not be able to submit before this date. If disabled, students will be able to start submitting right away.';
29$string['allowsubmissionsfromdatesummary'] = 'This assignment will accept submissions from <strong>{$a}</strong>';
30$string['allowsubmissionsanddescriptionfromdatesummary'] = 'The assignment details and submission form will be available from <strong>{$a}</strong>';
31$string['alwaysshowdescription'] = 'Always show description';
32$string['alwaysshowdescription_help'] = 'If disabled, the Assignment Description above will only become visible to students at the "Allow submissions from" date.';
b843e2b7 33$string['assign:addinstance'] = 'Add a new assignment';
bbd0e548
DW
34$string['assign:exportownsubmission'] = 'Export own submission';
35$string['assign:grade'] = 'Grade assignment';
36$string['assign:submit'] = 'Submit assignment';
37$string['assign:view'] = 'View assignment';
38$string['assignfeedback'] = 'Feedback plugin';
39$string['assignfeedbackpluginname'] = 'Feedback plugin';
40$string['assignmentisdue'] = 'Assignment is due';
41$string['assignmentmail'] = '{$a->grader} has posted some feedback on your
42assignment submission for \'{$a->assignment}\'
43
44You can see it appended to your assignment submission:
45
46 {$a->url}';
47$string['assignmentmailhtml'] = '{$a->grader} has posted some feedback on your
48assignment submission for \'<i>{$a->assignment}</i>\'<br /><br />
49You can see it appended to your <a href="{$a->url}">assignment submission</a>.';
50$string['assignmentmailsmall'] = '{$a->grader} has posted some feedback on your
51assignment submission for \'{$a->assignment}\' You can see it appended to your submission';
52$string['assignmentname'] = 'Assignment name';
53$string['assignmentplugins'] = 'Assignment plugins';
54$string['assignmentsperpage'] = 'Assignments per page';
55$string['assignsubmission'] = 'Submission plugin';
56$string['assignsubmissionpluginname'] = 'Submission plugin';
57$string['availability'] = 'Availability';
58$string['backtoassignment'] = 'Back to assignment';
59$string['batchoperations'] = 'Batch operations';
60$string['batchoperationsdescription'] = 'Perform action on selected row(s)';
61$string['batchoperationsdescription_help'] = 'The selected operation will be performed on all of the selected rows in the grading table. ';
62$string['batchoperationconfirmlock'] = 'Lock all selected submissions?';
63$string['batchoperationconfirmunlock'] = 'Unlock all selected submissions?';
64$string['batchoperationconfirmreverttodraft'] = 'Revert selected submissions to draft?';
65$string['batchoperationlock'] = 'lock submissions';
66$string['batchoperationunlock'] = 'unlock submissions';
67$string['batchoperationreverttodraft'] = 'revert submissions to draft';
68$string['comment'] = 'Comment';
69$string['conversionexception'] = 'Could not convert assignment. Exception was: {$a}.';
70$string['configshowrecentsubmissions'] = 'Everyone can see notifications of submissions in recent activity reports.';
71$string['confirmsubmission'] = 'Are you sure you want to submit your work for grading? You will not be able to make any more changes';
72$string['confirmbatchgradingoperation'] = 'Are you sure you want to {$a->operation} for {$a->count} students?';
73$string['couldnotconvertgrade'] = 'Could not convert assignment grade for user {$a}.';
74$string['couldnotconvertsubmission'] = 'Could not convert assignment submission for user {$a}.';
75$string['couldnotcreatecoursemodule'] = 'Could not create course module.';
76$string['couldnotcreatenewassignmentinstance'] = 'Could not create new assignment instance.';
77$string['couldnotfindassignmenttoupgrade'] = 'Could not find old assignment instance to upgrade.';
78$string['defaultplugins'] = 'Default assignment settings';
79$string['defaultplugins_help'] = 'These settings define the defaults for all new assignments.';
80$string['deletepluginareyousure'] = 'Delete assignment plugin {$a}: are you sure?';
81$string['deletepluginareyousuremessage'] = 'You are about to completely delete the assignment plugin {$a}. This will completely delete everything in the database associated with this assignment plugin. Are you SURE you want to continue?';
82$string['deletingplugin'] = 'Deleting plugin {$a}.';
83$string['description'] = 'Description';
84$string['downloadall'] = 'Download all submissions';
85$string['download all submissions'] = 'Download all submissions in a zip file.';
86$string['duedate'] = 'Due date';
87$string['duedate_help'] = 'This is when the assignment is due. If late submissions are allowed, any assignments submitted after this date are marked as late.';
88$string['duedateno'] = 'No due date';
89$string['duedatereached'] = 'The due date for this assignment has now passed';
90$string['duedatevalidation'] = 'Due date must be after the allow submissions from date.';
91$string['editsubmission'] = 'Edit my submission';
92$string['editaction'] = 'Actions...';
75f87a57 93$string['gradersubmissionupdatedtext'] = '{$a->username} has updated their assignment submission
bbd0e548
DW
94for \'{$a->assignment}\' at {$a->timeupdated}
95
96It is available here:
97
98 {$a->url}';
75f87a57 99$string['gradersubmissionupdatedhtml'] = '{$a->username} has updated their assignment submission
bbd0e548
DW
100for <i>\'{$a->assignment}\' at {$a->timeupdated}</i><br /><br />
101It is <a href="{$a->url}">available on the web site</a>.';
75f87a57 102$string['gradersubmissionupdatedsmall'] = '{$a->username} has updated their submission for assignment {$a->assignment}.';
bbd0e548
DW
103$string['enabled'] = 'Enabled';
104$string['errornosubmissions'] = 'There are no submissions to download';
2a4fbc32 105$string['errorquickgradingvsadvancedgrading'] = 'The grades were not saved because this assignment is currently using advanced grading';
bf78ebd6 106$string['errorrecordmodified'] = 'The grades were not saved because someone has modified one or more records more recently than when you loaded the page.';
bbd0e548 107$string['feedback'] = 'Feedback';
75f87a57
DW
108$string['feedbackavailabletext'] = '{$a->username} has posted some feedback on your
109assignment submission for \'{$a->assignment}\'
110
111You can see it appended to your assignment submission:
112
113 {$a->url}';
114$string['feedbackavailablehtml'] = '{$a->username} has posted some feedback on your
115assignment submission for \'<i>{$a->assignment}</i>\'<br /><br />
116You can see it appended to your <a href="{$a->url}">assignment submission</a>.';
117$string['feedbackavailablesmall'] = '{$a->username} has given feedback for assignment {$a->assignment}';
bbd0e548
DW
118$string['feedbackplugins'] = 'Feedback plugins';
119$string['feedbackpluginforgradebook'] = 'Feedback plugin that will push comments to the gradebook';
75f87a57 120$string['feedbackpluginforgradebook_help'] = 'Only one assignment feedback plugin can push feedback into the gradebook.';
bbd0e548
DW
121$string['feedbackplugin'] = 'Feedback plugin';
122$string['feedbacksettings'] = 'Feedback settings';
123$string['filesubmissions'] = 'File submissions';
124$string['filter'] = 'Filter';
125$string['filternone'] = 'No filter';
126$string['filterrequiregrading'] = 'Requires grading';
127$string['filtersubmitted'] = 'Submitted';
128$string['gradedby'] = 'Graded by';
129$string['graded'] = 'Graded';
130$string['gradedon'] = 'Graded on';
131$string['gradebelowzero'] = 'Grade must be greater than or equal to zero.';
132$string['gradeabovemaximum'] = 'Grade must be less than or equal to {$a}.';
133$string['gradeoutof'] = 'Grade out of {$a}';
134$string['gradeoutofhelp'] = 'Grade';
135$string['gradeoutofhelp_help'] = 'Enter the grade for the student\'s submission here. You may include decimals.';
136$string['gradestudent'] = 'Grade student: (id={$a->id}, fullname={$a->fullname}). ';
137$string['grading'] = 'Grading';
138$string['gradingoptions'] = 'Grade listing options';
139$string['gradingactions'] = 'Grading actions';
140$string['gradingstatus'] = 'Grading status';
141$string['gradingstudentprogress'] = 'Grading student {$a->index} of {$a->count}';
142$string['gradingsummary'] = 'Grading summary';
143$string['hideshow'] = 'Hide/Show';
144$string['instructionfiles'] = 'Instruction files';
145$string['invalidgradeforscale'] = 'The grade supplied was not valid for the current scale';
146$string['invalidfloatforgrade'] = 'The grade provided could not be understood: {$a}';
147$string['lastmodifiedsubmission'] = 'Last modified (submission)';
148$string['lastmodifiedgrade'] = 'Last modified (grade)';
149$string['locksubmissionforstudent'] = 'Prevent any more submissions for student: (id={$a->id}, fullname={$a->fullname}).';
150$string['locksubmissions'] = 'Lock submissions';
151$string['manageassignfeedbackplugins'] = 'Manage assignment feedback plugins';
152$string['manageassignsubmissionplugins'] = 'Manage assignment submission plugins';
75f87a57
DW
153$string['messageprovider:assign_student_notification'] = 'Assignment student notifications';
154$string['messageprovider:assign_grader_notification'] = 'Assignment grader notifications';
bbd0e548 155$string['modulename'] = 'Assignment';
8635302e 156$string['modulename_help'] = 'The assignment activity module enables a teacher to communicate tasks, collect work and provide grades and feedback.
2e6b68f4 157
8635302e 158Students can submit any digital content (files), such as word-processed documents, spreadsheets, images, or audio and video clips. Alternatively, or in addition, the assignment may require students to type text directly into the text editor. An assignment can also be used to remind students of \'real-world\' assignments they need to complete offline, such as art work, and thus not require any digital content.
2e6b68f4
HF
159
160When reviewing assignments, teachers can leave feedback comments and upload files, such as marked-up student submissions, documents with comments or spoken audio feedback. Assignments can be graded using a numerical or custom scale or an advanced grading method such as a rubric. Final grades are recorded in the gradebook.';
161$string['modulename_link'] = 'mod/assignment/view';
bbd0e548
DW
162$string['modulenameplural'] = 'Assignments';
163$string['mysubmission'] = 'My submission: ';
164$string['newsubmissions'] = 'Assignments submitted';
165$string['nofiles'] = 'No files. ';
166$string['nograde'] = 'No grade. ';
167$string['noonlinesubmissions'] = 'This assignment does not require you to submit anything online';
168$string['nosavebutnext'] = 'Next';
169$string['nosubmission'] = 'Nothing has been submitted for this assignment';
170$string['notgraded'] = 'Not graded';
171$string['notgradedyet'] = 'Not graded yet';
172$string['notsubmittedyet'] = 'Not submitted yet';
173$string['notifications'] = 'Notifications';
174$string['nousersselected'] = 'No users selected';
175$string['numberofdraftsubmissions'] = 'Drafts';
176$string['numberofparticipants'] = 'Participants';
177$string['numberofsubmittedassignments'] = 'Submitted';
178$string['offline'] = 'No online submissions required';
179$string['overdue'] = '<font color="red">Assignment is overdue by: {$a}</font>';
180$string['outlinegrade'] = 'Grade: {$a}';
181$string['page-mod-assign-x'] = 'Any assignment module page';
182$string['page-mod-assign-view'] = 'Assignment module main and submission page';
183$string['pluginadministration'] = 'Assignment administration';
184$string['pluginname'] = 'Assignment';
185$string['preventlatesubmissions'] = 'Prevent late submissions';
d9eb908d 186$string['preventlatesubmissions_help'] = 'If enabled, students will not be able submit after the Due Date. If disabled, students will be able to submit assignments after the due date.';
bbd0e548
DW
187$string['preventsubmissions'] = 'Prevent the user from making any more submissions to this assignment.';
188$string['preventsubmissionsshort'] = 'Prevent submission changes';
189$string['previous'] = 'Previous';
bf78ebd6
DW
190$string['quickgrading'] = 'Quick grading';
191$string['quickgradingresult'] = 'Quick grading';
192$string['quickgradingchangessaved'] = 'The grade changes were saved';
193$string['quickgrading_help'] = 'Quick grading allows you to assign grades (and outcomes) directly in the submissions table. Quick grading is not compatible with advanced grading and is not recommended when there are multiple markers.';
bbd0e548
DW
194$string['reverttodraftforstudent'] = 'Revert submission to draft for student: (id={$a->id}, fullname={$a->fullname}).';
195$string['reverttodraft'] = 'Revert the submission to draft status.';
196$string['reverttodraftshort'] = 'Revert the submission to draft';
197$string['reviewed'] = 'Reviewed';
198$string['savechanges'] = 'Save changes';
bf78ebd6 199$string['saveallchanges'] = 'Save all changes';
bbd0e548 200$string['savenext'] = 'Save and show next';
75f87a57 201$string['sendnotifications'] = 'Notify graders about submissions';
bbd0e548
DW
202$string['sendnotifications_help'] = 'If enabled, graders (usually teachers) receive a message whenever a student submits an assignment, early, on time and late. Message methods are configurable.';
203$string['selectlink'] = 'Select...';
75f87a57
DW
204$string['sendlatenotifications'] = 'Notify graders about late submissions';
205$string['sendlatenotifications_help'] = 'If enabled, graders (usually teachers) receive a message whenever a student submits an assignment late. Message methods are configurable.';
206$string['sendsubmissionreceipts'] = 'Send submission receipt to students';
207$string['sendsubmissionreceipts_help'] = 'This switch will enable submission receipts for students. Students will receive a notification every time they successfully submit an assignment';
bbd0e548
DW
208$string['settings'] = 'Assignment settings';
209$string['showrecentsubmissions'] = 'Show recent submissions';
210$string['submissiondrafts'] = 'Require students click submit button';
211$string['submissiondrafts_help'] = 'If enabled, students will have to click a Submit button to declare their submission as final. This allows students to keep a draft version of the submission on the system.';
212$string['submissionnotready'] = 'This assignment is not ready to submit:';
213$string['submissionplugins'] = 'Submission plugins';
214$string['submissionreceipts'] = 'Send submission receipts';
75f87a57
DW
215$string['submissionreceipttext'] = 'You have submitted an
216assignment submission for \'{$a->assignment}\'
217
218You can see the status of your assignment submission:
219
220 {$a->url}';
221$string['submissionreceipthtml'] = 'You have submitted an
222assignment submission for \'<i>{$a->assignment}</i>\'<br /><br />
223You can the status of your <a href="{$a->url}">assignment submission</a>.';
224$string['submissionreceiptsmall'] = 'You have submitted your assignment submission for {$a->assignment}';
bbd0e548
DW
225$string['submissionslocked'] = 'This assignment is not accepting submissions';
226$string['submissionslockedshort'] = 'Submission changes not allowed';
227$string['submissions'] = 'Submissions';
228$string['submissionsnotgraded'] = 'Submissions not graded: {$a}';
229$string['submissionsclosed'] = 'Submissions closed';
230$string['submissionsettings'] = 'Submission settings';
231$string['submissionstatus_draft'] = 'Draft (not submitted)';
232$string['submissionstatusheading'] = 'Submission status';
233$string['submissionstatus_marked'] = 'Graded';
234$string['submissionstatus_new'] = 'New submission';
235$string['submissionstatus_'] = 'No submission';
236$string['submissionstatus'] = 'Submission status';
237$string['submissionstatus_submitted'] = 'Submitted for grading';
238$string['submission'] = 'Submission';
239$string['submitaction'] = 'Submit';
240$string['submitassignment_help'] = 'Once this assignment is submitted you will not be able to make any more changes';
241$string['submitassignment'] = 'Submit assignment';
242$string['submittedearly'] = 'Assignment was submitted {$a} early';
243$string['submittedlate'] = 'Assignment was submitted {$a} late';
244$string['submittedlateshort'] = '{$a} late';
245$string['submitted'] = 'Submitted';
246$string['textinstructions'] = 'Assignment instructions';
247$string['timemodified'] = 'Last modified';
248$string['timeremaining'] = 'Time remaining';
249$string['unlocksubmissionforstudent'] = 'Allow submissions for student: (id={$a->id}, fullname={$a->fullname}).';
250$string['unlocksubmissions'] = 'Unlock submissions';
251$string['updategrade'] = 'Update grade';
252$string['updatetable'] = 'Save and update table';
253$string['upgradenotimplemented'] = 'Upgrade not implemented in plugin ({$a->type} {$a->subtype})';
254$string['viewfeedback'] = 'View feedback';
255$string['viewfeedbackforuser'] = 'View feedback for user: {$a}';
256$string['viewfullgradingpage'] = 'Open the full grading page to provide feedback';
257$string['viewgradebook'] = 'View gradebook';
258$string['viewgradingformforstudent'] = 'View grading page for student: (id={$a->id}, fullname={$a->fullname}).';
259$string['viewgrading'] = 'View/grade all submissions';
260$string['viewownsubmissionform'] = 'View own submit assignment page.';
261$string['viewownsubmissionstatus'] = 'View own submission status page.';
262$string['viewsubmissionforuser'] = 'View submission for user: {$a}';
263$string['viewsubmission'] = 'View submission';
8635302e 264$string['viewsubmissiongradingtable'] = 'View submission grading table.';