mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/10535] Delete no longer needed email confirm language entries.
PHPBB3-10535
This commit is contained in:
parent
fc297a710e
commit
ccf0cf649d
1 changed files with 0 additions and 2 deletions
|
@ -614,7 +614,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 e-mail address you entered is too long.',
|
||||
'TOO_LONG_EMAIL_CONFIRM' => 'The e-mail address confirmation 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.',
|
||||
|
||||
|
@ -636,7 +635,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 e-mail address you entered is too short.',
|
||||
'TOO_SHORT_EMAIL_CONFIRM' => 'The e-mail address confirmation 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.',
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue