From: wessels <> Date: Thu, 28 Mar 1996 12:42:48 +0000 (+0000) Subject: fill in mising error messages X-Git-Tag: SQUID_3_0_PRE1~6350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3988ba3fe6fd89fd7cfa9ef2bdc16a53b74d70df;p=thirdparty%2Fsquid.git fill in mising error messages --- diff --git a/src/errorpage.cc b/src/errorpage.cc index d70a7d074a..e1ab00c646 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,4 +1,4 @@ -/* $Id: errorpage.cc,v 1.3 1996/03/27 01:45:55 wessels Exp $ */ +/* $Id: errorpage.cc,v 1.4 1996/03/28 05:42:48 wessels Exp $ */ #include "squid.h" @@ -73,14 +73,14 @@ error_data ErrorData[] = "DNS name lookup failure", "The named host probably does not exist."}, {"ERR_NOT_IMPLEMENTED", - "", - ""}, + "Protocol Not Supported", + "The cache does not know about the requested protocol."}, {"ERR_CANNOT_FETCH", - "", - ""}, + "Unable to Retrieve", + "The requested URL can not currently be retrieved."}, {"ERR_NO_RELAY", - "", - ""}, + "No WAIS Relay", + "There is no WAIS relay host defined for this cache."}, {"ERR_DISK_IO", "Cache Disk I/O Failure", "The system disk is out of space or failing."},