From 105d259d02c95e2ed657fe9bb721fd4355ff8f63 Mon Sep 17 00:00:00 2001 From: martimiz Date: Tue, 10 Jul 2012 14:01:42 +0200 Subject: [PATCH] MEDIUM: added 4 YAML translation files, removed old translation files. --- lang/en.yml | 25 +++++++++++++++++++++++++ lang/en_US.php | 28 ---------------------------- lang/es.yml | 25 +++++++++++++++++++++++++ lang/es_ES.php | 28 ---------------------------- lang/fr.yml | 25 +++++++++++++++++++++++++ lang/fr_FR.php | 28 ---------------------------- lang/nl.yml | 25 +++++++++++++++++++++++++ lang/nl_NL.php | 28 ---------------------------- 8 files changed, 100 insertions(+), 112 deletions(-) create mode 100644 lang/en.yml delete mode 100644 lang/en_US.php create mode 100644 lang/es.yml delete mode 100644 lang/es_ES.php create mode 100644 lang/fr.yml delete mode 100644 lang/fr_FR.php create mode 100644 lang/nl.yml delete mode 100644 lang/nl_NL.php 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