Merge branch 'MDL-70760-master' of https://github.com/vietlx426/moodle-1

This commit is contained in:
Ilya Tregubov 2023-11-02 10:20:29 +08:00
commit 540dc05e1c
No known key found for this signature in database
GPG key ID: 0F58186F748E55C1
8 changed files with 216 additions and 3 deletions

View file

@ -870,6 +870,7 @@ sites. If this is not what you wanted then you should make sure you are updating
from a STABLE branch of the Moodle code. See Moodle Docs for more details.';
$string['maxbytes'] = 'Maximum uploaded file size';
$string['maxconsecutiveidentchars'] = 'Consecutive identical characters';
$string['maxcharacter'] = '{$a} character maximum';
$string['maxsizeperdownloadcoursefile'] = 'Maximum size per file';
$string['maxsizeperdownloadcoursefile_desc'] = 'The maximum size of each file when downloading course content. Files exceeding this size will be omitted from the download.';
$string['maxeditingtime'] = 'Maximum time to edit posts';