]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/top10_de.php
Large code cleanups:
[mailer.git] / inc / language / top10_de.php
index 7d3b6a6998bd96cc4901ee9d216bf7672bb35036..c7127400841da3cfca40a687a8bb8280cb3022d5 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 - 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,8 +42,8 @@ if (!defined('__SECURITY')) {
 
 // Language definitions
 addMessages(array(
-       'ADMIN_TOP10_CONFIG_HEADER' => "Einstellungen an TOP-Listen",
-       'ADMIN_TOP10_MAX_TOP10' => "Maximale Plätze pro Liste",
+       'ADMIN_CONFIG_TOP10_TITLE' => "Einstellungen an TOP-Listen",
+       'ADMIN_CONFIG_TOP10_MAX_TOP10' => "Maximale Plätze pro Liste",
 ));
 
 // [EOF]