Some fixes for refid
[mailer.git] / inc / language / mediadata_de.php
1 <?php
2 /************************************************************************
3  * MXChange v0.2.1                                    Start: 03/05/2005 *
4  * ===============                              Last change: 03/05/2005 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : mediadata_de.php                                 *
8  * -------------------------------------------------------------------- *
9  * Short description : German langugage support                         *
10  * -------------------------------------------------------------------- *
11  * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
12  * -------------------------------------------------------------------- *
13  *                                                                      *
14  * -------------------------------------------------------------------- *
15  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
16  * For more information visit: http://www.mxchange.org                  *
17  *                                                                      *
18  * This program is free software; you can redistribute it and/or modify *
19  * it under the terms of the GNU General Public License as published by *
20  * the Free Software Foundation; either version 2 of the License, or    *
21  * (at your option) any later version.                                  *
22  *                                                                      *
23  * This program is distributed in the hope that it will be useful,      *
24  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
25  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
26  * GNU General Public License for more details.                         *
27  *                                                                      *
28  * You should have received a copy of the GNU General Public License    *
29  * along with this program; if not, write to the Free Software          *
30  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
31  * MA  02110-1301  USA                                                  *
32  ************************************************************************/
33
34 // Some security stuff...
35 if (!defined('__SECURITY')) {
36         $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
37         require($INC);
38 }
39
40 // Language definitions
41 define('MEDIA_DATA_GENERAL', "Allgemeine Mediendaten");
42 define('MEDIA_DATA_POINTS', "{!POINTS!} im System");
43 define('MEDIA_DATA_MISC', "Verschiedene Mediendaten");
44 define('MEDIA_DATA_REFBANNER', "Daten zu unsere Referal-Bannern");
45 define('MEDIA_DATA_MAIL', "Mailstatistik");
46
47 define('MEDIA_DOUBLER_HEADER', "Statistiken - {!POINTS!}-Verdoppler");
48 define('MEDIA_DOUBLER_COUNT', "Anzahl Auszahlungen");
49 define('MEDIA_DOUBLER_CPOINTS', "Ausgezahlte {!POINTS!}");
50 define('MEDIA_DOUBLER_WAITING', "In Warteschleife befindlich");
51 define('MEDIA_DOUBLER_WPOINTS', "Wartende {!POINTS!}");
52
53 define('MEDIA_TRANSFER_HEADER', "Statistiken - {!POINTS!}-Transfer");
54 define('MEDIA_TRANSFER_IN_COUNT', "Anzahl eingehende Transfers");
55 define('MEDIA_TRANSFER_IN_POINTS', "Eingehende {!POINTS!}");
56 define('MEDIA_TRANSFER_OUT_COUNT', "Anzahl ausgehende Transfers");
57 define('MEDIA_TRANSFER_OUT_POINTS', "Ausgehende {!POINTS!}");
58
59 define('TOTAL_REF_BANNER', "Anzahl Referal-Banner");
60 define('TOTAL_REF_CLICKS', "Klicks auf die Banner");
61 define('TOTAL_REF_VIEWS', "Einblendungen der Banner");
62 define('TOTAL_REFCLICKS', "Referal-Klicks");
63 define('MEDIA_BEG_CLICKS', "Klicks auf Bettellinks");
64 define('MEDIA_HOLIDAY_COUNT', "Auf Urlaub gestellte Accounts");
65 define('CONTINUE_MEMBER_STATS', "Weiter zur Mitglieder-Statistik");
66
67 define('MEDIA_DATA_SCRIPT', "Daten zur verwendeten Software");
68 define('ENGINE_SOFTWARE', "Verwendete Engine");
69 define('ENGINE_VERSION', "Installierte MXChange-Version");
70 define('ENGINE_PATCH_LEVEL', "Patch-Level");
71 define('ENGINE_PATCH_CTIME', "Letzte Aktualisierung");
72
73 // Admin area
74 define('ADMIN_MEDIADATA_SETTINGS', "Einstellungen zu den Mediendaten");
75 define('ADMIN_MEDIADATA_MT_START', "Startdatum Ihres ".MT_WORD2."");
76 define('ADMIN_MEDIADATA_MT_START_NOTE', "Bitte beachten Sie, dass das Startdatum Ihres ".MT_WORD2." nicht in der Zukunft liegen darf!");
77 define('ADMIN_MEDIADATA_MT_STAGE', "Anzahl zu vorausberechnende Mitgliederanzahl");
78 define('ADMIN_MEDIADATA_MT_STAGE_NOTE', "Geben Sie hier an, wie viele Mitglieder Ihr ".MT_WORD." erreichen soll. Es wird dann vom Script gesch&auml;tzt, an welchem Tag dies sein wird.");
79
80 // New guest data
81 define('MEDIA_DATA_MEMBERS', "Mitglieder-Statistik");
82 define('USERS_CONFIRMED', "Best&auml;tigte Accounts");
83 define('USERS_UNCONFIRMED', "Auf Freischaltung wartend");
84 define('USERS_LOCKED', "Gesperrte Accounts");
85 define('USER_MT_START', "Start dieses {!MT_WORD2!}");
86 define('USER_MT_PROJECTED_1', "Voraussichtlich: Am <STRONG>");
87 define('USER_MT_PROJECTED_2', "</STRONG> werden wir <STRONG>");
88 define('USER_MT_PROJECTED_3', "</STRONG> Mitglieder erreicht haben!");
89 define('USER_PROJECTION_UNKNOWN', "<I>unbekanntes Datum</I>");
90
91 //
92 ?>