Removes ability to delete own threads.

This commit is contained in:
nonmakina 2021-01-09 19:24:53 -06:00
parent f9a6b584e1
commit 3f1ef0e0fe
3 changed files with 11 additions and 0 deletions

View file

@ -1120,6 +1120,7 @@
$config['error']['toomanycites'] = _('Too many cites; post discarded.');
$config['error']['toomanycross'] = _('Too many cross-board links; post discarded.');
$config['error']['nodelete'] = _('You didn\'t select anything to delete.');
$config['error']['nodeletethread'] = _('You are not allowed to delete threads.');
$config['error']['noreport'] = _('You didn\'t select anything to report.');
$config['error']['toomanyreports'] = _('You can\'t report that many posts at once.');
$config['error']['invalidpassword'] = _('Wrong password…');