jmontoya
2010-08-04 e8a29cf134f7df1a1e7637083f6d7adf64949b7c
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'] = 'Die maximale Anzahl an Email Aliases für ihr Konto wurde erreicht.';
$wb['duplicate_mailbox_txt'] = 'Es existiert bereits eine Mailbox mit dieser Email Adresse';
?>