]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/top10_de.php
Large code cleanups:
[mailer.git] / inc / language / top10_de.php
index 2f827e51ba4e458c92dfce3e61603ce4013b2504..c7127400841da3cfca40a687a8bb8280cb3022d5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/24/2004 *
- * ===============                              Last change: 11/27/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 11/24/2004 *
+ * ===================                          Last change: 11/27/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : top10_de.php                                     *
  * $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 - 2008 by Roland Haeder                           *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * 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 *
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
-       require($INC);
-}
+       die();
+} // END - if
 
 // Language definitions
-define('TOP10_ADMIN_CONFIG_HEADER', "Einstellungen an TOP-Listen");
-define('TOP10_ADMIN_MAX_TOP10', "Maximale Pl&auml;tze pro Liste");
+addMessages(array(
+       'ADMIN_CONFIG_TOP10_TITLE' => "Einstellungen an TOP-Listen",
+       'ADMIN_CONFIG_TOP10_MAX_TOP10' => "Maximale Pl&auml;tze pro Liste",
+));
 
-//
+// [EOF]
 ?>