mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
bfa7f5112f
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
25 lines
1.2 KiB
JSON
25 lines
1.2 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Milicevic01"
|
||
]
|
||
},
|
||
"math_sample": "Ovde unesite formulu",
|
||
"math_tip": "Matematička formula (LaTeX)",
|
||
"prefs-math": "Prikaz matematičkih formula",
|
||
"mw_math_png": "Uvek prikaži kao PNG",
|
||
"mw_math_source": "Ostavi u formatu ТеХ (za tekstualne pregledače)",
|
||
"mw_math_mathjax": "MathJax (eksperimentalno)",
|
||
"mw_math_mathml": "MathML ako je moguće (eksperimentalno)",
|
||
"math_failure": "Raščlanjivanje nije uspelo",
|
||
"math_unknown_error": "nepoznata greška",
|
||
"math_unknown_function": "nepoznata funkcija „$1“",
|
||
"math_lexing_error": "rečnička greška",
|
||
"math_syntax_error": "greška u sintaksi",
|
||
"math_image_error": "Pretvaranje u format PNG nije uspelo. Proverite da li su dobro instalirani latex, dvips, gs i convert",
|
||
"math_bad_tmpdir": "Stvaranje ili pisanje u privremenu fasciklu za matematiku nije uspelo",
|
||
"math_bad_output": "Stvaranje ili pisanje u odredišnoj fascikli za matematiku nije uspelo",
|
||
"math_notexvc": "Nedostaje izvršna datoteka <code>texvc</code>. Pogledajte math/README za podešavanje.",
|
||
"math_notexvccheck": "Nedostaje izvršna datoteka <code>texvccheck</code>. Pogledajte math/README za podešavanje."
|
||
}
|