mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 08:23:52 +00:00
Fix links to mediawiki.org to include www. prefix
This avoids an unnecessary redirect. Change-Id: I5857fb08b4a4ae62ef35a9d87c321df7c82295a9
This commit is contained in:
parent
709eab90df
commit
8b4ef23e44
10
i18n/en.json
10
i18n/en.json
|
@ -7,8 +7,8 @@
|
|||
"discussiontools-desc": "Tools to enhance discussion pages.",
|
||||
"discussiontools-preference-label": "Discussion tools",
|
||||
"discussiontools-preference-description": "Enable a new workflow for [https://www.mediawiki.org/wiki/Talk_pages_project/replying replying to specific comments] on talk pages.\n\nPlease note that over time new tools for interacting with talk pages will be added.\n\nUpdates about these features will be posted on the [https://www.mediawiki.org/wiki/Talk_pages_project/Updates talk pages project's updates page].",
|
||||
"discussiontools-preference-info-link": "https:\/\/mediawiki.org\/wiki\/Special:MyLanguage\/Talk_pages_project",
|
||||
"discussiontools-preference-discussion-link": "https:\/\/mediawiki.org\/wiki\/Talk:Talk_pages_project",
|
||||
"discussiontools-preference-info-link": "https:\/\/www.mediawiki.org\/wiki\/Special:MyLanguage\/Talk_pages_project",
|
||||
"discussiontools-preference-discussion-link": "https:\/\/www.mediawiki.org\/wiki\/Talk:Talk_pages_project",
|
||||
"discussiontools-replylink": "reply",
|
||||
"discussiontools-replywidget-abandon": "Are you sure you want to discard the comment you are writing?",
|
||||
"discussiontools-replywidget-abandon-discard": "Discard comment",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"discussiontools-replywidget-anon-warning": "<strong>You are not logged in.</strong> To receive attribution with your name instead of your IP address, you can [$1 log in] or [$2 create an account].",
|
||||
"discussiontools-replywidget-cancel": "Cancel",
|
||||
"discussiontools-replywidget-feedback": "Share feedback about this feature",
|
||||
"discussiontools-replywidget-feedback-link": "https:\/\/mediawiki.org\/wiki\/Talk:Talk_pages_project\/replying",
|
||||
"discussiontools-replywidget-feedback-link": "https:\/\/www.mediawiki.org\/wiki\/Talk:Talk_pages_project\/replying",
|
||||
"discussiontools-replywidget-loading": "Loading…",
|
||||
"discussiontools-replywidget-mention-tool-title": "Mention a user",
|
||||
"discussiontools-replywidget-mode-source": "Source",
|
||||
|
@ -24,7 +24,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-reply-link": "https:\/\/www.mediawiki.org\/wiki\/Special:MyLanguage\/Talk_pages_project\/replying",
|
||||
"discussiontools-replywidget-signature-title": "Signature markup detected",
|
||||
"discussiontools-replywidget-signature-body": "$1 has been transformed into your signature. To undo this, type $2. Note that you don't need to sign comments with this tool. Your signature will be added automatically.",
|
||||
"discussiontools-replywidget-terms-click": "By clicking \"$1\", you agree to the terms of use for this wiki.",
|
||||
|
@ -34,7 +34,7 @@
|
|||
"discussiontools-error-comment-is-transcluded": "The \"{{int:discussiontools-replylink}}\" link cannot be used to reply to this comment. To reply, please use the full page editor by clicking \"$1\".",
|
||||
"discussiontools-error-comment-is-transcluded-title": "The \"{{int:discussiontools-replylink}}\" link cannot be used to reply to this comment because it is loaded from another page. To reply, please go here: [[$1]].",
|
||||
"discussiontools-error-lint": "Comments on this page can't be replied to because of an error in the wikitext. You can learn about this error by [$1 reading the documentation], ask for help by [$2 posting here] or fix the error by [$3 opening the full page editor].",
|
||||
"discussiontools-error-noswitchtove": "Sorry, switching to visual mode is disabled because <b>$1</b> was detected in the comment you have written. [https:\/\/mediawiki.org\/wiki\/Special:MyLanguage\/Extension:DiscussionTools/Reply_tool_visual_mode_limitations Learn more].",
|
||||
"discussiontools-error-noswitchtove": "Sorry, switching to visual mode is disabled because <b>$1</b> was detected in the comment you have written. [https:\/\/www.mediawiki.org\/wiki\/Special:MyLanguage\/Extension:DiscussionTools/Reply_tool_visual_mode_limitations Learn more].",
|
||||
"discussiontools-error-noswitchtove-extension": "extension or reference syntax",
|
||||
"discussiontools-error-noswitchtove-table": "table syntax",
|
||||
"discussiontools-error-noswitchtove-template": "template syntax",
|
||||
|
|
Loading…
Reference in a new issue