Remove 5 unused block messages
authorKevin Israel <pleasestand@live.com>
Sat, 7 Dec 2013 10:11:51 +0000 (05:11 -0500)
committerKevin Israel <pleasestand@live.com>
Sat, 7 Dec 2013 10:22:03 +0000 (05:22 -0500)
Follows-up r83786 (78059976086f):
* blockip-title
* ipbreasonotherlist
* ipbotheroption
* ipbotherreason
* cant-block-while-blocked

Change-Id: Ic2bb1261dbc9a1fa46ed551159e8ce8ceff774bf

languages/messages/MessagesEn.php
maintenance/language/messages.inc

index f03b60f..f0b1986 100644 (file)
@@ -3265,7 +3265,6 @@ The latest block log entry is provided below for reference:',
 'unblock'                         => 'Unblock user',
 'unblock-summary'                 => '', # do not translate or duplicate this message to other languages
 'blockip'                         => 'Block user',
-'blockip-title'                   => 'Block user',
 'blockip-legend'                  => 'Block user',
 'blockiptext'                     => 'Use the form below to block write access from a specific IP address or username.
 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
@@ -3273,7 +3272,6 @@ Fill in a specific reason below (for example, citing particular pages that were
 'ipadressorusername'              => 'IP address or username:',
 'ipbexpiry'                       => 'Expiry:',
 'ipbreason'                       => 'Reason:',
-'ipbreasonotherlist'              => 'Other reason',
 'ipbreason-dropdown'              => '*Common block reasons
 ** Inserting false information
 ** Removing content from pages
@@ -3289,8 +3287,6 @@ Fill in a specific reason below (for example, citing particular pages that were
 'ipbsubmit'                       => 'Block this user',
 'ipbother'                        => 'Other time:',
 'ipboptions'                      => '2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,indefinite:infinite',
-'ipbotheroption'                  => 'other',
-'ipbotherreason'                  => 'Other/additional reason:',
 'ipbhidename'                     => 'Hide username from edits and lists',
 'ipbwatchuser'                    => "Watch this user's user and talk pages",
 'ipb-disableusertalk'             => 'Prevent this user from editing their own talk page while blocked',
@@ -3385,7 +3381,6 @@ Please contact your Internet service provider or technical support of your organ
 'sorbs_create_account_reason'     => 'Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.
 You cannot create an account',
 'xffblockreason'                  => 'An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1',
-'cant-block-while-blocked'        => 'You cannot block other users while you are blocked.',
 'cant-see-hidden-user'            => "The user you are trying to block has already been blocked and hidden.
 Since you do not have the hideuser right, you cannot see or edit the user's block.",
 'ipbblocked'                      => 'You cannot block or unblock other users because you are yourself blocked',
index 6aeb3ae..7bc5532 100644 (file)
@@ -2249,13 +2249,11 @@ $wgMessageStructure = array(
                'unblock',
                'unblock-summary',
                'blockip',
-               'blockip-title',
                'blockip-legend',
                'blockiptext',
                'ipadressorusername',
                'ipbexpiry',
                'ipbreason',
-               'ipbreasonotherlist',
                'ipbreason-dropdown',
                'ipb-hardblock',
                'ipbcreateaccount',
@@ -2264,8 +2262,6 @@ $wgMessageStructure = array(
                'ipbsubmit',
                'ipbother',
                'ipboptions',
-               'ipbotheroption',
-               'ipbotherreason',
                'ipbhidename',
                'ipbwatchuser',
                'ipb-disableusertalk',
@@ -2352,7 +2348,6 @@ $wgMessageStructure = array(
                'sorbsreason',
                'sorbs_create_account_reason',
                'xffblockreason',
-               'cant-block-while-blocked',
                'cant-see-hidden-user',
                'ipbblocked',
                'ipbnounblockself',