summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/it/rc
blob: 51c09a139cfb2bf29b9d4a27c9089650bed2e219 (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
65
$self{texts} = {
  'Account'                     => 'Conto',
  'Accounting Menu'             => 'Menù contabilità',
  'Apr'                         => 'Apr',
  'April'                       => 'Aprile',
  'Aug'                         => 'Ago',
  'August'                      => 'Agosto',
  'Balance'                     => 'Saldo',
  'Continue'                    => 'Continua',
  'Current'                     => 'Corrente',
  'Date'                        => 'Data',
  'Dec'                         => 'Dic',
  'December'                    => 'Dicembre',
  'Deposit'                     => 'Deposito',
  'Description'                 => 'Descrizione',
  'Difference'                  => 'Differenza',
  'Done'                        => 'Fatto',
  'Feb'                         => 'Feb',
  'February'                    => 'Febbraio',
  'From'                        => 'Dal',
  'Jan'                         => 'Gen',
  'January'                     => 'Gennaio',
  'Jul'                         => 'Lug',
  'July'                        => 'Luglio',
  'Jun'                         => 'Giu',
  'June'                        => 'Giugno',
  'Mar'                         => 'Mar',
  'March'                       => 'Marzo',
  'May'                         => 'Mag',
  'May '                        => 'Mag ',
  'Nov'                         => 'Nov',
  'November'                    => 'Novembre',
  'Oct'                         => 'Ott',
  'October'                     => 'Ottobre',
  'Out of balance!'             => 'Non conciliato!',
  'Payment'                     => 'Pagamento',
  'Reconciliation'              => 'Conciliazione',
  'Select all'                  => 'Seleziona tutto',
  'Sep'                         => 'Set',
  'September'                   => 'Settembre',
  'Source'                      => 'Riferimento',
  'Statement Balance'           => 'Saldo',
  'To'                          => 'A',
  'Update'                      => 'Aggiorna',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'continue'                    => 'continue',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'done'                        => 'done',
  'get_payments'                => 'get_payments',
  'menubar'                     => 'menubar',
  'reconciliation'              => 'reconciliation',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
  'continua'                    => 'continue',
  'fatto'                       => 'done',
  'seleziona_tutto'             => 'select_all',
  'aggiorna'                    => 'update',
};

1;