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