Fix sf bug #971799 : some namespaces for ca were incorrects or missings.
[lhc/web/wiklou.git] / languages / LanguageMs.php
index 5ccef5c..5c8e9cc 100644 (file)
 );
 
 /* private */ $wgSkinNamesMs = array(
-       "Standard", "Nostalgia", "Cologne Blue"
+       'standard' => "Standard",
+       'nostalgia' => "Nostalgia",
+       'cologneblue' => "Cologne Blue",
+       'smarty' => "Paddington",
+       'montparnasse' => "Montparnasse",
+       'davinci' => "DaVinci",
+       'mono' => "Mono",
+       'monobook' => "MonoBook",
+ "myskin" => "MySkin" 
 );
 
 /* private */ $wgMathNamesMs = array(
@@ -952,7 +960,7 @@ title. Please merge them manually.",
 
 );
 
-include_once( "LanguageUtf8.php" );
+require_once( "LanguageUtf8.php" );
 
 class LanguageMs extends LanguageUtf8 {