Index: branches/wmf/1.18wmf1/maintenance/language/messages.inc |
— | — | @@ -2047,6 +2047,7 @@ |
2048 | 2048 | 'blockip-title', |
2049 | 2049 | 'blockip-legend', |
2050 | 2050 | 'blockiptext', |
| 2051 | + 'ipaddress', |
2051 | 2052 | 'ipadressorusername', |
2052 | 2053 | 'ipbexpiry', |
2053 | 2054 | 'ipbreason', |
Index: branches/wmf/1.18wmf1/languages/messages/MessagesEn.php |
— | — | @@ -3023,6 +3023,7 @@ |
3024 | 3024 | 'blockiptext' => 'Use the form below to block write access from a specific IP address or username. |
3025 | 3025 | This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]]. |
3026 | 3026 | Fill in a specific reason below (for example, citing particular pages that were vandalized).', |
| 3027 | +'ipaddress' => 'IP address:', |
3027 | 3028 | 'ipadressorusername' => 'IP address or username:', |
3028 | 3029 | 'ipbexpiry' => 'Expiry:', |
3029 | 3030 | 'ipbreason' => 'Reason:', |