diff options
Diffstat (limited to 'phpBB/language/en/acp/ban.php')
| -rw-r--r-- | phpBB/language/en/acp/ban.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/ban.php b/phpBB/language/en/acp/ban.php index d4e91bd226..b7a4bfd702 100644 --- a/phpBB/language/en/acp/ban.php +++ b/phpBB/language/en/acp/ban.php @@ -59,6 +59,8 @@ $lang = array_merge($lang, array( 'IP_UNBAN' => 'Un-ban or un-exclude IPs', 'IP_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IPs are emphasised.', + 'LENGTH_BAN_INVALID' => 'The date has to be formated YYYY-MM-DD', + 'PERMANENT' => 'Permanent', 'UNTIL' => 'Until', @@ -68,6 +70,8 @@ $lang = array_merge($lang, array( 'USER_NO_BANNED' => 'No banned usernames', 'USER_UNBAN' => 'Un-ban or un-exclude usernames', 'USER_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded users are emphasised.', + + )); ?>
\ No newline at end of file |
