MDL-46317 admin: deprecating configuserquota,core_admin lang string

This commit is contained in:
Shamim Rezaie 2019-08-07 12:56:00 +10:00
parent e945b883fa
commit 7a8dd5664f
2 changed files with 5 additions and 3 deletions

View File

@ -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}';

View File

@ -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