-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbr_dns_dname.lng
More file actions
17 lines (17 loc) · 830 Bytes
/
br_dns_dname.lng
File metadata and controls
17 lines (17 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb['server_id_txt'] = 'Servidor';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Nome do host';
$wb['type_txt'] = 'Tipo';
$wb['data_txt'] = 'Alvo do host';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Ativo';
$wb['limit_dns_record_txt'] = 'O limite de registros dns para esta conta foi alcançado.';
$wb['no_zone_perm'] = 'Você não tem permissão para adicionar registros dns nesta zona.';
$wb['name_error_empty'] = 'O nome do host está em branco.';
$wb['name_error_regex'] = 'O nome do host possui formato inválido (somente nomes canônicos são suportados).';
$wb['data_error_empty'] = 'O alvo do host está em branco.';
$wb['data_error_regex'] = 'O alvo do host possui formato inválido.';
$wb['data_error_duplicate'] = 'Duplicate CNAME or DNAME record';
$wb['ttl_range_error'] = 'O TTL mínimo são 60 segundos.';
?>