From 4af213bc800400fc9ddc0f9100efbbd5bc532426 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 20 Mar 2008 12:22:27 +0000 Subject: [PATCH] * 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 --- languages/messages/MessagesEn.php | 4 ++-- maintenance/language/messages.inc | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index a9265aec99..7cf9b0e41a 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1320,7 +1320,7 @@ Make sure that this change will maintain historical page continuity. 'files' => 'Files', # User rights -'userrights' => 'User rights management', +'userrights' => 'User rights management', # Not used as normal message but as header for the special page itself 'userrights-summary' => '', # only translate this message to other languages if you have to change it 'userrights-lookup-user' => 'Manage user groups', 'userrights-user-editname' => 'Enter a username:', @@ -3101,7 +3101,7 @@ You can also [[Special:Watchlist/edit|use the standard editor]].', 'unknown_extension_tag' => 'Unknown extension tag "$1"', # Special:Version -'version' => 'Version', +'version' => 'Version', # Not used as normal message but as header for the special page itself 'version-extensions' => 'Installed extensions', 'version-specialpages' => 'Special pages', 'version-parserhooks' => 'Parser hooks', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 95bbe7b786..a6027fe7c5 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2369,6 +2369,7 @@ $wgMessageStructure = array( 'unknown_extension_tag', ), 'version' => array( + 'version', 'version-extensions', 'version-specialpages', 'version-parserhooks', @@ -2606,4 +2607,6 @@ $wgMessageComments = array( 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.', 'ipboptions' => 'display1:time1,display2:time2,...', 'metadata-fields' => 'Do not translate list items', + 'version' => 'Not used as normal message but as header for the special page itself', + 'userrights' => 'Not used as normal message but as header for the special page itself', ); -- 2.20.1