]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/inc/language/mailid_de.php
branched
[mailer.git] / 0.2.1 / inc / language / mailid_de.php
diff --git a/0.2.1/inc/language/mailid_de.php b/0.2.1/inc/language/mailid_de.php
deleted file mode 100644 (file)
index c9d4896..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-<?php
-/************************************************************************
- * MXChange v0.2.1                                    Start: 11/21/2004 *
- * ===============                              Last change: 11/27/2004 *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * File              : mailid_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('MAIL_DATA_INVALID', "Daten der Mailbuchung sind fehlerhaft.");
-define('ERROR_CONFIRMING_MAIL', "Bitte klicken Sie nur Links aus Ihrem Mitgliedsbereich oder aus den Mails an.");
-define('THANX_POINTS_ADDED_1', "Vielen Dank f&uuml;r die Best&auml;tigung der Mail. Die ");
-define('THANX_POINTS_ADDED_2', " {!POINTS!} wurden Ihnen gerade gutgeschrieben!");
-define('THANX_POINTS_LOCKED_1', "Vielen Dank f&uuml;r die Best&auml;tigung der Mail. Die ");
-define('THANX_POINTS_LOCKED_2', " {!POINTS!} werden Ihnen bald gutgeschrieben!");
-define('POINTS_NOT_ADDED_1', "Falscher Best&auml;tigungscode eingegeben! Die ");
-define('POINTS_NOT_ADDED_2', " {!POINTS!} wurden dem Versender wieder gutgeschrieben!");
-define('ENTER_CODE', "Code eingeben");
-define('MEMBER_TIME_COUNTER_1', "Gutschrift der {!POINTS!} erfolgt in");
-define('MEMBER_TIME_COUNTER_2', "!");
-define('SUBMIT_CODE', "Abschicken");
-define('MAILID_TOTAL_POINTS1', "Ihr Kontostand betr&auml;gt jetzt");
-define('MAILID_TOTAL_POINTS2', ".");
-
-//
-?>