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