import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / mx / pos
1 $self{texts} = {
2   'Account'                     => 'Cuenta',
3   'Add POS Invoice'             => 'Nueva factura de Pto. de Vta.',
4   'Cannot post transaction!'    => '¡No se puede registrar el movimiento!',
5   'Change'                      => 'Cambiar',
6   'Continue'                    => 'Continuar',
7   'Credit Limit'                => 'Límite de crédito',
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'            => 'Modificar ticket',
16   'Exchange Rate'               => 'Tipo de cambio',
17   'Exchange rate missing!'      => '¡Falta el tipo de cambio!',
18   'Extended'                    => 'Extendido',
19   'From'                        => 'De',
20   'Language'                    => 'Lenguaje',
21   'Memo'                        => 'Nota',
22   'Number'                      => 'Número',
23   'Open'                        => 'Abierto',
24   'Paid'                        => 'Pagado',
25   'Post'                        => 'Registrar',
26   'Posted!'                     => '¡Registrado!',
27   'Price'                       => 'Precio',
28   'Print'                       => 'Vista Preliminar',
29   'Printed'                     => 'Impreso',
30   'Qty'                         => 'Cant.',
31   'Receipts'                    => 'Cobros',
32   'Record in'                   => 'Registrar en',
33   'Remaining'                   => 'Disponible',
34   'Salesperson'                 => 'Vendedor',
35   'Screen'                      => 'Pantalla',
36   'Source'                      => 'Referencia',
37   'Subtotal'                    => 'Subtotal',
38   'To'                          => 'A',
39   'Total'                       => 'Total',
40   'Unit'                        => 'Unidad',
41   'Update'                      => 'Actualizar',
42 };
43
44 $self{subs} = {
45   'add'                         => 'add',
46   'display_row'                 => 'display_row',
47   'edit'                        => 'edit',
48   'form_footer'                 => 'form_footer',
49   'form_header'                 => 'form_header',
50   'lookup_partsgroup'           => 'lookup_partsgroup',
51   'openinvoices'                => 'openinvoices',
52   'post'                        => 'post',
53   'print'                       => 'print',
54   'print_form'                  => 'print_form',
55   'print_options'               => 'print_options',
56   'receipts'                    => 'receipts',
57   'continuar'                   => 'continue',
58   'borrar'                      => 'delete',
59   'registrar'                   => 'post',
60   'vista_preliminar'            => 'print',
61   'actualizar'                  => 'update',
62 };
63
64 1;