ftimme
2013-01-16 08cc7f673c377bf88897743e340097e93f1e95f4
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['source_txt'] = 'Bron';
$wb['destination_txt'] = 'Bestemming';
$wb['active_txt'] = 'Actief';
$wb['no_domain_perm'] = 'U heeft geen toestemming voor dit domein.';
$wb['limit_mailaliasdomain_txt'] = 'Het max. aantal e-mail alias domeinen voor uw account is bereikt.';
$wb['source_destination_identical_txt'] = 'Bron en doel domein zijn identiek.';
$wb['source_error_empty'] = 'Geen doel domein ingevuld.';
$wb['source_error_unique'] = 'Duplicaat bron domein.';
$wb['source_error_regex'] = 'Ongeldige bron domein naam.';
?>