* (bug 4020) Update namespaces for ms
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 22 Nov 2005 04:52:03 +0000 (04:52 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 22 Nov 2005 04:52:03 +0000 (04:52 +0000)
http://bugzilla.wikipedia.org/attachment.cgi?id=1088&action=view

RELEASE-NOTES
languages/LanguageMs.php

index 2966baa..38f0ff1 100644 (file)
@@ -242,6 +242,7 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 4014) Fix include mode for Allpages on small page sets
 * (bug 3996) Fix text for new entries in RC RSS/Atom feed
 * (bug 3886) Update for Portuguese language (pt)
+* (bug 4020) Update namespaces for ms
 
 
 === Caveats ===
index 6239969..43498e8 100644 (file)
        NS_PROJECT_TALK   => "Perbualan_Wikipedia",#Wikipedia_talk
        NS_IMAGE          => "Imej",#Image
        NS_IMAGE_TALK     => "Imej_Perbualan",#Image_talk
-       NS_MEDIAWIKI      => "MediaWiki",
-       NS_MEDIAWIKI_TALK => "MediaWiki_Perbualan",
-       NS_TEMPLATE       => "Template",
-       NS_TEMPLATE_TALK  => "Template_talk"
+       NS_MEDIAWIKI      => "MediaWiki",#MediaWiki
+       NS_MEDIAWIKI_TALK => "MediaWiki_Perbualan",#MediaWiki_talk
+       NS_TEMPLATE       => "Templat",#Template
+       NS_TEMPLATE_TALK  => "Perbualan_Templat",#Template_talk
+       NS_CATEGORY       => "Kategori",#Category
+       NS_CATEGORY_TALK  => "Perbualan_Kategori",#Category_talk
+       NS_HELP           => "Bantuan",#Help
+       NS_HELP_TALK      => "Perbualan_Bantuan" #Help_talk
 
 ) + $wgNamespaceNamesEn;