can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / br / rc
1 $self{texts} = {
2   'Account'                     => 'Conta',
3   'Balance'                     => 'Balanço',
4   'Cleared Balance'             => 'Balanço limpo',
5   'Continue'                    => 'Continuar',
6   'Date'                        => 'Data',
7   'Deposit'                     => 'Depósito',
8   'Description'                 => 'Descrição',
9   'Difference'                  => 'Diferença',
10   'Done'                        => 'Feito',
11   'Exchangerate Difference'     => 'Diferença da Taxa de Câmbio',
12   'From'                        => 'De',
13   'Out of balance!'             => 'Fora de balanço!',
14   'Payment'                     => 'Pagamento',
15   'Reconciliation'              => 'Reconciliação',
16   'Select all'                  => 'Selecionar todos',
17   'Source'                      => 'Fonte',
18   'Statement Balance'           => 'Declaração de Balanço',
19   'To'                          => 'Até',
20   'Update'                      => 'Atualizar',
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   'feito'                       => 'done',
33   'selecionar_todos'            => 'select_all',
34   'atualizar'                   => 'update',
35 };
36
37 1;