Somebody forgot to update the interwiki table definition...
[lhc/web/wiklou.git] / languages / LanguageNv.php
index 44c1e86..68356b5 100755 (executable)
@@ -1,4 +1,8 @@
 <?php
+/**
+  * @package MediaWiki
+  * @subpackage Language
+  */
 
 # Navajo language file
 # No messages at the moment, just all the other stuff
@@ -53,15 +57,10 @@ if($wgMetaNamespace === FALSE)
 );
 
 /* private */ $wgDateFormatsNv = array(
-       'No preference',
-       'Yas Niłt\'ees 15, 2001',
-       '15 Yas Niłt\'ees 2001',
-       '2001 Yas Niłt\'ees 15',
-       '2001-01-15'
+#      'No preference',
 );
 
 /* private */ $wgUserTogglesNv = array(
-       'hover'         => 'Show hoverbox over wiki links',
        'underline' => 'Biyaadi iissoh',
        'highlightbroken' => 'Format broken links <a href="" class="new">like
 this</a> (alternative: like this<a href="" class="internal">?</a>).',
@@ -127,7 +126,6 @@ this</a> (alternative: like this<a href="" class="internal">?</a>).',
     MAG_CURRENTMONTHNAMEGEN  => array( 1,    'CURRENTMONTHNAMEGEN'    ),
        MAG_PAGENAME             => array( 1,    'PAGENAME'               ),
        MAG_NAMESPACE            => array( 1,    'NAMESPACE'              ),
-       MAG_MSG                  => array( 0,    'MSG:'                   ),
        MAG_SUBST                => array( 0,    'SUBST:'                 ),
     MAG_MSGNW                => array( 0,    'MSGNW:'                 ),
        MAG_END                  => array( 0,    '__END__'                ),
@@ -178,20 +176,6 @@ class LanguageNv extends LanguageUtf8 {
                return $wgNamespaceNamesNv;
        }
 
-       function getNsText( $index ) {
-               global $wgNamespaceNamesNv;
-               return $wgNamespaceNamesNv[$index];
-       }
-
-       function getNsIndex( $text ) {
-               global $wgNamespaceNamesNv;
-
-               foreach ( $wgNamespaceNamesNv as $i => $n ) {
-                       if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
-               }
-               return false;
-       }
-
        function getQuickbarSettings() {
                global $wgQuickbarSettingsNv;
                return $wgQuickbarSettingsNv;