Fix broken link in empty state on article talk pages

`[[:{{ARTICLESPACE}}:{{PAGENAME}}]]` results in `[[::Foo]]`, which
is not a valid link.

Luckily, there's a magic word `{{SUBJECTPAGENAME}}`, which is the same
as `{{ARTICLESPACE}}:{{PAGENAME}}`, but without pesky leading colons.

Follow-up to bb0b65dc0c.

Change-Id: I992bdb8807c665561cad58997017aab5a6c1d8e8
This commit is contained in:
Bartosz Dziewoński 2021-08-23 19:24:46 +02:00
parent 9018cc9997
commit 781576fd7c

View file

@ -6,14 +6,14 @@
"discussiontools-defaultsummary-reply": "Reply",
"discussiontools-desc": "Tools to enhance discussion pages.",
"discussiontools-emptystate-button": "Start a discussion",
"discussiontools-emptystate-desc": "You can use this talk page to start a discussion with others about how to improve [[{{ARTICLESPACE}}:{{PAGENAME}}|{{PAGENAME}}]]. [[{{MediaWiki:discussiontools-emptystate-link-talkpages}}|Learn more about how these pages are used]].",
"discussiontools-emptystate-desc": "You can use this talk page to start a discussion with others about how to improve [[:{{SUBJECTPAGENAME}}|{{PAGENAME}}]]. [[{{MediaWiki:discussiontools-emptystate-link-talkpages}}|Learn more about how these pages are used]].",
"discussiontools-emptystate-desc-self": "People on {{SITENAME}} can use this page to post a public message for you and you will be notified when they do. [[{{MediaWiki:discussiontools-emptystate-link-userpage}}|Learn more about this page]].",
"discussiontools-emptystate-desc-user": "You can use this talk page to start a discussion with [[{{ARTICLESPACE}}:{{PAGENAME}}|{{PAGENAME}}]] that will be public for others to see. [[{{MediaWiki:discussiontools-emptystate-link-userpage}}|Learn more about how these pages are used]].",
"discussiontools-emptystate-desc-user": "You can use this talk page to start a discussion with [[:{{SUBJECTPAGENAME}}|{{PAGENAME}}]] that will be public for others to see. [[{{MediaWiki:discussiontools-emptystate-link-userpage}}|Learn more about how these pages are used]].",
"discussiontools-emptystate-link-talkpages": "mediawikiwiki:Special:MyLanguage/Help:Talk_pages",
"discussiontools-emptystate-link-userpage": "mediawikiwiki:Special:MyLanguage/Help:User_page",
"discussiontools-emptystate-title": "Start a discussion about [[:{{ARTICLESPACE}}:{{PAGENAME}}|{{PAGENAME}}]]",
"discussiontools-emptystate-title": "Start a discussion about [[:{{SUBJECTPAGENAME}}|{{PAGENAME}}]]",
"discussiontools-emptystate-title-self": "Welcome to your talk page",
"discussiontools-emptystate-title-user": "Start a discussion with [[{{ARTICLESPACE}}:{{PAGENAME}}|{{PAGENAME}}]]",
"discussiontools-emptystate-title-user": "Start a discussion with [[:{{SUBJECTPAGENAME}}|{{PAGENAME}}]]",
"discussiontools-error-comment-conflict": "Your comment could not be saved, because someone else commented at the same time as you. Please try again, or reload the page to view the latest comments.",
"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.",
"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\".",