$self{texts} = { 'Address' => 'Dirección', 'Bcc' => 'Bcc', 'Cc' => 'Cc', 'Continue' => 'Continuar', 'Customer not on file!' => '¡El cliente no existe en la base datos!', 'Date' => 'Fecha', 'Day(s)' => 'Día(s)', 'Delete Schedule' => 'Eliminar Programación', 'Description' => 'Descripción', 'E-mail' => 'E-mail', 'E-mail message' => 'Mensaje de E-mail', 'Every' => 'Cada', 'For' => 'Por', 'Include Payment' => 'Inclir Pago', 'Message' => 'Mensaje', 'Month(s)' => 'Mes(es)', 'Next Date' => 'Siguiente fecha', 'Number' => 'Código', 'Print' => 'Imprimir', 'Project not on file!' => '¡Proyecto no existe en la Base de Datos!', 'Recurring Transaction' => 'Transacción Recurrente', 'Reference' => 'Referencia', 'Repeat' => 'Repetir', 'Save Schedule' => 'Guardar Programación', 'Select from one of the names below' => 'Seleccione de uno de los nombres siguientes', 'Select from one of the projects below' => 'Seleccione uno de los proyectos de la lista', 'Startdate' => 'Fecha de Inicio', 'Subject' => 'Asunto', 'To' => 'Hasta', 'Vendor not on file!' => '¡Proveedor no se encuentra en la Base de Datos!', 'Warning!' => '¡Advertencia!', 'Week(s)' => 'Semana(s)', 'Year(s)' => 'Año(s)', 'You are posting an existing transaction!' => 'Está registrando una transacción existente!', 'You are printing and posting an existing transaction!' => 'Está registrando e imprimiendo una transacción existente!', 'You are printing and saving an existing order' => 'Está guardando e imprimiendo una orden existente!', 'You are printing and saving an existing quotation' => 'Está guardando e imprimiendo una cotización existente!', 'You are saving an existing order' => 'Está guardando una orden existente!', 'You are saving an existing quotation' => 'Está guardando una cotización existente!', 'for' => 'por', 'sent' => 'enviado', 'time(s)' => 'veces', }; $self{subs} = { 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', 'ar_transaction' => 'ar_transaction', 'check_name' => 'check_name', 'check_project' => 'check_project', 'continue' => 'continue', 'delete_schedule' => 'delete_schedule', 'gl_transaction' => 'gl_transaction', 'name_selected' => 'name_selected', 'post_as_new' => 'post_as_new', 'print_and_post_as_new' => 'print_and_post_as_new', 'project_selected' => 'project_selected', 'rebuild_vc' => 'rebuild_vc', 'repost' => 'repost', 'reprint' => 'reprint', 'sales_invoice_' => 'sales_invoice_', 'save_schedule' => 'save_schedule', 'schedule' => 'schedule', 'select_name' => 'select_name', 'select_project' => 'select_project', 'vendor_invoice_' => 'vendor_invoice_', 'continuar' => 'continue', 'eliminar_programación' => 'delete_schedule', 'guardar_programación' => 'save_schedule', }; 1;