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

$self{texts} = {
  'AP'                          => 'CPP',
  'AR'                          => 'CPC',
  'Account'                     => 'Cuenta',
  'Amount'                      => 'Total',
  'BIC'                         => 'BIC',
  'Bcc'                         => 'Bcc',
  'Business'                    => 'Empresa',
  'Cc'                          => 'Cc',
  'City'                        => 'Ciudad',
  'Company'                     => 'Empresa',
  'Company Name'                => 'Nombre de la empresa',
  'Continue'                    => 'Continuar',
  'Country'                     => 'País',
  'Credit Limit'                => 'Limite de credito',
  'Curr'                        => 'Mon.',
  'Currency'                    => 'Moneda',
  'Customer'                    => 'Cliente',
  'Customer Number'             => 'Número del cliente',
  'Date Paid'                   => 'Fecha de pago',
  'Description'                 => 'Descripción',
  'Discount'                    => 'Descuento',
  'Due Date'                    => 'Fecha Vencimiento',
  'E-mail'                      => 'Correo electrónico',
  'Enddate'                     => 'Fecha final',
  'Exch'                        => 'Cambio',
  'Fax'                         => 'Fax',
  'IBAN'                        => 'IBAN',
  'Include in Report'           => 'Incluir en Informe',
  'Invoice'                     => 'Factura de Venta',
  'Invoice Date'                => 'Fecha de Factura',
  'Invoice Number'              => 'Número Factura',
  'Language'                    => 'Idioma',
  'Memo'                        => 'Memo',
  'Method'                      => 'Metódo',
  'Name'                        => 'Nombre',
  'Notes'                       => 'Notas',
  'Order Date'                  => 'Fecha de Elaboración',
  'Order Number'                => 'Número Pedido',
  'Outstanding'                 => 'Impagados',
  'Paid'                        => 'Pagado',
  'Payment'                     => 'Pago',
  'Phone'                       => 'Teléfono',
  'Posting failed!'             => 'No se puede registrar!',
  'Pricegroup'                  => 'Grupo de Precios',
  'Qty'                         => 'Cantidad',
  'SIC'                         => 'SIC',
  'Salesperson'                 => 'Vendedor',
  'Source'                      => 'Fuente',
  'Startdate'                   => 'Fecha inicial',
  'State'                       => 'Departamento',
  'Tax'                         => 'Impuestos',
  'Terms'                       => 'Condiciones',
  'Total'                       => 'Total',
  'Unit'                        => 'Unidad',
  'Updated'                     => '¡Actualizado!',
  'Vendor'                      => 'Proveedor',
  'Vendor Number'               => 'Código Vendedor',
};

$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;

