diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-03 20:01:19 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-03 20:01:19 +0100 |
commit | 5b1fbfb2f2c901b89bb1163503b0468e11bbc307 (patch) | |
tree | afaa3d02d4155eb30034e1a07097c60bb8354ec6 /phpBB/language/en/common.php | |
parent | e750d71f840e0c2e8fe802c5cc593c0630746291 (diff) | |
download | forums-5b1fbfb2f2c901b89bb1163503b0468e11bbc307.tar forums-5b1fbfb2f2c901b89bb1163503b0468e11bbc307.tar.gz forums-5b1fbfb2f2c901b89bb1163503b0468e11bbc307.tar.bz2 forums-5b1fbfb2f2c901b89bb1163503b0468e11bbc307.tar.xz forums-5b1fbfb2f2c901b89bb1163503b0468e11bbc307.zip |
[ticket/12187] Remove user_website functionality
PHPBB3-12187
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 9586d25ed3..529d556dbe 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -689,7 +689,6 @@ $lang = array_merge($lang, array( 'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.', 'TOO_LONG_USERNAME' => 'The username you entered is too long.', 'TOO_LONG_EMAIL' => 'The email address you entered is too long.', - 'TOO_LONG_WEBSITE' => 'The website address you entered is too long.', 'TOO_LONG_YIM' => 'The Yahoo! Messenger name you entered is too long.', 'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.', @@ -706,7 +705,6 @@ $lang = array_merge($lang, array( 'TOO_SHORT_USER_PASSWORD' => 'The password you entered is too short.', 'TOO_SHORT_USERNAME' => 'The username you entered is too short.', 'TOO_SHORT_EMAIL' => 'The email address you entered is too short.', - 'TOO_SHORT_WEBSITE' => 'The website address you entered is too short.', 'TOO_SHORT_YIM' => 'The Yahoo! Messenger name you entered is too short.', 'TOO_SMALL' => 'The value you entered is too small.', @@ -825,7 +823,6 @@ $lang = array_merge($lang, array( 'WRONG_DATA_COLOUR' => 'The colour value you entered is invalid.', 'WRONG_DATA_JABBER' => 'The name you entered is not a valid Jabber account name.', 'WRONG_DATA_LANG' => 'The language you specified is not valid.', - 'WRONG_DATA_WEBSITE' => 'The website address has to be a valid URL, including the protocol. For example http://www.example.com/.', 'WROTE' => 'wrote', 'YEAR' => 'Year', |