ProtectedContactPage/ContactPage.i18n.nl.php

28 lines
1.0 KiB
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, Betawiki users
* @licence GNU General Public Licence 2.0 or later
*/
$messages = array(
'contact' => 'Contact met ons opnemen',
'contactpage' => 'Contactpagina',
'contactpage-title' => 'Contact',#identical but defined
'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',
'contactpage-captcha' => 'Om het bericht te versturen, moet je eerst de captcha oplossen ([[Special:Captcha/help|meer informatie]])',
'contactpage-captcha-failed' => 'Captcha-test is mislukt! ([[Special:Captcha/help|meer informatie]])',
);