mediawiki-extensions-Math/i18n/ia.json
Frédéric Wang bfa7f5112f Remove the "best for most browsers" comment for the MathJax mode.
This is a subjective comment that was not true for everybody (trade-off
between speed & quality). Moreover, this is now an orthogonal option to enable
MathJax client-side rather than a separate rendering mode per se, so it is
confusing to compare it against the other modes. The "recommended" mode in the
future is likely to become MathML + SVG fallback (which instead uses MathJax
server-side) ; but it's probably best to keep neutral regarding the user's
preferences.

Change-Id: I5c6ff7c95cded4f06f6bfdef43dbe190e42a2968
2014-08-24 14:29:03 +02:00

24 lines
1.1 KiB
JSON

{
"@metadata": {
"authors": [
"McDutchie"
]
},
"math-desc": "Visualisar formulas mathematic inter etiquettas <code>&lt;math&gt;</code> ... <code>&lt;/math&gt;</code>",
"math_sample": "Inserer formula hic",
"math_tip": "Formula mathematic (LaTeX)",
"prefs-math": "Mathematica",
"mw_math_png": "Sempre producer PNG",
"mw_math_source": "Lassa lo como TeX (pro navigatores in modo texto)",
"mw_math_mathjax": "MathJax (experimental)",
"math_failure": "Error durante le analyse del syntaxe",
"math_unknown_error": "error incognite",
"math_unknown_function": "function '$1' incognite",
"math_lexing_error": "error lexic",
"math_syntax_error": "error de syntaxe",
"math_image_error": "Le conversion in PNG ha fallite;\nverifica le installation del programmas ''latex\" e \"dvipng\" (o \"dvips\" + \"gs\" + ''convert'').",
"math_bad_tmpdir": "Non pote scriber in o crear le directorio temporari \"math\".",
"math_bad_output": "Non pote scriber in o crear le directorio de output \"math\".",
"math_notexvc": "Le executabile ''<code>texvc</code>'' manca;\nper favor vide math/README pro configurar lo."
}