]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/active_de.php
Mailer used in many places, we still need a good 'selling' title
[mailer.git] / inc / language / active_de.php
index edc2b9ba96b921d921fa2056bca571cb53115bf7..a194111e05c9502a5c0f2151dd52471a5db082a6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/26/2004 *
- * ===============                              Last change: 11/26/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 11/26/2004 *
+ * ===================                          Last change: 11/26/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : active_de.php                                    *
@@ -17,7 +17,7 @@
  * 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                           *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
 
 // 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('GUEST_ACTIVE_LINK', "Heute Online");
-define('GUEST_ACTIVE_NO_MEMER_ONLINE_TODAY', "Heute war noch kein einziges Mitglied online!");
-define('GUEST_ACTIVE_HEADER', "Wir waren heute online!");
-define('GUEST_ACTIVE_FOOTER', "Diese Mitglieder waren heute bei <strong>{--MAIN_TITLE--}</strong> eingeloggt.");
-define('ADMIN_ACTIVE_SETTINGS', "Einstellungen an Aktiv-Liste");
-define('ADMIN_ACTIVE_LIMIT', "Anzahl Eintr&auml;ge in Liste");
+addMessages(array(
+       'GUEST_ACTIVE_LINK' => "Heute Online",
+       'GUEST_ACTIVE_NO_MEMER_ONLINE_TODAY' => "Heute war noch kein einziges Mitglied online.",
+       'GUEST_ACTIVE_HEADER' => "Wir waren heute online.",
+       'GUEST_ACTIVE_FOOTER' => "Diese Mitglieder waren heute bei <strong>{?MAIN_TITLE?}</strong> eingeloggt.",
+       'ADMIN_ACTIVE_SETTINGS' => "Einstellungen an Aktiv-Liste",
+       'ADMIN_ACTIVE_LIMIT' => "Anzahl Eintr&auml;ge in Liste",
+));
 
-//
+// [EOF]
 ?>