Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
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'] = 'type';
6 $wb['data_txt'] = 'Text';
7 $wb['ttl_txt'] = 'TTL';
8 $wb['active_txt'] = 'Active';
9 $wb['limit_dns_record_txt'] = 'Numarul maxim de inregistrari DNS pentru contul dumneavoastra a fost atins';
10 $wb['no_zone_perm'] = 'Nu aveti dreptul de a adauga inregistrari la aceasta zona DNS';
11 $wb['name_error_empty'] = 'Hostname este necompletat';
12 $wb['name_error_regex'] = 'Hostname in format gresit';
13 $wb['data_error_empty'] = 'Text necompletat';
14 $wb['data_error_regex'] = 'Format text invalid';
dc9e64 15 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
378d83 16 $wb['invalid_type_dkim'] = 'DKIM is not allowed. Use the DKIM button';
FS 17 $wb['invalid_type_dmarc'] = 'DMARC is not allowed. Use the DMARC button';
18 $wb['invalid_type_spf'] = 'SPF is not allowed. Use the SPF button.';
c4dc25 19 ?>