| | |
| | | <?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['active_txt'] = 'Actif'; |
| | | $wb['no_domain_perm'] = 'Vous n\'avez pas de permission pour ce domaine.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Le nombre maximal d\'alias de domaine pour votre compte est atteint.'; |
| | | $wb['source_destination_identical_txt'] = 'Les domaines source et cible sont identiques.'; |
| | | $wb['source_error_empty'] = 'Le domaine source est vide.'; |
| | | $wb['source_error_unique'] = 'Domaine source dupliqué.'; |
| | | $wb['source_error_regex'] = 'Nom de domaine source invalide.'; |
| | | ?> |