Pascal Dreissen
2016-07-08 173afc3e8272495e72fbcd27bed55d227483aaf7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$wb['invoices_txt'] = 'Facturen';
$wb['invoice_no_txt'] = 'Factuur nr.';
$wb['amount_txt'] = 'Aantal';
$wb['date_txt'] = 'Datum';
$wb['invoice_status_txt'] = 'Status';
$wb['no_invoices_txt'] = 'Geen facturen beschikbaar.';
$wb['paid_txt'] = 'Betaald';
$wb['unpaid_txt'] = 'Niet betaald';
$wb['paynow_txt'] = 'betaal nu';
$wb['proforma_txt'] = 'Proforma';
$wb['refunded_txt'] = 'Refunded';
$wb['not_refunded_txt'] = 'Not refunded';
$wb['invoice_type_invoice_txt'] = 'Factuur';
$wb['invoice_type_proforma_txt'] = 'Proforma';
$wb['invoice_type_refund_txt'] = 'Refund';
$wb['invoice_type_reminder_txt'] = 'Herinnering';
?>