tbrehm
2010-07-12 f6497b5bf17737fa3c0a51a4b5651952ca7d0934
1
2
3
4
5
6
7
8
9
10
11
<?php
$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 max. Anzahl an Email Alias Domains wurde erreicht.';
$wb['source_destination_identical_txt'] = 'Quell und Ziel Domain sind dieselbe.';
$wb['source_error_empty'] = 'Quell Domain ist leer.';
$wb['source_error_unique'] = 'Quell Domain duplizieren.';
$wb['source_error_regex'] = 'Ungültiger Quell Domainname.';
?>