mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
Merge "Add error message for unprivileged access of filter history"
This commit is contained in:
commit
64443f9905
|
@ -464,6 +464,7 @@
|
|||
"abusefilter-history-select-submit": "Refine",
|
||||
"abusefilter-history-diff": "Changes",
|
||||
"abusefilter-history-error-hidden": "The filter you requested is hidden, and you cannot view its history.",
|
||||
"abusefilter-history-error-protected": "The filter you requested uses protected variables, and you cannot view its history.",
|
||||
"abusefilter-exception-unexpectedatend": "Unexpected \"$2\" at character $1.",
|
||||
"abusefilter-exception-expectednotfound": "Expected a $2 at character $1, not found (found $3 $4 instead).",
|
||||
"abusefilter-exception-unrecognisedkeyword": "Unrecognized keyword $2 at character $1.",
|
||||
|
|
|
@ -509,6 +509,7 @@
|
|||
"abusefilter-history-select-submit": "Used as submit button on [[Special:AbuseFilter/history]]",
|
||||
"abusefilter-history-diff": "{{Identical|Change}}",
|
||||
"abusefilter-history-error-hidden": "Error message shown to user if the filter they are trying to view is hidden and they do not have permission to view it.",
|
||||
"abusefilter-history-error-protected": "Error message shown to user if the filter they are trying to view uses protected variables and they do not have permission to view it.",
|
||||
"abusefilter-exception-unexpectedatend": "Error message from the abuse filter parser.\nParameters:\n* $1 - Position in the string\n* $2 - Unexpected code, i.e. <code>else, then, end, :, '</code>",
|
||||
"abusefilter-exception-expectednotfound": "Error message from the abuse filter parser.\nParameters:\n* $1 - Position in the string\n* $2 - Expected code, i.e. <code>else, then, end, :, '</code>\n* $3 - Type of the found code\n* $4 - Value of the type",
|
||||
"abusefilter-exception-unrecognisedkeyword": "Error message from the abuse filter parser.\nParameters:\n* $1 - Position in the string\n* $2 - Unrecognized keyword",
|
||||
|
|
Loading…
Reference in a new issue