diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 32306b5f8ffe4ce594409aa6e89626740b225a39 (patch) | |
tree | 8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/locale/br/pos | |
parent | 52072fcd26f2faf57923f598c358e7f47c4e2643 (diff) |
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/locale/br/pos')
-rw-r--r-- | sql-ledger/locale/br/pos | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/sql-ledger/locale/br/pos b/sql-ledger/locale/br/pos new file mode 100644 index 000000000..bada7d238 --- /dev/null +++ b/sql-ledger/locale/br/pos @@ -0,0 +1,64 @@ +$self{texts} = { + 'Account' => 'Conta', + 'Add POS Invoice' => 'Adicionar Fatura Ponto de Venda', + 'Cannot post transaction!' => 'Não pode lançar transação!', + 'Change' => 'Trocar', + 'Continue' => 'Continuar', + 'Credit Limit' => 'Limite de Crédito', + 'Currency' => 'Moeda', + 'Current' => 'Corrente', + 'Customer' => 'Cliente', + 'Customer missing!' => 'Cliente faltando!', + 'Delete' => 'Apagar', + 'Department' => 'Departamento', + 'Description' => 'Descrição', + 'Edit POS Invoice' => 'Editar Fatura de Ponto de Venda', + 'Exchange Rate' => 'Taxa de câmbio', + 'Exchange rate missing!' => 'Falta a taxa de câmbio!', + 'Extended' => 'Extendida', + 'From' => 'De', + 'Language' => 'Idioma', + 'Memo' => 'Memorando', + 'Number' => 'Número', + 'Open' => 'Abrir', + 'Paid' => 'Total Efetuado', + 'Post' => 'Lançar', + 'Posted!' => 'Lançado!', + 'Price' => 'Preço', + 'Print' => 'Imprimir', + 'Printed' => 'Impresso', + 'Qty' => 'Qtde', + 'Receipts' => 'Recibos', + 'Record in' => 'Registrar em', + 'Remaining' => 'Restante', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Tela', + 'Source' => 'Fonte', + 'Subtotal' => 'Sub-total', + 'To' => 'Para', + 'Total' => 'Total', + 'Unit' => 'Unidade', + 'Update' => 'Atualizar', +}; + +$self{subs} = { + 'add' => 'add', + 'display_row' => 'display_row', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'lookup_partsgroup' => 'lookup_partsgroup', + 'openinvoices' => 'openinvoices', + 'post' => 'post', + 'print' => 'print', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'receipts' => 'receipts', + 'continuar' => 'continue', + 'apagar' => 'delete', + 'lançar' => 'post', + 'imprimir' => 'print', + 'atualizar' => 'update', +}; + +1; |