aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-12-24 15:35:24 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-12-24 15:35:24 +0000
commitfb4e1920fcfc596eacdfa02f4752b83ca1e95508 (patch)
tree1a96aaa57fba4c75eda0f813d5b6cc40099025f8 /phpBB/language/en/ucp.php
parentcbd1fb07ed9e0a19e19a58098e1b00bb74a102d5 (diff)
downloadforums-fb4e1920fcfc596eacdfa02f4752b83ca1e95508.tar
forums-fb4e1920fcfc596eacdfa02f4752b83ca1e95508.tar.gz
forums-fb4e1920fcfc596eacdfa02f4752b83ca1e95508.tar.bz2
forums-fb4e1920fcfc596eacdfa02f4752b83ca1e95508.tar.xz
forums-fb4e1920fcfc596eacdfa02f4752b83ca1e95508.zip
#6372
git-svn-id: file:///svn/phpbb/trunk@6806 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 92d5225743..b336bca739 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -453,6 +453,8 @@ $lang = array_merge($lang, array(
'UPLOAD_AVATAR_URL_EXPLAIN' => 'Enter the URL of the location containing the image, it will be copied to this site.',
'USERNAME_ALPHA_ONLY_EXPLAIN' => 'Username must be between %1$d and %2$d chars long and use only alphanumeric characters',
'USERNAME_ALPHA_SPACERS_EXPLAIN'=> 'Username must be between %1$d and %2$d chars long and use alphanumeric, space or -+_[] characters.',
+ 'USERNAME_LETTER_NUM_EXPLAIN' => 'Username must be between %1$d and %2$d chars long and use only letter or number characters',
+ 'USERNAME_LETTER_NUM_SPACERS_EXPLAIN'=> 'Username must be between %1$d and %2$d chars long and use letter, number, space or -+_[] characters.',
'USERNAME_CHARS_ANY_EXPLAIN' => 'Length must be between %1$d and %2$d characters.',
'USERNAME_TAKEN_USERNAME' => 'The username you entered is already in use, please select an alternative.',
'USERNAME_DISALLOWED_USERNAME' => 'The username you entered has been banned.',