| | |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['client_txt'] = 'Klient'; |
| | | $wb['btn_save_txt'] = 'Vytvořit DNS záznam'; |
| | | $wb['btn_cancel_txt'] = 'Storno'; |
| | | $wb['btn_cancel_txt'] = 'Zrušit'; |
| | | $wb['domain_txt'] = 'Doména'; |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['ns1_txt'] = 'NS 1'; |
| | | $wb['ns2_txt'] = 'NS 2'; |
| | | $wb['ip_txt'] = 'IP adresa'; |
| | | $wb['error_origin_empty'] = 'Origin je prázdný.'; |
| | | $wb['ipv6_txt'] = 'IPv6 adresa'; |
| | | $wb['error_origin_empty'] = 'Zdroj je prázdný.'; |
| | | $wb['error_ns_empty'] = 'NS je prázdný.'; |
| | | $wb['error_mbox_empty'] = 'Mbox je prázdný.'; |
| | | $wb['error_refresh_empty'] = 'Refresh je prázdný.'; |
| | |
| | | $wb['error_minimum_empty'] = 'Minimum je prázdný.'; |
| | | $wb['error_ttl_empty'] = 'TTL je prázdný.'; |
| | | $wb['error_domain_empty'] = 'Doména je prázdná'; |
| | | $wb['error_ip_empty'] = 'IP je prázdná.'; |
| | | $wb['error_ip_empty'] = 'IP adresa je prázdná.'; |
| | | $wb['error_ipv6_empty'] = 'IPv6 adresa je prázdná.'; |
| | | $wb['error_ns1_empty'] = 'NS1 je prázdný.'; |
| | | $wb['error_ns2_empty'] = 'NS2 je prázdný.'; |
| | | $wb['error_email_empty'] = 'EMail je prázdný.'; |
| | | $wb['error_email_empty'] = 'E-mail je prázdný.'; |
| | | $wb['error_domain_regex'] = 'Doména obsahuje neplatné znaky.'; |
| | | $wb['error_ns1_regex'] = 'NS1 obsahuje neplatné znaky.'; |
| | | $wb['error_ns2_regex'] = 'NS2 obsahuje neplatné znaky.'; |
| | | $wb['error_email_regex'] = 'Email neobsahuje platnou emailovou adresu.'; |
| | | $wb['error_email_regex'] = 'E-mail neobsahuje platnou e-mailovou adresu.'; |
| | | $wb['dns_zone_txt'] = 'DNS zóna'; |
| | | $wb['globalsearch_resultslimit_of_txt'] = 'z'; |
| | | $wb['globalsearch_resultslimit_results_txt'] = 'výsledky'; |
| | | $wb['globalsearch_noresults_text_txt'] = 'Žádné výsledky.'; |
| | | $wb['globalsearch_noresults_limit_txt'] = '0 výsledků'; |
| | | $wb['globalsearch_searchfield_watermark_txt'] = 'Hledat'; |
| | | $wb['globalsearch_suggestions_text_txt'] = 'Návrhy'; |
| | | $wb['list_head_txt'] = 'Průvodce vytvořením DNS zóny'; |
| | | $wb['list_desc_txt'] = 'Vytvoření DNS zóny pomocí průvodce'; |
| | | $wb['dkim_txt'] = 'DKIM enabled'; |
| | | $wb['error_no_server_id'] = 'No server provided.'; |
| | | $wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.'; |
| | | ?> |
| | | |
| | | |