$self{texts} = {
  'AP Transaction'              => 'Gestión se pago',
  'AR Transaction'              => 'Gestión de cobro',
  'Add Customer'                => 'Añadir cliente',
  'Add Vendor'                  => 'Añadir proveedor',
  'Address'                     => 'Dirección',
  'All'                         => 'Todos',
  'Bcc'                         => 'Bcc',
  'Cannot delete customer!'     => '¡No se puede borrar el cliente!',
  'Cannot delete vendor!'       => '¡No se puede borrar el vendedor!',
  'Cc'                          => 'Cc',
  'Contact'                     => 'Contacto',
  'Continue'                    => 'Continuar',
  'Credit Limit'                => 'Limite de credito',
  'Curr'                        => 'Mon.',
  'Currency'                    => 'Moneda',
  'Customer Transaction History' => 'Customer Transaction History',
  'Customer deleted!'           => '¡Cliente borrado!',
  'Customer saved!'             => '¡Cliente guardado!',
  'Customers'                   => 'Clientes',
  'Delete'                      => 'Borrar',
  'Delivery Date'               => 'Fecha de entrega',
  'Description'                 => 'Descripción',
  'Detail'                      => 'Detail',
  'Disc'                        => 'Desc',
  'Discount'                    => 'Descuento',
  'E-mail'                      => 'Correo electrónico',
  'Edit Customer'               => 'Editar cliente',
  'Edit Vendor'                 => 'Editar proveedor',
  'Fax'                         => 'Fax',
  'Foreign Price'               => 'Foreign Price',
  'From'                        => 'Desde',
  'Include in Report'           => 'Incluir en informe',
  'Invoice'                     => 'Factura',
  'Name'                        => 'Nombre',
  'Name missing!'               => '¡Falta el nombre!',
  'Notes'                       => 'Notas',
  'Number'                      => 'Número',
  'Order'                       => 'Orden',
  'Orphaned'                    => 'Huérfano',
  'Partnumber'                  => 'Partnumber',
  'Phone'                       => 'Teléfono',
  'Price'                       => 'Precio',
  'Project Number'              => 'Número de Proyecto',
  'Purchase Order'              => 'Pedido',
  'Purchase Orders'             => 'Pedidos',
  'Qty'                         => 'Cantidad',
  'Sales Invoice'               => 'Facturas de ventas',
  'Sales Invoices'              => 'Sales Invoices',
  'Sales Order'                 => 'Presupuesto',
  'Sales Orders'                => 'Presupuestos',
  'Save'                        => 'Guardar',
  'Ship to'                     => 'Destino',
  'Summary'                     => 'Summary',
  'Tax Included'                => 'Impuestos incluidos en el precio',
  'Taxable'                     => 'Impuestos gravables',
  'Terms: Net'                  => 'Crédito',
  'To'                          => 'Hasta ',
  'Transactions exist, cannot delete customer!' => 'Existen transacciones para este cliente, por tanto, no puede borrarlo',
  'Transactions exist, cannot delete vendor!' => 'Existen transacciones para este proveedor, por tanto, no puede borrarlo',
  'Unit'                        => 'Unidad',
  'Vendor Invoice'              => 'Factura de proveedor',
  'Vendor Invoices'             => 'Vendor Invoices',
  'Vendor Transaction History'  => 'Vendor Transaction History',
  'Vendor deleted!'             => '¡Proveedor borrado!',
  'Vendor saved!'               => '¡Proveedor guardado!',
  'Vendors'                     => 'Proveedores',
  'days'                        => 'días',
  'to'                          => 'a',
};

$self{subs} = {
  'add'                         => 'add',
  'add_customer'                => 'add_customer',
  'add_transaction'             => 'add_transaction',
  'add_vendor'                  => 'add_vendor',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'continue'                    => 'continue',
  'customer_invoice'            => 'customer_invoice',
  'customer_order'              => 'customer_order',
  'delete'                      => 'delete',
  'delete_customer'             => 'delete_customer',
  'delete_vendor'               => 'delete_vendor',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'history'                     => 'history',
  'include_in_report'           => 'include_in_report',
  'invoice'                     => 'invoice',
  'list_history'                => 'list_history',
  'list_names'                  => 'list_names',
  'order'                       => 'order',
  'save'                        => 'save',
  'save_customer'               => 'save_customer',
  'save_vendor'                 => 'save_vendor',
  'search'                      => 'search',
  'search_name'                 => 'search_name',
  'vendor_invoice'              => 'vendor_invoice',
  'vendor_order'                => 'vendor_order',
  'gestión_se_pago'            => 'ap_transaction',
  'gestión_de_cobro'           => 'ar_transaction',
  'añadir_cliente'             => 'add_customer',
  'añadir_proveedor'           => 'add_vendor',
  'continuar'                   => 'continue',
  'borrar'                      => 'delete',
  'factura'                     => 'invoice',
  'orden'                       => 'order',
  'guardar'                     => 'save',
};

1;
