gl.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*************************************************************
  2. *
  3. * MathJax/localization/gl/gl.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("gl",null,{
  21. menuTitle: "galego",
  22. version: "2.7.5",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.5",
  27. isLoaded: true,
  28. strings: {
  29. CookieConfig: "MathJax atopou unha cookie de configuraci\u00F3n de usuario que incl\u00FAe c\u00F3digo executable. Quere executar ese c\u00F3digo?\n\n(Deber\u00EDa premer en \"Cancelar\", a menos que vostede crease a cookie.)",
  30. MathProcessingError: "Erro de procesamento da f\u00F3rmula matem\u00E1tica",
  31. MathError: "Erro na f\u00F3rmula matem\u00E1tica",
  32. LoadFile: "Cargando \"%1\"",
  33. Loading: "Cargando",
  34. LoadFailed: "Erro ao cargar o ficheiro: %1",
  35. ProcessMath: "Procesando as f\u00F3rmulas: %1%%",
  36. Processing: "Procesando",
  37. TypesetMath: "Compo\u00F1endo as f\u00F3rmulas: %1%%",
  38. Typesetting: "Compo\u00F1endo",
  39. MathJaxNotSupported: "O seu navegador non soporta 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/gl/gl.js");