$wgRawHtml option to enable <html>...</html> container for RAW UNCHECKED
[lhc/web/wiklou.git] / languages / LanguageCa.php
index ba93d02..5d388f9 100644 (file)
  "myskin" => "MySkin" 
 );
 
-/* private */ $wgMathNamesCa = array(
-       "Produeix sempre PNG",
-       "HTML si és molt simple, si no PNG",
-       "HTML si és possible, si no PNG",
-       "Deixa com a TeX (per a navegadors de text)"
-);
-
 /* private */ $wgDateFormatsCa = array(
        "No preference",
        "January 15, 2001",
        "2001-01-15"
 );
 
-/* private */ $wgUserTogglesCa = array(
-       "hover"         => "Mostra caixa surant sobre els enllaços wiki",
-       "underline" => "Subratlla enllaços",
-       "highlightbroken" => "Destaca enllaços a temes buits",
-       "justify"       => "Ajusta paràgrafs",
-       "hideminor" => "Amaga edicions menors en canvis recents",
-       "usenewrc" => "Canvis recents remarcats (no per tots els navegadors)",
-       "numberheadings" => "Autoenumera encapçalaments",
-       "showtoolbar" => "Show edit toolbar",
-       "rememberpassword" => "Recorda la contrasenya entre sessions",
-       "editwidth" => "La caixa d'edició té l'ample màxim",
-       "editondblclick" => "Edita pàgines amb un doble clic (JavaScript)",
-       "editsection"=>"Enable section editing via [edit] links",
-       "editsectiononrightclick"=>"Enable section editing by right clicking<br> on section titles (JavaScript)",
-       "showtoc"=>"Show table of contents<br>(for articles with more than 3 headings)",
-       "watchdefault" => "Vigila articles nous i modificats",
-       "minordefault" => "Marca totes les edicions com menors per defecte",
-       "previewontop" => "Show preview before edit box and not after it",
-       "nocache" => "Disable page caching"
-);
 
 /* Please customize this with some Catalan-language bookshops
    and/or reference sites that can look up by ISBN number */
        "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1"
 );
 
-/* private */ $wgWeekdayNamesCa = array(
-       "Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous",
-       "Divendres", "Dissabte"
-);
-
-/* private */ $wgMonthNamesCa = array(
-       "gener", "febrer", "març", "abril", "maig", "juny",
-       "juliol", "agost", "setembre", "octubre", "novembre",
-       "desembre"
-);
-
-/* private */ $wgMonthAbbreviationsCa = array(
-       "gen", "feb", "mar", "abr", "mai", "jun", "jul", "ago",
-       "set", "oct", "nov", "des"
-);
 
 # All special pages have to be listed here: a description of ""
 # will make them not show up on the "Special Pages" page, which
 );
 
 /* private */ $wgAllMessagesCa = array(
+# User Toggles
+
+"tog-hover"            => "Mostra caixa surant sobre els enllaços wiki",
+"tog-underline" => "Subratlla enllaços",
+"tog-highlightbroken" => "Destaca enllaços a temes buits",
+"tog-justify"  => "Ajusta paràgrafs",
+"tog-hideminor" => "Amaga edicions menors en canvis recents",
+"tog-usenewrc" => "Canvis recents remarcats (no per tots els navegadors)",
+"tog-numberheadings" => "Autoenumera encapçalaments",
+"tog-showtoolbar" => "Show edit toolbar",
+"tog-rememberpassword" => "Recorda la contrasenya entre sessions",
+"tog-editwidth" => "La caixa d'edició té l'ample màxim",
+"tog-editondblclick" => "Edita pàgines amb un doble clic (JavaScript)",
+"tog-editsection"=>"Enable section editing via [edit] links",
+"tog-editsectiononrightclick"=>"Enable section editing by right clicking<br> on section titles (JavaScript)",
+"tog-showtoc"=>"Show table of contents<br>(for articles with more than 3 headings)",
+"tog-watchdefault" => "Vigila articles nous i modificats",
+"tog-minordefault" => "Marca totes les edicions com menors per defecte",
+"tog-previewontop" => "Show preview before edit box and not after it",
+"tog-nocache" => "Disable page caching",
+#Dates
+
+'sunday' => 'Diumenge',
+'monday' => 'Dilluns',
+'tuesday' => 'Dimarts',
+'wednesday' => 'Dimecres',
+'thursday' => 'Dijous',
+'friday' => 'Divendres',
+'saturday' => 'Dissabte',
+'january' => 'gener',
+'february' => 'febrer',
+'march' => 'març',
+'april' => 'abril',
+'may_long' => 'maig',
+'june' => 'juny',
+'july' => 'juliol',
+'august' => 'agost',
+'september' => 'setembre',
+'october' => 'octubre',
+'november' => 'novembre',
+'december' => 'desembre',
+'jan' => 'gen',
+'feb' => 'feb',
+'mar' => 'mar',
+'apr' => 'abr',
+'may' => 'mai',
+'jun' => 'jun',
+'jul' => 'jul',
+'aug' => 'ago',
+'sep' => 'set',
+'oct' => 'oct',
+'nov' => 'nov',
+'dec' => 'des',
+
 
 # Bits of text used by many pages:
 #
@@ -890,6 +902,11 @@ Incorporeu-les manualment, si us plau.",
 "movetalk"     => "Reanomena també la pàgina de discussió si és aplicable.",
 "talkpagemoved" =>  "També ha estat reanomenada la pàgina de discussió corresponent.",
 "talkpagenotmoved" => "La pàgina de discussió corresponent <strong>no</strong> ha estat reanomenada.",
+#Math
+       'mw_math_png' => "Produeix sempre PNG",
+       'mw_math_simple' =>"HTML si és molt simple, si no PNG",
+       'mw_math_html' => "HTML si és possible, si no PNG",
+       'mw_math_source' => "Deixa com a TeX (per a navegadors de text)",
 
 );
 
@@ -932,35 +949,6 @@ class LanguageCa extends LanguageUtf8 {
                return $wgSkinNamesCa;
        }
 
-       function getMathNames() {
-               global $wgMathNamesCa;
-               return $wgMathNamesCa;
-       }
-
-
-       function getUserToggles() {
-               global $wgUserTogglesCa;
-               return $wgUserTogglesCa;
-       }
-
-       function getMonthName( $key )
-       {
-               global $wgMonthNamesCa;
-               return $wgMonthNamesCa[$key-1];
-       }
-
-       function getMonthAbbreviation( $key )
-       {
-               global $wgMonthAbbreviationsCa;
-               return $wgMonthAbbreviationsCa[$key-1];
-       }
-
-       function getWeekdayName( $key )
-       {
-               global $wgWeekdayNamesCa;
-               return $wgWeekdayNamesCa[$key-1];
-       }
-
        # Inherit userAdjust()
         
        function shortdate( $ts, $adj = false )