22 lines
894 B
JavaScript
22 lines
894 B
JavaScript
// I18N constants
|
|
// LANG: "de", ENCODING: UTF-8 | ISO-8859-1
|
|
// Sponsored by http://www.systemconcept.de
|
|
// Author: Holger Hees, <hhees@systemconcept.de>
|
|
// (c) systemconcept.de 2004
|
|
// Distributed under the same terms as HTMLArea itself.
|
|
// This notice MUST stay intact for use (see license.txt).
|
|
{
|
|
"Insert GUIDO Music Notation": "Einfügung einer GUIDO Musik-Tonfolge",
|
|
"Guido code": "Guido code",
|
|
"Options": "Einstellungen",
|
|
"Format": "Format",
|
|
"Image in applet": "Bild im Applet",
|
|
"Zoom": "Zoom",
|
|
"MIDI File": "MIDI Datei",
|
|
"Image Preview": "Bild Voransicht",
|
|
"Source Code": "Quell-Code",
|
|
"Preview": "Voransicht",
|
|
"Add MIDI link to allow students to hear the music": "MIDI-Link hinzufügen um Studenten das hören der Musik zu ermöglichen",
|
|
"Add GUIDO Code in a textbox on the page": "GUIDO Code in einer Textbox auf der Seite anzeigen"
|
|
};
|