mediawiki-extensions-Math/i18n/en.json
Thalia 5fe280c3cf Allow users to choose math inspector or math dialog
The context item for math nodes now has two edit buttons,
one for the inspector (edit inline) and one for the dialog
(edit). Creating a new math node automatically opens the
dialog.

Bug: T120382
Change-Id: Icd3ec75262fcc5e0cbc304051c651278b0d8b01c
2016-01-04 08:20:16 +00:00

88 lines
4.6 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>&lt;math&gt;</code> ... <code>&lt;/math&gt;</code> tags",
"math-visualeditor-mwmathcontextitem-quickedit": "Quick edit",
"math-visualeditor-mwmathdialog-title": "Formula",
"math-visualeditor-mwmathdialog-card-formula": "Formula",
"math-visualeditor-mwmathdialog-card-options": "Options",
"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-visualeditor-symbol-group-accents": "Accents and diacritics",
"math-visualeditor-symbol-group-arrows": "Arrows",
"math-visualeditor-symbol-group-bounds": "Bounds",
"math-visualeditor-symbol-group-derivatives": "Differentials and derivatives",
"math-visualeditor-symbol-group-functions": "Standard numerical functions",
"math-visualeditor-symbol-group-geometry": "Geometric",
"math-visualeditor-symbol-group-greek": "Greek alphabet",
"math-visualeditor-symbol-group-hebrew": "Hebrew alphabet",
"math-visualeditor-symbol-group-large": "Large layouts",
"math-visualeditor-symbol-group-logic": "Logic",
"math-visualeditor-symbol-group-matrices": "Matrices",
"math-visualeditor-symbol-group-modular": "Modular arithmetic",
"math-visualeditor-symbol-group-operators": "Operators",
"math-visualeditor-symbol-group-projections": "Projections",
"math-visualeditor-symbol-group-parentheses": "Parentheses",
"math-visualeditor-symbol-group-relations": "Relations",
"math-visualeditor-symbol-group-root": "Radicals",
"math-visualeditor-symbol-group-sets": "Sets",
"math-visualeditor-symbol-group-spacing": "Spacing",
"math-visualeditor-symbol-group-special": "Special",
"math-visualeditor-symbol-group-subscripts": "Subscripts, superscripts and integrals",
"math-visualeditor-symbol-group-symbols": "Symbols and constants",
"math-visualeditor-symbol-group-typefaces": "Typefaces",
"math-visualeditor-symbol-group-unsorted": "Unsorted",
"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"
}