Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[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  * $Revision::                                                        $ *
14  * $Date::                                                            $ *
15  * $Tag:: 0.2.1-FINAL                                                 $ *
16  * $Author::                                                          $ *
17  * Needs to be in all Files and every File needs "svn propset           *
18  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
19  * -------------------------------------------------------------------- *
20  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
21  * For more information visit: http://www.mxchange.org                  *
22  *                                                                      *
23  * This program is free software; you can redistribute it and/or modify *
24  * it under the terms of the GNU General Public License as published by *
25  * the Free Software Foundation; either version 2 of the License, or    *
26  * (at your option) any later version.                                  *
27  *                                                                      *
28  * This program is distributed in the hope that it will be useful,      *
29  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
30  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
31  * GNU General Public License for more details.                         *
32  *                                                                      *
33  * You should have received a copy of the GNU General Public License    *
34  * along with this program; if not, write to the Free Software          *
35  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
36  * MA  02110-1301  USA                                                  *
37  ************************************************************************/
38
39 // Some security stuff...
40 if (!defined('__SECURITY')) {
41         die();
42 } // END - if
43
44 // Language definitions
45 addMessages(array(
46         'MEDIA_DATA_GENERAL' => "Allgemeine Mediendaten",
47         'MEDIA_DATA_POINTS' => "{?POINTS?} im System",
48         'MEDIA_DATA_MISC' => "Verschiedene Mediendaten",
49         'MEDIA_DATA_REFBANNER' => "Daten zu unsere Referal-Bannern",
50         'MEDIA_DATA_MAIL' => "Mailstatistik",
51
52         'MEDIA_DOUBLER_HEADER' => "Statistiken - {?POINTS?}-Verdoppler",
53         'MEDIA_DOUBLER_COUNT' => "Anzahl Auszahlungen",
54         'MEDIA_DOUBLER_CPOINTS' => "Ausgezahlte {?POINTS?}",
55         'MEDIA_DOUBLER_WAITING' => "In Warteschleife befindlich",
56         'MEDIA_DOUBLER_WPOINTS' => "Wartende {?POINTS?}",
57
58         'MEDIA_TRANSFER_HEADER' => "Statistiken - {?POINTS?}-Transfer",
59         'MEDIA_TRANSFER_IN_COUNT' => "Anzahl eingehende Transfers",
60         'MEDIA_TRANSFER_IN_POINTS' => "Eingehende {?POINTS?}",
61         'MEDIA_TRANSFER_OUT_COUNT' => "Anzahl ausgehende Transfers",
62         'MEDIA_TRANSFER_OUT_POINTS' => "Ausgehende {?POINTS?}",
63
64         'TOTAL_REF_BANNER' => "Anzahl Referal-Banner",
65         'TOTAL_REF_CLICKS' => "Klicks auf die Banner",
66         'TOTAL_REF_VIEWS' => "Einblendungen der Banner",
67         'TOTAL_REFCLICKS' => "Referal-Klicks",
68         'MEDIA_BEG_CLICKS' => "Klicks auf Bettellinks",
69         'MEDIA_HOLIDAY_COUNT' => "Auf Urlaub gestellte Accounts",
70         'CONTINUE_MEMBER_STATS' => "Weiter zur Mitglieder-Statistik",
71
72         'MEDIA_DATA_SCRIPT' => "Daten zur verwendeten Software",
73         'ENGINE_SOFTWARE' => "Verwendete Engine",
74         'ENGINE_VERSION' => "Installierte MXChange-Version",
75         'ENGINE_PATCH_LEVEL' => "Patch-Level",
76         'ENGINE_PATCH_CTIME' => "Letzte Aktualisierung",
77
78 // Admin area
79         'ADMIN_MEDIADATA_SETTINGS' => "Einstellungen zu den Mediendaten",
80         'ADMIN_MEDIADATA_MT_START' => "Startdatum Ihres {?mt_word2?}",
81         'ADMIN_MEDIADATA_MT_START_NOTE' => "Bitte beachten Sie, dass das Startdatum Ihres {?mt_word2?} nicht in der Zukunft liegen darf!",
82         'ADMIN_MEDIADATA_MT_STAGE' => "Anzahl zu vorausberechnende Mitgliederanzahl",
83         '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.",
84
85 // New guest data
86         'MEDIA_DATA_MEMBERS' => "Mitglieder-Statistik",
87         'USERS_CONFIRMED' => "Best&auml;tigte Accounts",
88         'USERS_UNCONFIRMED' => "Auf Freischaltung wartend",
89         'USERS_LOCKED' => "Gesperrte Accounts",
90         'USER_MT_START' => "Start dieses {?mt_word2?}",
91         'USER_MT_PROJECTED_1' => "Voraussichtlich: Am <strong>",
92         'USER_MT_PROJECTED_2' => "</strong> werden wir <strong>",
93         'USER_MT_PROJECTED_3' => "</strong> Mitglieder erreicht haben!",
94         'USER_PROJECTION_UNKNOWN' => "<em>unbekanntes Datum</em>",
95 ));
96
97 // [EOF]
98 ?>