From: Gabriel Wicke Date: Wed, 28 Jul 2004 11:23:13 +0000 (+0000) Subject: sitenotice X-Git-Tag: 1.5.0alpha1~2582 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=91ea1373c398c65489356de681b44f074e693ab3;p=lhc%2Fweb%2Fwiklou.git sitenotice --- diff --git a/languages/Language.php b/languages/Language.php index 602f91a29a..f296cacf4e 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -45,12 +45,12 @@ if($wgMetaNamespace === FALSE) ); /* private */ $wgDefaultUserOptionsEn = array( - 'quickbar' => 1, 'underline' => 1, 'hover' => 1, + 'quickbar' => 1, 'underline' => 0, 'hover' => 1, 'cols' => 80, 'rows' => 25, 'searchlimit' => 20, 'contextlines' => 5, 'contextchars' => 50, 'skin' => $wgDefaultSkin, 'math' => 1, 'rcdays' => 7, 'rclimit' => 50, 'highlightbroken' => 1, 'stubthreshold' => 0, - 'previewontop' => 1, 'editsection'=>1,'editsectiononrightclick'=>0, 'showtoc'=>1, + 'previewontop' => 1, 'editsection'=>1,'editsectiononrightclick'=>1, 'showtoc'=>1, 'showtoolbar' =>1, 'date' => 0 ); @@ -388,6 +388,7 @@ performed by sysops with \"bureaucrat\" status.", 'thisisdeleted' => "View or restore $1?", 'restorelink' => "$1 deleted edits", 'feedlinks' => 'Feed:', +'sitenotice' => '', # the equivalent to wgSiteNotice # Short words for each namespace, by default used in the 'article' tab in monobook 'nstab-main' => 'Article',