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', 'sign_up_to_save' => 'Sign up to save your work',
'agree_to_terms' =>'I agree to the Invoice Ninja :terms', 'agree_to_terms' =>'I agree to the Invoice Ninja :terms',
'terms_of_service' => 'Terms of Service', 'terms_of_service' => 'Terms of Service',
'email_taken' => 'The email address is already regiestered', 'email_taken' => 'The email address is already registered',
'working' => 'Working', 'working' => 'Working',
'success' => 'Success', 'success' => 'Success',
'success_message' => 'You have succesfully registered. Please visit the link in the account confirmation email to verify your email address.', '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', 'remove_logo_link' => 'Klik hier',
], ],
'logout' => 'Log Out', 'logout' => 'Afmelden',
'sign_up_to_save' => 'Sign up to save your work', 'sign_up_to_save' => 'Registreer je om je werk op te slaan',
'agree_to_terms' =>'I agree to the Invoice Ninja :terms', 'agree_to_terms' =>'Ik accepteer de Invoice Ninja :terms',
'terms_of_service' => 'Terms of Service', 'terms_of_service' => 'Gebruiksvoorwaarden',
'email_taken' => 'The email address is already regiestered', 'email_taken' => 'Het e-mailadres is al geregistreerd',
'working' => 'Working', 'working' => 'Actief',
'success' => 'Success', 'success' => 'Succes',
'success_message' => 'You have succesfully registered. Please visit the link in the account confirmation email to verify your email address.', 'success_message' => 'Je bent succesvol geregistreerd. Ga alstublieft naar de link in de bevestigingsmail om je e-mailadres te verifiëren.',
'erase_data' => 'This will permanently erase your data.', 'erase_data' => 'Dit zal uw data permanent verwijderen.',
'password' => 'Password', 'password' => 'Wachtwoord',
'invoice_subject' => 'New invoice from :account', 'invoice_subject' => 'Nieuwe factuur van :account',
'close' => 'Close', 'close' => 'Sluiten',
); );