Fixes for missing user data in referal list
[mailer.git] / inc / language / order_de.php
1 <?php
2 /************************************************************************
3  * MXChange v0.2.1                                    Start: 09/19/2004 *
4  * ===============                              Last change: 09/19/2004 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : order_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         'ADMIN_ORDER_SETTINGS' => "Einstellungen - Mailbuchung",
47         'ADMIN_ORDER_MISC_SETTINGS' => "Weitere Einstellungen",
48         'ADMIN_ORDER_MAX_ORDER_SELECT' => "Wie viele Mailbuchungen sollen die Mitglieder maximal versenden k&ouml;nnen?",
49         'ADMIN_ORDER_MIN_RECEIVER_PER_ORDER' => "Minimale Empf&auml;nger pro Mailbuchung",
50         'ADMIN_ORDER_MAX' => "So viele wie m&ouml;glich.",
51         'ADMIN_ORDER_ORDER' => "So viele wie auf Empfang eingestellt.",
52         'MEMBER_ORDER_ALLOWED_RECEIVE' => "Sie k&ouml;nnen heute noch <span class=\"data\">%s</span> von <span class=\"data\">%s</span> Mailbuchungen aufgeben.",
53         'MEMBER_ORDER_ALLOWED_MAX' => "Sie k&ouml;nnen solange Mailbuchungen aufgeben, bis alle Mitglieder nicht mehr empfangsbereit sind.",
54         'MEMBER_ORDER_ALLOWED_UNKNOWN' => "Fehler in Konfiguration erkannt! cfg=<span class=\"data\">%s</span> Bitte den Administrator benachrichtigen.",
55         'ADMIN_ORDER_SELECTION_COLUMN' => "Tabellenspalte, nach der umsortiert werden soll",
56         'ADMIN_ORDER_SELECTION_MODE' => "Sortierreihenfolge",
57         'ADMIN_ORDER_SELECTION_SETTINGS' => "Auswahlverfahren der Empf&auml;nger",
58
59         'MEMBER_ORDER_MAX_ALLOWED' => "Maximale Mailbuchungen",
60         'MEMBER_ORDER_ALLOWED_EXHAUSTED' => "Sie k&ouml;nnen keine weiteren Mails mehr versenden, oder stellen Sie bitte den Empfang h&ouml;her ein.",
61         'MEMBER_ENTER_INVALID_URL' => "Ung&uuml;tige URL eingegeben.",
62
63         'ORDER_SELECT_COLUMN_USERID' => "Mitgliedsnummer",
64         'ORDER_SELECT_COLUMN_ZIP' => "Postleitzahl",
65         'ORDER_SELECT_COLUMN_COUNTRY' => "Land",
66         'ORDER_SELECT_COLUMN_EMAIL' => "EMail-Adresse",
67         'ORDER_SELECT_COLUMN_BIRTH_YEAR' => "Geburtsjahr",
68         'ORDER_SELECT_COLUMN_LAST_ONLINE' => "Als letztes Online",
69         'ORDER_SELECT_COLUMN_REF_CLICKS' => "Klicks auf Ref-Link",
70         'ORDER_SELECT_COLUMN_TOTAL_LOGINS' => "Gesamtlogins",
71         'ORDER_SELECT_COLUMN_MAIL_ORDERS' => "Heutige Mailbuchungen",
72
73         'ORDER_DEFAULT_SUBJECT' => "Betreffzeile in allen Mails",
74         'ORDER_DEFAULT_TEXT'    => "Geben Sie hier Ihren Werbetext ein.",
75         'ADMIN_AUTOSEND_INACTIVE' => "Der Auto-Versand ist in Ihrem {?mt_word?} derzeit deaktiviert. Bitte loggen Sie sich in den Admin-Bereich ein und schalten Sie diese Mailbuchung frei.",
76         'ADMIN_AUTOSEND_ACTIVE' => "Der Auto-Versand ist in Ihrem {?mt_word?} derzeit aktiviert. Die Mailbuchung wird aktiviert und dann automatisch versand.",
77         'MEMBER_AUTOSEND_INACTIVE' => "Der Auto-Versand ist in unserem {?mt_word?} derzeit deaktiviert. Ihre Mailbuchung wird bald von einem Administrator ueberprueft und dann freigegeben.",
78         'MEMBER_AUTOSEND_ACTIVE' => "Der Auto-Versand ist in unserem {?mt_word?} derzeit aktiviert. Ihr Mailbuchung wurde aktiviert und wird bald automatisch versant.",
79
80 // Repay deleted mails constants
81         'ADMIN_CFG_REPAY_POINTS_REPAY' => "Dem Mitglied gutschreiben",
82         'ADMIN_CFG_REPAY_POINTS_JACKPOT' => "In den Jackpot legen",
83         'ADMIN_CFG_REPAY_POINTS_SHRED' => "Nicht gutschreiben (verf&auml;llt dann)",
84         'ADMIN_REPAY_ON_DELETE_MODE' => "Wie sollen {?POINTS?} von gel&ouml;schten Mails verbucht werden?",
85
86         'ADMIN_TASK_IS_MEMBER_ORDER' => "Mailbuchung vom Mitglied",
87         'ADMIN_UNLOCK_EMAIL_LINK' => "Mailbuchung ansehen",
88 ));
89
90 // [EOF]
91 ?>