Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
407003 1 <?php
TB 2 $wb['invoices_txt'] = 'Invoices';
3 $wb['invoice_no_txt'] = 'Invoice No.';
4 $wb['amount_txt'] = 'Amount';
b3e3f8 5 $wb['date_txt'] = 'Datum';
407003 6 $wb['invoice_status_txt'] = 'Status';
TB 7 $wb['no_invoices_txt'] = 'No Invoices available.';
8 $wb['paid_txt'] = 'Paid';
9 $wb['unpaid_txt'] = 'Unpaid';
10 $wb['paynow_txt'] = 'pay now';
11 $wb['proforma_txt'] = 'Proforma';
12 $wb['refunded_txt'] = 'Refunded';
13 $wb['not_refunded_txt'] = 'Not refunded';
14 $wb['invoice_type_invoice_txt'] = 'Invoice';
15 $wb['invoice_type_proforma_txt'] = 'Proforma';
16 $wb['invoice_type_refund_txt'] = 'Refund';
17 $wb['invoice_type_reminder_txt'] = 'Reminder';
18 ?>