2 // grades.php - created with Moodle 1.7 beta + (2006101003)
5 $string['activities'] = 'Activities';
6 $string['addcategory'] = 'Add Category';
7 $string['addcategoryerror'] = 'Could not add category.';
8 $string['addexceptionerror'] = 'Error occurred while adding exception for userid:gradeitem';
9 $string['addfeedback'] = 'Add Feedback';
10 $string['additem'] = 'Add Grade Item';
11 $string['addoutcomeitem'] = 'Add Outcome Item';
12 $string['aggregateextracreditmeanall'] = 'Mean of all grades (extra credits)';
13 $string['aggregateextracreditmeangraded'] = 'Mean of non-empty grades (extra credits)';
14 $string['aggregatemeanall'] = 'Mean of all grades';
15 $string['aggregatemeangraded'] = 'Mean of non-empty grades';
16 $string['aggregatemedianall'] = 'Median of all grades';
17 $string['aggregatemediangraded'] = 'Median of non-empty grades';
18 $string['aggregateminall'] = 'Smallest grade of all grades';
19 $string['aggregatemingraded'] = 'Smallest grade of non-empty grades';
20 $string['aggregatemaxall'] = 'Highest grade of all grades';
21 $string['aggregatemaxgraded'] = 'Highest grade of non-empty grades';
22 $string['aggregatemodeall'] = 'Mode of all grades';
23 $string['aggregatemodegraded'] = 'Mode of non-empty grades';
24 $string['aggregateoutcomes'] = 'Include outcomes in aggregation';
25 $string['aggregateoutcomeshelp'] = 'Including outcomes in aggregation may not lead to the desired overall grade, so you have the option to include or leave them out.';
26 $string['aggregatesonly'] = 'Aggregates only';
27 $string['aggregateweightedmeanall'] = 'Weighted mean of all grades';
28 $string['aggregateweightedmeangraded'] = 'Weighted mean of non-empty grades';
29 $string['aggregation'] = 'Aggregation';
30 $string['aggregationcoef'] = 'Aggregation coefficient';
31 $string['aggregationcoefhelp'] = 'Weight applied to all grades in this grade item during aggregation with other grade items.';
32 $string['aggregation'] = 'Aggregation';
33 $string['aggregationposition'] = 'Aggregation position';
34 $string['aggregationview'] = 'Aggregation view';
35 $string['allgrades'] = 'All grades by category';
36 $string['allstudents'] = 'All Students';
37 $string['autosort'] = 'Auto-sort';
38 $string['average'] = 'Average';
39 $string['averagesdecimalpoints'] = 'Decimals in column averages';
40 $string['averagesdisplaytype'] = 'Column averages display type';
41 $string['badgrade'] = 'Supplied grade is invalid';
42 $string['baduser'] = 'Supplied user is invalid';
43 $string['bonuspoints'] = 'Bonus Points';
44 $string['bulkcheckboxes'] = 'Bulk checkboxes';
45 $string['calculation'] = 'Calculation';
46 $string['calculationadd'] = 'Add calculation';
47 $string['calculationedit'] = 'Edit calculation';
48 $string['calculationview'] = 'View calculation';
49 $string['calculationsaved'] = 'Calculation saved';
50 $string['categories'] = 'Categories';
51 $string['categoriesanditems'] = 'Categories and Items';
52 $string['categoriesedit'] = 'Edit Categories and Items';
53 $string['category'] = 'Category';
54 $string['categoryedit'] = 'Edit Category';
55 $string['categoryname'] = 'Category name';
56 $string['categorytotal'] = 'Category total';
57 $string['changesitedefaults'] = 'Change site defaults';
58 $string['choosecategory'] = 'Select Category';
59 $string['compact'] = 'Compact';
60 $string['configaggregationposition'] = 'The position of the aggregation column in the grader report table, in reference to the real grades.';
61 $string['configaggregationview'] = 'The way aggregations are displayed: either alongside the real grades, or in a compact form in which only one type is shown in the table at once: the real grades OR the aggregated grades.';
62 $string['configaveragesdecimalpoints'] = 'The number of decimal points to display for each average (group or whole), below a column of grades. This can be overriden per grading item.';
63 $string['configaveragesdisplaytype'] = 'Specifies how to display the averages for each column in the grader report. The default and recommended value is Inherit, which first checks the display type of each column, and if such is not set explicitly, defaults to the more general Grade Display Type. If other display types are selected, they ignore the individual settings for each column, and use exclusively the selected type.';
64 $string['configbulkcheckboxes'] = 'Checkboxes near each grade for Bulk grade operations.';
65 $string['configdecimalpoints'] = 'The number of decimal points to display for each grade. This can be overriden per grading item.';
66 $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.';
67 $string['configenableoutcomes'] = 'Support for Outcomes (also known as Competencies, Goals, Standards or Criteria) means that we can grade things using one or more scales that are tied to outcome statements. Enabling outcomes makes such special grading possible throughout the site.';
68 $string['configgradeboundary'] = 'A percentage boundary over which grades will be assigned a grade letter (if the Letter grade display type is used). ';
69 $string['configgradedisplaytype'] = 'Grades can be shown as real grades, as percentages (in reference to the minimum and maximum grades) or as letters (A, B, C etc..)';
70 $string['configgradeletter'] = 'A letter or other symbol used to represent a range of grades.';
71 $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).';
72 $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).';
73 $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.';
74 $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.';
75 $string['configrangesdecimalpoints'] = 'The number of decimal points to display for each range, above a column of grades. This can be overriden per grading item.';
76 $string['configrangesdisplaytype'] = 'Specifies how to display the range for each column in the grader report. The default and recommended value is Inherit, which first checks the display type of each column, and if such is not set explicitly, defaults to the more general Grade Display Type. If other display types are selected, they ignore the individual settings for each column, and use exclusively the selected type.';
77 $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.';
78 $string['configshoweyecons'] = 'Whether to show a show/hide icon near each grade (controlling its visibility to the user).';
79 $string['configshowactivityicons'] = 'Show an activity icon next to each grade item linked to an activity, in the grader report.';
80 $string['configshowaverages'] = 'Show column averages in the grader report.';
81 $string['configshowgroups'] = 'Show group averages and means in the grader report.';
82 $string['configshowlocks'] = 'Whether to show a lock/unlock icon near each grade.';
83 $string['configshowfeedback'] = 'Whether to show a feedback icon (for adding/editing) near each grade.';
84 $string['configshowranges'] = 'Display a row showing the range of possible for each grading item in the grader report.';
85 $string['configshowuserimage'] = 'Whether to show the user\'s profile image next to the name in the grader report.';
86 $string['configstudentsperpage'] = 'The number of students to display per page in the grader report.';
87 $string['configstudentsperpagedefault'] = 'The number of students to display per page in the grader report. Leave this field empty to use the site default (currently $a).';
88 $string['contract'] = 'Contract Category';
89 $string['coursetotal'] = 'Course total';
90 $string['createcategory'] = 'Create Category';
91 $string['createcategoryerror'] = 'Could not create a new category';
92 $string['creatinggradebooksettings'] = 'Creating Gradebook settings';
93 $string['csv'] = 'CSV';
94 $string['curveto'] = 'Curve To';
95 $string['decimalpoints'] = 'Overall decimal points';
96 $string['default'] = 'Default';
97 $string['deletecategory'] = 'Delete Category';
98 $string['displaylettergrade'] = 'Display Letter Grades';
99 $string['displaypercent'] = 'Display Percents';
100 $string['displaypoints'] = 'Display Points';
101 $string['displayweighted'] = 'Display Weighted Grades';
102 $string['droplow'] = 'Drop the lowest';
103 $string['droplowhelp'] = 'If set, this option will drop the X lowest grades, X being the selected value for this option.';
104 $string['dropped'] = 'Dropped';
105 $string['dropxlowest'] = 'Drop X Lowest';
106 $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';
107 $string['duplicatescale'] = 'Duplicate scale';
108 $string['edit'] = 'Edit';
109 $string['editcalculation'] = 'Edit Calculation';
110 $string['editfeedback'] = 'Edit Feedback';
111 $string['editgrade'] = 'Edit Grade';
112 $string['editoutcomes'] = 'Edit outcomes';
113 $string['edittree'] = 'Categories and items';
114 $string['enableajax'] = 'Enable AJAX';
115 $string['enableoutcomes'] = 'Enable outcomes';
116 $string['encoding'] = 'Encoding';
117 $string['errorgradevaluenonnumeric'] = 'Received non-numeric for low or high grade for';
118 $string['errorcalculationnoequal'] = 'Formula must start with equal sign (=1+2)';
119 $string['errorcalculationunknown'] = 'Invalid formula';
120 $string['errornocategorizedid'] = 'Could not get an uncategorized id!';
121 $string['errornocourse'] = 'Could not get course information';
122 $string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers';
123 $string['exceptions'] = 'Exceptions';
124 $string['excluded'] = 'Excluded';
125 $string['excludedhelp'] = 'If -excluded- is switched on, this grade will be excluded from any aggregation performed by any parent grade item or category.';
126 $string['expand'] = 'Expand Category';
127 $string['export'] = 'Export';
128 $string['exportplugins'] = 'Export plugins';
129 $string['extracredit'] = 'Extra Credit';
130 $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';
131 $string['feedback'] = 'Feedback';
132 $string['feedbackhelp'] = 'Notes added to the grade by the teacher. They can be extensive, personalised feedback or a simple code that refers to an internal system of feedback.';
133 $string['feedbackadd'] = 'Add feedback';
134 $string['feedbackedit'] = 'Edit feedback';
135 $string['feedbackview'] = 'View feedback';
136 $string['feedbacksaved'] = 'Feedback saved';
137 $string['finalgrade'] = 'Final grade';
138 $string['finalgradehelp'] = 'The final grade (cached) after all calculations are performed.';
139 $string['forelementtypes'] = ' for the selected $a';
140 $string['forstudents'] = 'For Students';
141 $string['full'] = 'Full';
142 $string['fullmode'] = 'Full view';
143 $string['grade'] = 'Grade';
144 $string['gradebook'] = 'Gradebook';
145 $string['gradebookhiddenerror'] = 'The gradebook is currently set to hide everything from students.';
146 $string['gradeboundary'] = 'Letter grade boundary';
147 $string['gradecategory'] = 'Grade Category';
148 $string['gradecategoryhelp'] = 'Grade Category Help';
149 $string['gradedisplaytype'] = 'Grade display type';
150 $string['gradeexceptions'] = 'Grade Exceptions';
151 $string['gradeexceptionshelp'] = 'Grade Exceptions Help';
152 $string['gradehelp'] = 'Grade Help';
153 $string['gradeitem'] = 'Grade item';
154 $string['gradeitemlocked'] = 'Grading locked';
155 $string['gradeitemsinc'] = 'Grade items to be included';
156 $string['gradeitemaddusers'] = 'Exclude from Grading';
157 $string['gradeitemmembersselected'] = 'Excluded from Grading';
158 $string['gradeitemnonmembers'] = 'Included in Grading';
159 $string['gradeitemremovemembers'] = 'Include in Grading';
160 $string['gradeitems'] = 'Grade Items';
161 $string['gradeletter'] = 'Grade Letter';
162 $string['gradeletterhelp'] = 'Grade Letter Help';
163 $string['gradeletternote'] = 'To delete a grade letter just empty any of the<br /> three text areas for that letter and click submit.';
164 $string['grademax'] = 'Maximum grade';
165 $string['grademaxhelp'] = 'The maximum allowable grade for this grade item.';
166 $string['grademin'] = 'Minimum grade';
167 $string['grademinhelp'] = 'The minimum allowable grade for this grade item.';
168 $string['gradeoutcomeitem'] = 'Grade outcome item';
169 $string['gradepass'] = 'Grade to pass';
170 $string['gradepasshelp'] = 'What grade is needed to pass?';
171 $string['graderreport'] = 'Grader report';
172 $string['gradessettings'] = 'Grade settings';
173 $string['gradepreferences'] = 'Grade Preferences';
174 $string['gradepreferenceshelp'] = 'Grade Preferences Help';
175 $string['grades'] = 'Grades';
176 $string['gradesonly'] = 'Grades only';
177 $string['gradetype'] = 'Grade type';
178 $string['gradetypehelp'] = 'The type of grade this item uses. Can be of 4 types: none, value, scale and text. Only The value and scale types can be aggregated.';
179 $string['gradeview'] = 'View Grade';
180 $string['gradeweighthelp'] = 'Grade Weight Help';
181 $string['groupavg'] = 'Group average';
182 $string['hidden'] = 'Hidden';
183 $string['hiddenuntil'] = 'Hidden until';
184 $string['hideadvanced'] = 'Hide Advanced Features';
185 $string['hidecalculations'] = 'Hide calculations';
186 $string['hidecategory'] = 'Hidden';
187 $string['hideeyecons'] = 'Hide show/hide icons';
188 $string['hideaverages'] = 'Hide averages';
189 $string['hidegroups'] = 'Hide groups';
190 $string['hidelocks'] = 'Hide locks';
191 $string['hidenooutcomes'] = 'Show outcomes';
192 $string['hidefeedback'] = 'Hide feedback';
193 $string['hideranges'] = 'Hide ranges';
194 $string['highgradeascending'] = 'Sort by high grade ascending';
195 $string['highgradedescending'] = 'Sort by high grade descending';
196 $string['highgradeletter'] = 'High';
197 $string['idnumberhelp'] = 'Arbitrary idnumber provided by the module responsible (must be defined and unique).';
198 $string['identifier'] = 'Identify user by';
199 $string['import'] = 'Import';
200 $string['importcsv'] = 'Import CSV';
201 $string['importfailed'] = 'Import failed';
202 $string['importfile'] = 'Import file';
203 $string['importplugins'] = 'Import plugins';
204 $string['importpreview'] = 'Import preview';
205 $string['importsuccess'] = 'Grade import success';
206 $string['importxml'] = 'Import XML';
207 $string['incorrectcourseid'] = 'Course ID was incorrect';
208 $string['inherit'] = 'Inherit';
209 $string['item'] = 'Item';
210 $string['iteminfo'] = 'Item info';
211 $string['iteminfohelp'] = 'Info and notes about this item.';
212 $string['itemname'] = 'Item name';
213 $string['itemnamehelp'] = 'The name of this item, pushed in by the module.';
214 $string['items'] = 'Items';
215 $string['itemsedit'] = 'Edit grade item';
216 $string['keephigh'] = 'Keep the highest';
217 $string['keephighhelp'] = 'If set, this option will only keep the X highest grades, X being the selected value for this option.';
218 $string['left'] = 'Left';
219 $string['lettergrade'] = 'Letter Grade';
220 $string['lettergradenonnumber'] = 'Low and/or High grade were non-numeric for';
221 $string['letter'] = 'Letter';
222 $string['letters'] = 'Letters';
223 $string['linkedactivity'] = 'Linked activity';
224 $string['linkedactivityhelp'] = 'An optional activity this outcome item is linked to.';
225 $string['lock'] = 'Lock';
226 $string['locked'] = 'Locked';
227 $string['locktime'] = 'Lock after';
228 $string['lowest'] = 'Lowest';
229 $string['lowgradeletter'] = 'Low';
230 $string['mapfrom'] = 'Map from';
231 $string['mapto'] = 'Map to';
232 $string['max'] = 'Highest';
233 $string['maxgrade'] = 'Max Grade';
234 $string['mappings'] = 'Grade item mappings';
235 $string['meanall'] = 'All grades';
236 $string['meangraded'] = 'Non-empty grades';
237 $string['meanselection'] = 'Grades selected for averages';
238 $string['median'] = 'Median';
239 $string['min'] = 'Lowest';
240 $string['mode'] = 'Mode';
241 $string['movingelement'] = 'Moving $a';
242 $string['multfactor'] = 'Multiplicator';
243 $string['multfactorhelp'] = 'Factor by which all grades for this grade item will be multiplied.';
244 $string['newcategory'] = 'New category';
245 $string['no'] = 'No';
246 $string['nocategories'] = 'Grade categories could not be added or found for this course';
247 $string['nocategoryname'] = 'No category name was given.';
248 $string['nocategoryview'] = 'No category to view by';
249 $string['nogradeletters'] = 'No grade letters set';
250 $string['nogradesreturned'] = 'No grades returned';
251 $string['nolettergrade'] = 'No letter grade for';
252 $string['nomode'] = 'NA';
253 $string['nonnumericweight'] = 'Received non-numeric value for';
254 $string['nonweightedpct'] = 'non-weighted %%';
255 $string['nooutcome'] = 'No outcome';
256 $string['noselectedcategories'] = 'no categories were selected.';
257 $string['noselecteditems'] = 'no items were selected.';
258 $string['notteachererror'] = 'You must be a teacher to use this feature.';
259 $string['numberofgrades'] = 'Number of grades';
260 $string['onascaleof'] = ' on a scale of $a->grademin to $a->grademax';
261 $string['operations'] = 'Operations';
262 $string['outcome'] = 'Outcome';
263 $string['outcomecategory'] = 'Create outcomes in category';
264 $string['outcomecategorynew'] = 'New category';
265 $string['outcomecreate'] = 'Add a new outcome';
266 $string['outcomeidhelp'] = 'The outcome this grade item represents.';
267 $string['outcomeitem'] = 'Outcome item';
268 $string['outcomeitemsedit'] = 'Edit outcome item';
269 $string['outcomes'] = 'Outcomes';
270 $string['outcomescustom'] = 'Custom outcomes';
271 $string['outcomescourse'] = 'Outcomes used in course';
272 $string['outcomescoursecustom'] = 'Custom used (no remove)';
273 $string['outcomescoursenotused'] = 'Standard not used';
274 $string['outcomescourseused'] = 'Standard used (no remove)';
275 $string['outcomescourse'] = 'Outcomes used in course';
276 $string['outcomename'] = 'Outcome name';
277 $string['outcomereport'] = 'Outcome report';
278 $string['outcomesstandard'] = 'Standard outcomes';
279 $string['outcomesstandardavailable'] = 'Available standard outcomes';
280 $string['outcomestandard'] = 'Standard outcome';
281 $string['outcomestandardhelp'] = 'A Standard outcome is available site-wide, for all courses.';
282 $string['outcomes'] = 'Outcomes';
283 $string['overridden'] = 'Overridden';
284 $string['overriddenhelp'] = 'When on, the overridden flag prevents any future attempts to automatically adjust the value of the grade. This flag is often set internally by the gradebook, but can be switched on and off manually using this form element.';
285 $string['overallavg'] = 'Overall average';
286 $string['pctoftotalgrade'] = '%% of total grade';
287 $string['percent'] = 'Percent';
288 $string['percentage'] = 'Percentage';
289 $string['percentascending'] = 'Sort by percent ascending';
290 $string['percentdescending'] = 'Sort by percent descending';
291 $string['percentshort'] = '%%';
292 $string['plusfactor'] = 'Offset';
293 $string['plusfactorhelp'] = 'Number that will be added to every grade for this grade item, after the Multiplicator is applied.';
294 $string['points'] = 'points';
295 $string['pointsascending'] = 'Sort by points ascending';
296 $string['pointsdescending'] = 'Sort by points descdending';
297 $string['preferences'] = 'Preferences';
298 $string['prefgeneral'] = 'General';
299 $string['prefletters'] = 'Grade letters and boundaries';
300 $string['prefrows'] = 'Special rows';
301 $string['prefshow'] = 'Show/hide toggles';
302 $string['quickfeedback'] = 'Quick Feedback';
303 $string['quickgrading'] = 'Quick Grading';
304 $string['range'] = 'Range';
305 $string['rangesdecimalpoints'] = 'Decimals shown in ranges';
306 $string['rangesdisplaytype'] = 'Range display type';
307 $string['rank'] = 'Rank';
308 $string['rawpct'] = 'Raw %%';
309 $string['real'] = 'Real';
310 $string['report'] = 'Report';
311 $string['reportplugins'] = 'Report plugins';
312 $string['reportsettings'] = 'Report settings';
313 $string['reprintheaders'] = 'Reprint Headers';
314 $string['right'] = 'Right';
315 $string['savechanges'] = 'Save Changes';
316 $string['savepreferences'] = 'Save Preferences';
317 $string['scaledpct'] = 'Scaled %%';
318 $string['scaleidhelp'] = 'The scale to which this $a is linked.';
319 $string['scalestandardhelp'] = 'A standard scale is one that is available site-wide, for all courses.';
320 $string['selectdestination'] = 'Select destination of $a';
321 $string['septab'] = 'Tab';
322 $string['sepcomma'] = 'Comma';
323 $string['separator'] = 'Separator';
324 $string['setcategories'] = 'Set Categories';
325 $string['setcategorieserror'] = 'You must first set the categories for your course before you can give weights to them.';
326 $string['setgradeletters'] = 'Set Grade Letters';
327 $string['setpreferences'] = 'Set Preferences';
328 $string['setting'] = 'Setting';
329 $string['settings'] = 'Settings';
330 $string['setweights'] = 'Set Weights';
331 $string['showallstudents'] = 'Show All Students';
332 $string['showactivityicons'] = 'Show activity icons';
333 $string['showaverages'] = 'Show column averages';
334 $string['showcalculations'] = 'Show calculations';
335 $string['showeyecons'] = 'Show show/hide icons';
336 $string['showfeedback'] = 'Show feedback';
337 $string['showgroups'] = 'Show groups';
338 $string['showhiddenitems'] = 'Show Hidden Items';
339 $string['showlocks'] = 'Show locks';
340 $string['shownooutcomes'] = 'Hide outcomes';
341 $string['showranges'] = 'Show ranges';
342 $string['showuserimage'] = 'Show user profile images';
343 $string['sitedefault'] = 'Site default ($a)';
344 $string['sitewide'] = 'Site-wide';
345 $string['sort'] = 'sort';
346 $string['sortasc'] = 'Sort in ascending order';
347 $string['sortdesc'] = 'Sort in descending order';
348 $string['sortbyfirstname'] = 'Sort by Firstname';
349 $string['sortbylastname'] = 'Sort by Lastname';
350 $string['standarddeviation'] = 'Standard Deviation';
351 $string['stats'] = 'Statistics';
352 $string['statslink'] = 'Stats';
353 $string['student'] = 'Student';
354 $string['studentsperpage'] = 'Students per page';
355 $string['subcategory'] = 'Normal Category';
356 $string['synclegacygrades'] = 'Synchronise legacy grades';
357 $string['topcategory'] = 'Super Category';
358 $string['total'] = 'Total';
359 $string['totalweight100'] = 'The total weight is equal to 100';
360 $string['totalweightnot100'] = 'The total weight is not equal to 100';
361 $string['turnfeedbackoff'] = 'Turn feedback off';
362 $string['turnfeedbackon'] = 'Turn feedback on';
363 $string['typenone'] = 'None';
364 $string['typescale'] = 'Scale';
365 $string['typetext'] = 'Text';
366 $string['typevalue'] = 'Value';
367 $string['uncategorised'] = 'Uncategorised';
368 $string['unlock'] = 'Unlock';
369 $string['unused'] = 'Unused';
370 $string['uploadgrades'] = 'Upload grades';
371 $string['useadvanced'] = 'Use Advanced Features';
372 $string['usedcourses'] = 'Used courses';
373 $string['usedgradeitem'] = 'Used grade item';
374 $string['usenooutcome'] = 'Use no outcome';
375 $string['usenoscale'] = 'Use no scale';
376 $string['usepercent'] = 'Use Percent';
377 $string['user'] = 'User';
378 $string['userpreferences'] = 'User preferences';
379 $string['useweighted'] = 'Use Weighted';
380 $string['viewbygroup'] = 'Group';
381 $string['viewgrades'] = 'View Grades';
382 $string['weight'] = 'weight';
383 $string['weightedascending'] = 'Sort by weighted percent ascending';
384 $string['weighteddescending'] = 'Sort by weighted percent descending';
385 $string['weightedpct'] = 'weighted %%';
386 $string['weightedpctcontribution'] = 'weighted %% contribution';
387 $string['writinggradebookinfo'] = 'Writing Gradebook settings';
388 $string['xml'] = 'XML';
389 $string['yes'] = 'Yes';
390 $string['yourgrade'] = 'Your grade';