akaunting/resources/lang/nl-NL/invoices.php

56 lines
1.8 KiB
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'invoice_number' => 'Factuurnummer',
2018-08-06 10:25:41 +03:00
'invoice_date' => 'Factuur datum',
'total_price' => 'Totaalprijs',
2017-11-30 12:27:54 +03:00
'due_date' => 'Vervaldatum',
2018-08-06 10:25:41 +03:00
'order_number' => 'Bestelnummer',
2017-11-30 12:27:54 +03:00
'bill_to' => 'Factuur voor',
2018-08-06 10:25:41 +03:00
'quantity' => 'Aantal',
2017-11-30 12:27:54 +03:00
'price' => 'Prijs',
'sub_total' => 'Subtotaal',
2018-08-06 10:25:41 +03:00
'discount' => 'Korting',
'tax_total' => 'Totaal BTW',
2017-11-30 12:27:54 +03:00
'total' => 'Totaal',
2018-08-06 10:25:41 +03:00
'item_name' => 'Artikelnaam|Artikelnamen',
2017-11-30 12:27:54 +03:00
2018-08-06 10:25:41 +03:00
'show_discount' => ':discount% Korting',
'add_discount' => 'Korting toevoegen',
'discount_desc' => 'van subtotaal',
2018-05-03 12:16:18 +03:00
2017-11-30 12:27:54 +03:00
'payment_due' => 'Te betalen voor',
'paid' => 'Betaald',
'histories' => 'Geschiedenis',
'payments' => 'Betalingen',
2018-08-06 10:25:41 +03:00
'add_payment' => 'Een betaling toevoegen',
'mark_paid' => 'Als betaald markeren',
'mark_sent' => 'Als verstuurd markeren',
2017-11-30 12:27:54 +03:00
'download_pdf' => 'PDF downloaden',
2018-08-06 10:25:41 +03:00
'send_mail' => 'E-mail versturen',
2017-11-30 12:27:54 +03:00
'status' => [
'draft' => 'Concept',
'sent' => 'Verzonden',
'viewed' => 'Bekeken',
'approved' => 'Goedgekeurd',
'partial' => 'Gedeeltelijk',
'paid' => 'Betaald',
],
'messages' => [
2018-08-06 17:44:49 +03:00
'email_sent' => 'Factuur is succesvol per e-mail verzonden!',
'marked_sent' => 'Factuur is succesvol als verzonden gemarkeerd!',
'email_required' => 'Er is geen e-mailadres bekend van deze klant!',
2017-11-30 12:27:54 +03:00
],
'notification' => [
2018-08-06 17:44:49 +03:00
'message' => 'U ontvangt deze e-mail omdat u :amount aanstaande factuur heeft voor klant :customer.',
'button' => 'Nu betalen',
2017-11-30 12:27:54 +03:00
],
];