sl.js 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*************************************************************
  2. *
  3. * MathJax/localization/sl/sl.js
  4. *
  5. * Copyright (c) 2009-2018 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("sl",null,{
  21. menuTitle: "sloven\u0161\u010Dina",
  22. version: "2.7.5",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.5",
  27. isLoaded: true,
  28. strings: {
  29. 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.)",
  30. MathProcessingError: "Napaka pri obdelavi matematike",
  31. MathError: "Napaka v matemati\u010Dni formuli",
  32. LoadFile: "Nalagam %1",
  33. Loading: "Nalagam",
  34. LoadFailed: "Datoteka se ni nalo\u017Eila: %1",
  35. ProcessMath: "Obdelava matematike: %1%%",
  36. Processing: "Obdelujem",
  37. TypesetMath: "Stavljenje matematike: %1%%",
  38. Typesetting: "Stavljenje",
  39. MathJaxNotSupported: "Va\u0161 brskalnik ne podpira MathJax"
  40. }
  41. },
  42. "FontWarnings": {},
  43. "HTML-CSS": {},
  44. "HelpDialog": {},
  45. "MathML": {},
  46. "MathMenu": {},
  47. "TeX": {}
  48. },
  49. plural: function (n) {
  50. if (n % 100 === 1) return 1; // one
  51. if (n % 100 === 2) return 2; // two
  52. if (3 <= n % 100 && n % 100 <= 4) return 3;
  53. return 4; // other
  54. },
  55. number: function (n) {
  56. return n;
  57. }
  58. });
  59. MathJax.Ajax.loadComplete("[MathJax]/localization/sl/sl.js");