]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/logs_de.php
Updated copyright notice as there are changes in this year
[mailer.git] / inc / language / logs_de.php
index 8f741e2f44bd43fd19b223d1ac83b39bfc9c8e6f..3d9f22116846d13640e8ff8cfcc97b651ba3b793 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/07/2009 *
- * ===============                              Last change: 02/07/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 02/07/2009 *
+ * ===================                          Last change: 02/07/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : _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 - 2013 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('ADMIN_LOGS_DIR_404', "Das Verzeichnis mit den Zugriffslogb&uuml;chern konnte nicht gefunden werden! (<span class=\"data\">%s</span>) Vermutlich unterst&uuml;tzt Ihr Server dieses nicht.");
-define('ADMIN_LOGFILE_NOT_READABLE', "Das Logbuch <span class=\"data\">%s</span> konnte nicht geladen werden.");
-define('ADMIN_UNKNOWN_LOGFILE_FORMAT', "Das Logbuch <span class=\"data\">%s</span> hat ein ung&uuml;ltiges oder nicht unterst&uuml;tztes Format.");
+addMessages(array(
+       'ADMIN_LOGS_DIR_404' => "Das Verzeichnis mit den Zugriffslogb&uuml;chern konnte nicht gefunden werden! (<span class=\"data\">{?logs_base?}</span>) Vermutlich unterst&uuml;tzt Ihr Server dieses nicht.",
+       'ADMIN_LOGFILE_NOT_READABLE' => "Das Logbuch <span class=\"data\">%s</span> konnte nicht geladen werden.",
+       'ADMIN_UNKNOWN_LOGFILE_FORMAT' => "Das Logbuch <span class=\"data\">%s</span> hat ein ung&uuml;ltiges oder nicht unterst&uuml;tztes Format.",
+));
 
-//
+// [EOF]
 ?>