1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 17:14:04 +01:00

add too many lines

This commit is contained in:
RealAngeleno 2023-05-20 15:37:25 -07:00 committed by GitHub
parent d04e0d2caa
commit 727e8723f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1129,6 +1129,7 @@
$config['error']['toolong'] = _('The %s field was too long.');
$config['error']['toolong_body'] = _('The body was too long.');
$config['error']['tooshort_body'] = _('The body was too short or empty.');
$config['error']['toomanylines'] = _('Your post contains too many lines!');
$config['error']['noimage'] = _('You must upload an image.');
$config['error']['toomanyimages'] = _('You have attempted to upload too many images!');
$config['error']['nomove'] = _('The server failed to handle your upload.');