mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Link the "Reply" tag to mediawiki.org
Bug: T250520 Change-Id: I0162c922eb22607e51b38e2ecebbe8738fd7c541
This commit is contained in:
parent
210dfb5b10
commit
011c13c930
|
@ -18,6 +18,7 @@
|
|||
"discussiontools-replywidget-placeholder-reply": "Reply to {{BIDI:$1}}",
|
||||
"discussiontools-replywidget-preview": "Preview",
|
||||
"discussiontools-replywidget-reply": "Reply",
|
||||
"discussiontools-replywidget-reply-link": "https:\/\/mediawiki.org\/wiki\/Special:MyLanguage\/Talk_pages_project\/replying",
|
||||
"discussiontools-replywidget-terms-click": "By clicking \"$1\", you agree to the terms of use for this wiki.",
|
||||
"discussiontools-replywidget-transcluded": "Your comment will be saved at [[$1]].",
|
||||
"discussiontools-error-comment-disappeared": "Could not find the comment you're replying to on the page. It might have been deleted or moved to another page. Please reload the page and try again.",
|
||||
|
@ -30,7 +31,7 @@
|
|||
"tag-discussiontools-edit-description": "User edited an existing comment with DiscussionTools",
|
||||
"tag-discussiontools-newtopic": "Add topic",
|
||||
"tag-discussiontools-newtopic-description": "User added a new topic to the page with DiscussionTools",
|
||||
"tag-discussiontools-reply": "Reply",
|
||||
"tag-discussiontools-reply": "[{{int:discussiontools-replywidget-reply-link}} Reply]",
|
||||
"tag-discussiontools-reply-description": "User replied to a comment with DiscussionTools",
|
||||
"tag-discussiontools-source": "Source",
|
||||
"tag-discussiontools-source-description": "DiscussionTools was in source mode",
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"discussiontools-replywidget-placeholder-reply": "Placeholder describing who is being replied to.\n\nParameters:\n* $1 – username of the person who wrote the previous comment",
|
||||
"discussiontools-replywidget-preview": "Label for the preview area of the reply widget",
|
||||
"discussiontools-replywidget-reply": "Label for the button to submit a reply in the reply widget",
|
||||
"discussiontools-replywidget-reply-link": "{{optional|Used by {{msg-mw|Tag-discussiontools-reply}} as a link to a page where users learn about the feature. Defaults to a page on MediaWiki.org.}}",
|
||||
"discussiontools-replywidget-terms-click": "Terms of use for posting a reply.\n\n* $1 is the label of the button to be clicked, e.g. {{msg-mw|discussiontools-replywidget-reply}}.",
|
||||
"discussiontools-replywidget-transcluded": "Message explaining that the comment will be saved on a different page than the one you're viewing right now (because it was transcluded from it). Parameter: $1 – page name",
|
||||
"discussiontools-error-comment-disappeared": "Error message.",
|
||||
|
|
Loading…
Reference in a new issue