MathML.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*************************************************************
  2. *
  3. * MathJax/localization/sv/MathML.js
  4. *
  5. * Copyright (c) 2009-2016 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("sv","MathML",{
  21. version: "2.7.2",
  22. isLoaded: true,
  23. strings: {
  24. BadMglyph: "D\u00E5lig mglyph: %1",
  25. BadMglyphFont: "D\u00E5ligt typsnitt: %1",
  26. MathPlayer: "MathJax kunde inte st\u00E4lla in MathPlayer.\n\nOm MathPlayer inte \u00E4r installerat, m\u00E5ste du installera \nden f\u00F6rst. Annars kan det h\u00E4nda att dina \ns\u00E4kerhetsinst\u00E4llningar f\u00F6rhindrar ActiveX-kontroller \nfr\u00E5n att k\u00F6ras. Anv\u00E4nd internetinst\u00E4llningar i \nverktygsmenyn, v\u00E4lj s\u00E4kerhetspanelen, klicka sedan \nanv\u00E4ndardefinierad niv\u00E5-knappen. Kontrollera att \ninst\u00E4llningarna f\u00F6r 'K\u00F6r ActiveX-kontroller' samt \n'Bin\u00E4r och skript-beteenden' \u00E4r aktiverade.\n\nF\u00F6r n\u00E4rvarande kommer du att se flemeddelande snarare \n\u00E4n typsatt matematik",
  27. CantCreateXMLParser: "MathJax kunde inte skapa en XML-tolk f\u00F6r MathML. Kontrollera att \ns\u00E4kerhetsinst\u00E4llningen 'Script ActiveX X-kontroller som markerats \nsom s\u00E4kra f\u00F6r skript' \u00E4r aktiverad (anv\u00E4nd internetinst\u00E4llningar \ni verktygsmenyn, v\u00E4lj s\u00E4kerhetspanelen, klicka sedan \nanv\u00E4ndardefinierad niv\u00E5-knappen f\u00F6r att kontrollera detta).\n\nMathML-ekvationer kommer inte kunna hanteras av MathJax",
  28. UnknownNodeType: "Ok\u00E4nd nodtyp: %1",
  29. UnexpectedTextNode: "Ov\u00E4ntad textnod: %1",
  30. ErrorParsingMathML: "Fel vid tolkning av MathML",
  31. ParsingError: "Fel vid tolkning av MathML: %1",
  32. MathMLSingleElement: "MathML m\u00E5ste bildas av ett enskilt element",
  33. MathMLRootElement: "MathML m\u00E5ste bildas av ett \u003Cmath\u003E-element, inte %1"
  34. }
  35. });
  36. MathJax.Ajax.loadComplete("[MathJax]/localization/sv/MathML.js");