mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-21695 adding help strings
This commit is contained in:
parent
6eed23a7fa
commit
462774f156
1 changed files with 13 additions and 4 deletions
|
@ -136,7 +136,7 @@ $string['confighideforcedsettings'] = 'Do not show forced settings in grading UI
|
|||
$string['configincludescalesinaggregation'] = 'You can change whether scales are to be included as numbers in all aggregated grades across all gradebooks in all courses. CAUTION: changing this setting will force all aggregated grades to be recalculated.';
|
||||
$string['configmeanselection'] = 'Whether cells with no grade should be included when calculating the mean for each column.';
|
||||
$string['configprofilereport'] = 'Grade report used on user profile page.';
|
||||
$string['configquickgrading'] = 'Quick Grading 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 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['configrangesdecimalpoints'] = 'Specifies the number of decimal points to display for each range. This setting may be overridden per grading item.';
|
||||
$string['configrangesdisplaytype'] = 'Specifies how to display ranges. If Inherit is selected, the display type for each column is used.';
|
||||
$string['configshowactivityicons'] = 'Whether to show activity icons next to activity names.';
|
||||
|
@ -375,6 +375,8 @@ $string['importfilemissing'] = 'No file was received, go back to the form and ma
|
|||
$string['importfrom'] = 'Import from';
|
||||
$string['importoutcomenofile'] = 'The uploaded file is empty or corrupted. Please verify this is a valid file. The problem was detected at line {$a}; this is triggered by the data lines not having as many columns as the first line (the header line) or if the imported file is missing expected headers. Look at the exported file for an example of a file with valid header.';
|
||||
$string['importoutcomes'] = 'Import outcomes';
|
||||
$string['importoutcomes_help'] = 'Outcomes can be imported via csv file with format as for the export outcomes csv file.';
|
||||
$string['importoutcomes_link'] = 'grade/outcome';
|
||||
$string['importoutcomesuccess'] = 'Imported outcome "{$a->name}" with ID #{$a->id}';
|
||||
$string['importplugins'] = 'Import plugins';
|
||||
$string['importpreview'] = 'Import preview';
|
||||
|
@ -493,6 +495,7 @@ $string['outcomescoursenotused'] = 'Standard not used';
|
|||
$string['outcomescourseused'] = 'Standard used (no remove)';
|
||||
$string['outcomescustom'] = 'Custom outcomes';
|
||||
$string['outcomesstandard'] = 'Standard outcomes';
|
||||
$string['outcomesstandard_help'] = 'A standard outcome is available site-wide, for all courses.';
|
||||
$string['outcomesstandardavailable'] = 'Available standard outcomes';
|
||||
$string['outcomestandard'] = 'Standard outcome';
|
||||
$string['outcomestandardhelp'] = 'A Standard outcome is available site-wide, for all courses.';
|
||||
|
@ -528,8 +531,11 @@ $string['prefshow'] = 'Show/hide toggles';
|
|||
$string['previewrows'] = 'Preview rows';
|
||||
$string['profilereport'] = 'User profile report';
|
||||
$string['publishing'] = 'Publishing';
|
||||
$string['quickfeedback'] = 'Quick Feedback';
|
||||
$string['quickgrading'] = 'Quick Grading';
|
||||
$string['quickfeedback'] = 'Quick feedback';
|
||||
$string['quickgrading'] = 'Quick grading';
|
||||
$string['quickgrading_help'] = 'If enabled, when editing is turned on, a text input box appears for each grade, allowing many grades to be edited at the same time. Changes are saved and highlighted when the update button is clicked.
|
||||
|
||||
Note that when a grade is edited in the grader report, an overridden flag is set, meaning that the grade can no longer be changed from within the related activity.';
|
||||
$string['range'] = 'Range';
|
||||
$string['rangesdecimalpoints'] = 'Decimals shown in ranges';
|
||||
$string['rangesdecimalpoints_help'] = 'This setting determines the number of decimal points to display for each range or whether the overall decimal points setting for the category or grade item is used (inherit).';
|
||||
|
@ -597,7 +603,10 @@ $string['shownumberofgrades'] = 'Show number of grades in averages';
|
|||
$string['shownumberofgrades_help'] = 'If enabled, the number of grades used when calculating the average (mean) is displayed in brackets after each average.';
|
||||
$string['showpercentage'] = 'Show percentage';
|
||||
$string['showpercentage_help'] = 'This setting determines whether the percentage value of each grade item is shown.';
|
||||
$string['showquickfeedback'] = 'Show Quick Feedback';
|
||||
$string['showquickfeedback'] = 'Show quick feedback';
|
||||
$string['showquickfeedback_help'] = 'If enabled, when editing is turned on, a feedback text input box with a dotted border appears for each grade, allowing the feedback for many grades to be edited at the same time. Changes are saved and highlighted when the update button is clicked.
|
||||
|
||||
Note that when feedback is edited in the grader report, an overridden flag is set, meaning that the feedback can no longer be changed from within the related activity.';
|
||||
$string['showranges'] = 'Show ranges';
|
||||
$string['showranges_help'] = 'If enabled, the grader report will contain an additional row displaying the range for each category and grade item.';
|
||||
$string['showrank'] = 'Show rank';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue