r57675 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57674‎ | r57675 | r57676 >
Date:18:31, 13 October 2009
Author:siebrand
Status:ok
Tags:
Comment:
IP(s) -> IP address(es)
Modified paths:
  • /trunk/extensions/CheckUser/CheckUser.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/CheckUser.i18n.php
@@ -8,14 +8,14 @@
99 $messages = array();
1010
1111 $messages['en'] = array(
12 - 'checkuser-summary' => 'This tool scans recent changes to retrieve the IPs used by a user or show the edit/user data for an IP.
 12+ 'checkuser-summary' => 'This tool scans recent changes to retrieve the IP addresses used by a user or show the edit/user data for an IP address.
1313 Users and edits by a client IP can be retrieved via XFF headers by appending the IP with "/xff". IPv4 (CIDR 16-32) and IPv6 (CIDR 96-128) are supported.
1414 No more than 5000 edits will be returned for performance reasons.
1515 Use this in accordance with policy.',
1616 'checkuser-desc' => 'Grants users with the appropriate permission the ability to check user\'s IP addresses and other information',
1717 'checkuser-logcase' => 'The log search is case sensitive.',
1818 'checkuser' => 'Check user',
19 - 'checkuser-contribs' => 'check user IPs',
 19+ 'checkuser-contribs' => 'check user IP addresses',
2020 'group-checkuser' => 'Check users',
2121 'group-checkuser-member' => 'Check user',
2222 'right-checkuser' => "Check user's IP addresses and other information",
@@ -28,7 +28,7 @@
2929 'checkuser-target' => 'User or IP',
3030 'checkuser-users' => 'Get users',
3131 'checkuser-edits' => 'Get edits from IP',
32 - 'checkuser-ips' => 'Get IPs',
 32+ 'checkuser-ips' => 'Get IP addresses',
3333 'checkuser-account' => 'Get account edits',
3434 'checkuser-search' => 'Search',
3535 'checkuser-period' => 'Duration:',
@@ -36,7 +36,7 @@
3737 'checkuser-week-2' => 'last two weeks',
3838 'checkuser-month' => 'last 30 days',
3939 'checkuser-all' => 'all',
40 - 'checkuser-cidr-label' => 'Find common range and affected addresses for a list of IPs',
 40+ 'checkuser-cidr-label' => 'Find common range and affected IP addresses for a list of IP addresses',
4141 'checkuser-cidr-res' => 'Common CIDR:',
4242 'checkuser-empty' => 'The log contains no items.',
4343 'checkuser-nomatch' => 'No matches found.',
@@ -75,7 +75,7 @@
7676
7777 'checkuser-limited' => '\'\'\'These results have been truncated for performance reasons.\'\'\'',
7878
79 - 'checkuser-log-userips' => '$1 got IPs for $2',
 79+ 'checkuser-log-userips' => '$1 got IP addresses for $2',
8080 'checkuser-log-ipedits' => '$1 got edits for $2',
8181 'checkuser-log-ipusers' => '$1 got users for $2',
8282 'checkuser-log-ipedits-xff' => '$1 got edits for XFF $2',

Status & tagging log