Added some missing HTTP response lines which weren't in my 3.2 tree. At least 423 is needed for Webdav. --- LocalStrings.properties.old Wed Nov 29 20:47:44 2000 +++ LocalStrings.properties Wed Dec 13 05:57:52 2000 @@ -66,9 +66,15 @@ sc.415=Unsupported Media Type sc.416=Requested Range Not Satisfiable sc.417=Expectation Failed +sc.422=Unprocessable Entity +sc.423=Locked +sc.424=Failed Dependency sc.500=Internal Server Error sc.501=Not Implemented sc.502=Bad Gateway sc.503=Service Unavailable sc.504=Gateway Timeout sc.505=HTTP Version Not Supported +sc.506=Variant Also Varies +sc.507=Insufficient Storage +sc.510=Not Extended