redray
2009-02-17 aa3c2e532f1fb431e751a9213ca289c5f8cbbdf6
1
2
3
4
5
6
7
8
9
10
11
<?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.';
?>