From: Aaron Schulz Date: Fri, 7 Oct 2011 05:30:04 +0000 (+0000) Subject: Reverted r83757, ipaddress msg in used by GlobalBlocking X-Git-Tag: 1.31.0-rc.0~27212 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=61db0345c5a2fd88e7cf2e4900e4cb292903feb7;p=lhc%2Fweb%2Fwiklou.git Reverted r83757, ipaddress msg in used by GlobalBlocking --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 7df0f46555..be5bcbe0fa 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3026,6 +3026,7 @@ The latest block log entry is provided below for reference:', '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]]. Fill in a specific reason below (for example, citing particular pages that were vandalized).', +'ipaddress' => 'IP address:', 'ipadressorusername' => 'IP address or username:', 'ipbexpiry' => 'Expiry:', 'ipbreason' => 'Reason:', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 1f5ab57128..01a7859e90 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2048,6 +2048,7 @@ $wgMessageStructure = array( 'blockip-title', 'blockip-legend', 'blockiptext', + 'ipaddress', 'ipadressorusername', 'ipbexpiry', 'ipbreason',