mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Changed "Grand totals" to "averages" everywhere
This commit is contained in:
parent
fbb004324a
commit
36e53792c5
4 changed files with 15 additions and 15 deletions
|
@ -14,6 +14,7 @@ $string['allgrades'] = 'All grades by category';
|
|||
$string['allstudents'] = 'All Students';
|
||||
$string['autosort'] = 'Auto-sort';
|
||||
$string['average'] = 'Average';
|
||||
$string['averagesdisplaytype'] = 'Column averages display type';
|
||||
$string['badgrade'] = 'Supplied grade is invalid';
|
||||
$string['baduser'] = 'Supplied user is invalid';
|
||||
$string['bonuspoints'] = 'Bonus Points';
|
||||
|
@ -35,12 +36,12 @@ $string['configbulkcheckboxes'] = 'Checkboxes near each grade for Bulk grade ope
|
|||
$string['configdecimalpoints'] = 'The number of decimal points to display for each grade. This can be overriden per grading item.';
|
||||
$string['configenableajax'] = 'Adds a layer of AJAX functionality to the grader report, simplifying and speeding up common operations. Depends on Javascript being switched on at the user\'s browser level.';
|
||||
$string['configgradedisplaytype'] = 'Grades can be shown as raw grades or as percentages (in reference to the minimum and maximum grades).';
|
||||
$string['configgrandtotalsdisplaytype'] = 'Column totals can be shown as raw grades or as percentages (in reference to the minimum and maximum grades).';
|
||||
$string['configaveragesdisplaytype'] = 'Column totals can be shown as raw grades or as percentages (in reference to the minimum and maximum grades).';
|
||||
$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.';
|
||||
$string['configshowcalculations'] = 'Whether to show calculator icons near each grade item and category, tooltips over calculated items and a visual indicator that a column is calculated.';
|
||||
$string['configshoweyecons'] = 'Whether to show a show/hide icon near each grade (controlling its visibility to the user).';
|
||||
$string['configshowgrandtotals'] = 'Show column totals in the grader report.';
|
||||
$string['configshowaverages'] = 'Show column averages in the grader report.';
|
||||
$string['configshowgroups'] = 'Show group totals and means in the grader report.';
|
||||
$string['configshowlocks'] = 'Whether to show a lock/unlock icon near each grade.';
|
||||
$string['configshowfeedback'] = 'Whether to show a feedback icon (for adding/editing) near each grade.';
|
||||
|
@ -116,12 +117,11 @@ $string['gradereports'] = 'Grades report';
|
|||
$string['graderreport'] = 'Grader report';
|
||||
$string['gradetype'] = 'Grade type';
|
||||
$string['gradeweighthelp'] = 'Grade Weight Help';
|
||||
$string['grandtotalsdisplaytype'] = 'Column totals display type';
|
||||
$string['hideadvanced'] = 'Hide Advanced Features';
|
||||
$string['hidecalculations'] = 'Hide calculations';
|
||||
$string['hidecategory'] = 'Hidden';
|
||||
$string['hideeyecons'] = 'Hide show/hide icons';
|
||||
$string['hidegrandtotals'] = 'Hide grandtotals';
|
||||
$string['hideaverages'] = 'Hide averages';
|
||||
$string['hidegroups'] = 'Hide groups';
|
||||
$string['hidelocks'] = 'Hide locks';
|
||||
$string['hidefeedback'] = 'Hide feedback';
|
||||
|
@ -210,7 +210,7 @@ $string['setweights'] = 'Set Weights';
|
|||
$string['showallstudents'] = 'Show All Students';
|
||||
$string['showcalculations'] = 'Show calculations';
|
||||
$string['showeyecons'] = 'Show show/hide icons';
|
||||
$string['showgrandtotals'] = 'Show column totals';
|
||||
$string['showaverages'] = 'Show column averages';
|
||||
$string['showgroups'] = 'Show groups';
|
||||
$string['showlocks'] = 'Show locks';
|
||||
$string['showfeedback'] = 'Show feedback';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue