fi.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*************************************************************
  2. *
  3. * MathJax/localization/fi/fi.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",null,{
  21. menuTitle: "suomi",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. CookieConfig: "MathJax on l\u00F6yt\u00E4nyt ev\u00E4steen, joka sis\u00E4lt\u00E4\u00E4 asetuksia ja ohjelmakoodia. Haluatko ajaa sen?\n\n(Peru, ellet ole luonut ev\u00E4stett\u00E4 itse.)",
  30. MathProcessingError: "Matematiikan k\u00E4sittely ep\u00E4onnistui",
  31. MathError: "Matematiikkavirhe",
  32. LoadFile: "Ladataan tiedostoa %1",
  33. Loading: "Ladataan",
  34. LoadFailed: "Tiedoston %1 lataaminen ep\u00E4onnistui",
  35. ProcessMath: "K\u00E4sitell\u00E4\u00E4n matematiikkaa: %1%%",
  36. Processing: "K\u00E4sitell\u00E4\u00E4n",
  37. TypesetMath: "Ladotaan matematiikkaa: %1%%",
  38. Typesetting: "Ladotaan",
  39. MathJaxNotSupported: "Selaimesi ei tue MathJaxia"
  40. }
  41. },
  42. "FontWarnings": {},
  43. "HTML-CSS": {},
  44. "HelpDialog": {},
  45. "MathML": {},
  46. "MathMenu": {},
  47. "TeX": {}
  48. },
  49. plural: function (n) {
  50. if (n === 1) {return 1} // one
  51. return 2; // other
  52. },
  53. number: function (n) {
  54. return n;
  55. }
  56. });
  57. MathJax.Ajax.loadComplete("[MathJax]/localization/fi/fi.js");