Fix sf bug #971799 : some namespaces for ca were incorrects or missings.
[lhc/web/wiklou.git] / languages / LanguageMs.php
index 7ace105..5c8e9cc 100644 (file)
@@ -23,6 +23,9 @@
        7       => "Imej_Perbualan",#Image_talk
        8       => "MediaWiki",
        9       => "MediaWiki_Perbualan",
+       10  => "Template",
+       11  => "Template_talk"
+
 );
 
 /* private */ $wgQuickbarSettingsMs = array(
 );
 
 /* 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(
@@ -56,6 +67,7 @@
        "hideminor" => "Sembunyi perubahan minor dalam perubahan terkini", #"Hide minor edits in recent changes",
        "usenewrc" => "Peningkatan terbaru (bukan untuk semua pelayar)",
        "numberheadings" => "Auto-number headings",
+       "showtoolbar" => "Show edit toolbar",
        "editsection"=>"Papar pautan untuk sunting seksyen individu",
        "showtoc"=>"Papar jadual kandungan bagi rencana melebihi 3 tajuk",# "Show table of contents for articles with more than 3 headings",
 
        "Recentchangeslinked" => "",
        "Movepage"              => "",
        "Booksources"   => "Sumber buku luaran", #"External book sources"
+       "Export"        => "XML export",
+       "Version"       => "Version",
 );
 
 /* private */ $wgSysopSpecialPagesMs = array(
 /* private */ $wgDeveloperSpecialPagesEn = array(
        "Lockdb"                => "Membuat pangkalan data hanya untuk dibaca", #"Make database read-only",
        "Unlockdb"              => "Memperbaharui cara kemasukan pangkalan data", #"Restore database write access",
-       "Nyahbug",# "Debug"                     => "Nyahbug maklumat", # "Debugging information"
 );
 
 /* private */ $wgAllMessagesMs = array(
 "redirectedfrom"        => "(Dialih dari $1)", #"(Redirected from $1)",
 "lastmodified"         => "Halaman ini diubah kali terakhir pada $1.", #"The page was last modified $1.",
 "viewcount"            => "Halaman ini telah diakses sebanyak $1 kali.", #"This page has been accessed $1 times.",
-"gnunote"              => "Halaman ini tertakluk di bawah istilah <a class=internal href='/wiki/GNU_FDL'>GNU Free Documentation License</a>.", #"This page is released under the terms of the $1.",
+"gnunote"              => "Halaman ini tertakluk di bawah istilah <a class=internal href='$wgScriptPath/GNU_FDL'>GNU Free Documentation License</a>.", #"This page is released under the terms of the $1.",
 "printsubtitle"         => "(From http://www.aposc.org)",
 "protectedpage"         => "Halaman yang dilindungi", #"Protected page",
 "administrators"        => "Istimewa:Listadministrators", #"Special:Listadministrators",
@@ -385,7 +398,7 @@ so you will not be able to save your edits right now. You may wish to cut-n-past
 the text into a text file and save it for later.",
 "protectedpagewarning" => "WARNING:  This page has been locked so that only
 users with sysop privileges can edit it. Be sure you are following the
-<a href='/wiki/Wikipedia:Protected_page_guidelines'>protected page
+<a href='$wgScriptPath/$wgMetaNamespace:Protected_page_guidelines'>protected page
 guidelines</a>.",
 
 # History pages
@@ -947,7 +960,7 @@ title. Please merge them manually.",
 
 );
 
-include_once( "LanguageUtf8.php" );
+require_once( "LanguageUtf8.php" );
 
 class LanguageMs extends LanguageUtf8 {