~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to lang/en/grades.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
$string['errornocourse'] = 'Could not get course information';
181
181
$string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers';
182
182
$string['errorsavegrade'] = 'Could not save grade, sorry.';
 
183
$string['errorsettinggrade'] = 'Error saving "{$a->itemname}" grade for userid {$a->userid}';
183
184
$string['errorupdatinggradecategoryaggregateonlygraded'] = 'Error updating the "Aggregate only non-empty grades" setting of grade category ID {$a->id}';
184
185
$string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the "Include outcomes in aggregation" setting of grade category ID {$a->id}';
185
186
$string['errorupdatinggradecategoryaggregatesubcats'] = 'Error updating the "Aggregate including subcategories" setting of grade category ID {$a->id}';
253
254
$string['gradehistorylifetime'] = 'Grade history lifetime';
254
255
$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.';
255
256
$string['gradeimport'] = 'Grade import';
 
257
$string['gradeimportfailed'] = 'Grade Import failed during commit. Details:';
256
258
$string['gradeitem'] = 'Grade item';
257
259
$string['gradeitemaddusers'] = 'Exclude from grading';
258
260
$string['gradeitemadvanced'] = 'Advanced grade item options';
661
663
$string['user'] = 'User';
662
664
$string['usergrade'] = 'User {$a->fullname} ({$a->useridnumber}) on item {$a->gradeidnumber}';
663
665
$string['userid'] = 'User ID';
 
666
$string['usermappingerror'] = 'User mapping error: Could not find user with {$a->field} of "{$a->value}".';
 
667
$string['usermappingerrorusernotfound'] = 'User mapping error. Could not find user.';
 
668
$string['usermappingerrorcurrentgroup'] = 'User is not a member of current group.';
664
669
$string['userpreferences'] = 'User preferences';
665
670
$string['userenrolmentsuspended'] = 'User enrolment suspended';
666
671
$string['useweighted'] = 'Use weighted';