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