* (bug 11068) i18n updates/additions Dutch/nld for extensions
Patch by Siebrand
This commit is contained in:
parent
ac76ae2e84
commit
d3a7dad6f3
|
@ -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';
|
Loading…
Reference in New Issue