From: Ævar Arnfjörð Bjarmason Date: Mon, 20 Jun 2005 11:17:38 +0000 (+0000) Subject: * Comment for msg:sidebar moved out of msg:sidebar into a php comment X-Git-Tag: 1.5.0beta1~130 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=5b4459249fefbe4c54b8cf74dc12075c24989b39;p=lhc%2Fweb%2Fwiklou.git * Comment for msg:sidebar moved out of msg:sidebar into a php comment --- diff --git a/languages/Language.php b/languages/Language.php index 6c65200124..3f4acc77bf 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -254,7 +254,7 @@ global $wgRightsText; # The navigation toolbar, int: is used here to make sure that the appropriate # messages are automatically pulled from the user-selected language file. -'sidebar' => " +/* The sidebar for MonoBook is generated from this message, lines that do not begin with * or ** are discarded, furthermore lines that do begin with ** and do not contain | are also discarded, but don't depend on this behaviour for @@ -265,7 +265,8 @@ XHTML id names. Note to translators: Do not include this message in the language files you submit for inclusion in MediaWiki, it should always be inherited from the parent class in order maintain consistency across languages. - +*/ +'sidebar' => ' * navigation ** mainpage|mainpage ** portal-url|portal @@ -274,7 +275,7 @@ parent class in order maintain consistency across languages. ** randompage-url|randompage ** helppage|help ** sitesupport-url|sitesupport -", +', # User preference toggles 'tog-underline' => 'Underline links',