import of sql-ledger 2.0.8
[freeside.git] / sql-ledger / locale / pt / rc
1 $self{texts} = {
2   'Account'                     => 'Conta',
3   'Balance'                     => 'Saldo',
4   'Cleared Balance'             => 'Cleared Balance',
5   'Continue'                    => 'Continuar',
6   'Date'                        => 'Data',
7   'Deposit'                     => 'Depósito',
8   'Description'                 => 'Descrição',
9   'Difference'                  => 'Diferença',
10   'Done'                        => 'Pronto',
11   'Exchangerate Difference'     => 'Diferença na Taxa de Câmbio',
12   'From'                        => 'De',
13   'Out of balance!'             => 'Out of balance!',
14   'Payment'                     => 'Pagamento',
15   'Reconciliation'              => 'Reconciliação',
16   'Select all'                  => 'Seleccionar todos',
17   'Source'                      => 'Origem',
18   'Statement Balance'           => 'Statement Balance',
19   'To'                          => 'Até',
20   'Update'                      => 'Actualizar',
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   'pronto'                      => 'done',
33   'seleccionar_todos'           => 'select_all',
34   'actualizar'                  => 'update',
35 };
36
37 1;