Index: trunk/extensions/CheckUser/CheckUser.i18n.php |
— | — | @@ -8,14 +8,14 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $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. |
13 | 13 | 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. |
14 | 14 | No more than 5000 edits will be returned for performance reasons. |
15 | 15 | Use this in accordance with policy.', |
16 | 16 | 'checkuser-desc' => 'Grants users with the appropriate permission the ability to check user\'s IP addresses and other information', |
17 | 17 | 'checkuser-logcase' => 'The log search is case sensitive.', |
18 | 18 | 'checkuser' => 'Check user', |
19 | | - 'checkuser-contribs' => 'check user IPs', |
| 19 | + 'checkuser-contribs' => 'check user IP addresses', |
20 | 20 | 'group-checkuser' => 'Check users', |
21 | 21 | 'group-checkuser-member' => 'Check user', |
22 | 22 | 'right-checkuser' => "Check user's IP addresses and other information", |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | 'checkuser-target' => 'User or IP', |
30 | 30 | 'checkuser-users' => 'Get users', |
31 | 31 | 'checkuser-edits' => 'Get edits from IP', |
32 | | - 'checkuser-ips' => 'Get IPs', |
| 32 | + 'checkuser-ips' => 'Get IP addresses', |
33 | 33 | 'checkuser-account' => 'Get account edits', |
34 | 34 | 'checkuser-search' => 'Search', |
35 | 35 | 'checkuser-period' => 'Duration:', |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | 'checkuser-week-2' => 'last two weeks', |
38 | 38 | 'checkuser-month' => 'last 30 days', |
39 | 39 | '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', |
41 | 41 | 'checkuser-cidr-res' => 'Common CIDR:', |
42 | 42 | 'checkuser-empty' => 'The log contains no items.', |
43 | 43 | 'checkuser-nomatch' => 'No matches found.', |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | |
77 | 77 | 'checkuser-limited' => '\'\'\'These results have been truncated for performance reasons.\'\'\'', |
78 | 78 | |
79 | | - 'checkuser-log-userips' => '$1 got IPs for $2', |
| 79 | + 'checkuser-log-userips' => '$1 got IP addresses for $2', |
80 | 80 | 'checkuser-log-ipedits' => '$1 got edits for $2', |
81 | 81 | 'checkuser-log-ipusers' => '$1 got users for $2', |
82 | 82 | 'checkuser-log-ipedits-xff' => '$1 got edits for XFF $2', |