tbrehm
2012-01-12 8cf78b31b28b9183579c7939b947e1f7e9f5c2fa
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['source_txt'] = 'Source';
$wb['destination_txt'] = 'Destination';
$wb['active_txt'] = 'Aktivno';
$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.';
?>