Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
c4dc25 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
3 $wb['zone_txt'] = 'Zone';
4 $wb['name_txt'] = 'Hostname';
5 $wb['type_txt'] = 'tip';
6 $wb['data_txt'] = 'IP-Adresa';
7 $wb['ttl_txt'] = 'TTL';
8 $wb['active_txt'] = 'Activ';
9 $wb['limit_dns_record_txt'] = 'Numarul maxim de DNS -uri pe contul dumneavoastra a fost atins.';
10 $wb['no_zone_perm'] = 'Nu aveti dreptul de a adauga inregistrari in aceasta zona  DNS .';
11 $wb['name_error_empty'] = 'Hostname necompletat';
12 $wb['name_error_regex'] = 'Hostname format gresit';
13 $wb['data_error_empty'] = 'IP-Adresa vid';
3c6ea9 14 $wb['ip_error_wrong'] = 'IP-Adresa format invalid';
899771 15 $wb['data_error_duplicate'] = 'Duplicate A-Record';
dc9e64 16 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
c4dc25 17 ?>