Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['name_txt'] = 'Hostname';
$wb['type_txt'] = 'tip';
$wb['data_txt'] = 'Mailserver hostname';
$wb['aux_txt'] = 'Prioritate';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Activ';
$wb['limit_dns_record_txt'] = 'Numarul maxim de DNS-uri pentru contul dumneavoastra a fost atins.';
$wb['no_zone_perm'] = 'NU aveti drept de adaugare DNS pentru acest cont.';
$wb['name_error_empty'] = 'Hostname este vid';
$wb['name_error_regex'] = 'Hostname  format gresit.';
$wb['data_error_empty'] = 'Mailserver hostname necompletat.';
$wb['data_error_regex'] = 'Mailserver hostname format invalid';
$wb['duplicate_mx_record_txt'] = 'Duplicate MX record.';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
?>