mobile/locales/en-US/overrides/netError.dtd

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

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

mercurial