Skip to content
ro_dns_srv.lng 909 B
Newer Older
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['name_txt'] = 'Hostname';
$wb['type_txt'] = 'type';
tbrehm's avatar
tbrehm committed
$wb['target_txt'] = 'Target';
$wb['weight_txt'] = 'Weight';
$wb['port_txt'] = 'Port';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Active';
$wb['limit_dns_record_txt'] = 'Numarul maxim de inregistrari DNS pentru contul dumneavoastra a fost atins';
$wb['no_zone_perm'] = 'Nu aveti permisiunea sa adaugati inregistrari pe aceasta zona DNS';
$wb['name_error_empty'] = 'Hostname e necompletat';
$wb['name_error_regex'] = 'Hostname in format gresit';
$wb['data_error_empty'] = 'Inregistrare Server  necompletata';
$wb['data_error_regex'] = 'Inregistrare Server  format invalid';
tbrehm's avatar
tbrehm committed
$wb['srv_error_regex'] = 'Invalid server record format. The server record must contain 3 text strings separated by spaces.';
tbrehm's avatar
tbrehm committed
$wb['aux_txt'] = 'Priority';
Till Brehm's avatar
Till Brehm committed
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';