mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-46317 admin: deprecating configuserquota,core_admin lang string
This commit is contained in:
parent
e945b883fa
commit
7a8dd5664f
@ -319,7 +319,6 @@ $string['configrequestedstudentname'] = 'Word for student used in requested cour
|
||||
$string['configrequestedstudentsname'] = 'Word for students used in requested courses';
|
||||
$string['configrequestedteachername'] = 'Word for teacher used in requested courses';
|
||||
$string['configrequestedteachersname'] = 'Word for teachers used in requested courses';
|
||||
$string['configuserquota'] = 'The maximum number of bytes that a user can store in their own private file area. {$a->bytes} bytes == {$a->displaysize}';
|
||||
$string['configsectioninterface'] = 'Interface';
|
||||
$string['configsectionmail'] = 'Mail';
|
||||
$string['configsectionmaintenance'] = 'Maintenance';
|
||||
@ -1423,4 +1422,6 @@ $string['configloginhttps'] = 'Turning this on will make Moodle use a secure htt
|
||||
$string['loginhttps'] = 'Use HTTPS for logins';
|
||||
// Deprecated since Moodle 3.7.
|
||||
$string['allowblockstodock'] = 'Allow blocks to use the dock';
|
||||
$string['configallowblockstodock'] = 'If enabled and supported by the selected theme users can choose to move blocks to a special dock.';
|
||||
$string['configallowblockstodock'] = 'If enabled and supported by the selected theme users can choose to move blocks to a special dock.';
|
||||
// Deprecated since Moodle 3.8.
|
||||
$string['configuserquota'] = 'The maximum number of bytes that a user can store in their own private file area. {$a->bytes} bytes == {$a->displaysize}';
|
||||
|
@ -149,4 +149,5 @@ nobackpackcollections,core_badges
|
||||
error:nogroups,core_badges
|
||||
purgedefinitionsuccess,core_cache
|
||||
purgestoresuccess,core_cache
|
||||
eventrolecapabilitiesupdated,core_role
|
||||
eventrolecapabilitiesupdated,core_role
|
||||
configuserquota,core_admin
|
||||
|
Loading…
x
Reference in New Issue
Block a user