import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / sv / cp
1 $self{texts} = {
2   'AP'                          => 'Ctas X Pagar',
3   'AR'                          => 'Ctas X Cobrar',
4   'Account'                     => 'Cuenta',
5   'Accounting Menu'             => 'Menú de Contabilidad',
6   'Address'                     => 'Dirección',
7   'All'                         => 'Todos',
8   'Amount'                      => 'Total',
9   'Amount Due'                  => 'Monto Vencido',
10   'Cannot process payment for a closed period!' => 'No puede procesar pago para ejercicio cerrado!',
11   'Continue'                    => 'Continuar',
12   'Currency'                    => 'Moneda',
13   'Customer'                    => 'Cliente',
14   'Customer not on file!'       => 'Cliente no existe en archivo!',
15   'Date'                        => 'Fecha',
16   'Date missing!'               => 'Falta fecha!',
17   'Deposit'                     => 'Deposit',
18   'Description'                 => 'Descripción',
19   'Exchange Rate'               => 'Tasa de Intercambio',
20   'Exchange rate missing!'      => 'No se encuentra cambio de moneda',
21   'Invoice'                     => 'Factura',
22   'Invoices'                    => 'Facturas',
23   'Number'                      => 'Número',
24   'PDF'                         => 'PDF',
25   'Payment'                     => 'Pago',
26   'Payment posted!'             => 'Pago registrado!',
27   'Post'                        => 'Registrar',
28   'Postscript'                  => 'Postscript',
29   'Print'                       => 'Imprimir',
30   'Receipt'                     => 'Recibo',
31   'Screen'                      => 'Pantalla',
32   'Select from one of the names below' => 'Seleccione uno de los elementos listados',
33   'Source'                      => 'Fuente',
34   'Update'                      => 'Actualizar',
35   'Vendor'                      => 'Proveedor',
36   'Vendor not on file!'         => 'Proveedor no está en archivo!',
37 };
38
39 $self{subs} = {
40   'acc_menu'                    => 'acc_menu',
41   'add_transaction'             => 'add_transaction',
42   'ap_transaction'              => 'ap_transaction',
43   'ar_transaction'              => 'ar_transaction',
44   'check_form'                  => 'check_form',
45   'check_name'                  => 'check_name',
46   'check_project'               => 'check_project',
47   'continue'                    => 'continue',
48   'customer_details'            => 'customer_details',
49   'display'                     => 'display',
50   'form_footer'                 => 'form_footer',
51   'form_header'                 => 'form_header',
52   'gl_transaction'              => 'gl_transaction',
53   'list_invoices'               => 'list_invoices',
54   'menubar'                     => 'menubar',
55   'name_selected'               => 'name_selected',
56   'payment'                     => 'payment',
57   'post'                        => 'post',
58   'print'                       => 'print',
59   'project_selected'            => 'project_selected',
60   'sales_invoice_'              => 'sales_invoice_',
61   'section_menu'                => 'section_menu',
62   'select_name'                 => 'select_name',
63   'select_project'              => 'select_project',
64   'update'                      => 'update',
65   'vendor_details'              => 'vendor_details',
66   'vendor_invoice_'             => 'vendor_invoice_',
67   'continuar'                   => 'continue',
68   'registrar'                   => 'post',
69   'imprimir'                    => 'print',
70   'actualizar'                  => 'update',
71 };
72
73 1;