MathMenu.js 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /*************************************************************
  2. *
  3. * MathJax/localization/oc/MathMenu.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","MathMenu",{
  21. version: "2.7.2",
  22. isLoaded: true,
  23. strings: {
  24. Show: "Afichar jos la forma",
  25. MathMLcode: "C\u00F2di MathML",
  26. OriginalMathML: "MathML d\u2019origina",
  27. TeXCommands: "Comandas TeX",
  28. AsciiMathInput: "entrada AsciiMathML",
  29. Original: "Format d'origina",
  30. ErrorMessage: "Messatge d\u2019error",
  31. Annotation: "Anotacion",
  32. TeX: "TeX",
  33. StarMath: "StarMath",
  34. Maple: "Maple",
  35. ContentMathML: "MathML de contengut",
  36. OpenMath: "OpenMath",
  37. texHints: "Afichar las ajudas TeX en MathML",
  38. Settings: "Parametratges dels maths",
  39. ZoomTrigger: "Desenclavador de zoom",
  40. Hover: "Susv\u00F2l",
  41. Click: "Clic",
  42. DoubleClick: "Clic doble",
  43. NoZoom: "Pas de zoom",
  44. TriggerRequires: "Lo desenclavador necessita :",
  45. Option: "Opcion",
  46. Alt: "Alt",
  47. Command: "Comanda",
  48. Control: "Contrar\u00F2tle",
  49. Shift: "Shift",
  50. ZoomFactor: "Factor de grossiment",
  51. Renderer: "Rendut matematic",
  52. MPHandles: "Daissar MathPlayer gerir :",
  53. MenuEvents: "Eveniments de men\u00FA",
  54. MouseEvents: "Eveniments de mirga",
  55. FontPrefs: "Prefer\u00E9ncias de poli\u00E7a",
  56. ForHTMLCSS: "Per HTML-CSS :",
  57. Auto: "Auto",
  58. TeXLocal: "TeX (local)",
  59. TeXWeb: "TeX (web)",
  60. TeXImage: "TeX (imatge)",
  61. STIXLocal: "STIX (local)",
  62. STIXWeb: "STIX (web)",
  63. AsanaMathWeb: "Asana Math (web)",
  64. GyrePagellaWeb: "Gyre Pagella (web)",
  65. GyreTermesWeb: "Gyre Termes (web)",
  66. LatinModernWeb: "Latin Modern (web)",
  67. NeoEulerWeb: "Neo Euler (web)",
  68. ContextMenu: "Men\u00FA contextual",
  69. Browser: "Navigador",
  70. Locale: "Lenga",
  71. LoadLocale: "Cargar dempu\u00E8i l\u2019URL\u2026",
  72. About: "A prepaus de MathJax",
  73. Help: "Ajuda de MathJax",
  74. localTeXfonts: "utilizar las poli\u00E7as TeX localas",
  75. webTeXfonts: "utilizar las poli\u00E7as TeX del web",
  76. imagefonts: "utilizar las poli\u00E7as Imatge",
  77. localSTIXfonts: "utilizar las poli\u00E7as STIX localas",
  78. webSVGfonts: "utilizar las poli\u00E7as SVG del web",
  79. genericfonts: "utilizar las poli\u00E7as unicode genericas",
  80. wofforotffonts: "poli\u00E7as woff o otf",
  81. eotffonts: "poli\u00E7as eot",
  82. svgfonts: "poli\u00E7as svg",
  83. Close: "Tampar",
  84. Scale: "Metre totes los maths a l\u2019escala\u2026",
  85. CloseAboutDialog: "Tampar la b\u00F3stia de dial\u00F2g A prepaus de MathJax"
  86. }
  87. });
  88. MathJax.Ajax.loadComplete("[MathJax]/localization/oc/MathMenu.js");