r55980 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55979‎ | r55980 | r55981 >
Date:16:55, 7 September 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Localise special page name in URLs in 'noarticletext' and 'noarticletext-nopermission'
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1245,11 +1245,11 @@
12461246 If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:UserLogin/signup|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.''",
12471247 'noarticletext' => 'There is currently no text in this page.
12481248 You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages,
1249 -<span class="plainlinks">[{{fullurl:Special:Log|page={{urlencode:{{FULLPAGENAME}}}}}} search the related logs],
 1249+<span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{urlencode:{{FULLPAGENAME}}}}}} search the related logs],
12501250 or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page]</span>.',
12511251 'noarticletext-nopermission' => 'There is currently no text in this page.
12521252 You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages,
1253 -or <span class="plainlinks">[{{fullurl:Special:Log|page={{urlencode:{{FULLPAGENAME}}}}}} search the related logs]</span>.',
 1253+or <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{urlencode:{{FULLPAGENAME}}}}}} search the related logs]</span>.',
12541254 'noarticletextanon' => '{{int:noarticletext}}', # do not translate or duplicate this message to other languages
12551255 'userpage-userdoesnotexist' => 'User account "$1" is not registered.
12561256 Please check if you want to create/edit this page.',

Status & tagging log