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['es_ES']['MathSpamProtection']['ZERO'] = 'cero';
|
|||
|
$lang['es_ES']['MathSpamProtection']['ONE'] = 'uno';
|
|||
|
$lang['es_ES']['MathSpamProtection']['TWO'] = 'dos';
|
|||
|
$lang['es_ES']['MathSpamProtection']['THREE'] = 'tres';
|
|||
|
$lang['es_ES']['MathSpamProtection']['FOUR'] = 'cuatro';
|
|||
|
$lang['es_ES']['MathSpamProtection']['FIVE'] = 'cinco';
|
|||
|
$lang['es_ES']['MathSpamProtection']['SIX'] = 'seis';
|
|||
|
$lang['es_ES']['MathSpamProtection']['SEVEN'] = 'siete';
|
|||
|
$lang['es_ES']['MathSpamProtection']['EIGHT'] = 'ocho';
|
|||
|
$lang['es_ES']['MathSpamProtection']['NINE'] = 'nueve';
|
|||
|
$lang['es_ES']['MathSpamProtection']['TEN'] = 'diez';
|
|||
|
$lang['es_ES']['MathSpamProtection']['ELEVEN'] = 'once';
|
|||
|
$lang['es_ES']['MathSpamProtection']['TWELVE'] = 'doce';
|
|||
|
$lang['es_ES']['MathSpamProtection']['THIRTEEN'] = 'trece';
|
|||
|
$lang['es_ES']['MathSpamProtection']['FOURTEEN'] = 'catorce';
|
|||
|
$lang['es_ES']['MathSpamProtection']['FIFTEEN'] = 'quince';
|
|||
|
$lang['es_ES']['MathSpamProtection']['SIXTEEN'] = 'dieciséis';
|
|||
|
$lang['es_ES']['MathSpamProtection']['SEVENTEEN'] = 'diecisiete';
|
|||
|
$lang['es_ES']['MathSpamProtection']['EIGHTEEN'] = 'dieciocho';
|
|||
|
$lang['es_ES']['MathSpamProtection']['WHATIS'] = '¿Cu<43>nto suman %s y %s?';
|
|||
|
$lang['es_ES']['MathSpamProtectionField']['SPAMQUESTION'] = 'Pregunta anti-spam: %s';
|
|||
|
$lang['es_ES']['MathSpamProtectionField']['INCORRECTSOLUTION'] = 'Respuesta errónea, inténtelo de nuevo.';
|
|||
|
|
|||
|
?>
|