FontWarnings.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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/FontWarnings.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","FontWarnings",{
  23. version: "2.2",
  24. isLoaded: true,
  25. strings: {
  26. webFont:
  27. "MathJax nutz web-basierte Fonts zur Darstellung der Mathematik " +
  28. "auf dieser Seite. Da diese heruntergeladen werden m\u00FCssen, " +
  29. "l\u00E4dt die Seite schneller, wenn Mathe-Fonts auf dem System installiert sind.",
  30. // "MathJax is using web-based fonts to display the mathematics "+
  31. // "on this page. These take time to download, so the page would "+
  32. // "render faster if you installed math fonts directly in your "+
  33. // "system's font folder.",
  34. imageFonts:
  35. "MathJax nutzt Bild-Fonts stall lokaler Fonts oder Webfonts. " +
  36. "Das Laden dauert l\u00E4nger als erwartet und Drucken wird " + // translated "expected" rather than "usual"
  37. "evtl. nicht in bester Qualit\u00E4t m\u00F6glich sein.", // translated 'best quality' rather than 'full resolution'
  38. // "MathJax is using its image fonts rather than local or web-based fonts. "+
  39. // "This will render slower than usual, and the mathematics may not print "+
  40. // "at the full resolution of your printer.",
  41. noFonts:
  42. "MathJax kann keinen Font zur Darstellung der Mathematik finden "+
  43. "und Bild-Fonts sind nicht verf\u00FCgbar. MathJax weicht auf generische "+
  44. "Unicode-Zeichen aus in der Hoffnung, der Browser kann diese darstellen. "+
  45. "Einige oder alle Zeichen k\u00F6nnten nicht korrekt dargestellt werden.",
  46. // "MathJax is unable to locate a font to use to display "+
  47. // "its mathematics, and image fonts are not available, so it "+
  48. // "is falling back on generic unicode characters in hopes that "+
  49. // "your browser will be able to display them. Some characters "+
  50. // "may not show up properly, or possibly not at all.",
  51. webFonts:
  52. "Die meisten modernen Browser k\u00F6nnen Fonts aus dem Web laden. "+
  53. "Um die Qualit\u00E4t der Mathematik auf dieser Seite zu verbessern, "+
  54. "sollten Sie ein Update auf eine aktuelle Version des Browsers vornehmen "+
  55. "(oder einen aktuellen Browser installieren).",
  56. // "Most modern browsers allow for fonts to be downloaded over the web. "+
  57. // "Updating to a more recent version of your browser (or changing "+
  58. // "browsers) could improve the quality of the mathematics on this page.",
  59. fonts:
  60. "MathJax kann [STIX Fonts](%1) oder [MathJax TeX Fonts](%2) verwenden. "+
  61. "Herunterladen und installieren dieser Fonts wird Ihre MathJax-Erfahrung verbessern.",
  62. // "MathJax can use either the [STIX Fonts](%1) or the [MathJax TeX fonts](%2). " +
  63. // "Download and install one of those fonts to improve your MathJax experience.",
  64. STIXPage:
  65. "Diese Seite ist optimiert fuer [STIX Fonts](%1). " +
  66. "Herunterladen und installieren dieser Fonts wird Ihre MathJax-Erfahrung verbessern.",
  67. // "This page is designed to use the %1. " +
  68. // "Download and install those fonts to improve your MathJax experience.",
  69. TeXPage:
  70. "Diese Seite ist optimiert fuer [MathJax TeX Fonts](%1). " +
  71. "Herunterladen und installieren dieser Fonts wird Ihre MathJax-Erfahrung verbessern."
  72. // "This page is designed to use the %1. " +
  73. // "Download and install those fonts to improve your MathJax experience."
  74. }
  75. });
  76. MathJax.Ajax.loadComplete("[MathJax]/localization/de/FontWarnings.js");