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