| | |
| | | <?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 max. Anzahl an E-Mail-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."; |
| | | ?> |
| | | |