mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-30111 Rubric - reordered English strings by stringid
This commit is contained in:
parent
de2eb195fe
commit
b02b7c5add
@ -24,48 +24,48 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$string['definerubric'] = 'Define rubric';
|
||||
$string['pluginname'] = 'Rubric';
|
||||
$string['addcriterion'] = 'Add criterion';
|
||||
$string['backtoediting'] = 'Back to editing';
|
||||
$string['confirmdeletecriterion'] = 'Are you sure you want to delete this criterion?';
|
||||
$string['confirmdeletelevel'] = 'Are you sure you want to delete this level?';
|
||||
$string['description'] = 'Description';
|
||||
$string['name'] = 'Name';
|
||||
$string['addcriterion'] = 'Add criterion';
|
||||
$string['criterionmoveup'] = 'Move up';
|
||||
$string['criteriondelete'] = 'Delete criterion';
|
||||
$string['criterionmovedown'] = 'Move down';
|
||||
$string['criterionaddlevel'] = 'Add level';
|
||||
$string['scorepostfix'] = '{$a} points';
|
||||
$string['leveldelete'] = 'Delete level';
|
||||
$string['criteriondelete'] = 'Delete criterion';
|
||||
$string['criterionempty'] = 'Click to edit criterion';
|
||||
$string['levelempty'] = 'Click to edit level';
|
||||
$string['rubric'] = 'Rubric';
|
||||
$string['rubricoptions'] = 'Rubric options';
|
||||
$string['sortlevelsasc'] = 'Sort order for levels:';
|
||||
$string['sortlevelsasc1'] = 'Ascending by number of points';
|
||||
$string['sortlevelsasc0'] = 'Descending by number of points';
|
||||
$string['showdescriptionteacher'] = 'Display rubric description during evaluation';
|
||||
$string['showdescriptionstudent'] = 'Display rubric description to those being graded';
|
||||
$string['showscoreteacher'] = 'Display points for each level during evaluation';
|
||||
$string['showscorestudent'] = 'Display points for each level to those being graded';
|
||||
$string['criterionmovedown'] = 'Move down';
|
||||
$string['criterionmoveup'] = 'Move up';
|
||||
$string['definerubric'] = 'Define rubric';
|
||||
$string['description'] = 'Description';
|
||||
$string['enableremarks'] = 'Allow grader to add text remarks for each criteria';
|
||||
$string['showremarksstudent'] = 'Show remarks to those being graded';
|
||||
$string['saverubric'] = 'Save rubric and make it ready';
|
||||
$string['saverubricdraft'] = 'Save as draft';
|
||||
$string['rubricstatus'] = 'Current rubric status';
|
||||
$string['statusdraft'] = 'Draft';
|
||||
$string['statusready'] = 'Ready';
|
||||
$string['err_nocriteria'] = 'Rubric must contain at least one criterion';
|
||||
$string['err_mintwolevels'] = 'Each criterion must have at least two levels';
|
||||
$string['err_nodescription'] = 'Criterion description can not be empty';
|
||||
$string['err_nocriteria'] = 'Rubric must contain at least one criterion';
|
||||
$string['err_nodefinition'] = 'Level definition can not be empty';
|
||||
$string['err_nodescription'] = 'Criterion description can not be empty';
|
||||
$string['err_scoreformat'] = 'Number of points for each level must be a valid non-negative number';
|
||||
$string['err_totalscore'] = 'Maximum number of points possible when graded by the rubric must be more than zero';
|
||||
$string['leveldelete'] = 'Delete level';
|
||||
$string['levelempty'] = 'Click to edit level';
|
||||
$string['name'] = 'Name';
|
||||
$string['needregrademessage'] = 'The rubric definition was changed after this student had been graded. The student can not see this rubric until you check the rubric and update the grade.';
|
||||
$string['pluginname'] = 'Rubric';
|
||||
$string['regrademessage1'] = 'You are about to save changes to a rubric that has already been used for grading. Please indicate if existing grades need to be reviewed. If you set this then the rubric will be hidden from students until their item is regraded.';
|
||||
$string['regrademessage5'] = 'You are about to save significant changes to a rubric that has already been used for grading. The gradebook value will be unchanged, but the rubric will be hidden from students until their item is regraded.';
|
||||
$string['regradeoption0'] = 'Do not mark for regrade';
|
||||
$string['regradeoption1'] = 'Mark for regrade';
|
||||
$string['needregrademessage'] = 'The rubric definition was changed after this student had been graded. The student can not see this rubric until you check the rubric and update the grade.';
|
||||
$string['rubricnotcompleted'] = 'Please choose something for each criterion';
|
||||
$string['restoredfromdraft'] = 'NOTE: The last attempt to grade this person was not saved properly so draft grades have been restored. If you want to cancel these changes use the \'Cancel\' button below.';
|
||||
$string['backtoediting'] = 'Back to editing';
|
||||
$string['rubric'] = 'Rubric';
|
||||
$string['rubricnotcompleted'] = 'Please choose something for each criterion';
|
||||
$string['rubricoptions'] = 'Rubric options';
|
||||
$string['rubricstatus'] = 'Current rubric status';
|
||||
$string['saverubric'] = 'Save rubric and make it ready';
|
||||
$string['saverubricdraft'] = 'Save as draft';
|
||||
$string['scorepostfix'] = '{$a} points';
|
||||
$string['showdescriptionstudent'] = 'Display rubric description to those being graded';
|
||||
$string['showdescriptionteacher'] = 'Display rubric description during evaluation';
|
||||
$string['showremarksstudent'] = 'Show remarks to those being graded';
|
||||
$string['showscorestudent'] = 'Display points for each level to those being graded';
|
||||
$string['showscoreteacher'] = 'Display points for each level during evaluation';
|
||||
$string['sortlevelsasc'] = 'Sort order for levels:';
|
||||
$string['sortlevelsasc0'] = 'Descending by number of points';
|
||||
$string['sortlevelsasc1'] = 'Ascending by number of points';
|
||||
$string['statusdraft'] = 'Draft';
|
||||
$string['statusready'] = 'Ready';
|
Loading…
x
Reference in New Issue
Block a user