Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
034425 1 <?php
bd26ab 2 $wb['server_id_txt'] = 'Сървър';
T 3 $wb['zone_txt'] = 'Зона';
4 $wb['name_txt'] = 'Име на хост';
5 $wb['type_txt'] = 'тип';
62469f 6 $wb['ttl_txt'] = 'TTL';
bd26ab 7 $wb['active_txt'] = 'Активен';
T 8 $wb['limit_dns_record_txt'] = 'Максималният брой записи за DNS за твоят акаунт е достигнат';
62469f 9 $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
bd26ab 10 $wb['name_error_empty'] = 'Полето с имейла е празно.';
62469f 11 $wb['name_error_regex'] = 'The hostname has the wrong format.';
K 12 $wb['data_error_empty'] = 'Server record empty';
13 $wb['data_error_regex'] = 'Server record format invalid';
91609a 14 $wb['srv_error_regex'] = 'Invalid server record format. The server record must contain 3 text strings separated by spaces.';
0d9599 15 $wb['aux_txt'] = 'Priority';
bd26ab 16 $wb['target_txt'] = 'Target';
T 17 $wb['weight_txt'] = 'Weight';
18 $wb['port_txt'] = 'Port';
dc9e64 19 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
62469f 20 ?>