r85724 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85723‎ | r85724 | r85725 >
Date:15:18, 9 April 2011
Author:ashley
Status:ok
Tags:
Comment:
...and remove the math-related messages from MessagesEn.php; follow-up to r85723
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1209,8 +1209,6 @@
12101210 'extlink_tip' => 'External link (remember http:// prefix)',
12111211 'headline_sample' => 'Headline text',
12121212 'headline_tip' => 'Level 2 headline',
1213 -'math_sample' => 'Insert formula here',
1214 -'math_tip' => 'Mathematical formula (LaTeX)',
12151213 'nowiki_sample' => 'Insert non-formatted text here',
12161214 'nowiki_tip' => 'Ignore wiki formatting',
12171215 'image_sample' => 'Example.jpg', # only translate this message to other languages if you have to change it
@@ -1762,7 +1760,6 @@
17631761 'changepassword' => 'Change password',
17641762 'prefs-skin' => 'Skin',
17651763 'skin-preview' => 'Preview',
1766 -'prefs-math' => 'Math',
17671764 'datedefault' => 'No preference',
17681765 'prefs-datetime' => 'Date and time',
17691766 'prefs-personal' => 'User profile',
@@ -3585,25 +3582,6 @@
35863583 'skinname-modern' => 'Modern', # only translate this message to other languages if you have to change it
35873584 'skinname-vector' => 'Vector', # only translate this message to other languages if you have to change it
35883585
3589 -# Math options
3590 -'mw_math_png' => 'Always render PNG',
3591 -'mw_math_simple' => 'HTML if very simple or else PNG',
3592 -'mw_math_html' => 'HTML if possible or else PNG',
3593 -'mw_math_source' => 'Leave it as TeX (for text browsers)',
3594 -'mw_math_modern' => 'Recommended for modern browsers',
3595 -'mw_math_mathml' => 'MathML if possible (experimental)',
3596 -
3597 -# Math errors
3598 -'math_failure' => 'Failed to parse',
3599 -'math_unknown_error' => 'unknown error',
3600 -'math_unknown_function' => 'unknown function',
3601 -'math_lexing_error' => 'lexing error',
3602 -'math_syntax_error' => 'syntax error',
3603 -'math_image_error' => 'PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)',
3604 -'math_bad_tmpdir' => 'Cannot write to or create math temp directory',
3605 -'math_bad_output' => 'Cannot write to or create math output directory',
3606 -'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
3607 -
36083586 # Patrolling
36093587 'markaspatrolleddiff' => 'Mark as patrolled',
36103588 'markaspatrolledlink' => '[$1]', # do not translate or duplicate this message to other languages

Follow-up revisions

RevisionCommit summaryAuthorDate
r85728Follow-up r85724: update messages.inc and rebuild all language files.siebrand17:21, 9 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85706Initial stab at breaking math/texvc out to Math extension....brion00:39, 9 April 2011
r85723Math extension:...ashley15:13, 9 April 2011

Status & tagging log