<?php /*************************************************************************** * Copyright (C) 2004 by Thomas Flueeli * * hide@address.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ /*************************************************************************** * Version * * $Id: lang.php,v 1.4 2004/05/18 08:04:15 thatrix Exp $ * ***************************************************************************/ /*************************************************************************** * History * * 18.11.2003 : Initial release [thatrix] * ***************************************************************************/ $lang['LANGUAGE'] = 'de'; $lang['ENCODING'] = 'iso-8859-1'; $lang['DATE_FORMAT'] = '%D %M %Y %T'; $lang['First'] = 'Erste'; $lang['Last'] = 'Letzte'; $lang['New_post'] = 'Neuer Eintrag'; $lang['Pages'] = 'Seiten'; $lang['Posts'] = 'Einträge'; $lang['Back'] = 'zurück'; $lang['Empty_fields'] = 'Nicht alle benötigten Felder ausgefüllt (Name, E-Mail, Kommentar)!'; $lang['Name'] = 'Name'; $lang['EMail'] = 'E-Mail'; $lang['Website'] = 'Website'; $lang['Post'] = 'Kommentar'; $lang['Smilies'] = 'Smilies'; $lang['More_smilies'] = 'Weitere Smilies'; $lang['Format'] = 'Formatierung'; $lang['Bold'] = 'F'; $lang['Italic'] = 'K'; $lang['Underline'] = 'U'; $lang['Save'] = 'speichern'; $lang['Close_window'] = 'Fenster schliessen'; $lang['Written'] = 'Geschrieben am'; $lang['Admin_home'] = 'Admin Home'; $lang['Admin_mgmt'] = 'Einstellungen'; $lang['Admin_edit_posts'] = 'Einträge bearbeiten'; $lang['Admin_preview'] = 'GB Vorschau'; $lang['Admin_logout'] = 'Logout'; $lang['Admin_info'] = 'Guestbook Info'; $lang['Admin_number'] = 'Anzahl Einträge'; $lang['Admin_size'] = 'Gästebuchgrösse'; $lang['Admin_attention'] = 'Achtung'; $lang['Admin_timeout'] = 'Sie werden automatisch nach 15 Minuten Inaktivität ausgeloggt!'; $lang['Admin_title'] = 'Titel'; $lang['Admin_URL'] = 'URL'; $lang['Admin_ppp'] = 'Einträge pro Seite'; $lang['Admin_theme'] = 'Theme'; $lang['Admin_lang'] = 'Sprache'; $lang['Admin_edit'] = 'Bearbeiten'; $lang['Admin_delete'] = 'Löschen'; $lang['Admin_confirm'] = 'Wollen Sie diesen Eintrag wirklich löschen?'; ?>