This commit was generated by cvs2svn to compensate for changes in r4407,
[freeside.git] / sql-ledger / locale / ec / pos
1 $self{texts} = {
2   'Account'                     => 'Cuenta',
3   'Add POS Invoice'             => 'Agregar Factura POS',
4   'Cannot post transaction!'    => '¡No se puede registrar la transacción',
5   'Change'                      => 'Cambiar',
6   'Continue'                    => 'Continuar',
7   'Credit Limit'                => 'Limite de credito',
8   'Currency'                    => 'Moneda',
9   'Current'                     => 'Actual',
10   'Customer'                    => 'Cliente',
11   'Customer missing!'           => '¡Falta el cliente!',
12   'Delete'                      => 'Borrar',
13   'Department'                  => 'Departamento',
14   'Description'                 => 'Descripción',
15   'Edit POS Invoice'            => 'Editar Factura POS',
16   'Exchange Rate'               => 'Tasa de Cambio',
17   'Exchange rate missing!'      => '¡Falta Tasa de Cambio!',
18   'Extended'                    => 'Extendido',
19   'From'                        => 'Desde',
20   'Language'                    => 'Lenguaje',
21   'Memo'                        => 'Memo',
22   'Month'                       => 'Mes',
23   'Number'                      => 'Número',
24   'Open'                        => 'Abierto',
25   'Paid'                        => 'Pagado',
26   'Period'                      => 'Período',
27   'Post'                        => 'Registrar',
28   'Posted!'                     => 'Agregado!',
29   'Price'                       => 'Precio',
30   'Print'                       => 'Imprimir',
31   'Printed'                     => 'Impreso',
32   'Qty'                         => 'Cantidad',
33   'Quarter'                     => 'Trimestre',
34   'Receipts'                    => 'Recibos',
35   'Record in'                   => 'Registrar en',
36   'Remaining'                   => 'Resto',
37   'Salesperson'                 => 'Vendedor',
38   'Screen'                      => 'Pantalla',
39   'Source'                      => 'Fuente',
40   'Subtotal'                    => 'Subtotal',
41   'To'                          => 'Hasta ',
42   'Total'                       => 'Total',
43   'Unit'                        => 'Unidad',
44   'Update'                      => 'Actualizar',
45   'Year'                        => 'Año',
46 };
47
48 $self{subs} = {
49   'add'                         => 'add',
50   'display_row'                 => 'display_row',
51   'edit'                        => 'edit',
52   'form_footer'                 => 'form_footer',
53   'form_header'                 => 'form_header',
54   'lookup_partsgroup'           => 'lookup_partsgroup',
55   'openinvoices'                => 'openinvoices',
56   'post'                        => 'post',
57   'print'                       => 'print',
58   'print_form'                  => 'print_form',
59   'print_options'               => 'print_options',
60   'receipts'                    => 'receipts',
61   'continuar'                   => 'continue',
62   'borrar'                      => 'delete',
63   'registrar'                   => 'post',
64   'imprimir'                    => 'print',
65   'actualizar'                  => 'update',
66 };
67
68 1;