forked from leftypol/leftypol
config.php: add generic invalidfile error
This commit is contained in:
parent
bac5032b56
commit
181f4ba49a
1 changed files with 1 additions and 0 deletions
|
|
@ -1298,6 +1298,7 @@
|
|||
$config['error']['pendingappeal'] = _('There is already a pending appeal for this ban.');
|
||||
$config['error']['invalidpassword'] = _('Wrong password…');
|
||||
$config['error']['invalidimg'] = _('Invalid image.');
|
||||
$config['error']['invalidfile'] = _('Invalid file.');
|
||||
$config['error']['unknownext'] = _('Unknown file extension.');
|
||||
$config['error']['filesize'] = _('Maximum file size: %maxsz% bytes<br>Your file\'s size: %filesz% bytes');
|
||||
$config['error']['maxsize'] = _('The file was too big.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue