vogelor
2008-12-14 cf8190ffc604cce6d3c441f3aed7aaf594007e13
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';
?>