language.php

Ga naar de documentatie van deze file.
00001 <?php
00002 /***************************************************************************
00003  *   Copyright (C) 2007 by Damian Bodde and Peter Wessels                  *
00004  *   damian@elsw.de  peter1wessels@gmail.com                               *
00005  *                                                                         *
00006  *   This program is free software; you can redistribute it and/or modify  *
00007  *   it under the terms of the GNU General Public License as published by  *
00008  *   the Free Software Foundation; either version 2 of the License, or     *
00009  *   (at your option) any later version.                                   *
00010  *                                                                         *
00011  *   This program is distributed in the hope that it will be useful,       *
00012  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00014  *   GNU General Public License for more details.                          *
00015  *                                                                         *
00016  *   You should have received a copy of the GNU General Public License     *
00017  *   along with this program; if not, write to the                         *
00018  *   Free Software Foundation, Inc.,                                       *
00019  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00020  ***************************************************************************/
00021 ?>
00022 
00023 <?php
00024 define("regi_felder_nicht", "Sie haben nicht alle erforderliche Felder ausgef�llt<br>");
00025 define("regi_pass_dmatch", "Die eingegebene Passw�rter stimmen nicht �berein<br>");
00026 define("regi_name_use", "Sorry diese username wird schon benutzt<br>");
00027 define("regi_email_use", "Sorry diese Email adresse wird schon benutzt<br>");
00028 define("regi_email_corect", "Bitte geben Sie eine g�ltige E-Email-Adresse an.<br>");
00029 define("regi_user_register", "User erfolgreich registriert");
00030 
00031 define("regi_form_name", "Benutzername");
00032 define("regi_form_email", "Email");
00033 define("regi_form_pass", "Passwort");
00034 define("regi_form_pass2", "Passwort (wiederholen)");
00035 define("regi_form_submit", "Registrieren");
00036 
00037 
00038 define("menu_login", "Einloggen");
00039 define("menu_regi", "Registrieren");
00040 
00041 define("user_dont_excist", "Diese benutzer excistiert nicht<br>");
00042 define("passwort_is_wrong", "Passwort ist Falsch<br>");
00043 
00044 define("login_correct","Erfolgreich eingeloggt<br>");
00045 ?>

Gegenereerd op Wed May 30 17:41:05 2007 voor criminalcity.kdevelop door  doxygen 1.4.7