tbrehm
2012-08-20 1429073c6961380ff5eab9273be064d61fcf5313
1
2
3
4
5
6
7
8
9
10
11
<?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 toestemming voor dit domein.';
$wb['domain_error_regex'] = 'Ongeldige domeinnaam of domein bevat ongeldige karakters.';
$wb['limit_mailcatchall_txt'] = 'Het max. aantal e-mail catchall accounts voor uw account is bereikt.';
$wb['source_txt'] = 'Source';
$wb['destination_error_isemail'] = 'Destination is no valid email address.';
?>