summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CheckUser/i18n/en-gb.json')
-rw-r--r--CheckUser/i18n/en-gb.json32
1 files changed, 20 insertions, 12 deletions
diff --git a/CheckUser/i18n/en-gb.json b/CheckUser/i18n/en-gb.json
index 29d6a82f..10dc51e1 100644
--- a/CheckUser/i18n/en-gb.json
+++ b/CheckUser/i18n/en-gb.json
@@ -1,7 +1,10 @@
{
"@metadata": {
"authors": [
- "Chase me ladies, I'm the Cavalry"
+ "Chase me ladies, I'm the Cavalry",
+ "Macofe",
+ "Guycn2",
+ "Andibing"
]
},
"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.\nUsers and edits by a client IP address can be retrieved via XFF headers by appending the IP address with \"/xff\". IPv4 (CIDR $1-32) and IPv6 (CIDR $2-128) are supported.\nNo more than 5,000 edits will be returned for performance reasons.\nUse this in accordance with policy.",
@@ -20,13 +23,12 @@
"grouppage-checkuser": "{{ns:project}}:Check user",
"checkuser-reason": "Reason:",
"checkuser-reason-api": "API: $1",
- "checkuser-showlog": "Show log",
+ "checkuser-showlog": "Switch to CheckUser log",
"checkuser-query": "Query recent changes",
"checkuser-target": "IP address or username:",
"checkuser-users": "Get users",
"checkuser-edits": "Get edits",
"checkuser-ips": "Get IP addresses",
- "checkuser-search": "Search",
"checkuser-period": "Duration:",
"checkuser-week-1": "last week",
"checkuser-week-2": "last two weeks",
@@ -47,6 +49,8 @@
"checkuser-localonly": "Not unified",
"checkuser-massblock": "Block selected users",
"checkuser-massblock-text": "Selected accounts will be blocked indefinitely, with autoblocking of IP addresses enabled and account creation disabled.\nIP addresses will be blocked for one week for anonymous users only and account creation will be disabled.",
+ "checkuser-blockemail": "Prevent from sending email",
+ "checkuser-blocktalk": "Prevent from editing their own talk page while blocked",
"checkuser-blocktag": "Replace user pages with:",
"checkuser-blocktag-talk": "Replace talk pages with:",
"checkuser-massblock-commit": "Block selected users",
@@ -54,33 +58,37 @@
"checkuser-block-failure": "'''No users blocked.'''",
"checkuser-block-limit": "Too many users selected.",
"checkuser-block-noreason": "You must give a reason for the blocks.",
+ "checkuser-centralauth-multilock": "Multi lock selected accounts",
"checkuser-noreason": "You must give a reason for this query.",
"checkuser-accounts": "$1 new {{PLURAL:$1|account|accounts}}",
"checkuser-too-many": "Too many results (according to query estimate), please narrow down the CIDR.\nHere are the IP addresses used (5000 max, sorted by address):",
"checkuser-user-nonexistent": "The specified user does not exist.",
- "checkuser-search-form": "Find log entries where the $1 is $2",
+ "checkuser-search": "Search check user log entries",
"checkuser-search-submit": "Search",
"checkuser-search-initiator": "initiator",
"checkuser-search-target": "target",
+ "checkuser-log-search-target": "Target:",
+ "checkuser-log-search-type": "Search by:",
"checkuser-ipeditcount": "~$1 from all users",
- "checkuser-log-return": "Switch to CheckUser main form",
+ "checkuser-showmain": "Switch to CheckUser main form",
"checkuser-limited": "'''These results have been truncated for performance reasons.'''",
- "checkuser-log-userips": "$1 got IP addresses for $2",
- "checkuser-log-ipedits": "$1 got edits for $2",
- "checkuser-log-ipusers": "$1 got users for $2",
- "checkuser-log-ipedits-xff": "$1 got edits for XFF $2",
- "checkuser-log-ipusers-xff": "$1 got users for XFF $2",
- "checkuser-log-useredits": "$1 got edits for $2",
+ "checkuser-log-entry-userips": "$3, $1 got IP addresses for $2",
+ "checkuser-log-entry-ipedits": "$3, $1 got edits for $2",
+ "checkuser-log-entry-ipusers": "$3, $1 got users for $2",
+ "checkuser-log-entry-ipedits-xff": "$3, $1 got edits for XFF $2",
+ "checkuser-log-entry-ipusers-xff": "$3, $1 got users for XFF $2",
+ "checkuser-log-entry-useredits": "$3, $1 got edits for $2",
"checkuser-autocreate-action": "was automatically created",
"checkuser-create-action": "was created",
"checkuser-email-action": "sent an email to user \"$1\"",
"checkuser-reset-action": "reset password for user \"$1\"",
+ "checkuser-token-fail": "Session failure. Please try again.",
"apihelp-query+checkuser-description": "Check which IP addresses are used by a given username, or which usernames are used by a given IP.",
"apihelp-query+checkuser-param-request": "Type of CheckUser request:\n;userips:Get IP address of target user.\n;edits:Get changes from target IP address or range.\n;ipusers:Get users from target IP address or range.",
"apihelp-query+checkuser-param-target": "Username, IP address, or CIDR range to check.",
"apihelp-query+checkuser-param-reason": "Reason to check.",
"apihelp-query+checkuser-param-limit": "Limit of rows.",
- "apihelp-query+checkuser-param-timecond": "Time limit of user data (like \"2 weeks\").",
+ "apihelp-query+checkuser-param-timecond": "Time limit of user data (like \"-2 weeks\" or \"2 weeks ago\").",
"apihelp-query+checkuser-param-xff": "Use XFF data instead of IP address.",
"apihelp-query+checkuser-example-1": "Check IP addresses for [[User:Example]]",
"apihelp-query+checkuser-example-2": "Check edits from 192.0.2.0/24",