2007-08-27 01:48:23 -06:00
|
|
|
<?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
|
|
|
|
*/
|
|
|
|
|
2007-09-06 11:56:48 -06:00
|
|
|
$messages = array(
|
|
|
|
'contact' => 'Neem contact met ons op',
|
|
|
|
'contactpage' => 'Contactpagina',
|
|
|
|
'contactpage-pagetext' => 'Gebruik alstublieft het onderstaande formulier om contact met ons op te nemen.',
|
|
|
|
'contactpage-defsubject' => 'Contactbericht',
|
|
|
|
'contactpage-subject-and-sender' => '$1 (van $2)',
|
|
|
|
'contactpage-fromname' => 'uw naam *',
|
|
|
|
'contactpage-fromaddress' => 'uw e-mailadres **',
|
|
|
|
'contactpage-formfootnotes' => '
|
2007-08-27 01:48:23 -06:00
|
|
|
* optioneel<br />
|
2007-09-06 11:56:48 -06:00
|
|
|
** optioneel, maar noodzakelijk als antwoord gewenst is',
|
|
|
|
);
|