]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/online_de.php
mailer project continued:
[mailer.git] / inc / language / online_de.php
index 98bdad07ac85ae46b92e910609cecddd5500b214..3eaf6d456bb1fff773ee5899f140da13cbef85d8 100644 (file)
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -45,6 +43,10 @@ if (!defined('__SECURITY')) {
 // Language definitions
 addMessages(array(
        'ONLINE_STATISTICS_DEACTIVATED' => "Online-Statistik deaktivert.",
+       'GUESTS_ONLINE' => "Gäste",
+       'MEMBERS_ONLINE' => "Mitglieder",
+       'ADMINS_ONLINE' => "Administratoren",
+       'TOTAL_ONLINE' => "Gesamt",
 ));
 
 // [EOF]