urlstoragemessages.msg

来自「SP是一个基于GNU C++编译器」· MSG 代码 · 共 29 行

MSG
29
字号
# Copyright (c) 1995 James Clark# See the file COPYING for copying permission.# URLStorage message definitions=2300E1+emptyHost++empty host in HTTP URL %1E1+badRelative++uncompletable relative HTTP URL %1E1+emptyPort++empty port number in HTTP URL %1E1+invalidPort++invalid port number in HTTP URL %1E1+hostNotFound++host %1 not foundE1+hostTryAgain++could not resolve host %1 (try again later)E1+hostNoRecovery++could not resolve host %1 (unrecoverable error)E1+hostNoData++no address record for host name %1E2+hostOtherError++could not resolve host %1 (%2)E1+hostUnknownError++could not resolve host %1 (unknown error)E1+cannotCreateSocket++cannot create socket (%1)E2+cannotConnect++error connecting to %1 (%2)E2+writeError++error sending request to %1 (%2)E2+readError++error receiving from host %1 (%2)E2+closeError++error closing connection to host %1 (%2)E1+invalidHostNumber++invalid host number %1E3+getFailed++could not get %2 from %1 (reason given was %3)E0+notSupported++URL not supported by this versionE0+onlyHTTP++only HTTP scheme supportedE1+winsockInitialize++could not initialize Windows Sockets (%1)E0+winsockVersion++incompatible Windows Sockets version+winsockErrorNumber++error number 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?