Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
a12b09 1 <?php
FS 2 $wb['data_txt'] = 'DMARC Record';
3 $wb['domain_txt'] = 'Domain';
5a990b 4 $wb['dmarc_policy_txt'] = 'Mail Empfänger Policy';
FS 5 $wb['dmarc_policy_note_txt'] = 'Wie der empfangen Server Mails behandeln soll, bei denen SPF oder DKIM (DMARC) fehlschlägt.';
37ac04 6 $wb['dmarc_policy_none_txt'] = 'nur Reports';
355cd5 7 $wb['dmarc_policy_quarantine_txt'] = 'Quarantäne';
FS 8 $wb['dmarc_policy_reject_txt'] = 'abweisen';
407003 9 $wb['dmarc_rua_txt'] = '\'Aggregate Data Reporting\' Adresse';
5a990b 10 $wb['dmarc_rua_note_txt'] = 'Email für Berichte ISPs für Mails mit fehlgeschlagenen DMARC-Checks (mehrere mit Leerzeichen trennen).';
407003 11 $wb['dmarc_ruf_txt'] = '\'Forensic Data Reporting\' Adresse';
5a990b 12 $wb['dmarc_ruf_note_txt'] = 'Email für Mails bei einem fehlgeschlagenen DMARC-Check (mehrere mit Leerzeichen trennen).';
FS 13 $wb['dmarc_fo_txt'] = 'Forensic Report Optionen';
407003 14 $wb['dmarc_fo0_txt'] = 'Reports, wenn alle Authentifizierungen für DMARC fehlschlagen';
5a990b 15 $wb['dmarc_fo1_txt'] = 'Reports, wenn eine Authentifizierung fehlschlägt.';
FS 16 $wb['dmarc_fod_txt'] = 'Reports, wenn die DKIM-Überprüfung fehlschlägt.';
17 $wb['dmarc_fos_txt'] = 'Reports, wenn die SPF-Überprüfung fehlschlägt.';
a12b09 18 $wb['dmarc_adkim_txt'] = 'DKIM identifier alignment';
407003 19 $wb['dmarc_adkim_note_txt'] = '\'strict\' erfordert exakte Übereinstimmung zwischen DKIM der Domain und dem From-Header der Email';
a12b09 20 $wb['dmarc_adkim_r_txt'] = 'relaxed';
FS 21 $wb['dmarc_adkim_s_txt'] = 'strict';
407003 22 $wb['dmarc_aspf_txt'] = 'Abgleichsmodus (\'alignment mode\') für SPF';
TB 23 $wb['dmarc_aspf_note_txt'] = '\'strict\' erfordert exakte Übereinstimmung zwischen dem SPF der Domain und dem From-Header der Email';
a12b09 24 $wb['dmarc_aspf_r_txt'] = 'relaxed';
FS 25 $wb['dmarc_aspf_s_txt'] = 'strict';
26 $wb['dmarc_rf_txt'] = 'Report Format';
27 $wb['dmarc_rf_afrf_txt'] = 'Authentication Failure Reporting Format';
28 $wb['dmarc_rf_iodef_txt'] = 'Incident Object Description Exchange Format';
355cd5 29 $wb['dmarc_pct_txt'] = '% der Nachrichten, die gefiltert werden';
FS 30 $wb['dmarc_pct_note_txt'] = '% (100 Standard). Messages in Prozent die der Empfänger testen soll.';
31 $wb['dmarc_ri_txt'] = 'Report-Interval';
407003 32 $wb['dmarc_ri_note_txt'] = 'Sekunden (default=86400). Wie oft \'Aggregate Reports\' erstellt werden sollen (86400 entsprechen 1 Tag).';
355cd5 33 $wb['dmarc_sp_txt'] = 'Subdomain Policy (Defaults identisch zur Domain).';
FS 34 $wb['dmarc_sp_same_txt'] = 'wie Domain';
a12b09 35 $wb['dmarc_sp_none_txt'] = 'none';
FS 36 $wb['dmarc_sp_quarantine_txt'] = 'quarantine';
37 $wb['dmarc_sp_reject_txt'] = 'reject';
38 $wb['ttl_txt'] = 'TTL';
355cd5 39 $wb['active_txt'] = 'Aktiv';
407003 40 $wb['dmarc_policy_error_txt'] = 'Nur die Policy \'none\' ist ohne DKIM möglich.';
5a990b 41 $wb['dmarc_no_dkim_txt'] = 'Kein aktiver DKIM Eintrag.';
FS 42 $wb['dmarc_no_spf_txt'] = 'Kein aktiver SPF Eintrag.';
43 $wb['dmarc_more_spf_txt'] = 'Mehr als ein aktiver SPF-Eintrag.';
44 $wb['dmarc_invalid_email_txt'] = 'ungültige Email-Adresse';
45 $wb['dmarc_empty_txt'] = 'DMARC Record leer - mindestens eine Option auswählen';
355cd5 46 $wb['record_exists_txt'] = 'DNS-Eintrag existiert bereits';
FS 47 $wb['limit_dns_record_txt'] = 'Die maximale Anzahl an DNS Einträgen für Ihr Konto wurde erreicht.';
48 $wb['no_zone_perm'] = 'Sie haben nicht die Berechtigung, einen Eintrag zu dieser DNS Zone hinzuzufügen.';
49 $wb['ttl_range_error'] = 'Min. TTL time ist 60 Sekunden.';
a12b09 50 ?>