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

38 lines
1.9 KiB
JSON

{
"@metadata": {
"authors": [
"Alvaro Vidal-Abarca",
"Martorell",
"Papapep",
"SMP",
"Toniher",
"Vriullop",
"Arnaugir"
]
},
"math-desc": "Composa fórmules matemàtiques escrites entre les etiquetes <code>&lt;math&gt;</code> ... <code>&lt;/math&gt;</code>",
"math_sample": "Inseriu una fórmula ací",
"math_tip": "Fórmula matemàtica (LaTeX)",
"prefs-math": "Com es mostren les fórmules",
"mw_math_png": "Produeix sempre PNG",
"mw_math_source": "Deixa com a TeX (per a navegadors de text)",
"mw_math_mathjax": "MathJax (experimental)",
"mw_math_mathml": "MathML si és possible (experimental)",
"mw_math_latexml": "LaTeXML (experimental; utilitza MathML)",
"math_failure": "No s'ha pogut entendre",
"math_unknown_error": "error desconegut",
"math_unknown_function": "funció '$1' desconeguda",
"math_lexing_error": "error de lèxic",
"math_syntax_error": "error de sintaxi",
"math_image_error": "Hi ha hagut una errada en la conversió a PNG. Verifiqueu la instaŀlació de latex i dvipng (o dvips, gs i convert).",
"math_bad_tmpdir": "No s'ha pogut crear el directori temporal de math o escriure-hi dins.",
"math_bad_output": "No s'ha pogut crear el directori d'eixida de math o escriure-hi dins.",
"math_notexvc": "No s'ha trobat el fitxer executable ''<code>texvc</code>''; si us plau, vegeu math/README per a configurar-lo.",
"math_output_error": "No es pot emmagatzemar imatge de fórmula matemàtica al sistema d'arxius.",
"math_invalidresponse": "$1: Resposta invàlida ('$3') del servidor '$2':",
"math_invalidxml": " MathML conté XML invàlid.",
"math_invalidjson": "$1 La resposta del servidor és un JSON invàlid.",
"math_xmlversion": "Advertència: s'ha obviat la comprovació del tipus XML! Comproveu si la vostra instal·lació de MediaWiki és la versió wmf/1.22wmf7 o més recent.",
"math-visualeditor-mwmathinspector-title": "Fórmula"
}