mediawiki-extensions-Math/i18n/sr-el.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

25 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@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."
}