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.

38 lines
1.3 KiB

  1. #include "..\nmrk_common.inx"
  2. ; ************************************************************************
  3. ; LOCALIZATION BORDER
  4. ;
  5. ; No strings above this line should be localized.
  6. ; All strings below this line should be localized.
  7. ; ************************************************************************
  8. ProgramFiles = "Program Files"
  9. NMRKDIR = "NetMeeting Resource Kit"
  10. PRODUCT_NAME = "NetMeeting Resource Kit"
  11. PRODUCT_NAME_AND_VER = "NetMeeting Resource Kit 3.0"
  12. NMRK_OBJECT = "Microsoft NetMeeting Resource Kit Object"
  13. DISK1 = "Windows NetMeeting Resource Kit Files"
  14. ; Program folder and item names
  15. PGMGRP_NMRK = "NetMeeting Resource Kit 3.0"
  16. PGMITEM_NMRKWIZARD = "NetMeeting Resource Kit Wizard"
  17. PGMITEM_NMRKDOC = "NetMeeting Resource Kit Documentation"
  18. PGMITEM_NMRKFILES = "NetMeeting Resource Kit Files"
  19. PGMITEM_NMRKREADME = "NetMeeting Resource Kit Readme File"
  20. ; Prompt for installation directory
  21. INSTALL_DIR_PROMPT = "Please enter the directory in which to install the NetMeeting Resource Kit Files:"
  22. REMOVE_NODIR_ERROR = "NetMeeting Resource Kit is not installed on this computer."
  23. REMOVE_CONFIRMATION_PROMPT = "This will remove NetMeeting Resource Kit. Do you wish to continue?"
  24. REMOVE_COMPLETION_PROMPT = "NetMeeting Resource Kit has been removed successfully."
  25. ; Two-letter ID of locale/language
  26. LOCALE_ID = "EN"