1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/b2g/locales/en-US/chrome/overrides/aboutCertError.dtd Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,38 @@ 1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.5 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.7 + 1.8 +<!ENTITY % brandDTD 1.9 + SYSTEM "chrome://branding/locale/brand.dtd"> 1.10 + %brandDTD; 1.11 + 1.12 +<!-- These strings are used by Firefox's custom about:certerror page, 1.13 +a replacement for the standard security certificate errors produced 1.14 +by NSS/PSM via netError.xhtml. --> 1.15 + 1.16 +<!ENTITY certerror.pagetitle "Untrusted Connection"> 1.17 +<!ENTITY certerror.longpagetitle "This Connection is Untrusted"> 1.18 + 1.19 +<!-- Localization note (certerror.introPara1) - The string "#1" will 1.20 +be replaced at runtime with the name of the server to which the user 1.21 +was trying to connect. --> 1.22 +<!ENTITY certerror.introPara1 "You have asked &brandShortName; to connect 1.23 +securely to <b>#1</b>, but we can't confirm that your connection is secure."> 1.24 + 1.25 +<!ENTITY certerror.whatShouldIDo.heading "What Should I Do?"> 1.26 +<!ENTITY certerror.whatShouldIDo.content "If you usually connect to 1.27 +this site without problems, this error could mean that someone is 1.28 +trying to impersonate the site, and you shouldn't continue."> 1.29 +<!ENTITY certerror.getMeOutOfHere.label "Get me out of here!"> 1.30 + 1.31 +<!ENTITY certerror.expert.heading "I Understand the Risks"> 1.32 +<!ENTITY certerror.expert.content "If you understand what's going on, you 1.33 +can tell &brandShortName; to start trusting this site's identification. 1.34 +<b>Even if you trust the site, this error could mean that someone is 1.35 +tampering with your connection.</b>"> 1.36 +<!ENTITY certerror.expert.contentPara2 "Don't add an exception unless 1.37 +you know there's a good reason why this site doesn't use trusted identification."> 1.38 +<!ENTITY certerror.addTemporaryException.label "Visit site"> 1.39 +<!ENTITY certerror.addPermanentException.label "Add permanent exception"> 1.40 + 1.41 +<!ENTITY certerror.technical.heading "Technical Details">