sl.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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/sl/sl.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("sl",null,{
  23. menuTitle: "sloven\u0161\u010Dina",
  24. version: "2.5.0",
  25. isLoaded: true,
  26. domains: {
  27. "_": {
  28. version: "2.5.0",
  29. isLoaded: true,
  30. strings: {
  31. CookieConfig: "MathJax je na\u0161el pi\u0161kotek za uporabni\u0161ko konfiguracijo, ki vklju\u010Duje kodo za zagon. Ali jo \u017Eelite zagnati?\n\n(Pritisnite Prekli\u010Di, razen \u010De ste pi\u0161kotek sami nastavili.)",
  32. MathProcessingError: "Napaka pri obdelavi matematike",
  33. MathError: "Napaka v matemati\u010Dni formuli",
  34. LoadFile: "Nalagam %1",
  35. Loading: "Nalagam",
  36. LoadFailed: "Datoteka se ni nalo\u017Eila: %1",
  37. ProcessMath: "Obdelava matematike: %1%%",
  38. Processing: "Obdelujem",
  39. TypesetMath: "Stavljenje matematike: %1%%",
  40. Typesetting: "Stavljenje",
  41. MathJaxNotSupported: "Va\u0161 brskalnik ne podpira MathJax"
  42. }
  43. },
  44. "FontWarnings": {},
  45. "HTML-CSS": {},
  46. "HelpDialog": {},
  47. "MathML": {},
  48. "MathMenu": {},
  49. "TeX": {}
  50. },
  51. plural: function (n) {
  52. if (n % 100 === 1) return 1; // one
  53. if (n % 100 === 2) return 2; // two
  54. if (3 <= n % 100 && n % 100 <= 4) return 3;
  55. return 4; // other
  56. },
  57. number: function (n) {
  58. return n;
  59. }
  60. });
  61. MathJax.Ajax.loadComplete("[MathJax]/localization/sl/sl.js");