MathML.js 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
  2. /* vim: set ts=2 et sw=2 tw=80: */
  3. /*************************************************************
  4. *
  5. * MathJax/localization/ca/MathML.js
  6. *
  7. * Copyright (c) 2009-2015 The MathJax Consortium
  8. *
  9. * Licensed under the Apache License, Version 2.0 (the "License");
  10. * you may not use this file except in compliance with the License.
  11. * You may obtain a copy of the License at
  12. *
  13. * http://www.apache.org/licenses/LICENSE-2.0
  14. *
  15. * Unless required by applicable law or agreed to in writing, software
  16. * distributed under the License is distributed on an "AS IS" BASIS,
  17. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18. * See the License for the specific language governing permissions and
  19. * limitations under the License.
  20. *
  21. */
  22. MathJax.Localization.addTranslation("ca","MathML",{
  23. version: "2.5.0",
  24. isLoaded: true,
  25. strings: {
  26. BadMglyph: "Mglyph incorrecte: %1",
  27. BadMglyphFont: "Font incorrecta: %1",
  28. MathPlayer: "MathJax no ha pogut configurar MathPlayer.\n\nSi MathPlayer no est\u00E0 instal\u00B7lat, necessiteu instal\u00B7lar-lo pr\u00E8viament. Altrament, pot ser que la vostra configuraci\u00F3 de seguretat estigui bloquejant l'execuci\u00F3 de controls ActiveX. Useu el men\u00FA Opcions d'Internet dins el men\u00FA Eines i seleccioneu la pestanya Seguretat, i llavors premeu el bot\u00F3 Nivell Personalitzat. Assegureu-vos que les configuracions per 'Executar Controls ActiveX' i 'Comportaments binari i script' estan activades.\n\nDe moment veureu missatges d'error en comptes de f\u00F3rmules matem\u00E0tiques.",
  29. CantCreateXMLParser: "MathJax no pot crear un analitzador XML per MathML. Comproveu que la configuraci\u00F3 de seguretat 'Controls de script ActiveX marcats segurs per scripting' est\u00E0 marcada (aneu a l'opci\u00F3 Opcions d'Internet dins el men\u00FA Eines, i seleccioneu el panell de Seguretat; despr\u00E9s, cliqueu el bot\u00F3 Nivell Personalitzat per activar aquesta configuraci\u00F3).\n\nLes equacions MathML no podran ser processades per MathJax",
  30. UnknownNodeType: "Tipus de node desconegut: %1",
  31. UnexpectedTextNode: "Node de text inesperat: %1",
  32. ErrorParsingMathML: "Error d'an\u00E0lisi MathML",
  33. ParsingError: "Error d'an\u00E0lisi MathML: %1",
  34. MathMLSingleElement: "MathML ha d'estar format per un sol element",
  35. MathMLRootElement: "MathML ha d'estar format per un element \u003Cmath\u003E, no per %1"
  36. }
  37. });
  38. MathJax.Ajax.loadComplete("[MathJax]/localization/ca/MathML.js");