Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bf7876 1 <?php
M 2 $wb['server_id_txt'] = 'Servidor';
3 $wb['domain_txt'] = 'Domínio';
4 $wb['type_txt'] = 'Tipo';
5 $wb['active_txt'] = 'Ativo';
6 $wb['domain_error_empty'] = 'Domínio em branco.';
7 $wb['domain_error_unique'] = 'Domínio duplicado';
8 $wb['domain_error_regex'] = 'Nome de domínio inválido';
9 $wb['client_txt'] = 'Cliente';
10 $wb['limit_maildomain_txt'] = 'O número máximo de contas de correio eletrônico para este domínio foi atingido.';
11 $wb['policy_txt'] = 'Filtro Anti-Spam';
12 $wb['no_policy'] = '- desativado -';
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';
69f5c9 19 $wb['dkim_selector_txt'] = 'DKIM-Selector';
5de1ce 20 $wb['dkim_selector_error'] = 'Invalid DKIM-Selector. Use only lower-case alphanumeric characters (a-z or 0-9) up to 63 chars';
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.';
bf7876 23 ?>