From ba1d05e95063d15b16040345bbcff03e44f5b4ff Mon Sep 17 00:00:00 2001 From: Chris De Rouck Date: Sun, 6 Apr 2014 18:27:04 +0200 Subject: [PATCH] Dutch update for new text --- app/lang/en/texts.php | 2 +- app/lang/nl/texts.php | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index 52c3eab51edd..b9e214172944 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -299,7 +299,7 @@ return array( 'sign_up_to_save' => 'Sign up to save your work', 'agree_to_terms' =>'I agree to the Invoice Ninja :terms', 'terms_of_service' => 'Terms of Service', - 'email_taken' => 'The email address is already regiestered', + 'email_taken' => 'The email address is already registered', 'working' => 'Working', 'success' => 'Success', 'success_message' => 'You have succesfully registered. Please visit the link in the account confirmation email to verify your email address.', diff --git a/app/lang/nl/texts.php b/app/lang/nl/texts.php index 5bdec85af36e..6f4e8b0405e8 100644 --- a/app/lang/nl/texts.php +++ b/app/lang/nl/texts.php @@ -293,17 +293,17 @@ return array( 'remove_logo_link' => 'Klik hier', ], - 'logout' => 'Log Out', - 'sign_up_to_save' => 'Sign up to save your work', - 'agree_to_terms' =>'I agree to the Invoice Ninja :terms', - 'terms_of_service' => 'Terms of Service', - 'email_taken' => 'The email address is already regiestered', - 'working' => 'Working', - 'success' => 'Success', - 'success_message' => 'You have succesfully registered. Please visit the link in the account confirmation email to verify your email address.', - 'erase_data' => 'This will permanently erase your data.', - 'password' => 'Password', - 'invoice_subject' => 'New invoice from :account', - 'close' => 'Close', + 'logout' => 'Afmelden', + 'sign_up_to_save' => 'Registreer je om je werk op te slaan', + 'agree_to_terms' =>'Ik accepteer de Invoice Ninja :terms', + 'terms_of_service' => 'Gebruiksvoorwaarden', + 'email_taken' => 'Het e-mailadres is al geregistreerd', + 'working' => 'Actief', + 'success' => 'Succes', + 'success_message' => 'Je bent succesvol geregistreerd. Ga alstublieft naar de link in de bevestigingsmail om je e-mailadres te verifiëren.', + 'erase_data' => 'Dit zal uw data permanent verwijderen.', + 'password' => 'Wachtwoord', + 'invoice_subject' => 'Nieuwe factuur van :account', + 'close' => 'Sluiten', );