tbrehm
2008-12-27 e7fe9ff29a7a65fd09510ea785ce7668b8a95c78
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.';
?>