1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Merge pull request #75 from chrisderouck/master

Updates for dutch text
This commit is contained in:
Hillel Coren 2014-04-06 21:29:10 +03:00
commit 7a359d6db3
2 changed files with 38 additions and 38 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

@ -9,7 +9,7 @@ return array(
'work_phone' => 'Telefoon', 'work_phone' => 'Telefoon',
'address' => 'Adres', 'address' => 'Adres',
'address1' => 'Straat', 'address1' => 'Straat',
'address2' => 'Huisnummer', 'address2' => 'Bus/Suite',
'city' => 'Gemeente', 'city' => 'Gemeente',
'state' => 'Staat/Provincie', 'state' => 'Staat/Provincie',
'postal_code' => 'Postcode', 'postal_code' => 'Postcode',
@ -18,31 +18,31 @@ return array(
'first_name' => 'Voornaam', 'first_name' => 'Voornaam',
'last_name' => 'Achternaam', 'last_name' => 'Achternaam',
'phone' => 'Telefoon', 'phone' => 'Telefoon',
'email' => 'Email', 'email' => 'E-mail',
'additional_info' => 'Extra Informatie', 'additional_info' => 'Extra Informatie',
'payment_terms' => 'Betalingsvoorwaarden', 'payment_terms' => 'Betalingsvoorwaarden',
'currency_id' => 'Munteenheid', 'currency_id' => 'Munteenheid',
'size_id' => 'Grootte', 'size_id' => 'Grootte',
'industry_id' => 'Industrie', 'industry_id' => 'Industrie',
'private_notes' => 'Privé Berichten', 'private_notes' => 'Privé Bericht',
// invoice // invoice
'invoice' => 'Factuur', 'invoice' => 'Factuur',
'client' => 'Klant', 'client' => 'Klant',
'invoice_date' => 'Factuur Datum', 'invoice_date' => 'Factuurdatum',
'due_date' => 'Verval Datum', 'due_date' => 'Vervaldatum',
'invoice_number' => 'Factuur Nummer', 'invoice_number' => 'Factuur nummer',
'invoice_number_short' => 'Factuur #', 'invoice_number_short' => 'Factuur #',
'po_number' => 'BTW Nummer', 'po_number' => 'Bestelnummer',
'po_number_short' => 'BTW #', 'po_number_short' => 'Bestel #',
'frequency_id' => 'Hoe vaak', 'frequency_id' => 'Hoe vaak',
'discount' => 'Korting', 'discount' => 'Korting',
'taxes' => 'Belastingen', 'taxes' => 'Belastingen',
'tax' => 'Belasting', 'tax' => 'Belasting',
'item' => 'Artikel', 'item' => 'Naam',
'description' => 'Beschrijving', 'description' => 'Beschrijving',
'unit_cost' => 'Stuksprijs', 'unit_cost' => 'Eenheidsprijs',
'quantity' => 'Hoeveelheid', 'quantity' => 'Aantal',
'line_total' => 'Totaal lijn', 'line_total' => 'Totaal lijn',
'subtotal' => 'Subtotaal', 'subtotal' => 'Subtotaal',
'paid_to_date' => 'Betaal Datum', 'paid_to_date' => 'Betaal Datum',
@ -67,7 +67,7 @@ return array(
'clone_invoice' => 'Kopieer Factuur', 'clone_invoice' => 'Kopieer Factuur',
'archive_invoice' => 'Archiveer Factuur', 'archive_invoice' => 'Archiveer Factuur',
'delete_invoice' => 'Verwijder Factuur', 'delete_invoice' => 'Verwijder Factuur',
'email_invoice' => 'Email Factuur', 'email_invoice' => 'E-mail Factuur',
'enter_payment' => 'Betaling ingeven', 'enter_payment' => 'Betaling ingeven',
'tax_rates' => 'BTW tarief', 'tax_rates' => 'BTW tarief',
'rate' => 'Tarief', 'rate' => 'Tarief',
@ -96,7 +96,7 @@ return array(
'import' => 'Importeer', 'import' => 'Importeer',
'download' => 'Downloaden', 'download' => 'Downloaden',
'cancel' => 'Annuleren', 'cancel' => 'Annuleren',
'provide_email' => 'Geef een geldig email-adres aub.', 'provide_email' => 'Geef een geldig e-mailadres aub.',
'powered_by' => 'Factuur gemaakt via', 'powered_by' => 'Factuur gemaakt via',
'no_items' => 'Geen artikelen', 'no_items' => 'Geen artikelen',
@ -117,7 +117,7 @@ return array(
'billed_clients' => 'Gefactureerde klanten', 'billed_clients' => 'Gefactureerde klanten',
'active_client' => 'Actieve klant', 'active_client' => 'Actieve klant',
'active_clients' => 'Actieve klanten', 'active_clients' => 'Actieve klanten',
'invoices_past_due' => 'Facturen voorbij vervaldatum', 'invoices_past_due' => 'Vervallen facturen',
'upcoming_invoices' => 'Aankomende facturen', 'upcoming_invoices' => 'Aankomende facturen',
'average_invoice' => 'Gemiddelde factuur', 'average_invoice' => 'Gemiddelde factuur',
@ -176,7 +176,7 @@ return array(
'amount' => 'Bedrag', 'amount' => 'Bedrag',
// account/company pages // account/company pages
'work_email' => 'Email', 'work_email' => 'E-mail',
'language_id' => 'Taal', 'language_id' => 'Taal',
'timezone_id' => 'Tijdszone', 'timezone_id' => 'Tijdszone',
'date_format_id' => 'Formaat datum', 'date_format_id' => 'Formaat datum',
@ -187,14 +187,14 @@ return array(
'logo_help' => 'Ondersteund: JPEG, GIF en PNG. Aangeraden hoogte: 120px', 'logo_help' => 'Ondersteund: JPEG, GIF en PNG. Aangeraden hoogte: 120px',
'payment_gateway' => 'Betalingsmiddel', 'payment_gateway' => 'Betalingsmiddel',
'gateway_id' => 'Leverancier', 'gateway_id' => 'Leverancier',
'email_notifications' => 'Email Notificaties', 'email_notifications' => 'E-mail meldingen',
'email_sent' => 'Email me wanneer een factuur is <b>verzonden</b>', 'email_sent' => 'E-mail me wanneer een factuur is <b>verzonden</b>',
'email_viewed' => 'Email me wanneer een factuur is <b>bekeken</b>', 'email_viewed' => 'E-mail me wanneer een factuur is <b>bekeken</b>',
'email_paid' => 'Email me wanneer een factuur is <b>betaald</b>', 'email_paid' => 'E-mail me wanneer een factuur is <b>betaald</b>',
'site_updates' => 'Site Aanpassingen', 'site_updates' => 'Site Aanpassingen',
'custom_messages' => 'Aangepaste berichten', 'custom_messages' => 'Aangepaste berichten',
'default_invoice_terms' => 'Stel standaard factuursvoorwaarden in', 'default_invoice_terms' => 'Stel standaard factuursvoorwaarden in',
'default_email_footer' => 'Stel standaard email signatuur in', 'default_email_footer' => 'Stel standaard e-mail signatuur in',
'import_clients' => 'Importeer Klant Gegevens', 'import_clients' => 'Importeer Klant Gegevens',
'csv_file' => 'Selecteer CSV bestand', 'csv_file' => 'Selecteer CSV bestand',
'export_clients' => 'Exporteer Klant Gegevens', 'export_clients' => 'Exporteer Klant Gegevens',
@ -216,7 +216,7 @@ return array(
'limit_clients' => 'Sorry, dit zal de klantenlimiet van :count klanten overschrijden', 'limit_clients' => 'Sorry, dit zal de klantenlimiet van :count klanten overschrijden',
'payment_error' => 'Er was een fout bij het verwerken van uw betaling. Probeer later alstublieft opnieuw.', 'payment_error' => 'Er was een fout bij het verwerken van uw betaling. Probeer later alstublieft opnieuw.',
'registration_required' => 'Meld je aan om een factuur te mailen', 'registration_required' => 'Meld je aan om een factuur te mailen',
'confirmation_required' => 'Bevestig je email adres alstublieft', 'confirmation_required' => 'Bevestig je e-mail adres alstublieft',
'updated_client' => 'Klant succesvol aangepast', 'updated_client' => 'Klant succesvol aangepast',
'created_client' => 'Klant succesvol aangemaakt', 'created_client' => 'Klant succesvol aangemaakt',
@ -248,7 +248,7 @@ return array(
'deleted_credit' => 'Kredietnota succesvol verwijderd', 'deleted_credit' => 'Kredietnota succesvol verwijderd',
'deleted_credits' => ':count kredietnota\'s succesvol verwijderd', 'deleted_credits' => ':count kredietnota\'s succesvol verwijderd',
// Emails // E-mails
'confirmation_subject' => 'Invoice Ninja Bevestiging Account', 'confirmation_subject' => 'Invoice Ninja Bevestiging Account',
'confirmation_header' => 'Bevestiging Account', 'confirmation_header' => 'Bevestiging Account',
'confirmation_message' => 'Ga alstublieft naar onderstaande link om je account te bevestiging.', 'confirmation_message' => 'Ga alstublieft naar onderstaande link om je account te bevestiging.',
@ -258,7 +258,7 @@ return array(
'email_salutation' => 'Beste :name,', 'email_salutation' => 'Beste :name,',
'email_signature' => 'Met vriendelijke groeten,', 'email_signature' => 'Met vriendelijke groeten,',
'email_from' => 'Het InvoiceNinja Team', 'email_from' => 'Het InvoiceNinja Team',
'user_email_footer' => 'Ga alstublieft naar http://www.invoiceninja.com/company/notifications om je email notificatie instellingen aan te passen ', 'user_email_footer' => 'Ga alstublieft naar http://www.invoiceninja.com/company/notifications om je e-mail notificatie instellingen aan te passen ',
'invoice_link_message' => 'Klik op volgende link om de Factuur van je klant te bekijken:', 'invoice_link_message' => 'Klik op volgende link om de Factuur van je klant te bekijken:',
'notification_paid_subject' => 'Factuur :invoice is betaald door :client', 'notification_paid_subject' => 'Factuur :invoice is betaald door :client',
'notification_sent_subject' => 'Factuur :invoice is gezonden door :client', 'notification_sent_subject' => 'Factuur :invoice is gezonden door :client',
@ -279,10 +279,10 @@ return array(
// Security alerts // Security alerts
'confide' => [ 'confide' => [
'too_many_attempts' => 'Te veel pogingen. Probeer opnieuw binnen enkele minuten.', 'too_many_attempts' => 'Te veel pogingen. Probeer opnieuw binnen enkele minuten.',
'wrong_credentials' => 'Verkeerd emailadres of paswoord.', 'wrong_credentials' => 'Verkeerd e-mailadres of paswoord.',
'confirmation' => 'Je account is bevestigd!', 'confirmation' => 'Je account is bevestigd!',
'wrong_confirmation' => 'Verkeerde bevestigingscode.', 'wrong_confirmation' => 'Verkeerde bevestigingscode.',
'password_forgot' => 'De informatie over je paswoord reset is verzonden naar je emailadres.', 'password_forgot' => 'De informatie over je paswoord reset is verzonden naar je e-mailadres.',
'password_reset' => 'Je paswoord is succesvol aangepast.', 'password_reset' => 'Je paswoord is succesvol aangepast.',
'wrong_password_reset' => 'Ongeldig paswoord. Probeer opnieuw', 'wrong_password_reset' => 'Ongeldig paswoord. Probeer opnieuw',
], ],
@ -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&euml;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',
); );