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 loadError.label "Page Load Error"> |
michael@0 | 6 | <!ENTITY retry.label "Try Again"> |
michael@0 | 7 | |
michael@0 | 8 | <!-- Specific error messages --> |
michael@0 | 9 | |
michael@0 | 10 | <!ENTITY connectionFailure.title "Failed to Connect"> |
michael@0 | 11 | <!ENTITY connectionFailure.longDesc "<p>Though the site seems valid, the browser was unable to establish a connection.</p><ul><li>Could the site be temporarily unavailable? Try again later.</li><li>Are you unable to browse other sites? Check the computer's network connection.</li><li>Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.</li></ul>"> |
michael@0 | 12 | |
michael@0 | 13 | <!ENTITY deniedPortAccess.title "Port Restricted for Security Reasons"> |
michael@0 | 14 | <!ENTITY deniedPortAccess.longDesc "<p>The requested address specified a port (e.g. <q>mozilla.org:80</q> for port 80 on mozilla.org) normally used for purposes <em>other</em> than Web browsing. The browser has canceled the request for your protection and security.</p>"> |
michael@0 | 15 | |
michael@0 | 16 | <!ENTITY dnsNotFound.title "Address Not Found"> |
michael@0 | 17 | <!ENTITY dnsNotFound.longDesc "<p>The browser could not find the host server for the provided address.</p><ul><li>Did you make a mistake when typing the domain? (e.g. <q><strong>ww</strong>.mozilla.org</q> instead of <q><strong>www</strong>.mozilla.org</q>)</li><li>Are you certain this domain address exists? Its registration may have expired.</li><li>Are you unable to browse other sites? Check your network connection and DNS server settings.</li><li>Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.</li></ul>"> |
michael@0 | 18 | |
michael@0 | 19 | <!ENTITY fileNotFound.title "File Not Found"> |
michael@0 | 20 | <!ENTITY fileNotFound.longDesc "<ul><li>Could the item have been renamed, removed, or relocated?</li><li>Is there a spelling, capitalization, or other typographical error in the address?</li><li>Do you have sufficient access permissions to the requested item?</li></ul>"> |
michael@0 | 21 | |
michael@0 | 22 | <!ENTITY generic.title "Cannot Complete Request"> |
michael@0 | 23 | <!ENTITY generic.longDesc "<p>Additional information about this problem or error is currently unavailable.</p>"> |
michael@0 | 24 | |
michael@0 | 25 | <!ENTITY malformedURI.title "Invalid Address"> |
michael@0 | 26 | <!ENTITY malformedURI.longDesc "<p>The provided address is not in a recognized format. Please check the location bar for mistakes and try again.</p>"> |
michael@0 | 27 | |
michael@0 | 28 | <!ENTITY netInterrupt.title "Data Transfer Interrupted"> |
michael@0 | 29 | <!ENTITY netInterrupt.longDesc "<p>The browser connected successfully, but the connection was interrupted while transferring information. Please try again.</p><ul><li>Are you unable to browse other sites? Check the computer's network connection.</li><li>Still having trouble? Consult your network administrator or Internet provider for assistance.</li></ul>"> |
michael@0 | 30 | |
michael@0 | 31 | <!ENTITY notCached.title "Document Expired"> |
michael@0 | 32 | <!ENTITY notCached.longDesc "<p>The requested document is not available in the browser's cache.</p><ul><li>As a security precaution, the browser does not automatically re-request sensitive documents.</li><li>Click Try Again to re-request the document from the website.</li></ul>"> |
michael@0 | 33 | |
michael@0 | 34 | <!ENTITY netOffline.title "Offline Mode"> |
michael@0 | 35 | <!ENTITY netOffline.longDesc2 "<p>The browser is operating in its offline mode and cannot connect to the requested item.</p><ul><li>Is the computer connected to an active network?</li><li>Press "Try Again" to switch to online mode and reload the page.</li></ul>"> |
michael@0 | 36 | |
michael@0 | 37 | <!ENTITY contentEncodingError.title "Content Encoding Error"> |
michael@0 | 38 | <!ENTITY contentEncodingError.longDesc "<p>The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.</p><ul><li>Please contact the website owners to inform them of this problem.</li></ul>"> |
michael@0 | 39 | |
michael@0 | 40 | <!ENTITY unsafeContentType.title "Unsafe File Type"> |
michael@0 | 41 | <!ENTITY unsafeContentType.longDesc " |
michael@0 | 42 | <ul> |
michael@0 | 43 | <li>Please contact the website owners to inform them of this problem.</li> |
michael@0 | 44 | </ul> |
michael@0 | 45 | "> |
michael@0 | 46 | |
michael@0 | 47 | <!ENTITY netReset.title "Connection Interrupted"> |
michael@0 | 48 | <!ENTITY netReset.longDesc "<p>The network link was interrupted while negotiating a connection. Please try again.</p>"> |
michael@0 | 49 | |
michael@0 | 50 | <!ENTITY netTimeout.title "Network Timeout"> |
michael@0 | 51 | <!ENTITY netTimeout.longDesc "<p>The requested site did not respond to a connection request and the browser has stopped waiting for a reply.</p><ul><li>Could the server be experiencing high demand or a temporary outage? Try again later.</li><li>Are you unable to browse other sites? Check the computer's network connection.</li><li>Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.</li><li>Still having trouble? Consult your network administrator or Internet provider for assistance.</li></ul>"> |
michael@0 | 52 | |
michael@0 | 53 | <!ENTITY unknownProtocolFound.title "Unknown Protocol"> |
michael@0 | 54 | <!ENTITY unknownProtocolFound.longDesc "<p>The address specifies a protocol (e.g. <q>wxyz://</q>) the browser does not recognize, so the browser cannot properly connect to the site.</p><ul><li>Are you trying to access multimedia or other non-text services? Check the site for extra requirements.</li><li>Some protocols may require third-party software or plugins before the browser can recognize them.</li></ul>"> |
michael@0 | 55 | |
michael@0 | 56 | <!ENTITY proxyConnectFailure.title "Proxy Server Refused Connection"> |
michael@0 | 57 | <!ENTITY proxyConnectFailure.longDesc "<p>The browser is configured to use a proxy server, but the proxy refused a connection.</p><ul><li>Is the browser's proxy configuration correct? Check the settings and try again.</li><li>Does the proxy service allow connections from this network?</li><li>Still having trouble? Consult your network administrator or Internet provider for assistance.</li></ul>"> |
michael@0 | 58 | |
michael@0 | 59 | <!ENTITY proxyResolveFailure.title "Proxy Server Not Found"> |
michael@0 | 60 | <!ENTITY proxyResolveFailure.longDesc "<p>The browser is configured to use a proxy server, but the proxy could not be found.</p><ul><li>Is the browser's proxy configuration correct? Check the settings and try again.</li><li>Is the computer connected to an active network?</li><li>Still having trouble? Consult your network administrator or Internet provider for assistance.</li></ul>"> |
michael@0 | 61 | |
michael@0 | 62 | <!ENTITY redirectLoop.title "Redirect Loop"> |
michael@0 | 63 | <!ENTITY redirectLoop.longDesc "<p>The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.</p><ul><li>Have you disabled or blocked cookies required by this site?</li><li><em>NOTE</em>: If accepting the site's cookies does not resolve the problem, it is likely a server configuration issue and not your computer.</li></ul>"> |
michael@0 | 64 | |
michael@0 | 65 | <!ENTITY unknownSocketType.title "Incorrect Response"> |
michael@0 | 66 | <!ENTITY unknownSocketType.longDesc "<p>The site responded to the network request in an unexpected way and the browser cannot continue.</p>"> |
michael@0 | 67 | |
michael@0 | 68 | <!ENTITY nssFailure2.title "Secure Connection Failed"> |
michael@0 | 69 | <!ENTITY nssFailure2.longDesc "<p>The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.</p><ul><li>Please contact the website owners to inform them of this problem.</li></ul>"> |
michael@0 | 70 | |
michael@0 | 71 | <!ENTITY nssBadCert.title "Secure Connection Failed"> |
michael@0 | 72 | <!ENTITY nssBadCert.longDesc2 "<ul> |
michael@0 | 73 | <li>This could be a problem with the server's configuration, or it could be someone trying to impersonate the server.</li> |
michael@0 | 74 | <li>If you have connected to this server successfully in the past, the error may be temporary, and you can try again later.</li> |
michael@0 | 75 | </ul> |
michael@0 | 76 | "> |
michael@0 | 77 | |
michael@0 | 78 | <!ENTITY malwareBlocked.title "Suspected Attack Site!"> |
michael@0 | 79 | <!ENTITY malwareBlocked.longDesc " |
michael@0 | 80 | <p>Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</p> |
michael@0 | 81 | <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 | 82 | "> |
michael@0 | 83 | |
michael@0 | 84 | <!ENTITY phishingBlocked.title "Suspected Web Forgery!"> |
michael@0 | 85 | <!ENTITY phishingBlocked.longDesc " |
michael@0 | 86 | <p>Entering any personal information on this page may result in identity theft or other fraud.</p> |
michael@0 | 87 | <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 | 88 | "> |
michael@0 | 89 | |
michael@0 | 90 | <!ENTITY cspFrameAncestorBlocked.title "Blocked by Content Security Policy"> |
michael@0 | 91 | <!ENTITY cspFrameAncestorBlocked.longDesc "<p>The browser prevented this page from loading in this way because the page has a content security policy that disallows it.</p>"> |
michael@0 | 92 | |
michael@0 | 93 | <!ENTITY corruptedContentError.title "Corrupted Content Error"> |
michael@0 | 94 | <!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 | 95 | |
michael@0 | 96 | <!ENTITY remoteXUL.title "Remote XUL"> |
michael@0 | 97 | <!ENTITY remoteXUL.longDesc "<p><ul><li>Please contact the website owners to inform them of this problem.</li></ul></p>"> |
michael@0 | 98 | |
michael@0 | 99 | <!-- Include app-specific error messages - do not change this in localization! |
michael@0 | 100 | Some applications might override netErrorApp.dtd with their specific version, |
michael@0 | 101 | this inclusion needs to be intact for that approach to work correctly. |
michael@0 | 102 | Please, try to keep this at the end of the file. --> |
michael@0 | 103 | <!ENTITY % netErrorAppDTD SYSTEM "chrome://global/locale/netErrorApp.dtd"> |
michael@0 | 104 | %netErrorAppDTD; |