ProtectedContactPage/ContactPage.i18n.php

30 lines
1009 B
PHP

<?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
*/
$messages['contact']= 'ContactPage';
$messages['contactpage']= 'ContactPage';
$messages['contactpage-title']= 'Contact';
$messages['contactpage-pagetext']= 'Please use the form below to contact us.';
$messages['contactpage-defsubject']= 'Contact Message';
$messages['contactpage-subject-and-sender']= '$1 (from $2)';
$messages['contactpage-fromname']= 'your name *';
$messages['contactpage-fromaddress']= 'your email **';
$messages['contactpage-formfootnotes']= '
* optional<br/>
** optional but needed if you want an answer
';
$messages['contactpage-captcha']= 'To send the message, please solve the captcha ([[Special:Captcha/help|more info]])';
$messages['contactpage-captcha-failed']= 'Captcha test failed! ([[Special:Captcha/help|more info]])';