eo.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*************************************************************
  2. *
  3. * MathJax/localization/eo/eo.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("eo",null,{
  21. menuTitle: "Esperanto",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. Loading: "\u015Cargado",
  30. LoadFailed: "\u015Cargado de dosiero malsukcesis: %1",
  31. ProcessMath: "Prilaborado de formulo: %1 %%",
  32. Processing: "Prilaborado",
  33. TypesetMath: "Kompostado de formulo: %1 %%",
  34. Typesetting: "Kompostado",
  35. MathJaxNotSupported: "Via krozilo ne subtenas Mathjax."
  36. }
  37. },
  38. "FontWarnings": {},
  39. "HTML-CSS": {},
  40. "HelpDialog": {},
  41. "MathML": {},
  42. "MathMenu": {},
  43. "TeX": {}
  44. },
  45. plural: function (n) {
  46. if (n === 1) return 1; // one
  47. return 2; // other
  48. },
  49. number: function (n) {
  50. return n;
  51. }
  52. });
  53. MathJax.Ajax.loadComplete("[MathJax]/localization/eo/eo.js");