Source code of Windows XP (NT5)
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.

237 lines
8.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: rtrlib.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #include "rtrres.h"
  14. #define APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. //
  17. // Generated from the TEXTINCLUDE 2 resource.
  18. //
  19. #include "afxres.h"
  20. /////////////////////////////////////////////////////////////////////////////
  21. #undef APSTUDIO_READONLY_SYMBOLS
  22. /////////////////////////////////////////////////////////////////////////////
  23. // English (U.S.) resources
  24. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  25. #ifdef _WIN32
  26. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  27. #pragma code_page(1252)
  28. #endif //_WIN32
  29. #ifdef APSTUDIO_INVOKED
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // TEXTINCLUDE
  33. //
  34. 1 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "resource.h\0"
  37. "rtrres.h\0"
  38. "\0"
  39. END
  40. 2 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "#include ""afxres.h""\r\n"
  43. "\0"
  44. END
  45. 3 TEXTINCLUDE DISCARDABLE
  46. BEGIN
  47. "\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // DESIGNINFO
  54. //
  55. #ifdef APSTUDIO_INVOKED
  56. GUIDELINES DESIGNINFO DISCARDABLE
  57. BEGIN
  58. IDD_ADD, DIALOG
  59. BEGIN
  60. LEFTMARGIN, 7
  61. RIGHTMARGIN, 245
  62. TOPMARGIN, 7
  63. BOTTOMMARGIN, 211
  64. END
  65. END
  66. #endif // APSTUDIO_INVOKED
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Dialog
  70. //
  71. IDD_ADD DIALOGEX 0, 0, 252, 218
  72. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  73. CAPTION "Generic Add Dialog"
  74. FONT 8, "MS Shell Dlg"
  75. BEGIN
  76. LTEXT "This routing protocol runs on the interface that you select below.",
  77. IDC_ADD_TEXT_PROMPT,7,7,238,9
  78. LTEXT "I&nterface:",IDC_ADD_TEXT_TITLE,7,22,238,8
  79. CONTROL "List1",IDC_ADD_LIST,"SysListView32",LVS_REPORT |
  80. LVS_SINGLESEL | LVS_SORTASCENDING | LVS_SHAREIMAGELISTS |
  81. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,32,238,149,
  82. WS_EX_CLIENTEDGE
  83. DEFPUSHBUTTON "OK",IDOK,141,197,50,14
  84. PUSHBUTTON "Cancel",IDCANCEL,195,197,50,14
  85. END
  86. /////////////////////////////////////////////////////////////////////////////
  87. //
  88. // Icon
  89. //
  90. // Icon with lowest ID value placed first to ensure application icon
  91. // remains consistent on all systems.
  92. IDI_RTRLIB_UNCHECK ICON DISCARDABLE "..\\common\\res\\uncheck.ico"
  93. IDI_RTRLIB_CHECK ICON DISCARDABLE "..\\common\\res\\check.ico"
  94. IDI_RTRLIB_PROTOCOL ICON DISCARDABLE "..\\rtrlib\\res\\protocol.ico"
  95. IDI_RTRLIB_LAN ICON DISCARDABLE "..\\rtrlib\\res\\net02.ico"
  96. IDI_RTRLIB_WAN ICON DISCARDABLE "..\\rtrlib\\res\\net03.ico"
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // Bitmap
  100. //
  101. IDB_RTRLIB_IMAGELIST BITMAP DISCARDABLE "..\\rtrlib\\res\\images.bmp"
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // String Table
  105. //
  106. STRINGTABLE DISCARDABLE
  107. BEGIN
  108. IDS_UNKNOWN "Unknown"
  109. IDS_IFTYPE_CLIENT "Client"
  110. IDS_IFTYPE_HOMEROUTER "Home Router"
  111. IDS_IFTYPE_FULLROUTER "Demand-dial"
  112. IDS_IFTYPE_DEDICATED "Dedicated"
  113. IDS_IFTYPE_INTERNAL "Internal"
  114. IDS_IFTYPE_LOOPBACK "Loopback"
  115. IDS_IFTYPE_UNKNOWN "Unknown"
  116. IDS_CONNSTATE_CONNECTED "Connected"
  117. IDS_CONNSTATE_CONNECTING "Connecting"
  118. IDS_CONNSTATE_DISCONNECTED "Disconnected"
  119. IDS_CONNSTATE_UNREACHABLE "Unreachable"
  120. IDS_CONNSTATE_UNKNOWN "Unknown"
  121. IDS_STATUS_ENABLED "Enabled"
  122. IDS_STATUS_DISABLED "Disabled"
  123. IDS_STATUS_UNKNOWN "Unknown"
  124. END
  125. STRINGTABLE DISCARDABLE
  126. BEGIN
  127. IDS_ADMIN_STATUS_UP "Up"
  128. IDS_ADMIN_STATUS_DOWN "Down"
  129. IDS_ADMIN_STATUS_TESTING "Testing"
  130. IDS_ADMIN_STATUS_UNKNOWN "Unknown"
  131. IDS_OPER_STATUS_NON_OPERATIONAL "Non-operational"
  132. IDS_OPER_STATUS_UNREACHABLE "Unreachable"
  133. IDS_OPER_STATUS_DISCONNECTED "Disconnected"
  134. IDS_OPER_STATUS_CONNECTING "Connecting"
  135. IDS_OPER_STATUS_CONNECTED "Connected"
  136. IDS_OPER_STATUS_OPERATIONAL "Operational"
  137. IDS_OPER_STATUS_UNKNOWN "Unknown"
  138. IDS_ENABLED "Enabled"
  139. IDS_DISABLED "Disabled"
  140. IDS_SELECT_INTERFACE "Select Interface"
  141. IDS_ADD_INTERFACES "I&nterfaces:"
  142. IDS_CLICK_RMINTERFACE "This routing manager runs on the interface that you select below."
  143. END
  144. STRINGTABLE DISCARDABLE
  145. BEGIN
  146. IDS_SELECT_INTERFACE_FOR "New Interface for %1"
  147. IDS_CLICK_RPINTERFACE "This routing protocol runs on the interface that you select below."
  148. IDS_SELECT_PROTOCOL "New Routing Protocol"
  149. IDS_ADD_PROTOCOL "&Routing protocols:"
  150. IDS_CLICK_PROTOCOL "Click the routing protocol that you want to add, then click OK."
  151. IDS_IFTYPE_TUNNEL1 "Tunnel1"
  152. IDS_NO_INDEX_NAME_MATCH "The following name is unavailable: index %d."
  153. END
  154. STRINGTABLE DISCARDABLE
  155. BEGIN
  156. IDS_ERR_UNREACH_NOT_LOADED
  157. "\nThe Routing and Remote Access service did not load the interface. Check the event log for details. \n"
  158. IDS_ERR_UNREACH_NO_PORTS
  159. "\nAll devices are busy. There are no ports available for the interface to establish a connection. \n"
  160. IDS_ERR_UNREACH_ADMIN_DISABLED "\nThe interface has been disabled.\n"
  161. IDS_ERR_UNREACH_CONNECT_FAILURE
  162. "The last connection attempt failed because:\n"
  163. END
  164. STRINGTABLE DISCARDABLE
  165. BEGIN
  166. IDS_ERR_UNREACH_SERVICE_PAUSED "\nThe router service is paused.\n"
  167. IDS_ERR_UNREACH_NOT_RUNNING
  168. "\nThe Routing and Remote Access service is not running on the specified computer.\n"
  169. IDS_ERR_UNREACH_UNKNOWN "\nAn unspecified error occurred.\n"
  170. IDS_ERR_NOINTERFACES "No new router interfaces are available for addition."
  171. IDS_ERR_NOROUTINGPROTOCOLS
  172. "No additional routing protocols are available for installation."
  173. IDS_WARN_ADD_PROTOCOL_CONFLICT
  174. "%1 from %2 must be removed before %3 from %4 can be installed. Do you want to remove it?"
  175. IDS_ERR_UNABLE_TO_REMOVE_PROTOCOL
  176. " The protocol cannot be removed because: \n\n"
  177. IDS_ERR_BAD_CLASSREG "An error occurred during the loading of protocol information for %1."
  178. IDS_ERR_BAD_CLASSREG_GEEK
  179. "The most likely cause of this error is that the file Rrasprxy.dll is not registered. Run ""regsvr32 Rrasprxy.dll""."
  180. IDS_ERR_BAD_INTERFACE "An error occurred during the loading of protocol information for %1. Windows cannot retrieve the information from %1."
  181. IDS_ERR_BAD_INTERFACE_GEEK
  182. "The remote DCOM server on %1 cannot be found. Make sure that the DCOM server on %1 is registered. Run ""regsvr32 Rrasprxy.dll"" and check that Remrras.exe is in the same folder as Rrasprxy.dll."
  183. IDS_ERR_UNREACH_NO_MEDIA_SENSE
  184. "\nThe network device is not connected to the network.\n"
  185. IDS_ERR_UNREACH_DIALOUT_HOURS_RESTRICTION "\nThe network device cannot connect at this time due to the dial-out hours restriction.\n"
  186. IDS_WARN_PROTOCOL_ALREADY_INSTALLED "%1 from %2 is already installed on the computer. Do you want to reinstall %1?"
  187. END
  188. STRINGTABLE DISCARDABLE
  189. BEGIN
  190. IDS_DEFAULT_HELP_TOPIC "\\help\\rrasconcepts.chm::/sag_RRAStopnode.htm"
  191. IDS_DEFAULT_TASKPAD_DISPLAY_TITLE
  192. "Routing and Remote Access Administration"
  193. END
  194. #endif // English (U.S.) resources
  195. /////////////////////////////////////////////////////////////////////////////
  196. #ifndef APSTUDIO_INVOKED
  197. /////////////////////////////////////////////////////////////////////////////
  198. //
  199. // Generated from the TEXTINCLUDE 3 resource.
  200. //
  201. /////////////////////////////////////////////////////////////////////////////
  202. #endif // not APSTUDIO_INVOKED