Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
11b3da 1 <?php
bfcdef 2 $wb['server_id_txt'] = 'Server';
T 3 $wb['domain_txt'] = 'Domain';
4 $wb['type_txt'] = 'Typ';
5 $wb['active_txt'] = 'Aktiv';
407003 6 $wb['dkim_txt'] = 'DKIM aktivieren';
TB 7 $wb['dkim_private_txt'] = 'DKIM privater Schlüssel';
8 $wb['dkim_public_txt'] = 'DKIM öffentlicher Schlüssel';
9 $wb['dkim_generate_txt'] = 'erstelle DKIM Schlüssel';
10 $wb['dkim_dns_txt'] = 'DNS Eintrag';
11 $wb['dkim_private_key_error'] = 'ungueltiger DKIM-Private key';
bfcdef 12 $wb['domain_error_empty'] = 'Domain ist leer';
T 13 $wb['domain_error_unique'] = 'Doppelte Domain.';
14 $wb['domain_error_regex'] = 'Ungültiger Domainname.';
15 $wb['client_txt'] = 'Kunde';
16 $wb['limit_maildomain_txt'] = 'Die maximale Anzahl an E-Mail Domains für Ihr Konto wurde erreicht.';
17 $wb['policy_txt'] = 'Spamfilter';
18 $wb['no_policy'] = '- nicht aktiviert -';
69f5c9 19 $wb['dkim_selector_txt'] = 'DKIM-Selector';
5de1ce 20 $wb['dkim_selector_error'] = 'Ungültiger DKIM-Selector.  Verwenden Sie nur max. 63 alphanumerische Zeichen (a-z oder 0-9)';
407003 21 $wb['dkim_settings_txt'] = 'DomainKeys Identified Mail (DKIM)';
TB 22 $wb['error_not_allowed_server_id'] = 'Chosen server is not allowed for this account.';
11b3da 23 ?>