diff --git a/i18n/en.json b/i18n/en.json index 29055e80a..09c5672c1 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -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", diff --git a/i18n/qqq.json b/i18n/qqq.json index bfe53f405..5aab42369 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -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.",