Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

613 lines
25 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "strdefs.h"
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. #include "ntverp.h"
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. // English (U.S.) resources
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23. #ifndef _MAC
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Version
  27. //
  28. VS_VERSION_INFO VERSIONINFO
  29. FILEVERSION 4,1,1,74
  30. PRODUCTVERSION 4,1,1,74
  31. FILEFLAGSMASK 0x3fL
  32. #ifdef _DEBUG
  33. FILEFLAGS 0x1L
  34. #else
  35. FILEFLAGS 0x0L
  36. #endif
  37. FILEOS 0x40004L
  38. FILETYPE 0x2L
  39. FILESUBTYPE 0x0L
  40. BEGIN
  41. BLOCK "StringFileInfo"
  42. BEGIN
  43. BLOCK "040904B0"
  44. BEGIN
  45. VALUE "CompanyName", "Microsoft Corporation\0"
  46. VALUE "FileDescription", "IP Protocols Monitor DLL\0"
  47. VALUE "FileVersion", "4.01\0"
  48. VALUE "InternalName", "ippromon.dll\0"
  49. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1981-1997\0"
  50. VALUE "OriginalFilename", "ippromon.dll\0"
  51. VALUE "ProductName", "Microsoft (R) Windows NT(TM) Multi-Protocol Router\0"
  52. VALUE "ProductVersion", "4.01\0"
  53. END
  54. END
  55. BLOCK "VarFileInfo"
  56. BEGIN
  57. VALUE "Translation", 0x409, 1200
  58. END
  59. END
  60. #endif // !_MAC
  61. #ifdef APSTUDIO_INVOKED
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // TEXTINCLUDE
  65. //
  66. 1 TEXTINCLUDE DISCARDABLE
  67. BEGIN
  68. "resource.h\0"
  69. END
  70. 2 TEXTINCLUDE DISCARDABLE
  71. BEGIN
  72. "#include ""strdefs.h""\r\n"
  73. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  74. "#include ""windows.h""\r\n"
  75. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  76. "#include ""ntverp.h""\r\n"
  77. "\0"
  78. END
  79. 3 TEXTINCLUDE DISCARDABLE
  80. BEGIN
  81. "\r\n"
  82. "\0"
  83. END
  84. #endif // APSTUDIO_INVOKED
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // String Table
  88. //
  89. STRINGTABLE DISCARDABLE
  90. BEGIN
  91. HLP_HELP "Displays help.\n"
  92. HLP_HELP_EX "\nUsage: %1!s!\n Displays help.\n"
  93. HLP_SHOW_HELPER "Lists all the helpers under current context.\n"
  94. HLP_SHOW_HELPER_EX "\nUsage: %1!s!\n Lists all the contexts under current contex.\n"
  95. HLP_INSTALL "Installs the routing protocol corresponding to the current context.\n"
  96. HLP_INSTALL_EX "\nUsage: %1!s!\n Installs the routing protocol under IP\n"
  97. END
  98. STRINGTABLE DISCARDABLE
  99. BEGIN
  100. HLP_UNINSTALL "Removes the routing protocol corresponding to the current context.\n"
  101. HLP_UNINSTALL_EX "\nUsage: %1!s!\n Removes the routing protocol corresponding to the current context.\n"
  102. HLP_DUMP "Dumps configuration to a text file.\n"
  103. HLP_DUMP_EX "\nUsage: %1!s! <dump-file-name>\n Dumps configuration to a text file.\n\n dump-file-name - Name of the file to which config is to be dumped to\n\n Note - the configuration is appended to the file\n"
  104. HLP_GROUP_ADD "Adds a configuration entry to a table.\n"
  105. HLP_GROUP_DELETE "Deletes a configuration entry from a table.\n"
  106. HLP_GROUP_SET "Sets configuration information.\n"
  107. HLP_GROUP_SHOW "Displays information.\n"
  108. HLP_ADD_HELPER "Installs a helper under current context.\n"
  109. HLP_ADD_HELPER_EX "\nUsage: %1!s! <helper-name> <dll-name> <dll-init-name>\n Installs a helper under RIP\n\n helper-name - Token name (context) of the helper.\n dll-name - DLL supporting this context.\n dll-init-name - Name of the initialization function exported by the DLL.\n"
  110. HLP_DEL_HELPER "Removes a helper from under current context.\n"
  111. HLP_DEL_HELPER_EX "\nUsage: %1!s! <helper-name>\n Removes a helper from under current context.\n\n helper-name - Token name (context) of the helper to remove\n"
  112. END
  113. STRINGTABLE DISCARDABLE
  114. BEGIN
  115. HLP_IP_ADD_ROUTEPREF "\nUsage: add routepref [proto = ] Protocol [preflevel = ] Preference Level\n [ [proto = ] Protocol [preflevel = ] Preference Level\n ... ]\n where Protocol can be the string RIP, OSPF, LOCAL, AUTOSTATIC, NONDOD,\n SNMP, or STATIC.\n\n"
  116. HLP_IP_ADD_IF_FILTER "\nUsage: add filter [name = ] Interface Name\n [filtertype = ] { input | output | dial }\n [srcaddr = ] IP Address [srcmask = ] IP Address Mask\n [dstaddr = ] IP Address [dstmask = ] IP Address Mask\n { [proto = ] ANY |\n [proto = ] {TCP | UDP} [srcport = ] Port [dstport = ] Port |\n [proto = ] ICMP [type = ] Type [code = ] code }\n\n"
  117. HLP_IP_DEL_IF "DELETE INTERFACE"
  118. HLP_IP_DEL_ROUTEPREF "\nUsage: delete routepref [proto = ] Protocol\n [ [proto = ] Protocol ... ]\n where Protocol can be the string RIP, OSPF, LOCAL, AUTOSTATIC, NONDOD,\n SNMP, or STATIC.\n\n"
  119. HLP_IP_DEL_IF_FILTER "\nUsage: delete filter [name = ] Interface Name\n [srcaddr = ] IP Address [srcmask = ] IP Address Mask\n [dstaddr = ] IP Address [dstmask = ] IP Address Mask\n { [proto = ] ANY |\n [proto = ] {TCP | UDP} [srcport = ] Port [dstport = ] Port |\n [proto = ] ICMP [type = ] Type [code = ] code }\n\n"
  120. END
  121. STRINGTABLE DISCARDABLE
  122. BEGIN
  123. HLP_IP_SET_IF "\nUsage: set interface [name = ] Interface Name\n [ [state = ] { enable | disable } ]\n [ [disc = ] { enable | disable } ]\n [ [minint = ] Minimum Interval ]\n [ [maxint = ] Maximum Interval ]\n [ [life = ] Lifetime ]\n [ [level = ] Preference Level ]\n\n"
  124. HLP_IP_SET_ROUTEPREF "\nUsage: set routepref [proto = ] Protocol [preflevel = ] Preference Level\n\n\n where Protocol can be the string RIP, OSPF, LOCAL, AUTOSTATIC, NONDOD,\n SNMP, or STATIC.\n\n"
  125. HLP_IP_SET "\nUsage: set [loglevel = ] { none | error | warn | info }\n\n"
  126. HLP_IP_SHOW_IF_FILTER "\nUsage: show filter [name = ] Interface Name\n\n"
  127. HLP_IP_SHOW_IF "\nUsage: show interface [ [name = ] Interface Name ]\n\n"
  128. END
  129. STRINGTABLE DISCARDABLE
  130. BEGIN
  131. HLP_IP_SHOW_ROUTEPREF "\nUsage: show routepref\n\n"
  132. HLP_IP_SHOW_PROTOCOL "\nUsage: show protocol\n\n"
  133. HLP_IP_SHOW "\nUsage: show\n\n"
  134. END
  135. STRINGTABLE DISCARDABLE
  136. BEGIN
  137. DMP_MSDP_HEADER "\n\
  138. \n# ----------------------------------\
  139. \n# MSDP Configuration \
  140. \n# ----------------------------------\n"
  141. DMP_MSDP_FOOTER "# End of MSDP Configuration\n\n"
  142. MSG_MSDP_GLOBAL_INFO "\
  143. Logging Level : %1!s!\n\
  144. Default KeepAlive Interval : %2!d!\n\
  145. SA Holddown Period : %3!d!\n\
  146. Default ConnectRetry Interval: %4!d!\n\
  147. Accept All Peers : %5!s!\n\
  148. Cache Lifetime : %6!d!\n"
  149. MSG_MSDP_GLOBAL_STATS "\
  150. SA Cache Entries : %1!d!\n\
  151. Router ID : %2!s!\n"
  152. MSG_MSDP_PEER_HEADER "\
  153. Remote Address Local Address KAInt CRInt Flags Encaps Name\n\
  154. --------------- --------------- ----- ----- ------ ------ ----------\
  155. \n"
  156. MSG_MSDP_PEER_INFO "\
  157. %1!-15s! %2!-15s! %3!5d! %4!5d! %5!-6s! %6!-6s! %7!s!\n"
  158. MSG_MSDP_PEER_INFO_EX "\
  159. Remote Address : %1!s!\n\
  160. Local Address : %2!s!\n\
  161. KeepAlive Interval : %3!d!\n\
  162. ConnectRetry Interval : %4!d!\n\
  163. Flags : %5!s!\n\
  164. Encapsulation Method : %6!s!\n\
  165. Interface Name : %7!s!\n"
  166. MSG_MSDP_PEER_STATS_HEADER "\
  167. \n Source-Actives Total Msgs \
  168. \nRemote Address State RPFs In Out In Out UpTime\
  169. \n--------------- ----------- ----- ----- ----- ----- ----- ----------\n"
  170. MSG_MSDP_PEER_STATS "\
  171. %1!-15s! %2!-11s! %3!5u! %4!5u! %5!5u! %10!5u! %11!5u! %13!u!\n"
  172. MSG_MSDP_PEER_STATS_EX "\
  173. Remote Address : %1!s!\n\
  174. State : %2!s!\n\
  175. RPF Failures : %3!u!\n\
  176. Source-Actives Received : %4!u!\n\
  177. Source-Actives Sent : %5!u!\n\
  178. SA Requests Received : %6!u!\n\
  179. SA Requests Sent : %7!u!\n\
  180. SA Responses Received : %8!u!\n\
  181. SA Responses Sent : %9!u!\n\
  182. Total Control Messages Received : %10!u!\n\
  183. Total Control Messages Sent : %11!u!\n\
  184. State Transitions : %12!u!\n\
  185. Established Time : %13!u!\n\
  186. Message Elapsed Time : %14!u!\n"
  187. MSG_MSDP_SA_INFO_HEADER "\
  188. Group Address Source Address RP Address InSAs Up Time ExpTime\n\
  189. --------------- --------------- --------------- ----- ------- -------\n"
  190. MSG_MSDP_SA_INFO "\
  191. %1!-15s! %2!-15s! %3!-15s! %6!5d! %7!7d! %8!7d!\n"
  192. MSG_MSDP_SA_INFO_EX "\
  193. Group Address : %1!s!\n\
  194. Source Address : %2!s!\n\
  195. Origin RP Address : %3!s!\n\
  196. Learned From Address : %4!s!\n\
  197. RPF Peer Address : %5!s!\n\
  198. SA Messages Received : %6!d!\n\
  199. Up Time (sec) : %7!d!\n\
  200. Expiry Time (sec) : %8!d!\n"
  201. HLP_MSDP_SHOW_GLOBAL "show global MSDP configuration information\n"
  202. HLP_MSDP_SHOW_GLOBAL_EX "\
  203. \nUsage: %1!s!\n\n"
  204. HLP_MSDP_SET_GLOBAL "change global MSDP configuration information\n"
  205. HLP_MSDP_SET_GLOBAL_EX "\
  206. \nUsage: %1!s! [[loglevel=] { NONE | ERROR | WARN | INFO }]\
  207. \n [[keepalive=]<integer>]\
  208. \n [[saholdtime=]<integer>]\
  209. \n [[connectretry=]<integer>]\
  210. \n [[acceptall=] { ENABLE | DISABLE }\
  211. \n [[cachelifetime=]<integer> \
  212. \n\n"
  213. HLP_MSDP_ADD_PEER "add an MSDP peer\n"
  214. HLP_MSDP_ADD_PEER_EX "\
  215. \nUsage: %1!s! [name=]<string>\
  216. \n [remoteaddr=]<IP address>\
  217. \n [localaddr=]<IP address>\
  218. \n [[keepalive=]<integer>]\
  219. \n [[connectretry=]<integer>]\
  220. \n [[caching=]YES|NO]\
  221. \n [[defaultpeer=]YES|NO]\
  222. \n [[encapsulation=]NONE]\
  223. \n\n"
  224. HLP_MSDP_DELETE_PEER "delete an MSDP peer\n"
  225. HLP_MSDP_DELETE_PEER_EX "\
  226. \nUsage: %1!s! [name=]<string>\n\n"
  227. HLP_MSDP_SET_PEER "change MSDP peer parameters\n"
  228. HLP_MSDP_SET_PEER_EX "\
  229. \nUsage: %1!s! [name=]<string>\
  230. \n [[remoteaddr=]<IP address>]\
  231. \n [[localaddr=]<IP address>]\
  232. \n [[keepalive=]<integer>]\
  233. \n [[connectretry=]<integer>]\
  234. \n [[caching=]YES|NO]\
  235. \n [[defaultpeer=]YES|NO]\
  236. \n [[encapsulation=]NONE]\
  237. \n\n"
  238. HLP_MSDP_SHOW_PEER "show MSDP peer information\n"
  239. HLP_MSDP_SHOW_PEER_EX "\
  240. \nUsage: %1!s! [[remoteaddr=]<IP address> | [name=]<string>]\n\n"
  241. HLP_MSDP_SHOW_PEERSTATS "show MSDP peer statistics\n"
  242. HLP_MSDP_SHOW_PEERSTATS_EX "\
  243. \nUsage: %1!s! [[remoteaddr=]<IP address>]\n\n"
  244. HLP_MSDP_SHOW_GLOBALSTATS "show MSDP global statistics\n"
  245. HLP_MSDP_SHOW_GLOBALSTATS_EX "\
  246. \nUsage: %1!s!\n\n"
  247. HLP_MSDP_SHOW_SA "show SA cache\n"
  248. HLP_MSDP_SHOW_SA_EX "\
  249. \nUsage: %1!s! [[grpaddr=]<IP address> [[srcaddr=]<IP address>]]\n\n"
  250. MSG_MSDP_NO_PEER_INFO "No peers were found.\n"
  251. END
  252. STRINGTABLE DISCARDABLE
  253. BEGIN
  254. HLP_VRRP_ADD_VRID "add a VRID or an IPAddress to the VRRP protocol\n"
  255. HLP_VRRP_ADD_VRID_EX
  256. "\nUsage: %1!s! [name = ] Infterface Name \n [vrid = ] VRID \n [ipaddr = ] Owner's IP Address\n\n"
  257. HLP_VRRP_DELETE_VRID "remove a VRID from the VRRP protocol\n"
  258. HLP_VRRP_DELETE_VRID_EX
  259. "\nUsage: %1!s! [name = ] Infterface Name \n [vrid = ] VRID \n\n"
  260. HLP_VRRP_ADD_INTERFACE "add an interface to the VRRP protocol\n"
  261. HLP_VRRP_ADD_INTERFACE_EX
  262. "\nUsage: %1!s! [name = ] Infterface Name \n\n"
  263. HLP_VRRP_DELETE_INTERFACE
  264. "delete an interface from VRRP protocol\n"
  265. HLP_VRRP_DELETE_INTERFACE_EX
  266. "\nUsage: %1!s! [name = ] Interface Name\n\n"
  267. HLP_VRRP_SET_GLOBAL "change VRRP global preferences\n"
  268. HLP_VRRP_SET_GLOBAL_EX "\nUsage: %1!s! [loglevel = ] { NONE | ERROR | WARN | INFO } \n\n"
  269. HLP_VRRP_SET_INTERFACE "change VRRP settings for a VRID on an interface\n"
  270. HLP_VRRP_SET_INTERFACE_EX
  271. "\nUsage: %1!s! [ name = ] Interface Name \
  272. \n [ vrid = ] VRID \
  273. \n [ [auth = ] { NONE | SIMPLEPASSWD | MD5 } ] \
  274. \n [ [passwd = ] Password ] \
  275. \n [ [advtinterval = ] Advertising Interval ] \
  276. \n [ [priority = ] Router's Priority ] \
  277. \n [ [preempt = ] { ENABLE | DISABLE } ] \
  278. \n\n"
  279. HLP_VRRP_SHOW_GLOBAL "show VRRP global settings\n"
  280. END
  281. STRINGTABLE DISCARDABLE
  282. BEGIN
  283. HLP_VRRP_SHOW_GLOBAL_EX "\nUsage: %1!s!\n\n"
  284. HLP_VRRP_SHOW_INTERFACE "show VRRP configuration for the specified VRID on the given interface\n"
  285. HLP_VRRP_SHOW_INTERFACE_EX
  286. "\nUsage: %1!s! [ [name = ] Interface Name] \n\n"
  287. END
  288. STRINGTABLE DISCARDABLE
  289. BEGIN
  290. DMP_VRRP_HEADER "\n\n# ---------------------------------- \n# VRRP Configuration \n# ---------------------------------- \n"
  291. END
  292. STRINGTABLE DISCARDABLE
  293. BEGIN
  294. DMP_VRRP_FOOTER "# End of VRRP Configuration\n\n"
  295. DMP_VRRP_INTERFACE_HEADER
  296. "\n\n#\n#VRRP Configuration For Interface %1!s!\n#\n"
  297. MSG_VRRP_GLOBAL_INFO "\nVRRP Global Configuration Information\
  298. \n----------------------------------------\
  299. \nLogging Level : %1!s!\
  300. \n\n"
  301. MSG_VRRP_INTERFACE_INFO "\nVRRP Interface Configuration\
  302. \n--------------------------------------\
  303. \nInterface Name: : %1!s!\
  304. \nNumber of Virtual Routers : %2!d!\
  305. \n\n"
  306. MSG_VRRP_VRID_INFO "\
  307. \nVirtual Router ID : %1!d!\
  308. \nIP Addresses : %2!s!\
  309. \nAuthentication mode : %3!s!\
  310. \nPassword : %4!d!-%5!d!-%6!d!-%7!d!-%8!d!-%9!d!-%10!d!-%11!d!\
  311. \nAdvertisment Interval : %12!d!\
  312. \nRouter Priority : %13!d!\
  313. \nPreempt Mode : %14!s!\
  314. \n\n"
  315. EMSG_INVALID_VRID "The Virtual Router ID '%1!d!' is not valid.\n"
  316. END
  317. STRINGTABLE DISCARDABLE
  318. BEGIN
  319. MSG_UNIDENTIFIED_MIB "%1!s! is not a valid MIB variable.\n"
  320. MSG_INSUFFICIENT_ARGS "Insufficient arguments specified\n"
  321. MSG_IP_ADDR_NOT_FOUND "Could not find the address %1!s!\n"
  322. MSG_IP_BAD_IP_ADDR "%1!s! is not a valid IP address\n"
  323. MSG_CTRL_C_TO_QUIT, "\nEnter Ctrl-C to exit from refresh\n"
  324. END
  325. STRINGTABLE DISCARDABLE
  326. BEGIN
  327. MSG_CANNOT_SET_INFO "Could not set the information in the Registry/Router\n"
  328. MSG_IF_NBR_NOT_FOUND "The specified interface does not have a neighbor %1!s!\n"
  329. MSG_CANT_FIND_EOPT "One or more essential parameters not specified\n"
  330. MSG_ERR_UPDATE "Could not update information"
  331. MSG_BAD_CMD "%1!s! : Command not found"
  332. MSG_IP_BAD_SYNTAX "Bad syntax in command"
  333. MSG_PROTOCOL_NOT_IN_TRANSPORT
  334. "First add protocol to transport and then to interface.\n"
  335. EMSG_NO_INTERFACE "The interface '%1!s!' does not exist.\n"
  336. MSG_NO_ENTRY_PT "No entry point %1!s! in helper\n"
  337. MSG_DLL_LOAD_FAILED "Could not load DLL %1!s!.\n"
  338. MSG_NO_HELPER "No helper found for %1!s!.\n"
  339. MSG_NO_HELPERS "No helpers found for this context.\n"
  340. MSG_CREATE_CONSOLE_FAILED "Error creating console for refresh.\n"
  341. MSG_IF_NAME_HDR "%1!s!\n -------------------------------------------\n\n"
  342. END
  343. STRINGTABLE DISCARDABLE
  344. BEGIN
  345. MSG_RTR_STOPPED "The router is currently stopped.\n"
  346. MSG_IP_TAG_NOT_PRESENT "'%1!s!' has no tag identifying it.\n"
  347. MSG_IP_INVALID_TAG "'%1!s!' is not a valid tag for this command.\n"
  348. EMSG_TAG_ALREADY_PRESENT
  349. "Two or more arguments in the command have the same tag.\n"
  350. EMSG_PROTO_NOT_INSTALLED "%1!s! must be installed first.\n"
  351. MSG_IP_BAD_IP_MASK "%1!s! is not a valid IP subnet mask\n"
  352. END
  353. STRINGTABLE DISCARDABLE
  354. BEGIN
  355. EMSG_PROTO_NO_GLOBAL_INFO
  356. "No information found for the specified protocol\n"
  357. EMSG_PROTO_NO_IF_INFO "No information found for the protocol on the specified interface\n"
  358. END
  359. STRINGTABLE DISCARDABLE
  360. BEGIN
  361. EMSG_IP_INVALID_PARAMETER "Invalid parameter specified in command.\n"
  362. EMSG_RSVD_KEYWORD "%1!s! is a reserved keyword\n"
  363. END
  364. STRINGTABLE DISCARDABLE
  365. BEGIN
  366. STRING_CREATED "Created"
  367. STRING_DELETED "Deleted"
  368. STRING_ENABLED "Enabled"
  369. STRING_DISABLED "Disabled"
  370. STRING_DEFAULT_ENABLED "Default (Enabled)"
  371. STRING_DEFAULT_DISABLED "Default (Disabled)"
  372. STRING_ON "On"
  373. STRING_OFF "Off"
  374. STRING_YES "Yes"
  375. STRING_NO "No"
  376. STRING_Y "Y "
  377. STRING_NONE "None"
  378. END
  379. STRINGTABLE DISCARDABLE
  380. BEGIN
  381. STRING_BOUND "Bound"
  382. STRING_BOUND_ENABLED "Bound and Enabled"
  383. STRING_UNBOUND "Unbound"
  384. END
  385. STRINGTABLE DISCARDABLE
  386. BEGIN
  387. STRING_N "N "
  388. STRING_INPUT "Input"
  389. END
  390. STRINGTABLE DISCARDABLE
  391. BEGIN
  392. STRING_OUTPUT "Output"
  393. STRING_DIAL "Dial"
  394. STRING_DROP "Drop"
  395. STRING_FORWARD "Forward"
  396. STRING_ACCEPT "Accept"
  397. END
  398. STRINGTABLE DISCARDABLE
  399. BEGIN
  400. STRING_PROTO_OTHER "Other"
  401. STRING_PROTO_LOCAL "Local"
  402. STRING_PROTO_NETMGMT "Net Management"
  403. END
  404. STRINGTABLE DISCARDABLE
  405. BEGIN
  406. STRING_BROADCAST "Broadcast"
  407. STRING_NBMA "Non-broadcast Multi Access"
  408. STRING_PT2PT "Point to Point"
  409. END
  410. STRINGTABLE DISCARDABLE
  411. BEGIN
  412. STRING_LOGGING_NONE "None"
  413. STRING_LOGGING_ERROR "Errors Only"
  414. STRING_LOGGING_WARN "Errors and Warnings"
  415. STRING_LOGGING_INFO "Verbose"
  416. STRING_FILTER_INCLUDE "Include"
  417. STRING_FILTER_EXCLUDE "Exclude"
  418. END
  419. STRINGTABLE DISCARDABLE
  420. BEGIN
  421. STRING_PERIODIC "Periodic"
  422. STRING_DEMAND "Demand"
  423. END
  424. STRINGTABLE DISCARDABLE
  425. BEGIN
  426. STRING_RIP1 "RIP 1"
  427. STRING_RIP1COMPAT "RIP 1 Compatible"
  428. STRING_RIP2 "RIP 2"
  429. STRING_PEER_ALSO "Peer Also"
  430. STRING_PEER_ONLY "Peer Only"
  431. END
  432. STRINGTABLE DISCARDABLE
  433. BEGIN
  434. STRING_AUTH_NONE "No Authentication"
  435. STRING_AUTH_SIMPLEPASSWD "Plain Text Authentication"
  436. STRING_AUTH_IPHEADER "IP Header Authentication"
  437. END
  438. STRINGTABLE DISCARDABLE
  439. BEGIN
  440. STRING_IDLE "Idle"
  441. STRING_CONNECT "Connect"
  442. STRING_ACTIVE "Active"
  443. STRING_OPENSENT "OpenSent"
  444. STRING_OPENCONFIRM "OpenConfirm"
  445. STRING_ESTABLISHED "Established"
  446. END
  447. STRINGTABLE DISCARDABLE
  448. BEGIN
  449. STRING_UNKNOWN "Unknown"
  450. END
  451. STRINGTABLE DISCARDABLE
  452. BEGIN
  453. MSG_IP_CANNOT_GET_INTERFACE_INFO
  454. "\nCould not get interface information. Error %1!x!.\n"
  455. MSG_IP_NO_INTERFACE_INFO
  456. "\nNo interface information block was found for the interface.\n"
  457. MSG_IP_NO_ROUTE_INFO "\nNo static routes were found for the interface.\n"
  458. MSG_IP_INVALID_OPTION_LENGTH
  459. "\nThe length of one or more of the options was invalid.\n"
  460. MSG_IP_DIM_ERROR "\nError %1!x! retrieving information from the Routing and Remote Access Service.\n"
  461. MSG_IP_PARAMETER_ERROR "\nThe syntax of the command is wrong.\n"
  462. MSG_IP_NO_CMD "\nPlease specify at least one COMMAND.\n"
  463. MSG_IP_NOT_ENOUGH_PARAMETERS
  464. "\nThere are not enough parameters to process the command.\nIn case of MIB-II variables, please supply all the indices needed.\n"
  465. MSG_IP_CAN_NOT_QUERY_ROUTER
  466. "\nThe Routing and Remote Access Service on %1!s! could not be queried.\nError %2!x! occurred.\n"
  467. MSG_IP_ROUTER_NOT_RUNNING
  468. "\nThe Routing and Remote Access Service is not currently running on %1!s!.\nPlease use 'net start remoteaccess' on the machine to start the service.\n"
  469. MSG_IP_CAN_NOT_CONNECT_DIM
  470. "\nCould not connect to the Routing and Remote Access Service on %1!s!. Error %2!x! occurred.\n"
  471. MSG_IP_NO_ENTRIES "\nNo entries were found for the requested type.\n"
  472. END
  473. STRINGTABLE DISCARDABLE
  474. BEGIN
  475. EMSG_CORRUPT_INFO "The configuration information retrieved is corrupt.\n"
  476. MSG_IP_NO_GLOBAL_INFO "\nNo Router Manager Global Configuration Information was found.\n"
  477. MSG_IP_NO_RTRPRIO_INFO "\nNo Priority Information was found.\n"
  478. MSG_IP_NO_RTR_DISC_INFO "\nNo Router Discovery Information was found.\n"
  479. MSG_IP_NO_CONNECT_CONFIG
  480. "\nCould not connect to configuration on %1!s!.\n\n"
  481. MSG_IP_CONFIG_ERROR "\nThe following error occured when accessing router configuration information\n\n\t%1!s!"
  482. MSG_IP_ADMIN_ERROR "\nThe following error occured when accessing router information\n\n\t%1!s!"
  483. EMSG_NOT_ENOUGH_MEMORY "\nOut of Memory\n"
  484. EMSG_BAD_OPTION_VALUE "%1!s! is not an acceptable value for %2!s!.\n"
  485. MSG_IP_NO_INPUT_FILTER "No input filters configured.\n"
  486. MSG_IP_NO_OUTPUT_FILTER "No output filters configured.\n"
  487. END
  488. STRINGTABLE DISCARDABLE
  489. BEGIN
  490. MSG_IP_AREA_NOT_SPECIFIED "\nArea ID not specified.\n"
  491. MSG_IP_TRANSIT_AREA_NOT_SPECIFIED
  492. "\nTransit area parameter not specified.\n"
  493. MSG_IP_AREA_NOT_FOUND "\nThe specified area does not exist.\n"
  494. MSG_IP_INTERFACE_NOT_SPECIFIED
  495. "\nInterface IP address / IP Mask was not specified\n"
  496. END
  497. STRINGTABLE DISCARDABLE
  498. BEGIN
  499. MSG_IP_INTERFACE_NOT_FOUND
  500. "\nThe specified interface IP address was not found.\n"
  501. MSG_IP_NEIGHBOR_NOT_SPECIFIED
  502. "\nThe neighbor IP address was not specified.\n"
  503. MSG_IP_NEIGHBOR_NOT_FOUND
  504. "\nThe specified neighbor IP address was not found.\n"
  505. MSG_IP_NO_PREF_FOR_PROTOCOL_ID
  506. "\nPreference level for the specified Protocol not found.\n"
  507. MSG_IP_ROUTE_PREF_LEVEL_EXISTS
  508. "\nPreference level(%1!d!) already exists for the protocol.\n"
  509. MSG_IP_ROUTE_PREF_LEVEL_NOT_FOUND
  510. "\nPreference level does not exist for the protocol\n"
  511. END
  512. STRINGTABLE DISCARDABLE
  513. BEGIN
  514. MSG_IP_NO_AREA "\nAt least one area parameter block must be present in the global configuration.\nIf you are deleting an area, please add another area before deleting this one.\n"
  515. END
  516. STRINGTABLE DISCARDABLE
  517. BEGIN
  518. MSG_IP_AREA_DELETED "\nArea %1!s! has been deleted. Interfaces configured for this area \nmust be reconfigured\n"
  519. END
  520. STRINGTABLE DISCARDABLE
  521. BEGIN
  522. MSG_IP_SPECIFY_INTERFACE
  523. "\nPlease specify the interface on which to perform the operation.\n"
  524. MSG_IP_MODE_ONLY_FOR_DNSPROXY
  525. "\nThe specified mode is valid only for the DNS Proxy.\n"
  526. END
  527. #endif // English (U.S.) resources
  528. /////////////////////////////////////////////////////////////////////////////
  529. #ifndef APSTUDIO_INVOKED
  530. /////////////////////////////////////////////////////////////////////////////
  531. //
  532. // Generated from the TEXTINCLUDE 3 resource.
  533. //
  534. /////////////////////////////////////////////////////////////////////////////
  535. #endif // not APSTUDIO_INVOKED