tbrehm
2008-07-06 a613451d5cb7fc111159110f974bc2a0d5d06878
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';
?>