mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-73645 grades: Update breadcrumb nodes
This commit is contained in:
parent
1060ee827c
commit
724578a008
10 changed files with 46 additions and 18 deletions
|
@ -148,6 +148,7 @@ $string['decimalpoints_help'] = 'This setting determines the number of decimal p
|
|||
$string['default'] = 'Default';
|
||||
$string['defaultprev'] = 'Default ({$a})';
|
||||
$string['deletecategory'] = 'Delete category';
|
||||
$string['deletescale'] = 'Delete scale';
|
||||
$string['disablegradehistory'] = 'Disable grade history';
|
||||
$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.';
|
||||
$string['displaylettergrade'] = 'Display letter grades';
|
||||
|
|
|
@ -26,6 +26,7 @@ $string['adduserkey'] = 'Add user key';
|
|||
$string['createnewkey'] = 'Create a new user key';
|
||||
$string['createuserkey'] = 'Create user key';
|
||||
$string['deletekeyconfirm'] = 'Do you really want to delete this user key?';
|
||||
$string['deleteuserkey'] = 'Delete user key';
|
||||
$string['edituserkey'] = 'Edit user key';
|
||||
$string['keyiprestriction'] = 'Key IP restriction';
|
||||
$string['keyiprestriction_help'] = 'Enter a specific IP address, or a range of IP addresses that will be the only IP addresses allowed to access this data. Leave empty to disable IP restriction (not recommended).';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue