add some time-worked reporting
[freeside.git] / sql-ledger / locale / ve / cp
1 $self{texts} = {
2   'AP'                          => 'CxP',
3   'AR'                          => 'CxC',
4   'Account'                     => 'Cuenta',
5   'Accounting Menu'             => 'Menú de Contabilidad',
6   'Address'                     => 'Dirección',
7   'All'                         => 'Todos',
8   'Amount'                      => 'Monto',
9   'Amount Due'                  => 'Cantidad Adeudada',
10   'Cannot post Payment!'        => '¡No se puede registrar el Pago!',
11   'Cannot post Receipt!'        => '¡No se puede registrar el Recibo!',
12   'Cannot process payment for a closed period!' => '¡No se puede procesar un pago de un periodo cerrado!',
13   'Continue'                    => 'Continuar',
14   'Currency'                    => 'Moneda',
15   'Customer'                    => 'Cliente',
16   'Customer not on file!'       => '¡El cliente no existe en la base datos!',
17   'Date'                        => 'Fecha',
18   'Date missing!'               => '¡Falta fecha!',
19   'Department'                  => 'Centro de Costos',
20   'Deposit'                     => 'Abono',
21   'Description'                 => 'Descripción',
22   'Exchange Rate'               => 'Tasa de Cambio',
23   'Exchange rate missing!'      => '¡Falta tasa de cambio!',
24   'Invoice'                     => 'Factura',
25   'Invoices'                    => 'Facturas',
26   'Memo'                        => 'Memo',
27   'Nothing outstanding for '    => 'Nada pendiente para',
28   'Number'                      => 'Código',
29   'PDF'                         => 'PDF',
30   'Payment'                     => 'Pago',
31   'Payment posted!'             => '¡Pago registrado!',
32   'Post'                        => 'Registrar',
33   'Postscript'                  => 'Postscript',
34   'Prepayment'                  => 'Prepago',
35   'Print'                       => 'Imprimir',
36   'Project not on file!'        => '¡Proyecto no existe en la Base de Datos!',
37   'Queue'                       => 'Cola',
38   'Receipt'                     => 'Abono',
39   'Receipt posted!'             => '¡Recibo registrado!',
40   'Screen'                      => 'Pantalla',
41   'Select'                      => 'Seleccionar',
42   'Select from one of the names below' => 'Seleccione de uno de los nombres siguientes',
43   'Select from one of the projects below' => 'Seleccione uno de los proyectos de la lista',
44   'Source'                      => 'N° Cheque/Ref',
45   'Update'                      => 'Actualizar',
46   'Vendor'                      => 'Proveedor',
47   'Vendor not on file!'         => '¡Proveedor no se encuentra en la Base de Datos!',
48 };
49
50 $self{subs} = {
51   'acc_menu'                    => 'acc_menu',
52   'add_transaction'             => 'add_transaction',
53   'ap_transaction'              => 'ap_transaction',
54   'ar_transaction'              => 'ar_transaction',
55   'check_form'                  => 'check_form',
56   'check_name'                  => 'check_name',
57   'check_project'               => 'check_project',
58   'continue'                    => 'continue',
59   'customer_details'            => 'customer_details',
60   'display'                     => 'display',
61   'form_footer'                 => 'form_footer',
62   'form_header'                 => 'form_header',
63   'gl_transaction'              => 'gl_transaction',
64   'list_invoices'               => 'list_invoices',
65   'menubar'                     => 'menubar',
66   'name_selected'               => 'name_selected',
67   'payment'                     => 'payment',
68   'post'                        => 'post',
69   'print'                       => 'print',
70   'project_selected'            => 'project_selected',
71   'sales_invoice_'              => 'sales_invoice_',
72   'section_menu'                => 'section_menu',
73   'select_name'                 => 'select_name',
74   'select_project'              => 'select_project',
75   'update'                      => 'update',
76   'vendor_details'              => 'vendor_details',
77   'vendor_invoice_'             => 'vendor_invoice_',
78   'continuar'                   => 'continue',
79   'registrar'                   => 'post',
80   'imprimir'                    => 'print',
81   'actualizar'                  => 'update',
82 };
83
84 1;