Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
407003 1 <?php
869f30 2 $wb['amount_txt'] = 'Cantidad';
CD 3 $wb['date_txt'] = 'Fecha';
4 $wb['invoice_no_txt'] = 'Nº de Factura';
5 $wb['invoice_status_txt'] = 'Estado';
6 $wb['invoice_type_invoice_txt'] = 'Factura';
407003 7 $wb['invoice_type_proforma_txt'] = 'Proforma';
869f30 8 $wb['invoice_type_refund_txt'] = 'Devoluciones';
CD 9 $wb['invoice_type_reminder_txt'] = 'Recordatorio';
10 $wb['invoices_txt'] = 'Facturas';
11 $wb['no_invoices_txt'] = 'Nº de facturas disponible.';
12 $wb['not_refunded_txt'] = 'No devuelta';
13 $wb['paid_txt'] = 'Pagada';
14 $wb['paynow_txt'] = 'pagar ahora';
15 $wb['proforma_txt'] = 'Proforma';
16 $wb['refunded_txt'] = 'Devuelta';
17 $wb['unpaid_txt'] = 'Sin pagar';
4bdecc 18 ?>