mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +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
28 lines
1.3 KiB
JSON
28 lines
1.3 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Herr Mlinka",
|
|
"MaGa",
|
|
"Roberta F.",
|
|
"SpeedyGonsales"
|
|
]
|
|
},
|
|
"math_sample": "Ovdje unesi formulu",
|
|
"math_tip": "Matematička formula (LaTeX)",
|
|
"prefs-math": "Prikaz matematičkih formula",
|
|
"mw_math_png": "Uvijek kao PNG",
|
|
"mw_math_source": "Ostavi u formatu TeX (za tekstualne preglednike)",
|
|
"mw_math_mathjax": "MathJax (pokusno)",
|
|
"math_failure": "Obrada nije uspjela.",
|
|
"math_unknown_error": "nepoznata pogrješka",
|
|
"math_unknown_function": "nepoznata funkcija",
|
|
"math_lexing_error": "rječnička pogrješka (lexing error)",
|
|
"math_syntax_error": "sintaksna pogrješka",
|
|
"math_image_error": "Pretvorba u PNG nije uspjela; provjerite jesu li dobro instalirani latex, dvips, gs, i convert",
|
|
"math_bad_tmpdir": "Ne mogu otvoriti ili pisati u privremeni direktorij za matematiku",
|
|
"math_bad_output": "Ne mogu otvoriti ili pisati u odredišni direktorij za matematiku",
|
|
"math_notexvc": "Nedostaje izvršna datoteka <code>texvc</code>-a; pogledajte math/README za postavke.",
|
|
"math-preference-mwmathinspector-description": "Pokusna podrška VisualEditoru za stvaranje i uređivanje matematičkih formula, prije konačnog izdanja. Kad god koristite pokusne mogućnosti, molimo, uvijek pregledajte izmjene prije spremanja.",
|
|
"math-preference-mwmathinspector-label": "Uređivanje formula u VisualEditoru"
|
|
}
|