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

29 lines
2.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",
"Rancher"
]
},
"math_sample": "Овде унесите формулу",
"math_tip": "Математичка формула (LaTeX)",
"prefs-math": "Приказ математичких формула",
"mw_math_png": "Увек прикажи као PNG",
"mw_math_source": "Остави у формату ТеХ (за текстуалне прегледаче)",
"mw_math_mathjax": "MathJax (експериментално)",
"mw_math_mathml": "Ако је могуће, MathML (пробна фаза)",
"math_failure": "Рашчлањивање није успело",
"math_unknown_error": "непозната грешка",
"math_unknown_function": "непозната функција „$1“",
"math_lexing_error": "речничка грешка",
"math_syntax_error": "грешка у синтакси",
"math_image_error": "Претварање у формат PNG није успело. Проверите да ли су добро инсталирани latex, dvips, gs и convert",
"math_bad_tmpdir": "Стварање или писање у привремену фасциклу за математику није успело",
"math_bad_output": "Стварање или писање у одредишној фасцикли за математику није успело",
"math_notexvc": "Недостаје извршна датотека <code>texvc</code>. Погледајте math/README за подешавање.",
"math_notexvccheck": "Недостаје извршна датотека <code>texvccheck</code>. Погледајте math/README за подешавање.",
"math-visualeditor-mwmathinspector-title": "Формула",
"math-preference-mwmathinspector-description": "Укључује експерименталну подршку у Визуелном уређивачу за прављење и уређивање математичких формула. Обавезно проверите своје измене пре чувања када користите ову могућност.",
"math-preference-mwmathinspector-label": "Уређивање формула у Визуелном уређивачу"
}