2 /************************************************************************
3 * MXChange v0.2.1 Start: 09/19/2003 *
4 * =============== Last change: 11/27/2004 *
6 * -------------------------------------------------------------------- *
8 * -------------------------------------------------------------------- *
9 * Short description : German langugage support *
10 * -------------------------------------------------------------------- *
11 * Kurzbeschreibung : Deutsche Sprachunterstuetzung *
12 * -------------------------------------------------------------------- *
14 * -------------------------------------------------------------------- *
15 * Copyright (c) 2003 - 2008 by Roland Haeder *
16 * For more information visit: http://www.mxchange.org *
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. *
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. *
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, *
32 ************************************************************************/
34 // Some security stuff...
35 if (basename($_SERVER['PHP_SELF']) == basename(__FILE__))
37 $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
42 define('ADMIN_OTHER_SETTINGS', "Sonstige Einstellungen");
43 define('ADMIN_OPTION_URL_TIME_LOCK', "Selbe beworbene URL nicht mehr bewerbar (0 = URL sofort erneut buchbar)");
44 define('ADMIN_OPTION_POOL_MAX_SEND', "Anzahl zu sendender Mails aus dem Pool");
45 define('ADMIN_OPTION_MAX_UNCONFIRMED_MAILS', "Maximale Anzahl unbest. Mails (Mailbuchung)");
46 define('ADMIN_OPTION_LOCK_PROFILE_TIME', "Sperrzeit des Mitgliedprofiles nach Änderung (0 = Keine Sperrzeit)");
47 define('ADMIN_OPTION_MAX_TEXT_LENGTH', "Maximale Länge des Werbetextes");
48 define('ADMIN_OPTION_CHECK_EMAIL_TEXT', "Sind URLs im Werbetext erlaubt?");
49 define('ADMIN_OPTION_CHECK_EMAIL_SUBJ', "Sind URLs in der Betreffzeile erlaubt?");
50 define('ADMIN_OPTION_URL_BLACKLIST', "Black-Liste für gebuchte URLs aktivieren?");
51 define('ADMIN_OPTION_AUTOSEND_ACTIVE', "Ist der Auto-Versand aktiv?");
52 define('ADMIN_OPTION_NOTIFY_ADMIN', "Benachrichtigung bei Profiländerung?");
53 define('ADMIN_OPTION_MAX_ONLINETIME', "Timeout für Who-is-Online");
54 define('ADMIN_OPTION_SEND_UPDATE', "Mail zur Erneurung des Profiles senden?");
55 define('ADMIN_SENDING_SETTINGS', "Versand-Optionen");
56 define('ADMIN_NOTIFY_SETTINGS', "Benachrichtigungsoptionen");
57 define('ADMIN_TIMEOUT_SETTINGS', "Time-out Optionen");
58 define('ADMIN_PROFILE_TIME_SETTINGS', "Zeitenangaben für Mitgliederprofile");
59 define('ADMIN_OPTION_PROFILE_UPDATE', "Profilaktualisierungsinterval (0 = Keine Erinnerung aussenden)");
60 define('ADMIN_OPTION_PROFILE_REUPDATE', "Erneute Aussendung der Mail (0 = Keine Erinnerung aussenden)");
61 define('ADMIN_OPTION_CODE_LENGTH', "Länge des grafischen Codes im Best.-Frame (0 = Nur Button anklicken)");
62 define('ADMIN_CODE_LENGTH_NOTE', "(Zeichenanzahl)");
63 define('ADMIN_OPTION_ACTIVATE_EXCHANGE', "Automatisches Freischalten des Mailtauschs, wenn x Mitglieder empfangsbereit sind. 0 = Funktion abschalten");
64 define('ADMIN_OPTION_ZIPCODE_ACTIVE', "Versand nach PLZ erlauben");
65 define('ADMIN_OPTION_POINTS_WORD', "Währung Ihres Tausches (Klammlose, Wernis, FuCo, etc.)");
66 define('ADMIN_OPTION_MAX_COMMA', "Angezeigte Stellen hinter dem Komma");
67 define('ADMIN_OPTION_CSS_PHP', "Sollen die CSS-Dateien direkt ausgegeben werden oder von css.php angezeigt werden?");
68 define('ADMIN_CSS_PHP_DIRECT', "Direkt ausgeben");
69 define('ADMIN_CSS_PHP_FILE', "Per css.php ausgeben");
70 define('ADMIN_OPTION_GUEST_MENU', "Gastmenü global ein-/ausblenden");
71 define('ADMIN_OPTION_MEMBER_MENU', "Mitgliedsmenü global ein-/ausblenden");
72 define('ADMIN_OPTION_YOURE_HERE', "Navigation "Sie sind hier" ein-/ausblenden");
73 define('ADMIN_GUEST_MENU_ACTIVE', "Einblenden");
74 define('ADMIN_GUEST_MENU_INACTIVE', "Ausblenden");
75 define('ADMIN_MEMBER_MENU_ACTIVE', "Einblenden");
76 define('ADMIN_MEMBER_MENU_INACTIVE', "Ausblenden");
77 define('ADMIN_YOURE_HERE_ACTIVE', "Einblenden");
78 define('ADMIN_YOURE_HERE_INACTIVE', "Ausblenden");
79 define('ADMIN_OPTION_MT_WORD', "Art Ihres Tausches (1. Fall)");
80 define('ADMIN_OPTION_MT_WORD2', "Art Ihres Tausches (2. Fall)");
81 define('ADMIN_OPTION_MT_WORD3', "Art Ihres Tausches (1. Fall, Plural)");
82 define('ADMIN_OPTION_REJECT_URL', "Standart-URL bei Ablehnung der Mailbuchung");