import sql-ledger 2.4.4
[freeside.git] / sql-ledger / locale / pa / pos
1 $self{texts} = {
2   'Account'                     => 'Cuenta',
3   'Continue'                    => 'Continuar',
4   'Credit Limit'                => 'Limite de Credito',
5   'Currency'                    => 'Moneda',
6   'Customer'                    => 'Cliente',
7   'Delete'                      => 'Borrar',
8   'Description'                 => 'Descripción',
9   'Exchange Rate'               => 'Tasa de Intercambio',
10   'Exchange rate missing!'      => 'No se encuentra cambio de moneda',
11   'From'                        => 'Desde',
12   'Language'                    => 'Lenguaje',
13   'Number'                      => 'Número',
14   'Open'                        => 'Abierto',
15   'Paid'                        => 'Total Pagado',
16   'Price'                       => 'Precio',
17   'Qty'                         => 'Cantidad',
18   'Record in'                   => 'Registrar en',
19   'Remaining'                   => 'Remanente',
20   'Screen'                      => 'Pantalla',
21   'Source'                      => 'Fuente',
22   'Subtotal'                    => 'Subtotal',
23   'To'                          => 'Hasta ',
24   'Total'                       => 'Total',
25   'Unit'                        => 'Unidad',
26 };
27
28 $self{subs} = {
29   'add'                         => 'add',
30   'display_row'                 => 'display_row',
31   'edit'                        => 'edit',
32   'form_footer'                 => 'form_footer',
33   'form_header'                 => 'form_header',
34   'lookup_partsgroup'           => 'lookup_partsgroup',
35   'openinvoices'                => 'openinvoices',
36   'post'                        => 'post',
37   'print'                       => 'print',
38   'print_form'                  => 'print_form',
39   'print_options'               => 'print_options',
40   'receipts'                    => 'receipts',
41   'continuar'                   => 'continue',
42   'borrar'                      => 'delete',
43   'post'                        => 'post',
44   'print'                       => 'print',
45   'update'                      => 'update',
46 };
47
48 1;