b2g/locales/en-US/chrome/overrides/aboutCertError.dtd

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     2    - License, v. 2.0. If a copy of the MPL was not distributed with this
     3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     5 <!ENTITY % brandDTD
     6     SYSTEM "chrome://branding/locale/brand.dtd">
     7   %brandDTD;
     9 <!-- These strings are used by Firefox's custom about:certerror page,
    10 a replacement for the standard security certificate errors produced
    11 by NSS/PSM via netError.xhtml. -->
    13 <!ENTITY certerror.pagetitle  "Untrusted Connection">
    14 <!ENTITY certerror.longpagetitle "This Connection is Untrusted">
    16 <!-- Localization note (certerror.introPara1) - The string "#1" will
    17 be replaced at runtime with the name of the server to which the user
    18 was trying to connect. -->
    19 <!ENTITY certerror.introPara1 "You have asked &brandShortName; to connect
    20 securely to <b>#1</b>, but we can't confirm that your connection is secure.">
    22 <!ENTITY certerror.whatShouldIDo.heading "What Should I Do?">
    23 <!ENTITY certerror.whatShouldIDo.content "If you usually connect to
    24 this site without problems, this error could mean that someone is
    25 trying to impersonate the site, and you shouldn't continue.">
    26 <!ENTITY certerror.getMeOutOfHere.label "Get me out of here!">
    28 <!ENTITY certerror.expert.heading "I Understand the Risks">
    29 <!ENTITY certerror.expert.content "If you understand what's going on, you
    30 can tell &brandShortName; to start trusting this site's identification.
    31 <b>Even if you trust the site, this error could mean that someone is
    32 tampering with your connection.</b>">
    33 <!ENTITY certerror.expert.contentPara2 "Don't add an exception unless
    34 you know there's a good reason why this site doesn't use trusted identification.">
    35 <!ENTITY certerror.addTemporaryException.label "Visit site">
    36 <!ENTITY certerror.addPermanentException.label "Add permanent exception">
    38 <!ENTITY certerror.technical.heading "Technical Details">

mercurial