diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 03:35:06 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 03:35:06 -0500 |
commit | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (patch) | |
tree | 6efefe6a09feb09d965932b24e10436b9ac8189c /application/palemoon/locales/en-US/chrome/browser/aboutCertError.dtd | |
parent | e72ef92b5bdc43cd2584198e2e54e951b70299e8 (diff) | |
download | UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.gz UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.lz UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.xz UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.zip |
Add Pale Moon
Diffstat (limited to 'application/palemoon/locales/en-US/chrome/browser/aboutCertError.dtd')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/aboutCertError.dtd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/aboutCertError.dtd b/application/palemoon/locales/en-US/chrome/browser/aboutCertError.dtd new file mode 100644 index 000000000..21c722c72 --- /dev/null +++ b/application/palemoon/locales/en-US/chrome/browser/aboutCertError.dtd @@ -0,0 +1,40 @@ +<!-- 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 "Untrusted Connection"> +<!ENTITY certerror.longpagetitle "This Connection is Untrusted"> + +<!-- 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 "You have asked &brandShortName; to connect +securely to <b>#1</b>, but we can't confirm that your connection is secure."> +<!ENTITY certerror.introPara2 "Normally, when you try to connect securely, +sites will present trusted identification to prove that you are +going to the right place. However, this site's identity can't be verified."> + +<!ENTITY certerror.whatShouldIDo.heading "What Should I Do?"> +<!ENTITY certerror.whatShouldIDo.content "If you usually connect to +this site without problems, this error could mean that someone is +trying to impersonate the site, and you shouldn't continue."> +<!ENTITY certerror.getMeOutOfHere.label "Get me out of here!"> + +<!ENTITY certerror.expert.heading "I Understand the Risks"> +<!ENTITY certerror.expert.content "If you understand what's going on, you +can tell &brandShortName; to start trusting this site's identification. +<b>Even if you trust the site, this error could mean that someone is +tampering with your connection.</b>"> +<!ENTITY certerror.expert.contentPara2 "Don't add an exception unless +you know there's a good reason why this site doesn't use trusted identification."> +<!ENTITY certerror.addException.label "Add Exception…"> + +<!ENTITY certerror.technical.heading "Technical Details"> |