commit | author | age | ||
0dae6d | 1 | <?php |
F | 2 | $wb['jobname_txt'] = 'Jobname'; |
3 | $wb['jobname_err'] = 'Jobname is empty.'; | |
4 | $wb['sync_interval_minutes_txt'] = 'Intervall (Min.)'; | |
5 | $wb['ftp_host_txt'] = 'FTP Host'; | |
6 | $wb['ftp_path_txt'] = 'FTP Path'; | |
7 | $wb['ftp_username_txt'] = 'FTP User'; | |
8 | $wb['ftp_password_txt'] = 'FTP Password'; | |
9 | $wb['local_path_txt'] = 'Local Path'; | |
10 | $wb['wput_options_txt'] = 'Wput Options'; | |
11 | $wb['active_txt'] = 'Aktive'; | |
12 | ?> |