Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
bf7876 1 <?php
1e2811 2 $wb['server_id_txt'] = 'Servidor';
M 3 $wb['zone_txt'] = 'Zona';
4 $wb['name_txt'] = 'Hostname';
5 $wb['type_txt'] = 'tipo';
6 $wb['data_txt'] = 'Pessoa Responsável';
7 $wb['ttl_txt'] = 'TTL';
8 $wb['active_txt'] = 'Ativo';
9 $wb['limit_dns_record_txt'] = 'O número máximo de zonas DNS para sua conta foi atingido.';
10 $wb['no_zone_perm'] = 'Você não tem permição para adcionar registros a está zona DNS.';
11 $wb['name_error_empty'] = 'O Hostname está em branco.';
12 $wb['name_error_regex'] = 'O Hostname está com formato inválido.';
13 $wb['data_error_empty'] = 'Pessoa responsável em branco';
14 $wb['data_error_regex'] = 'Pessoa responsável formato inválido';
dc9e64 15 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
bf7876 16 ?>