commit | author | age
|
658b0f
|
1 |
<?php |
T |
2 |
$wb['server_id_txt'] = 'Servidor'; |
|
3 |
$wb['zone_txt'] = 'Zona'; |
|
4 |
$wb['name_txt'] = 'Hostname'; |
|
5 |
$wb['type_txt'] = 'tipo'; |
|
6 |
$wb['data_txt'] = 'Hostname Alvo'; |
|
7 |
$wb['ttl_txt'] = 'TTL'; |
|
8 |
$wb['active_txt'] = 'Activo'; |
|
9 |
$wb['limit_dns_record_txt'] = 'O número máximo de registos DNS para a conta foi atingido.'; |
|
10 |
$wb['no_zone_perm'] = 'Não tem permissão para adicionar registos a está zona DNS.'; |
|
11 |
$wb['name_error_empty'] = 'Hostname está em branco.'; |
|
12 |
$wb['name_error_regex'] = 'O hostname está em um formato inválido.'; |
|
13 |
$wb['data_error_empty'] = 'Hostname de destino está em branco'; |
|
14 |
$wb['data_error_regex'] = 'O hostname de destino está em um formato inválido.'; |
dc9e64
|
15 |
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
658b0f
|
16 |
?> |