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.

63 lines
2.3 KiB

  1. #include "..\common.inx"
  2. #if defined(IEX_INSTALL)
  3. NETMTGDIR_W95 = "NetMeeting"
  4. NETMTGDIR_NT = "NetMeetingNT"
  5. #endif // defined(IEX_INSTALL)
  6. PRODUCT_NAME = "Microsoft NetMeeting"
  7. PRODUCT_NAME_AND_VER = "Microsoft NetMeeting 3.0"
  8. MSIPTYPE = "Internet Location Service"
  9. H323TYPE = "H.323 Internet Telephony"
  10. IPHONETYPE = "Intel IPhone Compatible"
  11. MSWBTYPE = "Microsoft NetMeeting Old 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 = "Microsoft NetMeeting Files"
  16. ; Program folder and item names
  17. PGMGRP_IESUITE = "Internet Explorer"
  18. PGMITEM_NETMTG = "NetMeeting"
  19. PGMITEM_NETMTG_OLD = "Microsoft NetMeeting"
  20. PGMITEM_README = "Microsoft NetMeeting Release Notes"
  21. ; Sound event names
  22. ReceiveCall = "Receive Call"
  23. ReceiveJoin = "Receive Request to Join"
  24. PersonJoins = "Person Joins"
  25. PersonLeaves = "Person Leaves"
  26. ; Name of a conference link
  27. ConfLnk = "SpeedDial"
  28. #if defined(IEX_INSTALL)
  29. ; Prompt for installation directory
  30. INSTALL_DIR_PROMPT = "Please enter the directory in which to install the Microsoft NetMeeting Files:"
  31. REMOVE_NODIR_ERROR = "Microsoft NetMeeting is not installed on this computer."
  32. REMOVE_CONFIRMATION_PROMPT = "This will remove Microsoft NetMeeting. Do you wish to continue?"
  33. REMOVE_COMPLETION_PROMPT = "Microsoft NetMeeting has been removed successfully."
  34. #endif // defined(IEX_INSTALL)
  35. #if defined(WIN_OPTION)
  36. 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."
  37. #endif // defined(WIN_OPTION)
  38. #if !defined(WIN_OPTION)
  39. IE4_REQUIRED_ERROR = "Internet Explorer 4.0 or later must be installed on this computer before you can install this version of NetMeeting."
  40. #endif // !defined(WIN_OPTION)
  41. ; Two-letter ID of locale/language
  42. LOCALE_ID = "EN"
  43. ; Strings for auto generated install
  44. INSTALLPROMPT = "This will install Microsoft NetMeeting. Do you wish to continue?";
  45. FINISHMESSAGE = "Microsoft NetMeeting has been installed successfully.";
  46. FILEDESC = "NetMeeting Installation Program";