26 lines
861 B
PHP
26 lines
861 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Internationalisation file for the ContactPage extension
|
||
|
*
|
||
|
* @package MediaWiki
|
||
|
* @subpackage Extensions
|
||
|
* @author Daniel Kinzler, brightbyte.de
|
||
|
* @copyright © 2007 Daniel Kinzler, Siebrand Mazeland
|
||
|
* @licence GNU General Public Licence 2.0 or later
|
||
|
*/
|
||
|
|
||
|
$messages['contact']= 'ContactPagina';
|
||
|
$messages['contactpage']= 'ContactPagina';
|
||
|
$messages['contactpage-title']= 'Contact';
|
||
|
$messages['contactpage-pagetext']= 'Gebruik alstublieft het onderstaande formulier om contact met ons op te nemen.';
|
||
|
$messages['contactpage-defsubject']= 'Contactbericht';
|
||
|
$messages['contactpage-subject-and-sender']= '$1 (van $2)';
|
||
|
|
||
|
$messages['contactpage-fromname']= 'uw naam *';
|
||
|
$messages['contactpage-fromaddress']= 'uw e-mailadres **';
|
||
|
|
||
|
$messages['contactpage-formfootnotes']= '
|
||
|
* optioneel<br />
|
||
|
** optioneel, maar noodzakelijk als antwoord gewenst is';
|