diff --git a/lang/en.yml b/lang/en.yml new file mode 100644 index 0000000..eb0edc6 --- /dev/null +++ b/lang/en.yml @@ -0,0 +1,25 @@ +en: + MathSpamProtection: + EIGHT: eight + EIGHTEEN: eighteen + ELEVEN: eleven + FIFTEEN: fifteen + FIVE: five + FOUR: four + FOURTEEN: fourteen + NINE: nine + ONE: one + SEVEN: seven + SEVENTEEN: seventeen + SIX: six + SIXTEEN: sixteen + TEN: ten + THIRTEEN: thirteen + THREE: three + TWELVE: twelve + TWO: two + WHATIS: 'what is %s plus %s?' + ZERO: zero + MathSpamProtectionField: + INCORRECTSOLUTION: 'Incorrect solution to the spam protection question, please try again.' + SPAMQUESTION: 'Spam protection question: %s' diff --git a/lang/en_US.php b/lang/en_US.php deleted file mode 100644 index 2deb5cb..0000000 --- a/lang/en_US.php +++ /dev/null @@ -1,28 +0,0 @@ - \ No newline at end of file diff --git a/lang/es.yml b/lang/es.yml new file mode 100644 index 0000000..1124d33 --- /dev/null +++ b/lang/es.yml @@ -0,0 +1,25 @@ +es: + MathSpamProtection: + EIGHT: ocho + EIGHTEEN: dieciocho + ELEVEN: once + FIFTEEN: quince + FIVE: cinco + FOUR: cuatro + FOURTEEN: catorce + NINE: nueve + ONE: uno + SEVEN: siete + SEVENTEEN: diecisiete + SIX: seis + SIXTEEN: 'dieciséis' + TEN: diez + THIRTEEN: trece + THREE: tres + TWELVE: doce + TWO: dos + WHATIS: '¿Cuánto suman %s y %s?' + ZERO: cero + MathSpamProtectionField: + INCORRECTSOLUTION: 'Respuesta errónea, inténtelo de nuevo.' + SPAMQUESTION: 'Pregunta anti-spam: %s' \ No newline at end of file diff --git a/lang/es_ES.php b/lang/es_ES.php deleted file mode 100644 index 31c6844..0000000 --- a/lang/es_ES.php +++ /dev/null @@ -1,28 +0,0 @@ - \ No newline at end of file diff --git a/lang/fr.yml b/lang/fr.yml new file mode 100644 index 0000000..161842e --- /dev/null +++ b/lang/fr.yml @@ -0,0 +1,25 @@ +fr: + MathSpamProtection: + EIGHT: huit + EIGHTEEN: dix-huit + ELEVEN: onze + FIFTEEN: quinze + FIVE: cinq + FOUR: quatre + FOURTEEN: quatorze + NINE: neuf + ONE: un + SEVEN: sept + SEVENTEEN: seventeen + SIX: six + SIXTEEN: seize + TEN: dix + THIRTEEN: treize + THREE: trois + TWELVE: douze + TWO: deux + WHATIS: 'Combien font %s plus %s ?' + ZERO: zéro + MathSpamProtectionField: + INCORRECTSOLUTION: 'Mauvaise réponse, essayez à nouveau.' + SPAMQUESTION: 'Question anti-spam : %s' \ No newline at end of file diff --git a/lang/fr_FR.php b/lang/fr_FR.php deleted file mode 100644 index 507d451..0000000 --- a/lang/fr_FR.php +++ /dev/null @@ -1,28 +0,0 @@ - \ No newline at end of file diff --git a/lang/nl.yml b/lang/nl.yml new file mode 100644 index 0000000..18d92f1 --- /dev/null +++ b/lang/nl.yml @@ -0,0 +1,25 @@ +nl: + MathSpamProtection: + EIGHT: acht + EIGHTEEN: achtien + ELEVEN: elf + FIFTEEN: vijftien + FIVE: vijf + FOUR: vier + FOURTEEN: veertien + NINE: negen + ONE: een + SEVEN: zeven + SEVENTEEN: zeventien + SIX: zes + SIXTEEN: zestien + TEN: tien + THIRTEEN: dertien + THREE: drie + TWELVE: twaalf + TWO: twee + WHATIS: 'hoeveel is %s plus %s?' + ZERO: nul + MathSpamProtectionField: + INCORRECTSOLUTION: 'Onjuist antwoord op de anti-spam vraag, probeer opnieuw.' + SPAMQUESTION: 'Anti-spam vraag: %s' diff --git a/lang/nl_NL.php b/lang/nl_NL.php deleted file mode 100644 index 52684e3..0000000 --- a/lang/nl_NL.php +++ /dev/null @@ -1,28 +0,0 @@ - \ No newline at end of file