* Typo in msg:exif-orientation-6 and msg:exif-orientation-7: Rotated not Roatated
[lhc/web/wiklou.git] / languages / LanguageNv.php
index c360e86..565d684 100755 (executable)
@@ -61,7 +61,6 @@ if($wgMetaNamespace === FALSE)
 );
 
 /* private */ $wgUserTogglesNv = array(
-       'underline' => 'Biyaadi iissoh',
        'highlightbroken' => 'Format broken links <a href="" class="new">like
 this</a> (alternative: like this<a href="" class="internal">?</a>).',
        'justify'       => 'Justify paragraphs',
@@ -126,7 +125,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__'                ),
@@ -177,20 +175,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;