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.

671 lines
36 KiB

  1. // Include our VERSIONINFO structure.
  2. // netshell.rc
  3. #include "version.h"
  4. #include <shlobj.h>
  5. #include <shlobjp.h>
  6. #include "nsres.h"
  7. #include "..\\folder\\foldres.h"
  8. #include "..\\folder\\trayres.h"
  9. #include "naming.h"
  10. #include "naming.rc"
  11. //+---------------------------------------------------------------------------
  12. // Icon resources
  13. //
  14. // Overlays
  15. IDI_OVL_SHARED ICON "..\\ico\\overlays\\share.ico"
  16. IDI_OVL_FIREWALLED ICON "..\\ico\\overlays\\firewall.ico"
  17. IDI_OVL_DEFAULT ICON "..\\ico\\overlays\\check.ico"
  18. IDI_OVL_INCOMING ICON "..\\ico\\overlays\\incoming.ico"
  19. // Media Type Icons
  20. IDI_CFI_RASSERVER ICON "..\\ico\\confolder\\ICS_Host.ico"
  21. IDI_CFI_SAH_LAN ICON "..\\ico\\confolder\\ICS_client.ico"
  22. IDI_CFI_SAH_RAS ICON "..\\ico\\confolder\\ICS_client.ico"
  23. IDI_CFI_BRIDGE_DISCONNECTED ICON "..\\ico\\confolder\\netbridgdis.ico"
  24. IDI_CFI_BRIDGE_CONNECTED ICON "..\\ico\\confolder\\netbridg.ico"
  25. IDI_CFI_PHONE ICON "..\\ico\\mediatypes\\PhoneModem.ico"
  26. IDI_CFI_LAN ICON "..\\ico\\mediatypes\\pipes.ico"
  27. IDI_CFI_DIRECT ICON "..\\ico\\mediatypes\\Parallel.ico"
  28. IDI_CFI_VPN ICON "..\\ico\\mediatypes\\Clouds.ico"
  29. IDI_CFI_ISDN ICON "..\\ico\\mediatypes\\PhoneModem.ico"
  30. IDI_CFI_PPPOE ICON "..\\ico\\mediatypes\\globe.ico"
  31. IDI_CFI_WIRELESS ICON "..\\ico\\mediatypes\\wireless.ico"
  32. IDI_CFI_CM ICON "..\\ico\\mediatypes\\ConnectionManager.ico"
  33. // Connection Icons
  34. IDI_CFI_CONN_ALLOFF ICON "..\\ico\\overlays\\AllOff.ico"
  35. IDI_CFI_CONN_LEFTON ICON "..\\ico\\overlays\\LeftOn.ico"
  36. IDI_CFI_CONN_RIGHTON ICON "..\\ico\\overlays\\LeftOff.ico"
  37. IDI_CFI_CONN_BOTHON ICON "..\\ico\\overlays\\LitUp.ico"
  38. // Status icons
  39. IDI_CFI_STAT_QUESTION ICON "..\\ico\\overlays\\question.ico"
  40. IDI_CFI_STAT_FAULT ICON "..\\ico\\overlays\\x.ico"
  41. // Phone outbound
  42. //
  43. IDI_PO_DIS_M_16 ICON "..\\res\\po_d_m_16.ico"
  44. IDI_PO_DIS_M_16_CHK ICON "..\\res\\po_d_m_16_chk.ico"
  45. IDI_PO_CON_M_16 ICON "..\\res\\po_c_m_16.ico"
  46. IDI_PO_CON_M_16_CHK ICON "..\\res\\po_c_m_16_chk.ico"
  47. IDI_PO_HNP_M_16 ICON "..\\res\\po_h_m_16.ico"
  48. IDI_PO_HNP_M_16_CHK ICON "..\\res\\po_h_m_16_chk.ico"
  49. IDI_PO_TRN_M_16 ICON "..\\res\\po_t_m_16.ico"
  50. IDI_PO_RCV_M_16 ICON "..\\res\\po_r_m_16.ico"
  51. IDI_PO_NON_M_16 ICON "..\\res\\po_n_m_16.ico"
  52. // LAN bidirectional (including generic LAN icon)
  53. //
  54. IDI_LB_DIS_M_16 ICON "..\\res\\lb_d_m_16.ico"
  55. IDI_LB_CON_M_16 ICON "..\\res\\lb_c_m_16.ico"
  56. IDI_LB_HNP_M_16 ICON "..\\res\\lb_h_m_16.ico"
  57. IDI_LB_TRN_M_16 ICON "..\\res\\lb_t_m_16.ico"
  58. IDI_LB_RCV_M_16 ICON "..\\res\\lb_r_m_16.ico"
  59. IDI_LB_NON_M_16 ICON "..\\res\\lb_n_m_16.ico"
  60. IDI_LB_GEN_M_16 ICON "..\\res\\lb_g_m_16.ico"
  61. IDI_LB_MDS_M_16 ICON "..\\res\\lb_m_m_16.ico"
  62. // Direct outbound
  63. //
  64. IDI_DO_DIS_M_16 ICON "..\\res\\do_d_m_16.ico"
  65. IDI_DO_DIS_M_16_CHK ICON "..\\res\\do_d_m_16_chk.ico"
  66. IDI_DO_CON_M_16 ICON "..\\res\\do_c_m_16.ico"
  67. IDI_DO_CON_M_16_CHK ICON "..\\res\\do_c_m_16_chk.ico"
  68. IDI_DO_HNP_M_16 ICON "..\\res\\do_h_m_16.ico"
  69. IDI_DO_HNP_M_16_CHK ICON "..\\res\\do_h_m_16_chk.ico"
  70. IDI_DO_TRN_M_16 ICON "..\\res\\do_t_m_16.ico"
  71. IDI_DO_RCV_M_16 ICON "..\\res\\do_r_m_16.ico"
  72. IDI_DO_NON_M_16 ICON "..\\res\\do_n_m_16.ico"
  73. // Tunnel outbound
  74. //
  75. IDI_TO_DIS_M_16 ICON "..\\res\\to_d_m_16.ico"
  76. IDI_TO_DIS_M_16_CHK ICON "..\\res\\to_d_m_16_chk.ico"
  77. IDI_TO_CON_M_16 ICON "..\\res\\to_c_m_16.ico"
  78. IDI_TO_CON_M_16_CHK ICON "..\\res\\to_c_m_16_chk.ico"
  79. IDI_TO_HNP_M_16 ICON "..\\res\\to_h_m_16.ico"
  80. IDI_TO_HNP_M_16_CHK ICON "..\\res\\to_h_m_16_chk.ico"
  81. IDI_TO_TRN_M_16 ICON "..\\res\\to_t_m_16.ico"
  82. IDI_TO_RCV_M_16 ICON "..\\res\\to_r_m_16.ico"
  83. IDI_TO_NON_M_16 ICON "..\\res\\to_n_m_16.ico"
  84. // PPPoE outbound
  85. //
  86. IDI_BR_DIS_M_16 ICON "..\\res\\br_d_m_16.ico"
  87. IDI_BR_DIS_M_16_CHK ICON "..\\res\\br_d_m_16_chk.ico"
  88. IDI_BR_CON_M_16 ICON "..\\res\\br_c_m_16.ico"
  89. IDI_BR_CON_M_16_CHK ICON "..\\res\\br_c_m_16_chk.ico"
  90. IDI_BR_HNP_M_16 ICON "..\\res\\br_h_m_16.ico"
  91. IDI_BR_HNP_M_16_CHK ICON "..\\res\\br_h_m_16_chk.ico"
  92. IDI_BR_TRN_M_16 ICON "..\\res\\br_t_m_16.ico"
  93. IDI_BR_RCV_M_16 ICON "..\\res\\br_r_m_16.ico"
  94. IDI_BR_NON_M_16 ICON "..\\res\\br_n_m_16.ico"
  95. // Phone inbound
  96. //
  97. IDI_PI_CON_M_16 ICON "..\\res\\pi_c_m_16.ico"
  98. IDI_PI_TRN_M_16 ICON "..\\res\\pi_t_m_16.ico"
  99. IDI_PI_RCV_M_16 ICON "..\\res\\pi_r_m_16.ico"
  100. IDI_PI_NON_M_16 ICON "..\\res\\pi_n_m_16.ico"
  101. // Direct inbound
  102. //
  103. IDI_DI_CON_M_16 ICON "..\\res\\di_c_m_16.ico"
  104. IDI_DI_TRN_M_16 ICON "..\\res\\di_t_m_16.ico"
  105. IDI_DI_RCV_M_16 ICON "..\\res\\di_r_m_16.ico"
  106. IDI_DI_NON_M_16 ICON "..\\res\\di_n_m_16.ico"
  107. // Tunnel inbound
  108. //
  109. IDI_TI_CON_M_16 ICON "..\\res\\ti_c_m_16.ico"
  110. IDI_TI_TRN_M_16 ICON "..\\res\\ti_t_m_16.ico"
  111. IDI_TI_RCV_M_16 ICON "..\\res\\ti_r_m_16.ico"
  112. IDI_TI_NON_M_16 ICON "..\\res\\ti_n_m_16.ico"
  113. // CM outbound
  114. //
  115. IDI_CM_CON_M_16 ICON "..\\res\\cm_c_m_16.ico"
  116. IDI_CM_CON_M_16_CHK ICON "..\\res\\cm_c_m_16_chk.ico"
  117. IDI_CM_DIS_M_16 ICON "..\\res\\cm_d_m_16.ico"
  118. IDI_CM_DIS_M_16_CHK ICON "..\\res\\cm_d_m_16_chk.ico"
  119. IDI_CM_HNP_M_16 ICON "..\\res\\cm_h_m_16.ico"
  120. IDI_CM_HNP_M_16_CHK ICON "..\\res\\cm_h_m_16_chk.ico"
  121. IDI_CM_TRN_M_16 ICON "..\\res\\cm_t_m_16.ico"
  122. IDI_CM_RCV_M_16 ICON "..\\res\\cm_r_m_16.ico"
  123. IDI_CM_NON_M_16 ICON "..\\res\\cm_n_m_16.ico"
  124. // Various small tray icons
  125. IDI_CFT_XMTRECV ICON "..\\ico\\tray\\xmitrecv.ico"
  126. IDI_CFT_XMT ICON "..\\ico\\tray\\xmit.ico"
  127. IDI_CFT_RECV ICON "..\\ico\\tray\\recv.ico"
  128. IDI_CFT_BLANK ICON "..\\ico\\tray\\blank.ico"
  129. // Server inbound
  130. //
  131. IDI_SI_S_16 ICON "..\\res\\si_s_16.ico"
  132. IDI_SI_M_16 ICON "..\\res\\si_m_16.ico"
  133. // Non-state icons for folder small-icon display
  134. //
  135. IDI_XB_GEN_S_16 ICON "..\\res\\xb_g_s_16.ico"
  136. IDI_XB_GEN_S_16_CHK ICON "..\\res\\xb_g_s_16_chk.ico"
  137. IDI_PB_GEN_S_16 ICON "..\\res\\pb_g_s_16.ico"
  138. IDI_PB_GEN_S_16_CHK ICON "..\\res\\pb_g_s_16_chk.ico"
  139. IDI_LB_GEN_S_16 ICON "..\\res\\lb_g_s_16.ico"
  140. IDI_DB_GEN_S_16 ICON "..\\res\\db_g_s_16.ico"
  141. IDI_DB_GEN_S_16_CHK ICON "..\\res\\db_g_s_16_chk.ico"
  142. IDI_TB_GEN_S_16 ICON "..\\res\\tb_g_s_16.ico"
  143. IDI_TB_GEN_S_16_CHK ICON "..\\res\\tb_g_s_16_chk.ico"
  144. IDI_BR_GEN_S_16 ICON "..\\res\\br_g_s_16.ico"
  145. IDI_BR_GEN_S_16_CHK ICON "..\\res\\br_g_s_16_chk.ico"
  146. IDI_CM_GEN_S_16 ICON "..\\res\\cm_g_s_16.ico"
  147. IDI_CM_GEN_S_16_CHK ICON "..\\res\\cm_g_s_16_chk.ico"
  148. IDI_CFT_DISCONNECTED ICON "..\\ico\\tray\\disconnect.ico"
  149. IDI_CFT_INVALID_ADDRESS ICON "..\\ico\\tray\\plugged.ico"
  150. // Win98 shortcut icon
  151. //
  152. IDI_WIN98_LINK ICON "..\\res\\win98_link.ico"
  153. // NT4 .RNK shortcut icon
  154. //
  155. IDI_RNK_FILE ICON "..\\ico\\confolder\\dun.ico"
  156. // .PBK shortcut icon
  157. //
  158. IDI_PBK_FILE ICON "..\\ico\\confolder\\dun.ico"
  159. // Network Bridge icon
  160. //
  161. IDI_NB_CON_M_16 ICON "..\\res\\nb_c_m_16.ico"
  162. IDI_NB_DIS_M_16 ICON "..\\res\\nb_d_m_16.ico"
  163. IDI_LB_BDS_M_16 ICON "..\\res\\lb_bd_m_16.ico"
  164. IDI_LB_BCN_M_16 ICON "..\\res\\lb_bc_m_16.ico"
  165. // Personal Firewall
  166. //
  167. IDI_PERSONALFIREWALL ICON "..\\res\\personalfirewall.ico"
  168. IDI_PO_FDS_M_16 ICON "..\\res\\po_fd_m_16.ico"
  169. IDI_PO_FDS_M_16_CHK ICON "..\\res\\po_fd_m_16_chk.ico"
  170. IDI_PO_FCN_M_16 ICON "..\\res\\po_fc_m_16.ico"
  171. IDI_PO_FCN_M_16_CHK ICON "..\\res\\po_fc_m_16_chk.ico"
  172. IDI_LB_FDS_M_16 ICON "..\\res\\lb_fd_m_16.ico"
  173. IDI_LB_FCN_M_16 ICON "..\\res\\lb_fc_m_16.ico"
  174. IDI_TO_FDS_M_16 ICON "..\\res\\to_fd_m_16.ico"
  175. IDI_TO_FDS_M_16_CHK ICON "..\\res\\to_fd_m_16_chk.ico"
  176. IDI_TO_FCN_M_16 ICON "..\\res\\to_fc_m_16.ico"
  177. IDI_TO_FCN_M_16_CHK ICON "..\\res\\to_fc_m_16_chk.ico"
  178. // Home Net Wizard and Auto Config
  179. //
  180. IDI_CONFOLD_HOMENET_WIZARD ICON "..\\ico\\netsetupwiz.ico"
  181. // ICS Beacon Client
  182. //
  183. IDI_SL_DIS_M_16 ICON "..\\res\\sl_d_m_16.ico"
  184. IDI_SL_CON_M_16 ICON "..\\res\\sl_c_m_16.ico"
  185. IDI_SR_DIS_M_16 ICON "..\\res\\sr_d_m_16.ico"
  186. IDI_SR_CON_M_16 ICON "..\\res\\sr_c_m_16.ico"
  187. IDI_SASTATMON_INTERNET ICON "..\\ico\\statmon\\internet.ico"
  188. IDI_SASTATMON_ICSHOST ICON "..\\ico\\confolder\\ics_client.ico"
  189. IDI_SASTATMON_MYCOMPUTER ICON "..\\ico\\statmon\\mycomputer.ico"
  190. //+---------------------------------------------------------------------------
  191. // Registry resources
  192. //
  193. IDR_CONFOLD REGISTRY "..\\folder\\confold.rgs"
  194. IDR_CONFOLDENUM REGISTRY "..\\folder\\confolde.rgs"
  195. IDR_CONFOLDEXTRACTICON REGISTRY "..\\folder\\confoldei.rgs"
  196. IDR_CONFOLDQUERYINFO REGISTRY "..\\folder\\confoldqi.rgs"
  197. IDR_CONFOLDCONTEXTMENU REGISTRY "..\\folder\\confoldcm.rgs"
  198. IDR_DIALUP_UI REGISTRY "..\\wanui\\dialupui.rgs"
  199. IDR_DIRECT_UI REGISTRY "..\\wanui\\directui.rgs"
  200. IDR_INBOUND_UI REGISTRY "..\\wanui\\inbui.rgs"
  201. IDR_LAN_UI REGISTRY "..\\lanui\\lanui.rgs"
  202. IDR_VPN_UI REGISTRY "..\\wanui\\vpnui.rgs"
  203. IDR_PPPOE_UI REGISTRY "..\\wanui\\pppoeui.rgs"
  204. IDR_SHAREDACCESS_UI REGISTRY "..\\lanui\\saui.rgs"
  205. IDR_INTERNET_UI REGISTRY "..\\wanui\\intnetui.rgs"
  206. IDR_CONTRAY REGISTRY "..\\folder\\contray.rgs"
  207. IDR_COMMCONN REGISTRY "..\\commconn\\commconn.rgs"
  208. IDR_COMMUIUTILITIES REGISTRY "..\\lanui\\conutil.rgs"
  209. //+---------------------------------------------------------------------------
  210. // Strings resources
  211. //
  212. //---[ Utility string resources ]---------------------------------------------
  213. STRINGTABLE DISCARDABLE
  214. BEGIN
  215. // this is used to combine regular text (%1) with the text
  216. // from FormatMessage for a Win32 error (%2).
  217. IDS_TEXT_WITH_WIN32_ERROR "%1 %2"
  218. IDS_TEXT_WITH_RAS_ERROR "%1\n\n%2"
  219. END
  220. //---[ Menu Items ]-----------------------------------------------------------
  221. STRINGTABLE DISCARDABLE
  222. BEGIN
  223. IDS_MENU_CMIDM_NEW_CONNECTION "&New Connection..."
  224. IDS_MENU_CMIDM_CONNECT "C&onnect"
  225. IDS_MENU_CMIDM_DISCONNECT "Disc&onnect"
  226. IDS_MENU_CMIDM_ENABLE "En&able"
  227. IDS_MENU_IDS_MENU_CMIDM_DISABLE "Disa&ble"
  228. IDS_MENU_CMIDM_WZCDLG_SHOW "&View Available Wireless Networks"
  229. IDS_MENU_CMIDM_STATUS "Stat&us"
  230. IDS_MENU_CMIDM_CREATE_BRIDGE "Brid&ge Connections"
  231. IDS_MENU_CMIDM_ADD_TO_BRIDGE "Add to Brid&ge"
  232. IDS_MENU_CMIDM_REMOVE_FROM_BRIDGE "Remove from Brid&ge"
  233. IDS_MENU_CMIDM_CREATE_SHORTCUT "Create &Shortcut"
  234. IDS_MENU_SFVIDM_FILE_LINK "Create &Shortcut"
  235. IDS_MENU_CMIDM_DELETE "&Delete"
  236. IDS_MENU_SFVIDM_FILE_DELETE "&Delete"
  237. IDS_MENU_CMIDM_RENAME "Rena&me"
  238. IDS_MENU_CMIDM_PROPERTIES "P&roperties"
  239. IDS_MENU_SFVIDM_FILE_PROPERTIES "P&roperties"
  240. IDS_MENU_CMIDM_CREATE_COPY "Create &Copy"
  241. IDS_MENU_SFVIDM_FILE_RENAME "Rena&me"
  242. IDS_MENU_CMIDM_SET_DEFAULT "Set as De&fault Connection"
  243. IDS_MENU_CMIDM_UNSET_DEFAULT "Cancel as De&fault Connection"
  244. IDS_MENU_CMIDM_FIX "Re&pair"
  245. IDS_MENU_HOMENET_WIZARD "Network Setup &Wizard..."
  246. END
  247. //---[ Web View ]-------------------------------------------------------------
  248. STRINGTABLE DISCARDABLE
  249. BEGIN
  250. IDS_WV_TITLE_NETCONFOLDERTASKS "Network Tasks"
  251. IDS_WV_TITLE_NETCONFOLDERTASKS_TT "Lists some common connection tasks. These tasks change depending on your selection."
  252. IDS_WV_TITLE_NETCONITEMTASKS "See Also"
  253. IDS_WV_TITLE_NETCONITEMTASKS_TT "Lists some common connection tasks. These tasks change depending on your selection."
  254. IDS_WV_NETCON_INTRO "The Network Connections folder contains all the currently installed network devices."
  255. IDS_WV_TROUBLESHOOT "Network Troubleshooter"
  256. IDS_WV_HOMENET "Set up a home or small office network"
  257. IDS_WV_MNCWIZARD "Create a new connection"
  258. IDS_WV_CONNECT "Start this connection"
  259. IDS_WV_DISCONNECT "Disconnect this connection"
  260. IDS_WV_REPAIR "Repair this connection"
  261. IDS_WV_RENAME "Rename this connection"
  262. IDS_WV_STATUS "View status of this connection"
  263. IDS_WV_DELETE "Delete this connection"
  264. IDS_WV_ENABLE "Enable this network device"
  265. IDS_WV_DISABLE "Disable this network device"
  266. IDS_WV_PROPERTIES "Change settings of this connection"
  267. IDS_WM_CONNECT "Start the selected connections"
  268. IDS_WM_DISCONNECT "Disconnect the selected connections"
  269. IDS_WM_REPAIR "Repair the selected connections"
  270. IDS_WM_RENAME "Rename the selected connections"
  271. IDS_WM_STATUS "View status of the selected connections"
  272. IDS_WM_DELETE "Delete the selected connections"
  273. IDS_WM_ENABLE "Enable the selected network devices"
  274. IDS_WM_DISABLE "Disable the selected network devices"
  275. IDS_WM_PROPERTIES "Change settings of the selected connections"
  276. END
  277. //---[ Web View Icons ]-------------------------------------------------------
  278. IDI_WV_TROUBLESHOOT ICON "..\\ico\\info.ico"
  279. IDI_WV_COPY ICON "..\\ico\\copy.ico"
  280. IDI_WV_DELETE ICON "..\\ico\\delete.ico"
  281. IDI_WV_RENAME ICON "..\\ico\\ren.ico"
  282. IDI_WV_STATUS ICON "..\\ico\\cpperf.ico"
  283. IDI_WV_DISABLE ICON "..\\ico\\disconnect.ico"
  284. IDI_WV_ENABLE ICON "..\\ico\\connect.ico"
  285. IDI_WV_REPAIR ICON "..\\ico\\repair.ico"
  286. IDI_WV_PROPERTIES ICON "..\\ico\\Prefs.ico"
  287. IDI_WV_LOGIN ICON "..\\ico\\cptaskarrow.ico"
  288. IDI_WV_TASK ICON "..\\ico\\cptaskarrow.ico"
  289. //---[ Folder ]---------------------------------------------------------------
  290. STRINGTABLE DISCARDABLE
  291. BEGIN
  292. IDS_CONFOLD_NAME "Network Connections"
  293. IDS_CONFOLD_INFOTIP "Connects to other computers, networks, and the Internet."
  294. IDS_CONFOLD_OC_TITLE "Windows Optional Networking Components Wizard"
  295. IDS_CONFOLD_DETAILS_NAME "Name"
  296. IDS_CONFOLD_DETAILS_TYPE "Type"
  297. IDS_CONFOLD_DETAILS_STATUS "Status"
  298. IDS_CONFOLD_DETAILS_DEVICE_NAME "Device Name"
  299. IDS_CONFOLD_DETAILS_PHONEORHOSTADDRESS "Phone # or Host Address"
  300. IDS_CONFOLD_DETAILS_OWNER "Owner"
  301. IDS_CONFOLD_DETAILS_ADDRESS "IP address"
  302. IDS_CONFOLD_DETAILS_ADHOC_MODE "Mode"
  303. IDS_CONFOLD_DETAILS_SENT "Sent"
  304. IDS_CONFOLD_DETAILS_RECEIVED "Received"
  305. IDS_CONFOLD_DETAILS_PHONENUMBER "Phone #"
  306. IDS_CONFOLD_DETAILS_HOSTADDRESS "Host Address"
  307. IDS_CONFOLD_DETAILS_WIRELESS_MODE "Wireless Mode"
  308. IDS_DETAILS_802_11_MODE "%1!s!"
  309. IDS_DETAILS_802_11_SSID_TYPE "Network: %1!s!"
  310. IDS_DETAILS_802_11_ENCRYPTION_TYPE "Encryption: %1!s!"
  311. IDS_NAME_NETWORK " (%1!s!)"
  312. IDS_DETAILS_802_11_SIGNAL_STRENGTH "Signal Strength: %1!s!"
  313. IDS_SIGNAL_STRENGTH "Signal Strength: %1!s!"
  314. IDS_DETAILS_IP_ADDRESS "IP Address: %1!s!\r\nSubnet Mask: %2!s!"
  315. IDS_DETAILS_ADDRESS_TYPE "%1!s!"
  316. IDS_CONFOLD_WIZARD_DISPLAY_NAME "New Connection Wizard"
  317. IDS_CONFOLD_HOMENET_WIZARD_DISPLAY_NAME "Network Setup Wizard"
  318. IDS_CONFOLD_WIZARD_FRIENDLY_NAME "Helps you set up an Internet connection, connect to a private network, or set up a network for your home or small office."
  319. IDS_CONFOLD_WIZARD_TYPE "Wizard"
  320. IDS_CONFOLD_INCOMING_CONN "Incoming Connections"
  321. IDS_CONFOLD_OBJECT_TYPE_DIRECT "Direct"
  322. IDS_CONFOLD_OBJECT_TYPE_INBOUND "Incoming"
  323. IDS_CONFOLD_OBJECT_TYPE_LAN "LAN or High-Speed Internet"
  324. IDS_CONFOLD_OBJECT_TYPE_PHONE "Dial-up"
  325. IDS_CONFOLD_OBJECT_TYPE_TUNNEL "Virtual Private Network"
  326. IDS_CONFOLD_OBJECT_TYPE_BRIDGE "Network Bridge"
  327. IDS_CONFOLD_OBJECT_TYPE_SHAREDACCESSHOST "Internet Gateway"
  328. IDS_CONFOLD_OBJECT_TYPE_UNKNOWN "Unknown"
  329. IDS_CONFOLD_OBJECT_TYPE_CONMAN "Connection Manager"
  330. IDS_CONFOLD_OBJECT_TYPE_WIZARD ""
  331. IDS_CONFOLD_OBJECT_TYPE_PPPOE "Broadband"
  332. IDS_CONFOLD_STATUS_DISCONNECTED "Disconnected"
  333. IDS_CONFOLD_STATUS_CONNECTING "Connecting"
  334. IDS_CONFOLD_STATUS_CONNECTED "Connected"
  335. IDS_CONFOLD_STATUS_DISCONNECTING "Disconnecting"
  336. IDS_CONFOLD_STATUS_HARDWARE_NOT_PRESENT "Unavailable - device missing"
  337. IDS_CONFOLD_STATUS_HARDWARE_DISABLED "Unavailable - device disabled"
  338. IDS_CONFOLD_STATUS_HARDWARE_MALFUNCTION "Unavailable - device malfunctioning"
  339. IDS_CONFOLD_STATUS_MEDIA_DISCONNECTED "Network cable unplugged"
  340. IDS_CONFOLD_STATUS_WIRELESS_DISCONNECTED "Wireless connection unavailable"
  341. IDS_CONFOLD_STATUS_DISABLED "Disabled"
  342. IDS_CONFOLD_STATUS_DISABLING "Disabling"
  343. IDS_CONFOLD_STATUS_ENABLED "Enabled"
  344. IDS_CONFOLD_STATUS_ENABLING "Enabling"
  345. IDS_CONFOLD_STATUS_INVALID_ADDRESS "Invalid Address"
  346. IDS_CONFOLD_STATUS_AUTHENTICATING "Attempting to authenticate"
  347. IDS_CONFOLD_STATUS_AUTHENTICATION_FAILED "Authentication failed"
  348. IDS_CONFOLD_STATUS_AUTHENTICATION_SUCCEEDED "Authentication succeeded"
  349. IDS_CONFOLD_STATUS_CREDENTIALS_REQUIRED "Validating identity"
  350. // WARNING, the maximum combined status length must be less than CONFOLD_MAX_STATUS_LENGTH
  351. IDS_CONFOLD_STATUS_SHARED ", Shared"
  352. IDS_CONFOLD_STATUS_BRIDGED ", Bridged"
  353. IDS_CONFOLD_STATUS_FIREWALLED ", Firewalled"
  354. IDS_CONFOLD_STATUS_INCOMING_ONE "1 client connected"
  355. IDS_CONFOLD_STATUS_INCOMING_MULTI "%1!d! clients connected"
  356. IDS_CONFOLD_STATUS_INCOMING_NONE "No clients connected"
  357. #if 0 // removed (for now) - Jeffspr
  358. IDS_TOOLBAR_MAKE_NEW_STRING "Create"
  359. #endif
  360. IDS_TOOLBAR_CONNECT_STRING "Connect"
  361. IDS_CONFOLD_DETAILS_OWNER_SYSTEM "System"
  362. IDS_CONPROP_CAPTION "%1 Properties"
  363. IDS_CONPROP_NO_WRITE_LOCK "Connection Properties cannot be displayed at this time because %1 is accessing the same information. Please close the %1 window(s) and try again."
  364. IDS_CONPROP_GENERIC_COMP "<Unknown Application>"
  365. IDS_CONFOLD_WARNING_CAPTION "Network Connections"
  366. IDS_CONFOLD_RENAME_FAIL_CAPTION "Error Renaming Connection"
  367. IDS_CONFOLD_RENAME_DUPLICATE "Cannot rename this connection. A connection with the name you specified already exists. Specify a different name."
  368. IDS_CONFOLD_RENAME_INVALID "Cannot rename this connection. A connection name cannot contain tabs, only spaces, or any of the following characters: \\/:*?<>|"""
  369. IDS_CONFOLD_RENAME_INCOMING_CONN "Cannot name a connection as Incoming Connections"
  370. IDS_CONFOLD_RENAME_OTHER_FAIL "Cannot rename this connection."
  371. IDS_CONFOLD_DISCONNECT_FAILURE_CAPTION "Error Disconnecting"
  372. IDS_CONFOLD_DISCONNECT_FAILURE "It is not possible to disconnect at this time. The connection is currently busy with a connect or disconnect operation."
  373. IDS_CONFOLD_CONNECT_FAILURE_CAPTION "Error Connecting"
  374. IDS_CONFOLD_CONNECT_FAILURE "It is not possible to connect at this time. No network was detected. You may need to plug in your network cable to complete the connection."
  375. IDS_CONFOLD_DISABLE_FAILURE_CAPTION "Error Disabling Connection"
  376. IDS_CONFOLD_DISABLE_FAILURE "It is not possible to disable the connection at this time. This connection may be using one or more protocols that do not support Plug-and-Play, or it may have been initiated by another user or the system account."
  377. IDS_CONFOLD_DELETE_CONFIRM_SINGLE_CAPTION "Confirm Connection Delete"
  378. IDS_CONFOLD_DELETE_CONFIRM_MULTI_CAPTION "Confirm Multiple Connection Delete"
  379. IDS_CONFOLD_DELETE_CONFIRM_SINGLE "Are you sure you want to delete '%1'?"
  380. IDS_CONFOLD_DELETE_CONFIRM_SHARED "Internet Connection Sharing is enabled on this connection.\nAre you sure you want to delete '%1'?"
  381. IDS_CONFOLD_DELETE_CONFIRM_MULTI "Are you sure you want to delete these %1 connections?"
  382. IDS_CONFOLD_DELETE_CONFIRM_RASSERVER "There is currently a client connected to this machine using an Incoming Connection.\nDeleting Incoming Connections while this connection is active will disconnect this client.\n\nAre you sure you want to delete Incoming Connections?"
  383. IDS_CONFOLD_DELETE_CONFIRM_RASSERVER_MULTI "There are currently %1!d! clients connected to this machine using Incoming Connections.\nDeleting Incoming Connections while these connections are active will disconnect all the clients.\n\nAre you sure you want to delete Incoming Connections?"
  384. IDS_CONFOLD_ERROR_DELETE_CAPTION "Error Deleting Connection"
  385. IDS_CONFOLD_ERROR_DELETE_NOSUPPORT "The connection you selected cannot be deleted."
  386. IDS_CONFOLD_ERROR_DELETE_NOSUPPORT_MULTI "One or more of the connections you selected cannot be deleted."
  387. IDS_CONFOLD_ERROR_DELETE_ACTIVE "You cannot delete a connection while it is busy connecting. Please disconnect or close the login property page and try again."
  388. IDS_CONFOLD_ERROR_DELETE_ACTIVE_MULTI "One or more of the connections you selected for deletion are active. Please disconnect and try again."
  389. IDS_CONFOLD_ERROR_DELETE_WIZARD "The New Connection Wizard cannot be deleted."
  390. IDS_CONFOLD_ERROR_DELETE_BRIDGE_ACCESS "Windows cannot remove the Network Bridge because one or more network property sheets are open. First close all network property sheets, and then remove the Network Bridge."
  391. IDS_CONFOLD_SYNC_CONFIRM "Synchronize changes before disconnecting?"
  392. IDS_CONFOLD_SYNC_CONFIRM_WINDOW_TITLE "Confirm Change Synchronization"
  393. IDS_CONFOLD_ERROR_DELETE_PROPERTYPAGEOPEN "You cannot delete this connection because a property page is currently open. Please close this page and try again."
  394. IDS_CONFOLD_ERROR_RENAME_ACTIVATING_CAPTION "Error Renaming Connection"
  395. IDS_CONFOLD_ERROR_RENAME_ACTIVATING "You cannot rename a connection while it is being activated. Please wait until the connection is complete and try again."
  396. IDS_CONFOLD_PROPERTIES_NOACCESS "You do not have sufficient privileges for accessing connection properties. Contact your administrator."
  397. IDS_CONFOLD_CONNECT_NOACCESS "You do not have sufficient privileges to activate this connection. Contact your administrator."
  398. IDS_CONFOLD_DISCONNECT_NOACCESS "You do not have sufficient privileges to disconnect this connection. Contact your administrator."
  399. IDS_CONFOLD_UNEXPECTED_ERROR "An unexpected error occurred."
  400. IDS_CONFOLD_PROPERTIES_ON_RASSERVERINSTEAD "You cannot configure the properties of an individual incoming connection.\nPlease configure the properties of the 'Incoming Connections' icon in the Network Connections Folder instead."
  401. IDS_CONFOLD_OUTOFMEMORY "Insufficient memory to complete the requested action."
  402. IDS_CONFOLD_CONNECT_IN_PROGRESS "A connection attempt is already in progress."
  403. IDS_CONNECT_MENUITEM "C&onnect"
  404. IDS_DISCONNECT_MENUITEM "Disc&onnect"
  405. IDS_ENABLE_MENUITEM "En&able"
  406. IDS_DISABLE_MENUITEM "Disa&ble"
  407. IDS_CONFOLD_NO_CONNECTION "Dial-up connection cannot be found."
  408. IDS_CONFOLD_NO_PERMISSIONS_FOR_OPEN "You do not have permission to open the Network Connections folder."
  409. IDS_CONFOLD_RAS_DIALER_TITLE_FMT "Connect %1"
  410. IDS_CONFOLD_DUPLICATE_PREFIX1 "Copy of %1"
  411. IDS_CONFOLD_DUPLICATE_PREFIX2 "Copy (%1) of %2"
  412. IDS_BALLOON_CONNECTED "%1 is now connected";
  413. IDS_BALLOON_UNAVAILABLE "%1 is unavailable";
  414. END
  415. STRINGTABLE DISCARDABLE
  416. BEGIN
  417. IDS_FIX_NO_TCP "TCP/IP is not enabled for this connection. Cannot proceed."
  418. IDS_FIX_TCP_FAIL "Failed to query TCP/IP settings of the connection. Cannot proceed."
  419. IDS_FIX_ERR_RENEW_DHCP " Renewing the IP address.\n"
  420. IDS_FIX_ERR_FLUSH_ARP " Flushing the ARP cache.\n"
  421. IDS_FIX_ERR_PURGE_NBT " Purging and reloading the remote cache name table of NetBT.\n"
  422. IDS_FIX_ERR_RR_NBT " Sending Name Release packets to WINS and then starting Refresh.\n"
  423. IDS_FIX_ERR_FLUSH_DNS " Purging the DNS Resolver cache.\n"
  424. IDS_FIX_ERR_REG_DNS " Refreshing all DHCP leases and re-registering DNS names.\n"
  425. IDS_FIX_SUCCEED "The Repair operation completed. If the problem persists, please contact your network administrator or ISP."
  426. IDS_FIX_ERROR_FORMAT "The following steps of the repair operation failed:\n%1\nPlease contact your network administrator or ISP."
  427. IDS_FIX_ERROR "The repair operation failed. Please contact your network administrator or ISP."
  428. IDS_FIX_CAPTION "Repair Connection"
  429. IDS_FIX_MESSAGE "%1"
  430. IDS_FIX_REPAIRING "Repairing"
  431. END
  432. STRINGTABLE DISCARDABLE
  433. BEGIN
  434. IDS_CMIDM_CONNECT "Activate the selected connection."
  435. IDS_CMIDM_ENABLE "Prepare the selected network device for use."
  436. IDS_CMIDM_NEW_CONNECTION "Start the New Connection Wizard, which helps you create a connection to the Internet, to another computer, or to your workplace network."
  437. IDS_CMIDM_DISCONNECT "Temporarily inactivate the selected connection so that it cannot be used."
  438. IDS_CMIDM_DISABLE "Inactivate the selected network device so that it cannot be used."
  439. IDS_CMIDM_STATUS "View the connection, duration, speed, activity, and other status settings for this connection."
  440. IDS_CMIDM_CREATE_SHORTCUT "Create a shortcut to the selected connection."
  441. IDS_CMIDM_DELETE "Remove the selected connection(s) so that it can no longer be used. "
  442. IDS_CMIDM_RENAME "Give the connection a different name."
  443. IDS_CMIDM_PROPERTIES "View or change settings for this connection, such as adapter, protocol, or modem configuration settings."
  444. IDS_CMIDM_CREATE_COPY "Create a copy of the selected connection."
  445. IDS_CMIDM_CREATE_BRIDGE "Connect multiple network connections to form a network bridge."
  446. IDS_CMIDM_ADD_TO_BRIDGE "Add the currently selected connection(s) to the network bridge."
  447. IDS_CMIDM_REMOVE_FROM_BRIDGE "Remove the selected connection(s) from the network bridge."
  448. IDS_CMIDM_SET_DEFAULT "Set this connection as the default connection."
  449. IDS_CMIDM_UNSET_DEFAULT "Cancel this connection as the default."
  450. IDS_CMIDM_FIX "Correct problems that prevent you from connecting to the network."
  451. IDS_CMIDM_HOMENET_WIZARD "Start the Network Setup Wizard, which helps you set up or modify a network so that you can share files, printers, and your Internet connection."
  452. IDS_CMIDM_WZCDLG_SHOW "View the wireless networks that are available from your location."
  453. IDS_CMIDM_NET_TROUBLESHOOT "Fix problems with your dial-up networking connection, sharing an Internet connection, or setting up a network."
  454. IDS_CMIDM_CONNECTIONS "Open the Network Connections folder."
  455. IDS_CMIDM_CONMENU_DIALUP_PREFS "Open a dialog box where you can specify settings for dial-up connections."
  456. IDS_CMIDM_CONMENU_ADVANCED_CONFIG "Open a dialog box where you can specify advanced network settings."
  457. IDS_CMIDM_CONMENU_CREATE_BRIDGE "Connect multiple network connections to form a network bridge."
  458. IDS_CMIDM_CONMENU_NETWORK_ID "Open a dialog box where you can specify the name and domain for this computer."
  459. IDS_CMIDM_CONMENU_OPERATOR_ASSIST "Enable or disable operator-assisted dialing."
  460. IDS_CMIDM_CONMENU_OPTIONALCOMPONENTS "Open a dialog box where you can add or remove optional networking components."
  461. IDS_CMIDM_ARRANGE "Open a list of commands for arranging items in a window."
  462. IDS_CMIDM_ARRANGE_BY_NAME "Sort connections alphabetically by name."
  463. IDS_CMIDM_ARRANGE_BY_TYPE "Sort connections by type."
  464. IDS_CMIDM_ARRANGE_BY_STATUS "Sort connections by size, from smallest to largest."
  465. IDS_CMIDM_ARRANGE_BY_OWNER "Sort connections by owner."
  466. IDS_CMIDM_ARRANGE_BY_DEVICE_NAME "Sort connections by device name."
  467. IDS_CMIDM_ARRANGE_BY_PHONEORHOSTADDRESS "Sort connections by phone number or host address."
  468. // Dialup Networking MUI friendly name
  469. //
  470. IDS_DUN_FRIENDLY_NAME "Dialup Networking File"
  471. // Debug only commands
  472. //
  473. #if DBG
  474. IDS_CMIDM_DEBUG "Debugging CmdID: IDS_CMIDM_DEBUG "
  475. IDS_CMIDM_DEBUG_TRAY "Debugging CmdID: IDS_CMIDM_DEBUG_TRAY "
  476. IDS_CMIDM_DEBUG_TRACING "Debugging CmdID: IDS_CMIDM_DEBUG_TRACING "
  477. IDS_CMIDM_DEBUG_NOTIFYADD "Debugging CmdID: IDS_CMIDM_DEBUG_NOTIFYADD "
  478. IDS_CMIDM_DEBUG_NOTIFYREMOVE "Debugging CmdID: IDS_CMIDM_DEBUG_NOTIFYREMOVE "
  479. IDS_CMIDM_DEBUG_NOTIFYTEST "Debugging CmdID: IDS_CMIDM_DEBUG_NOTIFYTEST "
  480. IDS_CMIDM_DEBUG_REFRESH "Debugging CmdID: IDS_CMIDM_DEBUG_REFRESH "
  481. IDS_CMIDM_DEBUG_REFRESHNOFLUSH "Debugging CmdID: IDS_CMIDM_DEBUG_REFRESHNOFLUSH "
  482. IDS_CMIDM_DEBUG_REFRESHSELECTED "Debugging CmdID: IDS_CMIDM_DEBUG_REFRESHSELECTED "
  483. IDS_CMIDM_DEBUG_REMOVETRAYICONS "Debugging CmdID: IDS_CMIDM_DEBUG_REMOVETRAYICONS "
  484. #endif
  485. END
  486. //---[ Tray ]-----------------------------------------------------------------
  487. STRINGTABLE DISCARDABLE
  488. BEGIN
  489. IDS_CONTRAY_INITIAL_BALLOON "Click here for more information..."
  490. IDS_CONTRAY_MEDIA_DISCONN_BALLOON "A network cable is unplugged."
  491. IDS_CONTRAY_ADDRESS_INVALID_TOOLTIP "Windows is unable to acquire a valid network address from your service provider."
  492. IDS_CONTRAY_ADDRESS_INVALID_BALLOON "Windows is unable to acquire a valid network address from your service provider. Click this message for an option to repair your network connection."
  493. IDS_CONTRAY_STATIC_ADDR_INVALID_TOOLTIP "Windows cannot connect to a network at this time. Please update your network address."
  494. IDS_CONTRAY_STATIC_ADDR_INVALID_BALLON "Windows cannot connect to a network at this time. Please update your network address. Click this message for more detail on your connection status."
  495. IDS_TOOLTIP_WIRELESS_CONNECTED "Connected to: %1!s!\r\nSignal Strength: %2!s!"
  496. IDS_CONTRAY_WIRELESS_DISCONN_BALLOON "Wireless connection unavailable"
  497. IDS_CONTRAY_AUTHENTICATION_SUCCEEDED_BALLOON "Authentication succeeded"
  498. IDS_CONTRAY_AUTHENTICATION_FAILED_BALLOON "Authentication failed"
  499. IDS_TOOLTIP_LINE_SPEED "Speed: %1!s!"
  500. IDS_TOOLTIP_LINE_SPEED_INFRASTRUCTURE "Speed: %1!s! - %2!s!"
  501. IDS_TOOLTIP_LINE_BYTES_SENT "Sent: %1!s! bytes"
  502. IDS_TOOLTIP_LINE_PACKETS_SENT "Sent: %1!s! packets"
  503. IDS_TOOLTIP_ADDRESS_INFO "Addr: %1!s!"
  504. IDS_TOOLTIP_LINE_BYTES_RCVD "Received: %1!s! bytes"
  505. IDS_TOOLTIP_LINE_PACKETS_RCVD "Received: %1!s! packets"
  506. IDS_TOOLTIP_MEDIA_DISCONNECTED "Network cable unplugged"
  507. IDS_TOOLTIP_WIRELESS_DISCONNECTED "Wireless connection unavailable"
  508. IDS_TOOLTIP_AUTHENTICATING "Attempting to authenticate"
  509. IDS_TOOLTIP_AUTHENTICATION_FAILED "Authentication failed"
  510. IDS_TOOLTIP_ADHOC "Peer-to-Peer"
  511. IDS_TOOLTIP_INFRASTRUCTURE "Access Point"
  512. END
  513. // ---[ Wireless Signal Strength] ---
  514. STRINGTABLE DISCARDABLE
  515. BEGIN
  516. IDS_802_11_LEVEL0 "No Signal"
  517. IDS_802_11_LEVEL1 "Very Low"
  518. IDS_802_11_LEVEL2 "Low"
  519. IDS_802_11_LEVEL3 "Good"
  520. IDS_802_11_LEVEL4 "Very Good"
  521. IDS_802_11_LEVEL5 "Excellent"
  522. END
  523. IDI_802_11_LEVEL0 ICON DISCARDABLE "..\\ico\\statmon\\zero.ico"
  524. IDI_802_11_LEVEL1 ICON DISCARDABLE "..\\ico\\statmon\\1.ico"
  525. IDI_802_11_LEVEL2 ICON DISCARDABLE "..\\ico\\statmon\\2.ico"
  526. IDI_802_11_LEVEL3 ICON DISCARDABLE "..\\ico\\statmon\\3.ico"
  527. IDI_802_11_LEVEL4 ICON DISCARDABLE "..\\ico\\statmon\\4.ico"
  528. IDI_802_11_LEVEL5 ICON DISCARDABLE "..\\ico\\statmon\\5.ico"
  529. //---[ Home Net Auto Config Tray ]---------------------------------------------
  530. STRINGTABLE DISCARDABLE
  531. BEGIN
  532. IDS_AUTOCONFIGTRAY_RUN_HOME_NET_WIZARD_BALLOON_TITLE "New network device installed"
  533. IDS_AUTOCONFIGTRAY_RUN_HOME_NET_WIZARD_BALLOON "Windows has detected the installation of a new networking device. If you want to set up a network, click here to run the Network Setup Wizard."
  534. END
  535. //
  536. // Generic shell strings
  537. //
  538. STRINGTABLE DISCARDABLE
  539. BEGIN
  540. IDS_ERR_NO_NETMAN "The Network Connections Folder was unable to retrieve the list of Network adapters on your machine.\r\nPlease make sure that the Network Connections service is enabled and running."
  541. IDS_ERR_LIMITED_USER "You are currently logged in as a limited user. Please log in as administrator in order to run the New Connection Wizard."
  542. IDS_REBOOT_REQUIRED "You must shut down and restart your computer before the new settings will take effect.\n\nDo you want to restart your computer now?"
  543. IDS_WHATS_THIS "&What's This?"
  544. IDS_COMMA ","
  545. END
  546. /////////////////////////////////////////////////////////////////////////////
  547. //
  548. // Icon
  549. //
  550. IDI_UP_ARROW ICON DISCARDABLE "..\\ico\\up.ico"
  551. IDI_DOWN_ARROW ICON DISCARDABLE "..\\ico\\down.ico"
  552. /////////////////////////////////////////////////////////////////////////////
  553. //
  554. // Bitmap
  555. //
  556. IDB_IMAGELIST BITMAP DISCARDABLE "..\\res\\images.bmp"
  557. IDB_CHECKSTATE BITMAP DISCARDABLE "..\\res\\checks.bmp"
  558. IDB_WZCSTATE BITMAP DISCARDABLE "..\\res\\wzcui.bmp"
  559. //+---------------------------------------------------------------------------
  560. // Dialog resources and such
  561. //
  562. #include "..\\folder\\confold.rc" // 10000 - 14999
  563. #include "..\\folder\\contray.rc" // 15000 - 15999
  564. #include "..\\lanui\\lanui.rc" // 16000 - 20999
  565. #include "..\\netsetup\\netsetup.rc" // 21000 - 21999
  566. #include "..\\commconn\commconn.rc" // 22000 - 22999
  567. #include "..\\statmon\\statmon.rc" // 23000 - 24999
  568. #include "..\\advcfg\\advcfg.rc" // 25000 - 25999
  569. #if DBG
  570. #include "..\\..\\common\\nctraceui\\traceui.rc" // 60000
  571. #endif