<? /********************************************************************************************************* This code is part of the GuestBook software (www.gerd-tentler.de/tools/guestbook), copyright by Gerd Tentler. Obtain permission before selling this code or hosting it on a commercial website or redistributing it over the Internet or in any other medium. In all cases copyright must remain intact. *********************************************************************************************************/ $msg['new'] = "Neuer Eintrag"; $msg['required'] = "Bitte füllen Sie mind. die Felder 'Thema' und 'Nachricht' aus!"; $msg['date'] = "Datum"; $msg['from'] = "Von"; $msg['name'] = "Name"; $msg['eMail'] = "EMail"; $msg['subject'] = "Thema"; $msg['message'] = "Nachricht"; $msg['code'] = "Code"; $msg['submit'] = "Absenden"; $msg['back'] = "Zurück"; $msg['delete'] = "Löschen"; $msg['confirm'] = "Unwiderruflich löschen?"; $msg['admin'] = "Admin"; $msg['pass'] = "Kennwort eingeben:"; $msg['wrongPass'] = "Falsches Kennwort!"; $msg['noSpam'] = "NO SPAM PLEASE!"; ?>