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.

1175 lines
49 KiB

  1. /****************************************************************************************************
  2. * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
  3. * DANGER WILL ROBINSON *
  4. * *
  5. * *
  6. * LOCALISABLE RESOURCES ONLY - LOCALISABLE RESOURCES ONLY - LOCALISABLE RESOURCES ONLY *
  7. * *
  8. * This file must ONLY contain resources that need LOCALISATION. Any non-localised resources should *
  9. * go into Browseui.rc. Abuse of this will be on pain of death. *
  10. * *
  11. * 02/27/98 - CDturner *
  12. * *
  13. ****************************************************************************************************/
  14. #include <windows.h>
  15. #include <shlobj.h> // for FCIDM_SHVIEWFIRST
  16. #include <mshtmcid.h>
  17. #include <shdocvw.h>
  18. #include <shellp.h>
  19. #include "resource.h"
  20. #include "itbar.h"
  21. #include <platform.h>
  22. #include "browseui.rcv"
  23. #include "legacy\mnbandlc.rc"
  24. STRINGTABLE DISCARDABLE
  25. BEGIN
  26. IDS_DESKTOP "Desktop"
  27. IDS_WINDOWSNT "Windows"
  28. #ifndef UNIX
  29. IDS_ABOUTWINDOWS "&About Windows"
  30. /*
  31. ** For downlevel browser compatibility, do not change this string in the future.
  32. */
  33. IDS_ABOUTWINDOWS9X "&About Windows"
  34. IDS_ABOUTWINDOWSNT "&About Windows NT"
  35. #else
  36. IDS_ABOUTWINDOWS "&About Internet Explorer"
  37. IDS_ABOUTWINDOWS9X "&About Internet Explorer"
  38. IDS_ABOUTWINDOWSNT "&About Internet Explorer"
  39. #endif
  40. IDS_TITLE "Microsoft Internet Explorer"
  41. IDS_WORKINGOFFLINETIP "You are currently working offline. To connect, click Work Offline on the File menu."
  42. IDS_WORKINGOFFLINE "[Working Offline]"
  43. IDS_CHANNEL "Channels"
  44. IDS_CHANBAR_SHORTCUT_MSG "Do you want the Channel bar to be displayed next time you restart your computer?"
  45. IDS_CHANBAR_SHORTCUT_TITLE "Channel Bar"
  46. IDS_CHANNELS_FILEEXISTS "The name you have entered for the channel already exists on your Channel bar. Would you like to overwrite it?"
  47. IDS_SMALLICONS "Small icons"
  48. IDS_LARGEICONS "Large icons"
  49. IDS_TEXTLABELS "Show text labels"
  50. IDS_PARTIALTEXT "Selective text on right"
  51. IDS_NOTEXTLABELS "No text labels"
  52. IDS_FAVORITEBROWSE "Click the folder to which you want to move the selected files."
  53. IDS_FAVS_TITLE "Organize Favorites"
  54. IDS_FAVS_FOLDER "&Folder:"
  55. IDS_FAVS_BROWSETEXT "Internet Explorer will create a shortcut to this page on your Favorites menu and use your Local Intranet Zone security settings."
  56. IDS_FAVS_NEWFOLDERBUTTON "Ne&w Folder..."
  57. IDS_FAVS_NAME "&Name:"
  58. IDS_FAVS_ADVANCED "&Create in >>"
  59. IDS_FAVS_SUBSCRIBE "&Subscribe"
  60. IDS_FAVS_SUBSCRIBE_TEXT "You can also subscribe to this site to monitor it for changes or download its content."
  61. IDS_FAVS_MORE "&More Favorites..."
  62. IDS_FAVS_FILEEXISTS "The name you have entered for the shortcut already exists on your Favorites menu. Would you like to overwrite it?"
  63. IDS_FAVS_FNTOOLONG "The name you have entered for the favorite item is too long."
  64. IDS_FAVS_SAVE "Create &in:"
  65. IDS_NEED_CHANNEL_PASSWORD "This channel is password-protected. \
  66. You will not be able to update a subscription to this channel without a \
  67. username and password. If you know your username and password, click \
  68. Customize, and use the wizard to enter them. If you don't want to \
  69. subscribe to this channel, click No Subscription."
  70. // IDS_FAV_UNABLETOCREATE is FormatMessage'd by SHDOCVW, so we must be
  71. // explicit about the charset since we don't know what charset SHDOCVW is.
  72. #ifdef UNICODE
  73. // Need to limit wide char strings to 1023 characters to avoid Win98 fault.
  74. IDS_FAV_UNABLETOCREATE "Unable to create '%1!.1023ls!':\n\n%2!.1023ls!"
  75. #else
  76. IDS_FAV_UNABLETOCREATE "Unable to create '%1!hs!':\n\n%2!hs!"
  77. #endif
  78. IDS_SUBS_UNKNOWN "Unknown"
  79. IDS_EDITPAGE "E&dit"
  80. IDS_EDITVERB "&Edit"
  81. IDS_NEW_WINDOW "&New Window \tCtrl+N"
  82. END
  83. // deskbar strings
  84. STRINGTABLE DISCARDABLE
  85. BEGIN
  86. IDS_CONFIRMCLOSETITLE "Confirm Toolbar Close"
  87. #ifdef UNICODE
  88. // Need to limit wchar strings to 1023 characters to avoid Win98 fault.
  89. IDS_CONFIRMCLOSEBAND "You have chosen to close the ""%1!.1023ls!"" toolbar."
  90. #else
  91. IDS_CONFIRMCLOSEBAND "You have chosen to close the ""%1"" toolbar."
  92. #endif
  93. IDS_CONFIRMCLOSEBAR "You have chosen to close a toolbar window."
  94. #ifdef UNICODE
  95. // Need to limit wchar strings to 1023 characters to avoid Win98 fault.
  96. IDS_CONFIRMCLOSETEXT "%1!.1023ls!\n\nTo add a toolbar to your desktop, right-click an existing toolbar, point to Toolbars, and then click an item."
  97. #else
  98. IDS_CONFIRMCLOSETEXT "%1\n\nTo add a toolbar to your desktop, right-click an existing toolbar, click Toolbars, and then click an item."
  99. #endif
  100. // DOC: .hlp should give reasons create might fail, including
  101. // special-case of 'recycle bin'
  102. #ifdef UNICODE
  103. // Need to limit wchar strings to 1023 characters to avoid Win98 fault.
  104. IDS_CANTISFBAND "Cannot create toolbar."
  105. #else
  106. IDS_CANTISFBAND "Cannot create toolbar."
  107. #endif
  108. // This string is used only by non-NT5 systems
  109. IDS_EXPLORING "Exploring"
  110. #ifdef UNICODE
  111. // Need to limit wchar strings to 1023 characters to avoid Win98 fault.
  112. IDS_NOTADIR "The path '%1!.1023ls!' does not exist or is not a directory."
  113. #else
  114. IDS_NOTADIR "The path '%1' does not exist or is not a directory."
  115. #endif
  116. IDS_CABINET "Windows Explorer"
  117. IDS_DISCONNECTERROR "Disconnect Net Drive"
  118. #ifdef UNICODE
  119. // Need to limit wchar strings to 1023 characters to avoid Win98 fault.
  120. IDS_NETERROR "The network provider %2!.1023ls! reported the following error: %3!.1023ls!(%1!d!)."
  121. #else
  122. IDS_NETERROR "The network provider %2 reported the following error: %3(%1!d!)."
  123. #endif
  124. #ifndef UNIX
  125. // Wording c/o KamV
  126. IDS_EXCEPTIONMSGSH "An error has occurred in Internet Explorer.\nInternet Explorer will now close.\n\nIf you continue to experience problems,\nplease restart your computer."
  127. #else
  128. IDS_EXCEPTIONMSGSH "Internal Error: One of the windows you were using will be closed."
  129. #endif
  130. IDS_EXCEPTIONMSG "There was an internal error."
  131. IDS_EXCEPTIONNOMEMORY "You do not have enough memory to complete this operation. Quit one or more programs, and then try again."
  132. IDS_TREETITLE "Folders"
  133. IDS_ERROR_GOTOA "Cannot find '%1!hs!'. Make sure the path or Internet address is correct."
  134. // Need to limit wchar strings to 1023 characters to avoid Win98 fault.
  135. IDS_ERROR_GOTOW "Cannot find '%1!.1023ls!'. Make sure the path or Internet address is correct."
  136. IDS_INTERNETOPTIONS "Internet &Options..."
  137. IDS_FOLDEROPTIONS "Folder Options..."
  138. IDS_CLOSEANYWAY "This window is busy.\nClosing this window may cause some problems.\n\nDo you want to close it anyway?"
  139. IDS_MIXEDZONE " (Mixed)"
  140. IDS_UNKNOWNZONE "Unknown Zone"
  141. IDS_CANCELFILEDOWNLOAD "You currently have a file download in progress. Working offline will cancel the download.\nDo you want to cancel the file download?"
  142. IDS_FILEDOWNLOADCAPTION "File Download"
  143. END
  144. // itbar strings
  145. STRINGTABLE DISCARDABLE
  146. BEGIN
  147. // For drag and drop to the toolbar
  148. IDS_SETHOME_TITLE "Home Page"
  149. IDS_SETHOME_TEXT "Would you like to set your home page to ""%s""?"
  150. IDS_SETSEARCH_TITLE "Search Page"
  151. IDS_SETSEARCH_TEXT "Would you like to set your search page to ""%s""?"
  152. IDS_ALREADYAUTOHIDEBAR "A toolbar is already hidden on this side of your screen.\nYou can have only one auto-hide toolbar per side."
  153. IDS_WEBBARTITLE "Toolbar" // singular
  154. IDS_WEBBARSTITLE "Toolbars" // plural
  155. END
  156. // address bar string
  157. STRINGTABLE DISCARDABLE
  158. BEGIN
  159. IDS_ADDRBAND_ACCELLERATOR "D"
  160. // Need to limit wchar strings to 1023 characters to avoid Win98 fault.
  161. IDS_ADDRBAND_DEVICE_NOTAVAILABLE "'%1!.1023ls!' is currently unavailable."
  162. END
  163. // Media Bar stuff
  164. // Media Bar strings
  165. STRINGTABLE DISCARDABLE
  166. BEGIN
  167. IDS_PLAYALL "Play Folder"
  168. IDS_MEDIABANDTEXT "Media" // w/o mnemonic
  169. IDS_MEDIABANDSEARCH "Searching for media..."
  170. IDS_MEDIABAND_MYMUSIC "Media Options"
  171. IDS_MEDIABAND_CHANGEMYMUSIC "Please select where you keep your music."
  172. IDS_MEDIABAND_DURATION "00:00"
  173. IDS_MEDIABAND_SRC_LABELS "|My Music|Internet Media|Media Favorites||"
  174. IDS_MEDIABAND_DOCK "Redock player"
  175. IDS_MEDIABAND_UNDOCK "Undock player"
  176. IDS_MEDIABAND_STOP "|Stop||"
  177. IDS_MEDIABAND_BACK "|Previous Track||"
  178. IDS_MEDIABAND_NEXT "|Next Track||"
  179. IDS_MEDIABAND_PLAY "Play"
  180. IDS_MEDIABAND_PAUSE "Pause"
  181. IDS_MEDIABAND_MUTE "Mute"
  182. IDS_MEDIABAND_UNMUTE "Restore volume"
  183. IDS_MEDIABAND_NOWDOWNLOADING "Connecting..."
  184. IDS_MEDIABAND_NAVTIMEOUT "Problems connecting to media (timed out)"
  185. IDS_MEDIABAND_TRACKNUMBER "Track %d"
  186. IDS_MEDIABAND_INVALIDFILE "An error occurred trying to play this item"
  187. IDS_MEDIABAND_NOWMP7TITLE "Windows Media Player not installed"
  188. IDS_MEDIABAND_NOWMP7 "Windows Media Player 7 or greater is needed to play this file in Internet Explorer's Media explorer bar."
  189. IDS_MEDIABAND_PLAYING "Playing..."
  190. END
  191. // Media Bar resetmime type dialog
  192. IDD_MEDIA_RESETMIMEPROMPT DIALOG DISCARDABLE 0,0,257,80
  193. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION | DS_CENTER
  194. CAPTION "Media Bar Settings"
  195. FONT 8, "MS Shell Dlg"
  196. BEGIN
  197. ICON IDI_QUESTION,IDI_QUESTION,7,7,18,20
  198. LTEXT "Do you want to reset your preferred media file types?",
  199. IDC_STATIC,41,7,209,27
  200. DEFPUSHBUTTON "&Yes",IDOK,78,58,50,14
  201. PUSHBUTTON "&No",IDCANCEL,139,58,50,14
  202. PUSHBUTTON "More &Info",IDC_MEDIA_MOREINFO,200,58,50,14
  203. END
  204. IDD_MEDIA_TAKEOVERMIMEPROMPT DIALOG DISCARDABLE 0,0,257,80
  205. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION | DS_CENTER
  206. CAPTION "Media Bar Settings"
  207. FONT 8, "MS Shell Dlg"
  208. BEGIN
  209. ICON IDI_QUESTION,IDI_QUESTION,7,7,18,20
  210. LTEXT "Do you want to make Internet Explorer the default Media Player for all supported formats?",
  211. IDC_STATIC,41,7,209,27
  212. DEFPUSHBUTTON "&Yes",IDOK,78,58,50,14
  213. PUSHBUTTON "&No",IDCANCEL,139,58,50,14
  214. PUSHBUTTON "More &Info",IDC_MEDIA_MOREINFO,200,58,50,14
  215. END
  216. MENU_MEDIA_GENERIC MENUEX PRELOAD DISCARDABLE
  217. BEGIN
  218. POPUP "Media Options", IDM_MEDIA_GENERIC
  219. BEGIN
  220. MENUITEM "Play in Default Player", IDM_MEDIA_PLAYINDEFAULT
  221. MENUITEM "Add to Favorites...", IDM_MEDIA_ADDTOFAVORITES
  222. MENUITEM "", -1, MFT_SEPARATOR
  223. MENUITEM "More Media", IDM_MEDIA_BROADBAND_GUIDE
  224. MENUITEM "Radio Guide", IDM_MEDIA_RADIO_GOTO
  225. POPUP "Settings", IDM_MEDIA_SETTINGS
  226. BEGIN
  227. MENUITEM "Play web media in the bar", IDM_MEDIA_PLAYINBAR
  228. MENUITEM "Ask for preferred types", IDM_MEDIA_ASKTYPES
  229. MENUITEM "Reset preferred types...", IDM_MEDIA_RESETTYPES
  230. END
  231. END
  232. END
  233. // itbar string
  234. STRINGTABLE DISCARDABLE
  235. BEGIN
  236. IDS_IE_TB_LABELS "|Back|Forward|Stop|Refresh|Home|Search|Favorites|\
  237. Print|Size|Edit|Tools|Media|History|Mail|Full Screen|Discuss||"
  238. IDS_SHELL_TB_LABELS "|Back|Forward|Favorites|Add to Favorites|\
  239. Tree View|Cut|Copy|Paste|Undo|Redo|Delete|New|Open|Save|Find|\
  240. Properties|Help|Zoom|Zoom|Print|Large Icons|Small Icons|List|\
  241. Details|Label1|Label2|Label3|Label4|Up|Map Drive|Disconnect|\
  242. New Folder|Views|Update All|Update Selection|Create|Dial|\
  243. Large Icons|List|Similarity|Details|Sync|Sync All|Folders|\
  244. Move To|Copy To|Folder Options||"
  245. IDS_WEB_TB_TEXTROWS "1"
  246. IDS_SHELL_TB_TEXTROWS "2"
  247. IDS_TB_WIDTH_EXTRA_HIRES "4"
  248. IDS_TB_WIDTH_EXTRA_LORES "4"
  249. IDS_ADDRESS_TB_LABELS "|Go||"
  250. IDS_GO_TOOLTIP "Go to ""%s"""
  251. IDS_ELLIPSES "..."
  252. IDS_SEARCHFOR "Search for ""%s"""
  253. // Note that this must use a search keyword in shdocvw's IDS_URL_SEARCH_KEY
  254. IDS_SEARCHFORCMD "Search %s"
  255. END
  256. STRINGTABLE DISCARDABLE
  257. BEGIN
  258. IDS_WARNING "Warning"
  259. IDS_SM_SEARCHASSIST "Search Assistant"
  260. IDS_SM_SEARCHASSIST_HELP "Opens the Search Assistant"
  261. IDS_SM_SEARCHCFG "Customize search"
  262. IDS_SM_SEARCHCFG_HELP "Customize your search settings"
  263. // strings for explorer bar buttons
  264. IDS_SEARCH_BAR_LABELS "|&New|Ne&xt|Customi&ze||\0"
  265. IDS_CACHE_BAR_LABELS "|Options||\0"
  266. IDS_BANDSITE_CLOSE_LABELS "|Auto-hide|Close||\0"
  267. END
  268. STRINGTABLE DISCARDABLE
  269. BEGIN
  270. IDS_ALLUSER_WARNING "Modifying this folder will affect all users who log on to this computer. Do you want to continue?"
  271. IDS_ALLUSER_WARNING_TITLE "Warning"
  272. END
  273. // MUI strings
  274. STRINGTABLE DISCARDABLE
  275. BEGIN
  276. IDS_INETFIND_TEXT "On the &Internet..."
  277. IDS_INETFIND_HELP "Search the web"
  278. END
  279. // tooltips for itbar
  280. STRINGTABLE DISCARDABLE
  281. BEGIN
  282. IDS_EDITWITH "E&dit with %s"
  283. IDS_TT_PREVIOUSFOLDER "Up"
  284. IDS_TT_NAVIGATEBACK "Back"
  285. IDS_TT_NAVIGATEFORWARD "Forward"
  286. IDS_TT_FAVORITES "Favorites"
  287. IDS_TT_DRIVES "Go to a different folder"
  288. IDS_TT_VIEWTREE "Show/Hide folders"
  289. #ifdef UNIX
  290. IDS_SHURL_ERR_NOASSOC "This file does not have a program associated with it."
  291. #endif
  292. // Shell Name Space Parsing Errors
  293. IDS_SHURL_ERR_TITLE "Address Bar"
  294. #ifdef UNICODE
  295. // Need to limit wchar strings to 1023 characters to avoid Win98 fault.
  296. IDS_SHURL_ERR_PARSE_FAILED "Windows cannot find '%1!.1023ls!'. Check the spelling and try again, or try searching for the item by clicking the Start button and then clicking Search."
  297. IDS_SHURL_ERR_PARSE_NOTALLOWED "Access to the resource '%1!.1023ls!' has been disallowed."
  298. #else
  299. IDS_SHURL_ERR_PARSE_FAILED "Windows cannot find '%1!hs!'. Check the spelling and try again, or try searching for the item by clicking the Start button and then clicking Search."
  300. IDS_SHURL_ERR_PARSE_NOTALLOWED "Access to the resource '%1!hs!' has been disallowed."
  301. #endif
  302. END
  303. // qlinks strings
  304. STRINGTABLE DISCARDABLE
  305. BEGIN
  306. IDS_QLAUNCHAPPDATAPATH "Microsoft\\Internet Explorer\\Quick Launch"
  307. END
  308. STRINGTABLE DISCARDABLE
  309. BEGIN
  310. IDS_NEWFSBANDTITLE "Choose a folder, or type an Internet address"
  311. IDS_NEWFSBANDCAPTION "New Toolbar"
  312. END
  313. STRINGTABLE DISCARDABLE
  314. BEGIN
  315. IDS_COMPLETIONS "Completions"
  316. END
  317. // Shell Menus
  318. STRINGTABLE DISCARDABLE
  319. BEGIN
  320. IDS_ACC_OPEN "Open"
  321. IDS_ACC_CLOSE "Close"
  322. IDS_ACC_EXEC "Execute"
  323. IDS_ACC_APP "Application"
  324. IDS_ACC_APPMB "Application Menu Bar"
  325. IDS_ACC_SEP "Separator"
  326. IDS_ACC_CHEVRON "Show Hidden Items"
  327. IDS_ACC_ALT "Alt + "
  328. IDS_CHEVRONTIP "Click here to view favorites that you have not used recently. To turn this off, use the Internet Options."
  329. IDS_CHEVRONTIPTITLE "Where have my Favorites gone?"
  330. END
  331. STRINGTABLE DISCARDABLE
  332. BEGIN
  333. IDS_BAND_ADDRESS "Address" // w/o mnemonic
  334. IDS_BAND_ADDRESS2 "A&ddress"
  335. IDS_BAND_SEARCH "Search"
  336. IDS_URL_LOGO "http://www.microsoft.com/isapi/redir.dll?prd={SUB_PRD}&clcid={SUB_CLSID}&pver={SUB_PVER}&ar=logo"
  337. IDS_CLOSE "Close"
  338. IDS_MINIMIZE "Minimize"
  339. IDS_RESTORE "Restore"
  340. IDS_QUICKCOMPLETE "http://www.%s.com"
  341. IDS_IE_INFOTIP "Launch Internet Explorer Browser"
  342. IDS_IE_DISPLAYNAME "Launch Internet Explorer Browser"
  343. END
  344. STRINGTABLE DISCARDABLE
  345. BEGIN
  346. IDS_MH_DRIVELIST "History list"
  347. IDS_MH_MENU_FILE "Contains commands for working with the selected items."
  348. IDS_MH_EDIT "Contains edit commands."
  349. IDS_MH_VIEW "Contains commands for manipulating the view."
  350. IDS_MH_TOOLS "Contains tools commands." // for Win9x compat
  351. IDS_MH_MENU_EXPLORE "Contains commands for browsing to various pages."
  352. IDS_MH_MENU_HELP "Contains commands for displaying Help."
  353. IDS_MH_VIEWOFFLINE "Allows you to view offline Web pages while not connected."
  354. IDS_MH_FILECLOSE "Closes the window."
  355. IDS_MH_LINK "Creates shortcuts to the selected items."
  356. IDS_MH_DELETE "Deletes the selected items."
  357. IDS_MH_RENAME "Renames the selected item."
  358. IDS_MH_PROPERTIES "Displays the properties of the selected items."
  359. IDS_MH_HELPABOUT "Displays program information, version number, and copyright."
  360. IDS_MH_HELPTIPOFTHEDAY "Displays the Tip of the Day."
  361. IDS_MH_HELPISLEGAL "Displays instructions and information to determine if Microsoft software is genuine."
  362. IDS_MH_NAVIGATEBACK "Goes to the previous page."
  363. IDS_MH_NAVIGATEFORWARD "Goes to the next page."
  364. IDS_MH_PREVIOUSFOLDER "Goes up one level."
  365. IDS_MH_VIEWTOOLBAR "Shows or hides toolbars."
  366. IDS_MH_VIEWTOOLS "Displays the Standard Buttons toolbar."
  367. IDS_MH_VIEWADDRESS "Displays the Address bar."
  368. IDS_MH_VIEWLINKS "Displays the Quick Links bar."
  369. IDS_MH_VIEWMENU "Displays the menu."
  370. IDS_MH_VIEWAUTOHIDE "Auto-hide the toolbar."
  371. IDS_MH_VIEWLOCKTOOLBAR "Locks the sizes and positions of the toolbars."
  372. IDS_MH_VIEWTEXTLABELS "Adds a text label under each toolbar button."
  373. IDS_MH_VIEWSTATUSBAR "Shows or hides the status bar."
  374. IDS_MH_VIEWBROWSERBARS "Shows or hides an Explorer bar."
  375. IDS_MH_VIEWPRIVACY "Shows the privacy policies for this Web site."
  376. IDS_MH_VBBSEARCHBAND "Shows the Search bar." // explorer bar
  377. IDS_MH_VBBFAVORITESBAND "Shows the Favorites bar." // explorer bar
  378. IDS_MH_VBBHISTORYBAND "Shows the History bar." // explorer bar
  379. IDS_MH_VBBEXPLORERBAND "Shows the Folders bar." // explorer bar
  380. IDS_MH_VBBMEDIABAND "Shows the Media Bar." // explorer bar
  381. IDS_MH_BROWSEROPTIONS "Enables you to change settings."
  382. // IDS_MH_RECENTFIRST "Revisits this location."
  383. IDS_MH_MENU_FAVORITES "Displays the contents of your Favorites folder."
  384. IDS_MH_ADDTOFAVORITES "Adds the current page to your Favorites list."
  385. IDS_MH_FAVS_MORE "Displays more items in your Favorites folder."
  386. IDS_MH_STARTPAGE "Goes to your home page."
  387. IDS_MH_UPDATEPAGE "Opens the product news page."
  388. IDS_MH_CHANNELGUIDE "Opens the Channel Guide Web page."
  389. IDS_MH_UPDATESUBSCRIPTIONS "Updates all offline content."
  390. IDS_MH_FAVORITES "Opens the Favorites folder."
  391. IDS_MH_FAVORITE_ITEM "Opens this item in your Favorites folder."
  392. IDS_MH_MAILANDNEWS "Contains commands for using your Internet mail and newsreader programs."
  393. IDS_MH_MAIL "Opens your Internet e-mail program."
  394. IDS_MH_NEWS "Opens your Internet newsreader program."
  395. IDS_MH_NEWMESSAGE "Creates a new mail message."
  396. IDS_MH_SENDLINK "Sends a link to this page in an e-mail message."
  397. IDS_MH_SENDDOCUMENT "Sends this page in the body of an e-mail message."
  398. (MH_ITEMS+FCIDM_COPY) "Copies the current selection onto the Clipboard."
  399. (MH_ITEMS+FCIDM_MOVE) "Removes the current selection and copies it onto the Clipboard."
  400. (MH_ITEMS+FCIDM_PASTE) "Inserts the items you have copied or cut into the selected location."
  401. (MH_ITEMS+FCIDM_SELECTALL) "Selects all items on this page."
  402. (MH_ITEMS+FCIDM_REFRESH) "Refreshes the contents of the current page."
  403. (MH_ITEMS+FCIDM_STOP) "Stops the current page from loading."
  404. IDS_MH_CONTACTS "Opens your Contacts Manager."
  405. IDS_MH_CALENDAR "Opens your Calendar."
  406. IDS_MH_TASKS "Opens your Task list."
  407. IDS_MH_JOURNAL "Opens your Journal."
  408. IDS_MH_NOTES "Opens Notes."
  409. IDS_MH_MYCOMPUTER "Opens My Computer."
  410. IDS_MH_CALL "Opens your Internet call and meeting program."
  411. IDS_MH_CONNECT "Connects to a network drive."
  412. IDS_MH_DISCONNECT "Disconnects from a network drive."
  413. (MH_ITEMS+IDM_LAUNCHDEBUGGER) "Opens script debugger."
  414. (MH_ITEMS+IDM_BREAKATNEXT) "Jumps to script debugger before next script statement is executed."
  415. IDS_MH_EDITPAGE "Edits this page."
  416. IDS_MH_THEATER "Maximizes window to full screen."
  417. IDS_MH_VIEWTOOLBARCUSTOMIZE "Customizes the toolbar."
  418. IDS_MH_ENCODING "Specifies the character set to use for displaying this Web page."
  419. IDS_MH_VIEWFONTS "Specifies the relative size of text displayed in pages."
  420. IDS_MH_RESETWEBSETTINGS "Resets your Web settings to their Internet Explorer defaults."
  421. END
  422. // plugUI strings for menu bands
  423. STRINGTABLE DISCARDABLE
  424. BEGIN
  425. IDS_ADDRESSBANDTEXT "&Address"
  426. IDS_MI_BACK_HISTORY "&History\tCtrl+H"
  427. END
  428. // Strings for Fortezza menu
  429. STRINGTABLE DISCARDABLE
  430. BEGIN
  431. IDS_FORTEZZA_MENU "&Fortezza"
  432. IDS_FORTEZZA_LOGIN "Log &In"
  433. IDS_FORTEZZA_LOGOUT "Log &Out"
  434. IDS_FORTEZZA_CHANGE "&Change Personality"
  435. END
  436. // Strings for the Progress Dialog
  437. STRINGTABLE DISCARDABLE
  438. BEGIN
  439. IDS_TIMEEST_DAYSHOURS "%1!d! Days and %2!d! hours Remaining"
  440. IDS_TIMEEST_DAYHOURS "%1!d! Day and %2!d! hours Remaining"
  441. IDS_TIMEEST_DAYSHOUR "%1!d! Days and %2!d! hour Remaining"
  442. IDS_TIMEEST_DAYHOUR "%1!d! Day and %2!d! hour Remaining"
  443. IDS_TIMEEST_HOURSMINS "%1!d! Hours and %2!d! Minutes Remaining"
  444. IDS_TIMEEST_HOURSMIN "%1!d! Hours and %2!d! Minute Remaining"
  445. IDS_TIMEEST_HOURMINS "%1!d! Hour and %2!d! Minutes Remaining"
  446. IDS_TIMEEST_HOURMIN "%1!d! Hour and %2!d! Minute Remaining"
  447. IDS_TIMEEST_MINUTES "%d Minutes Remaining"
  448. IDS_TIMEEST_SECONDS "%d Seconds Remaining"
  449. IDS_CANTSHUTDOWN "Windows is currently in the middle of a long operation.\n\nEither wait for the operation to finish, or cancel it before you quit Windows."
  450. IDS_DEFAULT_CANCELPROG "Canceling..."
  451. IDS_TITLEBAR_PROGRESS "%d%% Completed"
  452. END
  453. // Strings for Explorer Band CATIDs, see also shdocvw resources!
  454. STRINGTABLE DISCARDABLE
  455. BEGIN
  456. IDS_CATDESKBAND "Desktop Bands"
  457. IDS_CATINFOBAND "Internet Explorer Browser Band"
  458. IDS_CATCOMMBAND "Internet Explorer Browser Communication Band"
  459. END
  460. // BrowserBand (IWebBrowser band)
  461. MENU_BROWBAND MENUEX DISCARDABLE
  462. BEGIN
  463. POPUP ""
  464. BEGIN
  465. MENUITEM "&Refresh", IDM_BROWBAND_REFRESH
  466. MENUITEM "&Open in Window", IDM_BROWBAND_OPENNEW
  467. END
  468. END
  469. MENU_DESKBARAPP MENUEX DISCARDABLE
  470. BEGIN
  471. POPUP ""
  472. BEGIN
  473. POPUP "&Toolbars", -1
  474. BEGIN
  475. //
  476. // If you change the first item in this menu, be sure
  477. // to update the code in CBandSiteMenu which assumes
  478. // that DBIDM_DESKTOPBAND comes first.
  479. //
  480. MENUITEM "&Desktop", DBIDM_DESKTOPBAND
  481. MENUITEM "&Quick Launch", DBIDM_LAUNCHBAND
  482. MENUITEM "", -1, MFT_SEPARATOR
  483. MENUITEM "&New Toolbar...", DBIDM_NEWFOLDERBAND
  484. END
  485. END
  486. END
  487. // BandSite
  488. // this goes at bottom...
  489. MENU_BANDSITE2 MENUEX DISCARDABLE
  490. BEGIN
  491. POPUP ""
  492. BEGIN
  493. MENUITEM "&Close Toolbar", BSIDM_CLOSEBAND
  494. MENUITEM "Disable Add, Close, Drag and Drop (IEAK)", BSIDM_IEAK_DISABLE_DDCLOSE
  495. MENUITEM "Disable Resizing (IEAK)", BSIDM_IEAK_DISABLE_MOVE
  496. END
  497. END
  498. // this goes at top...
  499. MENU_BANDSITE1 MENUEX DISCARDABLE
  500. BEGIN
  501. POPUP ""
  502. BEGIN
  503. MENUITEM "Sho&w Title", BSIDM_SHOWTITLEBAND
  504. END
  505. END
  506. MENU_WEBBAR MENUEX DISCARDABLE
  507. BEGIN
  508. POPUP ""
  509. BEGIN
  510. MENUITEM "&Always on Top" , IDM_AB_TOPMOST
  511. MENUITEM "A&uto-Hide", IDM_AB_AUTOHIDE
  512. #ifdef DEBUG
  513. MENUITEM "", -1, MFT_SEPARATOR
  514. MENUITEM "(debug) &Close All" , IDM_AB_CLOSE
  515. #endif
  516. END
  517. END
  518. MENU_MAILNEWS MENUEX PRELOAD DISCARDABLE
  519. BEGIN
  520. POPUP "", MENU_MAILNEWS
  521. BEGIN
  522. MENUITEM "Read &Mail", FCIDM_MAIL
  523. MENUITEM "Ne&w Message...", FCIDM_NEWMESSAGE
  524. MENUITEM "Send a &Link...", FCIDM_SENDLINK
  525. MENUITEM "Send &Page...", FCIDM_SENDDOCUMENT
  526. MENUITEM "", FCIDM_MAILNEWSSEPARATOR, MFT_SEPARATOR
  527. MENUITEM "Read &News", FCIDM_NEWS
  528. END
  529. END
  530. MENU_ITOOLBAR MENUEX PRELOAD DISCARDABLE
  531. BEGIN
  532. POPUP "", MENU_ITOOLBAR
  533. BEGIN
  534. MENUITEM "&Menu Bar", FCIDM_VIEWMENU
  535. MENUITEM "&Standard Buttons", FCIDM_VIEWTOOLS
  536. MENUITEM "&Address Bar", FCIDM_VIEWADDRESS
  537. MENUITEM "&Links", FCIDM_VIEWLINKS
  538. MENUITEM "", FCIDM_VIEWCONTEXTMENUSEP, MFT_SEPARATOR
  539. MENUITEM "Lock the Tool&bars", FCIDM_VIEWLOCKTOOLBAR
  540. MENUITEM "Auto-&Hide", FCIDM_VIEWAUTOHIDE
  541. MENUITEM "&Customize...", FCIDM_VIEWTOOLBARCUSTOMIZE
  542. MENUITEM "&Text Labels", FCIDM_VIEWTEXTLABELS
  543. MENUITEM "&Go Button", FCIDM_VIEWGOBUTTON
  544. END
  545. END
  546. MENU_TBMENU MENUEX PRELOAD DISCARDABLE
  547. BEGIN
  548. POPUP "", MENU_TBMENU
  549. BEGIN
  550. MENUITEM "", FCIDM_VIEWCONTEXTMENUSEP, MFT_SEPARATOR
  551. MENUITEM "&Customize...", FCIDM_VIEWTOOLBARCUSTOMIZE
  552. END
  553. END
  554. MENU_SM_CONTEXTMENU MENUEX PRELOAD DISCARDABLE
  555. BEGIN
  556. POPUP "", MENU_SM_CONTEXTMENU
  557. BEGIN
  558. MENUITEM "&Open", SMIDM_OPEN
  559. MENUITEM "O&pen All Users", SMIDM_OPENCOMMON
  560. MENUITEM "&Explore", SMIDM_EXPLORE
  561. MENUITEM "E&xplore All Users", SMIDM_EXPLORECOMMON
  562. MENUITEM "", -1, MFT_SEPARATOR
  563. MENUITEM "&Delete", SMIDM_DELETE
  564. MENUITEM "Rena&me", SMIDM_RENAME
  565. MENUITEM "", -1, MFT_SEPARATOR
  566. MENUITEM "P&roperties", SMIDM_PROPERTIES
  567. END
  568. END
  569. MENU_AC_CONTEXTMENU MENUEX DISCARDABLE
  570. BEGIN
  571. POPUP "", MENU_AC_CONTEXTMENU
  572. BEGIN
  573. MENUITEM "&Undo", IDM_AC_UNDO
  574. MENUITEM "", -1, MFT_SEPARATOR
  575. MENUITEM "Cu&t", IDM_AC_CUT
  576. MENUITEM "&Copy", IDM_AC_COPY
  577. MENUITEM "&Paste", IDM_AC_PASTE
  578. MENUITEM "&Delete", IDM_AC_DELETE
  579. MENUITEM "", -1, MFT_SEPARATOR
  580. MENUITEM "Select &All", IDM_AC_SELECTALL
  581. END
  582. END
  583. #define POPUP_EXPLORERBAR \
  584. POPUP "&Explorer Bar", FCIDM_VIEWBROWSERBARS \
  585. BEGIN \
  586. MENUITEM "&Search\tCtrl+E", FCIDM_VBBSEARCHBAND \
  587. MENUITEM "&Favorites\tCtrl+I", FCIDM_VBBFAVORITESBAND \
  588. MENUITEM "&Media", FCIDM_VBBMEDIABAND \
  589. MENUITEM "&History\tCtrl+H", FCIDM_VBBHISTORYBAND \
  590. MENUITEM "F&olders", FCIDM_VBBEXPLORERBAND \
  591. /* AddInfoMenu menus go here: pos-2, idm+FCIDM_VBBDYNFIRST */ \
  592. MENUITEM "", FCIDM_VBBPLACEHOLDER \
  593. END \
  594. // (end #define POPUP_EXPLORERBAR)
  595. #define POPUP_GO_IE4 \
  596. POPUP "&Go", FCIDM_MENU_EXPLORE \
  597. BEGIN \
  598. MENUITEM "&Back\tAlt+Left Arrow", FCIDM_NAVIGATEBACK \
  599. MENUITEM "&Forward\tAlt+Right Arrow", FCIDM_NAVIGATEFORWARD \
  600. MENUITEM "&Up One Level", FCIDM_PREVIOUSFOLDER \
  601. MENUITEM "", FCIDM_LINKSSEPARATOR, MFT_SEPARATOR \
  602. MENUITEM "&Home Page\tAlt+Home", FCIDM_STARTPAGE \
  603. MENUITEM "Channel &Guide", FCIDM_CHANNELGUIDE \
  604. MENUITEM "&Search the Web", FCIDM_SEARCHPAGE \
  605. MENUITEM "", -1, MFT_SEPARATOR \
  606. MENUITEM "&Mail", FCIDM_MAIL \
  607. MENUITEM "&News", FCIDM_NEWS \
  608. MENUITEM "My &Computer", FCIDM_MYCOMPUTER \
  609. MENUITEM "&Address Book", FCIDM_CONTACTS \
  610. MENUITEM "Ca&lendar", FCIDM_CALENDAR \
  611. MENUITEM "&Tasks", FCIDM_TASKS \
  612. MENUITEM "&Journal", FCIDM_JOURNAL \
  613. MENUITEM "N&otes", FCIDM_NOTES \
  614. MENUITEM "&Internet Call", FCIDM_CALL \
  615. END \
  616. // (end #define POPUP_GO)
  617. #define POPUP_GO \
  618. POPUP "G&o To", FCIDM_MENU_EXPLORE \
  619. BEGIN \
  620. MENUITEM "&Back\tAlt+Left Arrow", FCIDM_NAVIGATEBACK \
  621. MENUITEM "&Forward\tAlt+Right Arrow", FCIDM_NAVIGATEFORWARD \
  622. MENUITEM "&Up One Level", FCIDM_PREVIOUSFOLDER \
  623. MENUITEM "", FCIDM_LINKSSEPARATOR, MFT_SEPARATOR \
  624. MENUITEM "&Home Page\tAlt+Home", FCIDM_STARTPAGE \
  625. END \
  626. // (end #define POPUP_GO)
  627. #define POPUP_FAVORITES \
  628. POPUP "F&avorites", FCIDM_MENU_FAVORITES \
  629. BEGIN \
  630. MENUITEM "&Add to Favorites...", FCIDM_ADDTOFAVORITES \
  631. MENUITEM "&Organize Favorites...", FCIDM_ORGANIZEFAVORITES \
  632. MENUITEM "", -1, MFT_SEPARATOR \
  633. MENUITEM "(Empty)", FCIDM_FAVPLACEHOLDER \
  634. END \
  635. // (end #define POPUP_FAVORITES)
  636. #ifndef UNIX
  637. // This menu for Win9x compat
  638. #define POPUP_9XTOOLS \
  639. POPUP "&Tools", FCIDM_MENU_TOOLS \
  640. BEGIN \
  641. POPUP "&Find", FCIDM_MENU_FIND \
  642. BEGIN \
  643. MENUITEM "", -1, MFT_SEPARATOR \
  644. END \
  645. MENUITEM "", FCIDM_TOOLSSEPARATOR, MFT_SEPARATOR \
  646. MENUITEM "Map &Network Drive...", FCIDM_CONNECT \
  647. MENUITEM "&Disconnect Network Drive...", FCIDM_DISCONNECT \
  648. MENUITEM "&Synchronize...", FCIDM_UPDATESUBSCRIPTIONS \
  649. MENUITEM "", -1, MFT_SEPARATOR \
  650. MENUITEM "Folder &Options...", FCIDM_BROWSEROPTIONS \
  651. MENUITEM "&Internet Options...", FCIDM_FTPOPTIONS \
  652. END \
  653. // (end #define POPUP_9XTOOLS)
  654. #endif
  655. MENU_FULL MENUEX PRELOAD DISCARDABLE
  656. BEGIN
  657. POPUP "&File", FCIDM_MENU_FILE
  658. BEGIN
  659. #ifndef UNIX
  660. MENUITEM "Create &Shortcut", FCIDM_LINK ,, MFS_GRAYED
  661. #endif
  662. MENUITEM "&Delete", FCIDM_DELETE
  663. MENUITEM "Rena&me", FCIDM_RENAME
  664. MENUITEM "P&roperties", FCIDM_PROPERTIES
  665. MENUITEM "", -1, MFT_SEPARATOR
  666. MENUITEM "&Work Offline", FCIDM_VIEWOFFLINE
  667. #ifdef TEST_AMBIENTS
  668. MENUITEM "&Local Offline (Debug)", FCIDM_VIEWLOCALOFFLINE
  669. MENUITEM "Local Si&lent (Debug)", FCIDM_VIEWLOCALSILENT
  670. #endif // TEST_AMBIENTS
  671. #ifndef UNIX
  672. MENUITEM "&Close", FCIDM_FILECLOSE
  673. #else
  674. MENUITEM "&Close\tAlt+F4", FCIDM_FILECLOSE
  675. #endif
  676. END
  677. POPUP "&Edit", FCIDM_MENU_EDIT
  678. BEGIN
  679. MENUITEM "Cu&t\tCtrl+X", FCIDM_MOVE ,, MFS_GRAYED
  680. MENUITEM "&Copy\tCtrl+C", FCIDM_COPY ,, MFS_GRAYED
  681. END
  682. POPUP "&View", FCIDM_MENU_VIEW
  683. BEGIN
  684. POPUP "&Toolbars", FCIDM_VIEWTOOLBAR
  685. BEGIN
  686. MENUITEM "", -1, MFT_SEPARATOR
  687. END
  688. MENUITEM "Status &Bar", FCIDM_VIEWSTATUSBAR
  689. POPUP_EXPLORERBAR
  690. MENUITEM "", FCIDM_MENU_VIEW_SEP_OPTIONS, MFT_SEPARATOR
  691. POPUP_GO
  692. MENUITEM "&Refresh", FCIDM_REFRESH
  693. MENUITEM "&Java Console", FCIDM_JAVACONSOLE
  694. MENUITEM "Folder &Options...", FCIDM_BROWSEROPTIONS
  695. MENUITEM "&Internet Options...", FCIDM_FTPOPTIONS
  696. END
  697. POPUP_GO_IE4
  698. POPUP_FAVORITES
  699. #ifndef UNIX
  700. POPUP_9XTOOLS
  701. #endif
  702. POPUP "&Help", FCIDM_MENU_HELP
  703. BEGIN
  704. #ifndef UNIX
  705. MENUITEM "Is this copy of Windows &legal?", FCIDM_HELPISLEGAL
  706. MENUITEM "&About Windows 95", FCIDM_HELPABOUT
  707. #else
  708. MENUITEM "&About Internet Explorer", FCIDM_HELPABOUT, MF_GRAYED
  709. #endif
  710. END
  711. END
  712. MENU_PREMERGED MENUEX PRELOAD DISCARDABLE
  713. BEGIN
  714. POPUP "&File", FCIDM_MENU_FILE
  715. BEGIN
  716. POPUP "&New", DVIDM_NEW
  717. BEGIN
  718. #ifndef UNIX
  719. MENUITEM "&Window \tCtrl+N", DVIDM_NEWWINDOW
  720. #else
  721. MENUITEM "&Window \tAlt+N", DVIDM_NEWWINDOW
  722. #endif
  723. MENUITEM "", -1, MFT_SEPARATOR
  724. MENUITEM "&Message", DVIDM_NEWMESSAGE
  725. MENUITEM "&Post", DVIDM_NEWPOST
  726. MENUITEM "&Contact", DVIDM_NEWCONTACT
  727. #ifndef UNIX
  728. MENUITEM "&Appointment", DVIDM_NEWAPPOINTMENT
  729. MENUITEM "Meeting &Request", DVIDM_NEWMEETING
  730. MENUITEM "&Task", DVIDM_NEWTASK
  731. MENUITEM "Task Re&quest", DVIDM_NEWTASKREQUEST
  732. MENUITEM "&Journal", DVIDM_NEWJOURNAL
  733. MENUITEM "&Note", DVIDM_NEWNOTE
  734. MENUITEM "&Internet Call", DVIDM_CALL
  735. #endif
  736. END
  737. #ifndef UNIX
  738. MENUITEM "&Open...\tCtrl+O", DVIDM_OPEN
  739. MENUITEM "E&dit", FCIDM_EDITPAGE
  740. MENUITEM "&Save\tCtrl+S", DVIDM_SAVE ,, MFS_GRAYED
  741. MENUITEM "Save &As...", DVIDM_SAVEASFILE // ,, MFS_GRAYED
  742. #else
  743. MENUITEM "&Open...\tAlt+O", DVIDM_OPEN
  744. MENUITEM "Save &As...\tAlt+S", DVIDM_SAVEASFILE // ,, MFS_GRAYED
  745. #endif
  746. MENUITEM "", -1, MFT_SEPARATOR
  747. MENUITEM "Page Set&up...", DVIDM_PAGESETUP ,, MFS_GRAYED
  748. #ifndef UNIX
  749. MENUITEM "&Print...\tCtrl+P", DVIDM_PRINT ,, MFS_GRAYED
  750. MENUITEM "Print Pre&view...", DVIDM_PRINTPREVIEW, , MFS_GRAYED
  751. #else
  752. MENUITEM "&Print...\tAlt+P", DVIDM_PRINT ,, MFS_GRAYED
  753. MENUITEM "Print Pre&view...", DVIDM_PRINTPREVIEW, , MFS_GRAYED
  754. #endif
  755. MENUITEM "", -1, MFT_SEPARATOR
  756. POPUP "S&end", DVIDM_SEND
  757. BEGIN
  758. MENUITEM "&Page by E-mail..." , DVIDM_SENDPAGE
  759. MENUITEM "&Link by E-mail...", DVIDM_SENDSHORTCUT
  760. #ifndef UNIX
  761. MENUITEM "&Shortcut to Desktop", DVIDM_DESKTOPSHORTCUT
  762. #endif
  763. END
  764. MENUITEM "&Import and Export...", DVIDM_IMPORTEXPORT
  765. MENUITEM "", -1, MFT_SEPARATOR
  766. MENUITEM "P&roperties", DVIDM_PROPERTIES
  767. #ifdef TEST_AMBIENTS
  768. MENUITEM "&Local Offline (Debug)", FCIDM_VIEWLOCALOFFLINE
  769. MENUITEM "Local Si&lent (Debug)", FCIDM_VIEWLOCALSILENT
  770. #endif // TEST_AMBIENTS
  771. MENUITEM "&Work Offline", FCIDM_VIEWOFFLINE
  772. #ifndef UNIX
  773. MENUITEM "&Close", FCIDM_FILECLOSE
  774. #else
  775. MENUITEM "&Close\tAlt+F4", FCIDM_FILECLOSE
  776. #endif
  777. END
  778. POPUP "&Edit", FCIDM_MENU_EDIT
  779. BEGIN
  780. MENUITEM "Cu&t\tCtrl+X", FCIDM_MOVE
  781. MENUITEM "&Copy\tCtrl+C", FCIDM_COPY
  782. MENUITEM "&Paste\tCtrl+V", FCIDM_PASTE
  783. MENUITEM "", -1, MFT_SEPARATOR
  784. #ifndef UNIX
  785. MENUITEM "Select &All\tCtrl+A", FCIDM_SELECTALL
  786. MENUITEM "", -1, MFT_SEPARATOR
  787. MENUITEM "&Find (on This Page)...\tCtrl+F", (DVIDM_MSHTML_FIRST+IDM_FIND)
  788. #else
  789. MENUITEM "Select &All\tCtrl+/", FCIDM_SELECTALL
  790. MENUITEM "", -1, MFT_SEPARATOR
  791. MENUITEM "&Find (on This Page)...\tCtrl+S", (DVIDM_MSHTML_FIRST+IDM_FIND)
  792. #endif
  793. END
  794. POPUP "&View", FCIDM_MENU_VIEW
  795. BEGIN
  796. // this is for the case that we're hosting DefView or other
  797. // views that do full IShellBrowser menu merging
  798. POPUP "&Toolbars", FCIDM_VIEWTOOLBAR
  799. BEGIN
  800. MENUITEM "", -1, MFT_SEPARATOR
  801. END
  802. MENUITEM "Status &Bar", FCIDM_VIEWSTATUSBAR
  803. POPUP_EXPLORERBAR
  804. MENUITEM "", FCIDM_MENU_VIEW_SEP_OPTIONS, MFT_SEPARATOR
  805. POPUP_GO
  806. MENUITEM "Sto&p\tEsc", FCIDM_STOP
  807. MENUITEM "&Refresh\tF5", FCIDM_REFRESH
  808. MENUITEM "", -1, MFT_SEPARATOR
  809. POPUP "Te&xt Size", FCIDM_VIEWFONTS
  810. BEGIN
  811. MENUITEM "La&rgest", (DVIDM_MSHTML_FIRST+IDM_BASELINEFONT5)
  812. MENUITEM "&Large", (DVIDM_MSHTML_FIRST+IDM_BASELINEFONT4)
  813. MENUITEM "&Medium", (DVIDM_MSHTML_FIRST+IDM_BASELINEFONT3)
  814. MENUITEM "&Small", (DVIDM_MSHTML_FIRST+IDM_BASELINEFONT2)
  815. MENUITEM "Sm&allest", (DVIDM_MSHTML_FIRST+IDM_BASELINEFONT1)
  816. END
  817. POPUP "Enco&ding", FCIDM_ENCODING
  818. BEGIN
  819. MENUITEM "None", (DVIDM_MSHTML_FIRST+IDM_MIMECSET__FIRST__)
  820. END
  821. MENUITEM "", -1, MFT_SEPARATOR
  822. MENUITEM "Sour&ce", (DVIDM_MSHTML_FIRST+IDM_VIEWSOURCE)
  823. MENUITEM "Pri&vacy Report...", FCIDM_VIEW_PRIVACY_POLICIES
  824. #ifndef DISABLE_FULLSCREEN
  825. MENUITEM "&Full Screen\tF11", FCIDM_THEATER
  826. #endif
  827. #ifndef UNIX
  828. MENUITEM "&Java Console", FCIDM_JAVACONSOLE
  829. #endif
  830. END
  831. POPUP_FAVORITES
  832. POPUP "&Tools", FCIDM_MENU_TOOLS
  833. BEGIN
  834. POPUP "&Mail and News", FCIDM_MAILANDNEWS
  835. BEGIN
  836. MENUITEM "Read &Mail", FCIDM_MAIL
  837. MENUITEM "Ne&w Message...", FCIDM_NEWMESSAGE
  838. MENUITEM "Send a &Link...", FCIDM_SENDLINK
  839. MENUITEM "Send &Page...", FCIDM_SENDDOCUMENT
  840. MENUITEM "", FCIDM_MAILNEWSSEPARATOR, MFT_SEPARATOR
  841. MENUITEM "Read &News", FCIDM_NEWS
  842. END
  843. #ifndef UNIX
  844. MENUITEM "&Synchronize...", FCIDM_UPDATESUBSCRIPTIONS
  845. MENUITEM "Windows &Update", FCIDM_PRODUCTUPDATES
  846. #else
  847. MENUITEM "Internet &Update", FCIDM_PRODUCTUPDATES
  848. #endif
  849. // MENUITEM "Favorites Tune-up Wizard", (FCIDM_FAVORITESWIZARD)
  850. //extensible items go here
  851. MENUITEM "", FCIDM_TOOLS_EXT_PLACEHOLDER
  852. MENUITEM "Reset &Web Settings...", FCIDM_RESETWEBSETTINGS
  853. MENUITEM "Internet &Options...", FCIDM_BROWSEROPTIONS
  854. END
  855. POPUP "&Help", FCIDM_MENU_HELP
  856. BEGIN
  857. ////// The Number of items in this menu MUST correspond to HELP_ITEM_COUNT (currently 10)
  858. MENUITEM "&Contents and Index", DVIDM_HELPSEARCH
  859. MENUITEM "Tip of the &Day", FCIDM_HELPTIPOFTHEDAY
  860. MENUITEM "For &Netscape Users", FCIDM_HELPNETSCAPEUSERS
  861. #ifndef UNIX
  862. // removed for IEv60 #27223
  863. // MENUITEM "&Tour", DVIDM_HELPTUTORIAL
  864. #endif
  865. MENUITEM "Online &Support", FCIDM_HELPONLINESUPPORT
  866. MENUITEM "Send Feedbac&k", FCIDM_HELPSENDFEEDBACK
  867. MENUITEM "", FCIDM_HELP_EXT_PLACEHOLDER
  868. MENUITEM "&About Internet Explorer", DVIDM_HELPABOUT
  869. END
  870. END
  871. MENU_TEMPLATE MENUEX PRELOAD DISCARDABLE
  872. BEGIN
  873. POPUP "&File", FCIDM_MENU_FILE
  874. BEGIN
  875. MENUITEM "", -1, MFT_SEPARATOR
  876. MENUITEM "&Work Offline", FCIDM_VIEWOFFLINE
  877. #ifndef UNIX
  878. MENUITEM "&Close", FCIDM_FILECLOSE
  879. #else
  880. MENUITEM "&Close\tAlt+F4", FCIDM_FILECLOSE
  881. #endif
  882. END
  883. POPUP "&Edit", FCIDM_MENU_EDIT
  884. BEGIN
  885. MENUITEM "", -1, MFT_SEPARATOR
  886. END
  887. POPUP "&View", FCIDM_MENU_VIEW
  888. BEGIN
  889. // this is for the case that we're hosting DefView or other
  890. // views that do full IShellBrowser menu merging
  891. POPUP "&Toolbars", FCIDM_VIEWTOOLBAR
  892. BEGIN
  893. MENUITEM "", -1, MFT_SEPARATOR
  894. END
  895. MENUITEM "Status &Bar", FCIDM_VIEWSTATUSBAR
  896. POPUP_EXPLORERBAR
  897. MENUITEM "", FCIDM_MENU_VIEW_SEP_OPTIONS, MFT_SEPARATOR
  898. POPUP_GO
  899. MENUITEM "&Refresh", FCIDM_REFRESH
  900. MENUITEM "&Java Console", FCIDM_JAVACONSOLE
  901. MENUITEM "Folder &Options...", FCIDM_BROWSEROPTIONS
  902. MENUITEM "&Internet Options...", FCIDM_FTPOPTIONS
  903. END
  904. POPUP_GO_IE4
  905. POPUP_FAVORITES
  906. #ifndef UNIX
  907. POPUP_9XTOOLS
  908. #endif
  909. POPUP "&Help", FCIDM_MENU_HELP
  910. BEGIN
  911. #ifndef UNIX
  912. MENUITEM "Is this copy of Windows &legal?", FCIDM_HELPISLEGAL
  913. MENUITEM "&About Windows 95", FCIDM_HELPABOUT
  914. #else
  915. MENUITEM "&About Internet Explorer", FCIDM_HELPABOUT, MF_GRAYED
  916. #endif
  917. END
  918. END
  919. // ISSUE:Chee
  920. // these are currently duplicated with explorer.exe
  921. MENU_SYSPOPUP MENUEX DISCARDABLE
  922. BEGIN
  923. POPUP ""
  924. BEGIN
  925. #ifndef UNIX
  926. MENUITEM "&Close", IDSYSPOPUP_CLOSE,, MFS_DEFAULT
  927. #else
  928. MENUITEM "&Close", IDSYSPOPUP_CLOSE
  929. #endif
  930. END
  931. END
  932. //
  933. // NOTE: This accelerator will be ignored if the DocObject is a Local Server.
  934. // See NOTE in GetWindowContext of shdocvw\dochost.c for detail.
  935. //
  936. ACCEL_MERGEEXPLORER ACCELERATORS DISCARDABLE
  937. BEGIN
  938. "X", FCIDM_MOVE, VIRTKEY,NOINVERT,CONTROL
  939. "C", FCIDM_COPY, VIRTKEY,NOINVERT,CONTROL
  940. "V", FCIDM_PASTE, VIRTKEY,NOINVERT,CONTROL
  941. VK_F2, FCIDM_RENAME, VIRTKEY,NOINVERT
  942. VK_INSERT, FCIDM_COPY, VIRTKEY,NOINVERT,CONTROL
  943. VK_INSERT, FCIDM_PASTE, VIRTKEY,NOINVERT,SHIFT
  944. VK_DELETE, FCIDM_DELETE, VIRTKEY,NOINVERT
  945. VK_DELETE, FCIDM_DELETE, VIRTKEY,NOINVERT,SHIFT
  946. "D", FCIDM_DELETE, VIRTKEY,NOINVERT,PLATFORM_ACCEL_KEY
  947. VK_RETURN, FCIDM_PROPERTIES, VIRTKEY,NOINVERT,ALT
  948. END
  949. //
  950. // NOTE: This accelerator will be ignored if the DocObject is a Local Server.
  951. // See NOTE in GetWindowContext of shdocvw\dochost.c for detail.
  952. //
  953. ACCEL_MERGE ACCELERATORS DISCARDABLE
  954. BEGIN
  955. VK_F6, FCIDM_NEXTCTL, VIRTKEY,NOINVERT
  956. #ifdef UNIX
  957. "S", (DVIDM_MSHTML_FIRST+IDM_FIND), VIRTKEY,NOINVERT,CONTROL
  958. #else
  959. "F", FCIDM_FINDFILES, VIRTKEY,NOINVERT,CONTROL
  960. VK_F3, FCIDM_FINDFILES, VIRTKEY,NOINVERT
  961. #endif
  962. VK_F5, FCIDM_REFRESH, VIRTKEY,NOINVERT
  963. VK_F5, FCIDM_REFRESH, VIRTKEY,NOINVERT,CONTROL
  964. "r", FCIDM_REFRESH, VIRTKEY,NOINVERT,PLATFORM_ACCEL_KEY
  965. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT
  966. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT,SHIFT
  967. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT,CONTROL
  968. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT,CONTROL,SHIFT
  969. VK_LEFT, FCIDM_NAVIGATEBACK, VIRTKEY,ALT
  970. VK_RIGHT, FCIDM_NAVIGATEFORWARD, VIRTKEY,ALT
  971. VK_BACK, FCIDM_BACKSPACE, VIRTKEY,NOINVERT
  972. "D", FCIDM_ADDTOFAVNOUI, VIRTKEY,NOINVERT,PLATFORM_ACCEL_KEY
  973. "b", FCIDM_ORGANIZEFAVORITES,VIRTKEY,NOINVERT,PLATFORM_ACCEL_KEY
  974. "d", FCIDM_ADDTOFAVORITES, VIRTKEY,NOINVERT,PLATFORM_ACCEL_KEY
  975. #ifdef UNIX
  976. // IEUNIX : Netscape compatibilty keys
  977. "k", FCIDM_ADDTOFAVORITES, VIRTKEY,NOINVERT,PLATFORM_ACCEL_KEY
  978. VK_F4, FCIDM_FILECLOSE, VIRTKEY,NOINVERT,CONTROL
  979. #else
  980. "w", FCIDM_FILECLOSE, VIRTKEY,NOINVERT,CONTROL
  981. #endif
  982. VK_ESCAPE, FCIDM_STOP, VIRTKEY,NOINVERT
  983. #ifndef DISABLE_FULLSCREEN
  984. VK_F11, FCIDM_THEATER, VIRTKEY,NOINVERT
  985. #endif
  986. #ifndef UNIX
  987. "H", FCIDM_VBBHISTORYBAND, VIRTKEY,NOINVERT,CONTROL
  988. "I", FCIDM_VBBFAVORITESBAND, VIRTKEY,NOINVERT,CONTROL
  989. "E", FCIDM_VBBSEARCHBAND, VIRTKEY,NOINVERT,CONTROL
  990. #else
  991. "Y", FCIDM_VBBHISTORYBAND, VIRTKEY,NOINVERT,ALT
  992. "I", FCIDM_VBBFAVORITESBAND, VIRTKEY,NOINVERT,ALT
  993. "C", FCIDM_VBBSEARCHBAND, VIRTKEY,NOINVERT,ALT
  994. #endif
  995. VK_HOME, FCIDM_STARTPAGE, VIRTKEY,NOINVERT,ALT
  996. VK_F2, FCIDM_SHOWSCRIPTERRDLG, VIRTKEY,NOINVERT,CONTROL
  997. END
  998. DLG_TEXTICONOPTIONS DIALOGEX 0, 0, 357, 33
  999. STYLE DS_CONTROL | (DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_VISIBLE | WS_CHILD | NOT WS_BORDER
  1000. CAPTION ""
  1001. FONT 8, "MS Shell Dlg"
  1002. BEGIN
  1003. LTEXT "Te&xt options:", -1,4,2,48,15
  1004. COMBOBOX IDC_SHOWTEXT,52,0,123,57,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  1005. LTEXT "Ico&n options:", -1,4,20,48,15
  1006. COMBOBOX IDC_SMALLICONS,52,18,123,57,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  1007. END
  1008. /*STYLE DS_MODALFRAME | DS_CONTROL | WS_POPUP | WS_CAPTION | WS_SYSMENU*/
  1009. /*STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTROL | WS_CHILD*/
  1010. DLG_NEWFOLDER DIALOGEX DISCARDABLE 10, 40, 227, 85
  1011. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_NOIDLEMSG | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1012. CAPTION "Create New Folder"
  1013. FONT 8, "MS Shell Dlg"
  1014. BEGIN
  1015. LTEXT "Internet Explorer will create the following folder for you. You can use this folder to organize shortcuts on your Favorites menu.",
  1016. IDD_PROMPT,7,11,213,18
  1017. LTEXT "&Folder name:",-1,7,39,44,10
  1018. EDITTEXT IDD_NAME,56,37,163,14, ES_AUTOHSCROLL | WS_TABSTOP
  1019. DEFPUSHBUTTON "OK",IDOK,116,63,50,14
  1020. PUSHBUTTON "Cancel",IDCANCEL,170,63,50,14
  1021. END
  1022. DLG_PROGRESSDIALOG DIALOGEX DISCARDABLE 20, 20, 250, 84
  1023. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_NOIDLEMSG | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_EX_APPWINDOW | NOT WS_SIZEBOX
  1024. FONT 8, "MS Shell Dlg"
  1025. BEGIN
  1026. CONTROL "",IDD_PROGDLG_ANIMATION,ANIMATE_CLASS,ACS_TRANSPARENT|ACS_AUTOPLAY|ACS_TIMER,7,0,236,25
  1027. CONTROL "",IDD_PROGDLG_LINE1,"Static", SS_NOPREFIX, 7,38,236,10
  1028. CONTROL "",IDD_PROGDLG_LINE2,"Static", SS_NOPREFIX, 7,48,236,10
  1029. CONTROL "",IDD_PROGDLG_PROGRESSBAR,PROGRESS_CLASS, 0x0, 7,63,190,8
  1030. CONTROL "",IDD_PROGDLG_LINE3,"Static", SS_NOPREFIX, 7,74,192,10
  1031. DEFPUSHBUTTON "Cancel",IDCANCEL, 202,63,40,14,NOT WS_TABSTOP
  1032. /* Used to allow the path names to be in a different code page */
  1033. CONTROL "",-1,WC_NATIVEFONTCTL,NFS_ALL|NFS_USEFONTASSOC|NFS_EDIT|NFS_STATIC,0,0,0,0
  1034. END
  1035. // Mediabar
  1036. mbOffline.htm HTML DISCARDABLE "mediabar\\mbOffline.htm"
  1037. mbLoading.htm HTML DISCARDABLE "mediabar\\mbLoading.htm"
  1038. mb404.htm HTML DISCARDABLE "mediabar\\mb404.htm"
  1039. mbCommon.js HTML DISCARDABLE "mediabar\\mbCommon.js"
  1040. localtext.js HTML DISCARDABLE "mediabar\\localtext.js"
  1041. mediabar.css HTML DISCARDABLE "mediabar\\mediabar.css"
  1042. mediabar256.css HTML DISCARDABLE "mediabar\\mediabar256.css"
  1043. mediabar.png HTML DISCARDABLE "mediabar\\mediabar.png"
  1044. corner_top_left.gif HTML DISCARDABLE "mediabar\\corner_top_left.gif"
  1045. corner_top_right.gif HTML DISCARDABLE "mediabar\\corner_top_right.gif"
  1046. infopage.gif HTML DISCARDABLE "mediabar\\infopage.gif"
  1047. loadgraphic.gif HTML DISCARDABLE "mediabar\\loadgraphic.gif"
  1048. myMusic.gif HTML DISCARDABLE "mediabar\\myMusic.gif"
  1049. myRadio.gif HTML DISCARDABLE "mediabar\\myRadio.gif"
  1050. myVideo.gif HTML DISCARDABLE "mediabar\\myVideo.gif"
  1051. myWebMusic.gif HTML DISCARDABLE "mediabar\\myWebMusic.gif"
  1052. note_watermark.gif HTML DISCARDABLE "mediabar\\note_watermark.gif"