[MC] Add messages 4400-4440 to netmsg.dll.
[reactos.git] / sdk / include / reactos / mc / ntiologc.mc
1 ;
2 ; iologmsg.mc MESSAGE resources for iologmsg.dll
3 ;
4
5 MessageIdTypedef=NTSTATUS
6
7 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
8 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
9 Warning=0x2:STATUS_SEVERITY_WARNING
10 Error=0x3:STATUS_SEVERITY_ERROR
11 )
12
13 FacilityNames=(RpcRuntime=0x2:FACILITY_RPC_RUNTIME
14 RpcStubs=0x3:FACILITY_RPC_STUBS
15 IO=0x4:FACILITY_IO_ERROR_CODE
16 MCA=0x5:FACILITY_MCA_ERROR_CODE
17 )
18
19 LanguageNames=(English=0x409:MSG00409)
20
21
22 ;
23 ; message definitions
24 ;
25
26 ; Facility=IO
27
28 ; IO Error messages
29
30 MessageId=1
31 Severity=Success
32 Facility=IO
33 SymbolicName=IO_ERR_RETRY_SUCCEEDED
34 Language=English
35 A retry succeeded.
36 .
37
38 MessageId=2
39 Severity=Error
40 Facility=IO
41 SymbolicName=IO_ERR_INSUFFICIENT_RESOURCES
42 Language=English
43 Insufficient resources.
44 .
45
46 MessageId=3
47 Severity=Error
48 Facility=IO
49 SymbolicName=IO_ERR_CONFIGURATION_ERROR
50 Language=English
51 Driver or device is incorrectly configured for %1.
52 .
53
54 MessageId=4
55 Severity=Error
56 Facility=IO
57 SymbolicName=IO_ERR_DRIVER_ERROR
58 Language=English
59 Driver detected an internal error in its data structures for %1.
60 .
61
62 MessageId=5
63 Severity=Error
64 Facility=IO
65 SymbolicName=IO_ERR_PARITY
66 Language=English
67 A parity error was detected on %1.
68 .
69
70 MessageId=6
71 Severity=Error
72 Facility=IO
73 SymbolicName=IO_ERR_SEEK_ERROR
74 Language=English
75 The device, %1, had a seek error.
76 .
77
78 MessageId=7
79 Severity=Error
80 Facility=IO
81 SymbolicName=IO_ERR_BAD_BLOCK
82 Language=English
83 The device, %1, has a bad block.
84 .
85
86 MessageId=8
87 Severity=Error
88 Facility=IO
89 SymbolicName=IO_ERR_OVERRUN_ERROR
90 Language=English
91 An overrun occurred on %1.
92 .
93
94 MessageId=9
95 Severity=Error
96 Facility=IO
97 SymbolicName=IO_ERR_TIMEOUT
98 Language=English
99 The device, %1, did not respond within the timeout period.
100 .
101
102 MessageId=10
103 Severity=Error
104 Facility=IO
105 SymbolicName=IO_ERR_SEQUENCE
106 Language=English
107 The driver detected an unexpected sequence by the device, %1.
108 .
109
110 MessageId=11
111 Severity=Error
112 Facility=IO
113 SymbolicName=IO_ERR_CONTROLLER_ERROR
114 Language=English
115 The driver detected a controller error on %1.
116 .
117
118 MessageId=12
119 Severity=Error
120 Facility=IO
121 SymbolicName=IO_ERR_INTERNAL_ERROR
122 Language=English
123 The driver detected an internal driver error on %1.
124 .
125
126 MessageId=13
127 Severity=Error
128 Facility=IO
129 SymbolicName=IO_ERR_INCORRECT_IRQL
130 Language=English
131 The driver was configured with an incorrect interrupt for %1.
132 .
133
134 MessageId=14
135 Severity=Error
136 Facility=IO
137 SymbolicName=IO_ERR_INVALID_IOBASE
138 Language=English
139 The driver was configured with an invalid I/O base address for %1.
140 .
141
142 MessageId=15
143 Severity=Error
144 Facility=IO
145 SymbolicName=IO_ERR_NOT_READY
146 Language=English
147 Insufficient resources.
148 .
149
150 MessageId=16
151 Severity=Error
152 Facility=IO
153 SymbolicName=IO_ERR_INVALID_REQUEST
154 Language=English
155 The request is incorrectly formatted for %1.
156 .
157
158 MessageId=17
159 Severity=Error
160 Facility=IO
161 SymbolicName=IO_ERR_VERSION
162 Language=English
163 The wrong version of the driver has been loaded.
164 .
165
166 MessageId=18
167 Severity=Error
168 Facility=IO
169 SymbolicName=IO_ERR_LAYERED_FAILURE
170 Language=English
171 The driver beneath this one has failed in some way for %1.
172 .
173
174 MessageId=19
175 Severity=Error
176 Facility=IO
177 SymbolicName=IO_ERR_RESET
178 Language=English
179 The device, %1, has been reset.
180 .
181
182 MessageId=20
183 Severity=Error
184 Facility=IO
185 SymbolicName=IO_ERR_PROTOCOL
186 Language=English
187 A transport driver received a frame which violated the protocol.
188 .
189
190 MessageId=21
191 Severity=Error
192 Facility=IO
193 SymbolicName=IO_ERR_MEMORY_CONFLICT_DETECTED
194 Language=English
195 A conflict has been detected between two drivers which claimed two overlapping
196 memory regions.
197 Driver %2, with device <%3>, claimed a memory range with starting address
198 in data address 0x28 and 0x2c, and length in data address 0x30.
199 .
200
201 MessageId=22
202 Severity=Error
203 Facility=IO
204 SymbolicName=IO_ERR_PORT_CONFLICT_DETECTED
205 Language=English
206 A conflict has been detected between two drivers which claimed two overlapping
207 Io port regions.
208 Driver %2, with device <%3>, claimed an IO port range with starting address
209 in data address 0x28 and 0x2c, and length in data address 0x30.
210 .
211
212 MessageId=23
213 Severity=Error
214 Facility=IO
215 SymbolicName=IO_ERR_DMA_CONFLICT_DETECTED
216 Language=English
217 A conflict has been detected between two drivers which claimed equivalent DMA
218 channels.
219 Driver %2, with device <%3>, claimed the DMA Channel in data address 0x28, with
220 optinal port in data address 0x2c.
221 .
222
223 MessageId=24
224 Severity=Error
225 Facility=IO
226 SymbolicName=IO_ERR_IRQ_CONFLICT_DETECTED
227 Language=English
228 A conflict has been detected between two drivers which claimed equivalent IRQs.
229 Driver %2, with device <%3>, claimed an interrupt with Level in data address
230 0x28, vector in data address 0x2c and Affinity in data address 0x30.
231 .
232
233 MessageId=25
234 Severity=Error
235 Facility=IO
236 SymbolicName=IO_ERR_BAD_FIRMWARE
237 Language=English
238 Insufficient resources.
239 The driver has detected a device with old or out-of-date firmware. The
240 device will not be used.
241 .
242
243 MessageId=26
244 Severity=Warning
245 Facility=IO
246 SymbolicName=IO_WRN_BAD_FIRMWARE
247 Language=English
248 The driver has detected that device %1 has old or out-of-date firmware.
249 Reduced performance may result.
250 .
251
252 MessageId=27
253 Severity=Error
254 Facility=IO
255 SymbolicName=IO_ERR_DMA_RESOURCE_CONFLICT
256 Language=English
257 The device could not allocate one or more required resources due to conflicts
258 with other devices. The device DMA setting of '%2' could not be
259 satisified due to a conflict with Driver '%3'.
260 .
261
262 MessageId=28
263 Severity=Error
264 Facility=IO
265 SymbolicName=IO_ERR_INTERRUPT_RESOURCE_CONFLICT
266 Language=English
267 The device could not allocate one or more required resources due to conflicts
268 with other devices. The device interrupt setting of '%2' could not be
269 satisified due to a conflict with Driver '%3'.
270 .
271
272 MessageId=29
273 Severity=Error
274 Facility=IO
275 SymbolicName=IO_ERR_MEMORY_RESOURCE_CONFLICT
276 Language=English
277 The device could not allocate one or more required resources due to conflicts
278 with other devices. The device memory setting of '%2' could not be
279 satisified due to a conflict with Driver '%3'.
280 .
281
282 MessageId=30
283 Severity=Error
284 Facility=IO
285 SymbolicName=IO_ERR_PORT_RESOURCE_CONFLICT
286 Language=English
287 The device could not allocate one or more required resources due to conflicts
288 with other devices. The device port setting of '%2' could not be
289 satisified due to a conflict with Driver '%3'.
290 .
291
292 MessageId=31
293 Severity=Error
294 Facility=IO
295 SymbolicName=IO_BAD_BLOCK_WITH_NAME
296 Language=English
297 The file %2 on device %1 contains a bad disk block.
298 .
299
300 MessageId=32
301 Severity=Warning
302 Facility=IO
303 SymbolicName=IO_WRITE_CACHE_ENABLED
304 Language=English
305 The driver detected that the device %1 has its write cache enabled. Data corruption may occur.
306 .
307
308 MessageId=33
309 Severity=Warning
310 Facility=IO
311 SymbolicName=IO_RECOVERED_VIA_ECC
312 Language=English
313 Data was recovered using error correction code on device %1.
314 .
315
316 MessageId=34
317 Severity=Warning
318 Facility=IO
319 SymbolicName=IO_WRITE_CACHE_DISABLED
320 Language=English
321 The driver disabled the write cache on device %1.
322 .
323
324 MessageId=36
325 Severity=Informational
326 Facility=IO
327 SymbolicName=IO_FILE_QUOTA_THRESHOLD
328 Language=English
329 A user hit their quota threshold on volume %2.
330 .
331
332 MessageId=37
333 Severity=Informational
334 Facility=IO
335 SymbolicName=IO_FILE_QUOTA_LIMIT
336 Language=English
337 A user hit their quota limit on volume %2.
338 .
339
340 MessageId=38
341 Severity=Informational
342 Facility=IO
343 SymbolicName=IO_FILE_QUOTA_STARTED
344 Language=English
345 The system has started rebuilding the user disk quota information on
346 device %1 with label "%2".
347 .
348
349 MessageId=39
350 Severity=Informational
351 Facility=IO
352 SymbolicName=IO_FILE_QUOTA_SUCCEEDED
353 Language=English
354 The system has successfully rebuilt the user disk quota information on
355 device %1 with label "%2".
356 .
357
358 MessageId=40
359 Severity=Warning
360 Facility=IO
361 SymbolicName=IO_FILE_QUOTA_FAILED
362 Language=English
363 The system has encounted an error rebuilding the user disk quota
364 information on device %1 with label "%2".
365 .