mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
28 lines
1.4 KiB
PHP
28 lines
1.4 KiB
PHP
|
<?php
|
||
|
|
||
|
global $lang;
|
||
|
|
||
|
$lang['en_US']['MathSpamProtection']['ZERO'] = 'nul';
|
||
|
$lang['en_US']['MathSpamProtection']['ONE'] = 'een';
|
||
|
$lang['en_US']['MathSpamProtection']['TWO'] = 'twee';
|
||
|
$lang['en_US']['MathSpamProtection']['THREE'] = 'drie';
|
||
|
$lang['en_US']['MathSpamProtection']['FOUR'] = 'vier';
|
||
|
$lang['en_US']['MathSpamProtection']['FIVE'] = 'vijf';
|
||
|
$lang['en_US']['MathSpamProtection']['SIX'] = 'zes';
|
||
|
$lang['en_US']['MathSpamProtection']['SEVEN'] = 'zeven';
|
||
|
$lang['en_US']['MathSpamProtection']['EIGHT'] = 'acht';
|
||
|
$lang['en_US']['MathSpamProtection']['NINE'] = 'negen';
|
||
|
$lang['en_US']['MathSpamProtection']['TEN'] = 'tien';
|
||
|
$lang['en_US']['MathSpamProtection']['ELEVEN'] = 'elf';
|
||
|
$lang['en_US']['MathSpamProtection']['TWELVE'] = 'twaalf';
|
||
|
$lang['en_US']['MathSpamProtection']['THIRTEEN'] = 'dertien';
|
||
|
$lang['en_US']['MathSpamProtection']['FOURTEEN'] = 'veertien';
|
||
|
$lang['en_US']['MathSpamProtection']['FIFTEEN'] = 'vijftien';
|
||
|
$lang['en_US']['MathSpamProtection']['SIXTEEN'] = 'zestien';
|
||
|
$lang['en_US']['MathSpamProtection']['SEVENTEEN'] = 'zeventien';
|
||
|
$lang['en_US']['MathSpamProtection']['EIGHTEEN'] = 'achttien';
|
||
|
$lang['en_US']['MathSpamProtection']['WHATIS'] = 'Hoeveel is %s plus %s?';
|
||
|
$lang['en_US']['MathSpamProtectionField']['SPAMQUESTION'] = 'Anti-spam vraag: %s';
|
||
|
$lang['en_US']['MathSpamProtectionField']['INCORRECTSOLUTION'] = 'Onjuist antwoord op de anti-spam vraag, probeer opnieuw.';
|
||
|
|
||
|
?>
|