MathMenu.js 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
  2. /* vim: set ts=2 et sw=2 tw=80: */
  3. /*************************************************************
  4. *
  5. * MathJax/localization/oc/MathMenu.js
  6. *
  7. * Copyright (c) 2009-2015 The MathJax Consortium
  8. *
  9. * Licensed under the Apache License, Version 2.0 (the "License");
  10. * you may not use this file except in compliance with the License.
  11. * You may obtain a copy of the License at
  12. *
  13. * http://www.apache.org/licenses/LICENSE-2.0
  14. *
  15. * Unless required by applicable law or agreed to in writing, software
  16. * distributed under the License is distributed on an "AS IS" BASIS,
  17. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18. * See the License for the specific language governing permissions and
  19. * limitations under the License.
  20. *
  21. */
  22. MathJax.Localization.addTranslation("oc","MathMenu",{
  23. version: "2.5.0",
  24. isLoaded: true,
  25. strings: {
  26. Show: "Afichar jos la forma",
  27. MathMLcode: "C\u00F2de MathML",
  28. OriginalMathML: "MathML d\u2019origina",
  29. TeXCommands: "Comandas TeX",
  30. AsciiMathInput: "entrada AsciiMathML",
  31. Original: "Format d'origina",
  32. ErrorMessage: "Messatge d\u2019error",
  33. Annotation: "Anotacion",
  34. TeX: "TeX",
  35. StarMath: "StarMath",
  36. Maple: "Maple",
  37. ContentMathML: "MathML de contengut",
  38. OpenMath: "OpenMath",
  39. texHints: "Afichar las ajudas TeX en MathML",
  40. Settings: "Parametratges dels maths",
  41. ZoomTrigger: "Desenclavador de zoom",
  42. Hover: "Susv\u00F2l",
  43. Click: "Clic",
  44. DoubleClick: "Clic doble",
  45. NoZoom: "Pas de zoom",
  46. TriggerRequires: "Lo desenclavador necessita :",
  47. Option: "Opcion",
  48. Alt: "Alt",
  49. Command: "Comanda",
  50. Control: "Contrar\u00F2tle",
  51. Shift: "Shift",
  52. ZoomFactor: "Factor de grossiment",
  53. Renderer: "Rendut matematic",
  54. MPHandles: "Daissar MathPlayer gerir :",
  55. MenuEvents: "Eveniments de men\u00FA",
  56. MouseEvents: "Eveniments de mirga",
  57. FontPrefs: "Prefer\u00E9ncias de poli\u00E7a",
  58. ForHTMLCSS: "Per HTML-CSS :",
  59. Auto: "Auto",
  60. TeXLocal: "TeX (local)",
  61. TeXWeb: "TeX (web)",
  62. TeXImage: "TeX (imatge)",
  63. STIXLocal: "STIX (local)",
  64. STIXWeb: "STIX (web)",
  65. AsanaMathWeb: "Asana Math (web)",
  66. GyrePagellaWeb: "Gyre Pagella (web)",
  67. GyreTermesWeb: "Gyre Termes (web)",
  68. LatinModernWeb: "Latin Modern (web)",
  69. NeoEulerWeb: "Neo Euler (web)",
  70. ContextMenu: "Men\u00FA contextual",
  71. Browser: "Navigador",
  72. Locale: "Lenga",
  73. LoadLocale: "Cargar dempu\u00E8i l\u2019URL\u2026",
  74. About: "A prepaus de MathJax",
  75. Help: "Ajuda de MathJax",
  76. localTeXfonts: "utilizar las poli\u00E7as TeX localas",
  77. webTeXfonts: "utilizar las poli\u00E7as TeX del web",
  78. imagefonts: "utilizar las poli\u00E7as Imatge",
  79. localSTIXfonts: "utilizar las poli\u00E7as STIX localas",
  80. webSVGfonts: "utilizar las poli\u00E7as SVG del web",
  81. genericfonts: "utilizar las poli\u00E7as unicode genericas",
  82. wofforotffonts: "poli\u00E7as woff o otf",
  83. eotffonts: "poli\u00E7as eot",
  84. svgfonts: "poli\u00E7as svg",
  85. Close: "Tampar"
  86. }
  87. });
  88. MathJax.Ajax.loadComplete("[MathJax]/localization/oc/MathMenu.js");