-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbr_dns_slave.lng
More file actions
18 lines (17 loc) · 823 Bytes
/
br_dns_slave.lng
File metadata and controls
18 lines (17 loc) · 823 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['origin_txt'] = 'Zona dns';
$wb['ns_txt'] = 'NS';
$wb['active_txt'] = 'Ativo';
$wb['limit_dns_slave_zone_txt'] = 'O limite de zonas dns secundárias para esta conta foi alcançado.';
$wb['client_txt'] = 'Cliente';
$wb['xfer_txt'] = 'Permitir transferência da zona para estes IPs (IPs separados por vírgulas)';
$wb['server_id_error_empty'] = 'Nenhum servidor selecionado.';
$wb['origin_error_empty'] = 'Zona está em branco.';
$wb['origin_error_unique'] = 'Já existe um registro igual para esta zona.';
$wb['origin_error_regex'] = 'Zona inválida.';
$wb['ns_error_regex'] = 'Registro NS é inválido.';
$wb['eg_domain_tld'] = 'ex.: dominio.com.';
$wb['ipv4_form_txt'] = 'Separar múltiplos endereços IP por vírgulas';
$wb['secondary_zone_txt'] = 'Zona dns secundária';
?>