-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbr_dns_txt.lng
More file actions
19 lines (19 loc) · 866 Bytes
/
br_dns_txt.lng
File metadata and controls
19 lines (19 loc) · 866 Bytes
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['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Nome';
$wb['type_txt'] = 'Tipo';
$wb['data_txt'] = 'Texto';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Ativo';
$wb['limit_dns_record_txt'] = 'O limite de zonas dns para esta conta foi alcançado.';
$wb['no_zone_perm'] = 'Você não tem permissão para adicionar registros a esta zona dns.';
$wb['name_error_empty'] = 'Nome está em branco.';
$wb['name_error_regex'] = 'Nome é inválido.';
$wb['data_error_empty'] = 'Endereço IP está em branco.';
$wb['data_error_regex'] = 'Endereço IP é inválido.';
$wb['ttl_range_error'] = 'O ttl mínimo são 60 segundos.';
$wb['invalid_type_dkim'] = 'DKIM não permitido. Use o botão DKIM.';
$wb['invalid_type_dmarc'] = 'DMARC não permitido. Use o botão DMARC.';
$wb['invalid_type_spf'] = 'SPF não permitido. Use o botão SPF.';
?>