mirror of https://github.com/lianthony/NT4.0
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.
83 lines
1.1 KiB
83 lines
1.1 KiB
/* NAMES FROM INF FILE */
|
|
|
|
CHAR *rgszListName[] = {
|
|
"sdisks",
|
|
"ddisks",
|
|
"Dosfilestocopy",
|
|
"os2filestocopy",
|
|
"ntfilestocopy",
|
|
NULL
|
|
};
|
|
|
|
CHAR *rgszMacroName[] = {
|
|
"DOSDEFAULTDEST",
|
|
"OS2DEFAULTDEST",
|
|
"NTDEFAULTDEST",
|
|
"LISTMORE",
|
|
"SUINIFNAME",
|
|
"SUINIDISK",
|
|
"EXEFNAME",
|
|
"SEGNUM",
|
|
NULL
|
|
};
|
|
|
|
CHAR *rgszMenuName[] = {
|
|
"main",
|
|
"exitorcontm",
|
|
"yesno",
|
|
"contorexit",
|
|
"retry",
|
|
"formatorretry",
|
|
"retryorignore",
|
|
"readonlyerrm",
|
|
NULL
|
|
};
|
|
|
|
CHAR *rgszScreenName[] = {
|
|
"header",
|
|
"exit",
|
|
"ent_exit",
|
|
"ent_sel_exit",
|
|
"ent_f1_exit",
|
|
"f1_exit",
|
|
"ent_sel_f1_exit",
|
|
"help_footer",
|
|
"helpframe",
|
|
"mcopying",
|
|
"badmacro",
|
|
"insdiskpath",
|
|
"insdiskpath2",
|
|
"insdisknopath",
|
|
"badsdisk",
|
|
"wrongdisk",
|
|
"badddisk",
|
|
"readerr",
|
|
"writeerr",
|
|
"createerr",
|
|
"renameerr",
|
|
"createdirerr",
|
|
"nonvital",
|
|
"pathtoolong",
|
|
"insnewdisk",
|
|
"readonlyerr",
|
|
"nohelp",
|
|
"helponhelp_h1",
|
|
"helponhelp_h2",
|
|
"welcome_h1",
|
|
"welcome_h2",
|
|
"welcome",
|
|
"getcpydisname_h1",
|
|
"getcpydisname1",
|
|
"getcpydisname2",
|
|
"usedsuini",
|
|
"corruptedsuini",
|
|
"directory_h1",
|
|
"mainmenu",
|
|
"directory",
|
|
"install_h1",
|
|
"install",
|
|
"enlisterror",
|
|
"patherror",
|
|
"finished",
|
|
NULL
|
|
};
|