mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
d2045ac9a4
Bug: T94434 Change-Id: Ib723c80642d432b7eac66fc18a316aaae026e884
47 lines
3.2 KiB
JSON
47 lines
3.2 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"math-desc": "Render mathematical formulas between <code><math></code> ... <code></math></code> tags",
|
|
"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 formula editing",
|
|
"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 mode is/rendering 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_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"
|
|
}
|