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