adding width & height for <image> tests
[lhc/web/wiklou.git] / languages / LanguageCa.php
index 03ff2fc..2495fa2 100644 (file)
        'standard' => "Estàndard",
        'nostalgia' => "Nostàlgia",
        'cologneblue' => "Colònia blava",
-       'smarty' => "Paddington",
-       'montparnasse' => "Montparnasse",
-       'davinci' => "DaVinci",
-       'mono' => "Mono",
-       'monobook' => "MonoBook",
- "myskin" => "MySkin" 
-);
+) + $wgSkinNamesEn;
 
 /* private */ $wgDateFormatsCa = array(
 #      "No preference",
@@ -455,9 +449,7 @@ Mireu aquestes pàgines, si us plau: [[{{ns:4}}:PMF|PMF de la {{SITENAME}}]],
 
 Si voleu que la {{SITENAME}} tingui èxit, és molt important que no hi afegiu
 material restringit per [[{{ns:4}}:Copyrights|drets d'autor]].
-La responsabilitat legal podria realment malmetre un projecte com aquest, així que si us plau, no ho feu.
-
-Vegeu també [http://meta.wikipedia.org/wiki/Special:Recentchanges discussió recent en Meta (multilingüe)].",
+La responsabilitat legal podria realment malmetre un projecte com aquest, així que si us plau, no ho feu.",
 "rcloaderr"            => "s'està carregant els canvis recents",
 "rcnote"               => "A sota hi ha els últims <b>$1</b> canvis en els últims <b>$2</b> dies.",
 "rclistfrom"   => "Mostra els canvis nous des de $1",
@@ -893,20 +885,6 @@ class LanguageCa extends LanguageUtf8 {
                return $wgNamespaceNamesCa;
        }
 
-       function getNsText( $index ) {
-               global $wgNamespaceNamesCa;
-               return $wgNamespaceNamesCa[$index];
-       }
-
-       function getNsIndex( $text ) {
-               global $wgNamespaceNamesCa;
-
-               foreach ( $wgNamespaceNamesCa as $i => $n ) {
-                       if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
-               }
-               return false;
-       }
-
        function getQuickbarSettings() {
                global $wgQuickbarSettingsCa;
                return $wgQuickbarSettingsCa;