From: Brion Vibber Date: Thu, 11 Dec 2003 09:50:25 +0000 (+0000) Subject: Fix options X-Git-Tag: 1.3.0beta1~1261 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=8dd9a2b24064d8515c23c6e34845e5f2b7364502;p=lhc%2Fweb%2Fwiklou.git Fix options --- diff --git a/languages/LanguageIt.php b/languages/LanguageIt.php index d2cedd84fb..83ef22d54a 100644 --- a/languages/LanguageIt.php +++ b/languages/LanguageIt.php @@ -22,14 +22,6 @@ 9 => "Discussione_MediaWiki", ); -/* private */ $wgDefaultUserOptionsIt = array( - "quickbar" => 1, "underline" => 1, "hover" => 1, - "cols" => 80, "rows" => 25, "searchlimit" => 20, - "contextlines" => 5, "contextchars" => 50, - "skin" => 0, "math" => 1, "rcdays" => 7, "rclimit" => 50, - "highlightbroken" => 1, "stubthreshold" => 0 -); - /* private */ $wgQuickbarSettingsIt = array( "Nessuno", "Fisso a sinistra", "Fisso a destra", "Fluttuante a sinistra" ); @@ -44,13 +36,18 @@ "highlightbroken" => "Evidenzia i links che puntano ad
articoli ancora da scrivere", "justify" => "Paragrafo: giustificato", "hideminor" => "Nascondi le modifiche minori
nella pagina \"Modifiche recenti\"", + "usenewrc" => "Enhanced recent changes (not for all browsers)", "numberheadings" => "Auto-numerazione dei
titoli di paragrafo", + "editondblclick" => "Doppio click per modificare l'articolo
(richiede JavaScript)", + "editsection"=>"Enable section editing via [edit] links", + "editsectiononrightclick"=>"Enable section editing by right clicking
on section titles (JavaScript)", + "showtoc"=>"Show table of contents
(for articles with more than 3 headings)", "rememberpassword" => "Ricorda la password
(non limitare a una sessione
- richiede uso di cookies)", "editwidth" => "Casella di edizione ampliata
alla massima larghezza", - "editondblclick" => "Doppio click per modificare l'articolo
(richiede JavaScript)", "watchdefault" => "Notifica articoli nuovi e modificati", - "minordefault" => "Indica ogni modifica come minore
(solo come predefinito)" - + "minordefault" => "Indica ogni modifica come minore
(solo come predefinito)", + "previewontop" => "Show preview before edit box and not after it", + "nocache" => "Disable page caching" ); /* These should be localized... any Italian online bookstores take ISBN searches? */ @@ -778,11 +775,6 @@ include_once( "LanguageUtf8.php" ); class LanguageIt extends LanguageUtf8 { - function getDefaultUserOptions () { - global $wgDefaultUserOptionsIt; - return $wgDefaultUserOptionsIt; - } - function getBookstoreList () { global $wgBookstoreListIt; return $wgBookstoreListIt;