Reverted of changes in 1704, see ticket #160
[mailer.git] / inc / language / user_de.php
index b16336e46f541b7cf1b8205ea2af384769cdc0bb..80e8312047032cc81a5b5848b65049d92efb4b42 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/11/2004 *
- * ===============                              Last change: 12/27/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 09/11/2004 *
+ * ===================                          Last change: 12/27/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : user_de.php                                      *
@@ -17,7 +17,8 @@
  * 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                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * 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('USER_PAGENAV', "Seiten");
-define('RECEIVED_MAILS', "Empfangene Mails");
-define('SENT_MAILS', "Versendete Mails");
-define('USER_ADMIN_CONFIG_HEADER', "Konfiguration - Mitgliederliste");
-define('USER_ADMIN_LIMIT_USER', "Anzahl Mitglieder pro Seite");
-define('USER_ADMIN_ALPHA_USER', "Azanhl Buchstaben pro Zeile");
-define('USER_ACCOUNT_SAVED', "Mitgliedsaccount gespeichert.");
-define('USER_ACCOUNT_NOT_SAVED', "Mitgliedsaccount <u>nicht</u> gespeichert.");
-define('USER_ACCOUNT_LOCKED', "Mitgliedsaccount <u>%s</u> wurde gesperrt.");
-define('USER_ACCOUNT_UNLOCKED', "Mitgliedsaccount <u>%s</u> wurde freigegeben.");
+addMessages(array(
+       'USER_PAGENAV' => "Seiten",
+       'RECEIVED_MAILS' => "Empfangene Mails",
+       'SENT_MAILS' => "Versendete Mails",
+       'USER_ADMIN_CONFIG_HEADER' => "Konfiguration - Mitgliederliste",
+       'USER_ADMIN_LIMIT_USER' => "Anzahl Mitglieder pro Seite",
+       'USER_ADMIN_ALPHA_USER' => "Azanhl Buchstaben pro Zeile",
+       'USER_ACCOUNT_SAVED' => "Mitgliedsaccount gespeichert.",
+       'USER_ACCOUNT_NOT_SAVED' => "Mitgliedsaccount <u>nicht</u> gespeichert.",
+       'USER_ACCOUNT_LOCKED' => "Mitgliedsaccount <span class=\"data\">%s</span> wurde gesperrt.",
+       'USER_ACCOUNT_UNLOCKED' => "Mitgliedsaccount <span class=\"data\">%s</span> wurde freigegeben.",
+));
 
-//
+// [EOF]
 ?>