-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbr_dns_slave.lng
More file actions
17 lines (17 loc) · 924 Bytes
/
br_dns_slave.lng
File metadata and controls
17 lines (17 loc) · 924 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['secondary_zone_txt'] = 'Zona DNS secundária';
$wb['ns_txt'] = 'NS (Endereço IP)';
$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 de zonas para <br />Endereço(s) IP(s) (lista de endereços, separados por vírgula)';
$wb['server_id_error_empty'] = 'Nenhum servidor selecionado.';
$wb['origin_error_empty'] = 'Zona está vazia.';
$wb['origin_error_unique'] = 'Já existe este registro DNS nesta zona.';
$wb['origin_error_regex'] = 'Zona possui formato inválido.';
$wb['ns_error_regex'] = 'O NS possui formato inválido.';
$wb['eg_domain_tld'] = 'ex.: dominio.com.br.';
$wb['ipv4_form_txt'] = 'Separar múltiplos IPs com vírgulas.';
$wb['Secondary DNS Zone'] = 'Zona DNS secundária';