summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luapatch-languages.h8
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}
};