Merge pull request #2 from Juanitou/master

MINOR Add French (France) and Spanish (Spain) translations.
This commit is contained in:
Will Rossiter 2011-10-21 13:11:59 -07:00
commit 7bfb49f176
2 changed files with 56 additions and 0 deletions

28
lang/es_ES.php Normal file
View 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&eacute;is';
$lang['es_ES']['MathSpamProtection']['SEVENTEEN'] = 'diecisiete';
$lang['es_ES']['MathSpamProtection']['EIGHTEEN'] = 'dieciocho';
$lang['es_ES']['MathSpamProtection']['WHATIS'] = '&iquest;Cuánto suman %s y %s?';
$lang['es_ES']['MathSpamProtectionField']['SPAMQUESTION'] = 'Pregunta anti-spam: %s';
$lang['es_ES']['MathSpamProtectionField']['INCORRECTSOLUTION'] = 'Respuesta err&oacute;nea, int&eacute;ntelo de nuevo.';
?>

28
lang/fr_FR.php Normal file
View File

@ -0,0 +1,28 @@
<?php
global $lang;
$lang['fr_FR']['MathSpamProtection']['ZERO'] = 'z&eacute;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'.'&nbsp?';
$lang['fr_FR']['MathSpamProtectionField']['SPAMQUESTION'] = 'Question anti-spam&nbsp;: %s';
$lang['fr_FR']['MathSpamProtectionField']['INCORRECTSOLUTION'] = 'Mauvaise r&eacute;ponse, essayez &agrave; nouveau.';
?>