ProtectedContactPage/ContactPage.i18n.nl.php

24 lines
775 B
PHP
Raw Normal View History

<?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 = 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' => '
* optioneel<br />
** optioneel, maar noodzakelijk als antwoord gewenst is',
);