| | |
| | | $wb['type_txt'] = 'Typ'; |
| | | $wb['active_txt'] = 'Aktiv'; |
| | | $wb["dkim_txt"] = 'DKIM aktivieren'; |
| | | $wb["dkim_private_txt"] = 'DKIM Private-key'; |
| | | $wb["dkim_public_txt"] = 'DKIM Public-key\nfor information only'; |
| | | $wb["dkim_generate_txt"] = 'erstelle DKIM Private-key'; |
| | | $wb["dkim_dns_txt"] = 'DNS-Record (TYPE TXT)<br><br>add this record to your DNS'; |
| | | $wb["dkim_private_txt"] = 'DKIM privater Schlüssel'; |
| | | $wb["dkim_public_txt"] = 'DKIM öffentlicher Schlüssel'; |
| | | $wb["dkim_generate_txt"] = 'erstelle DKIM Schlüssel'; |
| | | $wb["dkim_dns_txt"] = 'DNS Eintrag'; |
| | | $wb["dkim_private_key_error"] = 'ungueltiger DKIM-Private key'; |
| | | $wb['domain_error_empty'] = 'Domain ist leer'; |
| | | $wb['domain_error_unique'] = 'Doppelte Domain.'; |
| | |
| | | $wb['limit_maildomain_txt'] = 'Die maximale Anzahl an E-Mail Domains für Ihr Konto wurde erreicht.'; |
| | | $wb['policy_txt'] = 'Spamfilter'; |
| | | $wb['no_policy'] = '- nicht aktiviert -'; |
| | | $wb['dkim_selector_txt'] = 'DKIM-Selector'; |
| | | $wb['dkim_selector_error'] = 'Ungültiger DKIM-Selector. Verwenden Sie nur max. 63 alphanumerische Zeichen (a-z oder 0-9)'; |
| | | $wb["dkim_settings_txt"] = 'DomainKeys Identified Mail (DKIM)'; |
| | | ?> |