tbrehm
2008-07-29 c30ad79199c45713f96cec1b3f97ad5467ac4073
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';
?>