commit | author | age
|
c4dc25
|
1 |
<?php |
T |
2 |
$wb['server_id_txt'] = 'Server'; |
|
3 |
$wb['zone_txt'] = 'Zone'; |
|
4 |
$wb['name_txt'] = 'Zone'; |
|
5 |
$wb['type_txt'] = 'tip'; |
|
6 |
$wb['data_txt'] = 'Nameserver Hostname'; |
|
7 |
$wb['ttl_txt'] = 'TTL'; |
|
8 |
$wb['active_txt'] = 'Active'; |
|
9 |
$wb['limit_dns_record_txt'] = 'Numarul maxim de inregistrari DNS pe contul dumneavoastra a ajuns la limita'; |
|
10 |
$wb['no_zone_perm'] = 'Nu aveti permisiunea e a adauga inregistrari la aceasta zona DNS'; |
|
11 |
$wb['name_error_empty'] = 'Zona e necompletata'; |
|
12 |
$wb['name_error_regex'] = 'Zona are format gresit'; |
|
13 |
$wb['data_error_empty'] = 'Nameserver necompletat'; |
|
14 |
$wb['data_error_regex'] = 'Nameserver format invalid'; |
dc9e64
|
15 |
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
c4dc25
|
16 |
?> |