mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
This commit is contained in:
parent
deb2988f39
commit
d297269d79
13 changed files with 284 additions and 162 deletions
|
@ -74,6 +74,7 @@ $string['configexportdecimalpoints'] = 'The number of decimal points to display
|
|||
$string['configgradeletter'] = 'A letter or other symbol used to represent a range of grades.';
|
||||
$string['configgradeletterdefault'] = 'A letter or other symbol used to represent a range of grades. Leave this field empty to use the site default (currently $a).';
|
||||
$string['configgradepublishing'] = 'Enable publishing in exports and imports: Exported grades can be accessed by accessing a URL, without having to log on to a Moodle site. Grades can be imported by accessing such a URL (which means that a moodle site can import grades published by another site). By default only administrators may use this feature, please educate users before adding required capabilities to other roles (dangers of bookmark sharing and download accelerators, IP restrictions, etc.).';
|
||||
$string['confighiddenasdate'] = 'If user can not see hidden grades show date instead of \'-\'.';
|
||||
$string['configmeanselection'] = 'Select which types of grades will be included in the column averages. Cells with no grade can be ignored, or counted as 0 (default setting).';
|
||||
$string['configquickfeedback'] = 'Quick Feedback adds a text input element in each grade cell on the grader report, allowing you to edit many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
|
||||
$string['configquickgrading'] = 'Quick Grading adds a text input element in each grade cell on the grader report, allowing you to edit the feedback for many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
|
||||
|
@ -163,7 +164,7 @@ $string['gradeboundary'] = 'Letter grade boundary';
|
|||
$string['gradecategories'] = 'Grade categories';
|
||||
$string['gradecategory'] = 'Grade Category';
|
||||
$string['gradecategoryhelp'] = 'Grade Category Help';
|
||||
$string['gradecategorysettings'] = 'Grade Category Settings';
|
||||
$string['gradecategorysettings'] = 'Grade category settings';
|
||||
$string['gradedon'] = 'Graded $a';
|
||||
$string['gradedisplay'] = 'Grade display';
|
||||
$string['gradedisplaytype'] = 'Grade display type';
|
||||
|
@ -205,6 +206,7 @@ $string['gradeview'] = 'View Grade';
|
|||
$string['gradeweighthelp'] = 'Grade Weight Help';
|
||||
$string['groupavg'] = 'Group average';
|
||||
$string['hidden'] = 'Hidden';
|
||||
$string['hiddenasdate'] = 'Show date for hidden grades';
|
||||
$string['hiddenuntil'] = 'Hidden until';
|
||||
$string['hiddenuntildate'] = 'Hidden until: $a';
|
||||
$string['hideadvanced'] = 'Hide Advanced Features';
|
||||
|
@ -256,6 +258,7 @@ $string['locktime'] = 'Lock after';
|
|||
$string['locktimedate'] = 'Locked after: $a';
|
||||
$string['lowest'] = 'Lowest';
|
||||
$string['lowgradeletter'] = 'Low';
|
||||
$string['manualitem'] = 'Manual item';
|
||||
$string['mapfrom'] = 'Map from';
|
||||
$string['mapto'] = 'Map to';
|
||||
$string['max'] = 'Highest';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue