import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / sv / pos
1 $self{texts} = {
2   'Account'                     => 'Cuenta',
3   'Add POS Invoice'             => 'Agregar Factura POS',
4   'Cannot post transaction!'    => 'No puede registrar transacción!',
5   'Change'                      => 'Cambio',
6   'Continue'                    => 'Continuar',
7   'Credit Limit'                => 'Limite de Credito',
8   'Currency'                    => 'Moneda',
9   'Current'                     => 'Actual',
10   'Customer'                    => 'Cliente',
11   'Customer missing!'           => 'Falta cliente!',
12   'Delete'                      => 'Borrar',
13   'Description'                 => 'Descripción',
14   'Edit POS Invoice'            => 'Editar Factura POS',
15   'Exchange Rate'               => 'Tasa de Intercambio',
16   'Exchange rate missing!'      => 'No se encuentra cambio de moneda',
17   'Extended'                    => 'Extendido',
18   'From'                        => 'Desde',
19   'Number'                      => 'Número',
20   'Open'                        => 'Abierto',
21   'Paid'                        => 'Total Pagado',
22   'Post'                        => 'Registrar',
23   'Posted!'                     => 'Enviado!',
24   'Price'                       => 'Precio',
25   'Print'                       => 'Imprimir',
26   'Qty'                         => 'Cant.',
27   'Receipts'                    => 'Ingresos',
28   'Record in'                   => 'Registrar en',
29   'Remaining'                   => 'Faltan',
30   'Salesperson'                 => 'Vendedor',
31   'Screen'                      => 'Pantalla',
32   'Source'                      => 'Fuente',
33   'Subtotal'                    => 'Subtotal',
34   'To'                          => 'Hasta ',
35   'Total'                       => 'Total',
36   'Unit'                        => 'Unidad',
37   'Update'                      => 'Actualizar',
38 };
39
40 $self{subs} = {
41   'add'                         => 'add',
42   'display_row'                 => 'display_row',
43   'edit'                        => 'edit',
44   'form_footer'                 => 'form_footer',
45   'form_header'                 => 'form_header',
46   'lookup_partsgroup'           => 'lookup_partsgroup',
47   'openinvoices'                => 'openinvoices',
48   'post'                        => 'post',
49   'print'                       => 'print',
50   'print_form'                  => 'print_form',
51   'print_options'               => 'print_options',
52   'receipts'                    => 'receipts',
53   'continuar'                   => 'continue',
54   'borrar'                      => 'delete',
55   'registrar'                   => 'post',
56   'imprimir'                    => 'print',
57   'actualizar'                  => 'update',
58 };
59
60 1;