1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/locales/en-US/chrome/overrides/netError.dtd Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,197 @@ 1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.5 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.7 + 1.8 +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> 1.9 +%brandDTD; 1.10 + 1.11 +<!ENTITY loadError.label "Problem loading page"> 1.12 +<!ENTITY retry.label "Try Again"> 1.13 + 1.14 +<!-- Specific error messages --> 1.15 + 1.16 +<!ENTITY connectionFailure.title "Unable to connect"> 1.17 +<!ENTITY connectionFailure.longDesc "&sharedLongDesc;"> 1.18 + 1.19 +<!ENTITY deniedPortAccess.title "This address is restricted"> 1.20 +<!ENTITY deniedPortAccess.longDesc ""> 1.21 + 1.22 +<!ENTITY dnsNotFound.title "Server not found"> 1.23 +<!ENTITY dnsNotFound.longDesc " 1.24 +<ul> 1.25 + <li>Check the address for typing errors such as 1.26 + <strong>ww</strong>.example.com instead of 1.27 + <strong>www</strong>.example.com</li> 1.28 + <li>If you are unable to load any pages, check your computer's network 1.29 + connection.</li> 1.30 + <li>If your computer or network is protected by a firewall or proxy, make sure 1.31 + that &brandShortName; is permitted to access the Web.</li> 1.32 +</ul> 1.33 +"> 1.34 + 1.35 +<!ENTITY fileNotFound.title "File not found"> 1.36 +<!ENTITY fileNotFound.longDesc " 1.37 +<ul> 1.38 + <li>Check the file name for capitalization or other typing errors.</li> 1.39 + <li>Check to see if the file was moved, renamed or deleted.</li> 1.40 +</ul> 1.41 +"> 1.42 + 1.43 + 1.44 +<!ENTITY generic.title "Oops."> 1.45 +<!ENTITY generic.longDesc " 1.46 +<p>&brandShortName; can't load this page for some reason.</p> 1.47 +"> 1.48 + 1.49 +<!ENTITY malformedURI.title "The address isn't valid"> 1.50 +<!ENTITY malformedURI.longDesc " 1.51 +<ul> 1.52 + <li>Web addresses are usually written like 1.53 + <strong>http://www.example.com/</strong></li> 1.54 + <li>Make sure that you're using forward slashes (i.e. 1.55 + <strong>/</strong>).</li> 1.56 +</ul> 1.57 +"> 1.58 + 1.59 +<!ENTITY netInterrupt.title "The connection was interrupted"> 1.60 +<!ENTITY netInterrupt.longDesc "&sharedLongDesc;"> 1.61 + 1.62 +<!ENTITY notCached.title "Document Expired"> 1.63 +<!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>"> 1.64 + 1.65 +<!ENTITY netOffline.title "Offline mode"> 1.66 +<!ENTITY netOffline.longDesc2 " 1.67 +<ul> 1.68 + <li>Press "Try Again" to switch to online mode and reload the page.</li> 1.69 +</ul> 1.70 +"> 1.71 + 1.72 +<!ENTITY contentEncodingError.title "Content Encoding Error"> 1.73 +<!ENTITY contentEncodingError.longDesc " 1.74 +<ul> 1.75 + <li>Please contact the website owners to inform them of this problem.</li> 1.76 +</ul> 1.77 +"> 1.78 + 1.79 +<!ENTITY unsafeContentType.title "Unsafe File Type"> 1.80 +<!ENTITY unsafeContentType.longDesc " 1.81 +<ul> 1.82 + <li>Please contact the website owners to inform them of this problem.</li> 1.83 +</ul> 1.84 +"> 1.85 + 1.86 +<!ENTITY netReset.title "The connection was reset"> 1.87 +<!ENTITY netReset.longDesc "&sharedLongDesc;"> 1.88 + 1.89 +<!ENTITY netTimeout.title "The connection has timed out"> 1.90 +<!ENTITY netTimeout.longDesc "&sharedLongDesc;"> 1.91 + 1.92 +<!ENTITY unknownProtocolFound.title "The address wasn't understood"> 1.93 +<!ENTITY unknownProtocolFound.longDesc " 1.94 +<ul> 1.95 + <li>You might need to install other software to open this address.</li> 1.96 +</ul> 1.97 +"> 1.98 + 1.99 +<!ENTITY proxyConnectFailure.title "The proxy server is refusing connections"> 1.100 +<!ENTITY proxyConnectFailure.longDesc " 1.101 +<ul> 1.102 + <li>Check the proxy settings to make sure that they are correct.</li> 1.103 + <li>Contact your network administrator to make sure the proxy server is 1.104 + working.</li> 1.105 +</ul> 1.106 +"> 1.107 + 1.108 +<!ENTITY proxyResolveFailure.title "Unable to find the proxy server"> 1.109 +<!ENTITY proxyResolveFailure.longDesc " 1.110 +<ul> 1.111 + <li>Check the proxy settings to make sure that they are correct.</li> 1.112 + <li>Check to make sure your computer has a working network connection.</li> 1.113 + <li>If your computer or network is protected by a firewall or proxy, make sure 1.114 + that &brandShortName; is permitted to access the Web.</li> 1.115 +</ul> 1.116 +"> 1.117 + 1.118 +<!ENTITY redirectLoop.title "The page isn't redirecting properly"> 1.119 +<!ENTITY redirectLoop.longDesc " 1.120 +<ul> 1.121 + <li>This problem can sometimes be caused by disabling or refusing to accept 1.122 + cookies.</li> 1.123 +</ul> 1.124 +"> 1.125 + 1.126 +<!ENTITY unknownSocketType.title "Unexpected response from server"> 1.127 +<!ENTITY unknownSocketType.longDesc " 1.128 +<ul> 1.129 + <li>Check to make sure your system has the Personal Security Manager 1.130 + installed.</li> 1.131 + <li>This might be due to a non-standard configuration on the server.</li> 1.132 +</ul> 1.133 +"> 1.134 + 1.135 +<!ENTITY nssFailure2.title "Secure Connection Failed"> 1.136 +<!ENTITY nssFailure2.longDesc " 1.137 +<ul> 1.138 + <li>The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.</li> 1.139 + <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> 1.140 +</ul> 1.141 +"> 1.142 + 1.143 +<!ENTITY nssBadCert.title "Secure Connection Failed"> 1.144 +<!ENTITY nssBadCert.longDesc2 " 1.145 +<ul> 1.146 + <li>This could be a problem with the server's configuration, or it could be 1.147 +someone trying to impersonate the server.</li> 1.148 + <li>If you have connected to this server successfully in the past, the error may 1.149 +be temporary, and you can try again later.</li> 1.150 +</ul> 1.151 +"> 1.152 + 1.153 +<!ENTITY sharedLongDesc " 1.154 +<ul> 1.155 + <li>The site could be temporarily unavailable or too busy. Try again in a few 1.156 + moments.</li> 1.157 + <li>If you are unable to load any pages, check your computer's network 1.158 + connection.</li> 1.159 + <li>If your computer or network is protected by a firewall or proxy, make sure 1.160 + that &brandShortName; is permitted to access the Web.</li> 1.161 +</ul> 1.162 +"> 1.163 + 1.164 +<!ENTITY malwareBlocked.title "Suspected Attack Site!"> 1.165 +<!ENTITY malwareBlocked.longDesc " 1.166 +<p>Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</p> 1.167 +<p>Website owners who believe their site has been reported as an attack site in error may <a href='http://www.stopbadware.org/home/reviewinfo' >request a review</a>.</p> 1.168 +"> 1.169 + 1.170 +<!ENTITY phishingBlocked.title "Suspected Web Forgery!"> 1.171 +<!ENTITY phishingBlocked.longDesc " 1.172 +<p>Entering any personal information on this page may result in identity theft or other fraud.</p> 1.173 +<p>These types of web forgeries are used in scams known as phishing attacks, in which fraudulent web pages and emails are used to imitate sources you may trust.</p> 1.174 +"> 1.175 + 1.176 +<!ENTITY cspFrameAncestorBlocked.title "Blocked by Content Security Policy"> 1.177 +<!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>"> 1.178 + 1.179 +<!ENTITY corruptedContentError.title "Corrupted Content Error"> 1.180 +<!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>"> 1.181 + 1.182 + 1.183 +<!ENTITY securityOverride.linkText "Or you can add an exception…"> 1.184 +<!ENTITY securityOverride.getMeOutOfHereButton "Get me out of here!"> 1.185 +<!ENTITY securityOverride.exceptionButtonLabel "Add Exception…"> 1.186 + 1.187 +<!-- LOCALIZATION NOTE (securityOverride.warningContent) - Do not translate the 1.188 +contents of the <button> tags. It uses strings already defined above. The 1.189 +button is included here (instead of netError.xhtml) because it exposes 1.190 +functionality specific to firefox. --> 1.191 + 1.192 +<!ENTITY securityOverride.warningContent " 1.193 +<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> 1.194 + 1.195 +<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button> 1.196 +<button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button> 1.197 +"> 1.198 + 1.199 +<!ENTITY remoteXUL.title "Remote XUL"> 1.200 +<!ENTITY remoteXUL.longDesc "<p><ul><li>Please contact the website owners to inform them of this problem.</li></ul></p>">