From: Ammar Date: Fri, 12 Apr 2019 16:22:55 +0000 (+0100) Subject: Add missing action- messages to MW Core X-Git-Tag: 1.34.0-rc.0~2031 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=7540c6091a142bafe51235f7815fa241a42de6fc;p=lhc%2Fweb%2Fwiklou.git Add missing action- messages to MW Core Bug: T220810 Change-Id: Ic43435bc42c23f055bde0c6cf7648d9f219cfb34 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index e5b74feb05..56ff4675b5 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1382,6 +1382,34 @@ "action-changetags": "add and remove arbitrary tags on individual revisions and log entries", "action-deletechangetags": "delete tags from the database", "action-purge": "purge this page", + "action-apihighlimits": "use higher limits in API queries", + "action-autoconfirmed": "not be affected by IP-based rate limits", + "action-bigdelete": "delete pages with large histories", + "action-blockemail": "block a user from sending email", + "action-bot": "be treated as an automated process", + "action-editprotected": "edit pages protected as \"{{int:protect-level-sysop}}\"", + "action-editsemiprotected": "edit pages protected as \"{{int:protect-level-autoconfirmed}}\"", + "action-editinterface": "edit the user interface", + "action-editusercss": "edit other users' CSS files", + "action-edituserjson": "edit other users' JSON files", + "action-edituserjs": "edit other users' JavaScript files", + "action-editsitecss": "edit sitewide CSS", + "action-editsitejson": "edit sitewide JSON", + "action-editsitejs": "edit sitewide JavaScript", + "action-editmyusercss": "edit your own user CSS files", + "action-editmyuserjson": "edit your own user JSON files", + "action-editmyuserjs": "edit your own user JavaScript files", + "action-viewsuppressed": "view revisions hidden from any user", + "action-hideuser": "block a username, hiding it from the public", + "action-ipblock-exempt": "bypass IP blocks, auto-blocks and range blocks", + "action-unblockself": "unblock oneself", + "action-noratelimit": "not be affected by rate limits", + "action-reupload-own": "overwrite existing files uploaded by oneself", + "action-nominornewtalk": "not have minor edits to discussion pages trigger the new messages prompt", + "action-markbotedits": "mark rolled-back edits as bot edits", + "action-patrolmarks": "view recent changes patrol marks", + "action-override-export-depth": "export pages including linked pages up to a depth of 5", + "action-suppressredirect": "not create redirects from source pages when moving pages", "nchanges": "$1 {{PLURAL:$1|change|changes}}", "ntimes": "$1×", "enhancedrc-since-last-visit": "$1 {{PLURAL:$1|since last visit}}", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index a22fac3d9f..5065bb6fd9 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -1588,6 +1588,34 @@ "action-changetags": "{{doc-action|changetags}}", "action-deletechangetags": "{{doc-action|deletechangetags}}", "action-purge": "{{doc-action|purge}}", + "action-apihighlimits": "{{doct|apihighlimits}}", + "action-autoconfirmed": "{{doc-action|autoconfirmed}}", + "action-bigdelete": "{{doc-action|bigdelete}}", + "action-blockemail": "{{doc-action|blockemail}}", + "action-bot": "{{doc-action|bot}}", + "action-editprotected": "{{doc-action|editprotected}}", + "action-editsemiprotected": "{{doc-action|editsemiprotected}}", + "action-editinterface": "{{doc-action|editinterface}}", + "action-editusercss": "{{doc-action|editusercss}}", + "action-edituserjson": "{{doc-action|edituserjson}}", + "action-edituserjs": "{{doc-action|edituserjs}}", + "action-editsitecss": "{{doc-action|editsitecss}}", + "action-editsitejson": "{{doc-action|editsitejson}}", + "action-editsitejs": "{{doc-action|editsitejs}}", + "action-editmyusercss": "{{doc-action|editmyusercss}}", + "action-editmyuserjson": "{{doc-action|editmyuserjson}}", + "action-editmyuserjs": "{{doc-action|editmyuserjs}}", + "action-viewsuppressed": "{{doc-action|viewsuppressed}}", + "action-hideuser": "{{doc-action|hideuser}}", + "action-ipblock-exempt": "{{doc-action|ipblock-exempt}}", + "action-unblockself": "{{doc-action|unblockself}}", + "action-noratelimit": "{{doc-action|noratelimit}}", + "action-reupload-own": "{{doc-action|reupload-own}}", + "action-nominornewtalk": "{{doc-action|nominornewtalk}}", + "action-markbotedits": "{{doc-action|markbotedits}}", + "action-patrolmarks": "{{doc-action|patrolmarks}}", + "action-override-export-depth": "{{doc-action|override-export-depth}}", + "action-suppressredirect": "{{doc-action|suppressredirect}}", "nchanges": "Appears on enhanced watchlist and recent changes when page has more than one change on given date, linking to a diff of the changes.\n\nParameters:\n* $1 - the number of changes on that day (2 or more)\nThree messages are shown side-by-side: ({{msg-mw|Nchanges}} | {{msg-mw|Enhancedrc-since-last-visit}} | {{msg-mw|Enhancedrc-history}}).", "ntimes": "Used to indicate how many times an event occurred (eg. on enhanced recent change when a user did more than one change to the page). Parameters:\n* $1 - number (integer)", "enhancedrc-since-last-visit": "Appears on enhanced watchlist and recent changes when page has more than one change on given date and at least one that the user hasn't seen yet, linking to a diff of the unviewed changes.\n\nParameters:\n* $1 - the number of unviewed changes (1 or more)\nThree messages are shown side-by-side: ({{msg-mw|nchanges}} | {{msg-mw|enhancedrc-since-last-visit}} | {{msg-mw|enhancedrc-history}}).",