mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
Ordered numbering in language files for easier translation
Added Dutch translation
This commit is contained in:
parent
0d88c9da19
commit
8bb002688e
@ -2,26 +2,27 @@
|
||||
|
||||
global $lang;
|
||||
|
||||
$lang['en_US']['MathSpamProtection']['EIGHT'] = 'eight';
|
||||
$lang['en_US']['MathSpamProtection']['EIGHTEEN'] = 'eighteen';
|
||||
$lang['en_US']['MathSpamProtection']['ELEVEN'] = 'eleven';
|
||||
$lang['en_US']['MathSpamProtection']['FIFTEEN'] = 'fifteen';
|
||||
$lang['en_US']['MathSpamProtection']['FIVE'] = 'five';
|
||||
$lang['en_US']['MathSpamProtection']['FOUR'] = 'four';
|
||||
$lang['en_US']['MathSpamProtection']['FOURTEEN'] = 'fourteen';
|
||||
$lang['en_US']['MathSpamProtection']['NINE'] = 'nine';
|
||||
$lang['en_US']['MathSpamProtection']['ONE'] = 'one';
|
||||
$lang['en_US']['MathSpamProtection']['SEVEN'] = 'seven';
|
||||
$lang['en_US']['MathSpamProtection']['ZERO'] = 'zero';
|
||||
$lang['en_US']['MathSpamProtection']['ONE'] = 'one';
|
||||
$lang['en_US']['MathSpamProtection']['TWO'] = 'two';
|
||||
$lang['en_US']['MathSpamProtection']['THREE'] = 'three';
|
||||
$lang['en_US']['MathSpamProtection']['FOUR'] = 'four';
|
||||
$lang['en_US']['MathSpamProtection']['FIVE'] = 'five';
|
||||
$lang['en_US']['MathSpamProtection']['SIX'] = 'six';
|
||||
$lang['en_US']['MathSpamProtection']['SEVEN'] = 'seven';
|
||||
$lang['en_US']['MathSpamProtection']['EIGHT'] = 'eight';
|
||||
$lang['en_US']['MathSpamProtection']['NINE'] = 'nine';
|
||||
$lang['en_US']['MathSpamProtection']['TEN'] = 'ten';
|
||||
$lang['en_US']['MathSpamProtection']['ELEVEN'] = 'eleven';
|
||||
$lang['en_US']['MathSpamProtection']['TWELVE'] = 'twelve';
|
||||
$lang['en_US']['MathSpamProtection']['THIRTEEN'] = 'thirteen';
|
||||
$lang['en_US']['MathSpamProtection']['FOURTEEN'] = 'fourteen';
|
||||
$lang['en_US']['MathSpamProtection']['FIFTEEN'] = 'fifteen';
|
||||
$lang['en_US']['MathSpamProtection']['SIXTEEN'] = 'sixteen';
|
||||
$lang['en_US']['MathSpamProtection']['SEVENTEEN'] = 'seventeen';
|
||||
$lang['en_US']['MathSpamProtection']['SIX'] = 'six';
|
||||
$lang['en_US']['MathSpamProtection']['SIXTEEN'] = 'sixteen';
|
||||
$lang['en_US']['MathSpamProtection']['TEN'] = 'ten';
|
||||
$lang['en_US']['MathSpamProtection']['THIRTEEN'] = 'thirteen';
|
||||
$lang['en_US']['MathSpamProtection']['THREE'] = 'three';
|
||||
$lang['en_US']['MathSpamProtection']['TWELVE'] = 'twelve';
|
||||
$lang['en_US']['MathSpamProtection']['TWO'] = 'two';
|
||||
$lang['en_US']['MathSpamProtection']['EIGHTEEN'] = 'eighteen';
|
||||
$lang['en_US']['MathSpamProtection']['WHATIS'] = 'What is %s plus %s?';
|
||||
$lang['en_US']['MathSpamProtection']['ZERO'] = 'zero';
|
||||
$lang['en_US']['MathSpamProtectionField']['SPAMQUESTION'] = 'Spam protection question: %s';
|
||||
$lang['en_US']['MathSpamProtectionField']['INCORRECTSOLUTION'] = 'Incorrect solution to the spam protection question, please try again.';
|
||||
|
||||
?>
|
28
lang/nl_NL.php
Normal file
28
lang/nl_NL.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?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.';
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user