silverstripe-mathspamprotec.../lang/nl_NL.php

28 lines
1.4 KiB
PHP

<?php
global $lang;
$lang['nl_NL']['MathSpamProtection']['ZERO'] = 'nul';
$lang['nl_NL']['MathSpamProtection']['ONE'] = 'een';
$lang['nl_NL']['MathSpamProtection']['TWO'] = 'twee';
$lang['nl_NL']['MathSpamProtection']['THREE'] = 'drie';
$lang['nl_NL']['MathSpamProtection']['FOUR'] = 'vier';
$lang['nl_NL']['MathSpamProtection']['FIVE'] = 'vijf';
$lang['nl_NL']['MathSpamProtection']['SIX'] = 'zes';
$lang['nl_NL']['MathSpamProtection']['SEVEN'] = 'zeven';
$lang['nl_NL']['MathSpamProtection']['EIGHT'] = 'acht';
$lang['nl_NL']['MathSpamProtection']['NINE'] = 'negen';
$lang['nl_NL']['MathSpamProtection']['TEN'] = 'tien';
$lang['nl_NL']['MathSpamProtection']['ELEVEN'] = 'elf';
$lang['nl_NL']['MathSpamProtection']['TWELVE'] = 'twaalf';
$lang['nl_NL']['MathSpamProtection']['THIRTEEN'] = 'dertien';
$lang['nl_NL']['MathSpamProtection']['FOURTEEN'] = 'veertien';
$lang['nl_NL']['MathSpamProtection']['FIFTEEN'] = 'vijftien';
$lang['nl_NL']['MathSpamProtection']['SIXTEEN'] = 'zestien';
$lang['nl_NL']['MathSpamProtection']['SEVENTEEN'] = 'zeventien';
$lang['nl_NL']['MathSpamProtection']['EIGHTEEN'] = 'achttien';
$lang['nl_NL']['MathSpamProtection']['WHATIS'] = 'Hoeveel is %s plus %s?';
$lang['nl_NL']['MathSpamProtectionField']['SPAMQUESTION'] = 'Anti-spam vraag: %s';
$lang['nl_NL']['MathSpamProtectionField']['INCORRECTSOLUTION'] = 'Onjuist antwoord op de anti-spam vraag, probeer opnieuw.';
?>