1$self{texts} = {
2  'AP Transaction'              => 'Transaccion CPP',
3  'AR Transaction'              => 'Transacción CPC',
4  'Accounting Menu'             => 'Menú general',
5  'April'                       => 'Abril',
6  'Assembly'                    => 'Compuesto',
7  'August'                      => 'Agosto',
8  'C'                           => 'C',
9  'Continue'                    => 'Continuar',
10  'Credit Invoice'              => 'Nota Crédito',
11  'Customer'                    => 'Cliente',
12  'Debit Invoice'               => 'Nota Débito',
13  'December'                    => 'Diciembre',
14  'Delete'                      => 'Borrar',
15  'Description'                 => 'Descripción',
16  'Employee'                    => 'Colaborador/Empleado',
17  'February'                    => 'Febrero',
18  'GL Transaction'              => 'Nota de Contabilidad',
19  'ID'                          => 'ID',
20  'Image'                       => 'Imagen',
21  'January'                     => 'Enero',
22  'Job'                         => 'Mano de Obra',
23  'July'                        => 'Julio',
24  'June'                        => 'Junio',
25  'March'                       => 'Marzo',
26  'May'                         => 'Mayo',
27  'November'                    => 'Noviembre',
28  'October'                     => 'Octubre',
29  'Part'                        => 'Artículo',
30  'Project'                     => 'Proyecto',
31  'Purchase Order'              => 'Pedido',
32  'Quotation'                   => 'Cotización',
33  'RFQ'                         => 'Solicitar Cotización',
34  'Sales Invoice'               => 'Facturas de Ventas',
35  'Sales Order'                 => 'Orden de Venta',
36  'Save'                        => 'Guardar',
37  'Select all'                  => 'Guardar todo',
38  'September'                   => 'Septiembre',
39  'Service'                     => 'Servicio',
40  'Vendor'                      => 'Proveedor',
41  'Vendor Invoice'              => 'Factura de Proveedor',
42};
43
44$self{subs} = {
45  'acc_menu'                    => 'acc_menu',
46  'add_document'                => 'add_document',
47  'add_file'                    => 'add_file',
48  'attach'                      => 'attach',
49  'calendar'                    => 'calendar',
50  'change_report'               => 'change_report',
51  'check_all'                   => 'check_all',
52  'clock'                       => 'clock',
53  'continue'                    => 'continue',
54  'delete'                      => 'delete',
55  'delete_documents'            => 'delete_documents',
56  'delete_files'                => 'delete_files',
57  'deselect_all'                => 'deselect_all',
58  'detach'                      => 'detach',
59  'display'                     => 'display',
60  'display_documents'           => 'display_documents',
61  'do_attach'                   => 'do_attach',
62  'edit'                        => 'edit',
63  'formnames'                   => 'formnames',
64  'js_calendar'                 => 'js_calendar',
65  'jsmenu'                      => 'jsmenu',
66  'jsmenu_frame'                => 'jsmenu_frame',
67  'list_documents'              => 'list_documents',
68  'list_images'                 => 'list_images',
69  'menubar'                     => 'menubar',
70  'pickvalue'                   => 'pickvalue',
71  'resize'                      => 'resize',
72  'save'                        => 'save',
73  'search_documents'            => 'search_documents',
74  'section_menu'                => 'section_menu',
75  'select_all'                  => 'select_all',
76  'show_progress'               => 'show_progress',
77  'upload'                      => 'upload',
78  'upload_file'                 => 'upload_file',
79  'upload_image'                => 'upload_image',
80  'upload_imagefile'            => 'upload_imagefile',
81  'continuar'                   => 'continue',
82  'borrar'                      => 'delete',
83  'guardar'                     => 'save',
84  'guardar_todo'                => 'select_all',
85};
86
871;
88
89