Dutch update for new text

This commit is contained in:
Chris De Rouck 2014-04-06 18:27:04 +02:00
parent cb0444f339
commit ba1d05e950
2 changed files with 13 additions and 13 deletions

View File

@ -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.',

View File

@ -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',
);