import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / it / rc
1 $self{texts} = {
2   'Account'                     => 'Conto',
3   'Accounting Menu'             => 'Menù contabilità',
4   'Apr'                         => 'Apr',
5   'April'                       => 'Aprile',
6   'Aug'                         => 'Ago',
7   'August'                      => 'Agosto',
8   'Balance'                     => 'Saldo',
9   'Continue'                    => 'Continua',
10   'Current'                     => 'Corrente',
11   'Date'                        => 'Data',
12   'Dec'                         => 'Dic',
13   'December'                    => 'Dicembre',
14   'Deposit'                     => 'Deposito',
15   'Description'                 => 'Descrizione',
16   'Difference'                  => 'Differenza',
17   'Done'                        => 'Fatto',
18   'Feb'                         => 'Feb',
19   'February'                    => 'Febbraio',
20   'From'                        => 'Dal',
21   'Jan'                         => 'Gen',
22   'January'                     => 'Gennaio',
23   'Jul'                         => 'Lug',
24   'July'                        => 'Luglio',
25   'Jun'                         => 'Giu',
26   'June'                        => 'Giugno',
27   'Mar'                         => 'Mar',
28   'March'                       => 'Marzo',
29   'May'                         => 'Mag',
30   'May '                        => 'Mag ',
31   'Nov'                         => 'Nov',
32   'November'                    => 'Novembre',
33   'Oct'                         => 'Ott',
34   'October'                     => 'Ottobre',
35   'Out of balance!'             => 'Non conciliato!',
36   'Payment'                     => 'Pagamento',
37   'Reconciliation'              => 'Conciliazione',
38   'Select all'                  => 'Seleziona tutto',
39   'Sep'                         => 'Set',
40   'September'                   => 'Settembre',
41   'Source'                      => 'Riferimento',
42   'Statement Balance'           => 'Saldo',
43   'To'                          => 'A',
44   'Update'                      => 'Aggiorna',
45 };
46
47 $self{subs} = {
48   'acc_menu'                    => 'acc_menu',
49   'continue'                    => 'continue',
50   'display'                     => 'display',
51   'display_form'                => 'display_form',
52   'done'                        => 'done',
53   'get_payments'                => 'get_payments',
54   'menubar'                     => 'menubar',
55   'reconciliation'              => 'reconciliation',
56   'section_menu'                => 'section_menu',
57   'select_all'                  => 'select_all',
58   'update'                      => 'update',
59   'continua'                    => 'continue',
60   'fatto'                       => 'done',
61   'seleziona_tutto'             => 'select_all',
62   'aggiorna'                    => 'update',
63 };
64
65 1;