Further rewrites due to deprecated functions in 5.3.1
[mailer.git] / inc / language / nickname_de.php
1 <?php
2 /************************************************************************
3  * Mailer v0.2.1-FINAL                                Start: 06/20/2004 *
4  * ===================                          Last change: 12/22/2004 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : nickname_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  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
22  * For more information visit: http://www.mxchange.org                  *
23  *                                                                      *
24  * This program is free software; you can redistribute it and/or modify *
25  * it under the terms of the GNU General Public License as published by *
26  * the Free Software Foundation; either version 2 of the License, or    *
27  * (at your option) any later version.                                  *
28  *                                                                      *
29  * This program is distributed in the hope that it will be useful,      *
30  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
31  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
32  * GNU General Public License for more details.                         *
33  *                                                                      *
34  * You should have received a copy of the GNU General Public License    *
35  * along with this program; if not, write to the Free Software          *
36  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
37  * MA  02110-1301  USA                                                  *
38  ************************************************************************/
39
40 // Some security stuff...
41 if (!defined('__SECURITY')) {
42         die();
43 } // END - if
44
45 // Language definitions
46 addMessages(array(
47         'NICKNAME_CHANGE_NICKNAME_TITLE' => "Einstellen Ihres Nicknames",
48         'NICKNAME_CHANGE_NICKNAME_INTRO' => "Stellen Sie hier einen Nicknamen ein, der anstelle Ihrer Mitglieder-Id angezeigt wird! Dieser darf nur unten aufgef&uuml;hrte Zeichen enthalten und sollte nicht k&uuml;rzer als {?nickname_len?} Zeichen sein.",
49         'NICKNAME_ENTER_NICKNAME' => "Nickname eingeben",
50         'NICKNAME_SUBMIT' => "Nickname &auml;ndern",
51         'NICKNAME_ALREADY_IN_USE' => "Der von Ihnen eingegebene Nickname wird bereits verwendet.",
52         'NICKNAME_SAVED' => "Nickname wurde gespeichert.",
53         'GUEST_ENTER_LOGIN_NICKNAME' => "Nickname o. Login-Id",
54         'NICKNAME_ALLOWED_CHARS' => "Erlaubte Zeichen:",
55         'NICKNAME_IS_INVALID' => "Ung&uuml;tige Zeichen im Nicknamen gefunden oder ist zu kurz.",
56         'NICKNAME_YOUR_REFLINK' => "Ihr Nickname-Reflink",
57         'NO_NICKNAME_SET' => "Sie haben noch keinen Nickname eingerichtet! Damit k&ouml;nnen Sie sich alternativ zur Mitglieder-Id einloggen.",
58         'PLEASE_CLICK_NICKNAME_FORM' => "Hier k&ouml;nnen Sie sich nun einen einrichten...",
59         'NICKNAME_ADMIN_CONFIG_HEADER' => "Einstellungen am Nicknamen",
60         'ADMIN_NICKNAME_MIN_LENGTH' => "Minimale L&auml;nge",
61         'ADMIN_NICKNAME_PATTERN' => "Pattern f&uuml;r isInString()-Befehl",
62         'ADMIN_NICKNAME_LANG_CHARS' => "Zeichenfolge f&uuml;r Sprachdatei",
63 ));
64
65 // [EOF]
66 ?>