--- mstools/mssetup/intldll/msshlstf.rc 2018/08/09 18:22:54 1.1.1.1 +++ mstools/mssetup/intldll/msshlstf.rc 2018/08/09 18:25:16 1.1.1.2 @@ -31,53 +31,43 @@ FILESUBTYPE VER_FILESUBTYPE STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE - { - IDS_NULL, "" - IDS_USAGE_TITLE, "Usage" - IDS_USAGE_MSG1, "Microsoft Setup\n\nUsage: SETUP [/?] [/S ] [/I ] [{/Z or /Y} ]\n /? -- generates this Usage message.\n " - IDS_USAGE_MSG2, "/S -- defaults to Current Working Directory.\n /Z -- copy to with decompression.\n /Y -- same as /Z except append to ." + BEGIN + IDS_USAGE_TITLE, "Setup Information" + IDS_USAGE_MSG1, "This program requires Microsoft (R) Windows " + IDS_USAGE_MSG2, "version 3.0 or higher.\n\nUsage: Setup [/A] (/A - Administrator mode)\n" IDS_ABOUT_MENU, "&About..." - IDS_ABOUT_TITLE, "About Setup\0Initial_Padding...\0More_Padding..." + IDS_ABOUT_TITLE, "About Setup" IDS_ABOUT_MSG, STFABOUTMSG IDS_ERROR, "Setup Message" - IDS_INTERNAL_ERROR, "Internal Setup Message" - IDS_BAD_INF_SRC, "Could not find INF Source File.\nCheck the /I parameter" - IDS_BAD_SRC_PATH, "The Source Path value is invalid.\nCheck the /S parameter" + IDS_BAD_INF_SRC, "Could not find INF file." + IDS_BAD_SRC_PATH, "The Source Path value is invalid." IDS_EXE_PATH_LONG, "The full path for the executable is too long" - IDS_GET_MOD_FAIL, "GetModuleFileName did not return a full path" + IDS_GET_MOD_FAIL, "GetModuleFileName() did not return a full path" IDS_VER_DLL "VER.DLL could not be loaded." - IDS_REGISTER_CLASS, "Another instance of Setup may already be running" - IDS_CREATE_WINDOW, "Could not create the Setup Window" - IDS_SECOND_INSTANCE, "Setup is already running.\n\nYou can only run one copy\nof Setup" - - IDS_SETUP_INF, "INF" + IDS_REGISTER_CLASS, "Setup is in conflict with another task.\n\nPlease shutdown your other applications or restart Windows." + IDS_CREATE_WINDOW, "Setup could not create its Window.\n\nPlease shutdown your other applications or restart Windows." + IDS_SECOND_INSTANCE, "Another Setup is already running.\n\nPlease switch to and finish that other Setup or restart Windows." IDS_CD_BLANKNAME, "A name is required." IDS_CD_BLANKORG, "A company name is required." - IDS_EXE_CORRUPT, "The Executable File Has Been Corrupted." - IDS_WARNING, "WARNING" - IDS_MESSAGE, " - Message" + IDS_EXE_CORRUPT, "The Setup executable file has been corrupted." IDS_CANT_END_SESSION, "Please exit the Program normally rather\nthan trying to end the session\nthrough the Program Manager." IDS_SRC_FILE, "Source File:" IDS_DST_FILE, "Destination File:" IDS_REMOVING_FILE "Removing File:" - IDS_INS_DISK, "Please insert the diskette labeled:\n " - IDS_INTO, "\n into:\n " + IDS_INS_DISK, "Please insert the disk labeled\n'" + IDS_INTO, "into drive " IDS_BAD_CMDLINE, "The command line arguments are badly formed." - IDS_CANCEL, "---Cancel---" - IDS_PROGRESS, "Progress" - IDS_NOTDONE, "Setup is not yet complete.\n\nIf you exit now, this software\nwill not be correctly installed\nfor use.\n\nExit Setup ?" + IDS_NOTDONE, "Setup is not yet complete.\n\nIf you quit now, this product\nwill not be correctly installed.\n\nQuit the setup of this product?" - IDS_DECOMP_TITLE, "Setup Message" IDS_DECOMP_OKAY, "Copy/Decompression operation was successful." IDS_DECOMP_FAIL, "Copy/Decompression operation failed." - IDS_DECOMP_FIND1, "Insert diskette with file: " + IDS_DECOMP_FIND1, "Insert disk with file: " IDS_DECOMP_FIND2, "Cannot find file to copy/decompress: " - IDS_FRAME_TITLE, "Setup" - } - + IDS_NONVITAL, "Setup can proceed without copying the \nfiles on this disk. \nIs it okay to proceed without these files?" + END