Merge pull request #71 from thokuest/fix_messages_typo
fixed typos and german translations
This commit is contained in:
@@ -56,7 +56,7 @@ m.init_failed = Our configuration file is missing or corrupt. Attempting \
|
||||
to download a new copy...
|
||||
|
||||
m.java_download_failed = We were unable to automatically download the \
|
||||
necessary verson of Java for your computer.\n\n\
|
||||
necessary version of Java for your computer.\n\n\
|
||||
Please go to www.java.com and download the latest version of \
|
||||
Java, then try running the application again.
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ Anwendung erneut starten.
|
||||
|
||||
m.java_unpack_failed = Wir konnten die aktualisierte Javaversion nicht \
|
||||
entpacken. Bitte stelle sicher, dass wenigstens 100MB Platz auf der \
|
||||
Festplatte frei sind und versuche dann, die Anwendung erneut zu \
|
||||
Festplatte frei sind und versuche dann die Anwendung erneut zu \
|
||||
starten.\n\n\ \
|
||||
Falls das das Problem nicht beseitigt, bitte auf www.java.com die aktuelle \
|
||||
Javaversion herunterladen und installieren und dann erneut versuchen.
|
||||
@@ -113,10 +113,10 @@ m.applet_stopped = Die Anwendung wurde beendet.
|
||||
|
||||
|
||||
# application/digest errors
|
||||
m.missing_appbase = In der Konfigurations-Datei fehlt die 'appbase'.
|
||||
m.invalid_version = In der Konfigurations-Datei steht die falsche Version.
|
||||
m.invalid_appbase = In der Konfigurations-Datei steht die falsche 'appbase'.
|
||||
m.missing_class = In der Konfigurations-Datei fehlt die Anwendungs-Klasse.
|
||||
m.missing_code = Die Konfigurations-Datei enth\u00e4lt keine Code-Quellen.
|
||||
m.invalid_digest_file = Die \u00dcbersichts-Datei ist ung\u00fcltig.
|
||||
m.missing_appbase = In der Konfigurationsdatei fehlt die 'appbase'.
|
||||
m.invalid_version = In der Konfigurationsdatei steht die falsche Version.
|
||||
m.invalid_appbase = In der Konfigurationsdatei steht die falsche 'appbase'.
|
||||
m.missing_class = In der Konfigurationsdatei fehlt die Anwendungsklasse.
|
||||
m.missing_code = Die Konfigurationsdatei enth\u00e4lt keine Codequellen.
|
||||
m.invalid_digest_file = Die Hashwertedatei ist ung\u00fcltig.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user