Skip to content
bg_dns_txt.lng 986 B
Newer Older
$wb['server_id_txt'] = 'Сървър';
$wb['zone_txt'] = 'Зона';
$wb['name_txt'] = 'Име на хост';
$wb['type_txt'] = 'тип';
$wb['data_txt'] = 'Текс';
karailiev's avatar
karailiev committed
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Активен';
$wb['limit_dns_record_txt'] = 'Макс. Брой на DNS записите за вашия акаунт е достигнат.';
$wb['no_zone_perm'] = 'Вие нямате право да добавяте запис за тази DNS зона.';
$wb['name_error_empty'] = 'Полето с имейла е празно.';
karailiev's avatar
karailiev committed
$wb['name_error_regex'] = 'The hostname has the wrong format.';
$wb['data_error_empty'] = 'Text empty';
$wb['data_error_regex'] = 'Text format invalid';
Till Brehm's avatar
Till Brehm committed
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['invalid_type_dkim'] = 'DKIM is not allowed. Use the DKIM button';
$wb['invalid_type_dmarc'] = 'DMARC is not allowed. Use the DMARC button';
$wb['invalid_type_spf'] = 'SPF is not allowed. Use the SPF button.';
karailiev's avatar
karailiev committed
?>