MathMenu.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*************************************************************
  2. *
  3. * MathJax/localization/lb/MathMenu.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("lb","MathMenu",{
  21. version: "2.7.5",
  22. isLoaded: true,
  23. strings: {
  24. MathMLcode: "MathML Code",
  25. OriginalMathML: "Original MathML",
  26. Original: "Original Formulaire",
  27. ErrorMessage: "Feelermessage",
  28. Annotation: "Notiz",
  29. TeX: "TeX",
  30. StarMath: "StarMath",
  31. Maple: "Maple",
  32. OpenMath: "OpenMath",
  33. Settings: "Math Astellungen",
  34. Hover: "Driwwerfueren",
  35. Click: "Klicken",
  36. DoubleClick: "Duebel-Klick",
  37. NoZoom: "Kee Zoom",
  38. Option: "Optioun",
  39. Alt: "Alt",
  40. Control: "Ctrl",
  41. Auto: "Automatesch",
  42. TeXImage: "TeX (Bild)",
  43. STIXLocal: "STIX (lokal)",
  44. ContextMenu: "kontextuelle Men\u00FC",
  45. Browser: "Browser",
  46. Locale: "Sprooch",
  47. LoadLocale: "Luede vun der URL ...",
  48. About: "Iwwer MathJax",
  49. Help: "MathJax H\u00EBllef",
  50. LoadURL: "Iwwersetzungsdonn\u00E9e\u00EB vun d\u00EBser URL lueden:",
  51. Close: "Zoumaachen"
  52. }
  53. });
  54. MathJax.Ajax.loadComplete("[MathJax]/localization/lb/MathMenu.js");