Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- The button that appears at the bottom of an error page. -->
<string name="mozac_browser_errorpages_page_refresh">Zkusit znovu</string>
<!-- The document title and heading of an error page shown when a website cannot be loaded for an unknown reason. -->
<string name="mozac_browser_errorpages_generic_title">Nepodařilo se dokončit požadavek</string>
<!-- The error message shown when a website cannot be loaded for an unknown reason. -->
<string name="mozac_browser_errorpages_generic_message">
&lt;p&gt;Další informace o této chybě nejsou bohužel dostupné.&lt;/p&gt;
</string>
<!-- The document title and heading of the error page shown when a website sends back unusual and incorrect credentials for an SSL certificate. -->
<string name="mozac_browser_errorpages_security_ssl_title">Chyba zabezpečeného spojení</string>
<!-- The error message shown when a website sends back unusual and incorrect credentials for an SSL certificate. -->
<string name="mozac_browser_errorpages_security_ssl_message">
&lt;ul&gt;
&lt;li&gt;Požadovanou stránku nelze zobrazit, protože nelze ověřit autenticitu přijatých dat.&lt;/li&gt;
&lt;li&gt;Kontaktujte prosím vlastníky webového serveru a informujte je o tomto problému.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of the error page shown when a website sends has an invalid or expired SSL certificate. -->
<string name="mozac_browser_errorpages_security_bad_cert_title">Chyba zabezpečeného spojení</string>
<!-- The error message shown when a website sends has an invalid or expired SSL certificate. -->
<string name="mozac_browser_errorpages_security_bad_cert_message">
&lt;ul&gt;
&lt;li&gt;Tato chyba může být způsobena chybnou konfigurací serveru nebo někým,
kdo se snaží vydávat za server.&lt;/li&gt;
&lt;li&gt;Pokud jste se k tomuto serveru už v minulosti úspěšně připojili, je možná chyba jenom dočasná, a můžete to zkusit znovu později.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The text shown inside the advanced button used to expand the advanced options. It's only shown when a website has an invalid SSL certificate. -->
<string name="mozac_browser_errorpages_security_bad_cert_advanced">Rozšířené…</string>
<!-- The advanced certificate information shown when a website sends has an invalid SSL certificate. The %1$s will be replaced by the app name and %2$s will be replaced by website URL. It's only shown when a website has an invalid SSL certificate. -->
<string name="mozac_browser_errorpages_security_bad_cert_techInfo">
&lt;label&gt;Někdo se může snažit vydávat za zmiňovaný server a proto byste neměli v připojení pokračovat.&lt;/label&gt;
&lt;br&gt;&lt;br&gt;
&lt;label&gt;Webové stránky prokazují svou totožnost pomocí certifikátů. %1$s nemůže server &lt;b&gt;%2$s&lt;/b&gt; ověřit, protože vydavatel zaslaného certifikátu je neznámý, certifikát je podepsaný sám sebou nebo server neposílá správné mezilehlé certifikáty.&lt;/label&gt;
</string>
<!-- The text shown inside the advanced options button used to go back. It's only shown if the user has expanded the advanced options. -->
<string name="mozac_browser_errorpages_security_bad_cert_back">Zpátky (doporučeno)</string>
<!-- The text shown inside the advanced options button used to bypass the invalid SSL certificate. It's only shown if the user has expanded the advanced options. -->
<string name="mozac_browser_errorpages_security_bad_cert_accept_temporary">Beru na vědomí a chci pokračovat</string>
<!-- The document title and heading of the error page shown when a website uses HSTS. -->
<string name="mozac_browser_errorpages_security_bad_hsts_cert_title">Tento web vyžaduje zabezpečené připojení.</string>
<!-- The error message shown when a website uses HSTS. -->
<string name="mozac_browser_errorpages_security_bad_hsts_cert_message">
&lt;ul&gt;
&lt;li&gt;Stránka, kterou se snažíte načíst, nemůže být zobrazena, protože vyžaduje zabezpečené připojení.&lt;/li&gt;
&lt;li&gt;Příčina tohoto problému je pravděpodobně na straně serveru a vy ji bohužel nemůžete odstranit.&lt;/li&gt;
&lt;li&gt;O problému můžete informovat správce webu.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The text shown inside the advanced button used to expand the advanced options. It's only shown when a website uses HSTS. -->
<string name="mozac_browser_errorpages_security_bad_hsts_cert_advanced">Rozšířené…</string>
<!-- The advanced certificate information shown when a website uses HSTS. The %1$s will be replaced by the website URL and %2$s will be replaced by the app name. It's only shown when a website uses HSTS. -->
<string name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo2">Server &lt;label&gt; &lt;b&gt;%1$s&lt;/b&gt; má nastaveno bezpečnostní pravidlo HTTP Strict Transport Security (HSTS), které od aplikace &lt;b&gt;%2$s&lt;/b&gt; vyžaduje používání pouze zabezpečeného spojení. Pro připojení k této stránce nelze udělit výjimku.&lt;/label&gt;</string>
<!-- The text shown inside the advanced options button used to go back. It's only shown if the user has expanded the advanced options. -->
<string name="mozac_browser_errorpages_security_bad_hsts_cert_back">Zpátky</string>
<!-- The document title and heading of the error page shown when the user's network connection is interrupted while connecting to a website. -->
<string name="mozac_browser_errorpages_net_interrupt_title">Spojení bylo přerušeno</string>
<!-- The error message shown when the user's network connection is interrupted while connecting to a website. -->
<string name="mozac_browser_errorpages_net_interrupt_message">
&lt;p&gt;Podařilo se připojit k serveru, ale spojení bylo v průběhu přenosu přerušeno. Opakujte akci.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Stránka může být dočasně nedostupná nebo zaneprázdněná. Zkuste to znovu za pár okamžiků.&lt;/li&gt;
&lt;li&gt;Pokud nemůžete načíst žádnou stránku, zkontrolujte svá mobilní data nebo Wi-Fi připojení.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of the error page shown when a website takes too long to load. -->
<string name="mozac_browser_errorpages_net_timeout_title">Vypršel čas spojení</string>
<!-- The error message shown when a website took long to load. -->
<string name="mozac_browser_errorpages_net_timeout_message">&lt;p&gt;Požadovaný server neodpověděl na požadavek o připojení a prohlížeč ukončil čekání na tuto odpověď.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Server může být velmi vytížen. Opakujte akci později.&lt;/li&gt;
&lt;li&gt;Funguje načítání ostatních webových stránek? Zkontrolujte síťové připojení vašeho zařízení.&lt;/li&gt;
&lt;li&gt;Připojuje se vaše zařízení k síti skrze firewall nebo proxy server? Nesprávné nastavení může načítání stránek ovlivnit.&lt;/li&gt;
&lt;li&gt;Pokud problém přetrvává, poraďte se se správcem vaší sítě, nebo poskytovatelem připojení k internetu.&lt;/li&gt;
&lt;/ul&gt;</string>
<!-- The document title and heading of the error page shown when a website could not be reached. -->
<string name="mozac_browser_errorpages_connection_failure_title">Chyba spojení</string>
<!-- The error message shown when a website could not be reached. -->
<string name="mozac_browser_errorpages_connection_failure_message">
&lt;ul&gt;
&lt;li&gt;Stránka může být dočasně nedostupná nebo zaneprázdněná. Zkuste to znovu za pár okamžiků.&lt;/li&gt;
&lt;li&gt;Pokud nemůžete načíst žádnou stránku, zkontrolujte svá mobilní data nebo Wi-Fi připojení.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of the error page shown when a website responds in an unexpected way and the browser cannot continue. -->
<string name="mozac_browser_errorpages_unknown_socket_type_title">Neplatná odpověď serveru</string>
<!-- The error message shown when a website responds in an unexpected way and the browser cannot continue. -->
<string name="mozac_browser_errorpages_unknown_socket_type_message">
&lt;p&gt;Server odpověděl na požadavek neočekávaným způsobem a prohlížeč tak nemohl pokračovat.&lt;/p&gt;
</string>
<!-- The document title and heading of the error page shown when the browser gets stuck in an infinite loop when loading a website. -->
<string name="mozac_browser_errorpages_redirect_loop_title">Smyčka při přesměrování</string>
<!-- The error message shown when the browser gets stuck in an infinite loop when loading a website. -->
<string name="mozac_browser_errorpages_redirect_loop_message">&lt;p&gt;Prohlížeč ukončil spojení, protože server přesměrovává požadavky na tuto adresu sám na sebe, a to takovým způsobem, který zabraňuje jejich dokončení.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Je možné, že stránka vyžaduje ukládání cookies, které máte zakázané nebo je pro tento server blokujete.&lt;/li&gt;
&lt;li&gt;Většinou se ale jedná o problém konfigurace serveru a &lt;em&gt;není&lt;/em&gt; to tak problém vašeho zařízení.&lt;/li&gt;
&lt;/ul&gt;</string>
<!-- The document title and heading of the error page shown when a website cannot be loaded because the browser is in offline mode. -->
<string name="mozac_browser_errorpages_offline_title">Režim offline</string>
<!-- The error message shown when a website cannot be loaded because the browser is in offline mode. -->
<string name="mozac_browser_errorpages_offline_message">&lt;p&gt;Prohlížeč je teď v režimu offline a k požadované položce se nelze připojit.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Je zařízení připojeno k funkční síti?&lt;/li&gt;
&lt;li&gt;Pro přechod do režimu online a opětovné načtení stránky klepněte na tlačítko „Zkusit znovu“.&lt;/li&gt;
&lt;/ul&gt;</string>
<!-- The document title and heading of the error page shown when the browser prevents loading a website on a restricted port. -->
<string name="mozac_browser_errorpages_port_blocked_title">Omezení přístupu na port</string>
<!-- The error message shown when the browser prevents loading a website on a restricted port. -->
<string name="mozac_browser_errorpages_port_blocked_message">
&lt;p&gt;V požadované adrese (URL) byl zadán port (např. &lt;q&gt;mozilla.org:80&lt;/q&gt; pro port 80 na serveru mozilla.org), který se obvykle používá pro &lt;em&gt;jiné&lt;/em&gt; internetové služby než je prohlížení webových stránek. Prohlížeč zrušil požadavek z důvodů vaší ochrany.&lt;/p&gt;
</string>
<!-- The document title and heading of the error page shown when the Internet connection is disrupted while loading a website. -->
<string name="mozac_browser_errorpages_net_reset_title">Spojení přerušeno</string>
<!-- The error message shown when the Internet connection is disrupted while loading a website. -->
<string name="mozac_browser_errorpages_net_reset_message">
&lt;p&gt;Spojení bylo v průběhu otevírání komunikačního kanálu se serverem neočekávaně přerušeno. Opakujte akci.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Server je dočasně nedostupný. Zkuste to prosím znovu za chvíli.&lt;/li&gt;
&lt;li&gt;Pokud nemůžete načíst žádnou stránku, zkontrolujte svá mobilní data nebo Wi-Fi připojení.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of the error page shown when the browser refuses to load a type of file that is considered unsafe. -->
<string name="mozac_browser_errorpages_unsafe_content_type_title">Nebezpečný typ souboru</string>
<!-- The error message shown when the browser refuses to load a type of file that is considered unsafe. -->
<string name="mozac_browser_errorpages_unsafe_content_type_message">
&lt;ul&gt;
&lt;li&gt;Kontaktujte prosím vlastníky webového serveru a informujte je o tomto problému.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of the error page shown when a file cannot be loaded because of a detected data corruption. -->
<string name="mozac_browser_errorpages_corrupted_content_title">Chyba v obsahu stránky</string>
<!-- The error message shown when shown when a file cannot be loaded because of a detected data corruption. -->
<string name="mozac_browser_errorpages_corrupted_content_message">
&lt;p&gt;Požadovanou stránku nelze zobrazit, protože při přenosu dat došlo k chybě.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Kontaktujte prosím vlastníky webového serveru a informujte je o tomto problému.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_content_crashed_title">Pád obsahu</string>
<string name="mozac_browser_errorpages_content_crashed_message">
&lt;p&gt;Požadovanou stránku nelze zobrazit, protože při přenosu dat došlo k chybě.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Kontaktujte prosím vlastníky webového serveru a informujte je o tomto problému.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_invalid_content_encoding_title">Chyba znakové sady obsahu</string>
<string name="mozac_browser_errorpages_invalid_content_encoding_message">
&lt;p&gt;Požadovanou stránku nelze zobrazit, protože používá neplatný či nepodporovaný způsob komprese dat.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Kontaktujte prosím vlastníky webového serveru a informujte je o tomto problému.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_unknown_host_title">Adresa nenalezena</string>
<!-- In the example, the two URLs in markup do not need to be translated. -->
<string name="mozac_browser_errorpages_unknown_host_message">
&lt;p&gt;URL adresa neodpovídá známému serveru a nelze ji načíst.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Zkontrolujte, že je adresa napsaná správně a neobsahuje chyby jako
&lt;strong&gt;ww&lt;/strong&gt;.example.com místo &lt;strong&gt;www&lt;/strong&gt;.example.com.&lt;/li&gt;
&lt;li&gt;Pokud se vám nezobrazují ani ostatní stránky, zkontrolujte své připojení přes mobilní data nebo Wi-Fi.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_no_internet_title_2">Zdá se, že došlo k problému s připojením k internetu</string>
<!-- The main body text of this error page. It will be shown beneath the title -->
<string name="mozac_browser_errorpages_no_internet_message_2">Zkuste se připojit na jiném zařízení. Zkontrolujte modem nebo router. Odpojte se a znovu se připojte k Wi-Fi.</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_no_internet_error_code">Kód chyby: NS_ERROR_OFFLINE</string>
<!-- Text that will show up on the button at the bottom of the error page -->
<string name="mozac_browser_errorpages_no_internet_refresh_button">Znovu načíst</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_malformed_uri_title">Neplatná adresa</string>
<string name="mozac_browser_errorpages_malformed_uri_message">
&lt;p&gt;Adresa (URL) není platná a nelze ji načíst. Zkontrolujte prosím, že je adresa napsána správně.&lt;/p&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_malformed_uri_title_alternative">Neplatná adresa</string>
<!-- This string contains markup. The URL should not be localized. -->
<string name="mozac_browser_errorpages_malformed_uri_message_alternative">
&lt;ul&gt;
&lt;li&gt;Webové adresy jsou obvykle psány jako &lt;strong&gt;http://www.example.com/&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Ujistěte se, že používáte běžná lomítka (tj. &lt;strong&gt;/&lt;/strong&gt;).&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_unknown_protocol_title">Neznámý protokol</string>
<string name="mozac_browser_errorpages_unknown_protocol_message">
&lt;p&gt;Adresu (URL) určuje protokol (např. &lt;q&gt;wxyz://&lt;/q&gt;), který nebyl prohlížečem rozpoznán, a proto se k ní nemůže korektně připojit.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Zkoušíte přistupovat k multimédiím či jiné netextové službě? Podívejte se, jaké další věci stránka vyžaduje.&lt;/li&gt;
&lt;li&gt;Některé protokoly mohou vyžadovat software třetích stran nebo zásuvné moduly dříve, než je prohlížeč může rozpoznat.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_file_not_found_title">Soubor nenalezen</string>
<string name="mozac_browser_errorpages_file_not_found_message">
&lt;ul&gt;
&lt;li&gt;Je možné, že byl smazán, přejmenován nebo přesunut.&lt;/li&gt;
&lt;li&gt;Zkontrolujte prosím, že je adresa napsána správně, a to včetně velikosti písmen.&lt;/li&gt;
&lt;li&gt;Jste-li autorem tohoto souboru, ověřte, že daný soubor na serveru existuje a že má příslušná práva na zobrazení.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_file_access_denied_title">Přístup k souboru byl odepřen</string>
<string name="mozac_browser_errorpages_file_access_denied_message">
&lt;ul&gt;
&lt;li&gt;Možná byl smazán, přesunut nebo jeho oprávnění zabraňují přístupu.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_proxy_connection_refused_title">Proxy server odmítl spojení</string>
<string name="mozac_browser_errorpages_proxy_connection_refused_message">&lt;p&gt;Prohlížeč je nastaven, aby používal proxy server, který odmítá spojení.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Zkontrolujte v prohlížeči nastavení proxy serveru a akci opakujte.&lt;/li&gt;
&lt;li&gt;Je možné, že proxy server nepovoluje připojení z vaší sítě.&lt;/li&gt;
&lt;li&gt;Pokud problém přetrvává, poraďte se se správcem vaší sítě, nebo poskytovatelem připojení k internetu.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_unknown_proxy_host_title">Proxy server nenalezen</string>
<string name="mozac_browser_errorpages_unknown_proxy_host_message">&lt;p&gt;Prohlížeč je nastaven, aby používal proxy server, který nelze nalézt.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Zkontrolujte v prohlížeči nastavení proxy serveru a akci opakujte.&lt;/li&gt;
&lt;li&gt;Zkontrolujte síťové připojení vašeho zařízení.&lt;/li&gt;
&lt;li&gt;Pokud problém přetrvává, poraďte se se správcem vaší sítě, nebo poskytovatelem připojení k internetu.&lt;/li&gt;
&lt;/ul&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_safe_browsing_malware_uri_title">Problém se škodlivým softwarem</string>
<!-- The %1$s will be replaced by the malicious website URL -->
<string name="mozac_browser_errorpages_safe_browsing_malware_uri_message">
&lt;p&gt;Stránka %1$s byla nahlášena jako útočná a byla zablokována na základě vašeho bezpečnostního nastavení.&lt;/p&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_safe_browsing_unwanted_uri_title">Problém s nežádoucí webovou stránkou</string>
<!-- The %1$s will be replaced by the malicious website URL -->
<string name="mozac_browser_errorpages_safe_browsing_unwanted_uri_message">
&lt;p&gt;Stránka %1$s byla nahlášena jako stránka s nežádoucím softwarem a byla zablokována na základě vašeho bezpečnostního nastavení.&lt;/p&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_safe_harmful_uri_title">Problém se škodlivou stránkou</string>
<!-- The %1$s will be replaced by the malicious website URL -->
<string name="mozac_browser_errorpages_safe_harmful_uri_message">
&lt;p&gt;Stránka %1$s byla nahlášena jako útočná a byla zablokována na základě vašeho bezpečnostního nastavení.&lt;/p&gt;
</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_safe_phishing_uri_title">Problém s klamavou stránkou</string>
<!-- The %1$s will be replaced by the malicious website URL -->
<string name="mozac_browser_errorpages_safe_phishing_uri_message">
&lt;p&gt;Tato webová stránka na serveru %1$s byla nahlášena jako klamavá a byla zablokována na základě vašeho bezpečnostního nastavení.&lt;/p&gt;
</string>
<!-- The title of the error page for websites that do not support HTTPS when HTTPS-Only is turned on -->
<string name="mozac_browser_errorpages_httpsonly_title">Nelze navázat zabezpečené spojení</string>
<!-- The text of the error page for websites that do not support HTTPS when HTTPS-Only is turned on. %1$s will be replaced with the URL of the website. -->
<string name="mozac_browser_errorpages_httpsonly_message">Máte zapnutý režim „pouze HTTPS“ zajišťující vyšší míru zabezpečení, ale zabezpečená verze webu &lt;em&gt;%1$s&lt;/em&gt; není dostupná.</string>
<!-- Button on error page for websites that do not support HTTPS when HTTPS-Only is turned on. Clicking the button allows the user to nevertheless load the website using HTTP. -->
<string name="mozac_browser_errorpages_httpsonly_button">Pokračovat přes nezabezpečené spojení</string>
</resources>