tbrehm
2008-06-16 09ee5bfa1f3b835b1ce9501128870cc2f9c22f0a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$wb["getmail_config_dir_txt"] = 'Getmail Config Pad';
$wb["btn_save_txt"] = 'Opslaan';
$wb["btn_cancel_txt"] = 'Annuleren';
$wb["ip_address_txt"] = 'IP Adres';
$wb["netmask_txt"] = 'Netmask';
$wb["gateway_txt"] = 'Gateway';
$wb["hostname_txt"] = 'Hostname';
$wb["nameservers_txt"] = 'Nameservers';
$wb["module_txt"] = 'Server module';
$wb["maildir_path_txt"] = 'Maildir pad';
$wb["homedir_path_txt"] = 'Homedir pad';
$wb["mailuser_uid_txt"] = 'Mailgebruiker UID';
$wb["mailuser_gid_txt"] = 'Mailgebruiker GID';
$wb["mailuser_name_txt"] = 'Mailgebruiker naam';
$wb["mailuser_group_txt"] = 'Mailgebruiker groep';
$wb["relayhost_txt"] = 'Relayhost';
$wb["relayhost_user_txt"] = 'Relayhost gebruiker';
$wb["relayhost_password_txt"] = 'Relayhost wachtwoord';
$wb["mailbox_size_limit_txt"] = 'Mailbox grootte Limiet';
$wb["message_size_limit_txt"] = 'Message grootte Limiet';
?>