Take math errors related messages out of the preferences section.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 26 Apr 2009 21:50:55 +0000 (21:50 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 26 Apr 2009 21:50:55 +0000 (21:50 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 8f6ea06..b9b88c5 100644 (file)
@@ -1556,17 +1556,6 @@ Note that their indexes of {{SITENAME}} content may be out of date.',
 'dateformat'                => 'Date format',
 'datedefault'               => 'No preference',
 'prefs-datetime'            => 'Date and time',
-'math_failure'              => 'Failed to parse',
-'math_unknown_error'        => 'unknown error',
-'math_unknown_function'     => 'unknown function',
-'math_lexing_error'         => 'lexing error',
-'math_syntax_error'         => 'syntax error',
-'math_image_error'          => 'PNG conversion failed;
-check for correct installation of latex, dvips, gs, and convert',
-'math_bad_tmpdir'           => 'Cannot write to or create math temp directory',
-'math_bad_output'           => 'Cannot write to or create math output directory',
-'math_notexvc'              => 'Missing texvc executable;
-please see math/README to configure.',
 'prefs-personal'            => 'User profile',
 'prefs-rc'                  => 'Recent changes',
 'prefs-watchlist'           => 'Watchlist',
@@ -3118,6 +3107,19 @@ This is probably caused by a link to a blacklisted external site.',
 'mw_math_modern' => 'Recommended for modern browsers',
 'mw_math_mathml' => 'MathML if possible (experimental)',
 
+# Math errors
+'math_failure'          => 'Failed to parse',
+'math_unknown_error'    => 'unknown error',
+'math_unknown_function' => 'unknown function',
+'math_lexing_error'     => 'lexing error',
+'math_syntax_error'     => 'syntax error',
+'math_image_error'      => 'PNG conversion failed;
+check for correct installation of latex, dvips, gs, and convert',
+'math_bad_tmpdir'       => 'Cannot write to or create math temp directory',
+'math_bad_output'       => 'Cannot write to or create math output directory',
+'math_notexvc'          => 'Missing texvc executable;
+please see math/README to configure.',
+
 # Patrolling
 'markaspatrolleddiff'                 => 'Mark as patrolled',
 'markaspatrolledlink'                 => '[$1]', # do not translate or duplicate this message to other languages
index b6e7831..27410f0 100644 (file)
@@ -868,15 +868,6 @@ $wgMessageStructure = array(
                'dateformat',
                'datedefault',
                'prefs-datetime',
-               'math_failure',
-               'math_unknown_error',
-               'math_unknown_function',
-               'math_lexing_error',
-               'math_syntax_error',
-               'math_image_error',
-               'math_bad_tmpdir',
-               'math_bad_output',
-               'math_notexvc',
                'prefs-personal',
                'prefs-rc',
                'prefs-watchlist',
@@ -2244,6 +2235,17 @@ $wgMessageStructure = array(
                'mw_math_modern',
                'mw_math_mathml',
        ),
+       'matherrors' => array(
+               'math_failure',
+               'math_unknown_error',
+               'math_unknown_function',
+               'math_lexing_error',
+               'math_syntax_error',
+               'math_image_error',
+               'math_bad_tmpdir',
+               'math_bad_output',
+               'math_notexvc',
+       ),
        'patrolling' => array(
                'markaspatrolleddiff',
                'markaspatrolledlink',
@@ -3109,6 +3111,7 @@ XHTML id names.",
        'info'                => 'Info page',
        'skin'                => 'Skin names',
        'math'                => 'Math options',
+       'matherrors'          => 'Math errors',
        'patrolling'          => 'Patrolling',
        'patrol-log'          => 'Patrol log',
        'imagedeletion'       => 'Image deletion',