tbrehm
2008-06-13 7848cef8ea2f1345c08200d9a817404b437c53a5
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb["jobname_txt"] = 'Jobname';
$wb["jobname_err"] = 'Jobname vuoto.';
$wb["sync_interval_minutes_txt"] = 'Intervallo (Min.)';
$wb["ftp_host_txt"] = 'Host FTP';
$wb["ftp_path_txt"] = 'Path FTP';
$wb["ftp_username_txt"] = 'Utente FTP';
$wb["ftp_password_txt"] = 'Password FTP';
$wb["local_path_txt"] = 'Path Locale';
$wb["wput_options_txt"] = 'Optioni Wput';
$wb["active_txt"] = 'Attivo';
?>