Antennipasi
2008-12-29 53a61f75e8a2ef0847fe5fefd9ef9607472b6a5f
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['jobname_txt'] = 'Jobname';
$wb['jobname_err'] = 'Jobname is empty.';
$wb['sync_interval_minutes_txt'] = 'Intervallo (Min.)';
$wb['ftp_host_txt'] = 'FTP Host';
$wb['ftp_path_txt'] = 'FTP Path';
$wb['ftp_username_txt'] = 'FTP User';
$wb['ftp_password_txt'] = 'FTP Password';
$wb['local_path_txt'] = 'Local Path';
$wb['wput_options_txt'] = 'Wput Options';
$wb['active_txt'] = 'Attivo';
?>