mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/11201] Remove MSN/WLM fields
WLM will be shutdown in March 2013. Skype is the new replacement. But as Skype uses a different login ID and service, the values in this field are useless. So we can safely remove the field and the links/functions we create. PHPBB3-11201
This commit is contained in:
@@ -368,7 +368,6 @@ $lang = array_merge($lang, array(
|
||||
'MODERATORS' => 'Moderators',
|
||||
'MONTH' => 'Month',
|
||||
'MOVE' => 'Move',
|
||||
'MSNM' => 'WLM',
|
||||
|
||||
'NA' => 'N/A',
|
||||
'NEWEST_USER' => 'Our newest member <strong>%s</strong>',
|
||||
@@ -627,7 +626,6 @@ $lang = array_merge($lang, array(
|
||||
'TOO_LONG_INTERESTS' => 'The interests you entered is too long.',
|
||||
'TOO_LONG_JABBER' => 'The Jabber account name you entered is too long.',
|
||||
'TOO_LONG_LOCATION' => 'The location you entered is too long.',
|
||||
'TOO_LONG_MSN' => 'The WLM name you entered is too long.',
|
||||
'TOO_LONG_NEW_PASSWORD' => 'The password you entered is too long.',
|
||||
'TOO_LONG_OCCUPATION' => 'The occupation you entered is too long.',
|
||||
'TOO_LONG_PASSWORD_CONFIRM' => 'The password confirmation you entered is too long.',
|
||||
@@ -648,7 +646,6 @@ $lang = array_merge($lang, array(
|
||||
'TOO_SHORT_INTERESTS' => 'The interests you entered is too short.',
|
||||
'TOO_SHORT_JABBER' => 'The Jabber account name you entered is too short.',
|
||||
'TOO_SHORT_LOCATION' => 'The location you entered is too short.',
|
||||
'TOO_SHORT_MSN' => 'The WLM name you entered is too short.',
|
||||
'TOO_SHORT_NEW_PASSWORD' => 'The password you entered is too short.',
|
||||
'TOO_SHORT_OCCUPATION' => 'The occupation you entered is too short.',
|
||||
'TOO_SHORT_PASSWORD_CONFIRM' => 'The password confirmation you entered is too short.',
|
||||
|
Reference in New Issue
Block a user