-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbr_dns_caa.lng
More file actions
18 lines (18 loc) · 1 KB
/
br_dns_caa.lng
File metadata and controls
18 lines (18 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$wb['ca_list_txt'] = 'Autoridade Certificadora - CA';
$wb['ca_domain_txt'] = 'Domínio';
$wb['ca_hostname_txt'] = 'Nome de hosts adicionais';
$wb['ca_hostname_note_txt'] = '(separado por vírgulas - vazio para todos os hosts)';
$wb['ca_options_txt'] = 'Opções adicionais';
$wb['ca_options_note_txt'] = 'solicitado pela CA (lista separado por vírgulas)';
$wb['ca_wildcard_txt'] = 'Usar curingas SSL';
$wb['ca_critical_txt'] = 'Verificação estrita';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Ativo';
$wb['select_txt'] = 'Selecionar autoridade certificadora';
$wb['no_zone_perm'] = 'Você não tem permissão para adicionar registros DNS nesta zona.';
$wb['limit_dns_record_txt'] = 'O limite de registros DNS para esta conta foi alcançado.';
$wb['ca_error_txt'] = 'Nenhuma autoridade certificadora selecionada.';
$wb['caa_exists_error'] = 'Registro CAA já existe.';
$wb['ca_option_error'] = 'Formato inválido para opções adicionais; OPÇÃO=VALOR';
$wb['ttl_range_error'] = 'O TTL mínimo são 60 segundos.';