HelpDialog.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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/de/HelpDialog.js
  6. *
  7. * Copyright (c) 2013 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("de","HelpDialog",{
  23. version: "2.2",
  24. isLoaded: true,
  25. strings: {
  26. Help:
  27. "MathJax Hilfe",
  28. // "MathJax Help",
  29. MathJax:
  30. "*MathJax* ist eine JavaScript-Bibliothek, die Autoren erlaubt, " +
  31. "Ihren Webseiten mathematische Inhalte hinzuzuf\u00FCgen. Als Besucher " +
  32. "m\u00FCssen sie nichts zus\u00E4tzliches tun, damit MathJax funktioniert.",
  33. // "*MathJax* is a JavaScript library that allows page authors to include " +
  34. // "mathematics within their web pages. As a reader, you don't need to do " +
  35. // "anything to make that happen.",
  36. Browsers:
  37. "*Browser*: MathJax ist kompatibel zu allen modernen Webbrowsern inklusive " +
  38. "IE6+, Firefox 3+, Chrome 0.2+, Safari 2+, Opera 9.6+ und g\u00E4ngigen mobilen Browsern.",
  39. // "*Browsers*: MathJax works with all modern browsers including IE6+, Firefox 3+, " +
  40. // "Chrome 0.2+, Safari 2+, Opera 9.6+ and most mobile browsers.",
  41. Menu:
  42. "*Mathe Men\u00FC*: MathJax f\u00FCgt ein Kontextmen\u00FC bei allen Formeln hinzu. " +
  43. "Es wird mit Rechtsklick oder STRG+Linksklick auf einer Formel aufgerufen.",
  44. // "*Math Menu*: MathJax adds a contextual menu to equations. Right-click or " +
  45. // "CTRL-click on any mathematics to access the menu.",
  46. ShowMath:
  47. "*Zeige Mathe als* erlaubt es, eine Formel im Quellformat anzuzeigen, " + //NOTE needs to match menu item translations!
  48. "um Kopieren und Einf\u00FCgen (als MathML oder im Originalformat) zu erm00F6glichen.",
  49. // "*Show Math As* allows you to view the formula's source markup " +
  50. // "for copy & paste (as MathML or in its origianl format).",
  51. Settings:
  52. "*Einstellungen* erlabut es, das Verhalten von MathJax zu modifizieren, " + //NOTE needs to match menu item translations!
  53. "so z.B. die Gr\u00F6\u00DFe der Mathematik sowie den Ausgabemechanismus.",
  54. // "*Settings* gives you control over features of MathJax, such as the " +
  55. // "size of the mathematics, and the mechanism used to display equations.",
  56. Language:
  57. "*Sprache* erlaubt es, die Sprache zu wechseln, die MathJax im Men\u00FC " + //NOTE needs to match menu item translations!
  58. "und den Warnmeldungen verwendent.",
  59. // "*Language* lets you select the language used by MathJax for its menus " +
  60. // "and warning messages.",
  61. Zoom:
  62. "*Zoom*: Falls das Lesen der Formeln schwer f\u00E4llt, kann MathJax diese " + //NOTE needs to match menu item translations!
  63. "vergr\u00F6\u00DFern, um es zu erleichtern.",
  64. // "*Math Zoom*: If you are having difficulty reading an equation, MathJax can " +
  65. // "enlarge it to help you see it better.",
  66. Accessibilty:
  67. "*Barrierfreiheit*: MathJax arbeite automatisch mit g\u00E4ngigen Screenreadern " +
  68. "zusammen, um Mathematik barrierefrei darzustellen.",
  69. // "*Accessibility*: MathJax will automatically work with screen readers to make " +
  70. // "mathematics accessible to the visually impaired.",
  71. Fonts:
  72. "*Fonts*: MathJax benutzt gewisse mathematische Fonts, falls sie auf dem System" +
  73. "installiert sind; ansonsten verwendet es Webfonts. Obwohl nicht notwendig, " +
  74. "k\u00F6nnen installierte Fonts den Textsatz beschleunigen. Wir empfehlen, " +
  75. "die [STIX fonts](%1) zu installieren."
  76. // "*Fonts*: MathJax will use certain math fonts if they are installed on your " +
  77. // "computer; otherwise, it will use web-based fonts. Although not required, " +
  78. // "locally installed fonts will speed up typesetting. We suggest installing " +
  79. // "the [STIX fonts](%1)."
  80. }
  81. });
  82. MathJax.Ajax.loadComplete("[MathJax]/localization/de/HelpDialog.js");