From bdb131a907653c2f9e5ac2289624d196a52c0a16 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 23 Apr 2013 09:32:09 -0400 Subject: [PATCH] Fix German title in initial language list. Add missing commas and fix incorrect unicode in German HelpDialog. --- unpacked/MathJax.js | 2 +- unpacked/localization/de/HelpDialog.js | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js index f2ff558f0..cc638f2aa 100644 --- a/unpacked/MathJax.js +++ b/unpacked/MathJax.js @@ -1059,7 +1059,7 @@ MathJax.Localization = { directory: "[MathJax]/localization", strings: { en: {isLoaded: true, menuTitle: "English"}, // nothing needs to be loaded for this - de: {menuTitle: "Deutch"}, + de: {menuTitle: "Deutsch"}, fr: {menuTitle: "Fran\u00E7ais"} }, diff --git a/unpacked/localization/de/HelpDialog.js b/unpacked/localization/de/HelpDialog.js index 5778b3128..3773057a7 100644 --- a/unpacked/localization/de/HelpDialog.js +++ b/unpacked/localization/de/HelpDialog.js @@ -9,50 +9,50 @@ MathJax: "*MathJax* ist eine JavaScript-Bibliothek, die Autoren erlaubt, " + "Ihren Webseiten mathematische Inhalte hinzuzuf\u00FCgen. Als Besucher " + - "m\u00FCssen sie nichts zus\u00E4tzliches tun, damit MathJax funktioniert." + "m\u00FCssen sie nichts zus\u00E4tzliches tun, damit MathJax funktioniert.", // "*MathJax* is a JavaScript library that allows page authors to include " + // "mathematics within their web pages. As a reader, you don't need to do " + // "anything to make that happen.", Browsers: "*Browser*: MathJax ist kompatibel zu allen modernen Webbrowsern inklusive " + - "IE6+, Firefox 3+, Chrome 0.2+, Safari 2+, Opera 9.6+ und g\u00E4ngigen mobilen Browsern." + "IE6+, Firefox 3+, Chrome 0.2+, Safari 2+, Opera 9.6+ und g\u00E4ngigen mobilen Browsern.", // "*Browsers*: MathJax works with all modern browsers including IE6+, Firefox 3+, " + // "Chrome 0.2+, Safari 2+, Opera 9.6+ and most mobile browsers.", Menu: "*Mathe Men\u00FC*: MathJax f\u00FCgt ein Kontextmen\u00FC bei allen Formen hinzu. " + - "Es wird mit Rechtsklick oder STRG+Linksklick auf einer Formel aufgerufen." + "Es wird mit Rechtsklick oder STRG+Linksklick auf einer Formel aufgerufen.", // "*Math Menu*: MathJax adds a contextual menu to equations. Right-click or " + // "CTRL-click on any mathematics to access the menu.", ShowMath: - "*Zeige Mathe als* erlaubt es, eine Formel im Quellformat anzuzeigen, " //NOTE needs to match menu item translations! - "um Kopieren und Einf\u00FCgen (als MathML oder im Originalformat) zu erm00F6glichen." + "*Zeige Mathe als* erlaubt es, eine Formel im Quellformat anzuzeigen, " + //NOTE needs to match menu item translations! + "um Kopieren und Einf\u00FCgen (als MathML oder im Originalformat) zu erm00F6glichen.", // "*Show Math As* allows you to view the formula's source markup " + // "for copy & paste (as MathML or in its origianl format).", Settings: - "*Einstellungen* erlabut es, das Verhalten von MathJax zu modifizieren, "+ //NOTE needs to match menu item translations! - "so z.B. die Gr\u00CS\u00DFe der Mathematik sowie den Ausgabemechanismus." + "*Einstellungen* erlabut es, das Verhalten von MathJax zu modifizieren, " + //NOTE needs to match menu item translations! + "so z.B. die Gr\u00F6\u00DFe der Mathematik sowie den Ausgabemechanismus.", // "*Settings* gives you control over features of MathJax, such as the " + // "size of the mathematics, and the mechanism used to display equations.", Language: "*Sprache* erlaubt es, die Sprache zu wechseln, die MathJax im Men\u00FC " + //NOTE needs to match menu item translations! - "und den Warnmeldungen verwendent." + "und den Warnmeldungen verwendent.", // "*Language* lets you select the language used by MathJax for its menus " + // "and warning messages.", Zoom: "*Zoom*: Falls das Lesen der Formeln schwer f\u00E4llt, kann MathJax diese " + //NOTE needs to match menu item translations! - "vergr\u00CS\u00DFern, um es zu erleichtern." + "vergr\u00F6\u00DFern, um es zu erleichtern.", // "*Math Zoom*: If you are having difficulty reading an equation, MathJax can " + // "enlarge it to help you see it better.", Accessibilty: "*Barrierfreiheit*: MathJax arbeite automatisch mit g\u00E4ngigen Screenreadern " + - "zusammen, um Mathematik barrierefrei darzustellen." + "zusammen, um Mathematik barrierefrei darzustellen.", // "*Accessibility*: MathJax will automatically work with screen readers to make " + // "mathematics accessible to the visually impaired.",