diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
commit | ac5b087ea2d9ba7428d367aaeb288534158fee9a (patch) | |
tree | 2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/br/pos |
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/br/pos')
-rwxr-xr-x | locale/br/pos | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/locale/br/pos b/locale/br/pos new file mode 100755 index 00000000..bad9c8d5 --- /dev/null +++ b/locale/br/pos @@ -0,0 +1,81 @@ +$self{texts} = { + 'Accounting Menu' => 'Menu de Contabilidade', + 'Add POS Invoice' => 'Adicionar Fatura de PDV', + 'Amount' => 'Total', + 'Business' => 'Negócio', + 'Cannot post transaction!' => 'Não pode lançar transação!', + 'Change' => 'Troco', + '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 PDV', + 'Exchange Rate' => 'Taxa de câmbio', + 'Exchange rate missing!' => 'Falta a taxa de câmbio!', + 'Extended' => 'Extendida', + 'From' => 'De', + 'Language' => 'Idioma', + 'Memo' => 'Memorando', + 'Month' => 'Mês', + 'Number' => 'Número', + 'Open' => 'Em Aberto', + 'Period' => 'Período', + 'Post' => 'Lançar', + 'Posted!' => 'Lançado!', + 'Price' => 'Preço', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir e Lançar', + 'Printed' => 'Impresso', + 'Qty' => 'Qtd', + 'Quarter' => 'Trimestre', + 'Receipts' => 'Recibos', + 'Record in' => 'Registrar em', + 'Remaining' => 'Restante', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Tela', + 'Select a Printer!' => 'Selecione uma Impressora!', + 'Source' => 'Fonte', + 'Subtotal' => 'Subtotal', + 'Tax Included' => 'Impostos incluídos', + 'To' => 'Até', + 'Total' => 'Total', + 'Trade Discount' => 'Desconto de comércio', + 'Unit' => 'Unidade', + 'Update' => 'Atualizar', + 'Year' => 'Ano', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'display' => 'display', + 'display_row' => 'display_row', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'js_menu' => 'js_menu', + 'lookup_partsgroup' => 'lookup_partsgroup', + 'menubar' => 'menubar', + 'openinvoices' => 'openinvoices', + 'post' => 'post', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'receipts' => 'receipts', + 'section_menu' => 'section_menu', + 'continuar' => 'continue', + 'apagar' => 'delete', + 'lançar' => 'post', + 'imprimir' => 'print', + 'imprimir_e_lançar' => 'print_and_post', + 'atualizar' => 'update', +}; + +1; + |