additional legends for prefs form, silenced the month function for now (after importi...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 19 May 2004 21:09:19 +0000 (21:09 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 19 May 2004 21:09:19 +0000 (21:09 +0000)
languages/Language.php

index e2e7db8..096f154 100644 (file)
@@ -876,6 +876,9 @@ See [[{{ns:4}}:User preferences help]] for help deciphering the options.",
 "math_bad_tmpdir"      => "Can't write to or create math temp directory",
 "math_bad_output"      => "Can't write to or create math output directory",
 "math_notexvc" => "Missing texvc executable; please see math/README to configure.",
+'prefs-personal' => 'User data',
+'prefs-rc' => 'Recent changes and stub display',
+'prefs-misc' => 'Misc settings',
 "saveprefs"            => "Save preferences",
 "resetprefs"   => "Reset preferences",
 "oldpassword"  => "Old password",
@@ -1658,7 +1661,7 @@ class Language {
        function getMonthAbbreviation( $key )
        {
                global $wgMonthAbbreviationsEn;
-               return $wgMonthAbbreviationsEn[$key-1];
+               return @$wgMonthAbbreviationsEn[$key-1];
        }
 
        function getWeekdayName( $key )