forked from leftypol/leftypol
config.php: add no post history error
This commit is contained in:
parent
06b0cb8484
commit
2904fb5f3e
1 changed files with 1 additions and 0 deletions
|
@ -1219,6 +1219,7 @@
|
|||
// Error messages
|
||||
$config['error']['bot'] = _('You look like a bot.');
|
||||
$config['error']['referer'] = _('Your browser sent an invalid or no HTTP referer.');
|
||||
$config['error']['opnohistory'] = _('You must post at least once before creating thread.');
|
||||
$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.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue