import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / it / rc
diff --git a/sql-ledger/sql-ledger/locale/it/rc b/sql-ledger/sql-ledger/locale/it/rc
new file mode 100644 (file)
index 0000000..51c09a1
--- /dev/null
@@ -0,0 +1,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;