From 28e74539a8ff715146c1535a70ce108f198aaf8f Mon Sep 17 00:00:00 2001 From: tetragon Date: Wed, 25 Oct 2006 21:16:04 +0000 Subject: Converting Portugese translations to gettext git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@309 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/br/pos | 81 ----------------------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100755 locale/br/pos (limited to 'locale/br/pos') diff --git a/locale/br/pos b/locale/br/pos deleted file mode 100755 index bad9c8d5..00000000 --- a/locale/br/pos +++ /dev/null @@ -1,81 +0,0 @@ -$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; - -- cgit v1.2.3