add some time-worked reporting
[freeside.git] / sql-ledger / locale / br / rc
1 $self{texts} = {
2   'Account'                     => 'Conta',
3   'Accounting Menu'             => 'Menu de Contabilidade',
4   'Apr'                         => 'Abr',
5   'April'                       => 'Abril',
6   'Aug'                         => 'Ago',
7   'August'                      => 'Agosto',
8   'Balance'                     => 'Balanço',
9   'Beginning Balance'           => 'Balanço Inicial',
10   'Cleared'                     => 'Limpo',
11   'Continue'                    => 'Continuar',
12   'Current'                     => 'Corrente',
13   'Date'                        => 'Data',
14   'Dec'                         => 'Dez',
15   'December'                    => 'Dezembro',
16   'Decrease'                    => 'Decrementar',
17   'Deposit'                     => 'Depósito',
18   'Description'                 => 'Descrição',
19   'Detail'                      => 'Detalhe',
20   'Difference'                  => 'Diferença',
21   'Done'                        => 'Feito',
22   'Feb'                         => 'Fev',
23   'February'                    => 'Fevereiro',
24   'From'                        => 'De',
25   'Include Exchange Rate Difference' => 'Incluir diferença de taxa de câmbio',
26   'Increase'                    => 'Incrementar',
27   'Jan'                         => 'Jan',
28   'January'                     => 'Janeiro',
29   'Jul'                         => 'Jul',
30   'July'                        => 'Julho',
31   'Jun'                         => 'Jun',
32   'June'                        => 'Junho',
33   'Mar'                         => 'Mar',
34   'March'                       => 'Março',
35   'May'                         => 'Mai',
36   'May '                        => 'Maio',
37   'Nov'                         => 'Nov',
38   'November'                    => 'Novembro',
39   'Oct'                         => 'Out',
40   'October'                     => 'Outubro',
41   'Out of balance!'             => 'Fora de balanço!',
42   'Outstanding'                 => 'Destacado',
43   'Payment'                     => 'Pagamento',
44   'Reconciliation'              => 'Reconciliação',
45   'Reconciliation Report'       => 'Relatório de Reconciliação',
46   'Select all'                  => 'Selecionar todos',
47   'Sep'                         => 'Set',
48   'September'                   => 'Setembro',
49   'Source'                      => 'Fonte',
50   'Statement Balance'           => 'Declaração de Balanço',
51   'Summary'                     => 'Sumário',
52   'To'                          => 'Para',
53   'Update'                      => 'Atualizar',
54 };
55
56 $self{subs} = {
57   'acc_menu'                    => 'acc_menu',
58   'continue'                    => 'continue',
59   'display'                     => 'display',
60   'display_form'                => 'display_form',
61   'done'                        => 'done',
62   'get_payments'                => 'get_payments',
63   'menubar'                     => 'menubar',
64   'reconciliation'              => 'reconciliation',
65   'section_menu'                => 'section_menu',
66   'select_all'                  => 'select_all',
67   'update'                      => 'update',
68   'continuar'                   => 'continue',
69   'feito'                       => 'done',
70   'selecionar_todos'            => 'select_all',
71   'atualizar'                   => 'update',
72 };
73
74 1;