diff options
Diffstat (limited to 'l10n-hr/mobile/android/chrome/aboutCertError.dtd')
-rw-r--r-- | l10n-hr/mobile/android/chrome/aboutCertError.dtd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/l10n-hr/mobile/android/chrome/aboutCertError.dtd b/l10n-hr/mobile/android/chrome/aboutCertError.dtd new file mode 100644 index 0000000000..5ccb33df7e --- /dev/null +++ b/l10n-hr/mobile/android/chrome/aboutCertError.dtd @@ -0,0 +1,31 @@ +<!-- 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 "Nesigurna veza"> +<!ENTITY certerror.longpagetitle "Ova veza nije sigurna"> +<!-- 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 "&brandShortName; je povezan preko sigurne veze na <b>#1</b>, ali nije moguće potvrditi vjerodostojnost sigurnosti veze."> + +<!ENTITY certerror.whatShouldIDo.heading "Šta da radim?"> +<!ENTITY certerror.whatShouldIDo.content "Ako se inače povezujete na ovu stranicu bez problema, ovo upozorenje bi moglo značiti da netko pokušava imitirati stranicu, pa stoga ne biste trebali nastaviti."> +<!ENTITY certerror.getMeOutOfHere.label "Makni me odavdje!"> + +<!ENTITY certerror.expert.heading "Razumijem rizike"> +<!ENTITY certerror.expert.content "Ako razumijete što se događa, možete reći &brandShortName; da vjeruje identifikaciji ove stranice. <b>Čak i ako vjerujete ovoj stranici, ova greška može značiti da netko zadire u vašu vezu.</b>"> +<!ENTITY certerror.expert.contentPara2 "Nemojte dodavati iznimku, osim ako znate da postoji dobar razlog zašto ova stranica ne koristi vjerodostojnu identifikaciju."> +<!ENTITY certerror.addTemporaryException.label "Posjeti stranicu"> +<!ENTITY certerror.addPermanentException.label "Dodaj trajnu iznimku"> + +<!ENTITY certerror.technical.heading "Tehnički detalji"> |