<?php
|
$wb['server_id_txt'] = 'Server';
|
$wb['zone_txt'] = 'Zóna';
|
$wb['name_txt'] = 'Hostname';
|
$wb['type_txt'] = 'Typ';
|
$wb['data_txt'] = 'Text';
|
$wb['ttl_txt'] = 'TTL';
|
$wb['active_txt'] = 'Aktivní';
|
$wb['limit_dns_record_txt'] = 'Dosažen maximální počet DNS záznamů pro Váš účet.';
|
$wb['no_zone_perm'] = 'Nemáte oprávnění přidat záznam do této zóny.';
|
$wb['name_error_empty'] = 'Hostname je prázdný.';
|
$wb['name_error_regex'] = 'Hostname má chybný formát.';
|
$wb['data_error_empty'] = 'Text je prázdný';
|
$wb['data_error_regex'] = 'Text má chybný formát';
|
$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.';
|
?>
|