239 "<b>www</b>.example.org"), |
239 "<b>www</b>.example.org"), |
240 self.trUtf8("If the address is correct, try checking the network " |
240 self.trUtf8("If the address is correct, try checking the network " |
241 "connection."), |
241 "connection."), |
242 self.trUtf8("If your computer or network is protected by a firewall " |
242 self.trUtf8("If your computer or network is protected by a firewall " |
243 "or proxy, make sure that the browser is permitted to " |
243 "or proxy, make sure that the browser is permitted to " |
244 "access the network.") |
244 "access the network."), |
|
245 self.trUtf8("If your cache policy is set to offline browsing," |
|
246 "only pages in the local cache are available.") |
245 ).encode("utf8")) |
247 ).encode("utf8")) |
246 return True |
248 return True |
247 except AttributeError: |
249 except AttributeError: |
248 pass |
250 pass |
249 |
251 |
1145 "instead of <b>www</b>.example.org"), |
1147 "instead of <b>www</b>.example.org"), |
1146 self.trUtf8("If the address is correct, try checking the network " |
1148 self.trUtf8("If the address is correct, try checking the network " |
1147 "connection."), |
1149 "connection."), |
1148 self.trUtf8("If your computer or network is protected by a firewall or " |
1150 self.trUtf8("If your computer or network is protected by a firewall or " |
1149 "proxy, make sure that the browser is permitted to access " |
1151 "proxy, make sure that the browser is permitted to access " |
1150 "the network.") |
1152 "the network."), |
|
1153 self.trUtf8("If your cache policy is set to offline browsing," |
|
1154 "only pages in the local cache are available.") |
1151 ) |
1155 ) |
1152 self.setHtml(html, replyUrl) |
1156 self.setHtml(html, replyUrl) |
1153 self.mw.historyManager().removeHistoryEntry(replyUrl, self.title()) |
1157 self.mw.historyManager().removeHistoryEntry(replyUrl, self.title()) |
1154 self.loadFinished.emit(False) |
1158 self.loadFinished.emit(False) |
1155 |
1159 |