Import xinha so we can switch from htmlarea and fix a bunch of in-browser issues that htmlarea has

This commit is contained in:
Chris Morgan
2005-09-30 02:25:07 +00:00
committed by WineHQ
parent 2311d4d572
commit 9242a68c4a
375 changed files with 26623 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
// LANG: "de", ENCODING: UTF-8 | ISO-8859-1
// Sponsored by http://www.schaffrath-neuemedien.de
// Author: Udo Schmal (gocher), <udo.schmal@t-online.de>
//
// (c) Udo Schmal & Schaffrath NeueMedien 2005
// Distributed under the same terms as HTMLArea itself.
// This notice MUST stay intact for use (see license.txt).
{
"The file you are uploading doesn't have the correct extension.": "Die hochgeladene Datei ist im falschen Format.",
"The file you are uploading already exists.": "Eine Datei mit diesem Namen existiert schon.",
"The file you are uploading is to big. The max Filesize is": "Die hochgeladene Datei ist zu groß. Die maximakle Dateigröße beträgt",
"Images on the Server:": "Bilder auf dem Server:",
"Please select a file to upload.": "Wählen Sie eine Datei zum hochladen aus.",
"Upload file": "Datei hochladen",
"Open file in new window": "Datei in neuen Fenster anzeigen"
};