import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / es_utf / cp
1 $self{texts} = {
2   'AP'                          => 'Cartera de pagos',
3   'AR'                          => 'Cartera de cobros',
4   'Account'                     => 'Cuenta',
5   'Accounting Menu'             => 'Menú general',
6   'Address'                     => 'Dirección',
7   'All'                         => 'Todos',
8   'Amount'                      => 'Total',
9   'Amount Due'                  => 'Cantidad adeudada',
10   'Cannot process payment for a closed period!' => '¡No se puede procesar un pago de un periodo ya cerrado!',
11   'Continue'                    => 'Continuar',
12   'Currency'                    => 'Moneda',
13   'Customer'                    => 'Cliente',
14   'Customer not on file!'       => '¡El cliente no existe!',
15   'Date'                        => 'Fecha',
16   'Date missing!'               => '¡Falta la fecha!',
17   'Deposit'                     => 'Depósito',
18   'Description'                 => 'Descripción',
19   'Exchange Rate'               => 'Tasa de cambio',
20   'Exchange rate missing!'      => '¡Falta la tasa de cambio!',
21   'Invoice'                     => 'Factura',
22   'Invoices'                    => 'Facturas',
23   'Number'                      => 'Número',
24   'Payment'                     => 'Pago',
25   'Payment posted!'             => '¡Pago registrado!',
26   'Post'                        => 'Registrar',
27   'Print'                       => 'Imprimir',
28   'Project not on file!'        => '¡No se encuentra el proyecto en la base de datos!',
29   'Receipt'                     => 'Recibo',
30   'Screen'                      => 'Pantalla',
31   'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
32   'Select from one of the projects below' => 'Seleccione uno de los proyectos de la lista',
33   'Source'                      => 'Fuente',
34   'Update'                      => 'Actualizar',
35   'Vendor'                      => 'Proveedor',
36   'Vendor not on file!'         => '¡No se encuentra el proveedor en la base de datos!',
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;