24 lines
1.2 KiB
JavaScript
24 lines
1.2 KiB
JavaScript
// I18N constants
|
|
//
|
|
//LANG: "base", ENCODING: UTF-8
|
|
//Author: Translator-Name, <email@example.com>
|
|
// FOR TRANSLATORS:
|
|
//
|
|
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
|
|
// (at least a valid email address)
|
|
//
|
|
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
|
|
// (if this is not possible, please include a comment
|
|
// that states what encoding is necessary.)
|
|
|
|
{
|
|
"AsciiMath Formula Input": "AsciiMath Formeleditor",
|
|
"Formula Editor": "Formeleditor",
|
|
"Input":"Eingabe",
|
|
"Preview":"Vorschau",
|
|
"Based on ASCIIMathML by ": "Basiert auf ASCIIMathML von ",
|
|
"For more information on AsciiMathML visit this page: ":"Für weitere Informationen besuchen Sie bitte diese Seite: ",
|
|
'Attention Internet Explorer users: Please note that there is no WYSIWYG representation of the formula in the editor!<br />You might wish to use <a href="http://www.mozilla.com" onclick="window.open(this.href,\'_blank\');return false;">Mozilla Firefox</a> instead.' : 'Achtung Internet Explorer-Benutzer: Die Formel wird im Editor nicht als WYSIWYG dargestellt.<br />Benutzen Sie <a href="http://www.mozilla.com" target="_blank">Mozilla Firefox</a> als Alternative.',
|
|
"Show MathML" : "Zeige MathML"
|
|
}
|