Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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 "&sharedLongDesc;"> |
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.longDesc " |
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 computer's network |
michael@0 | 26 | connection.</li> |
michael@0 | 27 | <li>If your computer or network is protected by a firewall or proxy, make sure |
michael@0 | 28 | that &brandShortName; is permitted to access the Web.</li> |
michael@0 | 29 | </ul> |
michael@0 | 30 | "> |
michael@0 | 31 | |
michael@0 | 32 | <!ENTITY fileNotFound.title "File not found"> |
michael@0 | 33 | <!ENTITY fileNotFound.longDesc " |
michael@0 | 34 | <ul> |
michael@0 | 35 | <li>Check the file name for capitalization or other typing errors.</li> |
michael@0 | 36 | <li>Check to see if the file was moved, renamed or deleted.</li> |
michael@0 | 37 | </ul> |
michael@0 | 38 | "> |
michael@0 | 39 | |
michael@0 | 40 | |
michael@0 | 41 | <!ENTITY generic.title "Oops."> |
michael@0 | 42 | <!ENTITY generic.longDesc " |
michael@0 | 43 | <p>&brandShortName; can't load this page for some reason.</p> |
michael@0 | 44 | "> |
michael@0 | 45 | |
michael@0 | 46 | <!ENTITY malformedURI.title "The address isn't valid"> |
michael@0 | 47 | <!ENTITY malformedURI.longDesc " |
michael@0 | 48 | <ul> |
michael@0 | 49 | <li>Web addresses are usually written like |
michael@0 | 50 | <strong>http://www.example.com/</strong></li> |
michael@0 | 51 | <li>Make sure that you're using forward slashes (i.e. |
michael@0 | 52 | <strong>/</strong>).</li> |
michael@0 | 53 | </ul> |
michael@0 | 54 | "> |
michael@0 | 55 | |
michael@0 | 56 | <!ENTITY netInterrupt.title "The connection was interrupted"> |
michael@0 | 57 | <!ENTITY netInterrupt.longDesc "&sharedLongDesc;"> |
michael@0 | 58 | |
michael@0 | 59 | <!ENTITY notCached.title "Document Expired"> |
michael@0 | 60 | <!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 | 61 | |
michael@0 | 62 | <!ENTITY netOffline.title "Offline mode"> |
michael@0 | 63 | <!ENTITY netOffline.longDesc2 " |
michael@0 | 64 | <ul> |
michael@0 | 65 | <li>Press "Try Again" to switch to online mode and reload the page.</li> |
michael@0 | 66 | </ul> |
michael@0 | 67 | "> |
michael@0 | 68 | |
michael@0 | 69 | <!ENTITY contentEncodingError.title "Content Encoding Error"> |
michael@0 | 70 | <!ENTITY contentEncodingError.longDesc " |
michael@0 | 71 | <ul> |
michael@0 | 72 | <li>Please contact the website owners to inform them of this problem.</li> |
michael@0 | 73 | </ul> |
michael@0 | 74 | "> |
michael@0 | 75 | |
michael@0 | 76 | <!ENTITY unsafeContentType.title "Unsafe File Type"> |
michael@0 | 77 | <!ENTITY unsafeContentType.longDesc " |
michael@0 | 78 | <ul> |
michael@0 | 79 | <li>Please contact the website owners to inform them of this problem.</li> |
michael@0 | 80 | </ul> |
michael@0 | 81 | "> |
michael@0 | 82 | |
michael@0 | 83 | <!ENTITY netReset.title "The connection was reset"> |
michael@0 | 84 | <!ENTITY netReset.longDesc "&sharedLongDesc;"> |
michael@0 | 85 | |
michael@0 | 86 | <!ENTITY netTimeout.title "The connection has timed out"> |
michael@0 | 87 | <!ENTITY netTimeout.longDesc "&sharedLongDesc;"> |
michael@0 | 88 | |
michael@0 | 89 | <!ENTITY unknownProtocolFound.title "The address wasn't understood"> |
michael@0 | 90 | <!ENTITY unknownProtocolFound.longDesc " |
michael@0 | 91 | <ul> |
michael@0 | 92 | <li>You might need to install other software to open this address.</li> |
michael@0 | 93 | </ul> |
michael@0 | 94 | "> |
michael@0 | 95 | |
michael@0 | 96 | <!ENTITY proxyConnectFailure.title "The proxy server is refusing connections"> |
michael@0 | 97 | <!ENTITY proxyConnectFailure.longDesc " |
michael@0 | 98 | <ul> |
michael@0 | 99 | <li>Check the proxy settings to make sure that they are correct.</li> |
michael@0 | 100 | <li>Contact your network administrator to make sure the proxy server is |
michael@0 | 101 | working.</li> |
michael@0 | 102 | </ul> |
michael@0 | 103 | "> |
michael@0 | 104 | |
michael@0 | 105 | <!ENTITY proxyResolveFailure.title "Unable to find the proxy server"> |
michael@0 | 106 | <!ENTITY proxyResolveFailure.longDesc " |
michael@0 | 107 | <ul> |
michael@0 | 108 | <li>Check the proxy settings to make sure that they are correct.</li> |
michael@0 | 109 | <li>Check to make sure your computer has a working network connection.</li> |
michael@0 | 110 | <li>If your computer or network is protected by a firewall or proxy, make sure |
michael@0 | 111 | that &brandShortName; is permitted to access the Web.</li> |
michael@0 | 112 | </ul> |
michael@0 | 113 | "> |
michael@0 | 114 | |
michael@0 | 115 | <!ENTITY redirectLoop.title "The page isn't redirecting properly"> |
michael@0 | 116 | <!ENTITY redirectLoop.longDesc " |
michael@0 | 117 | <ul> |
michael@0 | 118 | <li>This problem can sometimes be caused by disabling or refusing to accept |
michael@0 | 119 | cookies.</li> |
michael@0 | 120 | </ul> |
michael@0 | 121 | "> |
michael@0 | 122 | |
michael@0 | 123 | <!ENTITY unknownSocketType.title "Unexpected response from server"> |
michael@0 | 124 | <!ENTITY unknownSocketType.longDesc " |
michael@0 | 125 | <ul> |
michael@0 | 126 | <li>Check to make sure your system has the Personal Security Manager |
michael@0 | 127 | installed.</li> |
michael@0 | 128 | <li>This might be due to a non-standard configuration on the server.</li> |
michael@0 | 129 | </ul> |
michael@0 | 130 | "> |
michael@0 | 131 | |
michael@0 | 132 | <!ENTITY nssFailure2.title "Secure Connection Failed"> |
michael@0 | 133 | <!ENTITY nssFailure2.longDesc " |
michael@0 | 134 | <ul> |
michael@0 | 135 | <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 | 136 | <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 | 137 | </ul> |
michael@0 | 138 | "> |
michael@0 | 139 | |
michael@0 | 140 | <!ENTITY nssBadCert.title "Secure Connection Failed"> |
michael@0 | 141 | <!ENTITY nssBadCert.longDesc2 " |
michael@0 | 142 | <ul> |
michael@0 | 143 | <li>This could be a problem with the server's configuration, or it could be |
michael@0 | 144 | someone trying to impersonate the server.</li> |
michael@0 | 145 | <li>If you have connected to this server successfully in the past, the error may |
michael@0 | 146 | be temporary, and you can try again later.</li> |
michael@0 | 147 | </ul> |
michael@0 | 148 | "> |
michael@0 | 149 | |
michael@0 | 150 | <!ENTITY sharedLongDesc " |
michael@0 | 151 | <ul> |
michael@0 | 152 | <li>The site could be temporarily unavailable or too busy. Try again in a few |
michael@0 | 153 | moments.</li> |
michael@0 | 154 | <li>If you are unable to load any pages, check your computer's network |
michael@0 | 155 | connection.</li> |
michael@0 | 156 | <li>If your computer or network is protected by a firewall or proxy, make sure |
michael@0 | 157 | that &brandShortName; is permitted to access the Web.</li> |
michael@0 | 158 | </ul> |
michael@0 | 159 | "> |
michael@0 | 160 | |
michael@0 | 161 | <!ENTITY malwareBlocked.title "Suspected Attack Site!"> |
michael@0 | 162 | <!ENTITY malwareBlocked.longDesc " |
michael@0 | 163 | <p>Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</p> |
michael@0 | 164 | <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> |
michael@0 | 165 | "> |
michael@0 | 166 | |
michael@0 | 167 | <!ENTITY phishingBlocked.title "Suspected Web Forgery!"> |
michael@0 | 168 | <!ENTITY phishingBlocked.longDesc " |
michael@0 | 169 | <p>Entering any personal information on this page may result in identity theft or other fraud.</p> |
michael@0 | 170 | <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> |
michael@0 | 171 | "> |
michael@0 | 172 | |
michael@0 | 173 | <!ENTITY cspFrameAncestorBlocked.title "Blocked by Content Security Policy"> |
michael@0 | 174 | <!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 | 175 | |
michael@0 | 176 | <!ENTITY corruptedContentError.title "Corrupted Content Error"> |
michael@0 | 177 | <!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 | 178 | |
michael@0 | 179 | |
michael@0 | 180 | <!ENTITY securityOverride.linkText "Or you can add an exception…"> |
michael@0 | 181 | <!ENTITY securityOverride.getMeOutOfHereButton "Get me out of here!"> |
michael@0 | 182 | <!ENTITY securityOverride.exceptionButtonLabel "Add Exception…"> |
michael@0 | 183 | |
michael@0 | 184 | <!-- LOCALIZATION NOTE (securityOverride.warningContent) - Do not translate the |
michael@0 | 185 | contents of the <button> tags. It uses strings already defined above. The |
michael@0 | 186 | button is included here (instead of netError.xhtml) because it exposes |
michael@0 | 187 | functionality specific to firefox. --> |
michael@0 | 188 | |
michael@0 | 189 | <!ENTITY securityOverride.warningContent " |
michael@0 | 190 | <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 | 191 | |
michael@0 | 192 | <button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button> |
michael@0 | 193 | <button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button> |
michael@0 | 194 | "> |
michael@0 | 195 | |
michael@0 | 196 | <!ENTITY remoteXUL.title "Remote XUL"> |
michael@0 | 197 | <!ENTITY remoteXUL.longDesc "<p><ul><li>Please contact the website owners to inform them of this problem.</li></ul></p>"> |