MathMenu.js 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /*************************************************************
  2. *
  3. * MathJax/localization/fi/MathMenu.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("fi","MathMenu",{
  21. version: "2.7.2",
  22. isLoaded: true,
  23. strings: {
  24. MathMLcode: "MathML-koodi",
  25. OriginalMathML: "Alkuper\u00E4inen MathML",
  26. TeXCommands: "TeX-komennot",
  27. AsciiMathInput: "AsciiMathML-sy\u00F6te",
  28. Original: "Alkuper\u00E4inen muoto",
  29. ErrorMessage: "Virheviesti",
  30. Annotation: "Huomautus",
  31. TeX: "TeX",
  32. StarMath: "StarMath",
  33. Maple: "Maple",
  34. ContentMathML: "Content MathML",
  35. OpenMath: "OpenMath",
  36. texHints: "N\u00E4yt\u00E4 TeX-vihjeet MathML:ss\u00E4",
  37. Settings: "Matematiikan asetukset",
  38. ZoomTrigger: "Loitonnustapa",
  39. Hover: "Kursorin vienti ylle",
  40. Click: "Napsautus",
  41. DoubleClick: "Kaksoisnapsautus",
  42. NoZoom: "Ei loitonnustapaa",
  43. TriggerRequires: "Tapa vaatii:",
  44. Option: "Option",
  45. Alt: "Alt",
  46. Command: "Command",
  47. Control: "Control",
  48. Shift: "Shift",
  49. ZoomFactor: "Loitonnuskerroin",
  50. MPHandles: "Anna MathPlayerin k\u00E4sitell\u00E4",
  51. MenuEvents: "Valikkotapahtumat",
  52. MouseEvents: "Hiiritapahtumat",
  53. MenuAndMouse: "Hiiri- ja valikkotapahtumat",
  54. FontPrefs: "Kirjasinasetukset",
  55. ForHTMLCSS: "HTML-CSS:lle:",
  56. Auto: "Automaattinen",
  57. TeXLocal: "TeX (paikallinen)",
  58. TeXWeb: "TeX (verkko)",
  59. TeXImage: "TeX (kuva)",
  60. STIXLocal: "STIX (paikallinen)",
  61. ContextMenu: "Ponnahdusvalikko",
  62. Browser: "Selain",
  63. Scale: "Skaalaa kaikki matematiikka...",
  64. Discoverable: "Korosta kun kursori tuodaan ylle",
  65. Locale: "Kieli",
  66. LoadLocale: "Lataa osoitteesta...",
  67. About: "Tietoja MathJaxista",
  68. Help: "MathJaxin ohje",
  69. localTeXfonts: "k\u00E4ytt\u00E4en paikallisia TeX-kirjasimia",
  70. webTeXfonts: "k\u00E4ytt\u00E4en verkon TeX-kirjasimia",
  71. imagefonts: "K\u00E4ytt\u00E4en kuvakirjasimia",
  72. localSTIXfonts: "k\u00E4ytt\u00E4en paikallisia STIX-kirjasimia",
  73. webSVGfonts: "k\u00E4ytt\u00E4en verkon SVG-kirjasimia",
  74. genericfonts: "k\u00E4ytt\u00E4en geneerisi\u00E4 unicode-kirjasimia",
  75. wofforotffonts: "woff- tai otf-kirjasimia",
  76. eotffonts: "eot-kirjasimia",
  77. svgfonts: "svg-kirjasimia",
  78. Close: "Sulje"
  79. }
  80. });
  81. MathJax.Ajax.loadComplete("[MathJax]/localization/fi/MathMenu.js");