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.

63 lines
2.3 KiB

  1. #include "..\common.inx"
  2. #if !defined(WIN_OPTION)
  3. NETMTGDIR = "NetMeeting"
  4. #endif // defined(WIN_OPTION)
  5. PRODUCT_NAME = "NetMeeting"
  6. PRODUCT_NAME_AND_VER = "NetMeeting 3.01"
  7. MSIPTYPE = "Internet Location Service"
  8. H323TYPE = "H.323 Internet Telephony"
  9. IPHONETYPE = "Intel IPhone Compatible"
  10. MSWBTYPE = "Microsoft NetMeeting Old Whiteboard Document"
  11. MST126WBTYPE = "Microsoft Netmeeting T126 Compatible Whiteboard Document"
  12. ; This string is not necessarily localizable, but may be customizable.
  13. ; It can also be set via System Policies.
  14. // DEFAULT_ULS_SERVER = "ils.microsoft.com"
  15. DISK1 = "NetMeeting Files"
  16. ; Program folder and item names
  17. PGMGRP_NETMTG = ""
  18. PGMGRP_IESUITE = "Internet Explorer"
  19. PGMGRP_COMMUNICATIONS = "Accessories\Communications"
  20. PGMGRP_TOOLS = "Accessories\Internet Tools"
  21. PGMITEM_NETMTG = "NetMeeting"
  22. PGMITEM_NETMTG_OLD = "Microsoft NetMeeting"
  23. PGMITEM_README = "Microsoft NetMeeting Release Notes"
  24. ; Sound event names
  25. ReceiveCall = "Receive Call"
  26. ReceiveJoin = "Receive Request to Join"
  27. PersonJoins = "Person Joins"
  28. PersonLeaves = "Person Leaves"
  29. ; Name of a conference link
  30. ConfLnk = "SpeedDial"
  31. #if defined(IEX_INSTALL)
  32. ; Prompt for installation directory
  33. INSTALL_DIR_PROMPT = "Please enter the directory in which to install the NetMeeting Files:"
  34. REMOVE_NODIR_ERROR = "NetMeeting is not installed on this computer."
  35. REMOVE_CONFIRMATION_PROMPT = "This will remove NetMeeting. Do you wish to continue?"
  36. REMOVE_COMPLETION_PROMPT = "NetMeeting has been removed successfully."
  37. #elif defined(WIN_OPTION)
  38. NETMTG_OPTION_TIP = "Enables you to call people on the Internet or a LAN. While in a call you can talk to someone, share applications, draw in a shared whiteboard, and send files and messages."
  39. #elif defined(WINNT_INSTALL)
  40. NETMTG_INFO_TIP = "Establishes communication with others over the internet or an intranet using voice, video, application sharing, and data conferencing"
  41. #endif
  42. ; Two-letter ID of locale/language
  43. LOCALE_ID = "EN"
  44. ; Strings for auto generated install
  45. INSTALLPROMPT = "This will install NetMeeting. Do you wish to continue?";
  46. FINISHMESSAGE = "NetMeeting has been installed successfully.";
  47. FILEDESC = "NetMeeting Installation Program";