tbrehm
2012-04-12 02bf997271f4d09e91c8fcb9cecd08f06f2400c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Hostname';
$wb['type_txt'] = 'tip';
$wb['data_txt'] = 'Persoana responsabila';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Activ';
$wb['limit_dns_record_txt'] = 'Numarul de inregistrari DNS pe contul dumneavoastra a fost atins';
$wb['no_zone_perm'] = 'NU aveti permisiunea de a adauga inregistrari DNS la aceasta zona..';
$wb['name_error_empty'] = 'Hostname necompletat';
$wb['name_error_regex'] = 'Hostname cu format gresit';
$wb['data_error_empty'] = 'Rubrica Persoana responsabila  necompletata';
$wb['data_error_regex'] = 'rubrica persoana responsabila cu format invalid';
?>