summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/it/pos
blob: a49e13e02d230cd6e513ba29df147589016e0512 (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
$self{texts} = {
  'Account'                     => 'Conto',
  'Cannot post transaction!'    => 'Non si può salvare la scrittura!',
  'Continue'                    => 'Continua',
  'Credit Limit'                => 'Fido',
  'Currency'                    => 'Valuta',
  'Current'                     => 'Corrente',
  'Customer'                    => 'Cliente',
  'Customer missing!'           => 'Cliente mancante!',
  'Delete'                      => 'Cancella',
  'Description'                 => 'Descrizione',
  'Exchange Rate'               => 'Tasso di cambio',
  'Exchange rate missing!'      => 'Manca il tasso di cambio!',
  'Extended'                    => 'Totale riga',
  'From'                        => 'Dal',
  'Language'                    => 'Lingua',
  'Number'                      => 'Codice',
  'Open'                        => 'Aperto/i',
  'Paid'                        => 'Importo pagato',
  'Post'                        => 'Salva',
  'Price'                       => 'Prezzo',
  'Print'                       => 'Stampa',
  'Qty'                         => 'Q.tà',
  'Receipts'                    => 'Riscossioni',
  'Record in'                   => 'Registra in',
  'Remaining'                   => 'Rimanente',
  'Salesperson'                 => 'Addetto alle vendite',
  'Screen'                      => 'Schermo',
  'Source'                      => 'Riferimento',
  'Subtotal'                    => 'Totale parziale',
  'To'                          => 'A',
  'Total'                       => 'Totale',
  'Unit'                        => 'Unità',
  'Update'                      => 'Aggiorna',
};

$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',
  'continua'                    => 'continue',
  'cancella'                    => 'delete',
  'salva'                       => 'post',
  'stampa'                      => 'print',
  'aggiorna'                    => 'update',
};

1;