r32219 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32218‎ | r32219 | r32220 >
Date:12:22, 20 March 2008
Author:raymond
Status:old
Tags:
Comment:
* Readd 'version' to messages.inc. Thanks to Grondin :)
* Add comments for messages which are not used as normal message but as header for the special page itself
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -2369,6 +2369,7 @@
23702370 'unknown_extension_tag',
23712371 ),
23722372 'version' => array(
 2373+ 'version',
23732374 'version-extensions',
23742375 'version-specialpages',
23752376 'version-parserhooks',
@@ -2606,4 +2607,6 @@
26072608 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.',
26082609 'ipboptions' => 'display1:time1,display2:time2,...',
26092610 'metadata-fields' => 'Do not translate list items',
 2611+ 'version' => 'Not used as normal message but as header for the special page itself',
 2612+ 'userrights' => 'Not used as normal message but as header for the special page itself',
26102613 );
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1320,7 +1320,7 @@
13211321 'files' => 'Files',
13221322
13231323 # User rights
1324 -'userrights' => 'User rights management',
 1324+'userrights' => 'User rights management', # Not used as normal message but as header for the special page itself
13251325 'userrights-summary' => '', # only translate this message to other languages if you have to change it
13261326 'userrights-lookup-user' => 'Manage user groups',
13271327 'userrights-user-editname' => 'Enter a username:',
@@ -3101,7 +3101,7 @@
31023102 'unknown_extension_tag' => 'Unknown extension tag "$1"',
31033103
31043104 # Special:Version
3105 -'version' => 'Version',
 3105+'version' => 'Version', # Not used as normal message but as header for the special page itself
31063106 'version-extensions' => 'Installed extensions',
31073107 'version-specialpages' => 'Special pages',
31083108 'version-parserhooks' => 'Parser hooks',

Status & tagging log