Define Media namespace
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 15 Nov 2003 12:33:59 +0000 (12:33 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 15 Nov 2003 12:33:59 +0000 (12:33 +0000)
languages/Language.php
languages/LanguageIa.php
languages/LanguageOc.php
languages/LanguageSk.php

index 9aa11eb..d75062f 100644 (file)
@@ -4,6 +4,7 @@
 #--------------------------------------------------------------------------
 
 # Namespaces
+define("NS_MEDIA", -2);
 define("NS_SPECIAL", -1);
 define("NS_MAIN", 0);
 define("NS_TALK", 1);
@@ -44,6 +45,7 @@ define("MAG_MSGNW", 13);
 # encapsulates some of the magic-ness.
 #
 /* private */ $wgNamespaceNamesEn = array(
+       -2      => "Media",
        -1      => "Special",
        0       => "",
        1       => "Talk",
index cd3f9d0..c4941ca 100644 (file)
@@ -8,6 +8,7 @@
 # encapsulates some of the magic-ness.
 #
 /* private */ $wgNamespaceNamesIa = array(
+       -2      => "Media",
        -1      => "Special",
        0       => "",
        1       => "Discussion",
index 4229b07..35f3e06 100644 (file)
@@ -7,6 +7,7 @@ include_once( "LanguageUtf8.php" );
 // encapsulates some of the magic-ness.
 
 /* private */ $wgNamespaceNamesOc = array(
+       -2 => "Media",
        -1 => "Especial",
        0 => "",
        1 => "Discutir",
index a7f7d3f..629e921 100644 (file)
@@ -1,12 +1,12 @@
 <?
 
-#include("$IP/Utf8Case.php");
 include_once("$IP/LanguageUtf8.php");
 
 # Tu môžete meniť názvy "namespaces" (no proste, rôznych častí encyklopédie),
 # ale čísla nechajte tak, ako sú! Program to tak vyžaduje...
 #
 /* private */ $wgNamespaceNamesSk = array(
+       -2      => "Media",
        -1      => "Špeciálne",
        0       => "",
        1       => "Komentár",