]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/inc/language/wernis_de.php
branched
[mailer.git] / 0.2.1 / inc / language / wernis_de.php
diff --git a/0.2.1/inc/language/wernis_de.php b/0.2.1/inc/language/wernis_de.php
deleted file mode 100644 (file)
index 77fbdfc..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
-/************************************************************************
- * MXChange v0.2.1                                    Start: 04/11/2004 *
- * ===============                              Last change: 08/12/2004 *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * File              : wernis_de.php                                    *
- * -------------------------------------------------------------------- *
- * Short description : German langugage support                         *
- * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
- * -------------------------------------------------------------------- *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * Copyright (c) 2003 - 2008 by Roland Haeder                           *
- * For more information visit: http://www.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 *
- * the Free Software Foundation; either version 2 of the License, or    *
- * (at your option) any later version.                                  *
- *                                                                      *
- * This program is distributed in the hope that it will be useful,      *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
- * GNU General Public License for more details.                         *
- *                                                                      *
- * You should have received a copy of the GNU General Public License    *
- * along with this program; if not, write to the Free Software          *
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
- * MA  02110-1301  USA                                                  *
- ************************************************************************/
-
-// Some security stuff...
-if (basename($_SERVER['PHP_SELF']) == basename(__FILE__))
-{
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
-       require($INC);
-}
-
-// Language definitions
-define('TASK_ADMIN_LIST_WERNIS_ALL', "Alle {!POINTS!}-Ein-/Auszahlungen");
-define('TASK_ADMIN_LIST_WERNIS_ALL_TITLE', "Listet alle {!POINTS!}-Ein- und Auszahlungen auf.");
-define('WERNIS_ADMIN_CONFIG_TITLE', "Einstellungen zum WDS66-Hauptaccount:");
-define('WERNIS_ADMIN_MIN_AMOUNT', "Minimumguthaben von {!POINTS!} f&uuml;r Auszahlungen.");
-define('WERNIS_ADMIN_API_ID', "WDS66-API-ID (api_id=x)");
-define('WERNIS_ADMIN_API_MD5', "WDS66-API-Key (api_md5=xxxxx; 32-stellig)");
-define('WERNIS_ADMIN_CONFIG_NOTE', "<A href=\"http://www.wds66.com/ref.php?refid=10437\" target=\"_blank\">Hier</A> k&ouml;nnen Sie schon f&uuml;r <strong>5,00&euro;</strong>=<strong>25.000 Abfragen</strong> ein API-Account beantragen (dazu ist ein <strong>kostenloses</strong> {!POINTS!}-Account dennoch n&ouml;tig!)");
-define('MEMBER_WERNIS_MODE_CHOOSE', "M&ouml;chten Sie {!POINTS!} zu Ihrem WDS66-Hauptaccount ausbezahlt bekommen oder {!POINTS!} hier einzahlen?");
-define('MEMBER_WERNIS_MODE_WITHDRAW', "{!POINTS!} einzahlen");
-define('MEMBER_WERNIS_MODE_PAYOUT', "{!POINTS!} auszahlen");
-
-//
-?>