diff options
author | pixel <pixel> | 2004-12-25 23:14:33 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-25 23:14:33 +0000 |
commit | 58297e1342fe5ff3446597e9ce6eef494f3a4b2f (patch) | |
tree | f06df4b7d20d210257f8b6ff9dca84397f9599c7 /luapatch-languages.h | |
parent | 7644622b365ed7b47e8af58166e28426fb3e1d9f (diff) |
German translation update by LavosSpawn
Diffstat (limited to 'luapatch-languages.h')
-rw-r--r-- | luapatch-languages.h | 8 |
1 files changed, 7 insertions, 1 deletions
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} }; |