PageRenderTime 49ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 1ms

/lang/en/grades.php

https://bitbucket.org/moodle/moodle
PHP | 890 lines | 866 code | 3 blank | 21 comment | 0 complexity | 672fbed4d79f0af02b5a9f8c2f15cec5 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1, BSD-3-Clause, MIT, GPL-3.0

Large files files are truncated, but you can click here to view the full file

  1. <?php
  2. // This file is part of Moodle - http://moodle.org/
  3. //
  4. // Moodle is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // Moodle is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  16. /**
  17. * Strings for component 'grades', language 'en', branch 'MOODLE_20_STABLE'
  18. *
  19. * @package core_grades
  20. * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
  21. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  22. */
  23. $string['activities'] = 'Activities';
  24. $string['addcategory'] = 'Add category';
  25. $string['addcategoryerror'] = 'Could not add category.';
  26. $string['addexceptionerror'] = 'Error occurred while adding exception for userid:gradeitem';
  27. $string['addfeedback'] = 'Add feedback';
  28. $string['addgradeletter'] = 'Add a grade letter';
  29. $string['addidnumbers'] = 'Add ID numbers';
  30. $string['additem'] = 'Add grade item';
  31. $string['additionalfeedback'] = 'Additional feedback';
  32. $string['addoutcome'] = 'Add an outcome';
  33. $string['addoutcomeitem'] = 'Add outcome item';
  34. $string['addscale'] = 'Add a scale';
  35. $string['adjustedweight'] = 'Weight adjusted';
  36. $string['aggregateextracreditmean'] = 'Mean of grades (with extra credits)';
  37. $string['aggregatemax'] = 'Highest grade';
  38. $string['aggregatemean'] = 'Mean of grades';
  39. $string['aggregatemedian'] = 'Median of grades';
  40. $string['aggregatemin'] = 'Lowest grade';
  41. $string['aggregatemode'] = 'Mode of grades';
  42. $string['aggregatenotonlygraded'] = 'Include empty grades';
  43. $string['aggregateonlygraded'] = 'Exclude empty grades';
  44. $string['aggregateonlygraded_help'] = 'An empty grade is a grade which is missing from the gradebook. It may be from an assignment submission which has not yet been graded or from a quiz which has not yet been attempted etc.
  45. This setting determines whether empty grades are not included in the aggregation or are counted as minimal grades, for example 0 for an assignment graded between 0 and 100.';
  46. $string['aggregateoutcomes'] = 'Include outcomes in aggregation';
  47. $string['aggregateoutcomes_help'] = 'If enabled, outcomes are included in the aggregation. This may result in an unexpected category total.';
  48. $string['aggregatesonly'] = 'Change to aggregates only';
  49. $string['aggregatesum'] = 'Natural';
  50. $string['aggregateweightedmean'] = 'Weighted mean of grades';
  51. $string['aggregateweightedmean2'] = 'Simple weighted mean of grades';
  52. $string['aggregation'] = 'Aggregation';
  53. $string['aggregation_help'] = 'The aggregation determines how grades in a category are combined, such as
  54. * Mean of grades - The sum of all grades divided by the total number of grades
  55. * Median of grades - The middle grade when grades are arranged in order of size
  56. * Lowest grade
  57. * Highest grade
  58. * Mode of grades - The grade that occurs the most frequently
  59. * Natural - The sum of all grade values scaled by weight';
  60. $string['aggregationhintnovalue'] = '( Empty )';
  61. $string['aggregationhintdropped'] = '( Dropped )';
  62. $string['aggregationhintexcluded'] = '( Excluded )';
  63. $string['aggregationhintextra'] = '( Extra credit )';
  64. $string['aggregation_link'] = 'grade/aggregation';
  65. $string['aggregationcoef'] = 'Aggregation coefficient';
  66. $string['aggregationcoefextra'] = 'Extra credit'; // For the header of the table on the 'Gradebook setup' page.
  67. $string['aggregationcoefextra_help'] = 'If the aggregation is \'Natural\' or \'Simple weighted mean\' and the extra credit checkbox is ticked, the grade item\'s maximum grade is not added to the category\'s maximum grade. This will result in the possibility of achieving the maximum grade in the category without having the maximum grade in all the grade items. If the site administrator has enabled grades over the maximum, there might be grades over the maximum.
  68. If the aggregation is \'Mean of grades (with extra credits)\' and the extra credit is set to a value greater than zero, the extra credit is the factor by which the grade is multiplied before adding it to the total after the computation of the mean.';
  69. $string['aggregationcoefextra_link'] = 'grade/aggregation';
  70. $string['aggregationcoefextrasum'] = 'Extra credit'; // For the form with checkboxes: Natural or Simple weighted mean.
  71. $string['aggregationcoefextrasumabbr'] = '+';
  72. $string['aggregationcoefextrasum_help'] = 'If the extra credit checkbox is ticked, the grade item\'s maximum grade is not added to the category\'s maximum grade, resulting in the possibility of achieving the maximum grade (or grades over the maximum if enabled by the site administrator) in the category without having the maximum grade in all the grade items.';
  73. $string['aggregationcoefextrasum_link'] = 'grade/aggregation';
  74. $string['aggregationcoefextraweight'] = 'Extra credit weight'; // For the form with input: Mean of grades (with extra credits) only.
  75. $string['aggregationcoefextraweight_help'] = 'If the extra credit weight is set to a value greater than zero, the grade acts as extra credit during aggregation. The number is the factor by which the grade is multiplied before adding it to the total for the computation of the mean.';
  76. $string['aggregationcoefextraweight_link'] = 'grade/aggregation';
  77. $string['aggregationcoefweight'] = 'Item weight';
  78. $string['aggregationcoefweight_help'] = 'The item weight is used in the category aggregation to influence the importance of the item compared with other grade items in the same category.';
  79. $string['aggregationcoefweight_link'] = 'grade/aggregation';
  80. $string['aggregationofa'] = 'Aggregation of {$a}';
  81. $string['aggregationposition'] = 'Aggregation position';
  82. $string['aggregationposition_help'] = 'This setting determines whether the category and course total columns are displayed first or last in the gradebook reports.';
  83. $string['aggregationsvisible'] = 'Available aggregation types';
  84. $string['aggregationsvisiblehelp'] = 'Select all aggregation types that should be available. Hold down the Ctrl key to select multiple items.';
  85. $string['allgrades'] = 'All grades by category';
  86. $string['allstudents'] = 'All students';
  87. $string['allusers'] = 'All users';
  88. $string['autosort'] = 'Auto-sort';
  89. $string['availableidnumbers'] = 'Available ID numbers';
  90. $string['average'] = 'Average';
  91. $string['averagesdecimalpoints'] = 'Decimals in column averages';
  92. $string['averagesdecimalpoints_help'] = 'This setting determines the number of decimal places to display for each average or whether the overall decimal places setting for the category or grade item is used (inherit).';
  93. $string['averagesdisplaytype'] = 'Column averages display type';
  94. $string['averagesdisplaytype_help'] = 'This setting determines whether the average (mean) is displayed as real grades, percentages or letters, or whether the display type for the category or grade item is used (inherit).';
  95. $string['backupwithoutgradebook'] = 'Backup does not contain gradebook configuration';
  96. $string['badgrade'] = 'Supplied grade is invalid';
  97. $string['badlyformattedscale'] = 'Please enter a comma-separated list of values (at least two values required).';
  98. $string['baduser'] = 'Supplied user is invalid';
  99. $string['bonuspoints'] = 'Bonus points';
  100. $string['bulkcheckboxes'] = 'Bulk checkboxes';
  101. $string['calculatedgrade'] = 'Calculated grade';
  102. $string['calculation'] = 'Calculation';
  103. $string['calculation_help'] = 'A grade calculation is a formula used to determine grades. The formula should start with an equal (=) sign and may use common mathematical operators, such as max, min and sum. If desired, other grade items may be included in the calculation by typing the ID numbers in double square brackets.';
  104. $string['calculation_link'] = 'grade/calculation';
  105. $string['calculationadd'] = 'Add calculation';
  106. $string['calculationedit'] = 'Edit calculation';
  107. $string['calculationsaved'] = 'Calculation saved';
  108. $string['calculationview'] = 'View calculation';
  109. $string['cannotaccessgroup'] = 'Can not access grades of selected group, sorry.';
  110. $string['categories'] = 'Categories';
  111. $string['category'] = 'Category';
  112. $string['categoryedit'] = 'Edit category';
  113. $string['categoryname'] = 'Category name';
  114. $string['categorytotal'] = 'Category total';
  115. $string['categorytotalname'] = 'Category total name';
  116. $string['categorytotalfull'] = '{$a->category} total';
  117. $string['collapsecriterion'] = 'Collapse criterion';
  118. $string['combo'] = 'Tabs and drop-down menu';
  119. $string['compact'] = 'Compact';
  120. $string['componentcontrolsvisibility'] = 'Whether this grade item is hidden is controlled by the activity settings.';
  121. $string['contract'] = 'Contract category';
  122. $string['contributiontocoursetotal'] = 'Contribution to course total';
  123. $string['controls'] = 'Controls';
  124. $string['courseavg'] = 'Course average';
  125. $string['coursegradecategory'] = 'Course grade category';
  126. $string['coursegradedisplaytype'] = 'Course grade display type';
  127. $string['coursegradedisplayupdated'] = 'The course grade display type has been updated.';
  128. $string['coursegradesettings'] = 'Course grade settings';
  129. $string['coursename'] = 'Course name';
  130. $string['coursesiamtaking'] = 'Courses I am taking';
  131. $string['coursesiamteaching'] = 'Courses I am teaching';
  132. $string['coursescales'] = 'Course scales';
  133. $string['coursesettings'] = 'Course settings';
  134. $string['coursesettingsexplanation'] = 'Course grade settings determine how the gradebook appears for all participants in the course.';
  135. $string['coursetotal'] = 'Course total';
  136. $string['createcategory'] = 'Create category';
  137. $string['createcategoryerror'] = 'Could not create a new category';
  138. $string['creatinggradebooksettings'] = 'Creating gradebook settings';
  139. $string['csv'] = 'CSV';
  140. $string['currentparentaggregation'] = 'Current parent aggregation';
  141. $string['curveto'] = 'Curve to';
  142. $string['decimalpoints'] = 'Overall decimal places';
  143. $string['decimalpoints_help'] = 'This setting determines the number of decimal places to display for each grade. It has no effect on grade calculations, which are made with an accuracy of 5 decimal places.';
  144. $string['default'] = 'Default';
  145. $string['defaultprev'] = 'Default ({$a})';
  146. $string['deletecategory'] = 'Delete category';
  147. $string['disablegradehistory'] = 'Disable grade history';
  148. $string['disablegradehistory_help'] = 'Disable history tracking of changes in grades related tables. This may speed up the server a little and conserve space in database.';
  149. $string['displaylettergrade'] = 'Display letter grades';
  150. $string['displaypercent'] = 'Display percents';
  151. $string['displaypoints'] = 'Display points';
  152. $string['displayweighted'] = 'Display weighted grades';
  153. $string['dropdown'] = 'Drop-down menu';
  154. $string['droplow'] = 'Drop the lowest';
  155. $string['droplow_help'] = 'This setting enables a specified number of the lowest grades to be excluded from the aggregation.';
  156. $string['droplowestvalue'] = 'Set drop lowest grade value';
  157. $string['dropped'] = 'Dropped';
  158. $string['droplowestvalues'] = 'Drop {$a} lowest values';
  159. $string['dropxlowest'] = 'Drop X lowest';
  160. $string['dropxlowestwarning'] = 'Note: If you use drop x lowest the grading assumes that all items in the category have the same point value. If point values differ results will be unpredictable';
  161. $string['duplicatedgradeitem'] = '{$a} (copy)';
  162. $string['duplicatescale'] = 'Duplicate scale';
  163. $string['edit'] = 'Edit';
  164. $string['editcalculation'] = 'Edit calculation';
  165. $string['editcalculationverbose'] = 'Edit calculation for {$a->category} {$a->itemmodule} {$a->itemname}';
  166. $string['editfeedback'] = 'Edit feedback';
  167. $string['editgrade'] = 'Edit grade';
  168. $string['editgradeletters'] = 'Edit grade letters';
  169. $string['editoutcome'] = 'Edit outcome';
  170. $string['editoutcomes'] = 'Edit outcomes';
  171. $string['editscale'] = 'Edit scale';
  172. $string['edittree'] = 'Setup';
  173. $string['editverbose'] = 'Edit {$a->category} {$a->itemmodule} {$a->itemname}';
  174. $string['enableajax'] = 'Enable AJAX';
  175. $string['enableajax_help'] = '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.';
  176. $string['enableoutcomes'] = 'Enable outcomes';
  177. $string['enableoutcomes_help'] = 'If enabled, grade items may be graded using one or more scales tied to outcome statements.';
  178. $string['encoding'] = 'Encoding';
  179. $string['encoding_help'] = 'Select the character encoding used for the data. (The standard encoding is UTF-8.) If the wrong encoding is selected by mistake, it will be noticeable when previewing the data for import.';
  180. $string['errorcalculationnoequal'] = 'Formula must start with equal sign (=1+2)';
  181. $string['errorcalculationunknown'] = 'Invalid formula';
  182. $string['errorcalculationbroken'] = 'Probably circular reference or broken calculation formula';
  183. $string['errorgradevaluenonnumeric'] = 'Received non-numeric for low or high grade for';
  184. $string['errornocalculationallowed'] = 'Calculations are not allowed for this item';
  185. $string['errornocategorisedid'] = 'Could not get an uncategorised id!';
  186. $string['errornocourse'] = 'Could not get course information';
  187. $string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers';
  188. $string['errorsavegrade'] = 'Could not save grade, sorry.';
  189. $string['errorsettinggrade'] = 'Error saving "{$a->itemname}" grade for userid {$a->userid}';
  190. $string['errorupdatinggradecategoryaggregateonlygraded'] = 'Error updating the "Aggregate only non-empty grades" setting of grade category ID {$a->id}';
  191. $string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the "Include outcomes in aggregation" setting of grade category ID {$a->id}';
  192. $string['errorupdatinggradecategoryaggregation'] = 'Error updating the aggregation type of grade category ID {$a->id}';
  193. $string['errorupdatinggradeitemaggregationcoef'] = 'Error updating the aggregation coefficient (weight or extra credit) of grade item ID {$a->id}';
  194. $string['eventgradedeleted'] = 'Grade deleted';
  195. $string['eventgradeitemcreated'] = 'Grade item created';
  196. $string['eventgradeitemdeleted'] = 'Grade item deleted';
  197. $string['eventgradeitemupdated'] = 'Grade item updated';
  198. $string['eventgradelettercreated'] = 'Grade letter created';
  199. $string['eventgradeletterdeleted'] = 'Grade letter deleted';
  200. $string['eventgradeletterupdated'] = 'Grade letter updated';
  201. $string['eventgradeviewed'] = 'Grades were viewed in the gradebook';
  202. $string['eventscalecreated'] = 'Scale created';
  203. $string['eventscaledeleted'] = 'Scale deleted';
  204. $string['eventscaleupdated'] = 'Scale updated';
  205. $string['eventusergraded'] = 'User graded';
  206. $string['excluded'] = 'Excluded';
  207. $string['excluded_help'] = 'If ticked, the grade will not be included in any aggregation.';
  208. $string['expand'] = 'Expand category';
  209. $string['expandcriterion'] = 'Expand criterion';
  210. $string['export'] = 'Export';
  211. $string['exportalloutcomes'] = 'Export all outcomes';
  212. $string['exportfeedback'] = 'Include feedback in export';
  213. $string['exportfeedback_desc'] = 'This can be overridden during export.';
  214. $string['exportformatoptions'] = 'Export format options';
  215. $string['exportplugins'] = 'Export plugins';
  216. $string['exportsettings'] = 'Export settings';
  217. $string['exportonlyactive'] = 'Exclude suspended users';
  218. $string['exportonlyactive_help'] = 'Only include students in the export whose enrolment is active and has not been suspended';
  219. $string['exportto'] = 'Export to';
  220. $string['externalurl'] = 'External URL';
  221. $string['externalurl_desc'] = 'If an external gradebook is used, the URL should be specified here.';
  222. $string['extracreditvalue'] = 'Extra credit value for {$a}';
  223. $string['extracreditwarning'] = 'Note: Setting all items for a category to extra credit will effectively remove them from the grade calculation. Since there will be no point total';
  224. $string['fail'] = 'Fail';
  225. $string['feedback'] = 'Feedback';
  226. $string['feedback_help'] = 'This box enables any comments about the grade to be added.';
  227. $string['feedbackadd'] = 'Add feedback';
  228. $string['feedbackedit'] = 'Edit feedback';
  229. $string['feedbackfiles'] = 'Feedback files';
  230. $string['feedbackforgradeitems'] = 'Feedback for {$a}';
  231. $string['feedbackhistoryfiles'] = 'Feedback history files';
  232. $string['feedbacks'] = 'Feedbacks';
  233. $string['feedbacksaved'] = 'Feedback saved';
  234. $string['feedbackview'] = 'View feedback';
  235. $string['finalgrade'] = 'Final grade';
  236. $string['finalgrade_help'] = 'If the overridden checkbox is ticked, a grade may be added or amended.';
  237. $string['fixedstudents'] = 'Static students column';
  238. $string['fixedstudents_help'] = 'Allows grades to scroll horizontally without losing sight of the students column, by making it static.';
  239. $string['forceimport'] = 'Force import';
  240. $string['forceimport_help'] = 'Force import of grades even if the grades were updated after the import file was exported';
  241. $string['forceoff'] = 'Force: Off';
  242. $string['forceon'] = 'Force: On';
  243. $string['forelementtypes'] = 'for the selected {$a}';
  244. $string['forstudents'] = 'For students';
  245. $string['full'] = 'Full';
  246. $string['fullmode'] = 'Change to full view';
  247. $string['generalsettings'] = 'General settings';
  248. $string['grade'] = 'Grade';
  249. $string['grade_help'] = 'The grade to award the student for their work.';
  250. $string['gradeadministration'] = 'Grade administration';
  251. $string['gradealreadyupdated'] = '{$a} grades have not been imported because the grades in the import file are older than in the grader report. To proceed with the grade import anyway, use the force import option.';
  252. $string['gradeanalysis'] = 'Grade analysis';
  253. $string['gradebook'] = 'Gradebook';
  254. $string['gradebookcalculationsuptodate'] = 'The calculations in the gradebook are up to date. You may need to reload this page to see changes.';
  255. $string['gradebookcalculationsfixbutton'] = 'Accept grade changes and fix calculation errors';
  256. $string['gradebookcalculationswarning'] = 'Note: Some errors have been detected in calculating the grades displayed in the gradebook. If your course has not started or is in progress, it is recommended that the errors are fixed by clicking the button below, though this will result in some grades being changed. If your course has already ended and grades have been submitted, you probably do not want to fix this issue.
  257. The newer version is {$a->currentversion}; you are using gradebook version {$a->gradebookversion}. You can see a list of changes in <a href="{$a->url}">Gradebook calculation changes</a>.';
  258. $string['gradebookhiddenerror'] = 'The gradebook is currently set to hide everything from students.';
  259. $string['gradebookhistories'] = 'Grade histories';
  260. $string['gradebooksetup'] = 'Gradebook setup';
  261. $string['gradeboundary'] = 'Letter grade boundary';
  262. $string['gradeboundary_help'] = 'This setting determines the minimum percentage over which grades will be assigned the grade letter.';
  263. $string['gradecategories'] = 'Grade categories';
  264. $string['gradecategory'] = 'Grade category';
  265. $string['gradecategoryonmodform'] = 'Grade category';
  266. $string['gradecategoryonmodform_help'] = 'This setting controls the category in which this activity\'s grades are placed in the gradebook.';
  267. $string['gradecategorysettings'] = 'Grade category settings';
  268. $string['gradedisplay'] = 'Grade display';
  269. $string['gradedisplaytype'] = 'Grade display type';
  270. $string['gradedisplaytype_help'] = 'This setting determines how grades are displayed in the grader and user reports.
  271. * Letter - Letters or words are used to represent a range of grades, as defined in \'Letters\' in the gradebook setup
  272. * Percentage - Relative to maximum and minimum grades
  273. * Real - Actual grades or scale values';
  274. $string['gradedon'] = 'Graded: {$a}';
  275. $string['gradeexport'] = 'Grade export';
  276. $string['gradeexportcolumntype'] = '{$a->name} ({$a->extra})';
  277. $string['gradeexportcustomprofilefields'] = 'Grade export custom profile fields';
  278. $string['gradeexportcustomprofilefields_desc'] = 'Include these custom profile fields in the grade export, separated by commas.';
  279. $string['gradeexportdecimalpoints'] = 'Grade export decimal places';
  280. $string['gradeexportdecimalpoints_desc'] = 'The number of decimal places to display for export. This can be overridden during export.';
  281. $string['gradeexportdisplaytype'] = 'Grade export display type';
  282. $string['gradeexportdisplaytype_desc'] = 'Grades can be shown as real grades, as percentages (in reference to the minimum and maximum grades) or as letters (A, B, C etc..) during export. This can be overridden during export.';
  283. $string['gradeexportdisplaytypes'] = 'Grade export display types';
  284. $string['gradeexportuserprofilefields'] = 'Grade export user profile fields';
  285. $string['gradeexportuserprofilefields_desc'] = 'Include these user profile fields in the grade export, separated by commas.';
  286. $string['gradeforstudent'] = '{$a->student}<br />{$a->item}{$a->feedback}';
  287. $string['gradegrademinmax'] = 'Initial min and max grades';
  288. $string['gradehelp'] = 'Grade help';
  289. $string['gradehistorylifetime'] = 'Grade history lifetime';
  290. $string['gradehistorylifetime_help'] = 'This specifies the length of time you want to keep history of changes in grade related tables. It is recommended to keep it as long as possible. If you experience performance problems or have limited database space, try to set lower value.';
  291. $string['gradeimport'] = 'Grade import';
  292. $string['gradeimportfailed'] = 'Grade Import failed during commit. Details:';
  293. $string['gradeitem'] = 'Grade item';
  294. $string['gradeitemaddusers'] = 'Exclude from grading';
  295. $string['gradeitemadvanced'] = 'Advanced grade item options';
  296. $string['gradeitemadvanced_help'] = 'Select all elements that should be displayed as advanced when editing grade items.';
  297. $string['gradeitemislocked'] = 'This activity is locked in the gradebook. Changes that are made to grades in this activity will not be copied to the gradebook until it is unlocked.';
  298. $string['gradeitemlocked'] = 'Grading locked';
  299. $string['gradeitemminmax'] = 'Min and max grades as specified in grade item settings';
  300. $string['gradeitemmembersselected'] = 'Excluded from grading';
  301. $string['gradeitemnonmembers'] = 'Included in grading';
  302. $string['gradeitemremovemembers'] = 'Include in grading';
  303. $string['gradeitems'] = 'Grade items';
  304. $string['gradeitemsettings'] = 'Grade item settings';
  305. $string['gradeitemsinc'] = 'Grade items to be included';
  306. $string['gradeletter'] = 'Grade letter';
  307. $string['gradeletter_help'] = 'Grade letters are letters, A, B, C, ..., or words, for example Distinction, Merit, Pass, ..., used to represent a range of grades.';
  308. $string['gradeletternote'] = 'To delete a grade letter just empty any of the<br /> three text areas for that letter and click submit.';
  309. $string['gradeletteroverridden'] = 'The default grade letters are currently overridden.';
  310. $string['gradeletters'] = 'Grade letters';
  311. $string['gradelocked'] = 'Grade is locked';
  312. $string['gradelong'] = '{$a->grade} / {$a->max}';
  313. $string['grademax'] = 'Maximum grade';
  314. $string['grademax_help'] = 'This setting determines the maximum grade when using the value grade type. The maximum grade for an activity-based grade item is set on the activity settings page.';
  315. $string['grademin'] = 'Minimum grade';
  316. $string['grademin_help'] = 'This setting determines the minimum grade when using the value grade type.';
  317. $string['gradenotificationmessage'] = 'You have new feedback on your work for "{$a}"';
  318. $string['gradenotificationsubject'] = 'You have been graded';
  319. $string['gradeoutcomeitem'] = 'Grade outcome item';
  320. $string['gradeoutcomes'] = 'Outcomes';
  321. $string['gradeoutcomescourses'] = 'Course outcomes';
  322. $string['gradepass'] = 'Grade to pass';
  323. $string['gradepass_help'] = 'This setting determines the minimum grade required to pass. The value is used in activity and course completion, and in the gradebook, where pass grades are highlighted in green and fail grades in red.';
  324. $string['gradepassgreaterthangrade'] = 'The grade to pass can not be greater than the maximum possible grade {$a}';
  325. $string['gradepointdefault'] = 'Grade point default';
  326. $string['gradepointdefault_help'] = 'This setting determines the default value for the grade point value available in a grade item.';
  327. $string['gradepointdefault_validateerror'] = 'This setting must be an integer between 1 and the grade point maximum.';
  328. $string['gradepointmax'] = 'Grade point maximum';
  329. $string['gradepointmax_help'] = 'This setting determines the maximum grade point value available in an activity.';
  330. $string['gradepointmax_validateerror'] = 'This setting must be an integer between 1 and 10000.';
  331. $string['gradepreferences'] = 'Grade preferences';
  332. $string['gradepreferenceshelp'] = 'Grade preferences Help';
  333. $string['gradepublishing'] = 'Enable publishing';
  334. $string['gradepublishinglink'] = 'Download: {$a}';
  335. $string['gradepublishing_help'] = 'Grade publishing is a way of importing and exporting grades via a URL without being logged in to Moodle. If enabled, administrators and users with the permission to publish grades (by default, users with the role of manager only) are provided with grade export publishing settings in each course gradebook.';
  336. $string['gradereport'] = 'Grade report';
  337. $string['graderreport'] = 'Grader report';
  338. $string['grades'] = 'Grades';
  339. $string['gradesforuser'] = 'Grades for {$a->user}';
  340. $string['singleview'] = 'Single view for {$a}';
  341. $string['gradesonly'] = 'Change to grades only';
  342. $string['gradesmoduledeletionpendingwarning'] = 'Warning: Activity deletion in progress! Some grades are about to be removed.';
  343. $string['gradesmoduledeletionprefix'] = '[Deletion in progress]';
  344. $string['gradessettings'] = 'Grade settings';
  345. $string['gradetype'] = 'Grade type';
  346. $string['gradetype_help'] = 'There are 4 grade types:
  347. * None - No grading possible
  348. * Value - A numerical value with a maximum and minimum
  349. * Scale - An item in a list
  350. * Text - Feedback only
  351. Only value and scale grade types may be aggregated. The grade type for an activity-based grade item is set on the activity settings page.';
  352. $string['gradevaluetoobig'] = 'One of the grade values is larger than the allowed grade maximum of {$a}';
  353. $string['gradeview'] = 'View grade';
  354. $string['gradewasmodifiedduringediting'] = 'The grade entered for {$a->itemname} for {$a->username} was ignored because it was more recently updated by someone else.';
  355. $string['gradeweighthelp'] = 'Grade weight help';
  356. $string['gradingmodulename'] = 'Grading ({$a})';
  357. $string['groupavg'] = 'Group average';
  358. $string['hidden'] = 'Hidden';
  359. $string['hidden_help'] = 'If ticked, grades are hidden from students. A hidden until date may be set if desired, to release grades after grading is completed.';
  360. $string['hiddenasdate'] = 'Show submitted date for hidden grades';
  361. $string['hiddenasdate_help'] = 'If user can not see hidden grades show date of submission instead of \'-\'.';
  362. $string['hiddenuntil'] = 'Hidden until';
  363. $string['hiddenuntildate'] = 'Hidden until: {$a}';
  364. $string['hideadvanced'] = 'Hide advanced features';
  365. $string['hideaverages'] = 'Hide averages';
  366. $string['hidecalculations'] = 'Hide calculations';
  367. $string['hidecategory'] = 'Hidden';
  368. $string['hideeyecons'] = 'Hide show/hide icons';
  369. $string['hidefeedback'] = 'Hide feedback';
  370. $string['hideforcedsettings'] = 'Hide forced settings';
  371. $string['hideforcedsettings_help'] = 'Do not show forced settings in grading UI.';
  372. $string['hidegroups'] = 'Hide groups';
  373. $string['hidelocks'] = 'Hide locks';
  374. $string['hidenooutcomes'] = 'Show outcomes';
  375. $string['hidequickfeedback'] = 'Hide quick feedback';
  376. $string['hideranges'] = 'Hide ranges';
  377. $string['hidetotalifhiddenitems'] = 'Hide totals if they contain hidden items';
  378. $string['hidetotalifhiddenitems_help'] = 'This setting specifies whether totals which contain hidden grade items are shown to students or replaced with a hyphen (-). If shown, the total may be calculated either excluding or including hidden items.
  379. If hidden items are excluded, the total will be different to the total seen by the teacher in the grader report, since the teacher always sees totals calculated from all items, hidden or unhidden. If hidden items are included, students may be able to calculate the hidden items.';
  380. $string['hidetotalshowexhiddenitems'] = 'Show totals excluding hidden items';
  381. $string['hidetotalshowinchiddenitems'] = 'Show totals including hidden items';
  382. $string['hideverbose'] = 'Hide {$a->category} {$a->itemmodule} {$a->itemname}';
  383. $string['highgradeascending'] = 'Sort by high grade ascending';
  384. $string['highgradedescending'] = 'Sort by high grade descending';
  385. $string['highgradeletter'] = 'High';
  386. $string['changedefaults'] = 'Change defaults';
  387. $string['changereportdefaults'] = 'Change report defaults';
  388. $string['chooseaction'] = 'Choose an action ...';
  389. $string['choosecategory'] = 'Select category';
  390. $string['identifier'] = 'Identify user by';
  391. $string['idnumbers'] = 'ID numbers';
  392. $string['ignore'] = 'Ignore';
  393. $string['import'] = 'Import';
  394. $string['importcsv'] = 'Import CSV';
  395. $string['importcsv_help'] = 'Grades can be imported via a CSV file with format as follows:
  396. * Each line of the file contains one record
  397. * Each record is a series of data separated by commas or an alternative separator
  398. * The first record contains a list of fieldnames defining the format of the rest of the file
  399. * A fieldname containing user identity data is required - either username or ID number or email address
  400. A file of the correct format can be obtained by first exporting some grades. The file can then be edited and saved as a CSV file.';
  401. $string['importcsv_link'] = 'grade/import/csv/index';
  402. $string['importcustom'] = 'Import as custom outcomes (only this course)';
  403. $string['importdata'] = 'Data';
  404. $string['importdata_help'] = 'Grades may be pasted directly from an OpenDocument or Excel spreadsheet with format as follows:
  405. * At least one column should contain user identity data - username, email address or ID number.
  406. * Other columns should have headings as for existing activities or grade items.
  407. A correctly formatted spreadsheet can be obtained by first exporting some grades. The spreadsheet can then be edited to add more grades and saved.
  408. Select and copy the columns you want to import from the spreadsheet and then paste them into this field.';
  409. $string['importerror'] = 'An error occurred, this script wasn\'t called with the right parameters.';
  410. $string['importfailed'] = 'Import failed. No data was imported.';
  411. $string['importfeedback'] = 'Import feedback';
  412. $string['importfile'] = 'Import file';
  413. $string['importfilemissing'] = 'No file was received, go back to the form and make sure to upload a valid file.';
  414. $string['importfrom'] = 'Import from';
  415. $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.';
  416. $string['importoutcomes'] = 'Import outcomes';
  417. $string['importoutcomes_help'] = 'Outcomes can be imported via csv file with format as for the export outcomes csv file.';
  418. $string['importoutcomes_link'] = 'grade/outcome';
  419. $string['importoutcomesuccess'] = 'Imported outcome "{$a->name}" with ID #{$a->id}';
  420. $string['importplugins'] = 'Import plugins';
  421. $string['importpreview'] = 'Import preview';
  422. $string['importsettings'] = 'Import settings';
  423. $string['importskippednomanagescale'] = 'You don\'t have permission to add a new scale, so outcome "{$a}" was skipped as it required creating a new scale';
  424. $string['importskippedoutcome'] = 'An outcome with shortname "{$a}" already exists in this context, the one in the imported file was skipped.';
  425. $string['importstandard'] = 'Import as standard outcomes';
  426. $string['importsuccess'] = 'Grade import success';
  427. $string['importxml'] = 'Import XML';
  428. $string['includescalesinaggregation'] = 'Include scales in aggregation';
  429. $string['includescalesinaggregation_help'] = '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.';
  430. $string['incorrectcourseid'] = 'Course ID was incorrect';
  431. $string['incorrectcustomscale'] = '(Incorrect custom scale, please change.)';
  432. $string['incorrectminmax'] = 'The minimum must be lower than the maximum';
  433. $string['inherit'] = 'Inherit';
  434. $string['intersectioninfo'] = 'Student/Grade info';
  435. $string['invalidgradeexporteddate'] = 'The export date is invalid because it is more than a year ago, or in the future, or because the format is invalid.';
  436. $string['item'] = 'Item';
  437. $string['iteminfo'] = 'Item info';
  438. $string['iteminfo_help'] = 'This setting provides space for entering information about the item. The information is not displayed anywhere else.';
  439. $string['itemname'] = 'Item name';
  440. $string['itemnamehelp'] = 'The name of this item, pushed in by the module.';
  441. $string['items'] = 'Items';
  442. $string['itemsedit'] = 'Edit grade item';
  443. $string['keephigh'] = 'Keep the highest';
  444. $string['keephighestvalues'] = 'Keep the {$a} highest values';
  445. $string['keephigh_help'] = 'If set, this option will only keep the X highest grades, X being the selected value for this option.';
  446. $string['keymanager'] = 'Key manager';
  447. $string['lessthanmin'] = 'The grade entered for {$a->itemname} for {$a->username} is less than the minimum allowed';
  448. $string['letter'] = 'Letter';
  449. $string['lettergrade'] = 'Letter grade';
  450. $string['lettergradenonnumber'] = 'Low and/or High grade were non-numeric for';
  451. $string['letterpercentage'] = 'Letter (percentage)';
  452. $string['letterreal'] = 'Letter (real)';
  453. $string['letters'] = 'Letters';
  454. $string['linkedactivity'] = 'Linked activity';
  455. $string['linkedactivity_help'] = 'This setting specifies an activity to which this outcome item is linked. This may be used to measure student performance on criteria not assessed by the activity grade.';
  456. $string['linktoactivity'] = 'Link to {$a->name} activity {$a->title}';
  457. $string['lock'] = 'Lock';
  458. $string['locked'] = 'Locked';
  459. $string['locked_help'] = 'If ticked, grades can no longer be automatically updated by the related activity.';
  460. $string['locktime'] = 'Lock after';
  461. $string['locktimedate'] = 'Locked after: {$a}';
  462. $string['lockverbose'] = 'Lock {$a->category} {$a->itemmodule} {$a->itemname}';
  463. $string['lowest'] = 'Lowest';
  464. $string['lowgradeletter'] = 'Low';
  465. $string['manualitem'] = 'Manual item';
  466. $string['mapfrom'] = 'Map from';
  467. $string['mapfrom_help'] = 'Select the column in the spreadsheet containing data for identifying the user, such as username, user ID or email address.';
  468. $string['mappings'] = 'Grade item mappings';
  469. $string['mappings_help'] = 'For each column of grades in the spreadsheet, select the corresponding grade item to import the grades into.';
  470. $string['mapto'] = 'Map to';
  471. $string['mapto_help'] = 'Select the same identifying data as selected for \'Map from\'.';
  472. $string['max'] = 'Highest';
  473. $string['maxgrade'] = 'Max grade';
  474. $string['meanall'] = 'All grades';
  475. $string['meangraded'] = 'Non-empty grades';
  476. $string['meanselection'] = 'Grades selected for column averages';
  477. $string['meanselection_help'] = 'This setting determines whether cells with no grade should be included when calculating the average (mean) for each category or grade item.';
  478. $string['median'] = 'Median';
  479. $string['min'] = 'Lowest';
  480. $string['minmaxtouse'] = 'Min and max grades used in calculation';
  481. $string['minmaxtouse_desc'] = 'This setting determines whether to use the initial minimum and maximum grades from when the grade was given, or the minimum and maximum grades as specified in the settings for the grade item, when calculating the grade displayed in the gradebook. It is recommended that this setting is modified at an off-peak time, as all grades will be recalculated, which may result in a high server load.';
  482. $string['minmaxtouse_help'] = 'This setting determines whether to use the initial minimum and maximum grades from when the grade was given, or the minimum and maximum grades as specified in the settings for the grade item, when calculating the grade displayed in the gradebook.';
  483. $string['minmaxtouse_link'] = 'Grades_min_max';
  484. $string['minmaxupgradedgrades'] = 'Note: Some grades have been changed in order to resolve an inconsistency in the gradebook caused by a change in the minimum and maximum grades used when calculating the grade displayed. It is recommended that the changes are reviewed and accepted.';
  485. $string['minmaxupgradefixbutton'] = 'Resolve inconsistencies';
  486. $string['minmaxupgradewarning'] = 'Note: An inconsistency has been detected with some grades due to a change in the minimum and maximum grades used when calculating the grade displayed in the gradebook. It is recommended that the inconsistency is resolved by clicking the button below, though this will result in some grades being changed.';
  487. $string['minimum_show'] = 'Show minimum grade';
  488. $string['minimum_show_help'] = 'Minimum grade is used in calculating grades and weights. If not shown, minimum grade will default to zero and cannot be edited.';
  489. $string['missingitemtypeoreid'] = 'Array key (itemtype or eid) missing from 2nd param of grade_edit_tree_column_select::get_item_cell($item, $params)';
  490. $string['missingscale'] = 'Scale must be selected';
  491. $string['mode'] = 'Mode';
  492. $string['modgrade'] = 'Grade';
  493. $string['modgrade_help'] = 'Select the type of grading used for this activity. If \'scale\' is chosen, you can then choose the scale from the drop-down menu. If using point grading, you can then enter the maximum grade available for this activity.';
  494. $string['modgradecantchangegradetype'] = 'You cannot change the type, as grades already exist for this item.';
  495. $string['modgradecantchangegradetypemsg'] = 'Some grades have already been awarded, so the grade type cannot be changed. If you wish to change the maximum grade, you must first choose whether or not to rescale existing grades.';
  496. $string['modgradecantchangegradetyporscalemsg'] = 'Some grades have already been awarded, so the grade type and scale cannot be changed.';
  497. $string['modgradecategorycantchangegradetypemsg'] = 'This category has associated grade items which have been overridden. Therefore some grades have already been awarded, so the grade type cannot be changed. If you wish to change the maximum grade, you must first choose whether or not to rescale existing grades.';
  498. $string['modgradecategorycantchangegradetyporscalemsg'] = 'This category has associated grade items which have been overridden. Therefore some grades have already been awarded, so the grade type and scale cannot be changed.';
  499. $string['modgradecantchangescale'] = 'You cannot change the scale, as grades already exist for this item.';
  500. $string['modgradecantchangeratingmaxgrade'] = 'You cannot change the maximum grade when grades already exist for an activity with ratings.';
  501. $string['modgradedonotmodify'] = 'Do not modify existing grades';
  502. $string['modgradeerrorbadpoint'] = 'Invalid grade value. This must be an integer between 1 and {$a}';
  503. $string['modgradeerrorbadscale'] = 'Invalid scale selected. Please make sure you select a scale from the selections below.';
  504. $string['modgrademaxgrade'] = 'Maximum grade';
  505. $string['modgraderescalegrades'] = 'Rescale existing grades';
  506. $string['modgraderescalegrades_help'] = 'When changing the maximum grades on a gradebook item you need to specify whether or not this will cause existing percentage grades to change as well.
  507. If this is set to \'Yes\', any existing grades will be rescaled so that the percentage grade remains the same.
  508. For example, if this option is set to \'Yes\', changing the maximum grade on an item from 10 to 20 would cause a grade of 6/10 (60%) to be rescaled to 12/20 (60%). With this option set to \'No\', the grade would change from 6/10 (60%) to 6/20 (30%), requiring manual adjustment of the grade items to ensure correct scores.';
  509. $string['modgradecategoryrescalegrades'] = 'Rescale overridden grades';
  510. $string['modgradecategoryrescalegrades_help'] = 'When changing the maximum grades on a gradebook item you need to specify whether or not this will cause existing percentage grades to change as well.
  511. If this is set to \'Yes\', any existing overridden grades will be rescaled so that the percentage grade remains the same.
  512. For example, if this option is set to \'Yes\', changing the maximum grade on an item from 10 to 20 would cause a grade of 6/10 (60%) to be rescaled to 12/20 (60%). With this option set to \'No\', the grade will remain unchanged, requiring manual adjustment of the grade items to ensure correct scores.';
  513. $string['modgradetype'] = 'Type';
  514. $string['modgradetypenone'] = 'None';
  515. $string['modgradetypepoint'] = 'Point';
  516. $string['modgradetypescale'] = 'Scale';
  517. $string['morethanmax'] = 'The grade entered for {$a->itemname} for {$a->username} is more than the maximum allowed';
  518. $string['moveselectedto'] = 'Move selected items to';
  519. $string['movingelement'] = 'Moving {$a}';
  520. $string['multfactor'] = 'Multiplicator';
  521. $string['multfactorvalue'] = 'Multiplicator value for {$a}';
  522. $string['multfactor_help'] = 'The multiplicator is the factor by which all grades for this grade item will be multiplied, with a maximum value of the maximum grade. For example, if the multiplicator is 2 and the maximum grade is 100, then all grades less than 50 are multiplied by 2, and all grades 50 and above are changed to 100.';
  523. $string['mygrades'] = 'User menu grades link';
  524. $string['mygrades_desc'] = 'This setting allows for the option of linking to an external gradebook from the user menu.';
  525. $string['mypreferences'] = 'My preferences';
  526. $string['myreportpreferences'] = 'My report preferences';
  527. $string['mustchooserescaleyesorno'] = 'You must choose whether to rescale existing grades or not.';
  528. $string['navmethod'] = 'Navigation method';
  529. $string['neverdeletehistory'] = 'Never delete history';
  530. $string['newcategory'] = 'New category';
  531. $string['newitem'] = 'New grade item';
  532. $string['newoutcomeitem'] = 'New outcome item';
  533. $string['no'] = 'No';
  534. $string['nocategories'] = 'Grade categories could not be added or found for this course';
  535. $string['nocategoryname'] = 'No category name was given.';
  536. $string['nocategoryview'] = 'No category to view by';
  537. $string['nocourses'] = 'There are no courses yet';
  538. $string['noforce'] = 'Do not force';
  539. $string['nogradeletters'] = 'No grade letters set';
  540. $string['nogradesreturned'] = 'No grades returned';
  541. $string['noidnumber'] = 'No ID number';
  542. $string['nolettergrade'] = 'No letter grade for';
  543. $string['nomode'] = 'NA';
  544. $string['nonnumericweight'] = 'Received non-numeric value for';
  545. $string['nonunlockableverbose'] = 'This grade cannot be unlocked until {$a->itemname} is unlocked.';
  546. $string['nonweightedpct'] = 'non-weighted %';
  547. $string['nooutcome'] = 'No outcome';
  548. $string['nooutcomes'] = 'Outcome items must be linked to a course outcome, but there are no outcomes for this course. Would you like to add one?';
  549. $string['nopermissiontoresetweights'] = 'No permission to reset the weights';
  550. $string['nopublish'] = 'Do not publish';
  551. $string['noreports'] = 'You are not enrolled in, nor teaching any courses on this site.';
  552. $string['norolesdefined'] = 'No roles defined in Administration > Grades > General settings > Graded roles';
  553. $string['noscales'] = 'Outcomes must be linked to a course scale or global scale, but there are none. Would you like to add one?';
  554. $string['noselectedcategories'] = 'no categories were selected.';
  555. $string['noselecteditems'] = 'no items were selected.';
  556. $string['notteachererror'] = 'You must be a teacher to use this feature.';
  557. $string['notenrolled'] = 'You are currently not enrolled in any courses.';
  558. $string['nousersloaded'] = 'No users loaded';
  559. $string['nouserstograde'] = 'No users to grade';
  560. $string['numberofgrades'] = 'Number of grades';
  561. $string['onascaleof'] = 'on a scale of {$a->grademin} to {$a->grademax}';
  562. $string['operations'] = 'Operations';
  563. $string['options'] = 'Options';
  564. $string['others'] = 'Others';
  565. $string['outcome'] = 'Outcome';
  566. $string['outcome_help'] = 'This setting determines the outcome which this grade item will represent in the gradebook.';
  567. $string['outcomeassigntocourse'] = 'Assign another outcome to this course';
  568. $string['outcomecategory'] = 'Create outcomes in category';
  569. $string['outcomecategorynew'] = 'New category';
  570. $string['outcomeconfirmdelete'] = 'Are you sure you wish to delete the outcome "{$a}"?';
  571. $string['outcomecreate'] = 'Add a new outcome';
  572. $string['outcomedelete'] = 'Delete outcome';
  573. $string['outcomefullname'] = 'Full name';
  574. $string['outcomeitem'] = 'Outcome item';
  575. $string['outcomeitemsedit'] = 'Edit outcome item';
  576. $string['outcomereport'] = 'Outcome report';
  577. $string['outcomes'] = 'Outcomes';
  578. $string['outcomescourse'] = 'Outcomes used in course';
  579. $string['outcomescoursecustom'] = 'Custom used (no remove)';
  580. $string['outcomescoursenotused'] = 'Standard not used';
  581. $string['outcomescourseused'] = 'Standard used (no remove)';
  582. $string['outcomescustom'] = 'Custom outcomes';
  583. $string['outcomeshortname'] = 'Short name';
  584. $string['outcomesstandard'] = 'Standard outcomes';
  585. $string['outcomesstandardavailable'] = 'Available standard outcomes';
  586. $string['outcomestandard'] = 'Standard outcome';
  587. $string['outcomestandard_help'] = 'A standard outcome is available site-wide, for all courses.';
  588. $string['overallaverage'] = 'Overall average';
  589. $string['overridecat'] = 'Allow category grades to be manually overridden';
  590. $string['overridecat_help'] = 'Disabling this setting makes it impossible for users to override category grades.';
  591. $string['overridden'] = 'Overridden';
  592. $string['overridden_help'] = 'If ticked, the grade can no longer be changed from within the related activity.
  593. When a grade is edited in the grader report, the overridden checkbox is ticked automatically. However it may be un-ticked to allow the grade to be changed via the related activity.';
  594. $string['overriddennotice'] = 'Your final grade from this activity was manually adjusted.';
  595. $string['overridesitedefaultgradedisplaytype'] = 'Override site defaults';
  596. $string['overridesitedefaultgradedisplaytype_help'] = 'If ticked, grade letters and boundaries for the course may be set, rather than using the site defaults.';
  597. $string['overrideweightofa'] = 'Override weight of {$a}';
  598. $string['parentcategory'] = 'Parent category';
  599. $string['pctoftotalgrade'] = '% of total grade';
  600. $string['pass'] = 'Pass';
  601. $string['percent'] = 'Percent';
  602. $string['percentage'] = 'Percentage';
  603. $string['percentageletter'] = 'Percentage (letter)';
  604. $string['percentagereal'] = 'Percentage (real)';
  605. $string['percentascending'] = 'Sort by percent ascending';
  606. $string['percentdescending'] = 'Sort by percent descending';
  607. $string['percentshort'] = '%';
  608. $string['plusfactor'] = 'Offset';
  609. $string['plusfactor_help'] = 'The offset is a number that is added to every grade for this grade item, after the multiplicator is applied.';
  610. $string['plusfactorvalue'] = 'Offset value for {$a}';
  611. $string['points'] = 'points';
  612. $string['pointsascending'] = 'Sort by points ascending';
  613. $string['pointsdescending'] = 'Sort by points descending';
  614. $string['positionfirst'] = 'First';
  615. $string['positionlast'] = 'Last';
  616. $string['preferences'] = 'Preferences';
  617. $string['prefgeneral'] = 'General';
  618. $string['prefletters'] = 'Grade letters and boundaries';
  619. $string['prefrows'] = 'Special rows';
  620. $string['prefshow'] = 'Show/hide toggles';
  621. $string['previewrows'] = 'Preview rows';
  622. $string['privacy:metadata:categorieshistory'] = 'A record of previous versions of grade categories';
  623. $string['privacy:metadata:filepurpose'] = 'Feedback files stored in the gradebook for a user.';
  624. $string['privacy:metadata:grade_import_newitem'] = 'Temporary table for storing new grade_item names from grade import';
  625. $string['privacy:metadata:grade_import_newitem:importcode'] = 'A unique batch code for identifying one batch of imports';
  626. $string['privacy:metadata:grade_import_newitem:importer'] = 'User importing the data';
  627. $string['privacy:metadata:grade_import_newitem:itemname'] = 'New grade item name';
  628. $string['privacy:metadata:grade_import_values'] = 'Temporary table for importing grades';
  629. $string['privacy:metadata:grade_import_values:feedback'] = 'Grade feedback';
  630. $string['privacy:metadata:grade_import_values:finalgrade'] = 'Raw grade value';
  631. $string['privacy:metadata:grade_import_values:importcode'] = 'A unique batch code for identifying one batch of imports';
  632. $string['privacy:metadata:grade_import_values:importer'] = 'User importing the data';
  633. $string['privacy:metadata:grade_import_values:importonlyfeedback'] = 'Flag if only feedback was imported';
  634. $string['privacy:metadata:grade_import_values:userid'] = 'User whose grade was imported';
  635. $string['privacy:metadata:grades'] = 'A record of grades';
  636. $string['privacy:metadata:grades:aggregationstatus'] = 'The aggregation status';
  637. $string['privacy:metadata:grades:aggregationweight'] = 'The weight in aggregation';
  638. $string['privacy:metadata:grades:feedback'] = 'The feedback';
  639. $string['privacy:metadata:grades:finalgrade'] = 'The grade';
  640. $string['privacy:metadata:grades:information'] = 'Additional information about the grade';
  641. $string['privacy:metadata:grades:timemodified'] = 'The time when the grade was last modified';
  642. $string['privacy:metadata:grades:userid'] = 'The ID of the user whose grade it is';
  643. $string['privacy:metadata:grades:usermodified'] = 'The ID of the user who last modified the record';
  644. $string['privacy:metadata:gradeshistory'] = 'A record of the previous grades';
  645. $string['privacy:metadata:history:loggeduser'] = 'The ID of the user who was logged in when the versioning occurred';
  646. $string['privacy:metadata:history:timemodified'] = 'The time when grade versioning occurred';
  647. $string['privacy:metadata:itemshistory'] = 'A record of previous versions of grade items';
  648. $string['privacy:metadata:outcomes'] = 'A record of outcomes';
  649. $string['privacy:metadata:outcomes:timemodified'] = 'The time when the record was modified';
  650. $string['privacy:met…

Large files files are truncated, but you can click here to view the full file