Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -868,15 +868,6 @@ |
869 | 869 | 'dateformat', |
870 | 870 | 'datedefault', |
871 | 871 | 'prefs-datetime', |
872 | | - 'math_failure', |
873 | | - 'math_unknown_error', |
874 | | - 'math_unknown_function', |
875 | | - 'math_lexing_error', |
876 | | - 'math_syntax_error', |
877 | | - 'math_image_error', |
878 | | - 'math_bad_tmpdir', |
879 | | - 'math_bad_output', |
880 | | - 'math_notexvc', |
881 | 872 | 'prefs-personal', |
882 | 873 | 'prefs-rc', |
883 | 874 | 'prefs-watchlist', |
— | — | @@ -2244,6 +2235,17 @@ |
2245 | 2236 | 'mw_math_modern', |
2246 | 2237 | 'mw_math_mathml', |
2247 | 2238 | ), |
| 2239 | + 'matherrors' => array( |
| 2240 | + 'math_failure', |
| 2241 | + 'math_unknown_error', |
| 2242 | + 'math_unknown_function', |
| 2243 | + 'math_lexing_error', |
| 2244 | + 'math_syntax_error', |
| 2245 | + 'math_image_error', |
| 2246 | + 'math_bad_tmpdir', |
| 2247 | + 'math_bad_output', |
| 2248 | + 'math_notexvc', |
| 2249 | + ), |
2248 | 2250 | 'patrolling' => array( |
2249 | 2251 | 'markaspatrolleddiff', |
2250 | 2252 | 'markaspatrolledlink', |
— | — | @@ -3109,6 +3111,7 @@ |
3110 | 3112 | 'info' => 'Info page', |
3111 | 3113 | 'skin' => 'Skin names', |
3112 | 3114 | 'math' => 'Math options', |
| 3115 | + 'matherrors' => 'Math errors', |
3113 | 3116 | 'patrolling' => 'Patrolling', |
3114 | 3117 | 'patrol-log' => 'Patrol log', |
3115 | 3118 | 'imagedeletion' => 'Image deletion', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1556,17 +1556,6 @@ |
1557 | 1557 | 'dateformat' => 'Date format', |
1558 | 1558 | 'datedefault' => 'No preference', |
1559 | 1559 | 'prefs-datetime' => 'Date and time', |
1560 | | -'math_failure' => 'Failed to parse', |
1561 | | -'math_unknown_error' => 'unknown error', |
1562 | | -'math_unknown_function' => 'unknown function', |
1563 | | -'math_lexing_error' => 'lexing error', |
1564 | | -'math_syntax_error' => 'syntax error', |
1565 | | -'math_image_error' => 'PNG conversion failed; |
1566 | | -check for correct installation of latex, dvips, gs, and convert', |
1567 | | -'math_bad_tmpdir' => 'Cannot write to or create math temp directory', |
1568 | | -'math_bad_output' => 'Cannot write to or create math output directory', |
1569 | | -'math_notexvc' => 'Missing texvc executable; |
1570 | | -please see math/README to configure.', |
1571 | 1560 | 'prefs-personal' => 'User profile', |
1572 | 1561 | 'prefs-rc' => 'Recent changes', |
1573 | 1562 | 'prefs-watchlist' => 'Watchlist', |
— | — | @@ -3118,6 +3107,19 @@ |
3119 | 3108 | 'mw_math_modern' => 'Recommended for modern browsers', |
3120 | 3109 | 'mw_math_mathml' => 'MathML if possible (experimental)', |
3121 | 3110 | |
| 3111 | +# Math errors |
| 3112 | +'math_failure' => 'Failed to parse', |
| 3113 | +'math_unknown_error' => 'unknown error', |
| 3114 | +'math_unknown_function' => 'unknown function', |
| 3115 | +'math_lexing_error' => 'lexing error', |
| 3116 | +'math_syntax_error' => 'syntax error', |
| 3117 | +'math_image_error' => 'PNG conversion failed; |
| 3118 | +check for correct installation of latex, dvips, gs, and convert', |
| 3119 | +'math_bad_tmpdir' => 'Cannot write to or create math temp directory', |
| 3120 | +'math_bad_output' => 'Cannot write to or create math output directory', |
| 3121 | +'math_notexvc' => 'Missing texvc executable; |
| 3122 | +please see math/README to configure.', |
| 3123 | + |
3122 | 3124 | # Patrolling |
3123 | 3125 | 'markaspatrolleddiff' => 'Mark as patrolled', |
3124 | 3126 | 'markaspatrolledlink' => '[$1]', # do not translate or duplicate this message to other languages |