mcramer
2011-04-27 4e6a24b14ef4ef4b1847a23ee1f6340df44738b4
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['email_txt'] = 'E-mail';
$wb['destination_txt'] = 'Bestemming';
$wb['active_txt'] = 'Actief';
$wb['email_error_isemail'] = 'E-mail address is ongeldig.';
$wb['email_error_unique'] = 'Duplicaat E-mail adres.';
$wb['no_domain_perm'] = 'U heeft geen toestemming voor dit domein.';
$wb['destination_error_isemail'] = 'Bestemming Emailaddres is ongeldig.';
$wb['limit_mailalias_txt'] = 'Het max. aantal e-mail aliassen voor uw account is bereikt.';
$wb['duplicate_mailbox_txt'] = 'Er is al een mailbox met dit e-mail adres';
?>