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