mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
4ca287b43a
This change improves the error handling for MathML. * Make MathHooks::getMathNames public * Allow to use the same error messages for LaTeXML and Mathoid * unify the string delimiter in error messages to " Change-Id: I6568e6a3c98cb008f45f887d42e446daafe0ed3c
34 lines
2.3 KiB
JSON
34 lines
2.3 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"math-desc": "Render mathematical formulas between <code><math></code> ... <code></math></code> tags",
|
|
"math_sample": "Insert formula here",
|
|
"math_tip": "Mathematical formula (LaTeX)",
|
|
"prefs-math": "Math",
|
|
"mw_math_png": "Always render PNG",
|
|
"mw_math_source": "Leave it as TeX (for text browsers)",
|
|
"mw_math_mathjax": "MathJax (experimental; best for most browsers)",
|
|
"mw_math_latexml": "LaTeXML (experimental; uses MathML)",
|
|
"math_failure": "Failed to parse",
|
|
"math_unknown_error": "unknown error",
|
|
"math_unknown_function": "unknown function \"$1\"",
|
|
"math_lexing_error": "lexing error",
|
|
"math_syntax_error": "syntax error",
|
|
"math_image_error": "PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + 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 <code>texvc</code> executable. Please see math/README to configure.",
|
|
"math_notexvccheck": "Missing <code>texvccheck</code> executable. Please see math/README to configure.",
|
|
"math_output_error": "Cannot store math image on filesystem.",
|
|
"math_timeout": "$1 timeout from \"$2\"",
|
|
"math_invalidresponse": "$1: Invalid response (\"$3\") from server \"$2\":",
|
|
"math_invalidxml": "MathML is invalid XML.",
|
|
"math_invalidjson": "$1 server response is invalid JSON.",
|
|
"math_xmlversion": "Warning: XML type check skipped! Check if your MediaWiki installation is version wmf/1.22wmf7 or newer.",
|
|
"math-visualeditor-mwmathinspector-title": "Formula",
|
|
"math-preference-mwmathinspector-description": "Add experimental support to VisualEditor for creating and editing of mathematical formulae for testing, ahead of general release. Please remember to always review your changes before saving when using experimental features.",
|
|
"math-preference-mwmathinspector-discussion-link": "https://www.mediawiki.org/wiki/Special:MyLanguage/Talk:VisualEditor/Beta_Features/Formulae",
|
|
"math-preference-mwmathinspector-info-link": "https://www.mediawiki.org/wiki/Special:MyLanguage/VisualEditor/Beta_Features/Formulae",
|
|
"math-preference-mwmathinspector-label": "VisualEditor formulae editing"
|
|
} |