Florian Schaal
2014-01-26 71144cdd39b68344b5a97068ab84611f30a89047
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$wb['server_id_txt'] = 'Servidor';
$wb['domain_txt'] = 'Dominio';
$wb['type_txt'] = 'Tipo';
$wb['active_txt'] = 'Activar';
$wb['domain_error_empty'] = 'El dominio está vacío';
$wb['domain_error_unique'] = 'Dominio duplicado';
$wb['domain_error_regex'] = 'Nombre de dominio no válido';
$wb['client_txt'] = 'Cliente';
$wb['limit_maildomain_txt'] = 'Se ha alcanzado el número máximo de dominios de correo para esta cuenta';
$wb['policy_txt'] = 'Filtro de spam';
$wb['no_policy'] = '- no activado -';
$wb["dkim_txt"] = 'enable DKIM';
$wb["dkim_private_txt"] = 'DKIM Private-key';
$wb["dkim_public_txt"] = 'DKIM Public-key\nfor information only';
$wb["dkim_generate_txt"] = 'Generate DKIM Private-key';
$wb["dkim_dns_txt"] = 'DNS-Record (TYPE TXT)<br><br>add this record to your DNS';
$wb["dkim_private_key_error"] = 'Invalid DKIM-Private key';
?>