MathMenu.js 3.3 KB

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