aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-04-08 17:48:54 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-04-08 17:48:54 +0000
commit3db70734152d6d4d88b8b9775d48e30dad34f587 (patch)
treec2d0370cd4b7cd1ed2611fbfaee424b57cac2e8b /phpBB/language/en/common.php
parenta2ac7a6cc69228b959a1bf3f79acd649d0059110 (diff)
downloadforums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar
forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar.gz
forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar.bz2
forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar.xz
forums-3db70734152d6d4d88b8b9775d48e30dad34f587.zip
added/changed language strings
git-svn-id: file:///svn/phpbb/trunk@5775 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 1170e1b32d..55cd584bb1 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -430,7 +430,10 @@ $lang = array_merge($lang, array(
'THE_TEAM' => 'The team',
'TIME' => 'Time',
+ 'TOO_LONG_NEW_PASSWORD' => 'The password you entered is too long.',
+ 'TOO_LONG_PASSWORD_CONFIRM' => 'The password confirmation you entered is too long.',
'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.',
+ 'TOO_LONG_USERNAME' => 'The username you entered is too long.',
'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.',
'TOO_SHORT_NEW_PASSWORD' => 'The password you entered is too short.',
'TOO_SHORT_PASSWORD_CONFIRM' => 'The password confirmation you entered is too short.',