tbrehm
2009-06-21 494c3cf3872116a564d20a6c30d3a6e35a1ee632
1
2
3
4
5
6
7
8
9
10
<?php
$wb['email_txt'] = 'Email';
$wb['destination_txt'] = 'Bestemming';
$wb['active_txt'] = 'Actief';
$wb['email_error_isemail'] = 'Emailadres is ongeldig.';
$wb['email_error_unique'] = 'Duplicaat emailadres.';
$wb['no_domain_perm'] = 'U heeft geen toestemming voor dit domain.';
$wb['destination_error_isemail'] = 'Emailadres geadresseerde is ongeldig.';
$wb['limit_mailalias_txt'] = 'Het max. aantal emailaliassen voor uw account is bereikt.';
?>