2007-02-12 14:50:29 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Internationalisation file for the ContactPage extension
|
|
|
|
*
|
|
|
|
* @package MediaWiki
|
|
|
|
* @subpackage Extensions
|
|
|
|
* @author Daniel Kinzler, brightbyte.de
|
|
|
|
* @copyright © 2007 Daniel Kinzler
|
|
|
|
* @licence GNU General Public Licence 2.0 or later
|
|
|
|
*/
|
|
|
|
|
2007-02-15 06:17:20 -07:00
|
|
|
$messages['contact']= 'Kontaktseite';
|
2007-02-12 14:50:29 -07:00
|
|
|
$messages['contactpage']= 'Kontaktseite';
|
|
|
|
$messages['contactpage-title']= 'Kontakt';
|
2007-10-30 04:35:00 -06:00
|
|
|
$messages['contactpage-pagetext']= 'Mit diesem Formular kannst du uns Nachrichten zukommen lassen.';
|
2007-02-12 14:50:29 -07:00
|
|
|
$messages['contactpage-defsubject']= 'Kontaktnachricht';
|
2007-02-16 15:20:14 -07:00
|
|
|
$messages['contactpage-subject-and-sender']= '$1 (von $2)';
|
2007-02-12 14:50:29 -07:00
|
|
|
|
2007-10-30 04:35:00 -06:00
|
|
|
$messages['contactpage-fromname']= 'Dein Name *';
|
|
|
|
$messages['contactpage-fromaddress']= 'Deine E-Mail-Adresse **';
|
2007-02-12 14:50:29 -07:00
|
|
|
|
|
|
|
$messages['contactpage-formfootnotes']= '
|
2007-10-30 04:35:00 -06:00
|
|
|
* optional<br />
|
|
|
|
** optional, wird aber benötigt, um dir antworten zu können
|
2007-02-12 14:50:29 -07:00
|
|
|
';
|
2007-06-28 19:36:09 -06:00
|
|
|
|
2007-10-30 04:35:00 -06:00
|
|
|
$messages['contactpage-captcha']= 'Um die Nachricht senden zu können, löse bitte das Captcha ([[Special:Captcha/help|weitere Informationen]])';
|
2007-10-13 05:41:44 -06:00
|
|
|
$messages['contactpage-captcha-failed']= 'Captcha-Test nicht bestanden! ([[Special:Captcha/help|weitere Informationen]])';
|
|
|
|
|