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