summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-12-14 01:06:02 +0100
committerneoraider <devnull@localhost>2006-12-14 01:06:02 +0100
commit543336aef16562369c01992817f58e17144c9cad (patch)
treed49cd8549a836c740df7096ddcf7788ed7920c37 /lang
parent93e1133ee88b03e7cae7318cb19761e698e57b86 (diff)
downloadneon-543336aef16562369c01992817f58e17144c9cad.tar
neon-543336aef16562369c01992817f58e17144c9cad.zip
Base-Type durch Subst-Erweiterungen unnoetig gemacht; Type-Konzept entfernt.
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 7837055..82413b4 100644
--- a/lang/de.inc.php
+++ b/lang/de.inc.php
@@ -42,4 +42,5 @@
$GLOBALS['messages']['Title'] = 'Titel';
$GLOBALS['messages']['The page \'(.+?)\' does not exist.'] = 'Die Seite \'$1\' existiert nicht.';
$GLOBALS['messages']['The page \'(.+?)\' is protected.'] = 'Die Seite \'$1\' ist geschützt.';
+ $GLOBALS['messages']['Users'] = 'Benutzer';
?>