From bda01b31353e60fe4ad40d765de8ea1c396509bc Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 13 Jan 2007 00:21:15 +0000 Subject: Fix parsing error when an empty HTML data is returned. Add HTTP status and other information to status bar. svn path=/trunk/netsurf/; revision=3140 --- !NetSurf/Resources/en/Messages | 45 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) (limited to '!NetSurf') diff --git a/!NetSurf/Resources/en/Messages b/!NetSurf/Resources/en/Messages index 27b0d3d78..4cb99fa2a 100644 --- a/!NetSurf/Resources/en/Messages +++ b/!NetSurf/Resources/en/Messages @@ -450,11 +450,7 @@ Complete:Page complete (%gs) Redirecting:Redirecting... Processing:Processing document Formatting:Formatting document -FetchObjs:Loading %u %s -FetchObjs2:Loading %u %s: %s Done:Document done -FetchStyle:Loading %u %s -FetchStyle2:Loading %u %s: %s # Fetch warning/error messages - displayed in status bar # @@ -471,6 +467,47 @@ PNGError:PNG library error. MNGError:MNG library error. BadSprite:Invalid or corrupt Sprite data. +# HTTP status codes +# +HTTP0:OK +HTTP200:OK +HTTP201:Created +HTTP202:Accepted +HTTP203:Non-authoritative information +HTTP204:No content +HTTP205:Reset content +HTTP206:Partial content +HTTP300:Multiple choices +HTTP301:Moved permanently +HTTP302:Found +HTTP303:See other +HTTP304:Not modified +HTTP305:Use proxy +HTTP307:Temporary redirect +HTTP400:Bad request +HTTP401:Unauthorized +HTTP402:Payment required +HTTP403:Forbidden +HTTP404:Not found +HTTP405:Method not allowed +HTTP406:Not acceptable +HTTP407:Proxy authentication required +HTTP408:Request timeout +HTTP409:Conflict +HTTP410:Gone +HTTP411:Length required +HTTP412:Precondition failed +HTTP413:Request entity too large +HTTP414:Request-URI too long +HTTP415:Unsupported media type +HTTP416:Requested range not satisfiable +HTTP417:Expectation failed +HTTP500:Internal server error +HTTP501:Not implemented +HTTP502:Bad gateway +HTTP503:Service unavailable +HTTP504:Gateway timeout +HTTP505:HTTP version not supported # User interface # ============== -- cgit v1.2.3