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