can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / it / arap
1 $self{texts} = {
2   'Address'                     => 'Indirizzo',
3   'Continue'                    => 'Continua',
4   'Customer not on file!'       => 'Cliente non sul file!',
5   'Description'                 => 'Descrizione',
6   'Number'                      => 'Numero',
7   'Project not on file!'        => 'Progetto non archiviato!',
8   'Select from one of the names below' => 'Seleziona uno dei seguenti nomi',
9   'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti',
10   'Vendor not on file!'         => 'Fornitore non in archivio!',
11 };
12
13 $self{subs} = {
14   'add_transaction'             => 'add_transaction',
15   'ap_transaction'              => 'ap_transaction',
16   'ar_transaction'              => 'ar_transaction',
17   'check_name'                  => 'check_name',
18   'check_project'               => 'check_project',
19   'continue'                    => 'continue',
20   'gl_transaction'              => 'gl_transaction',
21   'name_selected'               => 'name_selected',
22   'project_selected'            => 'project_selected',
23   'purchase_invoice'            => 'purchase_invoice',
24   'sales_invoice'               => 'sales_invoice',
25   'select_name'                 => 'select_name',
26   'select_project'              => 'select_project',
27   'continua'                    => 'continue',
28 };
29
30 1;