tbrehm
2012-10-19 b68397e27d3dfdebbca3d142de84e719891bdce7
interface/web/mail/lib/lang/de_mail_aliasdomain.lng
@@ -1,11 +1,12 @@
<?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['source_txt'] = "Quelle";
$wb['destination_txt'] = "Ziel";
$wb['active_txt'] = "Aktiv";
$wb['no_domain_perm'] = "Sie haben keine Rechte für diese Domain.";
$wb['limit_mailaliasdomain_txt'] = "Die maximale Anzahl an E-Mail Alias Domains für Ihr Konto wurde erreicht.";
$wb['source_destination_identical_txt'] = "Quell- und Ziel Domain sind identisch.";
$wb['source_error_empty'] = "Quell Domain ist leer.";
$wb['source_error_unique'] = "Quell Domain duplizieren.";
$wb['source_error_regex'] = "Ungültiger Quell Domainname.";
?>