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