More misc fixes and rewrites (sorry, lame description)
[mailer.git] / inc / language / removeip_de.php
index 0e18706fe3eb88432a19e288259d47b8a4300e8f..4d331ca86f3a86b959e4482906a0966ba719cc91 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
  * -------------------------------------------------------------------- *
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $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 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -33,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
        require($INC);
 }
 
@@ -53,7 +58,7 @@ define('ADMIN_CONFIG_REMOVEIP_MEMBER_SHOW', "Im Mitgliedsbereich Anonymität
 define('ADMIN_CONFIG_REMOVEIP_SPONSOR_SHOW', "Im Sponsorbereich Anonymitätslevel zeigen?");
 
 // Anonymity levels
 define('ADMIN_CONFIG_REMOVEIP_SPONSOR_SHOW', "Im Sponsorbereich Anonymitätslevel zeigen?");
 
 // Anonymity levels
-define('REMOVEIP_UNKNOWN_LEVEL', "Unbekannte Anonymit&auml;tslevel <u>%s</u>");
+define('REMOVEIP_UNKNOWN_LEVEL', "Unbekannte Anonymit&auml;tslevel <span class=\"data\">%s</span>");
 define('REMOVEIP_LEVEL_NONE', "Keine Anonymit&auml;t");
 define('REMOVEIP_LEVEL_LOW', "Niedrige Anonymit&auml;t");
 define('REMOVEIP_LEVEL_MEDIUM', "Mittlere Anonymit&auml;t");
 define('REMOVEIP_LEVEL_NONE', "Keine Anonymit&auml;t");
 define('REMOVEIP_LEVEL_LOW', "Niedrige Anonymit&auml;t");
 define('REMOVEIP_LEVEL_MEDIUM', "Mittlere Anonymit&auml;t");