$self{texts} = {
  'AP Transaction'              => 'Scrittura fornitore',
  'AR Transaction'              => 'Scrittura cliente',
  'Account'                     => 'Conto',
  'Add Cash Transfer Transaction' => 'Add Cash Transfer Transaction',
  'Add General Ledger Transaction' => 'Inserimento scrittura di contabilit generale',
  'Address'                     => 'Indirizzo',
  'All'                         => 'Tutti',
  'Apr'                         => 'Apr',
  'April'                       => 'Aprile',
  'Are you sure you want to delete Transaction' => 'Sei sicuro di voler cancellare la scrittura',
  'Asset'                       => 'Attivit',
  'Aug'                         => 'Ago',
  'August'                      => 'Agosto',
  'Balance'                     => 'Saldo',
  'Cannot delete transaction!'  => 'Non si pu cancellare la scrittura',
  'Cannot post transaction for a closed period!' => 'Non si pu salvare una scrittura per un periodo chiuso!',
  'Cannot post transaction!'    => 'Non si pu salvare la scrittura!',
  'Confirm!'                    => 'Conferma!',
  'Continue'                    => 'Continua',
  'Credit'                      => 'Avere',
  'Customer not on file!'       => 'Cliente non sul file!',
  'Date'                        => 'Data',
  'Debit'                       => 'Dare',
  'Dec'                         => 'Dic',
  'December'                    => 'Dicembre',
  'Delete'                      => 'Cancella',
  'Description'                 => 'Descrizione',
  'Edit Cash Transfer Transaction' => 'Edit Cash Transfer Transaction',
  'Edit General Ledger Transaction' => 'Modifica scrittura di contabilit generale',
  'Equity'                      => 'Capitale netto',
  'Expense'                     => 'Costi',
  'FX'                          => 'FX',
  'Feb'                         => 'Feb',
  'February'                    => 'Febbraio',
  'From'                        => 'Dal',
  'GIFI'                        => 'Codice GIFI',
  'GL Transaction'              => 'Scrittura di contabilit generale',
  'General Ledger'              => 'Contabilit generale',
  'ID'                          => 'ID',
  'Include in Report'           => 'Includere nel prospetto',
  'Income'                      => 'Ricavi',
  'Jan'                         => 'Gen',
  'January'                     => 'Gennaio',
  'Jul'                         => 'Lug',
  'July'                        => 'Luglio',
  'Jun'                         => 'Giu',
  'June'                        => 'Giugno',
  'Liability'                   => 'Passivit',
  'Mar'                         => 'Mar',
  'March'                       => 'Marzo',
  'May'                         => 'Mag',
  'May '                        => 'Mag ',
  'Notes'                       => 'Note',
  'Nov'                         => 'Nov',
  'November'                    => 'Novembre',
  'Oct'                         => 'Ott',
  'October'                     => 'Ottobre',
  'Post'                        => 'Salva',
  'Post as new'                 => 'Salva come nuovo',
  'Project'                     => 'Progetto',
  'Reference'                   => 'Documento',
  'Reference missing!'          => 'Manca il documento!',
  'Reports'                     => 'Prospetti',
  'Sales Invoice'               => 'Fattura di vendita',
  'Select from one of the names below' => 'Seleziona uno dei seguenti nomi',
  'Sep'                         => 'Set',
  'September'                   => 'Settembre',
  'Source'                      => 'Riferimento',
  'Subtotal'                    => 'Totale parziale',
  'Transaction Date missing!'   => 'Manca la data della scrittura!',
  'Transaction deleted!'        => 'Scrittura cancellata!',
  'Transaction posted!'         => 'Scrittura salvata!',
  'Update'                      => 'Aggiorna',
  'Vendor Invoice'              => 'Fattura di acquisto',
  'Vendor not on file!'         => 'Fornitore non in archivio!',
  'Yes'                         => 'S',
  'to'                          => 'fino al',
};

$self{subs} = {
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'delete'                      => 'delete',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'form_row'                    => 'form_row',
  'generate_report'             => 'generate_report',
  'gl_subtotal'                 => 'gl_subtotal',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'post'                        => 'post',
  'post_as_new'                 => 'post_as_new',
  'sales_invoice'               => 'sales_invoice',
  'search'                      => 'search',
  'select_name'                 => 'select_name',
  'update'                      => 'update',
  'vendor_invoice'              => 'vendor_invoice',
  'yes'                         => 'yes',
  'scrittura_fornitore'         => 'ap_transaction',
  'scrittura_cliente'           => 'ar_transaction',
  'continua'                    => 'continue',
  'cancella'                    => 'delete',
  'scrittura_di_contabilit_generale' => 'gl_transaction',
  'salva'                       => 'post',
  'salva_come_nuovo'            => 'post_as_new',
  'fattura_di_vendita'          => 'sales_invoice',
  'aggiorna'                    => 'update',
  'fattura_di_acquisto'         => 'vendor_invoice',
  's'                          => 'yes',
};

1;
