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

$self{texts} = {
  'Accounting Menu'             => 'Menú de contabilidad',
  'Address'                     => 'Dirección',
  'Amount'                      => 'Importe',
  'Assign Number'               => 'Asignar Número',
  'Business'                    => 'Negocio',
  'Cannot post transaction!'    => '¡No se puede registrar el movimiento!',
  'Change'                      => 'Cambiar',
  'Continue'                    => 'Continuar',
  'Credit Limit'                => 'Límite de crédito',
  'Currency'                    => 'Moneda',
  'Current'                     => 'Actual',
  'Customer'                    => 'Cliente',
  'Customer Number'             => 'Número de cliente',
  'Customer missing!'           => '¡Falta el cliente!',
  'Delete'                      => 'Borrar',
  'Department'                  => 'Departamento',
  'Description'                 => 'Descripción',
  'Exchange Rate'               => 'Tipo de cambio',
  'Exchange rate missing!'      => '¡Falta el tipo de cambio!',
  'Extended'                    => 'Extendido',
  'From'                        => 'De',
  'Invoice Date'                => 'Fecha de factura',
  'Invoice Number'              => 'Número de factura',
  'Language'                    => 'Lenguaje',
  'Main Groups'                 => 'Grupos Principales',
  'Memo'                        => 'Nota',
  'Month'                       => 'Mes',
  'Number'                      => 'Número',
  'Open'                        => 'Abierto',
  'Open Drawer'                 => 'Abrir Cajón',
  'Open drawer command failed!' => '¡Falló el comando para abrir cajón!',
  'Open drawer command not defined!' => '¡Comando para abrir cajón no definido!',
  'Outstanding'                 => 'Pendiente',
  'Period'                      => 'Período',
  'Poledisplay'                 => 'Poledisplay',
  'Post'                        => 'Registrar',
  'Posted!'                     => '¡Registrado!',
  'Preview'                     => 'Previsualizar',
  'Price'                       => 'Precio',
  'Pricegroup'                  => 'Grupo de precios',
  'Print'                       => 'Vista Preliminar',
  'Print and Post'              => 'Imprimir y Registrar',
  'Printed'                     => 'Impreso',
  'Qty'                         => 'Cant.',
  'Quarter'                     => 'Trimestre',
  'Receipts'                    => 'Cobros',
  'Record in'                   => 'Registrar en',
  'Remaining'                   => 'Disponible',
  'Salesperson'                 => 'Vendedor',
  'Screen'                      => 'Pantalla',
  'Select a Printer!'           => '¡Seleccionar una Impresora!',
  'Source'                      => 'Referencia',
  'Subtotal'                    => 'Subtotal',
  'Tax Included'                => 'Impuesto Incluido',
  'To'                          => 'A',
  'Total'                       => 'Total',
  'Trade Discount'              => 'Descuento comercial',
  'Unit'                        => 'Unidad',
  'Unknown Error!'              => '¡Error desconocido!',
  'Update'                      => 'Actualizar',
  'Warehouse'                   => 'Almacén',
  'Year'                        => 'Año',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'assign_number'               => 'assign_number',
  'display'                     => 'display',
  'display_frame'               => 'display_frame',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'jsmenu'                      => 'jsmenu',
  'jsmenu_frame'                => 'jsmenu_frame',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'main_groups'                 => 'main_groups',
  'menubar'                     => 'menubar',
  'mlmenu'                      => 'mlmenu',
  'open_drawer'                 => 'open_drawer',
  'openinvoices'                => 'openinvoices',
  'poledisplay'                 => 'poledisplay',
  'post'                        => 'post',
  'preview'                     => 'preview',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  'section_menu'                => 'section_menu',
  'asignar_número'             => 'assign_number',
  'continuar'                   => 'continue',
  'borrar'                      => 'delete',
  'grupos_principales'          => 'main_groups',
  'abrir_cajón'                => 'open_drawer',
  'registrar'                   => 'post',
  'previsualizar'               => 'preview',
  'vista_preliminar'            => 'print',
  'imprimir_y_registrar'        => 'print_and_post',
  'actualizar'                  => 'update',
};

1;

