import sql-ledger 2.4.4
[freeside.git] / sql-ledger / old / sql-ledger / locale / ve / rc
1 $self{texts} = {
2   'Account'                     => 'Cuenta',
3   'Balance'                     => 'Balance',
4   'Cleared Balance'             => 'Cleared Balance',
5   'Continue'                    => 'Continuar',
6   'Date'                        => 'Fecha',
7   'Deposit'                     => 'Deposit',
8   'Description'                 => 'DescripciĆ³n',
9   'Difference'                  => 'Diferencia',
10   'Done'                        => 'Listo',
11   'Exchangerate Difference'     => 'Diferencial Dambiario',
12   'From'                        => 'Desde',
13   'Out of balance!'             => 'Fuera de balance!',
14   'Payment'                     => 'Pago',
15   'Reconciliation'              => 'ConciliaciĆ³n',
16   'Select all'                  => 'Seleccione todos',
17   'Source'                      => 'Referencia',
18   'Statement Balance'           => 'Balance Estado de Cuenta',
19   'Update'                      => 'Actualizar',
20   'to'                          => 'a',
21 };
22
23 $self{subs} = {
24   'continue'                    => 'continue',
25   'display_form'                => 'display_form',
26   'done'                        => 'done',
27   'get_payments'                => 'get_payments',
28   'reconciliation'              => 'reconciliation',
29   'select_all'                  => 'select_all',
30   'update'                      => 'update',
31   'continuar'                   => 'continue',
32   'listo'                       => 'done',
33   'seleccione_todos'            => 'select_all',
34   'actualizar'                  => 'update',
35 };
36
37 1;