Merge "Add GENDER to abusefilter-revert-preview-item"

This commit is contained in:
jenkins-bot 2016-06-25 15:31:41 +00:00 committed by Gerrit Code Review
commit 9bc9f058f2
3 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ class AbuseFilterViewRevert extends AbuseFilterView {
array(),
array( 'details' => $result['id'] )
)
)->parse();
)->params( $result['user'] )->parse();
$list[] = Xml::tags( 'li', null, $msg );
}

View file

@ -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:",

View file

@ -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}}",