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.

61 lines
4.4 KiB

  1. // Include our VERSIONINFO structure.
  2. //
  3. #include "version.h"
  4. #include "resource.h"
  5. // String resources
  6. //
  7. STRINGTABLE DISCARDABLE
  8. BEGIN
  9. IDS_OC_CAPTION "Optional Networking Components"
  10. IDS_OC_ERROR "An error occurred which prevented the %1 component from being installed or removed. The error was '%2.'"
  11. IDS_OC_START_SERVICE_FAILURE "One or more services for the %1 component could not be started due to error %2. Installation will continue, but services will not be available until they are started."
  12. IDS_OC_START_TOOK_TOO_LONG "One or more services for the %1 component took more than their allotted time to start. Installation will continue, but services will not be available until they have started completely."
  13. IDS_OC_STOP_SERVICE_FAILURE "One or more services for the %1 component could not be stopped due to error %2. Removal will continue, but this component will not be able to be installed again until the computer is rebooted."
  14. IDS_OC_NEED_STATIC_IP "This computer has at least one dynamically assigned IP address. For reliable %1 operation, you should use only static IP addresses. You will now have the option to change this dynamically assigned IP address."
  15. IDS_OC_STILL_NO_STATIC_IP "You have chosen to continue using dynamically assigned IP addresses on this computer. For reliable %1 operation, you should use only static IP addresses."
  16. IDS_OC_SFM_NO_NTFS "File Services for Macintosh could not be installed. You need at least one drive formatted with NTFS."
  17. UNUSED_XX1 "Unused"
  18. UNUSED_XX2 "Unused"
  19. IDS_OC_CANT_GET_LOCK "Installation or removal of %1 has been interrupted because %2 is accessing the needed information. Please close %2 and then click Retry."
  20. IDS_OC_GENERIC_COMP "<Unknown Application>"
  21. IDS_OC_REGISTER_PROBLEM "Could not install or remove the %1 component because its administration tool is not present or is damaged."
  22. IDS_OC_FILE_PROBLEM "Could not install the %1 component because a file or registry entry is missing."
  23. IDS_OC_NEEDS_REBOOT "Could not complete installation or removal of the %1 component because the system must first be rebooted."
  24. IDS_OC_RSVP_SERVICE_NAME "QoS RSVP"
  25. IDS_OC_ACS_SERVICE_NAME "QoS Admission Control (RSVP)"
  26. IDS_OC_CMAK_STPTITLE "Connection Manager Administration Kit Setup"
  27. IDS_OC_CMAKPROGGROUP "Connection Manager Administration Kit"
  28. IDS_OC_CMAKLINK "Connection Manager Administration Kit.lnk"
  29. IDS_OC_NO_ACS_USER_ACCOUNT "Admission Control Service defaulting to resource only admission control since there is no AcsService user account."
  30. IDS_OC_ACS_CHG_LOGON "Please change the logon user name for Admission Control Service to AcsService in Computer Management and restart the service."
  31. UNUSED_XX3 "Unused"
  32. IDS_OC_SFM_FOLDNAMENT4 "MS UAM for AppleShare 3.6"
  33. IDS_OC_SFM_FOLDNAMENT5 "MS UAM for AppleShare 3.8"
  34. IDS_OC_SFM_VOLNAME "Microsoft UAM Volume"
  35. IDS_OC_SFM_UAM_INSTALLER "MS UAM Installer"
  36. IDS_OC_COMMON_FILES "\\Common Files"
  37. IDS_OC_MS_SHARED_DAO "\\Microsoft Shared\\DAO"
  38. IDS_OC_NTOP4_GROUPNAME "Windows NT 4.0 Option Pack"
  39. IDS_OC_ICS_GROUPNAME "Internet Connection Services for RAS"
  40. IDS_OC_OLD_IEAK_DOCDIR "Docs"
  41. IDS_OC_USER_CANCELLED "Setup did not install or remove the %1 component because the operation has been cancelled."
  42. IDS_OC_SFM_APPLESHARE_FOLDER "AppleShare Folder"
  43. IDS_OC_NO_PERMS "You do not have permission to add or remove networking components."
  44. IDS_OC_ADMIN_TOOLS "\\Administrative Tools\\Phone Book Administrator.lnk"
  45. IDS_OC_PBA_DESC "Use Phone Book Administrator to create Connection Manager Phone Book files."
  46. IDS_OC_NO_PERMISSION "This account does not have permission to install or remove the %1 component."
  47. IDS_OC_PB_DSN_NAME "Microsoft Access Driver (*.mdb)"
  48. END
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // Icon
  52. //
  53. // PNPU ICONS
  54. // .
  55. IDI_PNPU_CMAK ICON DISCARDABLE "cmak.ico"
  56. IDI_PNPU_PBA ICON DISCARDABLE "pba4.ico"