mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
Added French (France) and Spanish (Spain) translations
This commit is contained in:
parent
7d1a277815
commit
c8ce38fa6e
28
lang/es_ES.php
Normal file
28
lang/es_ES.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?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á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.';
|
||||
|
||||
?>
|
28
lang/fr_FR.php
Normal file
28
lang/fr_FR.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
global $lang;
|
||||
|
||||
$lang['fr_FR']['MathSpamProtection']['ZERO'] = 'zéro';
|
||||
$lang['fr_FR']['MathSpamProtection']['ONE'] = 'un';
|
||||
$lang['fr_FR']['MathSpamProtection']['TWO'] = 'deux';
|
||||
$lang['fr_FR']['MathSpamProtection']['THREE'] = 'trois';
|
||||
$lang['fr_FR']['MathSpamProtection']['FOUR'] = 'quatre';
|
||||
$lang['fr_FR']['MathSpamProtection']['FIVE'] = 'cinq';
|
||||
$lang['fr_FR']['MathSpamProtection']['SIX'] = 'six';
|
||||
$lang['fr_FR']['MathSpamProtection']['SEVEN'] = 'sept';
|
||||
$lang['fr_FR']['MathSpamProtection']['EIGHT'] = 'huit';
|
||||
$lang['fr_FR']['MathSpamProtection']['NINE'] = 'neuf';
|
||||
$lang['fr_FR']['MathSpamProtection']['TEN'] = 'dix';
|
||||
$lang['fr_FR']['MathSpamProtection']['ELEVEN'] = 'onze';
|
||||
$lang['fr_FR']['MathSpamProtection']['TWELVE'] = 'douze';
|
||||
$lang['fr_FR']['MathSpamProtection']['THIRTEEN'] = 'treize';
|
||||
$lang['fr_FR']['MathSpamProtection']['FOURTEEN'] = 'quatorze';
|
||||
$lang['fr_FR']['MathSpamProtection']['FIFTEEN'] = 'quinze';
|
||||
$lang['fr_FR']['MathSpamProtection']['SIXTEEN'] = 'seize';
|
||||
$lang['fr_FR']['MathSpamProtection']['SEVENTEEN'] = 'dix-sept';
|
||||
$lang['fr_FR']['MathSpamProtection']['EIGHTEEN'] = 'dix-huit';
|
||||
$lang['fr_FR']['MathSpamProtection']['WHATIS'] = 'Combien font %s plus %s'.' ?';
|
||||
$lang['fr_FR']['MathSpamProtectionField']['SPAMQUESTION'] = 'Question anti-spam : %s';
|
||||
$lang['fr_FR']['MathSpamProtectionField']['INCORRECTSOLUTION'] = 'Mauvaise réponse, essayez à nouveau.';
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user