diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-09 15:31:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-09 15:31:56 +0000 |
commit | 94f0047a9b686b87658e2c76125cc756317bf2cb (patch) | |
tree | 74dfcb512659c3b5539a9ef5a847ae5281efb81a /phpBB | |
parent | 253f18632242a113c97a3e5d70ee6f65c3f9ce84 (diff) | |
download | forums-94f0047a9b686b87658e2c76125cc756317bf2cb.tar forums-94f0047a9b686b87658e2c76125cc756317bf2cb.tar.gz forums-94f0047a9b686b87658e2c76125cc756317bf2cb.tar.bz2 forums-94f0047a9b686b87658e2c76125cc756317bf2cb.tar.xz forums-94f0047a9b686b87658e2c76125cc756317bf2cb.zip |
Add two standard language items - #30885
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8989 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/common.php | 4 |
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.', |