$self{texts} = {
  'AR Transaction'              => 'Cuenta por Cobrar',
  'AR Transactions'             => 'Cuentas por Cobrar',
  'Account'                     => 'Cuenta',
  'Add Accounts Receivables Transaction' => 'Agregar Cuenta por Cobrar',
  'Address'                     => 'Direccin',
  'Amount'                      => 'Monto',
  'Amount Due'                  => 'Monto Vencido',
  'Apr'                         => 'abr',
  'April'                       => 'de abril',
  'Are you sure you want to delete Transaction' => 'Seguro que desea borrar Transaccin?',
  'Aug'                         => 'ago',
  'August'                      => 'de agosto',
  'Cannot delete transaction!'  => 'No puede borrar transaccin!',
  'Cannot post payment for a closed period!' => 'No puede registrar pago para ejercicio cerrado',
  'Cannot post transaction for a closed period!' => 'No puede registrar transaccin para ejercicio cerrado!',
  'Cannot post transaction!'    => 'No puede registrar transaccin!',
  'Closed'                      => 'Cerrado',
  'Confirm!'                    => 'Confirmar!',
  'Continue'                    => 'Continuar',
  'Credit Limit'                => 'Lmite de Crdito',
  'Currency'                    => 'Divisa',
  'Customer'                    => 'Cliente',
  'Customer missing!'           => 'Falta cliente!',
  'Customer not on file!'       => 'Cliente no existe en archivo!',
  'Date'                        => 'Fecha',
  'Date Paid'                   => 'Fecha Pago',
  'Dec'                         => 'dic',
  'December'                    => 'de diciembre',
  'Delete'                      => 'Borrar',
  'Due Date'                    => 'Vencimiento',
  'Due Date missing!'           => 'Falta Vencimiento!',
  'Edit Accounts Receivables Transaction' => 'Editar Transaccin Cuentas por Cobrar',
  'Exch'                        => 'Tasa',
  'Exchangerate'                => 'Tasa de Cambio',
  'Exchangerate for payment missing!' => 'No se encuentra pago por cambio de moneda',
  'Exchangerate missing!'       => 'No se encuentra cambio de moneda',
  'Feb'                         => 'feb',
  'February'                    => 'de febrero',
  'From'                        => 'Desde',
  'ID'                          => 'ID',
  'Include in Report'           => 'Incluya en Reporte',
  'Invoice'                     => 'Factura',
  'Invoice Date'                => 'Fecha Factura',
  'Invoice Date missing!'       => 'Falta Fecha Factura!',
  'Invoice Number'              => 'Nmero Factura',
  'Invoice Number missing!'     => 'Falta Nmero Factura!',
  'Jan'                         => 'ene',
  'January'                     => 'de enero',
  'Jul'                         => 'jul',
  'July'                        => 'de julio',
  'Jun'                         => 'jun',
  'June'                        => 'de junio',
  'Mar'                         => 'mar',
  'March'                       => 'de marzo',
  'May'                         => 'may',
  'May '                        => 'de mayo',
  'Notes'                       => 'Comentario',
  'Nov'                         => 'nov',
  'November'                    => 'de noviembre',
  'Oct'                         => 'oct',
  'October'                     => 'de octubre',
  'Open'                        => 'Abierto',
  'Order'                       => 'Orden',
  'Order Number'                => 'Orden Nmero',
  'Paid'                        => 'Pagado',
  'Payment date missing!'       => 'Falta Fecha de Pago',
  'Payments'                    => 'Pagos',
  'Post'                        => 'Registrar',
  'Post as new'                 => 'Registrar como nuevo',
  'Remaining'                   => 'Quedan',
  'Sales Invoice'               => 'Factura de Venta',
  'Salesperson'                 => 'Vendedor',
  'Select from one of the names below' => 'Seleccione de uno de los nombres a continuacin',
  'Sep'                         => 'sep',
  'September'                   => 'de septiembre',
  'Ship via'                    => 'Enva va',
  'Source'                      => 'Referencia',
  'Subtotal'                    => 'Subtotal',
  'Tax'                         => 'ISV',
  'Tax Included'                => 'Impuesto Incluido',
  'Till'                        => 'Registradora',
  'Total'                       => 'Total',
  'Transaction deleted!'        => 'Transaccin borrada!',
  'Transaction posted!'         => 'Transaccin registrada!',
  'Update'                      => 'Actualizar',
  'Vendor not on file!'         => 'Proveedor no est en archivo!',
  'Yes'                         => ' S ',
  'to'                          => 'a',
};

$self{subs} = {
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_subtotal'                 => 'ar_subtotal',
  'ar_transaction'              => 'ar_transaction',
  'ar_transactions'             => 'ar_transactions',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'create_links'                => 'create_links',
  'delete'                      => 'delete',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'post'                        => 'post',
  'post_as_new'                 => 'post_as_new',
  'sales_invoice'               => 'sales_invoice',
  'search'                      => 'search',
  'select_name'                 => 'select_name',
  'update'                      => 'update',
  'vendor_invoice'              => 'vendor_invoice',
  'yes'                         => 'yes',
  'cuenta_por_cobrar'           => 'ar_transaction',
  'continuar'                   => 'continue',
  'borrar'                      => 'delete',
  'registrar'                   => 'post',
  'registrar_como_nuevo'        => 'post_as_new',
  'factura_de_venta'            => 'sales_invoice',
  'actualizar'                  => 'update',
  '_s_'                        => 'yes',
};

1;
