Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
24a2f0 1 <?php
97b472 2 $wb['server_id_txt'] = 'Server';
8ab3cd 3 $wb['domain_txt'] = 'Dominio';
T 4 $wb['type_txt'] = 'Tipo';
5 $wb['active_txt'] = 'Attivo';
6 $wb['domain_error_empty'] = 'Dominio vuoto.';
7 $wb['domain_error_unique'] = 'Dominio duplicato.';
8 $wb['domain_error_regex'] = 'Nome dominio non valido.';
9 $wb['client_txt'] = 'Cleient';
10 $wb['limit_maildomain_txt'] = 'Raggiunto numero massimo di domini email per questo account.';
407003 11 $wb['policy_txt'] = 'Filtro Spam';
8ab3cd 12 $wb['no_policy'] = '- non abilitato -';
407003 13 $wb['dkim_txt'] = 'enable DKIM';
TB 14 $wb['dkim_private_txt'] = 'DKIM Private-key';
15 $wb['dkim_public_txt'] = 'DKIM Public-key\nfor information only';
16 $wb['dkim_generate_txt'] = 'Generate DKIM Private-key';
17 $wb['dkim_dns_txt'] = 'DNS-Record';
18 $wb['dkim_private_key_error'] = 'Invalid DKIM-Private key';
19 $wb['dkim_settings_txt'] = 'DomainKeys Identified Mail (DKIM)';
20 $wb['error_not_allowed_server_id'] = 'Chosen server is not allowed for this account.';
69f5c9 21 $wb['dkim_selector_txt'] = 'DKIM-Selector';
5de1ce 22 $wb['dkim_selector_error'] = 'Invalid DKIM-Selector. Use only lower-case alphanumeric characters (a-z or 0-9) up to 63 chars';
97b472 23 ?>