]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/payout_de.php
More misc fixes and rewrites (sorry, lame description)
[mailer.git] / inc / language / payout_de.php
index 5ecf1601dec032ee2f85b49271a8e26ea72a27f7..a597ef9182cb99a065d3575e63d17c83f5ee93e6 100644 (file)
  * -------------------------------------------------------------------- *
  * 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                  *
@@ -33,7 +38,7 @@
 
 // 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);
 }
 
@@ -61,10 +66,10 @@ define('ADMIN_PAYOUT_MIN_POINTS2', "Min. {!POINTS!}");
 define('ADMIN_PAYOUT_YOUR_ACCOUNT', "Ihre Account-ID");
 define('ADMIN_PAYOUT_YOUR_PASSWORD', "Passwort");
 define('ADMIN_PAYOUT_YOUR_URL', "URL zum ext. Script");
-define('ADMIN_PAYOUT_YOUR_URL_NOTE', "<FONT class=\"admin_note\">
+define('ADMIN_PAYOUT_YOUR_URL_NOTE', "<div class=\"admin_note\">
   Wobei &#36;fuid/&#36;fpass und &#36;f/&#36;fpass die Logindaten sind und &#36;points die zu &uuml;bberweisenden {!POINTS!} sind:<br />
   http://url/engine.php?action=trans&amp;from_uid=&#36;fuid&amp;from_pass=&#36;fpass&amp;to_uid=&#36;tuid&amp;to_pass=&#36;tpass&amp;points=&#36;points<br />
-</FONT>");
+</div>");
 define('ADMIN_PAYOUT_YOUR_RET_DONE', "Return-Code: Erfolgreich");
 define('ADMIN_PAYOUT_YOUR_RET_FAILED', "Return-Code: Fehlgeschlagen");
 define('ADMIN_PAYOUT_OPTIONAL_SETTINGS', "Optionale Einstellungen");
@@ -88,7 +93,7 @@ define('PAYOUT_REQUEST_SENT', "Auszahlungsanfrage wurde versendet . . .");
 define('ADMIN_TASK_IS_PAYOUT_REQUEST', "Auszahlungsanfrage");
 define('ADMIN_PAYOUT_LIST_REQUESTS', "Jetzt alle Auszahlungsanfragen auflisten.");
 define('PAYOUT_ADMIN_LIST_PAYOUTS', "Alle Auszahlungen nach Mitgliedern auflisten");
-define('PAYOUT_DELETE_ALL_REQUESTS', "Alle Anfragen <STRONG>*SOFORT*</STRONG> l&ouml;schen");
+define('PAYOUT_DELETE_ALL_REQUESTS', "Alle Anfragen <strong>*SOFORT*</strong> l&ouml;schen");
 define('PAYOUT_TOTAL_PAYOUT', "Gesamtbetrag");
 define('PAYOUT_TARGET_ACCOUNT2', "Ziel-Account");
 define('PAYOUT_TARGET_BANK2', "Ziel-Bank");