Commit | Line | Data |
---|---|---|
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 | ||
37b5e8fe | 25 | $string['activityoverview'] = 'You have assignments that need attention'; |
caff10a0 | 26 | $string['addsubmission'] = 'Add submission'; |
08a114cf | 27 | $string['addsubmission_help'] = 'You have not made a submission yet.'; |
df211804 DW |
28 | $string['addattempt'] = 'Allow another attempt'; |
29 | $string['addnewattempt'] = 'Add a new attempt'; | |
30 | $string['addnewattempt_help'] = 'This will create a new blank submission for you to work on.'; | |
31 | $string['addnewattemptfromprevious'] = 'Add a new attempt based on previous submission'; | |
32 | $string['addnewattemptfromprevious_help'] = 'This will copy the contents of your previous submission to a new submission for you to work on.'; | |
d685b959 IT |
33 | $string['addnewgroupoverride'] = 'Add group override'; |
34 | $string['addnewuseroverride'] = 'Add user override'; | |
f8d107b3 | 35 | $string['allocatedmarker'] = 'Allocated Marker'; |
08a114cf | 36 | $string['allocatedmarker_help'] = 'Marker allocated to this submission.'; |
bbd0e548 DW |
37 | $string['allowsubmissions'] = 'Allow the user to continue making submissions to this assignment.'; |
38 | $string['allowsubmissionsshort'] = 'Allow submission changes'; | |
39 | $string['allowsubmissionsfromdate'] = 'Allow submissions from'; | |
40 | $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.'; | |
41 | $string['allowsubmissionsfromdatesummary'] = 'This assignment will accept submissions from <strong>{$a}</strong>'; | |
42 | $string['allowsubmissionsanddescriptionfromdatesummary'] = 'The assignment details and submission form will be available from <strong>{$a}</strong>'; | |
43 | $string['alwaysshowdescription'] = 'Always show description'; | |
08a114cf | 44 | $string['alwaysshowdescription_help'] = 'If disabled, the assignment description above will only become visible to students on the "Allow submissions from" date.'; |
b2a63d67 | 45 | $string['applytoteam'] = 'Apply grades and feedback to entire group'; |
b843e2b7 | 46 | $string['assign:addinstance'] = 'Add a new assignment'; |
bbd0e548 | 47 | $string['assign:exportownsubmission'] = 'Export own submission'; |
f15fa7a2 | 48 | $string['assign:editothersubmission'] = 'Edit another student\'s submission'; |
bbd0e548 | 49 | $string['assign:grade'] = 'Grade assignment'; |
9e795179 | 50 | $string['assign:grantextension'] = 'Grant extension'; |
f8d107b3 DM |
51 | $string['assign:manageallocations'] = 'Manage markers allocated to submissions'; |
52 | $string['assign:managegrades'] = 'Review and release grades'; | |
7f6accd4 | 53 | $string['assign:manageoverrides'] = 'Manage assignment overrides'; |
83360c8d | 54 | $string['assign:receivegradernotifications'] = 'Receive grader submission notifications'; |
f8d107b3 | 55 | $string['assign:releasegrades'] = 'Release grades'; |
b473171a | 56 | $string['assign:revealidentities'] = 'Reveal student identities'; |
f8d107b3 | 57 | $string['assign:reviewgrades'] = 'Review grades'; |
e20392ed | 58 | $string['assign:viewblinddetails'] = 'View student identities when blind marking is enabled'; |
4a47008c | 59 | $string['assign:viewgrades'] = 'View grades'; |
f14afd29 | 60 | $string['assign:showhiddengrader'] = 'See the identity of a hidden grader'; |
bbd0e548 DW |
61 | $string['assign:submit'] = 'Submit assignment'; |
62 | $string['assign:view'] = 'View assignment'; | |
63 | $string['assignfeedback'] = 'Feedback plugin'; | |
64 | $string['assignfeedbackpluginname'] = 'Feedback plugin'; | |
65 | $string['assignmentisdue'] = 'Assignment is due'; | |
66 | $string['assignmentmail'] = '{$a->grader} has posted some feedback on your | |
67 | assignment submission for \'{$a->assignment}\' | |
68 | ||
69 | You can see it appended to your assignment submission: | |
70 | ||
71 | {$a->url}'; | |
480fca77 HF |
72 | $string['assignmentmailhtml'] = '<p>{$a->grader} has posted some feedback on your |
73 | assignment submission for \'<i>{$a->assignment}</i>\'.</p> | |
74 | <p>You can see it appended to your <a href="{$a->url}">assignment submission</a>.</p>'; | |
bbd0e548 DW |
75 | $string['assignmentmailsmall'] = '{$a->grader} has posted some feedback on your |
76 | assignment submission for \'{$a->assignment}\' You can see it appended to your submission'; | |
77 | $string['assignmentname'] = 'Assignment name'; | |
78 | $string['assignmentplugins'] = 'Assignment plugins'; | |
79 | $string['assignmentsperpage'] = 'Assignments per page'; | |
80 | $string['assignsubmission'] = 'Submission plugin'; | |
81 | $string['assignsubmissionpluginname'] = 'Submission plugin'; | |
3a9dc7f2 | 82 | $string['attemptheading'] = 'Attempt {$a->attemptnumber}: {$a->submissionsummary}'; |
df211804 | 83 | $string['attempthistory'] = 'Previous attempts'; |
5c41cd77 | 84 | $string['attemptnumber'] = 'Attempt number'; |
df211804 DW |
85 | $string['attemptsettings'] = 'Attempt settings'; |
86 | $string['attemptreopenmethod'] = 'Attempts reopened'; | |
7ee90659 HF |
87 | $string['attemptreopenmethod_help'] = 'Determines how student submission attempts are reopened. The available options are: |
88 | ||
89 | * Never - The submission cannot be reopened. | |
90 | * Manually - The submission can be reopened by a teacher. | |
91 | * Automatically until pass - The submission is automatically reopened until the student achieves the grade to pass set in the gradebook for this assignment.'; | |
df211804 DW |
92 | $string['attemptreopenmethod_manual'] = 'Manually'; |
93 | $string['attemptreopenmethod_none'] = 'Never'; | |
94 | $string['attemptreopenmethod_untilpass'] = 'Automatically until pass'; | |
bbd0e548 DW |
95 | $string['availability'] = 'Availability'; |
96 | $string['backtoassignment'] = 'Back to assignment'; | |
a1e54f4d | 97 | $string['batchoperationsdescription'] = 'With selected...'; |
bbd0e548 | 98 | $string['batchoperationconfirmlock'] = 'Lock all selected submissions?'; |
9e795179 | 99 | $string['batchoperationconfirmgrantextension'] = 'Grant an extension to all selected submissions?'; |
bbd0e548 | 100 | $string['batchoperationconfirmunlock'] = 'Unlock all selected submissions?'; |
37fc47f1 | 101 | $string['batchoperationconfirmremovesubmission'] = 'Remove selected submissions?'; |
bbd0e548 | 102 | $string['batchoperationconfirmreverttodraft'] = 'Revert selected submissions to draft?'; |
df211804 | 103 | $string['batchoperationconfirmaddattempt'] = 'Allow another attempt for selected submissions?'; |
f8d107b3 DM |
104 | $string['batchoperationconfirmsetmarkingworkflowstate'] = 'Set marking workflow state for all selected submissions?'; |
105 | $string['batchoperationconfirmsetmarkingallocation'] = 'Set marking allocation for all selected submissions?'; | |
48da3eef | 106 | $string['batchoperationconfirmdownloadselected'] = 'Download selected submissions?'; |
bbd0e548 DW |
107 | $string['batchoperationlock'] = 'lock submissions'; |
108 | $string['batchoperationunlock'] = 'unlock submissions'; | |
109 | $string['batchoperationreverttodraft'] = 'revert submissions to draft'; | |
f8d107b3 DM |
110 | $string['batchsetallocatedmarker'] = 'Set allocated marker for {$a} selected user(s).'; |
111 | $string['batchsetmarkingworkflowstateforusers'] = 'Set marking workflow state for {$a} selected user(s).'; | |
b473171a | 112 | $string['blindmarking'] = 'Blind marking'; |
054b863d | 113 | $string['blindmarkingenabledwarning'] = 'Blind marking is enabled for this activity.'; |
428330da | 114 | $string['blindmarking_help'] = 'Blind marking hides the identity of students from markers. Blind marking settings will be locked once a submission or grade has been made in relation to this assignment.'; |
f10721d6 AN |
115 | $string['calendardue'] = '{$a} is due'; |
116 | $string['calendargradingdue'] = '{$a} is due to be graded'; | |
bb690849 DW |
117 | $string['changeuser'] = 'Change user'; |
118 | $string['changefilters'] = 'Change filters'; | |
49f0c151 | 119 | $string['choosegradingaction'] = 'Grading action'; |
f8d107b3 | 120 | $string['choosemarker'] = 'Choose...'; |
49f0c151 | 121 | $string['chooseoperation'] = 'Choose operation'; |
f6bb3f48 RW |
122 | $string['clickexpandreviewpanel'] = 'Click to expand review panel'; |
123 | $string['collapsegradepanel'] = 'Collapse grade panel'; | |
124 | $string['collapsereviewpanel'] = 'Collapse review panel'; | |
bbd0e548 | 125 | $string['comment'] = 'Comment'; |
79ed4d84 | 126 | $string['completionsubmit'] = 'Student must submit to this activity to complete it'; |
bbd0e548 DW |
127 | $string['conversionexception'] = 'Could not convert assignment. Exception was: {$a}.'; |
128 | $string['configshowrecentsubmissions'] = 'Everyone can see notifications of submissions in recent activity reports.'; | |
df211804 | 129 | $string['confirmsubmission'] = 'Are you sure you want to submit your work for grading? You will not be able to make any more changes.'; |
5687cd04 | 130 | $string['confirmsubmissionheading'] = 'Confirm submission'; |
bbd0e548 DW |
131 | $string['confirmbatchgradingoperation'] = 'Are you sure you want to {$a->operation} for {$a->count} students?'; |
132 | $string['couldnotconvertgrade'] = 'Could not convert assignment grade for user {$a}.'; | |
133 | $string['couldnotconvertsubmission'] = 'Could not convert assignment submission for user {$a}.'; | |
134 | $string['couldnotcreatecoursemodule'] = 'Could not create course module.'; | |
135 | $string['couldnotcreatenewassignmentinstance'] = 'Could not create new assignment instance.'; | |
136 | $string['couldnotfindassignmenttoupgrade'] = 'Could not find old assignment instance to upgrade.'; | |
b0218089 | 137 | $string['crontask'] = 'Background processing for assignment module'; |
018266f6 | 138 | $string['currentassigngrade'] = 'Current grade in assignment'; |
787ad881 | 139 | $string['currentgrade'] = 'Current grade in gradebook'; |
df211804 DW |
140 | $string['currentattempt'] = 'This is attempt {$a}.'; |
141 | $string['currentattemptof'] = 'This is attempt {$a->attemptnumber} ( {$a->maxattempts} attempts allowed ).'; | |
9e795179 | 142 | $string['cutoffdate'] = 'Cut-off date'; |
bb690849 | 143 | $string['cutoffdatecolon'] = 'Cut-off date: {$a}'; |
9e795179 | 144 | $string['cutoffdate_help'] = 'If set, the assignment will not accept submissions after this date without an extension.'; |
8f7d07fa ZT |
145 | $string['cutoffdatevalidation'] = 'Cut-off date cannot be earlier than the due date.'; |
146 | $string['cutoffdatefromdatevalidation'] = 'Cut-off date cannot be earlier than the allow submissions from date.'; | |
f6bb3f48 | 147 | $string['defaultlayout'] = 'Restore default layout'; |
a8fe74e9 DW |
148 | $string['defaultsettings'] = 'Default assignment settings'; |
149 | $string['defaultsettings_help'] = 'These settings define the defaults for all new assignments.'; | |
b2a63d67 | 150 | $string['defaultteam'] = 'Default group'; |
d38dc52f | 151 | $string['deleteallsubmissions'] = 'Delete all submissions'; |
bbd0e548 | 152 | $string['description'] = 'Description'; |
d685b959 | 153 | $string['disabled'] = 'Disabled'; |
bbd0e548 DW |
154 | $string['downloadall'] = 'Download all submissions'; |
155 | $string['download all submissions'] = 'Download all submissions in a zip file.'; | |
c9636ddd | 156 | $string['downloadasfolders'] = 'Download submissions in folders'; |
e655cbb8 | 157 | $string['downloadasfolders_help'] = 'Assignment submissions may be downloaded in folders. Each submission is then put in a separate folder, with the folder structure kept for any subfolders, and files are not renamed.'; |
48da3eef | 158 | $string['downloadselectedsubmissions'] = 'Download selected submissions'; |
bbd0e548 | 159 | $string['duedate'] = 'Due date'; |
bb690849 | 160 | $string['duedatecolon'] = 'Due date: {$a}'; |
f1264719 | 161 | $string['duedate_help'] = 'This is when the assignment is due. Submissions will still be allowed after this date, but any assignments submitted after this date will be marked as late. Set an assignment cut-off date to prevent submissions after a certain date.'; |
eeaefbb8 | 162 | $string['duplicateoverride'] = 'Duplicate override'; |
34b8f3a8 | 163 | $string['submissionempty'] = 'Nothing was submitted'; |
16b36d37 CB |
164 | $string['submissionmodified'] = 'You have existing submission data. Please leave this page and try again.'; |
165 | $string['submissionmodifiedgroup'] = 'The submission has been modified by somebody else. Please leave this page and try again.'; | |
bbd0e548 | 166 | $string['duedatereached'] = 'The due date for this assignment has now passed'; |
8f7d07fa | 167 | $string['duedatevalidation'] = 'Due date cannot be earlier than the allow submissions from date.'; |
df211804 | 168 | $string['editattemptfeedback'] = 'Edit the grade and feedback for attempt number {$a}.'; |
151b0f94 | 169 | $string['editonline'] = 'Edit online'; |
df211804 | 170 | $string['editingpreviousfeedbackwarning'] = 'You are editing the feedback for a previous attempt. This is attempt {$a->attemptnumber} out of {$a->totalattempts}.'; |
d685b959 | 171 | $string['editoverride'] = 'Edit override'; |
df211804 | 172 | $string['editsubmission'] = 'Edit submission'; |
57fbd5f9 | 173 | $string['editsubmissionother'] = 'Edit submission for {$a}'; |
08a114cf | 174 | $string['editsubmission_help'] = 'You can still make changes to your submission.'; |
848ade1d | 175 | $string['editingstatus'] = 'Editing status'; |
bbd0e548 | 176 | $string['editaction'] = 'Actions...'; |
d685b959 | 177 | $string['enabled'] = 'Enabled'; |
6f8f3044 MN |
178 | $string['eventallsubmissionsdownloaded'] = 'All the submissions are being downloaded.'; |
179 | $string['eventassessablesubmitted'] = 'A submission has been submitted.'; | |
81f92c22 | 180 | $string['eventbatchsetmarkerallocationviewed'] = 'Batch set marker allocation viewed'; |
eef4d594 | 181 | $string['eventbatchsetworkflowstateviewed'] = 'Batch set workflow state viewed.'; |
6f8f3044 | 182 | $string['eventextensiongranted'] = 'An extension has been granted.'; |
b7656ff0 | 183 | $string['eventfeedbackupdated'] = 'Feedback updated'; |
3290c01d | 184 | $string['eventfeedbackviewed'] = 'Feedback viewed'; |
1045b6e3 | 185 | $string['eventgradingformviewed'] = 'Grading form viewed'; |
7eda466c | 186 | $string['eventgradingtableviewed'] = 'Grading table viewed'; |
6f8f3044 MN |
187 | $string['eventidentitiesrevealed'] = 'The identities have been revealed.'; |
188 | $string['eventmarkerupdated'] = 'The allocated marker has been updated.'; | |
7f6accd4 HF |
189 | $string['eventoverridecreated'] = 'Assignment override created'; |
190 | $string['eventoverridedeleted'] = 'Assignment override deleted'; | |
191 | $string['eventoverrideupdated'] = 'Assignment override updated'; | |
37fc47f1 | 192 | $string['eventremovesubmissionformviewed'] = 'Remove submission confirmation viewed.'; |
b06decdd | 193 | $string['eventrevealidentitiesconfirmationpageviewed'] = 'Reveal identities confirmation page viewed.'; |
6f8f3044 | 194 | $string['eventstatementaccepted'] = 'The user has accepted the statement of the submission.'; |
47349e4e | 195 | $string['eventsubmissionconfirmationformviewed'] = 'Submission confirmation form viewed.'; |
d7f05ad4 | 196 | $string['eventsubmissioncreated'] = 'Submission created.'; |
cd492e2e | 197 | $string['eventsubmissionduplicated'] = 'The user duplicated their submission.'; |
e65221c2 | 198 | $string['eventsubmissionformviewed'] = 'Submission form viewed.'; |
6f8f3044 MN |
199 | $string['eventsubmissiongraded'] = 'The submission has been graded.'; |
200 | $string['eventsubmissionlocked'] = 'The submissions have been locked for a user.'; | |
201 | $string['eventsubmissionstatusupdated'] = 'The status of the submission has been updated.'; | |
cf2d7bfb | 202 | $string['eventsubmissionstatusviewed'] = 'The status of the submission has been viewed.'; |
6f8f3044 | 203 | $string['eventsubmissionunlocked'] = 'The submissions have been unlocked for a user.'; |
d7f05ad4 | 204 | $string['eventsubmissionupdated'] = 'Submission updated.'; |
1be7aef2 | 205 | $string['eventsubmissionviewed'] = 'Submission viewed.'; |
6f8f3044 | 206 | $string['eventworkflowstateupdated'] = 'The state of the workflow has been updated.'; |
f6bb3f48 | 207 | $string['expandreviewpanel'] = 'Expand review panel'; |
9e795179 DW |
208 | $string['extensionduedate'] = 'Extension due date'; |
209 | $string['extensionnotafterduedate'] = 'Extension date must be after the due date'; | |
210 | $string['extensionnotafterfromdate'] = 'Extension date must be after the allow submissions from date'; | |
88120406 JO |
211 | $string['fixrescalednullgrades'] = 'This assignment contains some erroneous grades. You can <a href="{$a->link}">automatically fix these grades</a>. This may affect course totals.'; |
212 | $string['fixrescalednullgradesconfirm'] = 'Are you sure you want to fix erroneous grades? All affected grades will be removed. This may affect course totals.'; | |
7323c473 | 213 | $string['fixrescalednullgradesdone'] = 'Grades fixed.'; |
f8d107b3 | 214 | $string['gradecanbechanged'] = 'Grade can be changed'; |
629726dd | 215 | $string['gradeitem:submissions'] = 'Submissions'; |
75f87a57 | 216 | $string['gradersubmissionupdatedtext'] = '{$a->username} has updated their assignment submission |
bbd0e548 DW |
217 | for \'{$a->assignment}\' at {$a->timeupdated} |
218 | ||
219 | It is available here: | |
220 | ||
221 | {$a->url}'; | |
75f87a57 | 222 | $string['gradersubmissionupdatedhtml'] = '{$a->username} has updated their assignment submission |
bbd0e548 DW |
223 | for <i>\'{$a->assignment}\' at {$a->timeupdated}</i><br /><br /> |
224 | It is <a href="{$a->url}">available on the web site</a>.'; | |
75f87a57 | 225 | $string['gradersubmissionupdatedsmall'] = '{$a->username} has updated their submission for assignment {$a->assignment}.'; |
37eb2caa | 226 | $string['gradeuser'] = 'Grade {$a}'; |
9e795179 DW |
227 | $string['grantextension'] = 'Grant extension'; |
228 | $string['grantextensionforusers'] = 'Grant extension for {$a} students'; | |
bb690849 | 229 | $string['groupsubmissionsettings'] = 'Group submission settings'; |
bbd0e548 | 230 | $string['errornosubmissions'] = 'There are no submissions to download'; |
2a4fbc32 | 231 | $string['errorquickgradingvsadvancedgrading'] = 'The grades were not saved because this assignment is currently using advanced grading'; |
bf78ebd6 | 232 | $string['errorrecordmodified'] = 'The grades were not saved because someone has modified one or more records more recently than when you loaded the page.'; |
bbd0e548 | 233 | $string['feedback'] = 'Feedback'; |
75f87a57 DW |
234 | $string['feedbackavailabletext'] = '{$a->username} has posted some feedback on your |
235 | assignment submission for \'{$a->assignment}\' | |
236 | ||
237 | You can see it appended to your assignment submission: | |
238 | ||
239 | {$a->url}'; | |
240 | $string['feedbackavailablehtml'] = '{$a->username} has posted some feedback on your | |
241 | assignment submission for \'<i>{$a->assignment}</i>\'<br /><br /> | |
242 | You can see it appended to your <a href="{$a->url}">assignment submission</a>.'; | |
243 | $string['feedbackavailablesmall'] = '{$a->username} has given feedback for assignment {$a->assignment}'; | |
f14afd29 AW |
244 | $string['feedbackavailableanontext'] = 'You have new feedback on your |
245 | assignment submission for \'{$a->assignment}\' | |
246 | ||
247 | You can see it appended to your assignment submission: | |
248 | ||
249 | {$a->url}'; | |
250 | $string['feedbackavailableanonhtml'] = 'You have new feedback on your | |
251 | assignment submission for \'<i>{$a->assignment}</i>\'<br /><br /> | |
252 | You can see it appended to your <a href="{$a->url}">assignment submission</a>.'; | |
253 | $string['feedbackavailableanonsmall'] = 'New feedback for assignment {$a->assignment}'; | |
bbd0e548 DW |
254 | $string['feedbackplugins'] = 'Feedback plugins'; |
255 | $string['feedbackpluginforgradebook'] = 'Feedback plugin that will push comments to the gradebook'; | |
75f87a57 | 256 | $string['feedbackpluginforgradebook_help'] = 'Only one assignment feedback plugin can push feedback into the gradebook.'; |
bbd0e548 DW |
257 | $string['feedbackplugin'] = 'Feedback plugin'; |
258 | $string['feedbacksettings'] = 'Feedback settings'; | |
bb690849 | 259 | $string['feedbacktypes'] = 'Feedback types'; |
bbd0e548 DW |
260 | $string['filesubmissions'] = 'File submissions'; |
261 | $string['filter'] = 'Filter'; | |
696bd4d6 | 262 | $string['filtergrantedextension'] = 'Granted extension'; |
bbd0e548 | 263 | $string['filternone'] = 'No filter'; |
c80d59f2 | 264 | $string['filternotsubmitted'] = 'Not submitted'; |
bbd0e548 DW |
265 | $string['filterrequiregrading'] = 'Requires grading'; |
266 | $string['filtersubmitted'] = 'Submitted'; | |
bbd0e548 | 267 | $string['graded'] = 'Graded'; |
5c41cd77 | 268 | $string['gradedby'] = 'Graded by'; |
fcb7d2a9 | 269 | $string['gradedfollowupsubmit'] = 'Graded - follow up submission received'; |
bbd0e548 DW |
270 | $string['gradedon'] = 'Graded on'; |
271 | $string['gradebelowzero'] = 'Grade must be greater than or equal to zero.'; | |
272 | $string['gradeabovemaximum'] = 'Grade must be less than or equal to {$a}.'; | |
c33b4c81 | 273 | $string['gradelocked'] = 'This grade is locked or overridden in the gradebook.'; |
bbd0e548 DW |
274 | $string['gradeoutof'] = 'Grade out of {$a}'; |
275 | $string['gradeoutofhelp'] = 'Grade'; | |
276 | $string['gradeoutofhelp_help'] = 'Enter the grade for the student\'s submission here. You may include decimals.'; | |
277 | $string['gradestudent'] = 'Grade student: (id={$a->id}, fullname={$a->fullname}). '; | |
278 | $string['grading'] = 'Grading'; | |
df211804 | 279 | $string['gradingchangessaved'] = 'The grade changes were saved'; |
8d63ed6e | 280 | $string['gradingduedate'] = 'Remind me to grade by'; |
3e1c0275 | 281 | $string['gradingduedate_help'] = 'The expected date that marking of the submissions should be completed by. This date is used to prioritise dashboard notifications for teachers.'; |
b5ede848 JP |
282 | $string['gradingdueduedatevalidation'] = 'Remind me to grade by date cannot be earlier than the due date.'; |
283 | $string['gradingduefromdatevalidation'] = 'Remind me to grade by date cannot be earlier than the allow submissions from date.'; | |
bb690849 | 284 | $string['gradechangessaveddetail'] = 'The changes to the grade and feedback were saved'; |
ec32d068 | 285 | $string['gradingmethodpreview'] = 'Grading criteria'; |
a1e54f4d | 286 | $string['gradingoptions'] = 'Options'; |
bbd0e548 | 287 | $string['gradingstatus'] = 'Grading status'; |
df211804 | 288 | $string['gradingstudent'] = 'Grading student'; |
bbd0e548 | 289 | $string['gradingsummary'] = 'Grading summary'; |
d685b959 IT |
290 | $string['groupoverrides'] = 'Group overrides'; |
291 | $string['groupoverridesdeleted'] = 'Group overrides deleted'; | |
9cb135db | 292 | $string['groupsnone'] = 'No groups you can access.'; |
f14afd29 AW |
293 | $string['hidegrader'] = 'Hide grader identity from students'; |
294 | $string['hidegrader_help'] = 'Hides the identity of any user who grades an assignment submission, so students can\'t see who marked their work.'; | |
bbd0e548 | 295 | $string['hideshow'] = 'Hide/Show'; |
df47b77f | 296 | $string['hiddenuser'] = 'Participant '; |
f73c5b51 | 297 | $string['inactiveoverridehelp'] = '* Student does not have the correct group or role to attempt the assignment'; |
952cbce2 | 298 | $string['indicator:cognitivedepth'] = 'Assignment cognitive'; |
08a114cf | 299 | $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in an assignment activity.'; |
952cbce2 | 300 | $string['indicator:socialbreadth'] = 'Assignment social'; |
08a114cf | 301 | $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in an assignment activity.'; |
bbd0e548 | 302 | $string['instructionfiles'] = 'Instruction files'; |
7faf78cb HB |
303 | $string['introattachments'] = 'Additional files'; |
304 | $string['introattachments_help'] = 'Additional files for use in the assignment, such as answer templates, may be added. Download links for the files will then be displayed on the assignment page under the description.'; | |
bbd0e548 DW |
305 | $string['invalidgradeforscale'] = 'The grade supplied was not valid for the current scale'; |
306 | $string['invalidfloatforgrade'] = 'The grade provided could not be understood: {$a}'; | |
d685b959 | 307 | $string['invalidoverrideid'] = 'Invalid override id'; |
bbd0e548 DW |
308 | $string['lastmodifiedsubmission'] = 'Last modified (submission)'; |
309 | $string['lastmodifiedgrade'] = 'Last modified (grade)'; | |
9e795179 | 310 | $string['latesubmissions'] = 'Late submissions'; |
b351e446 | 311 | $string['latesubmissionsaccepted'] = 'Allowed until {$a}'; |
bb690849 | 312 | $string['loading'] = 'Loading...'; |
bbd0e548 DW |
313 | $string['locksubmissionforstudent'] = 'Prevent any more submissions for student: (id={$a->id}, fullname={$a->fullname}).'; |
314 | $string['locksubmissions'] = 'Lock submissions'; | |
315 | $string['manageassignfeedbackplugins'] = 'Manage assignment feedback plugins'; | |
316 | $string['manageassignsubmissionplugins'] = 'Manage assignment submission plugins'; | |
f8d107b3 DM |
317 | $string['marker'] = 'Marker'; |
318 | $string['markerfilter'] = 'Marker filter'; | |
c80d59f2 | 319 | $string['markerfilternomarker'] = 'No marker'; |
f8d107b3 | 320 | $string['markingallocation'] = 'Use marking allocation'; |
5a255660 | 321 | $string['markingallocation_help'] = 'If enabled together with marking workflow, markers can be allocated to particular students.'; |
f8d107b3 | 322 | $string['markingworkflow'] = 'Use marking workflow'; |
5a255660 | 323 | $string['markingworkflow_help'] = 'If enabled, marks will go through a series of workflow stages before being released to students. This allows for multiple rounds of marking and allows marks to be released to all students at the same time.'; |
f8d107b3 | 324 | $string['markingworkflowstate'] = 'Marking workflow state'; |
5a255660 HF |
325 | $string['markingworkflowstate_help'] = 'Possible workflow states may include (depending on your permissions): |
326 | ||
327 | * Not marked - the marker has not yet started | |
328 | * In marking - the marker has started but not yet finished | |
329 | * Marking completed - the marker has finished but might need to go back for checking/corrections | |
330 | * In review - the marking is now with the teacher in charge for quality checking | |
08a114cf | 331 | * Ready for release - the teacher in charge is satisfied with the marking but may wait before giving students access to the marking |
5a255660 | 332 | * Released - the student can access the grades/feedback'; |
f8d107b3 DM |
333 | $string['markingworkflowstateinmarking'] = 'In marking'; |
334 | $string['markingworkflowstateinreview'] = 'In review'; | |
335 | $string['markingworkflowstatenotmarked'] = 'Not marked'; | |
336 | $string['markingworkflowstatereadyforreview'] = 'Marking completed'; | |
337 | $string['markingworkflowstatereadyforrelease'] = 'Ready for release'; | |
338 | $string['markingworkflowstatereleased'] = 'Released'; | |
df211804 | 339 | $string['maxattempts'] = 'Maximum attempts'; |
0c19b2c8 | 340 | $string['maxattempts_help'] = 'The maximum number of submission attempts that can be made by a student. After this number has been reached, the submission can no longer be reopened.'; |
df211804 | 341 | $string['maxgrade'] = 'Maximum grade'; |
f8d107b3 | 342 | $string['maxgrade'] = 'Maximum Grade'; |
80989850 | 343 | $string['maxperpage'] = 'Maximum assignments per page'; |
08a114cf | 344 | $string['maxperpage_help'] = 'The maximum number of assignments a grader can show in the assignment grading page. This setting is useful in preventing timeouts for courses with a large number of participants.'; |
f750cf71 | 345 | $string['messageprovider:assign_notification'] = 'Assignment notifications'; |
bbd0e548 | 346 | $string['modulename'] = 'Assignment'; |
8635302e | 347 | $string['modulename_help'] = 'The assignment activity module enables a teacher to communicate tasks, collect work and provide grades and feedback. |
2e6b68f4 | 348 | |
ca084ef1 | 349 | Students 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. Students can submit work individually or as a member of a group. |
2e6b68f4 HF |
350 | |
351 | When 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.'; | |
352 | $string['modulename_link'] = 'mod/assignment/view'; | |
bbd0e548 | 353 | $string['modulenameplural'] = 'Assignments'; |
f8d107b3 | 354 | $string['moreusers'] = '{$a} more...'; |
ce449f63 | 355 | $string['multipleteams'] = 'Member of more than one group'; |
ecfe6f58 | 356 | $string['multipleteams_desc'] = 'The assignment requires submission in groups. You are a member of more than one group. To be able to submit you must be a member of only one group. Please contact your teacher to change your group membership.'; |
ce449f63 | 357 | $string['multipleteamsgrader'] = 'Member of more than one group, so unable to make submissions.'; |
bbd0e548 | 358 | $string['newsubmissions'] = 'Assignments submitted'; |
df211804 | 359 | $string['noattempt'] = 'No attempt'; |
d685b959 | 360 | $string['noclose'] = 'No close date'; |
bb690849 | 361 | $string['nofilters'] = 'No filters'; |
bbd0e548 DW |
362 | $string['nofiles'] = 'No files. '; |
363 | $string['nograde'] = 'No grade. '; | |
b7853012 | 364 | $string['nomoresubmissionsaccepted'] = 'Only allowed for participants who have been granted an extension'; |
d685b959 | 365 | $string['none'] = 'None'; |
bbd0e548 | 366 | $string['noonlinesubmissions'] = 'This assignment does not require you to submit anything online'; |
d685b959 | 367 | $string['noopen'] = 'No open date'; |
7f6accd4 | 368 | $string['nooverridedata'] = 'You must override at least one of the assignment settings.'; |
bbd0e548 DW |
369 | $string['nosavebutnext'] = 'Next'; |
370 | $string['nosubmission'] = 'Nothing has been submitted for this assignment'; | |
ce449f63 | 371 | $string['noteam'] = 'Not a member of any group'; |
e7f3fd59 | 372 | $string['noteam_desc'] = 'This assignment requires submission in groups. You are not a member of any group, so you cannot create a submission. Please contact your teacher to be added to a group.'; |
ce449f63 | 373 | $string['noteamgrader'] = 'Not a member of any group, so unable to make submissions.'; |
bbd0e548 DW |
374 | $string['notgraded'] = 'Not graded'; |
375 | $string['notgradedyet'] = 'Not graded yet'; | |
bbd0e548 DW |
376 | $string['notifications'] = 'Notifications'; |
377 | $string['nousersselected'] = 'No users selected'; | |
bb690849 | 378 | $string['nousers'] = 'No users'; |
bbd0e548 DW |
379 | $string['numberofdraftsubmissions'] = 'Drafts'; |
380 | $string['numberofparticipants'] = 'Participants'; | |
381 | $string['numberofsubmittedassignments'] = 'Submitted'; | |
f70079b9 | 382 | $string['numberofsubmissionsneedgrading'] = 'Needs grading'; |
b2a63d67 | 383 | $string['numberofteams'] = 'Groups'; |
bbd0e548 | 384 | $string['offline'] = 'No online submissions required'; |
9e795179 | 385 | $string['open'] = 'Open'; |
df211804 | 386 | $string['outof'] = '{$a->current} out of {$a->total}'; |
bbd0e548 | 387 | $string['overdue'] = '<font color="red">Assignment is overdue by: {$a}</font>'; |
d685b959 IT |
388 | $string['override'] = 'Override'; |
389 | $string['overridedeletegroupsure'] = 'Are you sure you want to delete the override for group {$a}?'; | |
390 | $string['overridedeleteusersure'] = 'Are you sure you want to delete the override for user {$a}?'; | |
391 | $string['overridegroup'] = 'Override group'; | |
392 | $string['overridegroupeventname'] = '{$a->assign} - {$a->group}'; | |
393 | $string['overrides'] = 'Overrides'; | |
394 | $string['overrideuser'] = 'Override user'; | |
395 | $string['overrideusereventname'] = '{$a->assign} - Override'; | |
bbd0e548 DW |
396 | $string['outlinegrade'] = 'Grade: {$a}'; |
397 | $string['page-mod-assign-x'] = 'Any assignment module page'; | |
398 | $string['page-mod-assign-view'] = 'Assignment module main and submission page'; | |
bb690849 | 399 | $string['paramtimeremaining'] = '{$a} remaining'; |
b473171a | 400 | $string['participant'] = 'Participant'; |
bbd0e548 DW |
401 | $string['pluginadministration'] = 'Assignment administration'; |
402 | $string['pluginname'] = 'Assignment'; | |
e528997a AH |
403 | $string['preventsubmissionnotingroup'] = 'Require group to make submission'; |
404 | $string['preventsubmissionnotingroup_help'] = 'If enabled, users who are not members of a group will be unable to make submissions.'; | |
bbd0e548 DW |
405 | $string['preventsubmissions'] = 'Prevent the user from making any more submissions to this assignment.'; |
406 | $string['preventsubmissionsshort'] = 'Prevent submission changes'; | |
407 | $string['previous'] = 'Previous'; | |
5c41cd77 | 408 | $string['privacy:attemptpath'] = 'attempt {$a}'; |
9722f6a2 | 409 | $string['privacy:blindmarkingidentifier'] = 'The identifier used for blind marking'; |
5c41cd77 AG |
410 | $string['privacy:gradepath'] = 'grade'; |
411 | $string['privacy:metadata:assigndownloadasfolders'] = 'A user preference for whether multiple file submissions should be downloaded into folders'; | |
412 | $string['privacy:metadata:assignfeedbackpluginsummary'] = 'Feedback data for the assignment.'; | |
413 | $string['privacy:metadata:assignfilter'] = 'Filter options such as \'Submitted\', \'Not submitted\', \'Requires grading\', and \'Granted extension\''; | |
414 | $string['privacy:metadata:assigngrades'] = 'Stores user grades for the assignment'; | |
415 | $string['privacy:metadata:assignmarkerfilter'] = 'Filter the assign summary by the assigned marker.'; | |
9722f6a2 | 416 | $string['privacy:metadata:assignmentid'] = 'Assignment ID'; |
5c41cd77 AG |
417 | $string['privacy:metadata:assignmessageexplanation'] = 'Messages are sent to students through the messaging system.'; |
418 | $string['privacy:metadata:assignoverrides'] = 'Stores override information for the assignment'; | |
419 | $string['privacy:metadata:assignperpage'] = 'Number of assignments shown per page.'; | |
420 | $string['privacy:metadata:assignquickgrading'] = 'A preference as to whether quick grading is used or not.'; | |
421 | $string['privacy:metadata:assignsubmissiondetail'] = 'Stores user submission information'; | |
422 | $string['privacy:metadata:assignsubmissionpluginsummary'] = 'Submission data for the assignment.'; | |
423 | $string['privacy:metadata:assignuserflags'] = 'Stores user meta data such as extension dates'; | |
424 | $string['privacy:metadata:assignusermapping'] = 'The mapping for blind marking'; | |
425 | $string['privacy:metadata:assignworkflowfilter'] = 'Filter by the different workflow stages.'; | |
426 | $string['privacy:metadata:grade'] = 'The numerical grade for this assignment submission. Can be determined by scales/advancedgradingforms etc but will always be converted back to a floating point number.'; | |
427 | $string['privacy:metadata:grader'] = 'The user ID of the person grading.'; | |
428 | $string['privacy:metadata:groupid'] = 'Group ID that the user is a member of.'; | |
429 | $string['privacy:metadata:latest'] = 'Greatly simplifies queries wanting to know information about only the latest attempt.'; | |
430 | $string['privacy:metadata:mailed'] = 'Has this user been mailed yet?'; | |
431 | $string['privacy:metadata:timecreated'] = 'Time created'; | |
9722f6a2 | 432 | $string['privacy:metadata:userid'] = 'ID of the user'; |
5c41cd77 | 433 | $string['privacy:studentpath'] = 'studentsubmissions'; |
bf78ebd6 DW |
434 | $string['quickgrading'] = 'Quick grading'; |
435 | $string['quickgradingresult'] = 'Quick grading'; | |
436 | $string['quickgradingchangessaved'] = 'The grade changes were saved'; | |
437 | $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.'; | |
9e719b81 JD |
438 | $string['relativedatessubmissiontimeleft'] = 'Calculated for each student'; |
439 | $string['relativedatessubmissionduedateafter'] = '{$a->datediffstr} after course start'; | |
440 | $string['relativedatessubmissionduedatebefore'] = '{$a->datediffstr} before course start'; | |
d685b959 IT |
441 | $string['removeallgroupoverrides'] = 'Delete all group overrides'; |
442 | $string['removealluseroverrides'] = 'Delete all user overrides'; | |
3b775a0b | 443 | $string['reopenuntilpassincompatiblewithblindmarking'] = 'Reopen until pass option is incompatible with blind marking, because the grades are not released to the gradebook until the student identities are revealed.'; |
94f26900 | 444 | $string['requiresubmissionstatement'] = 'Require that students accept the submission statement'; |
de6a0a39 | 445 | $string['requiresubmissionstatement_help'] = 'Require that students accept the submission statement for all submissions to this assignment.'; |
b2a63d67 DW |
446 | $string['requireallteammemberssubmit'] = 'Require all group members submit'; |
447 | $string['requireallteammemberssubmit_help'] = 'If enabled, all members of the student group must click the submit button for this assignment before the group submission will be considered as submitted. If disabled, the group submission will be considered as submitted as soon as any member of the student group clicks the submit button.'; | |
b473171a | 448 | $string['recordid'] = 'Identifier'; |
37fc47f1 DW |
449 | $string['removesubmission'] = 'Remove submission'; |
450 | $string['removesubmissionforstudent'] = 'Remove submission for student: (id={$a->id}, fullname={$a->fullname}).'; | |
451 | $string['removesubmissionconfirm'] = 'Are you sure you want to remove the submission data?'; | |
452 | $string['removesubmissionconfirmforstudent'] = 'Are you sure you want to remove the submission data for student {$a}?'; | |
b473171a | 453 | $string['revealidentities'] = 'Reveal student identities'; |
428330da | 454 | $string['revealidentitiesconfirm'] = 'Are you sure you want to reveal student identities for this assignment? This operation cannot be undone. Once the student identities have been revealed, the marks will be released to the gradebook.'; |
7f6accd4 | 455 | $string['reverttodefaults'] = 'Revert to assignment defaults'; |
bbd0e548 DW |
456 | $string['reverttodraftforstudent'] = 'Revert submission to draft for student: (id={$a->id}, fullname={$a->fullname}).'; |
457 | $string['reverttodraft'] = 'Revert the submission to draft status.'; | |
458 | $string['reverttodraftshort'] = 'Revert the submission to draft'; | |
459 | $string['reviewed'] = 'Reviewed'; | |
d685b959 | 460 | $string['save'] = 'Save'; |
bb690849 DW |
461 | $string['saveallquickgradingchanges'] = 'Save all quick grading changes'; |
462 | $string['saveandcontinue'] = 'Save and continue'; | |
bbd0e548 | 463 | $string['savechanges'] = 'Save changes'; |
df211804 | 464 | $string['savegradingresult'] = 'Grade'; |
bbd0e548 | 465 | $string['savenext'] = 'Save and show next'; |
bb690849 | 466 | $string['savingchanges'] = 'Saving changes...'; |
d685b959 | 467 | $string['saveoverrideandstay'] = 'Save and enter another override'; |
df47b77f | 468 | $string['scale'] = 'Scale'; |
c827acae | 469 | $string['search:activity'] = 'Assignment - activity information'; |
8e1266bf DW |
470 | $string['sendstudentnotificationsdefault'] = 'Default setting for "Notify students"'; |
471 | $string['sendstudentnotificationsdefault_help'] = 'Set the default value for the "Notify students" checkbox on the grading form.'; | |
f7dc9871 | 472 | $string['sendstudentnotifications'] = 'Notify students'; |
df0a2e21 | 473 | $string['sendstudentnotifications_help'] = 'If enabled, students receive a message about the updated grade or feedback. If marking workflow is enabled in this assignment, notifications will not be sent until the grade is "Released".'; |
75f87a57 | 474 | $string['sendnotifications'] = 'Notify graders about submissions'; |
bbd0e548 DW |
475 | $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.'; |
476 | $string['selectlink'] = 'Select...'; | |
7400be1b | 477 | $string['selectuser'] = 'Select {$a}'; |
75f87a57 DW |
478 | $string['sendlatenotifications'] = 'Notify graders about late submissions'; |
479 | $string['sendlatenotifications_help'] = 'If enabled, graders (usually teachers) receive a message whenever a student submits an assignment late. Message methods are configurable.'; | |
480 | $string['sendsubmissionreceipts'] = 'Send submission receipt to students'; | |
08a114cf | 481 | $string['sendsubmissionreceipts_help'] = 'This switch enables submission receipts for students. Students will receive a notification every time they successfully submit an assignment.'; |
f8d107b3 DM |
482 | $string['setmarkingallocation'] = 'Set allocated marker'; |
483 | $string['setmarkingworkflowstate'] = 'Set marking workflow state'; | |
484 | $string['selectedusers'] = 'Selected users'; | |
485 | $string['setmarkingworkflowstateforlog'] = 'Set marking workflow state : (id={$a->id}, fullname={$a->fullname}, state={$a->state}). '; | |
486 | $string['setmarkerallocationforlog'] = 'Set marking allocation : (id={$a->id}, fullname={$a->fullname}, marker={$a->marker}). '; | |
bbd0e548 DW |
487 | $string['settings'] = 'Assignment settings'; |
488 | $string['showrecentsubmissions'] = 'Show recent submissions'; | |
8137e049 | 489 | $string['status'] = 'Status'; |
70cfc878 | 490 | $string['studentnotificationworkflowstateerror'] = 'Marking workflow state must be \'Released\' to notify students.'; |
df211804 DW |
491 | $string['submissioncopiedtext'] = 'You have made a copy of your previous |
492 | assignment submission for \'{$a->assignment}\' | |
493 | ||
494 | You can see the status of your assignment submission: | |
495 | ||
496 | {$a->url}'; | |
480fca77 HF |
497 | $string['submissioncopiedhtml'] = '<p>You have made a copy of your previous |
498 | assignment submission for \'<i>{$a->assignment}</i>\'.</p> | |
499 | <p>You can see the status of your <a href="{$a->url}">assignment submission</a>.</p>'; | |
df211804 | 500 | $string['submissioncopiedsmall'] = 'You have copied your previous assignment submission for {$a->assignment}'; |
700522ba | 501 | $string['submissiondrafts'] = 'Require students to click the submit button'; |
08a114cf | 502 | $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. If this setting is changed from "No" to "Yes" after students have already submitted, those submissions will be regarded as final.'; |
9e795179 | 503 | $string['submissioneditable'] = 'Student can edit this submission'; |
bb690849 | 504 | $string['submissionlog'] = 'Student: {$a->fullname}, Status: {$a->status}'; |
df211804 | 505 | $string['submissionnotcopiedinvalidstatus'] = 'The submission was not copied because it has been edited since it was reopened.'; |
9e795179 | 506 | $string['submissionnoteditable'] = 'Student cannot edit this submission'; |
bbd0e548 | 507 | $string['submissionnotready'] = 'This assignment is not ready to submit:'; |
5c41cd77 | 508 | $string['privacy:submissionpath'] = 'submission'; |
bbd0e548 DW |
509 | $string['submissionplugins'] = 'Submission plugins'; |
510 | $string['submissionreceipts'] = 'Send submission receipts'; | |
57fbd5f9 DW |
511 | $string['submissionreceiptothertext'] = 'Your assignment submission for |
512 | \'{$a->assignment}\' has been submitted. | |
513 | ||
514 | You can see the status of your assignment submission: | |
515 | ||
516 | {$a->url}'; | |
517 | $string['submissionreceiptotherhtml'] = 'Your assignment submission for | |
518 | \'<i>{$a->assignment}</i>\' has been submitted.<br /><br /> | |
519 | You can see the status of your <a href="{$a->url}">assignment submission</a>.'; | |
520 | $string['submissionreceiptothersmall'] = 'Your assignment submission for {$a->assignment} has been submitted.'; | |
75f87a57 DW |
521 | $string['submissionreceipttext'] = 'You have submitted an |
522 | assignment submission for \'{$a->assignment}\' | |
523 | ||
524 | You can see the status of your assignment submission: | |
525 | ||
526 | {$a->url}'; | |
480fca77 HF |
527 | $string['submissionreceipthtml'] = '<p>You have submitted an assignment submission for \'<i>{$a->assignment}</i>\'.</p> |
528 | <p>You can see the status of your <a href="{$a->url}">assignment submission</a>.</p>'; | |
75f87a57 | 529 | $string['submissionreceiptsmall'] = 'You have submitted your assignment submission for {$a->assignment}'; |
bbd0e548 DW |
530 | $string['submissionslocked'] = 'This assignment is not accepting submissions'; |
531 | $string['submissionslockedshort'] = 'Submission changes not allowed'; | |
bbd0e548 DW |
532 | $string['submissionsclosed'] = 'Submissions closed'; |
533 | $string['submissionsettings'] = 'Submission settings'; | |
94f26900 DW |
534 | $string['submissionstatement'] = 'Submission statement'; |
535 | $string['submissionstatement_help'] = 'Assignment submission confirmation statement'; | |
ee648449 | 536 | $string['submissionstatementdefault'] = 'This submission is my own work, except where I have acknowledged the use of the works of other people.'; |
08a114cf | 537 | $string['submissionstatement_help'] = 'Statement that each student must accept in order to submit their work.'; |
ee648449 KO |
538 | $string['submissionstatementteamsubmission'] = 'Group submission statement'; |
539 | $string['submissionstatementteamsubmissiondefault'] = 'This submission is the work of my group, except where we have acknowledged the use of the works of other people.'; | |
08a114cf | 540 | $string['submissionstatementteamsubmission_help'] = 'Statement that each student must accept in order to submit the work of their group.'; |
ee648449 KO |
541 | $string['submissionstatementteamsubmissionallsubmit'] = 'Group submission statement where all group members submit'; |
542 | $string['submissionstatementteamsubmissionallsubmitdefault'] = 'This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.'; | |
08a114cf | 543 | $string['submissionstatementteamsubmissionallsubmit_help'] = 'Statement that each student must accept in order to submit their work as a group member.'; |
94f26900 | 544 | $string['submissionstatementacceptedlog'] = 'Submission statement accepted by user {$a}'; |
bbd0e548 DW |
545 | $string['submissionstatus_draft'] = 'Draft (not submitted)'; |
546 | $string['submissionstatusheading'] = 'Submission status'; | |
547 | $string['submissionstatus_marked'] = 'Graded'; | |
9e035dae | 548 | $string['submissionstatus_new'] = 'No submission'; |
df211804 | 549 | $string['submissionstatus_reopened'] = 'Reopened'; |
bbd0e548 DW |
550 | $string['submissionstatus_'] = 'No submission'; |
551 | $string['submissionstatus'] = 'Submission status'; | |
552 | $string['submissionstatus_submitted'] = 'Submitted for grading'; | |
df211804 | 553 | $string['submissionsummary'] = '{$a->status}. Last modified on {$a->timemodified}'; |
b2a63d67 | 554 | $string['submissionteam'] = 'Group'; |
bb690849 | 555 | $string['submissiontypes'] = 'Submission types'; |
bbd0e548 DW |
556 | $string['submission'] = 'Submission'; |
557 | $string['submitaction'] = 'Submit'; | |
57fbd5f9 | 558 | $string['submitforgrading'] = 'Submit for grading'; |
df211804 | 559 | $string['submitassignment_help'] = 'Once this assignment is submitted you will not be able to make any more changes.'; |
bbd0e548 DW |
560 | $string['submitassignment'] = 'Submit assignment'; |
561 | $string['submittedearly'] = 'Assignment was submitted {$a} early'; | |
562 | $string['submittedlate'] = 'Assignment was submitted {$a} late'; | |
563 | $string['submittedlateshort'] = '{$a} late'; | |
564 | $string['submitted'] = 'Submitted'; | |
ff9a0f82 | 565 | $string['subpagetitle'] = '{$a->contextname} - {$a->subpage}'; |
f805fd12 PS |
566 | $string['subplugintype_assignsubmission'] = 'Submission plugin'; |
567 | $string['subplugintype_assignsubmission_plural'] = 'Submission plugins'; | |
568 | $string['subplugintype_assignfeedback'] = 'Feedback plugin'; | |
569 | $string['subplugintype_assignfeedback_plural'] = 'Feedback plugins'; | |
821ab1bf | 570 | $string['teamname'] = 'Team: {$a}'; |
b2a63d67 | 571 | $string['teamsubmission'] = 'Students submit in groups'; |
08a114cf | 572 | $string['teamsubmission_help'] = 'If enabled, students will be divided into groups based on the default set of groups or a custom grouping. A group submission will be shared among group members and all members of the group will see each others\' changes to the submission.'; |
b2a63d67 | 573 | $string['teamsubmissiongroupingid'] = 'Grouping for student groups'; |
08a114cf | 574 | $string['teamsubmissiongroupingid_help'] = 'This is the grouping that the assignment will use to find groups for student groups. If not set, the default set of groups will be used.'; |
bbd0e548 DW |
575 | $string['textinstructions'] = 'Assignment instructions'; |
576 | $string['timemodified'] = 'Last modified'; | |
577 | $string['timeremaining'] = 'Time remaining'; | |
bb690849 DW |
578 | $string['timeremainingcolon'] = 'Time remaining: {$a}'; |
579 | $string['togglezoom'] = 'Zoom in/out of region'; | |
ce449f63 | 580 | $string['ungroupedusers'] = 'The setting \'Require group to make submission\' is enabled and some users are either not a member of any group, or are a member of more than one group, so are unable to make submissions.'; |
74ddcaaa | 581 | $string['ungroupedusersoptional'] = 'The setting \'Students submit in groups\' is enabled and some users are either not a member of any group, or are a member of more than one group. Please be aware that these students will submit as members of the \'Default group\'.'; |
bbd0e548 DW |
582 | $string['unlocksubmissionforstudent'] = 'Allow submissions for student: (id={$a->id}, fullname={$a->fullname}).'; |
583 | $string['unlocksubmissions'] = 'Unlock submissions'; | |
df211804 DW |
584 | $string['unlimitedattempts'] = 'Unlimited'; |
585 | $string['unlimitedattemptsallowed'] = 'Unlimited attempts allowed.'; | |
80989850 | 586 | $string['unlimitedpages'] = 'Unlimited'; |
bb690849 DW |
587 | $string['unsavedchanges'] = 'Unsaved changes'; |
588 | $string['unsavedchangesquestion'] = 'There are unsaved changes to grades or feedback. Do you want to save the changes and continue?'; | |
bbd0e548 DW |
589 | $string['updategrade'] = 'Update grade'; |
590 | $string['updatetable'] = 'Save and update table'; | |
591 | $string['upgradenotimplemented'] = 'Upgrade not implemented in plugin ({$a->type} {$a->subtype})'; | |
9e795179 | 592 | $string['userextensiondate'] = 'Extension granted until: {$a}'; |
c872ec0c | 593 | $string['userassignmentdefaults'] = 'User assignment defaults'; |
8bd563e5 | 594 | $string['useridlistnotcached'] = 'The grade changes were NOT saved, as it was not possible to determine which submission they were for.'; |
d685b959 IT |
595 | $string['useroverrides'] = 'User overrides'; |
596 | $string['useroverridesdeleted'] = 'User overrides deleted'; | |
7f6accd4 | 597 | $string['usersnone'] = 'No students have access to this assignment.'; |
12a1a0da | 598 | $string['userswhoneedtosubmit'] = 'Users who need to submit: {$a}'; |
b1fec412 | 599 | $string['usergrade'] = 'User grade'; |
f8d107b3 | 600 | $string['validmarkingworkflowstates'] = 'Valid marking workflow states'; |
bb690849 | 601 | $string['viewadifferentattempt'] = 'View a different attempt'; |
f8d107b3 DM |
602 | $string['viewbatchsetmarkingworkflowstate'] = 'View batch set marking workflow state page.'; |
603 | $string['viewbatchmarkingallocation'] = 'View batch set marking allocation page.'; | |
bbd0e548 DW |
604 | $string['viewfeedback'] = 'View feedback'; |
605 | $string['viewfeedbackforuser'] = 'View feedback for user: {$a}'; | |
606 | $string['viewfullgradingpage'] = 'Open the full grading page to provide feedback'; | |
607 | $string['viewgradebook'] = 'View gradebook'; | |
608 | $string['viewgradingformforstudent'] = 'View grading page for student: (id={$a->id}, fullname={$a->fullname}).'; | |
bb690849 | 609 | $string['viewgrading'] = 'View all submissions'; |
bbd0e548 DW |
610 | $string['viewownsubmissionform'] = 'View own submit assignment page.'; |
611 | $string['viewownsubmissionstatus'] = 'View own submission status page.'; | |
612 | $string['viewsubmissionforuser'] = 'View submission for user: {$a}'; | |
613 | $string['viewsubmission'] = 'View submission'; | |
66d3fe37 DW |
614 | $string['viewfull'] = 'View full'; |
615 | $string['viewsummary'] = 'View summary'; | |
8635302e | 616 | $string['viewsubmissiongradingtable'] = 'View submission grading table.'; |
b473171a | 617 | $string['viewrevealidentitiesconfirm'] = 'View reveal student identities confirmation page.'; |
f8d107b3 | 618 | $string['workflowfilter'] = 'Workflow filter'; |
bb690849 | 619 | $string['xofy'] = '{$a->x} of {$a->y}'; |
2af4a2c1 SA |
620 | |
621 | // Deprecated since Moodle 3.8. | |
622 | $string['duedateno'] = 'No due date'; | |
623 | $string['mysubmission'] = 'My submission: '; | |
624 | $string['nolatesubmissions'] = 'No late submissions accepted. '; | |
625 | $string['nosubmissionsacceptedafter'] = 'No submissions accepted after '; | |
626 | $string['notsubmittedyet'] = 'Not submitted yet'; | |
627 | $string['submissionsnotgraded'] = 'Submissions not graded: {$a}'; |