| | |
| | | <?php |
| | | $wb["jobname_txt"] = 'Jobnaam'; |
| | | $wb["jobname_err"] = 'Jobnaam is niet ingevuld.'; |
| | | $wb["sync_interval_minutes_txt"] = 'Interval (Min.)'; |
| | | $wb["ftp_host_txt"] = 'FTP host'; |
| | | $wb["ftp_path_txt"] = 'FTP pad'; |
| | | $wb["ftp_username_txt"] = 'FTP gebruiker'; |
| | | $wb["ftp_password_txt"] = 'FTP wachtwoord'; |
| | | $wb["local_path_txt"] = 'Lokaal pad'; |
| | | $wb["wput_options_txt"] = 'Wput opties'; |
| | | $wb["active_txt"] = 'Aktief'; |
| | | ?> |
| | | <?php
|
| | | $wb["jobname_txt"] = 'Jobnaam';
|
| | | $wb["jobname_err"] = 'Jobnaam is niet ingevuld.';
|
| | | $wb["sync_interval_minutes_txt"] = 'Interval (Min.)';
|
| | | $wb["ftp_host_txt"] = 'FTP host';
|
| | | $wb["ftp_path_txt"] = 'FTP pad';
|
| | | $wb["ftp_username_txt"] = 'FTP gebruiker';
|
| | | $wb["ftp_password_txt"] = 'FTP wachtwoord';
|
| | | $wb["local_path_txt"] = 'Lokaal pad';
|
| | | $wb["wput_options_txt"] = 'Wput opties';
|
| | | $wb["active_txt"] = 'Actief';
|
| | | ?>
|