oc.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*************************************************************
  2. *
  3. * MathJax/localization/oc/oc.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("oc",null,{
  21. menuTitle: "occitan",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. MathProcessingError: "Error de tractament de la formula matematica",
  30. MathError: "Error dins la formula matematica",
  31. LoadFile: "Telecargament de %1",
  32. Loading: "Cargament",
  33. LoadFailed: "Frac\u00E0s del telecargament de %1",
  34. ProcessMath: "Tractament de las formulas : %1%%",
  35. Processing: "Tractament",
  36. TypesetMath: "Composicion de las formulas : %1%%",
  37. Typesetting: "Composicion",
  38. MathJaxNotSupported: "V\u00F2stre navigador sup\u00F2rta pas MathJax"
  39. }
  40. },
  41. "FontWarnings": {},
  42. "HTML-CSS": {},
  43. "HelpDialog": {},
  44. "MathML": {},
  45. "MathMenu": {},
  46. "TeX": {}
  47. },
  48. plural: function (n) {
  49. if (n === 1) return 1; // one
  50. return 2; // other
  51. },
  52. number: function (n) {
  53. return n;
  54. }
  55. });
  56. MathJax.Ajax.loadComplete("[MathJax]/localization/oc/oc.js");