tbrehm
2008-09-30 8065e06cb37b27d0736b74e0e8ab646499a630b7
1
2
3
4
5
6
7
8
9
10
11
12
<?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';
?>