tbrehm
2009-07-10 3cebc3a5fc5a6e76b80f712fc4f7a48c2c92d61e
1
2
3
4
5
6
7
8
9
<?php
$wb['domain_txt'] = 'Domein';
$wb['destination_txt'] = 'Bestemming';
$wb['active_txt'] = 'Actief';
$wb['domain_error_unique'] = 'Er is al een Catchall record voor dit domein.';
$wb['no_domain_perm'] = 'U heeft geen permissies voor dit domein.';
$wb['domain_error_regex'] = 'Ongeldige domeinnaam of het domein bevat ongeldige karakters.';
$wb['limit_mailcatchall_txt'] = 'Het max. aantal email catchall accounts voor uw account is bereikt.';
?>