Florian Schaal
2016-03-22 5ca959fa688255a8de61f89fe2751eb4d24a6912
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['source_txt'] = 'Source';
$wb['destination_txt'] = 'Destinazione';
$wb['active_txt'] = 'Attivo';
$wb['no_domain_perm'] = 'Non hai i diritti per  this domain.';
$wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains raggiunto per il tuo account.';
$wb['source_destination_identical_txt'] = 'Source and target Domain are the same.';
$wb['source_error_empty'] = 'Source Domain  vuoto.';
$wb['source_error_unique'] = 'Duplicate source Domain.';
$wb['source_error_regex'] = 'Invalid source domain name.';
?>