$self{texts} = { 'Account' => 'Cuenta', 'Add POS Invoice' => 'Agregar Factura POS', 'Cannot post transaction!' => 'No puede registrar transacción!', 'Change' => 'Cambio', 'Continue' => 'Continuar', 'Credit Limit' => 'Limite de Credito', 'Currency' => 'Moneda', 'Current' => 'Actual', 'Customer' => 'Cliente', 'Customer missing!' => 'Falta cliente!', 'Delete' => 'Borrar', 'Description' => 'Descripción', 'Edit POS Invoice' => 'Editar Factura POS', 'Exchange Rate' => 'Tasa de Intercambio', 'Exchange rate missing!' => 'No se encuentra cambio de moneda', 'Extended' => 'Extendido', 'From' => 'Desde', 'Number' => 'Número', 'Open' => 'Abierto', 'Paid' => 'Total Pagado', 'Post' => 'Registrar', 'Posted!' => 'Enviado!', 'Price' => 'Precio', 'Print' => 'Imprimir', 'Qty' => 'Cant.', 'Receipts' => 'Ingresos', 'Record in' => 'Registrar en', 'Remaining' => 'Faltan', 'Salesperson' => 'Vendedor', 'Screen' => 'Pantalla', 'Source' => 'Fuente', 'Subtotal' => 'Subtotal', 'To' => 'Hasta ', 'Total' => 'Total', 'Unit' => 'Unidad', 'Update' => 'Actualizar', }; $self{subs} = { 'add' => 'add', 'display_row' => 'display_row', 'edit' => 'edit', 'form_footer' => 'form_footer', 'form_header' => 'form_header', 'lookup_partsgroup' => 'lookup_partsgroup', 'openinvoices' => 'openinvoices', 'post' => 'post', 'print' => 'print', 'print_form' => 'print_form', 'print_options' => 'print_options', 'receipts' => 'receipts', 'continuar' => 'continue', 'borrar' => 'delete', 'registrar' => 'post', 'imprimir' => 'print', 'actualizar' => 'update', }; 1;