summaryrefslogtreecommitdiffstats
path: root/lang/de.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-10-14 17:13:02 +0200
committerneoraider <devnull@localhost>2006-10-14 17:13:02 +0200
commita55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7 (patch)
tree107eecff2176d1e531ecf102f168d3117bd88c16 /lang/de.inc.php
parent460c7f2127b5ae1f5562ff503edf5c69ff7be01b (diff)
downloadneon-a55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7.tar
neon-a55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7.zip
Deutsche Messages gefixt;
Seitenverwaltung auf normale Seiten beschr?nkt.
Diffstat (limited to 'lang/de.inc.php')
-rw-r--r--lang/de.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/de.inc.php b/lang/de.inc.php
index 2eaa333..47e7007 100644
--- a/lang/de.inc.php
+++ b/lang/de.inc.php
@@ -1,7 +1,7 @@
<?PHP
$GLOBALS['message']['Error'] = 'Fehler';
$GLOBALS['message']['PageNotFound'] = 'Die Seite \'$page\' existiert nicht.';
- $GLOBALS['message']['Forbidden'] = 'Die Seite \'$page\' ist geschützt.';
+ $GLOBALS['message']['Forbidden'] = 'Die Seite \'$page\' ist geschützt.';
$GLOBALS['message']['InternalError'] = 'Ein interner Fehler ist aufgetreten.';
$GLOBALS['message']['LoginError'] = 'Login fehlgeschlagen. Username oder Passwort ist falsch.';
?>