mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
27 lines
1.3 KiB
PHP
27 lines
1.3 KiB
PHP
|
<?php
|
||
|
|
||
|
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']['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']['WHATIS'] = 'What is %s plus %s?';
|
||
|
$lang['en_US']['MathSpamProtection']['ZERO'] = 'zero';
|
||
|
$lang['en_US']['MathSpamProtectionField']['SPAMQUESTION'] = 'Spam protection question: %s';
|
||
|
|
||
|
?>
|