Updated to 1.10.2
Added lines for ban messages
This commit is contained in:
parent
337671134b
commit
bdd4e356a0
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ define('L_UDB_EXISTS', 'updatedb.php exists, either you didn\'t remove it or the
|
|||
define('L_INVALIDCAPTCHA', 'Verification failed'); // Message displayed when captcha is wrong
|
||||
define('L_DEL_SUCCEED', 'Successfully deleted!'); // Message displayed when post is deleted
|
||||
define('L_DEL_FAILED', 'Failed to deleted.'); // Message displayed when post isn't deleted
|
||||
define('L_USERBANNEDMSG', 'You are banned from posting on this board.'); // Message displayed on top of the board when IP is banned
|
||||
define('L_USERBANNED', 'Couldn\'t complete this action because IP is banned.'); // Message displayed when trying to access a restricted page
|
||||
|
||||
// Moderator tools //
|
||||
define('L_DELETE', 'Delete'); // Delete button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue