aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/language/en/common.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index feacd98f82..67185ccfe3 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -552,6 +552,8 @@ $lang = array_merge($lang, array(
'THE_TEAM' => 'The team',
'TIME' => 'Time',
+ 'TOO_LONG' => 'The value you entered is too long',
+
'TOO_LONG_AIM' => 'The screenname you entered is too long.',
'TOO_LONG_CONFIRM_CODE' => 'The confirm code you entered is too long.',
'TOO_LONG_DATEFORMAT' => 'The date format you entered is too long.',
@@ -572,6 +574,8 @@ $lang = array_merge($lang, array(
'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.',
+ 'TOO_SHORT' => 'The value you entered is too short.',
+
'TOO_SHORT_AIM' => 'The screenname you entered is too short.',
'TOO_SHORT_CONFIRM_CODE' => 'The confirm code you entered is too short.',
'TOO_SHORT_DATEFORMAT' => 'The date format you entered is too short.',