From 8bb002688e718b263263b182d6436ee5289b1ba0 Mon Sep 17 00:00:00 2001 From: Marijn Kampf Date: Thu, 9 Jun 2011 11:41:44 +0100 Subject: [PATCH] Ordered numbering in language files for easier translation Added Dutch translation --- lang/en_US.php | 37 +++++++++++++++++++------------------ lang/nl_NL.php | 28 ++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 18 deletions(-) create mode 100644 lang/nl_NL.php diff --git a/lang/en_US.php b/lang/en_US.php index 82f362e..2deb5cb 100644 --- a/lang/en_US.php +++ b/lang/en_US.php @@ -2,26 +2,27 @@ global $lang; -$lang['en_US']['MathSpamProtection']['EIGHT'] = 'eight'; -$lang['en_US']['MathSpamProtection']['EIGHTEEN'] = 'eighteen'; -$lang['en_US']['MathSpamProtection']['ELEVEN'] = 'eleven'; -$lang['en_US']['MathSpamProtection']['FIFTEEN'] = 'fifteen'; -$lang['en_US']['MathSpamProtection']['FIVE'] = 'five'; -$lang['en_US']['MathSpamProtection']['FOUR'] = 'four'; -$lang['en_US']['MathSpamProtection']['FOURTEEN'] = 'fourteen'; -$lang['en_US']['MathSpamProtection']['NINE'] = 'nine'; -$lang['en_US']['MathSpamProtection']['ONE'] = 'one'; -$lang['en_US']['MathSpamProtection']['SEVEN'] = 'seven'; +$lang['en_US']['MathSpamProtection']['ZERO'] = 'zero'; +$lang['en_US']['MathSpamProtection']['ONE'] = 'one'; +$lang['en_US']['MathSpamProtection']['TWO'] = 'two'; +$lang['en_US']['MathSpamProtection']['THREE'] = 'three'; +$lang['en_US']['MathSpamProtection']['FOUR'] = 'four'; +$lang['en_US']['MathSpamProtection']['FIVE'] = 'five'; +$lang['en_US']['MathSpamProtection']['SIX'] = 'six'; +$lang['en_US']['MathSpamProtection']['SEVEN'] = 'seven'; +$lang['en_US']['MathSpamProtection']['EIGHT'] = 'eight'; +$lang['en_US']['MathSpamProtection']['NINE'] = 'nine'; +$lang['en_US']['MathSpamProtection']['TEN'] = 'ten'; +$lang['en_US']['MathSpamProtection']['ELEVEN'] = 'eleven'; +$lang['en_US']['MathSpamProtection']['TWELVE'] = 'twelve'; +$lang['en_US']['MathSpamProtection']['THIRTEEN'] = 'thirteen'; +$lang['en_US']['MathSpamProtection']['FOURTEEN'] = 'fourteen'; +$lang['en_US']['MathSpamProtection']['FIFTEEN'] = 'fifteen'; +$lang['en_US']['MathSpamProtection']['SIXTEEN'] = 'sixteen'; $lang['en_US']['MathSpamProtection']['SEVENTEEN'] = 'seventeen'; -$lang['en_US']['MathSpamProtection']['SIX'] = 'six'; -$lang['en_US']['MathSpamProtection']['SIXTEEN'] = 'sixteen'; -$lang['en_US']['MathSpamProtection']['TEN'] = 'ten'; -$lang['en_US']['MathSpamProtection']['THIRTEEN'] = 'thirteen'; -$lang['en_US']['MathSpamProtection']['THREE'] = 'three'; -$lang['en_US']['MathSpamProtection']['TWELVE'] = 'twelve'; -$lang['en_US']['MathSpamProtection']['TWO'] = 'two'; +$lang['en_US']['MathSpamProtection']['EIGHTEEN'] = 'eighteen'; $lang['en_US']['MathSpamProtection']['WHATIS'] = 'What is %s plus %s?'; -$lang['en_US']['MathSpamProtection']['ZERO'] = 'zero'; $lang['en_US']['MathSpamProtectionField']['SPAMQUESTION'] = 'Spam protection question: %s'; +$lang['en_US']['MathSpamProtectionField']['INCORRECTSOLUTION'] = 'Incorrect solution to the spam protection question, please try again.'; ?> \ No newline at end of file diff --git a/lang/nl_NL.php b/lang/nl_NL.php new file mode 100644 index 0000000..68d218f --- /dev/null +++ b/lang/nl_NL.php @@ -0,0 +1,28 @@ + \ No newline at end of file