Renamed function so it might be more understandable
[mailer.git] / inc / language / refback_de.php
1 <?php
2 /************************************************************************
3  * Mailer v0.2.1-FINAL                                Start: 09/29/2008 *
4  * ===================                          Last change: 09/29/2008 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : refback_de.php                                   *
8  * -------------------------------------------------------------------- *
9  * Short description : German langugage support                         *
10  * -------------------------------------------------------------------- *
11  * Kurzbeschreibung  : Deutsche Sprachunterst&uuml;tzung                *
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, 2010 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 // Admin language strings
44 // @TODO Rewrite these constants to one
45 addMessages(array(
46         'ADMIN_LIST_USER_NOREFS' => "Das Mitglied <span class=\"data\">%s</span> hat in dieser Referal-Ebene keine Refs.",
47         'ADMIN_LIST_USER_NODATA' => "Das Mitglied <span class=\"data\">%s</span> wurde bereits gel&ouml;scht.",
48         'ADMIN_CONFIG_REFBACK_TITLE' => "Refback-Einstellungen",
49         'ADMIN_CONFIG_REFBACK_ENABLED' => "Refback eingeschaltet? (Wenn nein, ist nur die Referal-&Uuml;bersicht funktionell.)",
50         'ADMIN_CONFIG_REFBACK_MIN_PERCENTS' => "Minimum erlaubte Refback-Prozente:<br /><span class=\"notice\">(0&#37; ist immer erlaubt!)</span>",
51         'ADMIN_CONFIG_REFBACK_MAX_PERCENTS' => "Maximum erlaubte Refback-Prozente:",
52
53 // Member language strings
54         'MEMBER_REFBACK_LIST_TITLE_1' => "Ref-Back &Uuml;bersicht f&uuml;r Referal-Ebene <u>",
55         'MEMBER_REFBACK_LIST_TITLE_2' => "</u> (<u>",
56         'MEMBER_REFBACK_LIST_TITLE_3' => "&#37;</u>)",
57         'MEMBER_REFBACK_TITLE' => "Ref-Back und Referal-&Uuml;bersicht",
58         'MEMBER_REFBACK_NOTE' => "Hier k&ouml;nnen Sie in jeder Referal-Ebene jedem von Ihnen geworbenen Mitglied Ref-Back einstellen. Sollte Ihr Referal {?POINTS?} verdienen und diese ihm/ihr nicht direkt gutgeschrieben werden, so erh&auml;lt Ihr Referal die eingestellten Prozente von Ihrem Referalverdienst aufgebuch. Ihnen wird daf&uuml;r sein Anteil (=eingestellte Prozente) von dem Refverdienst abgezogen. Unter <strong>{--MEMBER_REFBACK_POINTS--}</strong> sind die {?POINTS?}-Gutschriften durch Ref-Back an das jeweilige Mitglied zu verstehen.",
59         'MEMBER_REFBACK_EXAMPLE' => "Ein Rechenbeispiel: Ihr Ref <strong>X</strong> verdient 1000 {?POINTS?}, es sind 10&#37; in Ref-Ebene 1 eingestellt. Sie erhalten somit 100 {?POINTS?} in Ref-Ebene 1 gutgeschrieben. Nun haben Sie einen Refback von 90&#37; dem Ref gegeben. Ihrem Ref werden somit 90 und Ihnen die restlichen 10 {?POINTS?} gutgeschrieben.",
60         'MEMBER_REFBACK_NO_ENTRIES' => "Es gibt technische Probleme mit der Refback-Tabelle. Bitte Support benachrichtigen.",
61         'MEMBER_REFBACK_EDIT_SUBMIT' => "Refback einstellen",
62         'MEMBER_REFBACK_REFID' => "Mitglieder-Id (Nickname)",
63         'MEMBER_REFBACK_LEVEL_REFID' => "Geworben von",
64         'MEMBER_REFBACK_STATUS' => "Referal-Status",
65         'MEMBER_REFBACK_PERCENTS' => "Ref-Back Prozente",
66         'MEMBER_REFBACK_POINTS' => "Ref-Back Verg&uuml;tung",
67         'MEMBER_REFBACK_EDIT' => "Einstellen",
68         'MEMBER_REFBACK_EDIT_TITLE' => "Ref-Back f&uuml;r ausgew&auml;hltes Mitglied einstellen:",
69         'MEMBER_REFBACK_DELETED_SUBMIT' => "Nicht m&ouml;glich",
70         'MEMBER_REFBACK_DELETED_TITLE' => "Einstellen von Ref-Back ist f&uuml;r gel&ouml;schte Mitglieder nicht m&ouml;glich.",
71         'MEMBER_REFBACK_DISABLED' => "Refback ist administrativ deaktiviert. Bitte nutze die Referal-&Uuml;bersicht links im Men&uuml;.",
72         'MEMBER_REFBACK_MIN_MAX_NOTE' => "<strong>Hinweis:</strong> Sie k&ouml;nnen derzeit zwischen <u>{%config,translateComma=refback_min_perc%}</u> und <u>{%config,translateComma=refback_max_perc%}</u> Prozent, inklusive, Refback einstellen.",
73
74 // Error messages for members
75         'MEMBER_REFBACK_ERROR_MESSAGE' => "Fehler beim Einstellen des Ref-Backs. Fehlermeldung:<br />\n<span class=\"data\">%s</span>",
76         'MEMBER_REFBACK_ERROR_GENERAL' => "Allgemeiner Scriptefehler. Bitte beim Support melden.",
77         'MEMBER_REFBACK_ERROR_NO_MEMBER' => "Nur Mitglieder k&ouml;nnen Ref-Backs einstellen.",
78         'MEMBER_REFBACK_ERROR_INVALID_ID_NUMBER' => "Ung&uuml;ltige id-Nummer &uuml;bertragen.",
79         'MEMBER_REFBACK_ERROR_INVALID_PERCENTAGE' => "Prozentsatz ung&uuml;ltig. 0 bis 100 sind g&uuml;ltige Werte.",
80         'MEMBER_REFBACK_ERROR_ID_MISMATCH' => "Die ausgew&auml;hlte Ref-Back id geh&ouml;rt Ihnen nicht.",
81         'MEMBER_REFBACK_ERROR_NOT_UPDATED' => "Ref-Back nicht aktualisiert.",
82         'MEMBER_REFBACK_ERROR_OUT_OF_BOUNDS' => "Sie k&ouml;nnen nur mindestens <span class=\"data\">{?refback_min_perc?}&#37;</span> und maximal <span class=\"data\">{?refback_max_perc?}&#37;</span> einstellen.",
83         'MEMBER_REFBACK_DONE' => "Ref-Back eingestellt. Dieser ist ab jetzt g&uuml;ltig.",
84
85 // Subject lines
86         'ADMIN_REFBACK_SUBJECT' => "Es wurde Ref-Back eingestellt",
87         'MEMBER_REFBACK_SUBJECT' => "F&uuml;r Sie wurde Ref-Back eingestellt",
88 ));
89
90 // [EOF]
91 ?>