X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=sql-ledger%2Flocale%2Fpt%2Fcp;h=e6c5167cc933daa916b4412398f338b7e1c37463;hp=1d62d31b017da49c9a16a7a3294ff988d3fac786;hb=32306b5f8ffe4ce594409aa6e89626740b225a39;hpb=52072fcd26f2faf57923f598c358e7f47c4e2643 diff --git a/sql-ledger/locale/pt/cp b/sql-ledger/locale/pt/cp index 1d62d31b0..e6c5167cc 100644 --- a/sql-ledger/locale/pt/cp +++ b/sql-ledger/locale/pt/cp @@ -1,48 +1,45 @@ $self{texts} = { + 'AP' => 'Fornecedores', + 'AR' => 'Clientes', 'Account' => 'Conta', + 'Accounting Menu' => 'Menu de Contabilidade', 'Address' => 'Endereço', + 'All' => 'Todos', 'Amount' => 'Total', - 'Amount does not equal applied!' => 'Valor diferente do aplicado!', - 'Amount missing!' => 'Falta o valor!', - 'Applied' => 'Aplicado', - 'Cannot post payment!' => 'Não é possivel lançar pagamento', + 'Amount Due' => 'Total em dívida', 'Cannot process payment for a closed period!' => 'Não é possivel lançar pagamento para um período fechado', - 'Check' => 'Cheque', - 'Check printed!' => 'Cheque impresso!', - 'Check printing failed!' => 'Falhou a impressão de cheques!', 'Continue' => 'Continuar', 'Currency' => 'Moeda', 'Customer' => 'Cliente', 'Customer not on file!' => 'Cliente inexistente!', 'Date' => 'Data', 'Date missing!' => 'Falta a data!', + 'Deposit' => 'Depósito', 'Description' => 'Descrição', - 'Due' => 'Vence', - 'Exchangerate' => 'Taxa de Câmbio', - 'From' => 'De', + 'Exchange Rate' => 'Taxa de Câmbio', + 'Exchange rate missing!' => 'Falta a taxa de câmbio!', 'Invoice' => 'Factura', 'Invoices' => 'Facturas', - 'Nothing applied!' => 'Nada aplicado', 'Number' => 'Número', - 'Paid in full' => 'Paid in full', + 'PDF' => 'PDF', 'Payment' => 'Pagamento', 'Payment posted!' => 'Pagamento processado', 'Post' => 'Processar', + 'Postscript' => 'PostScript', 'Print' => 'Imprimir', - 'Printer' => 'Impressora', 'Project not on file!' => 'Projecto não existe', 'Receipt' => 'Recibo', - 'Reference' => 'Referência', 'Screen' => 'Ecran', 'Select from one of the names below' => 'Seleccione um dos nomes abaixo', 'Select from one of the projects below' => 'Seleccione um dos projectos abaixo', - 'To' => 'Até', + 'Source' => 'Origem', 'Update' => 'Actualizar', 'Vendor' => 'Fornecedor', 'Vendor not on file!' => 'Fornecedor não existe', }; $self{subs} = { + 'acc_menu' => 'acc_menu', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', 'ar_transaction' => 'ar_transaction', @@ -51,21 +48,24 @@ $self{subs} = { 'check_project' => 'check_project', 'continue' => 'continue', 'customer_details' => 'customer_details', + 'display' => 'display', 'form_footer' => 'form_footer', 'form_header' => 'form_header', 'gl_transaction' => 'gl_transaction', 'list_invoices' => 'list_invoices', + 'menubar' => 'menubar', 'name_selected' => 'name_selected', 'payment' => 'payment', 'post' => 'post', 'print' => 'print', 'project_selected' => 'project_selected', - 'purchase_invoice' => 'purchase_invoice', - 'sales_invoice' => 'sales_invoice', + 'sales_invoice_' => 'sales_invoice_', + 'section_menu' => 'section_menu', 'select_name' => 'select_name', 'select_project' => 'select_project', 'update' => 'update', 'vendor_details' => 'vendor_details', + 'vendor_invoice_' => 'vendor_invoice_', 'continuar' => 'continue', 'processar' => 'post', 'imprimir' => 'print',