| | |
| | | <?php
|
| | | $wb['email_txt'] = 'Emailadresse';
|
| | | $wb['destination_txt'] = 'Ziel';
|
| | | $wb['active_txt'] = 'Aktiv';
|
| | | <?php |
| | | $wb['email_txt'] = 'Emailadresse'; |
| | | $wb['destination_txt'] = 'Ziel'; |
| | | $wb['active_txt'] = 'Aktiv'; |
| | | $wb['email_error_isemail'] = 'Emailadresse ist ungültig'; |
| | | $wb['email_error_unique'] = 'Doppelte Emailadresse.'; |
| | | $wb['no_domain_perm'] = 'Sie haben keine Berechtigung für diese Domain.';
|
| | | $wb['destination_error_isemail'] = 'Ziel Emailadresse ist ungültig.';
|
| | | $wb['limit_mailalias_txt'] = 'The max. number of email aliases for your account is reached.';
|
| | | ?>
|
| | |
|
| | |
|
| | | $wb['no_domain_perm'] = 'Sie haben keine Berechtigung für diese Domain.'; |
| | | $wb['destination_error_isemail'] = 'Ziel Emailadresse ist ungültig.'; |
| | | $wb['limit_mailalias_txt'] = 'The max. number of email aliases for your account is reached.'; |
| | | ?> |