diff options
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 7ce961c6ae..643c0410af 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -186,6 +186,8 @@ $lang = array_merge($lang, array( 'USER_CANNOT_EDIT' => 'You cannot edit posts in this forum', 'USER_CANNOT_QUOTE' => 'You cannot quote posts in this forum', 'USER_CANNOT_REPLY' => 'You cannot reply in this forum', + 'USERNAME_DISALLOWED' => 'The username you entered has been banned.', + 'USERNAME_TAKEN' => 'The username you entered is already in use, please select an alternative.', 'VIEW_MESSAGE' => 'Click %sHere%s to view your message', |