tbrehm
2008-12-15 d8b8b07743627b8280d722c32215852204317401
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';
?>