summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CheckUser/i18n/api/en.json')
-rw-r--r--CheckUser/i18n/api/en.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/CheckUser/i18n/api/en.json b/CheckUser/i18n/api/en.json
new file mode 100644
index 00000000..ea701dcd
--- /dev/null
+++ b/CheckUser/i18n/api/en.json
@@ -0,0 +1,32 @@
+{
+ "@metadata": {
+ "authors": [
+ "Tim Starling",
+ "Aaron Schulz",
+ "John Du Hart",
+ "Zoranzoki21"
+ ]
+ },
+ "apihelp-query+checkuser-description": "Check which IP addresses are used by a given username or which usernames are used by a given IP address.",
+ "apihelp-query+checkuser-summary": "Check which IP addresses are used by a given username or which usernames are used by a given IP address.",
+ "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\" 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",
+ "apihelp-query+checkuserlog-description": "Get entries from the CheckUser log.",
+ "apihelp-query+checkuserlog-summary": "Get entries from the CheckUser log.",
+ "apihelp-query+checkuserlog-param-user": "Username of the CheckUser.",
+ "apihelp-query+checkuserlog-param-target": "Checked user, IP address, or CIDR range.",
+ "apihelp-query+checkuserlog-param-limit": "Limit of rows.",
+ "apihelp-query+checkuserlog-param-from": "The timestamp to start enumerating from.",
+ "apihelp-query+checkuserlog-param-to": "The timestamp to end enumerating.",
+ "apihelp-query+checkuserlog-example-1": "Show checks of [[User:Example]]",
+ "apihelp-query+checkuserlog-example-2": "Show checks of 192.0.2.0/24 after 2011-10-15T23:00:00Z",
+ "apierror-checkuser-missingsummary": "You must define reason for check.",
+ "apierror-checkuser-timelimit": "You need use correct time limit (like \"-2 weeks\" or \"2 weeks ago\").",
+ "apierror-checkuser-invalidmode": "Invalid request mode"
+}