diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-04-23 15:32:23 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-04-23 15:32:23 -0400 |
commit | abe80cc31d5a40ebed743085011fbcda0c1a9a10 (patch) | |
tree | fb3762f06b84745b182af281abb107b95a9fcf01 /mobile/android/locales/en-US/chrome/aboutCertError.dtd | |
parent | 63295d0087eb58a6eb34cad324c4c53d1b220491 (diff) | |
download | UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.tar UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.tar.gz UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.tar.lz UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.tar.xz UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.zip |
Issue #1053 - Drop support Android and remove Fennec - Part 1a: Remove mobile/android
Diffstat (limited to 'mobile/android/locales/en-US/chrome/aboutCertError.dtd')
-rw-r--r-- | mobile/android/locales/en-US/chrome/aboutCertError.dtd | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/mobile/android/locales/en-US/chrome/aboutCertError.dtd b/mobile/android/locales/en-US/chrome/aboutCertError.dtd deleted file mode 100644 index cd6c6ba63..000000000 --- a/mobile/android/locales/en-US/chrome/aboutCertError.dtd +++ /dev/null @@ -1,38 +0,0 @@ -<!-- 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.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.addTemporaryException.label "Visit site"> -<!ENTITY certerror.addPermanentException.label "Add permanent exception"> - -<!ENTITY certerror.technical.heading "Technical Details"> |