X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Fonline_de.php;h=d6be1bd161d59060d7e2ed850ea51c06313c7fd5;hb=4cf6094cc3cbebfda691fa797e00fe674bbb329c;hp=670a008d5b435ae81f54abf787094831783daf40;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/language/online_de.php b/inc/language/online_de.php index 670a008d5b..d6be1bd161 100644 --- a/inc/language/online_de.php +++ b/inc/language/online_de.php @@ -14,11 +14,10 @@ * $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 * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 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 * @@ -44,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]