mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-14 11:15:13 +00:00
60 lines
2.9 KiB
JSON
60 lines
2.9 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Brion Vibber",
|
|
"Chad Horohoe",
|
|
"Ed Sanders",
|
|
"Frédéric Wang",
|
|
"Gabriel Wicke",
|
|
"Jack Phoenix",
|
|
"James D. Forrester",
|
|
"Matthew Flaschen",
|
|
"Moritz Schubotz",
|
|
"Raimond Spekking",
|
|
"Roan Kattouw",
|
|
"Sam Reed",
|
|
"Siebrand Mazeland",
|
|
"Yuki Shira"
|
|
]
|
|
},
|
|
"math-desc": "Render mathematical formulas between <code><math></code> ... <code></math></code> tags",
|
|
"math-visualeditor-mwmathinspector-display": "Display",
|
|
"math-visualeditor-mwmathinspector-display-block": "Block",
|
|
"math-visualeditor-mwmathinspector-display-default": "Default",
|
|
"math-visualeditor-mwmathinspector-display-inline": "Inline",
|
|
"math-visualeditor-mwmathinspector-id": "Link ID (optional)",
|
|
"math-visualeditor-mwmathinspector-title": "Formula",
|
|
"math_bad_output": "Cannot write to or create math output directory",
|
|
"math_bad_tmpdir": "Cannot write to or create math temp directory",
|
|
"math_failure": "Failed to parse",
|
|
"math_image_error": "PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)",
|
|
"math_invalidjson": "$1 server response is invalid JSON.",
|
|
"math_invalidresponse": "$1: Invalid response (\"$3\") from server \"$2\":",
|
|
"math_invalidxml": "MathML or SVG is invalid XML.",
|
|
"math_lexing_error": "lexing error",
|
|
"math_mathoid_error": "Conversion error. Server (\"$1\") reported: \"$2\"",
|
|
"math_notexvc": "Missing <code>texvc</code> executable. Please see math/README to configure.",
|
|
"math_output_error": "Cannot store math image on filesystem.",
|
|
"math_sample": "Insert formula here",
|
|
"math-status-introduction" : "This page displays information about the enabled math rendering modes.\n\nThe following rendering {{PLURAL:$1|mode is|modes are}} enabled:",
|
|
"math_syntax_error": "syntax error",
|
|
"math_timeout": "$1 timeout from \"$2\".",
|
|
"math-test-end": "Backend tests for rendering mode ''$1'' completed.",
|
|
"math-test-fail": "Test ''$1'' <span style=\"color:red\">failed</span>.",
|
|
"math-test-start": "Running backend tests for rendering mode ''$1''.",
|
|
"math-test-success": "Test ''$1'' <span style=\"color:green\">succeeded</span>.",
|
|
"math-test-contains-diff" : "Returned string $1 does not contain expected string $2.",
|
|
"math-test-equals-diff" : "Returned string $1 is different from expected string $2.",
|
|
"math_tip": "Mathematical formula (LaTeX)",
|
|
"math_unknown_error": "unknown error",
|
|
"math_unknown_function": "unknown function \"$1\"",
|
|
"mw_math_latexml": "LaTeXML (experimental; uses MathML)",
|
|
"mw_math_latexml_jax": "LaTeXML with client-side MathJax (experimental; uses MathML)",
|
|
"mw_math_mathjax": "Client-side MathJax (slow; improves rendering on some browsers and accessibility tools)",
|
|
"mw_math_mathml": "MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools)",
|
|
"mw_math_png": "PNG images",
|
|
"mw_math_source": "TeX source (for text browsers)",
|
|
"prefs-math": "Math",
|
|
"mathstatus": "Math status"
|
|
}
|