mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Add GENDER to English log messages
To hint to translators that gender can be used, and to avoid warnings on translatewiki about missing parameters. Change-Id: Ie9523527d1ce138f978145ddaa565137a7b34ab1
This commit is contained in:
parent
743bb64924
commit
f8bd3775e3
|
@ -638,7 +638,7 @@
|
|||
"abusefilter-protected-vars-log-header": "This is a log of:\n# Viewing protected variables in log details\n# Changing user access levels for viewing protected variables",
|
||||
"logentry-abusefilter-protected-vars-change-access-enable": "$1 enabled {{GENDER:$2|his|her|their}} own access to view protected variables",
|
||||
"logentry-abusefilter-protected-vars-change-access-disable": "$1 disabled {{GENDER:$2|his|her|their}} own access to view protected variables",
|
||||
"logentry-abusefilter-protected-vars-view-protected-var-value": "$1 viewed protected variables associated with $3",
|
||||
"logentry-abusefilter-protected-vars-view-protected-var-value": "$1 {{GENDER:$2|viewed}} protected variables associated with $3",
|
||||
"log-action-filter-abusefilter-protected-vars": "Type of action:",
|
||||
"log-action-filter-abusefilter-protected-vars-change-access": "Change access",
|
||||
"log-action-filter-abusefilter-protected-vars-view-protected-variable-value": "View protected variable values"
|
||||
|
|
Loading…
Reference in a new issue