diff options
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;  | 
