diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-02-08 00:25:48 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-02-08 00:25:48 +0000 |
commit | 3bdcc8e59c13d678252d0c7ea2d18486a7480f8b (patch) | |
tree | ab4d57838369f83bdc6cfa28be3d564655361bc2 /phpBB/language/en/lang_main.php | |
parent | 259881d1bf96df31998aaaf0c0291587d65aa458 (diff) | |
download | forums-3bdcc8e59c13d678252d0c7ea2d18486a7480f8b.tar forums-3bdcc8e59c13d678252d0c7ea2d18486a7480f8b.tar.gz forums-3bdcc8e59c13d678252d0c7ea2d18486a7480f8b.tar.bz2 forums-3bdcc8e59c13d678252d0c7ea2d18486a7480f8b.tar.xz forums-3bdcc8e59c13d678252d0c7ea2d18486a7480f8b.zip |
"Overview" functionality ... couple of issues, couple unfinished areas ... topics where user has posted not resyncing correctly when moving posts
git-svn-id: file:///svn/phpbb/trunk@4807 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
-rw-r--r-- | phpBB/language/en/lang_main.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 05b60ce7fa..35d3115a97 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -849,6 +849,8 @@ $lang += array( 'TOO_SHORT_NEW_PASSWORD' => 'The password you entered is too short.', 'USERNAME_TAKEN_USERNAME' => 'The username you entered is already in use, please select an alternative.', 'EMAIL_TAKEN_EMAIL' => 'The email address you specified is already in use, please select an alternative.', + 'TOO_SHORT_USER_PASSWORD' => 'The password you entered is too short.', + 'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.', 'ACCOUNT_ADDED' => 'Thank you for registering, your account has been created. You may now login with your username and password', 'ACCOUNT_INACTIVE' => 'Your account has been created. However, this forum requires account activation, an activation key has been sent to the email address you provided. Please check your email for further information', |