mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-20824, use php exception to processs the file which excess the maximum file size"
This commit is contained in:
parent
66ec8e8b44
commit
7d9cb3b51a
5 changed files with 100 additions and 97 deletions
|
@ -304,6 +304,7 @@ $string['listcantmoveright'] = 'Failed to move item right, as there is no peer t
|
|||
$string['loginasonecourse'] = 'You cannot enter this course.<br /> You have to terminate the \"Login as\" session before entering any other course.';
|
||||
$string['loginasnoenrol'] = 'You cannot use enrol or unenrol when in course \"Login as\" session';
|
||||
$string['logfilenotavailable'] = 'Logs not available';
|
||||
$string['maxbytes'] = 'This file is bigger than the maximum size';
|
||||
$string['messagingdisable'] = 'Messaging is disabled on this site';
|
||||
$string['missingfield'] = 'Field \"$a\" is missing';
|
||||
$string['missingkeyinsql'] = 'ERROR: missing param \"$a\" in query';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue