]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/online_de.php
Fixed EL code inside EL code seems to be broken:
[mailer.git] / inc / language / online_de.php
index 127072bc798a68a13f6cf67f01c94af91344cc6a..d523bf703a0c57eb346c449f23d4c583a73e4719 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 01/14/2005 *
- * ===============                              Last change: 01/14/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 01/14/2005 *
+ * ===================                          Last change: 01/14/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : online_de.php                                    *
@@ -18,6 +18,7 @@
  * 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                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -44,6 +45,10 @@ if (!defined('__SECURITY')) {
 // Language definitions
 addMessages(array(
        'ONLINE_STATISTICS_DEACTIVATED' => "Online-Statistik deaktivert.",
+       'GUESTS_ONLINE' => "G&auml;ste",
+       'MEMBERS_ONLINE' => "Mitglieder",
+       'ADMINS_ONLINE' => "Administratoren",
+       'TOTAL_ONLINE' => "Gesamt",
 ));
 
 // [EOF]