tnmsg.rc
上传用户:tigerk9
上传日期:2020-03-10
资源大小:237k
文件大小:6k
源码类别:

Telnet客户端

开发平台:

Visual C++

  1. #include "tnmsg.h"
  2. LANGUAGE 0,0
  3. // String Table
  4. STRINGTABLE DISCARDABLE 
  5. BEGIN
  6.     MSG_COPYRIGHT           "Telnet Win32 v2.1b2, Copyright (C) 2000 Paul Brannan <pbranna@clemson.edu>nand the team.  This program comes with ABSOLUTELY NO WARRANTY; for detailsnread LICENSE.TXT.  "
  7.     MSG_COPYRIGHT_1         "This is free software, and you are welcome to redistributenit under certain conditions.nn"
  8.     MSG_USAGE               "Usage: TELNET [params][host [port]]nn  paramsn    -d:FILENAME.EXT  Dumps all incoming data to FILENAME.EXT.n  host              Host name or IP address of the remote host to connect to.n"
  9.     MSG_USAGE_1             "  port              Service port to open (default is telnet port 23).nn"
  10.     MSG_HELP                "Commands may be abbreviated.  Commands are:n  ncl[ose]         close current connectionnop[en]          connect to a sitenq[uit]          exit telnetn"
  11.     MSG_HELP_1              "ke[ys]          changes/displays keymaps (write keys to see the options)nse[t]           displays/alters configuration optionsnz               suspendn? h[elp]        print help informationn"
  12.     MSG_INVCMD              "Invalid command.  Type ? for help.n"
  13.     MSG_ERROR               "%1 failed.n"
  14.     MSG_INFO                "%1n"
  15.     MSG_WARNING             "%1n"
  16.     MSG_TRYING              "Trying %1.%2.%3.%4:%5...n"
  17.     MSG_CONNECTED           "Connected to %1.  Escape key is ALT-%2.n"
  18.     MSG_TERMBYREM           "Connection terminated.n"
  19.     MSG_KEYMAP              "Loading %1 from %2.n"
  20.     MSG_ERRKEYMAP           "Error loading keymap.n"
  21.     MSG_DUMPFILE            "Writing output to file %1.n"
  22.     MSG_CONFIG              "Loading configuration options from %1.n"
  23.     MSG_NOINI               "Error loading configuration file %1.nLoading default options.n"
  24.     MSG_BADVAL              "Warning: invalid variable %1.n"
  25.     MSG_NOSPAWN             "Unable to spawn process.n"
  26.     MSG_RESOLVING           "Looking up host: %1..."
  27.     MSG_NOSERVICE           "Could not find TCP service %1.n"
  28.     MSG_SIZEALIAS           "Warning: size of alias %1 is too big, ignoring.n"
  29.     MSG_ERRPIPE             "Error: unable to spawn process for pipe.n"
  30.     MSG_BADUSAGE            "Error: invalid usage of command.n"
  31.     MSG_ALREADYCONNECTED    "Already connected to %1.n"
  32.     MSG_WSAEINTR            "Interrupted function call.n"
  33.     MSG_WSAEBADF            "WSAEBADFn"
  34.     MSG_WSAEACCESS          "Permission denied.n"
  35.     MSG_WSAEDEFAULT         "WSAEDEFAULTn"
  36.     MSG_WSAEINVAL           "Invalid argument.n"
  37.     MSG_WSAEMFILE           "Too many open files.n"
  38.     MSG_WSAEWOULDBLOCK      "Resource temporalily unavailable.n"
  39.     MSG_WSAEINPROGRESS      "Operation now in progress.n"
  40.     MSG_WSAEALREADY         "Operation already in progress.n"
  41.     MSG_WSAENOTSOCK         "Socket operation on non-socket.n"
  42.     MSG_WSAEDESTADDRREQ     "Destination address required.n"
  43.     MSG_WSAEMSGSIZE         "Message too long.n"
  44.     MSG_WSAEPROTOTYPE       "Protocol wrong type for socket.n"
  45.     MSG_WSAENOPROTOOPT      "Bad protocol option.n"
  46.     MSG_WSAEPROTONOTSUPPORT "Protocol not supported.n"
  47.     MSG_WSAESOCKNOTSUPPORT  "Socket type not supported.n"
  48.     MSG_WSAEOPNOTSUPP       "Operation not supported.n"
  49.     MSG_WSAEPFNOTSUPPORT    "Protocol family not supported.n"
  50.     MSG_WSAEAFNOTSUPPORT    "Address family not supported by protocol family.n"
  51.     MSG_WSAEADDRINUSE       "Address already in use.n"
  52.     MSG_WSAEADDRNOTAVAIL    "Cannot assign requested address.n"
  53.     MSG_WSAENETDOWN         "Network is down.n"
  54.     MSG_WSAENETUNREACH      "Network is unreachable.n"
  55.     MSG_WSAENETRESET        "Network dropped connection on reset.n"
  56.     MSG_WSAECONNABORTED     "Software caused connection abort.n"
  57.     MSG_WSAECONNRESET       "Connection reset by peer.n"
  58.     MSG_WSAENOBUFS          "No buffer space available.n"
  59.     MSG_WSAEISCONN          "Socket is already connected.n"
  60.     MSG_WSAENOTCONN         "Socket is not connected.n"
  61.     MSG_WSAESHUTDOWN        "Cannot send after socket shutdown.n"
  62.     MSG_WSAETOOMANYREFS     "WSAETOOMANYREFSn"
  63.     MSG_WSAETIMEDOUT        "Connection timed out.n"
  64.     MSG_WSAECONNREFUSED     "Connection refused.n"
  65.     MSG_WSAELOOP            "WSAELOOPn"
  66.     MSG_WSAENAMETOOLONG     "Name too long.n"
  67.     MSG_WSAEHOSTDOWN        "Host is down.n"
  68.     MSG_WSAEHOSTUNREACH     "No route to host.n"
  69.     MSG_WSAESYSNOTREADY     "Network subsystem is unavailable.n"
  70.     MSG_WSAVERNOTSUPPORTED  "WINSOCK.DLL version out of range.n"
  71.     MSG_WSANOTINITIALISED   "Successful WSAStartup not yet performed.n"
  72.     MSG_WSAHOST_NOT_FOUND   "Host not found.n"
  73.     MSG_WSATRY_AGAIN        "Non-authoritative host not found.n"
  74.     MSG_WSANO_RECOVERY      "This is a non-recoverable error.n"
  75.     MSG_WSANO_DATA          "Valid name, no data record of requested type.n"
  76.     MSG_KEYNOVAL            "[GLOBAL]: No value for %1.n"
  77.     MSG_KEYBADVAL           "[GLOBAL]: Bad value for %1.n"
  78.     MSG_KEYBADSTRUCT        "%1: Bad structure.n"
  79.     MSG_KEYBADCHARS         "%1: Bad chars? %1 -> %3.n"
  80.     MSG_KEYUNEXPLINE        "Unexpected line ""%1"".n"
  81.     MSG_KEYUNEXPEOF         "Unexpended end of file.n"
  82.     MSG_KEYUNEXPTOK         "Unexpected token %1.n"
  83.     MSG_KEYUNEXPTOKIN       "Unexpected token in %1.n"
  84.     MSG_KEYUNEXP            "Unexpected end of file or token.n"
  85.     MSG_KEYNOGLOBAL         "No [GLOBAL] definition!n"
  86.     MSG_KEYNOCONFIG         "No [CONFIG %1].n"
  87.     MSG_KEYUSECONFIG        "Use configuration: %1.n"
  88.     MSG_KEYNOSWKEY          "No switch key for ""%1"".n"
  89.     MSG_KEYCANNOTDEF        "You cannot define switch key for default keymap - ignored.n"
  90.     MSG_KEYDUPSWKEY         "Duplicate switching key.n"
  91.     MSG_KEYUNKNOWNMAP       "Unknown keymap %1.n"
  92.     MSG_KEYNOCHARMAPS       "No charmaps loaded.n"
  93.     MSG_KEYNOKEYMAPS        "No keymaps loaded.n"
  94.     MSG_KEYNUMMAPS          "There are %1 maps.n"
  95.     MSG_KEYBADMAP           "Bad keymap number - try 'keys display'n"
  96.     MSG_KEYMAPSWITCHED      "keymap switched.n"
  97. END
  98. #if defined(__MINGW32__) || defined(__CYGWIN__)
  99. TelnetIcon ICON "telnet.ico"
  100. #else
  101. TelnetIcon ICON "../telnet.ico"
  102. #endif