Handle reporting non-existing posts.

This commit is contained in:
Zankaria
2024-04-01 19:20:23 +02:00
parent 74c2aec338
commit 03a875f663
2 changed files with 7 additions and 0 deletions

View File

@@ -1187,6 +1187,7 @@
$config['error']['fileext'] = _('Unsupported image format.');
$config['error']['noboard'] = _('Invalid board!');
$config['error']['nonexistant'] = _('Thread specified does not exist.');
$config['error']['nopost'] = _('Post specified does not exist.');
$config['error']['locked'] = _('Thread locked. You may not reply at this time.');
$config['error']['reply_hard_limit'] = _('Thread has reached its maximum reply limit.');
$config['error']['image_hard_limit'] = _('Thread has reached its maximum image limit.');