diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2025-04-04 00:33:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2025-04-04 00:33:30 +0000 |
commit | d0fd2b39add6658f6e2d63249e3f5096c10b4052 (patch) | |
tree | 9201855fbff9b754fc90afa1b15975e2859e6514 /languages | |
parent | 405eecd372d267f14bc21d4e449bd5b34b461027 (diff) | |
parent | 2be2f76908059efa732bfad349e25b05747473d2 (diff) | |
download | mediawikicore-d0fd2b39add6658f6e2d63249e3f5096c10b4052.tar.gz mediawikicore-d0fd2b39add6658f6e2d63249e3f5096c10b4052.zip |
Merge "SpecialBlock [Codex]: Include an 'Active range blocks' table for IPs"
Diffstat (limited to 'languages')
-rw-r--r-- | languages/i18n/en.json | 3 | ||||
-rw-r--r-- | languages/i18n/qqq.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 0901cecb8ec0..b75303234f09 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2658,6 +2658,8 @@ "block-success": "[[Special:Contributions/$1|{{GENDER:$1|$1}}]] ([[{{ns:user_talk}}:$1|talk]]) has been blocked. See the [[Special:BlockList|block list]] to review blocks.", "block-user-active-blocks": "Active blocks", "block-user-no-active-blocks": "No active blocks found", + "block-user-active-range-blocks": "Active range blocks", + "block-user-no-active-range-blocks": "No active range blocks found", "block-user-previous-blocks": "Block log", "block-user-no-previous-blocks": "No previous blocks found", "block-user-label-count-exceeds-limit": "$1+", @@ -2679,6 +2681,7 @@ "block-javascript-required": "JavaScript is required to use the Special:Block interface.", "block-removed": "Block has been removed.", "block-reblock-multi-legacy": "This user is blocked multiple times already and cannot be reblocked with this form.", + "block-view-target": "View", "unblockip": "Unblock user", "unblockiptext": "Use the form below to restore write access to a previously blocked IP address or username.", "unblock-target": "Unblock target", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 086df3bd8bcd..ab1f44781fb6 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -2925,6 +2925,8 @@ "block-success": "Message shown when a block is successfully applied on [[Special:Block]]. Similar to {{msg-mw|blockipsuccesstext}} except only basic wikitext is allowed.\n\nParameters:\n* $1 - target username", "block-user-active-blocks": "Header for the active blocks table", "block-user-no-active-blocks": "Message shown when there are no active blocks for the user", + "block-user-active-range-blocks": "Header for the 'Active range blocks' table shown at [[Special:Block]].", + "block-user-no-active-range-blocks": "Message shown at [[Special:Block]] when there are no active range blocks for an IP address.", "block-user-previous-blocks": "Header for the previous blocks table", "block-user-no-previous-blocks": "Message shown when there are no previous block log entries for the user", "block-user-label-count-exceeds-limit": "{{optional}}\nLabel displaying the total number of blocks or block events, with a '+' sign to indicate additional entries.\n\nParameters:\n* $1 - total number of blocks or log events", @@ -2946,6 +2948,7 @@ "block-javascript-required": "Error message shown when JavaScript is disabled on [[Special:Block]]", "block-removed": "Success message shown after a block has been removed.", "block-reblock-multi-legacy": "Error message shown on [[Special:Block]].", + "block-view-target": "Message for link to load an IP range in the [[Special:Block]] interface.\n{{Identical|View}}", "unblockip": "Used as title and legend for the form in [[Special:Unblock]].", "unblockiptext": "Used in the {{msg-mw|Unblockip}} form on [[Special:Unblock]].", "unblock-target": "Used as a title and legend for the form in [[Special:Unblock]]", |