X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Fonline_de.php;h=7a95ef6c740ab342900d42883df7152cdb6c38c7;hb=3482b953460718915a60361a1073206654abde9e;hp=98bdad07ac85ae46b92e910609cecddd5500b214;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/language/online_de.php b/inc/language/online_de.php index 98bdad07ac..7a95ef6c74 100644 --- a/inc/language/online_de.php +++ b/inc/language/online_de.php @@ -14,11 +14,9 @@ * $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 * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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]