summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/br/pos
blob: bada7d238cb1fa4a50dbb2cb3f2f7286130bc82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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;