can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / br / ap
1 $self{texts} = {
2   'AP Transaction'              => 'Transação - Contas a Pagar',
3   'AP Transactions'             => 'Transações - Contas a Pagar',
4   'Account'                     => 'Conta',
5   'Add Accounts Payables Transaction' => 'Adicionar Transação de contas pagáveis',
6   'Address'                     => 'Endereço',
7   'Amount'                      => 'Total',
8   'Amount Due'                  => 'Total Devido',
9   'Apr'                         => 'Abr',
10   'April'                       => 'Abril',
11   'Are you sure you want to delete Transaction' => 'Tem certeza que quer APAGAR a Transação',
12   'Aug'                         => 'Ago',
13   'August'                      => 'Agosto',
14   'Cannot delete transaction!'  => 'Não pode apagar transação!',
15   'Cannot post payment for a closed period!' => 'Não pode lançar pagamento em período fechado!',
16   'Cannot post transaction for a closed period!' => 'Não pode lançar transação para um período já encerrado!',
17   'Cannot post transaction!'    => 'Não pode lançar transação',
18   'Closed'                      => 'Fechado',
19   'Confirm!'                    => 'Confirmar!',
20   'Continue'                    => 'Continuar',
21   'Currency'                    => 'Moeda',
22   'Customer not on file!'       => 'Cliente não está no arquivo!',
23   'Date'                        => 'Data',
24   'Date Paid'                   => 'Data de pagamento',
25   'Dec'                         => 'Dez',
26   'December'                    => 'Dezembro',
27   'Delete'                      => 'Apagar',
28   'Description'                 => 'Descrição',
29   'Due Date'                    => 'Data de Vencimento',
30   'Due Date missing!'           => 'Data de Vencimento faltando!',
31   'Edit Accounts Payables Transaction' => 'Editar Transação - Contas a Pagar',
32   'Employee'                    => 'Empregado',
33   'Exch'                        => 'Câmbio',
34   'Exchangerate'                => 'Taxa de câmbio',
35   'Exchangerate for payment missing!' => 'Falta a taxa de câmbio para o pagamento!',
36   'Exchangerate missing!'       => 'Falta a taxa de câmbio!',
37   'Feb'                         => 'Fev',
38   'February'                    => 'Fevereiro',
39   'From'                        => 'De',
40   'ID'                          => 'ID',
41   'Include in Report'           => 'Incluir no Relatório',
42   'Invoice'                     => 'Fatura',
43   'Invoice Date'                => 'Data de Fatura',
44   'Invoice Date missing!'       => 'Data de Factura não encontrada!',
45   'Invoice Number'              => 'Número de Fatura',
46   'Invoice Number missing!'     => 'Número de Fatura não encontrado!',
47   'Jan'                         => 'Jan',
48   'January'                     => 'Janeiro',
49   'Jul'                         => 'Jul',
50   'July'                        => 'Julho',
51   'Jun'                         => 'Jun',
52   'June'                        => 'Junho',
53   'Mar'                         => 'Mar',
54   'March'                       => 'Março',
55   'May'                         => 'Mai',
56   'May '                        => 'Maio',
57   'Notes'                       => 'Notas',
58   'Nov'                         => 'Nov',
59   'November'                    => 'Novembro',
60   'Number'                      => 'Número',
61   'Oct'                         => 'Out',
62   'October'                     => 'Outubro',
63   'Open'                        => 'Abrir',
64   'Order'                       => 'Pedido',
65   'Order Number'                => 'Pedido Número',
66   'Paid'                        => 'Total Efetuado',
67   'Payment date missing!'       => 'Data de pagamento faltando!',
68   'Payments'                    => 'Pagamentos',
69   'Post'                        => 'Lançar',
70   'Post as new'                 => 'Lançar como novo',
71   'Project'                     => 'Projeto',
72   'Project not on file!'        => 'Projeto não está no arquivo!',
73   'Purchase Invoice'            => 'Fatura de compra',
74   'Select from one of the names below' => 'Selecione um dos nomes abaixo',
75   'Select from one of the projects below' => 'Selecione um dos projetos abaixo',
76   'Sep'                         => 'Set',
77   'September'                   => 'Setembro',
78   'Source'                      => 'Fonte',
79   'Subtotal'                    => 'Sub-total',
80   'Tax'                         => 'Imposto',
81   'Tax Included'                => 'Impostos incluídos',
82   'To'                          => 'Até',
83   'Total'                       => 'Total',
84   'Transaction deleted!'        => 'Transação apagada!',
85   'Transaction posted!'         => 'Transação lançada',
86   'Update'                      => 'Atualizar',
87   'Vendor'                      => 'Distribuidor',
88   'Vendor missing!'             => 'Distribuidor faltando!',
89   'Vendor not on file!'         => 'Distribuidor não está no arquivo!',
90   'Yes'                         => 'Sim',
91 };
92
93 $self{subs} = {
94   'add'                         => 'add',
95   'add_transaction'             => 'add_transaction',
96   'ap_subtotal'                 => 'ap_subtotal',
97   'ap_transaction'              => 'ap_transaction',
98   'ap_transactions'             => 'ap_transactions',
99   'ar_transaction'              => 'ar_transaction',
100   'check_name'                  => 'check_name',
101   'check_project'               => 'check_project',
102   'continue'                    => 'continue',
103   'create_links'                => 'create_links',
104   'delete'                      => 'delete',
105   'display_form'                => 'display_form',
106   'edit'                        => 'edit',
107   'form_footer'                 => 'form_footer',
108   'form_header'                 => 'form_header',
109   'gl_transaction'              => 'gl_transaction',
110   'name_selected'               => 'name_selected',
111   'post'                        => 'post',
112   'post_as_new'                 => 'post_as_new',
113   'project_selected'            => 'project_selected',
114   'purchase_invoice'            => 'purchase_invoice',
115   'sales_invoice'               => 'sales_invoice',
116   'search'                      => 'search',
117   'select_name'                 => 'select_name',
118   'select_project'              => 'select_project',
119   'update'                      => 'update',
120   'yes'                         => 'yes',
121   'transação___contas_a_pagar'  => 'ap_transaction',
122   'adicionar_transação_de_contas_pagáveis' => 'add_accounts_payables_transaction',
123   'continuar'                   => 'continue',
124   'apagar'                      => 'delete',
125   'editar_transação___contas_a_pagar' => 'edit_accounts_payables_transaction',
126   'lançar'                      => 'post',
127   'lançar_como_novo'            => 'post_as_new',
128   'fatura_de_compra'            => 'purchase_invoice',
129   'atualizar'                   => 'update',
130   'sim'                         => 'yes',
131 };
132
133 1;