MathML.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*************************************************************
  2. *
  3. * MathJax/localization/sl/MathML.js
  4. *
  5. * Copyright (c) 2009-2018 The MathJax Consortium
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. */
  20. MathJax.Localization.addTranslation("sl","MathML",{
  21. version: "2.7.5",
  22. isLoaded: true,
  23. strings: {
  24. BadMglyph: "Neveljaven mglyph: %1",
  25. BadMglyphFont: "Neveljavna pisava: %1",
  26. MathPlayer: "MathJax ni mogel nastaviti programa MathPlayer.\n\n\u010Ce MathPlayer ni name\u0161\u010Den, ga morate najprej namestiti. Sicer morda njegov zahon prepre\u010Dujejo va\u0161e varnostne nastavitve. Uporabite element Internetne mo\u017Enosti [Internet Options] pod menijem Orodja [Tools] in izberite zavihek Varnost [Security], nato pritisnite gumb Prilagojena raven [Custom Level]. Preverite, alo so nastavitve za 'Za\u017Eeni krmilne elemente ActiveX' in 'Binarna in skriptna vedenja' omogo\u010Dene.\n\nTrenutno boste namesto matematike videli sporo\u010Dila o napakah.",
  27. CantCreateXMLParser: "MathJax ne more ustvariti raz\u010Dlenjevalnika XML za MathML. Preverite, ali je varnostna nastavitev 'Krmilni elementi Script ActiveX ozna\u010Deni kot varni za skriptiranje' omogo\u010Dena (da to preverite, v meniju Orodja [Tools] uporabite element Internetne mo\u017Enosti [Internet Options], nato izberite plo\u0161\u010Do Varnost [Security], nato pritisnite gumb Prilagojena raven [Custom Level]).",
  28. UnknownNodeType: "Neznana vrsta vozli\u0161\u010Da: %1",
  29. UnexpectedTextNode: "Nepri\u010Dakovano tekstovno vozli\u0161\u010De: %1",
  30. ErrorParsingMathML: "Napaka pri raz\u010Dlenjevanju MathML",
  31. ParsingError: "Napaka pri raz\u010Dlenjevanju MathML: %1",
  32. MathMLSingleElement: "MathML mora biti oblikovan z enim samim elementom",
  33. MathMLRootElement: "MathML mora biti oblikovan z elementom \u003Cmath\u003E, ne s korenom %1"
  34. }
  35. });
  36. MathJax.Ajax.loadComplete("[MathJax]/localization/sl/MathML.js");