mobile/locales/en-US/overrides/netError.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.

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 SYSTEM "chrome://branding/locale/brand.dtd">
michael@0 6 %brandDTD;
michael@0 7
michael@0 8 <!ENTITY loadError.label "Problem loading page">
michael@0 9 <!ENTITY retry.label "Try Again">
michael@0 10
michael@0 11 <!-- Specific error messages -->
michael@0 12
michael@0 13 <!ENTITY connectionFailure.title "Unable to connect">
michael@0 14 <!ENTITY connectionFailure.longDesc "&sharedLongDesc2;">
michael@0 15
michael@0 16 <!ENTITY deniedPortAccess.title "This address is restricted">
michael@0 17 <!ENTITY deniedPortAccess.longDesc "">
michael@0 18
michael@0 19 <!ENTITY dnsNotFound.title "Server not found">
michael@0 20 <!ENTITY dnsNotFound.longDesc2 "
michael@0 21 <ul>
michael@0 22 <li>Check the address for typing errors such as
michael@0 23 <strong>ww</strong>.example.com instead of
michael@0 24 <strong>www</strong>.example.com</li>
michael@0 25 <li>If you are unable to load any pages, check your device's data or Wi-Fi connection.</li>
michael@0 26 </ul>
michael@0 27 ">
michael@0 28
michael@0 29 <!ENTITY fileNotFound.title "File not found">
michael@0 30 <!ENTITY fileNotFound.longDesc "
michael@0 31 <ul>
michael@0 32 <li>Check the file name for capitalization or other typing errors.</li>
michael@0 33 <li>Check to see if the file was moved, renamed or deleted.</li>
michael@0 34 </ul>
michael@0 35 ">
michael@0 36
michael@0 37
michael@0 38 <!ENTITY generic.title "Oops.">
michael@0 39 <!ENTITY generic.longDesc "
michael@0 40 <p>&brandShortName; can't load this page for some reason.</p>
michael@0 41 ">
michael@0 42
michael@0 43 <!ENTITY malformedURI.title "The address isn't valid">
michael@0 44 <!ENTITY malformedURI.longDesc "
michael@0 45 <ul>
michael@0 46 <li>Web addresses are usually written like
michael@0 47 <strong>http://www.example.com/</strong></li>
michael@0 48 <li>Make sure that you're using forward slashes (i.e.
michael@0 49 <strong>/</strong>).</li>
michael@0 50 </ul>
michael@0 51 ">
michael@0 52
michael@0 53 <!ENTITY netInterrupt.title "The connection was interrupted">
michael@0 54 <!ENTITY netInterrupt.longDesc "&sharedLongDesc2;">
michael@0 55
michael@0 56 <!ENTITY notCached.title "Document Expired">
michael@0 57 <!ENTITY notCached.longDesc "<p>The requested document is not available in &brandShortName;'s cache.</p><ul><li>As a security precaution, &brandShortName; does not automatically re-request sensitive documents.</li><li>Click Try Again to re-request the document from the website.</li></ul>">
michael@0 58
michael@0 59 <!ENTITY netOffline.title "Offline mode">
michael@0 60 <!ENTITY netOffline.longDesc2 "
michael@0 61 <ul>
michael@0 62 <li>Try again. &brandShortName; will attempt to open a connection and reload the page.</li>
michael@0 63 </ul>
michael@0 64 ">
michael@0 65
michael@0 66 <!ENTITY contentEncodingError.title "Content Encoding Error">
michael@0 67 <!ENTITY contentEncodingError.longDesc "
michael@0 68 <ul>
michael@0 69 <li>Please contact the website owners to inform them of this problem.</li>
michael@0 70 </ul>
michael@0 71 ">
michael@0 72
michael@0 73 <!ENTITY unsafeContentType.title "Unsafe File Type">
michael@0 74 <!ENTITY unsafeContentType.longDesc "
michael@0 75 <ul>
michael@0 76 <li>Please contact the website owners to inform them of this problem.</li>
michael@0 77 </ul>
michael@0 78 ">
michael@0 79
michael@0 80 <!ENTITY netReset.title "The connection was reset">
michael@0 81 <!ENTITY netReset.longDesc "&sharedLongDesc2;">
michael@0 82
michael@0 83 <!ENTITY netTimeout.title "The connection has timed out">
michael@0 84 <!ENTITY netTimeout.longDesc "&sharedLongDesc2;">
michael@0 85
michael@0 86 <!ENTITY unknownProtocolFound.title "The address wasn't understood">
michael@0 87 <!ENTITY unknownProtocolFound.longDesc "
michael@0 88 <ul>
michael@0 89 <li>You might need to install other software to open this address.</li>
michael@0 90 </ul>
michael@0 91 ">
michael@0 92
michael@0 93 <!ENTITY proxyConnectFailure.title "The proxy server is refusing connections">
michael@0 94 <!ENTITY proxyConnectFailure.longDesc "
michael@0 95 <ul>
michael@0 96 <li>Check the proxy settings to make sure that they are correct.</li>
michael@0 97 <li>Contact your network administrator to make sure the proxy server is
michael@0 98 working.</li>
michael@0 99 </ul>
michael@0 100 ">
michael@0 101
michael@0 102 <!ENTITY proxyResolveFailure.title "Unable to find the proxy server">
michael@0 103 <!ENTITY proxyResolveFailure.longDesc2 "
michael@0 104 <ul>
michael@0 105 <li>Check the proxy settings to make sure that they are correct.</li>
michael@0 106 <li>Check to make sure your device has a working data or Wi-Fi connection.</li>
michael@0 107 </ul>
michael@0 108 ">
michael@0 109
michael@0 110 <!ENTITY redirectLoop.title "The page isn't redirecting properly">
michael@0 111 <!ENTITY redirectLoop.longDesc "
michael@0 112 <ul>
michael@0 113 <li>This problem can sometimes be caused by disabling or refusing to accept
michael@0 114 cookies.</li>
michael@0 115 </ul>
michael@0 116 ">
michael@0 117
michael@0 118 <!ENTITY unknownSocketType.title "Unexpected response from server">
michael@0 119 <!ENTITY unknownSocketType.longDesc "
michael@0 120 <ul>
michael@0 121 <li>Check to make sure your system has the Personal Security Manager
michael@0 122 installed.</li>
michael@0 123 <li>This might be due to a non-standard configuration on the server.</li>
michael@0 124 </ul>
michael@0 125 ">
michael@0 126
michael@0 127 <!ENTITY nssFailure2.title "Secure Connection Failed">
michael@0 128 <!ENTITY nssFailure2.longDesc "
michael@0 129 <ul>
michael@0 130 <li>The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.</li>
michael@0 131 <li>Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.</li>
michael@0 132 </ul>
michael@0 133 ">
michael@0 134
michael@0 135 <!ENTITY nssBadCert.title "Secure Connection Failed">
michael@0 136 <!ENTITY nssBadCert.longDesc2 "
michael@0 137 <ul>
michael@0 138 <li>This could be a problem with the server's configuration, or it could be
michael@0 139 someone trying to impersonate the server.</li>
michael@0 140 <li>If you have connected to this server successfully in the past, the error may
michael@0 141 be temporary, and you can try again later.</li>
michael@0 142 </ul>
michael@0 143 ">
michael@0 144
michael@0 145 <!ENTITY sharedLongDesc2 "
michael@0 146 <ul>
michael@0 147 <li>The site could be temporarily unavailable or too busy. Try again in a few moments.</li>
michael@0 148 <li>If you are unable to load any pages, check your mobile device's data or Wi-Fi connection.</li>
michael@0 149 </ul>
michael@0 150 ">
michael@0 151
michael@0 152 <!ENTITY cspFrameAncestorBlocked.title "Blocked by Content Security Policy">
michael@0 153 <!ENTITY cspFrameAncestorBlocked.longDesc "<p>&brandShortName; prevented this page from loading in this way because the page has a content security policy that disallows it.</p>">
michael@0 154
michael@0 155 <!ENTITY corruptedContentError.title "Corrupted Content Error">
michael@0 156 <!ENTITY corruptedContentError.longDesc "<p>The page you are trying to view cannot be shown because an error in the data transmission was detected.</p><ul><li>Please contact the website owners to inform them of this problem.</li></ul>">
michael@0 157
michael@0 158 <!ENTITY securityOverride.linkText "Or you can add an exception…">
michael@0 159 <!ENTITY securityOverride.getMeOutOfHereButton "Get me out of here!">
michael@0 160 <!ENTITY securityOverride.exceptionButtonLabel "Add Exception…">
michael@0 161
michael@0 162 <!-- LOCALIZATION NOTE (securityOverride.warningContent) - Do not translate the
michael@0 163 contents of the <xul:button> tags. The only language content is the label= field,
michael@0 164 which uses strings already defined above. The button is included here (instead of
michael@0 165 netError.xhtml) because it exposes functionality specific to firefox. -->
michael@0 166
michael@0 167 <!ENTITY securityOverride.warningContent "
michael@0 168 <p>You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server.</p>
michael@0 169
michael@0 170 <button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
michael@0 171 <button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button>
michael@0 172 ">
michael@0 173
michael@0 174 <!ENTITY remoteXUL.title "Remote XUL">
michael@0 175 <!ENTITY remoteXUL.longDesc "<p><ul><li>Please contact the website owners to inform them of this problem.</li></ul></p>">
michael@0 176

mercurial