* Typo in msg:exif-orientation-6 and msg:exif-orientation-7: Rotated not Roatated
[lhc/web/wiklou.git] / languages / LanguageNv.php
index e933a5f..565d684 100755 (executable)
@@ -1,4 +1,8 @@
 <?php
+/**
+  * @package MediaWiki
+  * @subpackage Language
+  */
 
 # Navajo language file
 # No messages at the moment, just all the other stuff
@@ -29,17 +33,6 @@ if($wgMetaNamespace === FALSE)
        NS_CATEGORY_TALK    => 'T\'ááłáhági_át\'éego_baa_yinísht\'į́'
 );
 
-/* private */ $wgDefaultUserOptionsNv = array(
-       'quickbar' => 1, 'underline' => 1, 'hover' => 1,
-       'cols' => 80, 'rows' => 25, 'searchlimit' => 20,
-       'contextlines' => 5, 'contextchars' => 50,
-       'skin' => $wgDefaultSkin, 'math' => 1, 'rcdays' => 7, 'rclimit' => 50,
-       'highlightbroken' => 1, 'stubthreshold' => 0,
-       'previewontop' => 1, 'editsection'=>1,'editsectiononrightclick'=>0, 'showtoc'=>1,
-       'showtoolbar' =>1,
-       'date' => 0
-);
-
 /* private */ $wgQuickbarSettingsNv = array(
        'None', 'Fixed left', 'Fixed right', 'Floating left'
 );
@@ -64,16 +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>).',
        'justify'       => 'Justify paragraphs',
@@ -138,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__'                ),
@@ -179,11 +165,6 @@ this</a> (alternative: like this<a href="" class="internal">?</a>).',
 
 class LanguageNv extends LanguageUtf8 {
 
-       function getDefaultUserOptions () {
-               global $wgDefaultUserOptionsNv ;
-               return $wgDefaultUserOptionsNv ;
-       }
-
        function getBookstoreList () {
                global $wgBookstoreListNv ;
                return $wgBookstoreListNv ;
@@ -194,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;
@@ -245,25 +212,21 @@ class LanguageNv extends LanguageUtf8 {
        }
 
        /* by default we just return base form */
-       function getMonthNameGen( $key )
-       {
+       function getMonthNameGen( $key ) {
                return $this->getMonthName( $key );
        }
 
-       function getMonthAbbreviation( $key )
-       {
+       function getMonthAbbreviation( $key ) {
                global $wgMonthAbbreviationsNv;
                return @$wgMonthAbbreviationsNv[$key-1];
        }
 
-       function getWeekdayName( $key )
-       {
+       function getWeekdayName( $key ) {
                global $wgWeekdayNamesNv;
                return $wgWeekdayNamesNv[$key-1];
        }
 
-       function getValidSpecialPages()
-       {
+       function getValidSpecialPages() {
                global $wgValidSpecialPagesNv;
                return $wgValidSpecialPagesNv;
        }