summaryrefslogtreecommitdiffstats
path: root/private/nw/event/nwevent.mc
blob: 803c2e823ebcc9671f6a2ae22fad761f03c2dfac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
;/*++ BUILD Version: 0001    // Increment this if a change has global effects
;
;Copyright (c) 1992  Microsoft Corporation
;
;Module Name:
;
;    nwevent.h
;
;Abstract:
;
;    Definitions for NetWare network events.
;
;Author:
;
;    Portable Systems Group 12/22/1992
;
;Revision History:
;
;Notes:
;
;    This file is generated by the MC tool from the netevent.mc file.
;
;--*/
;
;#ifndef _NWEVENT_
;#define _NWEVENT_
;

SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
               Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
               Warning=0x2:STATUS_SEVERITY_WARNING
               Error=0x3:STATUS_SEVERITY_ERROR
              )
	


;
;/////////////////////////////////////////////////////////////////////////
;//
;// NetWare Redirector Events
;//
;//
;/////////////////////////////////////////////////////////////////////////
;
;
;
;// Issued from kernel mode.  Don't use %1 for
;// server-supplied insertion strings -- the I/O system provides the
;// first string.
;

MessageId=8001  Severity=Error SymbolicName=EVENT_NWRDR_RESOURCE_SHORTAGE
Language=English
The Microsoft Client Service for NetWare redirector was unable to allocate memory.
.

MessageId=8002  Severity=Error SymbolicName=EVENT_NWRDR_CANT_CREATE_DEVICE
Language=English
The Microsoft Client Service for NetWare redirector could not create its device.  The redirector could not be started.
.

MessageId=8003  Severity=Error SymbolicName=EVENT_NWRDR_INVALID_REPLY
Language=English
The Microsoft Client Service for NetWare redirector received an incorrectly formatted response from %2.
.

MessageId=8004  Severity=Error SymbolicName=EVENT_NWRDR_FAILED_UNLOCK
Language=English
The Microsoft Client Service for NetWare redirector failed to unlock part of a file on server %2.
.

MessageId=8005  Severity=Error SymbolicName=EVENT_NWRDR_NETWORK_ERROR
Language=English
The Microsoft Client Service for NetWare redirector has encountered a network error.
.

MessageId=8006  Severity=Error SymbolicName=EVENT_NWRDR_UNEXPECTED_ERROR
Language=English
An unexpected network error has occurred on the connection to %2.
.

MessageId=8007  Severity=Warning SymbolicName=EVENT_NWRDR_TIMEOUT
Language=English
The Microsoft Client Service for NetWare redirector has timed out one or more requests to %2.
.

MessageId=8008  Severity=Error SymbolicName=EVENT_NWRDR_NO_SERVER_ON_NETWORK
Language=English
No NetWare or compatible server exists on this network.
.


;/////////////////////////////////////////////////////////////////////////
;//
;// NetWare Workstation Events
;//
;//
;/////////////////////////////////////////////////////////////////////////

MessageId=9001 Severity=Error SymbolicName=EVENT_NWWKSTA_NO_TRANSPORTS
Language=English
The Microsoft Client Service for NetWare could not start because it did not bind to any transports.
.

MessageId=9002 Severity=Error SymbolicName=EVENT_NWWKSTA_CANT_BIND_TO_TRANSPORT
Language=English
The Microsoft Client Service for NetWare could not bind to the transport %1.
.

MessageId=9003 Severity=Warning SymbolicName=EVENT_NWWKSTA_INVALID_REGISTRY_VALUE
Language=English
The value named %1 in the Microsoft Client Service for NetWare registry key %2 was invalid.  The value was
ignored, and processing continued.
.

MessageId=9004 Severity=Error SymbolicName=EVENT_NWWKSTA_CANT_CREATE_REDIRECTOR
Language=English
The Microsoft Client Service for NetWare redirector (%1) could not be started.
.

MessageId=9005 Severity=Error SymbolicName=EVENT_NWWKSTA_GATEWAY_LOGON_FAILED
Language=English
The Gateway Account could not be logged on. The error %1 occurred.
.

MessageId=9006 Severity=Error SymbolicName=EVENT_NWWKSTA_CANNOT_REDIRECT_DEVICES
Language=English
Device %1 could not be reconnected to %2. Error %3 occurred.
.

MessageId=9007 Severity=Error SymbolicName=EVENT_NWWKSTA_WRONG_NWLINK_VERSION
Language=English
The version of the NWLINK transport present does not support all the capabilities required to use the Microsoft Client Service for NetWare properly.
.



;/////////////////////////////////////////////////////////////////////////
;//
;// NetWare Credential Manager Events
;//
;//
;/////////////////////////////////////////////////////////////////////////

MessageId=10001 Severity=Informational SymbolicName=NW_MESSAGE_TITLE
Language=English
Client Service for NetWare%0
.

MessageId=10002 Severity=Informational SymbolicName=NW_MESSAGE_FROM_SERVER
Language=English
Message from server %1. %n
.

MessageId=10003 Severity=Warning SymbolicName=NW_PASSWORD_HAS_EXPIRED
Language=English
The password for %1 on %2 has expired, with %3 grace logins left.%n
.

MessageId=10004 Severity=Error SymbolicName=NW_LOGIN_DISABLED
Language=English
Logins to the server has been disabled.%n
.

MessageId=10005 Severity=Error SymbolicName=NW_PASSWORD_HAS_EXPIRED1
Language=English
The password for %1 on %2 has expired.%n
.

MessageId=10006 Severity=Informational SymbolicName=NW_MESSAGE_TITLE_NTAS
Language=English
Gateway Service for NetWare%0
.


;
;#endif // _NWEVENT
;