Re-added
[mailer.git] / inc / language / other_de.php
1 <?php
2 /************************************************************************
3  * MXChange v0.2.1                                    Start: 09/19/2003 *
4  * ===============                              Last change: 11/27/2004 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : de.php                                           *
8  * -------------------------------------------------------------------- *
9  * Short description : German langugage support                         *
10  * -------------------------------------------------------------------- *
11  * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
12  * -------------------------------------------------------------------- *
13  *                                                                      *
14  * -------------------------------------------------------------------- *
15  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
16  * For more information visit: http://www.mxchange.org                  *
17  *                                                                      *
18  * This program is free software; you can redistribute it and/or modify *
19  * it under the terms of the GNU General Public License as published by *
20  * the Free Software Foundation; either version 2 of the License, or    *
21  * (at your option) any later version.                                  *
22  *                                                                      *
23  * This program is distributed in the hope that it will be useful,      *
24  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
25  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
26  * GNU General Public License for more details.                         *
27  *                                                                      *
28  * You should have received a copy of the GNU General Public License    *
29  * along with this program; if not, write to the Free Software          *
30  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
31  * MA  02110-1301  USA                                                  *
32  ************************************************************************/
33
34 // Some security stuff...
35 if (!defined('__SECURITY')) {
36         $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
37         require($INC);
38 }
39
40 // Language constans
41 define('ADMIN_OTHER_SETTINGS', "Sonstige Einstellungen");
42 define('ADMIN_OPTION_URL_TIME_LOCK', "Selbe beworbene URL nicht mehr bewerbar (0 = URL sofort erneut buchbar)");
43 define('ADMIN_OPTION_POOL_MAX_SEND', "Anzahl zu sendender Mails aus dem Pool");
44 define('ADMIN_OPTION_MAX_UNCONFIRMED_MAILS', "Maximale Anzahl unbest. Mails (Mailbuchung)");
45 define('ADMIN_OPTION_LOCK_PROFILE_TIME', "Sperrzeit des Mitgliedprofiles nach &Auml;nderung (0 = Keine Sperrzeit)");
46 define('ADMIN_OPTION_MAX_TEXT_LENGTH', "Maximale L&auml;nge des Werbetextes");
47 define('ADMIN_OPTION_CHECK_EMAIL_TEXT', "Sind URLs im Werbetext erlaubt?");
48 define('ADMIN_OPTION_CHECK_EMAIL_SUBJ', "Sind URLs in der Betreffzeile erlaubt?");
49 define('ADMIN_OPTION_URL_BLACKLIST', "Black-Liste f&uuml;r gebuchte URLs aktivieren?");
50 define('ADMIN_OPTION_AUTOSEND_ACTIVE', "Ist der Auto-Versand aktiv?");
51 define('ADMIN_OPTION_NOTIFY_ADMIN', "Benachrichtigung bei Profil&auml;nderung?");
52 define('ADMIN_OPTION_MAX_ONLINETIME', "Timeout f&uuml;r Who-is-Online");
53 define('ADMIN_OPTION_SEND_UPDATE', "Mail zur Erneurung des Profiles senden?");
54 define('ADMIN_SENDING_SETTINGS', "Versand-Optionen");
55 define('ADMIN_NOTIFY_SETTINGS', "Benachrichtigungsoptionen");
56 define('ADMIN_TIMEOUT_SETTINGS', "Time-out Optionen");
57 define('ADMIN_PROFILE_TIME_SETTINGS', "Zeitenangaben f&uuml;r Mitgliederprofile");
58 define('ADMIN_OPTION_PROFILE_UPDATE', "Profilaktualisierungsinterval (0 = Keine Erinnerung aussenden)");
59 define('ADMIN_OPTION_PROFILE_REUPDATE', "Erneute Aussendung der Mail (0 = Keine Erinnerung aussenden)");
60 define('ADMIN_OPTION_CODE_LENGTH', "L&auml;nge des grafischen Codes im Best.-Frame (0 = Nur Button anklicken)");
61 define('ADMIN_CODE_LENGTH_NOTE', "(Zeichenanzahl)");
62 define('ADMIN_OPTION_ACTIVATE_EXCHANGE', "Automatisches Freischalten des Mailtauschs, wenn x Mitglieder empfangsbereit sind. 0 = Funktion abschalten");
63 define('ADMIN_OPTION_ZIPCODE_ACTIVE', "Versand nach PLZ erlauben");
64 define('ADMIN_OPTION_POINTS_WORD', "W&auml;hrung Ihres Tausches (Klammlose, Wernis, FuCo, etc.)");
65 define('ADMIN_OPTION_MAX_COMMA', "Angezeigte Stellen hinter dem Komma");
66 define('ADMIN_OPTION_CSS_PHP', "Sollen die CSS-Dateien direkt ausgegeben werden oder von css.php angezeigt werden?");
67 define('ADMIN_CSS_PHP_DIRECT', "Direkt ausgeben");
68 define('ADMIN_CSS_PHP_FILE', "Per css.php ausgeben");
69 define('ADMIN_OPTION_GUEST_MENU', "Gastmen&uuml; global ein-/ausblenden");
70 define('ADMIN_OPTION_MEMBER_MENU', "Mitgliedsmen&uuml; global ein-/ausblenden");
71 define('ADMIN_OPTION_YOURE_HERE', "Navigation &quot;Sie sind hier&quot; ein-/ausblenden");
72 define('ADMIN_GUEST_MENU_ACTIVE', "Einblenden");
73 define('ADMIN_GUEST_MENU_INACTIVE', "Ausblenden");
74 define('ADMIN_MEMBER_MENU_ACTIVE', "Einblenden");
75 define('ADMIN_MEMBER_MENU_INACTIVE', "Ausblenden");
76 define('ADMIN_YOURE_HERE_ACTIVE', "Einblenden");
77 define('ADMIN_YOURE_HERE_INACTIVE', "Ausblenden");
78 define('ADMIN_OPTION_MT_WORD', "Art Ihres Tausches (1. Fall)");
79 define('ADMIN_OPTION_MT_WORD2', "Art Ihres Tausches (2. Fall)");
80 define('ADMIN_OPTION_MT_WORD3', "Art Ihres Tausches (1. Fall, Plural)");
81 define('ADMIN_OPTION_REJECT_URL', "Standart-URL bei Ablehnung der Mailbuchung");
82
83 //
84 ?>