summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-01-14 03:14:01 +0100
committerneoraider <devnull@localhost>2006-01-14 03:14:01 +0100
commitc630a2d50349c57660cfc98eb13ec71444b27610 (patch)
tree4fa7ad9b755a4d8ae9045062cb4fefab248187e4 /lang
parent8b89c8c8a9001c5f5b38465ceb58306fc6f0659e (diff)
downloadneon-c630a2d50349c57660cfc98eb13ec71444b27610.tar
neon-c630a2d50349c57660cfc98eb13ec71444b27610.zip
Login implementiert. Puh... Und dabei auch den Handler phpexec und die Nav-Pages eingebaut.
Diffstat (limited to 'lang')
-rw-r--r--lang/de.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/de.inc.php b/lang/de.inc.php
index 8a1ab22..8c6b21b 100644
--- a/lang/de.inc.php
+++ b/lang/de.inc.php
@@ -3,4 +3,5 @@
$message['PageNotFound'] = 'Die Seite \'$page\' existiert nicht.';
$message['Forbidden'] = 'Die Seite \'$page\' ist geschützt.';
$message['InternalError'] = 'Ein interner Fehler ist aufgetreten.';
+ $message['LoginError'] = 'Login fehlgeschlagen. Username oder Passwort ist falsch.';
?>