mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-29572_master' of https://github.com/jrchamp/moodle
This commit is contained in:
commit
1b9a1e8128
3 changed files with 59 additions and 38 deletions
|
@ -180,6 +180,7 @@ $string['errornocategorisedid'] = 'Could not get an uncategorised id!';
|
|||
$string['errornocourse'] = 'Could not get course information';
|
||||
$string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers';
|
||||
$string['errorsavegrade'] = 'Could not save grade, sorry.';
|
||||
$string['errorsettinggrade'] = 'Error saving "{$a->itemname}" grade for userid {$a->userid}';
|
||||
$string['errorupdatinggradecategoryaggregateonlygraded'] = 'Error updating the "Aggregate only non-empty grades" setting of grade category ID {$a->id}';
|
||||
$string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the "Include outcomes in aggregation" setting of grade category ID {$a->id}';
|
||||
$string['errorupdatinggradecategoryaggregatesubcats'] = 'Error updating the "Aggregate including subcategories" setting of grade category ID {$a->id}';
|
||||
|
@ -254,6 +255,7 @@ $string['gradehelp'] = 'Grade help';
|
|||
$string['gradehistorylifetime'] = 'Grade history lifetime';
|
||||
$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.';
|
||||
$string['gradeimport'] = 'Grade import';
|
||||
$string['gradeimportfailed'] = 'Grade Import failed during commit. Details:';
|
||||
$string['gradeitem'] = 'Grade item';
|
||||
$string['gradeitemaddusers'] = 'Exclude from grading';
|
||||
$string['gradeitemadvanced'] = 'Advanced grade item options';
|
||||
|
@ -677,6 +679,9 @@ $string['usepercent'] = 'Use percent';
|
|||
$string['user'] = 'User';
|
||||
$string['usergrade'] = 'User {$a->fullname} ({$a->useridnumber}) on item {$a->gradeidnumber}';
|
||||
$string['userid'] = 'User ID';
|
||||
$string['usermappingerror'] = 'User mapping error: Could not find user with {$a->field} of "{$a->value}".';
|
||||
$string['usermappingerrorusernotfound'] = 'User mapping error. Could not find user.';
|
||||
$string['usermappingerrorcurrentgroup'] = 'User is not a member of current group.';
|
||||
$string['userpreferences'] = 'User preferences';
|
||||
$string['userenrolmentsuspended'] = 'User enrolment suspended';
|
||||
$string['useweighted'] = 'Use weighted';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue