mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 19:09:52 +00:00
Merge "Add missing message for Special:Log filters"
This commit is contained in:
commit
8d712b88f4
|
@ -41,7 +41,7 @@
|
|||
"log-name-thanks": "Thanks log",
|
||||
"log-description-thanks": "Below is a list of users thanked by other users.",
|
||||
"logentry-thanks-thank": "$1 {{GENDER:$2|thanked}} {{GENDER:$4|$3}}",
|
||||
"log-show-hide-thanks": "$1 thanks log",
|
||||
"logeventslist-thanks-log": "Thanks log",
|
||||
"thanks-error-no-id-specified": "You must specify a revision or log ID to send thanks.",
|
||||
"thanks-confirmation-special-log": "Do you want to publicly send thanks for this log action?",
|
||||
"thanks-confirmation-special-rev": "Do you want to publicly send thanks for this edit?",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"log-name-thanks": "Name of log that appears on [[Special:Log]].",
|
||||
"log-description-thanks": "Description of thanks log",
|
||||
"logentry-thanks-thank": "Log entry that is created when a user thanks another user for an edit. Parameters:\n* $1 is a user link, for example \"Jane Doe (Talk | contribs)\"\n* $2 is a username. Can be used for GENDER.\n* $3 is a user link, for example \"John Doe (Talk | contribs)\n* $4 is the username of the recipient. Can be used for GENDER.\n{{Identical|Thanked}}",
|
||||
"log-show-hide-thanks": "Shown on [[Special:Log]] as a link to show/hide thanks log entries. (Hidden by default)\n* $1 - one of {{msg-mw|Show}} or {{msg-mw|Hide}}\n{{Related|Log-show-hide}}",
|
||||
"logeventslist-thanks-log": "Thanks log option label on [[Special:Log]]",
|
||||
"thanks-error-no-id-specified": "Error message shown to the user when they visit Special:Thanks without specifying a revision ID",
|
||||
"thanks-confirmation-special-log": "A confirmation message shown on [[Special:Thanks]] to make sure the user wants to send thanks for a log action (publicly).\n\nSee also:\n* {{msg-mw|Thanks-confirmation-special-rev}}\n* {{msg-mw|Flow-thanks-confirmation-special}}\n* {{msg-mw|Thanks-confirmation2}}",
|
||||
"thanks-confirmation-special-rev": "A confirmation message shown on [[Special:Thanks]] to make sure the user wants to send thanks for an edit (publicly).\n\nSee also:\n* {{msg-mw|Thanks-confirmation-special-log}}\n* {{msg-mw|Flow-thanks-confirmation-special}}\n* {{msg-mw|Thanks-confirmation2}}",
|
||||
|
|
Loading…
Reference in a new issue