redray
2008-10-25 7f4571c32b1a4a46524388abe8e12bc010c139c8
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';
?>