From: Ævar Arnfjörð Bjarmason Date: Mon, 23 May 2005 14:38:49 +0000 (+0000) Subject: * Added a new navbar message that holds the navigation toolbar X-Git-Tag: 1.5.0alpha2~116 X-Git-Url: http://git.cyclocoop.org/geomaker.php?a=commitdiff_plain;h=807c5fabadbacd27608f1a9ba81d85bb0ab116e3;p=lhc%2Fweb%2Fwiklou.git * Added a new navbar message that holds the navigation toolbar * Changed msg:sitesupport from "-" to "Donations" (it can be disabled in msg:navbar now) --- diff --git a/languages/Language.php b/languages/Language.php index 492ae5dc26..cec149daee 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -250,6 +250,18 @@ $wgLanguageNamesEn =& $wgLanguageNames; global $wgRightsText; /* private */ $wgAllMessagesEn = array( + +# The navigation toolbar, int: is used here to make sure that the appropriate +# messages are automatically pulled from the user-selected language file. +'navbar' => +'* [[{{int:mainpage}}]] +* [[{{int:portal-url}}|{{int:portal}}]] +* [[{{int:currentevents-url}}|{{int:currentevents}}]] +* [[{{int:recentchanges-url}}|{{int:recentchanges}}]] +* [[{{int:randompage-url}}|{{int:randompage}}]] +* [[{{int:helppage}}|{{int:help}}]] +* [[{{int:sitesupport-url}}|{{int:sitesupport}}]]', + # User preference toggles 'tog-underline' => 'Underline links', 'tog-highlightbroken' => 'Format broken links like this (alternative: like this?).', @@ -340,7 +352,7 @@ and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] f 'wikititlesuffix' => '{{SITENAME}}', 'bugreports' => 'Bug reports', 'bugreportspage' => 'Project:Bug_reports', -'sitesupport' => '-', # To enable, something like 'Donations', +'sitesupport' => 'Donations', 'sitesupport-url' => 'Project:Site support', 'faq' => 'FAQ', 'faqpage' => 'Project:FAQ',