source: extensions/ContactForm/language/de_DE/plugin.lang.php @ 17483

Last change on this file since 17483 was 17483, checked in by mistic100, 12 years ago

entirely rewrite the plugin

  • send mail in html format (configurable to plain)
  • fully configurable email list
  • more...
File size: 2.7 KB
RevLine 
[6646]1<?php
[17483]2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
[6646]23
[17483]24$lang['A comment on the site'] = 'Ein Kommentar auf der Seite';
25$lang['Contact'] = 'Kontaktieren';
26$lang['Your name'] = 'Ihr Name';
27$lang['Your e-mail'] = 'Ihre E-Mail';
28$lang['Subject'] = 'Betreff';
29$lang['Message'] = 'Mitteilung';
30$lang['General configuration'] = 'Algemeine Konfiguration';
31$lang['Add link in menu'] = 'Füge einen Link im Menü hinzu';
32$lang['Allow guests to see the form'] = 'Erlaube den Gästen die Benutzung des Kontaktformulars';
33$lang['E-mail address is mandatory'] = 'Die E-Mail ist obligatorisch';
34$lang['Name is mandatory'] = 'Der Name ist obligatorisch';
35$lang['E-mail configuration'] = 'E-mail Konfiguration';
36$lang['Text before the contact form'] = 'Text vor dem Kontaktformular';
37$lang['Text after the contact form'] = 'Text nach dem Kontaktformular';
38$lang['E-mail sent successfully'] = 'Die E-Mail wurde erfolgreich versendet';
39$lang['Please enter a name'] = 'Bitte fügen Sie Ihren Namen ein';
40$lang['Please enter a subject'] = 'Bitte fügen Sie den Betreff ein';
41$lang['Please enter a message'] = 'Bitte fügen Sie eine Mitteilung hinzu';
42$lang['Error while sending e-mail'] = 'Es ist ein Fehler beim Versand der E-Mail aufgetreten'; 
[6646]43
[14868]44?>
Note: See TracBrowser for help on using the repository browser.