| | |
| | | <?php |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | $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.'; |
| | | ?> |