Localisation updates for extension messages from Betawiki (2008-07-06 00:51 CEST)

This commit is contained in:
Siebrand Mazeland 2008-07-05 23:05:04 +00:00
parent 9575039919
commit 734e886fae
1 changed files with 19 additions and 12 deletions

View File

@ -503,11 +503,15 @@ $messages['nds'] = array(
'contactpage-fromaddress' => 'Dien E-Mail-Adress **', 'contactpage-fromaddress' => 'Dien E-Mail-Adress **',
); );
/** Dutch (Nederlands)
* @author Siebrand
* @author SPQRobin
*/
$messages['nl'] = array( $messages['nl'] = array(
'contact' => 'Contact met ons opnemen', 'contact' => 'Contact met ons opnemen',
'contactpage' => 'Contactpagina', 'contactpage' => 'Contactpagina',
'contactpage-desc' => '[[Special:Contact|Contactformulier voor bezoekers]]', 'contactpage-desc' => '[[Special:Contact|Contactformulier voor bezoekers]]',
'contactpage-title' => 'Contact',#identical but defined 'contactpage-title' => 'Contact',
'contactpage-pagetext' => 'Gebruik alstublieft het onderstaande formulier om contact met ons op te nemen.', 'contactpage-pagetext' => 'Gebruik alstublieft het onderstaande formulier om contact met ons op te nemen.',
'contactpage-defsubject' => 'Contactbericht', 'contactpage-defsubject' => 'Contactbericht',
'contactpage-subject-and-sender' => '$1 (van $2)', 'contactpage-subject-and-sender' => '$1 (van $2)',
@ -515,6 +519,9 @@ $messages['nl'] = array(
'contactpage-fromaddress' => 'uw e-mailadres **', 'contactpage-fromaddress' => 'uw e-mailadres **',
'contactpage-formfootnotes' => '* optioneel<br /> 'contactpage-formfootnotes' => '* optioneel<br />
** optioneel, maar noodzakelijk als antwoord gewenst is', ** optioneel, maar noodzakelijk als antwoord gewenst is',
'contactpage-fromname-required' => 'uw naam',
'contactpage-fromaddress-required' => 'uw e-mailadres',
'contactpage-formfootnotes-required' => 'Alle velden zijn verplicht.',
'contactpage-captcha' => 'Om het bericht te versturen, moet je eerst de captcha oplossen ([[Special:Captcha/help|meer informatie]])', '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]])', 'contactpage-captcha-failed' => 'Captcha-test is mislukt! ([[Special:Captcha/help|meer informatie]])',
); );