summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/br/rc
blob: 7fd872ba6ec79e0b6a8ea288d537a8a1badca96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$self{texts} = {
  'Account'                     => 'Conta',
  'Balance'                     => 'Balanço',
  'Cleared Balance'             => 'Balanço limpo',
  'Continue'                    => 'Continuar',
  'Date'                        => 'Data',
  'Deposit'                     => 'Depósito',
  'Description'                 => 'Descrição',
  'Difference'                  => 'Diferença',
  'Done'                        => 'Feito',
  'Exchangerate Difference'     => 'Diferença da Taxa de Câmbio',
  'From'                        => 'De',
  'Out of balance!'             => 'Fora de balanço!',
  'Payment'                     => 'Pagamento',
  'Reconciliation'              => 'Reconciliação',
  'Select all'                  => 'Selecionar todos',
  'Source'                      => 'Fonte',
  'Statement Balance'           => 'Declaração de Balanço',
  'To'                          => 'Até',
  'Update'                      => 'Atualizar',
};

$self{subs} = {
  'continue'                    => 'continue',
  'display_form'                => 'display_form',
  'done'                        => 'done',
  'get_payments'                => 'get_payments',
  'reconciliation'              => 'reconciliation',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
  'continuar'                   => 'continue',
  'feito'                       => 'done',
  'selecionar_todos'            => 'select_all',
  'atualizar'                   => 'update',
};

1;