mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Add GENDER to abusefilter-revert-preview-item
Change-Id: I4fe0190238fc97409c18678a617a8f6a46d41bab
This commit is contained in:
parent
e49d13c966
commit
9f097e59db
|
@ -74,7 +74,7 @@ class AbuseFilterViewRevert extends AbuseFilterView {
|
|||
array(),
|
||||
array( 'details' => $result['id'] )
|
||||
)
|
||||
)->parse();
|
||||
)->params( $result['user'] )->parse();
|
||||
$list[] = Xml::tags( 'li', null, $msg );
|
||||
}
|
||||
|
||||
|
|
|
@ -338,7 +338,7 @@
|
|||
"abusefilter-action-disallow": "Disallow",
|
||||
"abusefilter-revert-title": "Revert all changes by filter $1",
|
||||
"abusefilter-revert-intro": "This form allows you to revert all changes made by the abuse filter due to filter $1.\nPlease exercise care in using this tool.",
|
||||
"abusefilter-revert-preview-item": "$1: $2 made a $3 on $4.\nActions to be reverted: $5 ($6)",
|
||||
"abusefilter-revert-preview-item": "$1: $2 {{GENDER:$7|made}} a $3 on $4.\nActions to be reverted: $5 ($6)",
|
||||
"abusefilter-revert-search-legend": "Select abuse filter actions to be reverted",
|
||||
"abusefilter-revert-periodstart": "Period start:",
|
||||
"abusefilter-revert-periodend": "Period end:",
|
||||
|
|
|
@ -345,7 +345,7 @@
|
|||
"abusefilter-action-disallow": "{{doc-abusefilter-action}}\n\nTo '''disallow''' actions means that actions matching the filter will be '''prevented''', and a descriptive error message will be shown. Additional information: https://www.mediawiki.org/wiki/Extension:AbuseFilter/Actions",
|
||||
"abusefilter-revert-title": "Used as page title of [[Special:AbuseFilter/revert/1]] (go to [[Special:AbuseFilter]], open a filter, click \"Revert actions taken by this filter\").\n\nParameters:\n* $1 - filter ID",
|
||||
"abusefilter-revert-intro": "Parameters:\n* $1 - filter",
|
||||
"abusefilter-revert-preview-item": "Parameters:\n* $1 is a localised time and date\n* $2 is the linked user that made a change\n* $3 is the action\n* $4 is the page title of the page that was changed\n* $5 is a (localised) comma separated list of actions\n* $6 is link to the log details with {{msg-mw|abusefilter-log-detailslink}} as link description.",
|
||||
"abusefilter-revert-preview-item": "Parameters:\n* $1 is a localised time and date\n* $2 is the linked user that made a change\n* $3 is the action\n* $4 is the page title of the page that was changed\n* $5 is a (localised) comma separated list of actions\n* $6 is link to the log details with {{msg-mw|abusefilter-log-detailslink}} as link description.\n* $7 is a raw username, which can be used for GENDER.",
|
||||
"abusefilter-revert-filter": "{{Identical|Filter}}",
|
||||
"abusefilter-revert-preview-intro": "Refers to {{msg-mw|Abusefilter-revert-confirm}}.",
|
||||
"abusefilter-revert-confirm": "This is also used in {{msg-mw|Abusefilter-revert-preview-intro}}. When changing this message, please also remember to change that one.\n{{Identical|Confirm}}",
|
||||
|
|
Loading…
Reference in a new issue