import sql-ledger 2.4.4
[freeside.git] / sql-ledger / locale / ec / gl
1 $self{texts} = {
2   'AP Transaction'              => 'Transaccion Proveedor',
3   'AR Transaction'              => 'Gestión de cobro',
4   'Account'                     => 'Cuenta',
5   'Accounting Menu'             => 'Menú general',
6   'Add Cash Transfer Transaction' => 'Agregar transacción',
7   'Add General Ledger Transaction' => 'Añadir Nota de Contabilidad',
8   'Address'                     => 'Dirección',
9   'All'                         => 'Todos',
10   'Amount'                      => 'Total',
11   'Apr'                         => 'Abr',
12   'April'                       => 'Abril',
13   'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?',
14   'Asset'                       => 'Activo',
15   'Aug'                         => 'Ago',
16   'August'                      => 'Agosto',
17   'Balance'                     => 'Balance',
18   'Cannot delete transaction!'  => '¡No se puede borrar la transacción!',
19   'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado',
20   'Cannot post transaction!'    => '¡No se puede registrar la transacción',
21   'Confirm!'                    => 'Confirmar',
22   'Continue'                    => 'Continuar',
23   'Contra'                      => 'Contra',
24   'Credit'                      => 'Crédito',
25   'Current'                     => 'Actual',
26   'Customer not on file!'       => '¡El cliente no existe!',
27   'Date'                        => 'Fecha',
28   'Debit'                       => 'Débito',
29   'Dec'                         => 'Dic',
30   'December'                    => 'Diciembre',
31   'Delete'                      => 'Borrar',
32   'Department'                  => 'Departamento',
33   'Description'                 => 'Descripción',
34   'Edit Cash Transfer Transaction' => 'Editar Transacción en Effectivo',
35   'Edit General Ledger Transaction' => 'Editar Notas Contables',
36   'Equity'                      => 'Balance',
37   'Expense'                     => 'Gastos',
38   'FX'                          => 'Tasa de Cambio',
39   'Feb'                         => 'Feb',
40   'February'                    => 'Febrero',
41   'From'                        => 'Desde',
42   'GIFI'                        => 'Plan Único de Cuentas (PUC)',
43   'GL Transaction'              => 'Nota de Contabilidad',
44   'General Ledger'              => 'Notas de Contabilidad',
45   'ID'                          => 'ID',
46   'Include in Report'           => 'Incluir en informe',
47   'Income'                      => 'Ingresos',
48   'Jan'                         => 'Ene',
49   'January'                     => 'Enero',
50   'Jul'                         => 'Jul',
51   'July'                        => 'Julio',
52   'Jun'                         => 'Jun',
53   'June'                        => 'Junio',
54   'Liability'                   => 'Pasivo',
55   'Mar'                         => 'Mar',
56   'March'                       => 'Marzo',
57   'May'                         => 'Mayo',
58   'May '                        => 'Mayo',
59   'Month'                       => 'Mes',
60   'Notes'                       => 'Notas',
61   'Nov'                         => 'Nov',
62   'November'                    => 'Noviembre',
63   'Number'                      => 'Número',
64   'Oct'                         => 'Oct',
65   'October'                     => 'Octubre',
66   'Out of balance transaction!' => '¡Transacción Fuera de BAlance',
67   'Period'                      => 'Período',
68   'Post'                        => 'Registrar',
69   'Post as new'                 => 'Registrar como nuevo',
70   'Project'                     => 'Proyecto',
71   'Project not on file!'        => '¡Proyecto no en archivo!',
72   'Quarter'                     => 'Trimestre',
73   'R'                           => 'Reconciliado',
74   'Reference'                   => 'Referencia',
75   'Reference missing!'          => '¡Falta la referencia!',
76   'Reports'                     => 'Informes',
77   'Sales Invoice '              => 'Factura de venta ',
78   'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
79   'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes',
80   'Sep'                         => 'Sep',
81   'September'                   => 'Septiembre',
82   'Source'                      => 'Fuente',
83   'Subtotal'                    => 'Subtotal',
84   'To'                          => 'Hasta ',
85   'Transaction Date missing!'   => 'No se ha definido la fecha de la transacción',
86   'Transaction deleted!'        => '¡Transacción borrada!',
87   'Transaction posted!'         => '¡Transacción registrada!',
88   'Update'                      => 'Actualizar',
89   'Vendor Invoice '             => 'Factura de proveedor ',
90   'Vendor not on file!'         => '¡No se encuentra el proveedor en la base de datos!',
91   'Warning!'                    => '¡Precaución!',
92   'Year'                        => 'Año',
93   'Yes'                         => 'Si',
94 };
95
96 $self{subs} = {
97   'acc_menu'                    => 'acc_menu',
98   'add'                         => 'add',
99   'add_transaction'             => 'add_transaction',
100   'ap_transaction'              => 'ap_transaction',
101   'ar_transaction'              => 'ar_transaction',
102   'check_name'                  => 'check_name',
103   'check_project'               => 'check_project',
104   'continue'                    => 'continue',
105   'delete'                      => 'delete',
106   'display'                     => 'display',
107   'display_form'                => 'display_form',
108   'display_rows'                => 'display_rows',
109   'edit'                        => 'edit',
110   'form_footer'                 => 'form_footer',
111   'form_header'                 => 'form_header',
112   'generate_report'             => 'generate_report',
113   'gl_subtotal'                 => 'gl_subtotal',
114   'gl_transaction'              => 'gl_transaction',
115   'menubar'                     => 'menubar',
116   'name_selected'               => 'name_selected',
117   'post'                        => 'post',
118   'post_adjustment'             => 'post_adjustment',
119   'post_as_new'                 => 'post_as_new',
120   'project_selected'            => 'project_selected',
121   'sales_invoice_'              => 'sales_invoice_',
122   'search'                      => 'search',
123   'section_menu'                => 'section_menu',
124   'select_name'                 => 'select_name',
125   'select_project'              => 'select_project',
126   'update'                      => 'update',
127   'vendor_invoice_'             => 'vendor_invoice_',
128   'yes'                         => 'yes',
129   'transaccion_proveedor'       => 'ap_transaction',
130   'gestión_de_cobro'            => 'ar_transaction',
131   'continuar'                   => 'continue',
132   'borrar'                      => 'delete',
133   'nota_de_contabilidad'        => 'gl_transaction',
134   'registrar'                   => 'post',
135   'registrar_como_nuevo'        => 'post_as_new',
136   'factura_de_venta_'           => 'sales_invoice_',
137   'actualizar'                  => 'update',
138   'factura_de_proveedor_'       => 'vendor_invoice_',
139   'si'                          => 'yes',
140 };
141
142 1;