diff options
Diffstat (limited to 'l10n-sk/mobile/android/chrome/aboutCertError.dtd')
-rw-r--r-- | l10n-sk/mobile/android/chrome/aboutCertError.dtd | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/l10n-sk/mobile/android/chrome/aboutCertError.dtd b/l10n-sk/mobile/android/chrome/aboutCertError.dtd new file mode 100644 index 0000000000..f0cebd8d84 --- /dev/null +++ b/l10n-sk/mobile/android/chrome/aboutCertError.dtd @@ -0,0 +1,36 @@ +<!-- 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ôveryhodné pripojenie"> +<!ENTITY certerror.longpagetitle "Toto pripojenie nie je dôveryhodné"> + +<!-- 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žiadali ste, aby sa &brandShortName; pripojil k stránke <b>#1</b> +prostredníctvom zabezpečeného pripojenia. Nemôžeme vás však uistiť, že toto pripojenie je naozaj zabezpečené."> + +<!ENTITY certerror.whatShouldIDo.heading "Čo by som mal urobiť?"> +<!ENTITY certerror.whatShouldIDo.content "Ak sa k tejto stránke zvyčajne pripájate bez problémov, +táto chyba môže naznačovať, že niekto sa snaží napodobniť túto stránku a nemali by ste preto pokračovať."> +<!ENTITY certerror.getMeOutOfHere.label "Rýchlo odtiaľto preč!"> + +<!ENTITY certerror.expert.heading "Rozumiem možným rizikám"> +<!ENTITY certerror.expert.content "Ak viete, čo sa deje, môžete nastaviť &brandShortName; tak, aby veril +identifikácii tejto stránky. +<b>Aj keď tejto stránke dôverujete, táto chyba môže znamenať, že niekto manipuluje s týmto pripojením.</b>"> +<!ENTITY certerror.expert.contentPara2 "Nepridávajte výnimku, pokiaľ nepoznáte dôvody, +prečo stránka používa nedôveryhodnú identifikáciu."> +<!ENTITY certerror.addTemporaryException.label "Navštíviť stránku"> +<!ENTITY certerror.addPermanentException.label "Pridať výnimku natrvalo"> + +<!ENTITY certerror.technical.heading "Technické podrobnosti"> |