summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-01-06 14:10:03 +0100
committerneoraider <devnull@localhost>2006-01-06 14:10:03 +0100
commita89ac4fda6c7cab6cace4078491c29f215213ab2 (patch)
tree9f53ea434c2ffe1cb625aec798ff13f873731e7d /lang
downloadneon-a89ac4fda6c7cab6cace4078491c29f215213ab2.tar
neon-a89ac4fda6c7cab6cace4078491c29f215213ab2.zip
Diffstat (limited to 'lang')
-rw-r--r--lang/de.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/de.inc.php b/lang/de.inc.php
new file mode 100644
index 0000000..1e14e6f
--- /dev/null
+++ b/lang/de.inc.php
@@ -0,0 +1,5 @@
+<?PHP
+ $message['PageNotFound'] = 'Die Seite $page existiert nicht.';
+ $message['Forbidden'] = 'Die Seite $page ist geschützt.';
+ $message['InternalError'] = 'Ein interner Fehler ist aufgetreten.';
+?>