diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-cs/mobile/android/chrome/aboutCertError.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-cs/mobile/android/chrome/aboutCertError.dtd b/l10n-cs/mobile/android/chrome/aboutCertError.dtd new file mode 100644 index 0000000000..6f21b23aca --- /dev/null +++ b/l10n-cs/mobile/android/chrome/aboutCertError.dtd @@ -0,0 +1,38 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY % brandDTD + SYSTEM "chrome://branding/locale/brand.dtd"> + %brandDTD; + +<!-- These strings are used by Firefox's custom about:certerror page, +a replacement for the standard security certificate errors produced +by NSS/PSM via netError.xhtml. --> + +<!ENTITY certerror.pagetitle "Nedůvěryhodné připojení"> +<!ENTITY certerror.longpagetitle "Toto připojení není důvěryhodné"> + +<!-- Localization note (certerror.introPara1) - The string "#1" will +be replaced at runtime with the name of the server to which the user +was trying to connect. --> +<!ENTITY certerror.introPara1 "Požádali jste &brandShortName; o zabezpečené připojení k serveru <b>#1</b>, ale nemůžeme potvrdit, že je spojení skutečně zabezpečené."> + + +<!ENTITY certerror.whatShouldIDo.heading "Co mám teď dělat?"> +<!ENTITY certerror.whatShouldIDo.content "Pokud se k tomuto serveru obvykle připojujete bez problému, může tato chyba znamenat, že se za tento server někdo snaží vydávat, a neměli byste pokračovat."> + + +<!ENTITY certerror.getMeOutOfHere.label "Rychle odsud pryč!"> + +<!ENTITY certerror.expert.heading "Uvědomuji si rizika"> +<!ENTITY certerror.expert.content "Pokud víte, co se děje, můžete &brandShortName; požádat o výjimku a začít identifikaci tohoto serveru důvěřovat. <b>I když tomuto serveru důvěřujete, může tato chyba znamenat, že někdo manipuluje s tímto připojením.</b>"> + + + +<!ENTITY certerror.expert.contentPara2 "Nepřidávejte výjimku, pokud si nejste jisti, že tento server má dobrý důvod nepoužívat důvěryhodnou identifikaci."> + +<!ENTITY certerror.addTemporaryException.label "Navštívit stránku"> +<!ENTITY certerror.addPermanentException.label "Udělit trvale výjimku…"> + +<!ENTITY certerror.technical.heading "Technické detaily"> |