Merge branch 'MDL-36037' of git://github.com/netspotau/moodle-mod_assign

This commit is contained in:
Dan Poltawski 2012-11-06 12:32:41 +08:00
commit e6acc052fb

View File

@ -32,7 +32,7 @@ $string['allowsubmissionsfromdatesummary'] = 'This assignment will accept submis
$string['allowsubmissionsanddescriptionfromdatesummary'] = 'The assignment details and submission form will be available from <strong>{$a}</strong>'; $string['allowsubmissionsanddescriptionfromdatesummary'] = 'The assignment details and submission form will be available from <strong>{$a}</strong>';
$string['alwaysshowdescription'] = 'Always show description'; $string['alwaysshowdescription'] = 'Always show description';
$string['alwaysshowdescription_help'] = 'If disabled, the Assignment Description above will only become visible to students at the "Allow submissions from" date.'; $string['alwaysshowdescription_help'] = 'If disabled, the Assignment Description above will only become visible to students at the "Allow submissions from" date.';
$string['applytoteam'] = 'Apply grades and feedback to entire team'; $string['applytoteam'] = 'Apply grades and feedback to entire group';
$string['assign:addinstance'] = 'Add a new assignment'; $string['assign:addinstance'] = 'Add a new assignment';
$string['assign:exportownsubmission'] = 'Export own submission'; $string['assign:exportownsubmission'] = 'Export own submission';
$string['assign:grade'] = 'Grade assignment'; $string['assign:grade'] = 'Grade assignment';
@ -90,7 +90,7 @@ $string['cutoffdatevalidation'] = 'Cut-off date must be after the due date.';
$string['cutoffdatefromdatevalidation'] = 'Cut-off date must be after the allow submissions from date.'; $string['cutoffdatefromdatevalidation'] = 'Cut-off date must be after the allow submissions from date.';
$string['defaultplugins'] = 'Default assignment settings'; $string['defaultplugins'] = 'Default assignment settings';
$string['defaultplugins_help'] = 'These settings define the defaults for all new assignments.'; $string['defaultplugins_help'] = 'These settings define the defaults for all new assignments.';
$string['defaultteam'] = 'Default team'; $string['defaultteam'] = 'Default group';
$string['deleteallsubmissions'] = 'Delete all submissions'; $string['deleteallsubmissions'] = 'Delete all submissions';
$string['deletepluginareyousure'] = 'Delete assignment plugin {$a}: are you sure?'; $string['deletepluginareyousure'] = 'Delete assignment plugin {$a}: are you sure?';
$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?'; $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?';
@ -203,7 +203,7 @@ $string['numberofdraftsubmissions'] = 'Drafts';
$string['numberofparticipants'] = 'Participants'; $string['numberofparticipants'] = 'Participants';
$string['numberofsubmittedassignments'] = 'Submitted'; $string['numberofsubmittedassignments'] = 'Submitted';
$string['numberofsubmissionsneedgrading'] = 'Needs grading'; $string['numberofsubmissionsneedgrading'] = 'Needs grading';
$string['numberofteams'] = 'Teams'; $string['numberofteams'] = 'Groups';
$string['offline'] = 'No online submissions required'; $string['offline'] = 'No online submissions required';
$string['open'] = 'Open'; $string['open'] = 'Open';
$string['overdue'] = '<font color="red">Assignment is overdue by: {$a}</font>'; $string['overdue'] = '<font color="red">Assignment is overdue by: {$a}</font>';
@ -222,8 +222,8 @@ $string['quickgradingchangessaved'] = 'The grade changes were saved';
$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.'; $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.';
$string['requiresubmissionstatement'] = 'Require that students accept the submission statement'; $string['requiresubmissionstatement'] = 'Require that students accept the submission statement';
$string['requiresubmissionstatement_help'] = 'Require that students accept the submission statement for all assignment submissions for this entire Moodle installation. If this setting is not enabled, then submission statements can be enabled or disabled in the settings for each assignment.'; $string['requiresubmissionstatement_help'] = 'Require that students accept the submission statement for all assignment submissions for this entire Moodle installation. If this setting is not enabled, then submission statements can be enabled or disabled in the settings for each assignment.';
$string['requireallteammemberssubmit'] = 'Require all team members submit'; $string['requireallteammemberssubmit'] = 'Require all group members submit';
$string['requireallteammemberssubmit_help'] = 'If enabled, all members of the student team must click the submit button for this assignment before the team submission will be considered as submitted. If disabled, the team submission will be considered as submitted as soon as any member of the student team clicks the submit button.'; $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.';
$string['recordid'] = 'Identifier'; $string['recordid'] = 'Identifier';
$string['revealidentities'] = 'Reveal student identities'; $string['revealidentities'] = 'Reveal student identities';
$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.'; $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.';
@ -278,7 +278,7 @@ $string['submissionstatus_new'] = 'New submission';
$string['submissionstatus_'] = 'No submission'; $string['submissionstatus_'] = 'No submission';
$string['submissionstatus'] = 'Submission status'; $string['submissionstatus'] = 'Submission status';
$string['submissionstatus_submitted'] = 'Submitted for grading'; $string['submissionstatus_submitted'] = 'Submitted for grading';
$string['submissionteam'] = 'Team'; $string['submissionteam'] = 'Group';
$string['submission'] = 'Submission'; $string['submission'] = 'Submission';
$string['submitaction'] = 'Submit'; $string['submitaction'] = 'Submit';
$string['submitassignment_help'] = 'Once this assignment is submitted you will not be able to make any more changes'; $string['submitassignment_help'] = 'Once this assignment is submitted you will not be able to make any more changes';
@ -287,11 +287,11 @@ $string['submittedearly'] = 'Assignment was submitted {$a} early';
$string['submittedlate'] = 'Assignment was submitted {$a} late'; $string['submittedlate'] = 'Assignment was submitted {$a} late';
$string['submittedlateshort'] = '{$a} late'; $string['submittedlateshort'] = '{$a} late';
$string['submitted'] = 'Submitted'; $string['submitted'] = 'Submitted';
$string['teamsubmission'] = 'Students submit in teams'; $string['teamsubmission'] = 'Students submit in groups';
$string['teamsubmission_help'] = 'If enabled students will be divided into teams based on the default set of groups or a custom grouping. A team submission will be shared among team members and all members of the team will see each others changes to the submission.'; $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.';
$string['teamsubmissiongroupingid'] = 'Grouping for student teams'; $string['teamsubmissiongroupingid'] = 'Grouping for student groups';
$string['teamsubmissiongroupingid_help'] = 'This is the grouping that the assignment will use to find groups for student teams. If not set - the default set of groups will be used.'; $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.';
$string['teamsubmissionstatus'] = 'Team submission status'; $string['teamsubmissionstatus'] = 'Group submission status';
$string['textinstructions'] = 'Assignment instructions'; $string['textinstructions'] = 'Assignment instructions';
$string['timemodified'] = 'Last modified'; $string['timemodified'] = 'Last modified';
$string['timeremaining'] = 'Time remaining'; $string['timeremaining'] = 'Time remaining';