$self{charset} = 'UTF-8';

$self{texts} = {
  'AP'                          => 'Cuentas por Pagar',
  'AR'                          => 'Cuentas por Cobrar',
  'Account'                     => 'Cuenta',
  'Amount'                      => 'Importe',
  'BIC'                         => 'BIC',
  'Bcc'                         => 'B.C.C.',
  'Business'                    => 'Negocio',
  'Cc'                          => 'C.C.',
  'City'                        => 'Ciudad',
  'Company'                     => 'Empresa',
  'Company Name'                => 'Razón Social',
  'Continue'                    => 'Continuar',
  'Country'                     => 'País',
  'Credit Limit'                => 'Límite de Crédito',
  'Curr'                        => 'Div',
  'Currency'                    => 'Divisa',
  'Customer'                    => 'Cliente',
  'Customer Number'             => 'Código del Cliente',
  'Date Paid'                   => 'Fecha de Pago',
  'Description'                 => 'Descripción',
  'Discount'                    => 'Descuento',
  'Due Date'                    => 'Fecha de vencimiento',
  'E-mail'                      => 'Correo electrónico',
  'Enddate'                     => 'Fecha final',
  'Exch'                        => 'Cambio',
  'Fax'                         => 'Fax',
  'IBAN'                        => 'IBAN',
  'Include in Report'           => 'Incluir en informe',
  'Invoice'                     => 'Factura',
  'Invoice Date'                => 'Fecha de factura',
  'Invoice Number'              => 'Número de factura',
  'Language'                    => 'Idioma',
  'Memo'                        => 'Nota',
  'Method'                      => 'Método',
  'Name'                        => 'Nombre',
  'Notes'                       => 'Notas',
  'Order Date'                  => 'Fecha de la orden',
  'Order Number'                => 'Número de la orden',
  'Outstanding'                 => 'Pendiente',
  'Paid'                        => 'Pagado',
  'Payment'                     => 'Pago',
  'Phone'                       => 'Teléfono',
  'Pricegroup'                  => 'Grupo de precios',
  'Qty'                         => 'Cant.',
  'SIC'                         => 'CIS',
  'Salesperson'                 => 'Vendedor',
  'Source'                      => 'Origen',
  'Startdate'                   => 'Fecha de inicio',
  'State'                       => 'Departamento',
  'Tax'                         => 'Impuestos',
  'Terms'                       => 'Condiciones',
  'Total'                       => 'Total',
  'Unit'                        => 'Unidad',
  'Updated'                     => 'Actualizado',
  'Vendor'                      => 'Proveedor',
  'Vendor Number'               => 'Código de Proveedor',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_customer'                 => 'im_customer',
  'im_order'                    => 'im_order',
  'im_payment'                  => 'im_payment',
  'im_purchase_order'           => 'im_purchase_order',
  'im_sales_invoice'            => 'im_sales_invoice',
  'im_sales_order'              => 'im_sales_order',
  'im_vc'                       => 'im_vc',
  'im_vendor'                   => 'im_vendor',
  'import'                      => 'import',
  'import_customers'            => 'import_customers',
  'import_orders'               => 'import_orders',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'import_vc'                   => 'import_vc',
  'import_vendors'              => 'import_vendors',
  'xrefhdr'                     => 'xrefhdr',
  'continuar'                   => 'continue',
};

1;

