From 58297e1342fe5ff3446597e9ce6eef494f3a4b2f Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 25 Dec 2004 23:14:33 +0000 Subject: German translation update by LavosSpawn --- luapatch-languages.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'luapatch-languages.h') diff --git a/luapatch-languages.h b/luapatch-languages.h index 89bd708..89bdb68 100644 --- a/luapatch-languages.h +++ b/luapatch-languages.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: luapatch-languages.h,v 1.5 2004-12-23 02:32:54 pixel Exp $ */ +/* $Id: luapatch-languages.h,v 1.6 2004-12-25 23:14:33 pixel Exp $ */ enum strings_e { ISOFILEPATCH, @@ -147,6 +147,12 @@ struct texts_t t_german[] = { {NO_DESTINATION, 0, "Keine Zeildatei."}, {NO_SOURCE, 0, "Keine Quelldatei."}, {NO_PATCH, 0, "Keine Patchdatei."}, + {LOAD_ERROR, 0, "Fehler beim Laden der Patch Datei."}, + {PARASITE_EVE, 0, "Fehler beim Laden der Konfigurationsdatei, verwende Parasite-Eve Modus."}, + {VERBOSE_CFG_ERROR, 0, "Die Patch Datei ist beschädigt, sie enthält keine gültige Konfigurationsdatei."}, + {CFG_ERROR, 0, "Keine gültige Konfigurationsdatei gefunden."}, + {END_MSG, 0, "Patch erfolgreich angewendet."}, + {END_TITLE, 0, "Fertig"}, {-1, 0} }; -- cgit v1.2.3