53 lines
866 B
MonkeyC
53 lines
866 B
MonkeyC
|
;/*++
|
||
|
;
|
||
|
;Copyright (c) 1996 Microsoft Corporation
|
||
|
;
|
||
|
;Module Name:
|
||
|
;
|
||
|
; msg.h
|
||
|
;
|
||
|
;Abstract:
|
||
|
;
|
||
|
; This module contains the definition sprestrt messages.
|
||
|
;
|
||
|
;Author:
|
||
|
;
|
||
|
; Ted Miller (tedm) Feb 1996.
|
||
|
;
|
||
|
;Revision History:
|
||
|
;
|
||
|
;Notes:
|
||
|
;
|
||
|
; This file is generated by the message compiler from msg.mc.
|
||
|
;
|
||
|
;--*/
|
||
|
;
|
||
|
;#ifndef _SPRESTRT_
|
||
|
;#define _SPRESTRT_
|
||
|
;
|
||
|
|
||
|
MessageIdTypedef=ULONG
|
||
|
|
||
|
MessageId=1 SymbolicName=MSG_RESTARTING_SETUP
|
||
|
Language=English
|
||
|
Setup is being restarted%0
|
||
|
.
|
||
|
|
||
|
MessageId=2 SymbolicName=MSG_WARNING_CANT_CLEAN_UP
|
||
|
Language=English
|
||
|
Warning: Configuration of the system for restarting Setup failed.
|
||
|
Setup may not restart or may operate erratically.
|
||
|
.
|
||
|
|
||
|
MessageId=3 SymbolicName=MSG_CRLF
|
||
|
Language=English
|
||
|
|
||
|
.
|
||
|
|
||
|
MessageId=10 SymbolicName=MSG_WARNING_CANT_SET_RESTART
|
||
|
Language=English
|
||
|
Warning: If Setup fails, you will be unable to restart it.
|
||
|
.
|
||
|
|
||
|
;#endif // _SPRESTRT_
|