* (bug 11068) i18n updates/additions Dutch/nld for extensions

Patch by Siebrand
This commit is contained in:
Raimond Spekking 2007-08-27 07:48:23 +00:00
parent ac76ae2e84
commit d3a7dad6f3
1 changed files with 25 additions and 0 deletions

25
ContactPage.i18n.nl.php Normal file
View File

@ -0,0 +1,25 @@
<?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';