ia.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*************************************************************
  2. *
  3. * MathJax/localization/ia/ia.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("ia",null,{
  21. menuTitle: "interlingua",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. CookieConfig: "MathJax ha trovate un cookie con un configuration de usator que include codice executabile. Executar iste codice?\n\n(Preme Cancellar si vos mesme non ha installate iste cookie.)",
  30. MathProcessingError: "Error de tractamento de formula mathematic",
  31. MathError: "Error in formula",
  32. LoadFile: "Carga %1",
  33. Loading: "Cargamento",
  34. LoadFailed: "Cargamento del file fallite: %1",
  35. ProcessMath: "Tracta formulas: %1%%",
  36. Processing: "Tractamento",
  37. TypesetMath: "Compone formulas: %1%%",
  38. Typesetting: "Composition",
  39. MathJaxNotSupported: "Vostre navigator non supporta MathJax"
  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/ia/ia.js");