196478103d227f14708ada09a0f4b6b6707216da
[reactos.git] / sdk / include / reactos / mc / netmsgmsg.mc
1 ;
2 ; netmsg_msg.mc MESSAGE resources for netmsg.dll
3 ;
4 ;
5 ; IMPORTANT: When a new language is added, all messages in this file need to be
6 ; either translated or at least duplicated for the new language.
7 ; This is a new requirement by MS mc.exe
8 ; To do this, start with a regex replace:
9 ; - In VS IDE: "Language=English\r\n(?<String>(?:[^\.].*\r\n)*\.\r\n)" -> "Language=English\r\n${String}Language=MyLanguage\r\n${String}"
10 ; - In Notepad++: "Language=English\r\n([^\.].*\r\n\.\r\n)" -> "Language=English\r\n(\1)Language=MyLanguage\r\n(\1)"
11 ;
12
13 ;
14 ; Polish translation by
15 ; Romanian translation by Ștefan Fulea (stefan dot fulea at mail dot com)
16 ; Russian translation by Kudratov Olimjon (olim98@bk.ru)
17 ; Spanish translation by Ismael Ferreras Morezuelas <2014-11-07>
18 ; Turkish translation by 2015 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net)
19 ; Simplified Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com)
20 ; Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com)
21 ;
22
23 MessageIdTypedef=DWORD
24
25 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
26 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
27 Warning=0x2:STATUS_SEVERITY_WARNING
28 Error=0x3:STATUS_SEVERITY_ERROR
29 )
30
31 FacilityNames=(System=0x0:FACILITY_SYSTEM
32 )
33
34 LanguageNames=(English=0x409:MSG00409
35 Polish=0x415:MSG00415
36 Romanian=0x418:MSG00418
37 Russian=0x419:MSG00419
38 Spanish=0x40A:MSG0040A
39 Turkish=0x41F:MSG0041F
40 Chinese=0x804:MSG00804
41 Taiwanese=0x404:MSG00404
42 )
43
44
45 ;
46 ; lmerr.h message definitions (2100 - 2999 NERR_BASE)
47 ;
48
49 MessageId=2102
50 Severity=Success
51 Facility=System
52 SymbolicName=NERR_NetNotStarted
53 Language=English
54 The workstation driver is not installed.
55 .
56 Language=Polish
57 The workstation driver is not installed.
58 .
59 Language=Romanian
60 The workstation driver is not installed.
61 .
62 Language=Russian
63 The workstation driver is not installed.
64 .
65 Language=Spanish
66 The workstation driver is not installed.
67 .
68 Language=Turkish
69 The workstation driver is not installed.
70 .
71 Language=Chinese
72 The workstation driver is not installed.
73 .
74 Language=Taiwanese
75 The workstation driver is not installed.
76 .
77
78 MessageId=2103
79 Severity=Success
80 Facility=System
81 SymbolicName=NERR_UnknownServer
82 Language=English
83 The server could not be located.
84 .
85 Language=Polish
86 The server could not be located.
87 .
88 Language=Romanian
89 The server could not be located.
90 .
91 Language=Russian
92 The server could not be located.
93 .
94 Language=Spanish
95 The server could not be located.
96 .
97 Language=Turkish
98 The server could not be located.
99 .
100 Language=Chinese
101 The server could not be located.
102 .
103 Language=Taiwanese
104 The server could not be located.
105 .
106
107 MessageId=2104
108 Severity=Success
109 Facility=System
110 SymbolicName=NERR_ShareMem
111 Language=English
112 An internal error occurred. The network cannot access a shared memory segment.
113 .
114 Language=Polish
115 An internal error occurred. The network cannot access a shared memory segment.
116 .
117 Language=Romanian
118 An internal error occurred. The network cannot access a shared memory segment.
119 .
120 Language=Russian
121 An internal error occurred. The network cannot access a shared memory segment.
122 .
123 Language=Spanish
124 An internal error occurred. The network cannot access a shared memory segment.
125 .
126 Language=Turkish
127 An internal error occurred. The network cannot access a shared memory segment.
128 .
129 Language=Chinese
130 An internal error occurred. The network cannot access a shared memory segment.
131 .
132 Language=Taiwanese
133 An internal error occurred. The network cannot access a shared memory segment.
134 .
135
136 MessageId=2105
137 Severity=Success
138 Facility=System
139 SymbolicName=NERR_NoNetworkResource
140 Language=English
141 A network resource shortage occurred.
142 .
143 Language=Polish
144 A network resource shortage occurred.
145 .
146 Language=Romanian
147 A network resource shortage occurred.
148 .
149 Language=Russian
150 A network resource shortage occurred.
151 .
152 Language=Spanish
153 A network resource shortage occurred.
154 .
155 Language=Turkish
156 A network resource shortage occurred.
157 .
158 Language=Chinese
159 A network resource shortage occurred.
160 .
161 Language=Taiwanese
162 A network resource shortage occurred.
163 .
164
165 MessageId=2106
166 Severity=Success
167 Facility=System
168 SymbolicName=NERR_RemoteOnly
169 Language=English
170 This operation is not supported on workstations.
171 .
172 Language=Polish
173 This operation is not supported on workstations.
174 .
175 Language=Romanian
176 This operation is not supported on workstations.
177 .
178 Language=Russian
179 This operation is not supported on workstations.
180 .
181 Language=Spanish
182 This operation is not supported on workstations.
183 .
184 Language=Turkish
185 This operation is not supported on workstations.
186 .
187 Language=Chinese
188 This operation is not supported on workstations.
189 .
190 Language=Taiwanese
191 This operation is not supported on workstations.
192 .
193
194 MessageId=2107
195 Severity=Success
196 Facility=System
197 SymbolicName=NERR_DevNotRedirected
198 Language=English
199 The device is not connected.
200 .
201 Language=Polish
202 The device is not connected.
203 .
204 Language=Romanian
205 The device is not connected.
206 .
207 Language=Russian
208 The device is not connected.
209 .
210 Language=Spanish
211 The device is not connected.
212 .
213 Language=Turkish
214 The device is not connected.
215 .
216 Language=Chinese
217 The device is not connected.
218 .
219 Language=Taiwanese
220 The device is not connected.
221 .
222
223 MessageId=2114
224 Severity=Success
225 Facility=System
226 SymbolicName=NERR_ServerNotStarted
227 Language=English
228 The Server service is not started.
229 .
230 Language=Polish
231 The Server service is not started.
232 .
233 Language=Romanian
234 The Server service is not started.
235 .
236 Language=Russian
237 The Server service is not started.
238 .
239 Language=Spanish
240 The Server service is not started.
241 .
242 Language=Turkish
243 The Server service is not started.
244 .
245 Language=Chinese
246 The Server service is not started.
247 .
248 Language=Taiwanese
249 The Server service is not started.
250 .
251
252 MessageId=2115
253 Severity=Success
254 Facility=System
255 SymbolicName=NERR_ItemNotFound
256 Language=English
257 The queue is empty.
258 .
259 Language=Polish
260 The queue is empty.
261 .
262 Language=Romanian
263 The queue is empty.
264 .
265 Language=Russian
266 The queue is empty.
267 .
268 Language=Spanish
269 The queue is empty.
270 .
271 Language=Turkish
272 The queue is empty.
273 .
274 Language=Chinese
275 The queue is empty.
276 .
277 Language=Taiwanese
278 The queue is empty.
279 .
280
281 MessageId=2116
282 Severity=Success
283 Facility=System
284 SymbolicName=NERR_UnknownDevDir
285 Language=English
286 The device or directory does not exist.
287 .
288 Language=Polish
289 The device or directory does not exist.
290 .
291 Language=Romanian
292 The device or directory does not exist.
293 .
294 Language=Russian
295 The device or directory does not exist.
296 .
297 Language=Spanish
298 The device or directory does not exist.
299 .
300 Language=Turkish
301 The device or directory does not exist.
302 .
303 Language=Chinese
304 The device or directory does not exist.
305 .
306 Language=Taiwanese
307 The device or directory does not exist.
308 .
309
310 MessageId=2117
311 Severity=Success
312 Facility=System
313 SymbolicName=NERR_RedirectedPath
314 Language=English
315 The operation is invalid on a redirected resource.
316 .
317 Language=Polish
318 The operation is invalid on a redirected resource.
319 .
320 Language=Romanian
321 The operation is invalid on a redirected resource.
322 .
323 Language=Russian
324 The operation is invalid on a redirected resource.
325 .
326 Language=Spanish
327 The operation is invalid on a redirected resource.
328 .
329 Language=Turkish
330 The operation is invalid on a redirected resource.
331 .
332 Language=Chinese
333 The operation is invalid on a redirected resource.
334 .
335 Language=Taiwanese
336 The operation is invalid on a redirected resource.
337 .
338
339 MessageId=2118
340 Severity=Success
341 Facility=System
342 SymbolicName=NERR_DuplicateShare
343 Language=English
344 The name has already been shared.
345 .
346 Language=Polish
347 The name has already been shared.
348 .
349 Language=Romanian
350 The name has already been shared.
351 .
352 Language=Russian
353 The name has already been shared.
354 .
355 Language=Spanish
356 The name has already been shared.
357 .
358 Language=Turkish
359 The name has already been shared.
360 .
361 Language=Chinese
362 The name has already been shared.
363 .
364 Language=Taiwanese
365 The name has already been shared.
366 .
367
368 MessageId=2119
369 Severity=Success
370 Facility=System
371 SymbolicName=NERR_NoRoom
372 Language=English
373 The server is currently out of the requested resource.
374 .
375 Language=Polish
376 The server is currently out of the requested resource.
377 .
378 Language=Romanian
379 The server is currently out of the requested resource.
380 .
381 Language=Russian
382 The server is currently out of the requested resource.
383 .
384 Language=Spanish
385 The server is currently out of the requested resource.
386 .
387 Language=Turkish
388 The server is currently out of the requested resource.
389 .
390 Language=Chinese
391 The server is currently out of the requested resource.
392 .
393 Language=Taiwanese
394 The server is currently out of the requested resource.
395 .
396
397 MessageId=2121
398 Severity=Success
399 Facility=System
400 SymbolicName=NERR_TooManyItems
401 Language=English
402 Requested addition of items exceeds the maximum allowed.
403 .
404 Language=Polish
405 Requested addition of items exceeds the maximum allowed.
406 .
407 Language=Romanian
408 Requested addition of items exceeds the maximum allowed.
409 .
410 Language=Russian
411 Requested addition of items exceeds the maximum allowed.
412 .
413 Language=Spanish
414 Requested addition of items exceeds the maximum allowed.
415 .
416 Language=Turkish
417 Requested addition of items exceeds the maximum allowed.
418 .
419 Language=Chinese
420 Requested addition of items exceeds the maximum allowed.
421 .
422 Language=Taiwanese
423 Requested addition of items exceeds the maximum allowed.
424 .
425
426 MessageId=2122
427 Severity=Success
428 Facility=System
429 SymbolicName=NERR_InvalidMaxUsers
430 Language=English
431 The Peer service supports only two simultaneous users.
432 .
433 Language=Polish
434 The Peer service supports only two simultaneous users.
435 .
436 Language=Romanian
437 The Peer service supports only two simultaneous users.
438 .
439 Language=Russian
440 The Peer service supports only two simultaneous users.
441 .
442 Language=Spanish
443 The Peer service supports only two simultaneous users.
444 .
445 Language=Turkish
446 The Peer service supports only two simultaneous users.
447 .
448 Language=Chinese
449 The Peer service supports only two simultaneous users.
450 .
451 Language=Taiwanese
452 The Peer service supports only two simultaneous users.
453 .
454
455 MessageId=2123
456 Severity=Success
457 Facility=System
458 SymbolicName=NERR_BufTooSmall
459 Language=English
460 The API return buffer is too small.
461 .
462 Language=Polish
463 The API return buffer is too small.
464 .
465 Language=Romanian
466 The API return buffer is too small.
467 .
468 Language=Russian
469 The API return buffer is too small.
470 .
471 Language=Spanish
472 The API return buffer is too small.
473 .
474 Language=Turkish
475 The API return buffer is too small.
476 .
477 Language=Chinese
478 The API return buffer is too small.
479 .
480 Language=Taiwanese
481 The API return buffer is too small.
482 .
483
484 MessageId=2127
485 Severity=Success
486 Facility=System
487 SymbolicName=NERR_RemoteErr
488 Language=English
489 A remote API error occurred.
490 .
491 Language=Polish
492 A remote API error occurred.
493 .
494 Language=Romanian
495 A remote API error occurred.
496 .
497 Language=Russian
498 A remote API error occurred.
499 .
500 Language=Spanish
501 A remote API error occurred.
502 .
503 Language=Turkish
504 A remote API error occurred.
505 .
506 Language=Chinese
507 A remote API error occurred.
508 .
509 Language=Taiwanese
510 A remote API error occurred.
511 .
512
513 MessageId=2131
514 Severity=Success
515 Facility=System
516 SymbolicName=NERR_LanmanIniError
517 Language=English
518 An error occurred when opening or reading the configuration file.
519 .
520 Language=Polish
521 An error occurred when opening or reading the configuration file.
522 .
523 Language=Romanian
524 An error occurred when opening or reading the configuration file.
525 .
526 Language=Russian
527 An error occurred when opening or reading the configuration file.
528 .
529 Language=Spanish
530 An error occurred when opening or reading the configuration file.
531 .
532 Language=Turkish
533 An error occurred when opening or reading the configuration file.
534 .
535 Language=Chinese
536 An error occurred when opening or reading the configuration file.
537 .
538 Language=Taiwanese
539 An error occurred when opening or reading the configuration file.
540 .
541
542 MessageId=2136
543 Severity=Success
544 Facility=System
545 SymbolicName=NERR_NetworkError
546 Language=English
547 A general network error occurred.
548 .
549 Language=Polish
550 A general network error occurred.
551 .
552 Language=Romanian
553 A general network error occurred.
554 .
555 Language=Russian
556 A general network error occurred.
557 .
558 Language=Spanish
559 A general network error occurred.
560 .
561 Language=Turkish
562 A general network error occurred.
563 .
564 Language=Chinese
565 A general network error occurred.
566 .
567 Language=Taiwanese
568 A general network error occurred.
569 .
570
571 MessageId=2137
572 Severity=Success
573 Facility=System
574 SymbolicName=NERR_WkstaInconsistentState
575 Language=English
576 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
577 .
578 Language=Polish
579 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
580 .
581 Language=Romanian
582 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
583 .
584 Language=Russian
585 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
586 .
587 Language=Spanish
588 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
589 .
590 Language=Turkish
591 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
592 .
593 Language=Chinese
594 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
595 .
596 Language=Taiwanese
597 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
598 .
599
600 MessageId=2138
601 Severity=Success
602 Facility=System
603 SymbolicName=NERR_WkstaNotStarted
604 Language=English
605 The Workstation service has not been started.
606 .
607 Language=Polish
608 The Workstation service has not been started.
609 .
610 Language=Romanian
611 The Workstation service has not been started.
612 .
613 Language=Russian
614 The Workstation service has not been started.
615 .
616 Language=Spanish
617 The Workstation service has not been started.
618 .
619 Language=Turkish
620 The Workstation service has not been started.
621 .
622 Language=Chinese
623 The Workstation service has not been started.
624 .
625 Language=Taiwanese
626 The Workstation service has not been started.
627 .
628
629 MessageId=2139
630 Severity=Success
631 Facility=System
632 SymbolicName=NERR_BrowserNotStarted
633 Language=English
634 The requested information is not available.
635 .
636 Language=Polish
637 The requested information is not available.
638 .
639 Language=Romanian
640 The requested information is not available.
641 .
642 Language=Russian
643 The requested information is not available.
644 .
645 Language=Spanish
646 The requested information is not available.
647 .
648 Language=Turkish
649 The requested information is not available.
650 .
651 Language=Chinese
652 The requested information is not available.
653 .
654 Language=Taiwanese
655 The requested information is not available.
656 .
657
658 MessageId=2140
659 Severity=Success
660 Facility=System
661 SymbolicName=NERR_InternalError
662 Language=English
663 An internal error occurred.
664 .
665 Language=Polish
666 An internal error occurred.
667 .
668 Language=Romanian
669 An internal error occurred.
670 .
671 Language=Russian
672 An internal error occurred.
673 .
674 Language=Spanish
675 An internal error occurred.
676 .
677 Language=Turkish
678 An internal error occurred.
679 .
680 Language=Chinese
681 An internal error occurred.
682 .
683 Language=Taiwanese
684 An internal error occurred.
685 .
686
687 MessageId=2141
688 Severity=Success
689 Facility=System
690 SymbolicName=NERR_BadTransactConfig
691 Language=English
692 The server is not configured for transactions.
693 .
694 Language=Polish
695 The server is not configured for transactions.
696 .
697 Language=Romanian
698 The server is not configured for transactions.
699 .
700 Language=Russian
701 The server is not configured for transactions.
702 .
703 Language=Spanish
704 The server is not configured for transactions.
705 .
706 Language=Turkish
707 The server is not configured for transactions.
708 .
709 Language=Chinese
710 The server is not configured for transactions.
711 .
712 Language=Taiwanese
713 The server is not configured for transactions.
714 .
715
716 MessageId=2142
717 Severity=Success
718 Facility=System
719 SymbolicName=NERR_InvalidAPI
720 Language=English
721 The requested API is not supported on the remote server.
722 .
723 Language=Polish
724 The requested API is not supported on the remote server.
725 .
726 Language=Romanian
727 The requested API is not supported on the remote server.
728 .
729 Language=Russian
730 The requested API is not supported on the remote server.
731 .
732 Language=Spanish
733 The requested API is not supported on the remote server.
734 .
735 Language=Turkish
736 The requested API is not supported on the remote server.
737 .
738 Language=Chinese
739 The requested API is not supported on the remote server.
740 .
741 Language=Taiwanese
742 The requested API is not supported on the remote server.
743 .
744
745 MessageId=2143
746 Severity=Success
747 Facility=System
748 SymbolicName=NERR_BadEventName
749 Language=English
750 The event name is invalid.
751 .
752 Language=Polish
753 The event name is invalid.
754 .
755 Language=Romanian
756 The event name is invalid.
757 .
758 Language=Russian
759 The event name is invalid.
760 .
761 Language=Spanish
762 The event name is invalid.
763 .
764 Language=Turkish
765 The event name is invalid.
766 .
767 Language=Chinese
768 The event name is invalid.
769 .
770 Language=Taiwanese
771 The event name is invalid.
772 .
773
774 MessageId=2144
775 Severity=Success
776 Facility=System
777 SymbolicName=NERR_DupNameReboot
778 Language=English
779 The computer name already exists on the network. Change it and restart the computer.
780 .
781 Language=Polish
782 The computer name already exists on the network. Change it and restart the computer.
783 .
784 Language=Romanian
785 The computer name already exists on the network. Change it and restart the computer.
786 .
787 Language=Russian
788 The computer name already exists on the network. Change it and restart the computer.
789 .
790 Language=Spanish
791 The computer name already exists on the network. Change it and restart the computer.
792 .
793 Language=Turkish
794 The computer name already exists on the network. Change it and restart the computer.
795 .
796 Language=Chinese
797 The computer name already exists on the network. Change it and restart the computer.
798 .
799 Language=Taiwanese
800 The computer name already exists on the network. Change it and restart the computer.
801 .
802
803 MessageId=2146
804 Severity=Success
805 Facility=System
806 SymbolicName=NERR_CfgCompNotFound
807 Language=English
808 The specified component could not be found in the configuration information.
809 .
810 Language=Polish
811 The specified component could not be found in the configuration information.
812 .
813 Language=Romanian
814 The specified component could not be found in the configuration information.
815 .
816 Language=Russian
817 The specified component could not be found in the configuration information.
818 .
819 Language=Spanish
820 The specified component could not be found in the configuration information.
821 .
822 Language=Turkish
823 The specified component could not be found in the configuration information.
824 .
825 Language=Chinese
826 The specified component could not be found in the configuration information.
827 .
828 Language=Taiwanese
829 The specified component could not be found in the configuration information.
830 .
831
832 MessageId=2147
833 Severity=Success
834 Facility=System
835 SymbolicName=NERR_CfgParamNotFound
836 Language=English
837 The specified parameter could not be found in the configuration information.
838 .
839 Language=Polish
840 The specified parameter could not be found in the configuration information.
841 .
842 Language=Romanian
843 The specified parameter could not be found in the configuration information.
844 .
845 Language=Russian
846 The specified parameter could not be found in the configuration information.
847 .
848 Language=Spanish
849 The specified parameter could not be found in the configuration information.
850 .
851 Language=Turkish
852 The specified parameter could not be found in the configuration information.
853 .
854 Language=Chinese
855 The specified parameter could not be found in the configuration information.
856 .
857 Language=Taiwanese
858 The specified parameter could not be found in the configuration information.
859 .
860
861 MessageId=2149
862 Severity=Success
863 Facility=System
864 SymbolicName=NERR_LineTooLong
865 Language=English
866 A line in the configuration file is too long.
867 .
868 Language=Polish
869 A line in the configuration file is too long.
870 .
871 Language=Romanian
872 A line in the configuration file is too long.
873 .
874 Language=Russian
875 A line in the configuration file is too long.
876 .
877 Language=Spanish
878 A line in the configuration file is too long.
879 .
880 Language=Turkish
881 A line in the configuration file is too long.
882 .
883 Language=Chinese
884 A line in the configuration file is too long.
885 .
886 Language=Taiwanese
887 A line in the configuration file is too long.
888 .
889
890 MessageId=2150
891 Severity=Success
892 Facility=System
893 SymbolicName=NERR_QNotFound
894 Language=English
895 The printer does not exist.
896 .
897 Language=Polish
898 The printer does not exist.
899 .
900 Language=Romanian
901 The printer does not exist.
902 .
903 Language=Russian
904 The printer does not exist.
905 .
906 Language=Spanish
907 The printer does not exist.
908 .
909 Language=Turkish
910 The printer does not exist.
911 .
912 Language=Chinese
913 The printer does not exist.
914 .
915 Language=Taiwanese
916 The printer does not exist.
917 .
918
919 MessageId=2151
920 Severity=Success
921 Facility=System
922 SymbolicName=NERR_JobNotFound
923 Language=English
924 The print job does not exist.
925 .
926 Language=Polish
927 The print job does not exist.
928 .
929 Language=Romanian
930 The print job does not exist.
931 .
932 Language=Russian
933 The print job does not exist.
934 .
935 Language=Spanish
936 The print job does not exist.
937 .
938 Language=Turkish
939 The print job does not exist.
940 .
941 Language=Chinese
942 The print job does not exist.
943 .
944 Language=Taiwanese
945 The print job does not exist.
946 .
947
948 MessageId=2152
949 Severity=Success
950 Facility=System
951 SymbolicName=NERR_DestNotFound
952 Language=English
953 The printer destination cannot be found.
954 .
955 Language=Polish
956 The printer destination cannot be found.
957 .
958 Language=Romanian
959 The printer destination cannot be found.
960 .
961 Language=Russian
962 The printer destination cannot be found.
963 .
964 Language=Spanish
965 The printer destination cannot be found.
966 .
967 Language=Turkish
968 The printer destination cannot be found.
969 .
970 Language=Chinese
971 The printer destination cannot be found.
972 .
973 Language=Taiwanese
974 The printer destination cannot be found.
975 .
976
977 MessageId=2153
978 Severity=Success
979 Facility=System
980 SymbolicName=NERR_DestExists
981 Language=English
982 The printer destination already exists.
983 .
984 Language=Polish
985 The printer destination already exists.
986 .
987 Language=Romanian
988 The printer destination already exists.
989 .
990 Language=Russian
991 The printer destination already exists.
992 .
993 Language=Spanish
994 The printer destination already exists.
995 .
996 Language=Turkish
997 The printer destination already exists.
998 .
999 Language=Chinese
1000 The printer destination already exists.
1001 .
1002 Language=Taiwanese
1003 The printer destination already exists.
1004 .
1005
1006 MessageId=2154
1007 Severity=Success
1008 Facility=System
1009 SymbolicName=NERR_QExists
1010 Language=English
1011 The printer queue already exists.
1012 .
1013 Language=Polish
1014 The printer queue already exists.
1015 .
1016 Language=Romanian
1017 The printer queue already exists.
1018 .
1019 Language=Russian
1020 The printer queue already exists.
1021 .
1022 Language=Spanish
1023 The printer queue already exists.
1024 .
1025 Language=Turkish
1026 The printer queue already exists.
1027 .
1028 Language=Chinese
1029 The printer queue already exists.
1030 .
1031 Language=Taiwanese
1032 The printer queue already exists.
1033 .
1034
1035 MessageId=2155
1036 Severity=Success
1037 Facility=System
1038 SymbolicName=NERR_QNoRoom
1039 Language=English
1040 No more printers can be added.
1041 .
1042 Language=Polish
1043 No more printers can be added.
1044 .
1045 Language=Romanian
1046 No more printers can be added.
1047 .
1048 Language=Russian
1049 No more printers can be added.
1050 .
1051 Language=Spanish
1052 No more printers can be added.
1053 .
1054 Language=Turkish
1055 No more printers can be added.
1056 .
1057 Language=Chinese
1058 No more printers can be added.
1059 .
1060 Language=Taiwanese
1061 No more printers can be added.
1062 .
1063
1064 MessageId=2156
1065 Severity=Success
1066 Facility=System
1067 SymbolicName=NERR_JobNoRoom
1068 Language=English
1069 No more print jobs can be added.
1070 .
1071 Language=Polish
1072 No more print jobs can be added.
1073 .
1074 Language=Romanian
1075 No more print jobs can be added.
1076 .
1077 Language=Russian
1078 No more print jobs can be added.
1079 .
1080 Language=Spanish
1081 No more print jobs can be added.
1082 .
1083 Language=Turkish
1084 No more print jobs can be added.
1085 .
1086 Language=Chinese
1087 No more print jobs can be added.
1088 .
1089 Language=Taiwanese
1090 No more print jobs can be added.
1091 .
1092
1093 MessageId=2157
1094 Severity=Success
1095 Facility=System
1096 SymbolicName=NERR_DestNoRoom
1097 Language=English
1098 No more printer destinations can be added.
1099 .
1100 Language=Polish
1101 No more printer destinations can be added.
1102 .
1103 Language=Romanian
1104 No more printer destinations can be added.
1105 .
1106 Language=Russian
1107 No more printer destinations can be added.
1108 .
1109 Language=Spanish
1110 No more printer destinations can be added.
1111 .
1112 Language=Turkish
1113 No more printer destinations can be added.
1114 .
1115 Language=Chinese
1116 No more printer destinations can be added.
1117 .
1118 Language=Taiwanese
1119 No more printer destinations can be added.
1120 .
1121
1122 MessageId=2158
1123 Severity=Success
1124 Facility=System
1125 SymbolicName=NERR_DestIdle
1126 Language=English
1127 This printer destination is idle and cannot accept control operations.
1128 .
1129 Language=Polish
1130 This printer destination is idle and cannot accept control operations.
1131 .
1132 Language=Romanian
1133 This printer destination is idle and cannot accept control operations.
1134 .
1135 Language=Russian
1136 This printer destination is idle and cannot accept control operations.
1137 .
1138 Language=Spanish
1139 This printer destination is idle and cannot accept control operations.
1140 .
1141 Language=Turkish
1142 This printer destination is idle and cannot accept control operations.
1143 .
1144 Language=Chinese
1145 This printer destination is idle and cannot accept control operations.
1146 .
1147 Language=Taiwanese
1148 This printer destination is idle and cannot accept control operations.
1149 .
1150
1151 MessageId=2159
1152 Severity=Success
1153 Facility=System
1154 SymbolicName=NERR_DestInvalidOp
1155 Language=English
1156 This printer destination request contains an invalid control function.
1157 .
1158 Language=Polish
1159 This printer destination request contains an invalid control function.
1160 .
1161 Language=Romanian
1162 This printer destination request contains an invalid control function.
1163 .
1164 Language=Russian
1165 This printer destination request contains an invalid control function.
1166 .
1167 Language=Spanish
1168 This printer destination request contains an invalid control function.
1169 .
1170 Language=Turkish
1171 This printer destination request contains an invalid control function.
1172 .
1173 Language=Chinese
1174 This printer destination request contains an invalid control function.
1175 .
1176 Language=Taiwanese
1177 This printer destination request contains an invalid control function.
1178 .
1179
1180 MessageId=2160
1181 Severity=Success
1182 Facility=System
1183 SymbolicName=NERR_ProcNoRespond
1184 Language=English
1185 The print processor is not responding.
1186 .
1187 Language=Polish
1188 The print processor is not responding.
1189 .
1190 Language=Romanian
1191 The print processor is not responding.
1192 .
1193 Language=Russian
1194 The print processor is not responding.
1195 .
1196 Language=Spanish
1197 The print processor is not responding.
1198 .
1199 Language=Turkish
1200 The print processor is not responding.
1201 .
1202 Language=Chinese
1203 The print processor is not responding.
1204 .
1205 Language=Taiwanese
1206 The print processor is not responding.
1207 .
1208
1209 MessageId=2161
1210 Severity=Success
1211 Facility=System
1212 SymbolicName=NERR_SpoolerNotLoaded
1213 Language=English
1214 The spooler is not running.
1215 .
1216 Language=Polish
1217 The spooler is not running.
1218 .
1219 Language=Romanian
1220 The spooler is not running.
1221 .
1222 Language=Russian
1223 The spooler is not running.
1224 .
1225 Language=Spanish
1226 The spooler is not running.
1227 .
1228 Language=Turkish
1229 The spooler is not running.
1230 .
1231 Language=Chinese
1232 The spooler is not running.
1233 .
1234 Language=Taiwanese
1235 The spooler is not running.
1236 .
1237
1238 MessageId=2162
1239 Severity=Success
1240 Facility=System
1241 SymbolicName=NERR_DestInvalidState
1242 Language=English
1243 This operation cannot be performed on the print destination in its current state.
1244 .
1245 Language=Polish
1246 This operation cannot be performed on the print destination in its current state.
1247 .
1248 Language=Romanian
1249 This operation cannot be performed on the print destination in its current state.
1250 .
1251 Language=Russian
1252 This operation cannot be performed on the print destination in its current state.
1253 .
1254 Language=Spanish
1255 This operation cannot be performed on the print destination in its current state.
1256 .
1257 Language=Turkish
1258 This operation cannot be performed on the print destination in its current state.
1259 .
1260 Language=Chinese
1261 This operation cannot be performed on the print destination in its current state.
1262 .
1263 Language=Taiwanese
1264 This operation cannot be performed on the print destination in its current state.
1265 .
1266
1267 MessageId=2163
1268 Severity=Success
1269 Facility=System
1270 SymbolicName=NERR_QInvalidState
1271 Language=English
1272 This operation cannot be performed on the printer queue in its current state.
1273 .
1274 Language=Polish
1275 This operation cannot be performed on the printer queue in its current state.
1276 .
1277 Language=Romanian
1278 This operation cannot be performed on the printer queue in its current state.
1279 .
1280 Language=Russian
1281 This operation cannot be performed on the printer queue in its current state.
1282 .
1283 Language=Spanish
1284 This operation cannot be performed on the printer queue in its current state.
1285 .
1286 Language=Turkish
1287 This operation cannot be performed on the printer queue in its current state.
1288 .
1289 Language=Chinese
1290 This operation cannot be performed on the printer queue in its current state.
1291 .
1292 Language=Taiwanese
1293 This operation cannot be performed on the printer queue in its current state.
1294 .
1295
1296 MessageId=2164
1297 Severity=Success
1298 Facility=System
1299 SymbolicName=NERR_JobInvalidState
1300 Language=English
1301 This operation cannot be performed on the print job in its current state.
1302 .
1303 Language=Polish
1304 This operation cannot be performed on the print job in its current state.
1305 .
1306 Language=Romanian
1307 This operation cannot be performed on the print job in its current state.
1308 .
1309 Language=Russian
1310 This operation cannot be performed on the print job in its current state.
1311 .
1312 Language=Spanish
1313 This operation cannot be performed on the print job in its current state.
1314 .
1315 Language=Turkish
1316 This operation cannot be performed on the print job in its current state.
1317 .
1318 Language=Chinese
1319 This operation cannot be performed on the print job in its current state.
1320 .
1321 Language=Taiwanese
1322 This operation cannot be performed on the print job in its current state.
1323 .
1324
1325 MessageId=2165
1326 Severity=Success
1327 Facility=System
1328 SymbolicName=NERR_SpoolNoMemory
1329 Language=English
1330 A spooler memory allocation failure occurred.
1331 .
1332 Language=Polish
1333 A spooler memory allocation failure occurred.
1334 .
1335 Language=Romanian
1336 A spooler memory allocation failure occurred.
1337 .
1338 Language=Russian
1339 A spooler memory allocation failure occurred.
1340 .
1341 Language=Spanish
1342 A spooler memory allocation failure occurred.
1343 .
1344 Language=Turkish
1345 A spooler memory allocation failure occurred.
1346 .
1347 Language=Chinese
1348 A spooler memory allocation failure occurred.
1349 .
1350 Language=Taiwanese
1351 A spooler memory allocation failure occurred.
1352 .
1353
1354 MessageId=2166
1355 Severity=Success
1356 Facility=System
1357 SymbolicName=NERR_DriverNotFound
1358 Language=English
1359 The device driver does not exist.
1360 .
1361 Language=Polish
1362 The device driver does not exist.
1363 .
1364 Language=Romanian
1365 The device driver does not exist.
1366 .
1367 Language=Russian
1368 The device driver does not exist.
1369 .
1370 Language=Spanish
1371 The device driver does not exist.
1372 .
1373 Language=Turkish
1374 The device driver does not exist.
1375 .
1376 Language=Chinese
1377 The device driver does not exist.
1378 .
1379 Language=Taiwanese
1380 The device driver does not exist.
1381 .
1382
1383 MessageId=2167
1384 Severity=Success
1385 Facility=System
1386 SymbolicName=NERR_DataTypeInvalid
1387 Language=English
1388 The data type is not supported by the print processor.
1389 .
1390 Language=Polish
1391 The data type is not supported by the print processor.
1392 .
1393 Language=Romanian
1394 The data type is not supported by the print processor.
1395 .
1396 Language=Russian
1397 The data type is not supported by the print processor.
1398 .
1399 Language=Spanish
1400 The data type is not supported by the print processor.
1401 .
1402 Language=Turkish
1403 The data type is not supported by the print processor.
1404 .
1405 Language=Chinese
1406 The data type is not supported by the print processor.
1407 .
1408 Language=Taiwanese
1409 The data type is not supported by the print processor.
1410 .
1411
1412 MessageId=2168
1413 Severity=Success
1414 Facility=System
1415 SymbolicName=NERR_ProcNotFound
1416 Language=English
1417 The print processor is not installed.
1418 .
1419 Language=Polish
1420 The print processor is not installed.
1421 .
1422 Language=Romanian
1423 The print processor is not installed.
1424 .
1425 Language=Russian
1426 The print processor is not installed.
1427 .
1428 Language=Spanish
1429 The print processor is not installed.
1430 .
1431 Language=Turkish
1432 The print processor is not installed.
1433 .
1434 Language=Chinese
1435 The print processor is not installed.
1436 .
1437 Language=Taiwanese
1438 The print processor is not installed.
1439 .
1440
1441 MessageId=2180
1442 Severity=Success
1443 Facility=System
1444 SymbolicName=NERR_ServiceTableLocked
1445 Language=English
1446 The service database is locked.
1447 .
1448 Language=Polish
1449 The service database is locked.
1450 .
1451 Language=Romanian
1452 The service database is locked.
1453 .
1454 Language=Russian
1455 The service database is locked.
1456 .
1457 Language=Spanish
1458 The service database is locked.
1459 .
1460 Language=Turkish
1461 The service database is locked.
1462 .
1463 Language=Chinese
1464 The service database is locked.
1465 .
1466 Language=Taiwanese
1467 The service database is locked.
1468 .
1469
1470 MessageId=2181
1471 Severity=Success
1472 Facility=System
1473 SymbolicName=NERR_ServiceTableFull
1474 Language=English
1475 The service table is full.
1476 .
1477 Language=Polish
1478 The service table is full.
1479 .
1480 Language=Romanian
1481 The service table is full.
1482 .
1483 Language=Russian
1484 The service table is full.
1485 .
1486 Language=Spanish
1487 The service table is full.
1488 .
1489 Language=Turkish
1490 The service table is full.
1491 .
1492 Language=Chinese
1493 The service table is full.
1494 .
1495 Language=Taiwanese
1496 The service table is full.
1497 .
1498
1499 MessageId=2182
1500 Severity=Success
1501 Facility=System
1502 SymbolicName=NERR_ServiceInstalled
1503 Language=English
1504 The requested service has already been started.
1505 .
1506 Language=Polish
1507 The requested service has already been started.
1508 .
1509 Language=Romanian
1510 The requested service has already been started.
1511 .
1512 Language=Russian
1513 The requested service has already been started.
1514 .
1515 Language=Spanish
1516 The requested service has already been started.
1517 .
1518 Language=Turkish
1519 The requested service has already been started.
1520 .
1521 Language=Chinese
1522 The requested service has already been started.
1523 .
1524 Language=Taiwanese
1525 The requested service has already been started.
1526 .
1527
1528 MessageId=2183
1529 Severity=Success
1530 Facility=System
1531 SymbolicName=NERR_ServiceEntryLocked
1532 Language=English
1533 The service does not respond to control actions.
1534 .
1535 Language=Polish
1536 The service does not respond to control actions.
1537 .
1538 Language=Romanian
1539 The service does not respond to control actions.
1540 .
1541 Language=Russian
1542 The service does not respond to control actions.
1543 .
1544 Language=Spanish
1545 The service does not respond to control actions.
1546 .
1547 Language=Turkish
1548 The service does not respond to control actions.
1549 .
1550 Language=Chinese
1551 The service does not respond to control actions.
1552 .
1553 Language=Taiwanese
1554 The service does not respond to control actions.
1555 .
1556
1557 MessageId=2184
1558 Severity=Success
1559 Facility=System
1560 SymbolicName=NERR_ServiceNotInstalled
1561 Language=English
1562 The service has not been started.
1563 .
1564 Language=Polish
1565 The service has not been started.
1566 .
1567 Language=Romanian
1568 The service has not been started.
1569 .
1570 Language=Russian
1571 The service has not been started.
1572 .
1573 Language=Spanish
1574 The service has not been started.
1575 .
1576 Language=Turkish
1577 The service has not been started.
1578 .
1579 Language=Chinese
1580 The service has not been started.
1581 .
1582 Language=Taiwanese
1583 The service has not been started.
1584 .
1585
1586 MessageId=2185
1587 Severity=Success
1588 Facility=System
1589 SymbolicName=NERR_BadServiceName
1590 Language=English
1591 The service name is invalid.
1592 .
1593 Language=Polish
1594 The service name is invalid.
1595 .
1596 Language=Romanian
1597 The service name is invalid.
1598 .
1599 Language=Russian
1600 The service name is invalid.
1601 .
1602 Language=Spanish
1603 The service name is invalid.
1604 .
1605 Language=Turkish
1606 The service name is invalid.
1607 .
1608 Language=Chinese
1609 The service name is invalid.
1610 .
1611 Language=Taiwanese
1612 The service name is invalid.
1613 .
1614
1615 MessageId=2186
1616 Severity=Success
1617 Facility=System
1618 SymbolicName=NERR_ServiceCtlTimeout
1619 Language=English
1620 The service is not responding to the control function.
1621 .
1622 Language=Polish
1623 The service is not responding to the control function.
1624 .
1625 Language=Romanian
1626 The service is not responding to the control function.
1627 .
1628 Language=Russian
1629 The service is not responding to the control function.
1630 .
1631 Language=Spanish
1632 The service is not responding to the control function.
1633 .
1634 Language=Turkish
1635 The service is not responding to the control function.
1636 .
1637 Language=Chinese
1638 The service is not responding to the control function.
1639 .
1640 Language=Taiwanese
1641 The service is not responding to the control function.
1642 .
1643
1644 MessageId=2187
1645 Severity=Success
1646 Facility=System
1647 SymbolicName=NERR_ServiceCtlBusy
1648 Language=English
1649 The service control is busy.
1650 .
1651 Language=Polish
1652 The service control is busy.
1653 .
1654 Language=Romanian
1655 The service control is busy.
1656 .
1657 Language=Russian
1658 The service control is busy.
1659 .
1660 Language=Spanish
1661 The service control is busy.
1662 .
1663 Language=Turkish
1664 The service control is busy.
1665 .
1666 Language=Chinese
1667 The service control is busy.
1668 .
1669 Language=Taiwanese
1670 The service control is busy.
1671 .
1672
1673 MessageId=2188
1674 Severity=Success
1675 Facility=System
1676 SymbolicName=NERR_BadServiceProgName
1677 Language=English
1678 The configuration file contains an invalid service program name.
1679 .
1680 Language=Polish
1681 The configuration file contains an invalid service program name.
1682 .
1683 Language=Romanian
1684 The configuration file contains an invalid service program name.
1685 .
1686 Language=Russian
1687 The configuration file contains an invalid service program name.
1688 .
1689 Language=Spanish
1690 The configuration file contains an invalid service program name.
1691 .
1692 Language=Turkish
1693 The configuration file contains an invalid service program name.
1694 .
1695 Language=Chinese
1696 The configuration file contains an invalid service program name.
1697 .
1698 Language=Taiwanese
1699 The configuration file contains an invalid service program name.
1700 .
1701
1702 MessageId=2189
1703 Severity=Success
1704 Facility=System
1705 SymbolicName=NERR_ServiceNotCtrl
1706 Language=English
1707 The service could not be controlled in its present state.
1708 .
1709 Language=Polish
1710 The service could not be controlled in its present state.
1711 .
1712 Language=Romanian
1713 The service could not be controlled in its present state.
1714 .
1715 Language=Russian
1716 The service could not be controlled in its present state.
1717 .
1718 Language=Spanish
1719 The service could not be controlled in its present state.
1720 .
1721 Language=Turkish
1722 The service could not be controlled in its present state.
1723 .
1724 Language=Chinese
1725 The service could not be controlled in its present state.
1726 .
1727 Language=Taiwanese
1728 The service could not be controlled in its present state.
1729 .
1730
1731 MessageId=2190
1732 Severity=Success
1733 Facility=System
1734 SymbolicName=NERR_ServiceKillProc
1735 Language=English
1736 The service ended abnormally.
1737 .
1738 Language=Polish
1739 The service ended abnormally.
1740 .
1741 Language=Romanian
1742 The service ended abnormally.
1743 .
1744 Language=Russian
1745 The service ended abnormally.
1746 .
1747 Language=Spanish
1748 The service ended abnormally.
1749 .
1750 Language=Turkish
1751 The service ended abnormally.
1752 .
1753 Language=Chinese
1754 The service ended abnormally.
1755 .
1756 Language=Taiwanese
1757 The service ended abnormally.
1758 .
1759
1760 MessageId=2191
1761 Severity=Success
1762 Facility=System
1763 SymbolicName=NERR_ServiceCtlNotValid
1764 Language=English
1765 The requested pause, continue, or stop is not valid for this service.
1766 .
1767 Language=Polish
1768 The requested pause, continue, or stop is not valid for this service.
1769 .
1770 Language=Romanian
1771 The requested pause, continue, or stop is not valid for this service.
1772 .
1773 Language=Russian
1774 The requested pause, continue, or stop is not valid for this service.
1775 .
1776 Language=Spanish
1777 The requested pause, continue, or stop is not valid for this service.
1778 .
1779 Language=Turkish
1780 The requested pause, continue, or stop is not valid for this service.
1781 .
1782 Language=Chinese
1783 The requested pause, continue, or stop is not valid for this service.
1784 .
1785 Language=Taiwanese
1786 The requested pause, continue, or stop is not valid for this service.
1787 .
1788
1789 MessageId=2192
1790 Severity=Success
1791 Facility=System
1792 SymbolicName=NERR_NotInDispatchTbl
1793 Language=English
1794 The service control dispatcher could not find the service name in the dispatch table.
1795 .
1796 Language=Polish
1797 The service control dispatcher could not find the service name in the dispatch table.
1798 .
1799 Language=Romanian
1800 The service control dispatcher could not find the service name in the dispatch table.
1801 .
1802 Language=Russian
1803 The service control dispatcher could not find the service name in the dispatch table.
1804 .
1805 Language=Spanish
1806 The service control dispatcher could not find the service name in the dispatch table.
1807 .
1808 Language=Turkish
1809 The service control dispatcher could not find the service name in the dispatch table.
1810 .
1811 Language=Chinese
1812 The service control dispatcher could not find the service name in the dispatch table.
1813 .
1814 Language=Taiwanese
1815 The service control dispatcher could not find the service name in the dispatch table.
1816 .
1817
1818 MessageId=2193
1819 Severity=Success
1820 Facility=System
1821 SymbolicName=NERR_BadControlRecv
1822 Language=English
1823 The service control dispatcher pipe read failed.
1824 .
1825 Language=Polish
1826 The service control dispatcher pipe read failed.
1827 .
1828 Language=Romanian
1829 The service control dispatcher pipe read failed.
1830 .
1831 Language=Russian
1832 The service control dispatcher pipe read failed.
1833 .
1834 Language=Spanish
1835 The service control dispatcher pipe read failed.
1836 .
1837 Language=Turkish
1838 The service control dispatcher pipe read failed.
1839 .
1840 Language=Chinese
1841 The service control dispatcher pipe read failed.
1842 .
1843 Language=Taiwanese
1844 The service control dispatcher pipe read failed.
1845 .
1846
1847 MessageId=2194
1848 Severity=Success
1849 Facility=System
1850 SymbolicName=NERR_ServiceNotStarting
1851 Language=English
1852 A thread for the new service could not be created.
1853 .
1854 Language=Polish
1855 A thread for the new service could not be created.
1856 .
1857 Language=Romanian
1858 A thread for the new service could not be created.
1859 .
1860 Language=Russian
1861 A thread for the new service could not be created.
1862 .
1863 Language=Spanish
1864 A thread for the new service could not be created.
1865 .
1866 Language=Turkish
1867 A thread for the new service could not be created.
1868 .
1869 Language=Chinese
1870 A thread for the new service could not be created.
1871 .
1872 Language=Taiwanese
1873 A thread for the new service could not be created.
1874 .
1875
1876 MessageId=2200
1877 Severity=Success
1878 Facility=System
1879 SymbolicName=NERR_AlreadyLoggedOn
1880 Language=English
1881 This workstation is already logged on to the local-area network.
1882 .
1883 Language=Polish
1884 This workstation is already logged on to the local-area network.
1885 .
1886 Language=Romanian
1887 This workstation is already logged on to the local-area network.
1888 .
1889 Language=Russian
1890 This workstation is already logged on to the local-area network.
1891 .
1892 Language=Spanish
1893 This workstation is already logged on to the local-area network.
1894 .
1895 Language=Turkish
1896 This workstation is already logged on to the local-area network.
1897 .
1898 Language=Chinese
1899 This workstation is already logged on to the local-area network.
1900 .
1901 Language=Taiwanese
1902 This workstation is already logged on to the local-area network.
1903 .
1904
1905 MessageId=2201
1906 Severity=Success
1907 Facility=System
1908 SymbolicName=NERR_NotLoggedOn
1909 Language=English
1910 The workstation is not logged on to the local-area network.
1911 .
1912 Language=Polish
1913 The workstation is not logged on to the local-area network.
1914 .
1915 Language=Romanian
1916 The workstation is not logged on to the local-area network.
1917 .
1918 Language=Russian
1919 The workstation is not logged on to the local-area network.
1920 .
1921 Language=Spanish
1922 The workstation is not logged on to the local-area network.
1923 .
1924 Language=Turkish
1925 The workstation is not logged on to the local-area network.
1926 .
1927 Language=Chinese
1928 The workstation is not logged on to the local-area network.
1929 .
1930 Language=Taiwanese
1931 The workstation is not logged on to the local-area network.
1932 .
1933
1934 MessageId=2202
1935 Severity=Success
1936 Facility=System
1937 SymbolicName=NERR_BadUsername
1938 Language=English
1939 The user name or group name parameter is invalid.
1940 .
1941 Language=Polish
1942 The user name or group name parameter is invalid.
1943 .
1944 Language=Romanian
1945 The user name or group name parameter is invalid.
1946 .
1947 Language=Russian
1948 The user name or group name parameter is invalid.
1949 .
1950 Language=Spanish
1951 The user name or group name parameter is invalid.
1952 .
1953 Language=Turkish
1954 The user name or group name parameter is invalid.
1955 .
1956 Language=Chinese
1957 The user name or group name parameter is invalid.
1958 .
1959 Language=Taiwanese
1960 The user name or group name parameter is invalid.
1961 .
1962
1963 MessageId=2203
1964 Severity=Success
1965 Facility=System
1966 SymbolicName=NERR_BadPassword
1967 Language=English
1968 The password parameter is invalid.
1969 .
1970 Language=Polish
1971 The password parameter is invalid.
1972 .
1973 Language=Romanian
1974 The password parameter is invalid.
1975 .
1976 Language=Russian
1977 The password parameter is invalid.
1978 .
1979 Language=Spanish
1980 The password parameter is invalid.
1981 .
1982 Language=Turkish
1983 The password parameter is invalid.
1984 .
1985 Language=Chinese
1986 The password parameter is invalid.
1987 .
1988 Language=Taiwanese
1989 The password parameter is invalid.
1990 .
1991
1992 MessageId=2204
1993 Severity=Success
1994 Facility=System
1995 SymbolicName=NERR_UnableToAddName_W
1996 Language=English
1997 The logon processor did not add the message alias.
1998 .
1999 Language=Polish
2000 The logon processor did not add the message alias.
2001 .
2002 Language=Romanian
2003 The logon processor did not add the message alias.
2004 .
2005 Language=Russian
2006 The logon processor did not add the message alias.
2007 .
2008 Language=Spanish
2009 The logon processor did not add the message alias.
2010 .
2011 Language=Turkish
2012 The logon processor did not add the message alias.
2013 .
2014 Language=Chinese
2015 The logon processor did not add the message alias.
2016 .
2017 Language=Taiwanese
2018 The logon processor did not add the message alias.
2019 .
2020
2021 MessageId=2205
2022 Severity=Success
2023 Facility=System
2024 SymbolicName=NERR_UnableToAddName_F
2025 Language=English
2026 The logon processor did not add the message alias.
2027 .
2028 Language=Polish
2029 The logon processor did not add the message alias.
2030 .
2031 Language=Romanian
2032 The logon processor did not add the message alias.
2033 .
2034 Language=Russian
2035 The logon processor did not add the message alias.
2036 .
2037 Language=Spanish
2038 The logon processor did not add the message alias.
2039 .
2040 Language=Turkish
2041 The logon processor did not add the message alias.
2042 .
2043 Language=Chinese
2044 The logon processor did not add the message alias.
2045 .
2046 Language=Taiwanese
2047 The logon processor did not add the message alias.
2048 .
2049
2050 MessageId=2206
2051 Severity=Success
2052 Facility=System
2053 SymbolicName=NERR_UnableToDelName_W
2054 Language=English
2055 The logoff processor did not delete the message alias.
2056 .
2057 Language=Polish
2058 The logoff processor did not delete the message alias.
2059 .
2060 Language=Romanian
2061 The logoff processor did not delete the message alias.
2062 .
2063 Language=Russian
2064 The logoff processor did not delete the message alias.
2065 .
2066 Language=Spanish
2067 The logoff processor did not delete the message alias.
2068 .
2069 Language=Turkish
2070 The logoff processor did not delete the message alias.
2071 .
2072 Language=Chinese
2073 The logoff processor did not delete the message alias.
2074 .
2075 Language=Taiwanese
2076 The logoff processor did not delete the message alias.
2077 .
2078
2079 MessageId=2207
2080 Severity=Success
2081 Facility=System
2082 SymbolicName=NERR_UnableToDelName_F
2083 Language=English
2084 The logoff processor did not delete the message alias.
2085 .
2086 Language=Polish
2087 The logoff processor did not delete the message alias.
2088 .
2089 Language=Romanian
2090 The logoff processor did not delete the message alias.
2091 .
2092 Language=Russian
2093 The logoff processor did not delete the message alias.
2094 .
2095 Language=Spanish
2096 The logoff processor did not delete the message alias.
2097 .
2098 Language=Turkish
2099 The logoff processor did not delete the message alias.
2100 .
2101 Language=Chinese
2102 The logoff processor did not delete the message alias.
2103 .
2104 Language=Taiwanese
2105 The logoff processor did not delete the message alias.
2106 .
2107
2108 MessageId=2209
2109 Severity=Success
2110 Facility=System
2111 SymbolicName=NERR_LogonsPaused
2112 Language=English
2113 Network logons are paused.
2114 .
2115 Language=Polish
2116 Network logons are paused.
2117 .
2118 Language=Romanian
2119 Network logons are paused.
2120 .
2121 Language=Russian
2122 Network logons are paused.
2123 .
2124 Language=Spanish
2125 Network logons are paused.
2126 .
2127 Language=Turkish
2128 Network logons are paused.
2129 .
2130 Language=Chinese
2131 Network logons are paused.
2132 .
2133 Language=Taiwanese
2134 Network logons are paused.
2135 .
2136
2137 MessageId=2210
2138 Severity=Success
2139 Facility=System
2140 SymbolicName=NERR_LogonServerConflict
2141 Language=English
2142 A centralized logon-server conflict occurred.
2143 .
2144 Language=Polish
2145 A centralized logon-server conflict occurred.
2146 .
2147 Language=Romanian
2148 A centralized logon-server conflict occurred.
2149 .
2150 Language=Russian
2151 A centralized logon-server conflict occurred.
2152 .
2153 Language=Spanish
2154 A centralized logon-server conflict occurred.
2155 .
2156 Language=Turkish
2157 A centralized logon-server conflict occurred.
2158 .
2159 Language=Chinese
2160 A centralized logon-server conflict occurred.
2161 .
2162 Language=Taiwanese
2163 A centralized logon-server conflict occurred.
2164 .
2165
2166 MessageId=2211
2167 Severity=Success
2168 Facility=System
2169 SymbolicName=NERR_LogonNoUserPath
2170 Language=English
2171 The server is configured without a valid user path.
2172 .
2173 Language=Polish
2174 The server is configured without a valid user path.
2175 .
2176 Language=Romanian
2177 The server is configured without a valid user path.
2178 .
2179 Language=Russian
2180 The server is configured without a valid user path.
2181 .
2182 Language=Spanish
2183 The server is configured without a valid user path.
2184 .
2185 Language=Turkish
2186 The server is configured without a valid user path.
2187 .
2188 Language=Chinese
2189 The server is configured without a valid user path.
2190 .
2191 Language=Taiwanese
2192 The server is configured without a valid user path.
2193 .
2194
2195 MessageId=2212
2196 Severity=Success
2197 Facility=System
2198 SymbolicName=NERR_LogonScriptError
2199 Language=English
2200 An error occurred while loading or running the logon script.
2201 .
2202 Language=Polish
2203 An error occurred while loading or running the logon script.
2204 .
2205 Language=Romanian
2206 An error occurred while loading or running the logon script.
2207 .
2208 Language=Russian
2209 An error occurred while loading or running the logon script.
2210 .
2211 Language=Spanish
2212 An error occurred while loading or running the logon script.
2213 .
2214 Language=Turkish
2215 An error occurred while loading or running the logon script.
2216 .
2217 Language=Chinese
2218 An error occurred while loading or running the logon script.
2219 .
2220 Language=Taiwanese
2221 An error occurred while loading or running the logon script.
2222 .
2223
2224 MessageId=2214
2225 Severity=Success
2226 Facility=System
2227 SymbolicName=NERR_StandaloneLogon
2228 Language=English
2229 The logon server was not specified. Your computer will be logged on as STANDALONE.
2230 .
2231 Language=Polish
2232 The logon server was not specified. Your computer will be logged on as STANDALONE.
2233 .
2234 Language=Romanian
2235 The logon server was not specified. Your computer will be logged on as STANDALONE.
2236 .
2237 Language=Russian
2238 The logon server was not specified. Your computer will be logged on as STANDALONE.
2239 .
2240 Language=Spanish
2241 The logon server was not specified. Your computer will be logged on as STANDALONE.
2242 .
2243 Language=Turkish
2244 The logon server was not specified. Your computer will be logged on as STANDALONE.
2245 .
2246 Language=Chinese
2247 The logon server was not specified. Your computer will be logged on as STANDALONE.
2248 .
2249 Language=Taiwanese
2250 The logon server was not specified. Your computer will be logged on as STANDALONE.
2251 .
2252
2253 MessageId=2215
2254 Severity=Success
2255 Facility=System
2256 SymbolicName=NERR_LogonServerNotFound
2257 Language=English
2258 The logon server could not be found.
2259 .
2260 Language=Polish
2261 The logon server could not be found.
2262 .
2263 Language=Romanian
2264 The logon server could not be found.
2265 .
2266 Language=Russian
2267 The logon server could not be found.
2268 .
2269 Language=Spanish
2270 The logon server could not be found.
2271 .
2272 Language=Turkish
2273 The logon server could not be found.
2274 .
2275 Language=Chinese
2276 The logon server could not be found.
2277 .
2278 Language=Taiwanese
2279 The logon server could not be found.
2280 .
2281
2282 MessageId=2216
2283 Severity=Success
2284 Facility=System
2285 SymbolicName=NERR_LogonDomainExists
2286 Language=English
2287 There is already a logon domain for this computer.
2288 .
2289 Language=Polish
2290 There is already a logon domain for this computer.
2291 .
2292 Language=Romanian
2293 There is already a logon domain for this computer.
2294 .
2295 Language=Russian
2296 There is already a logon domain for this computer.
2297 .
2298 Language=Spanish
2299 There is already a logon domain for this computer.
2300 .
2301 Language=Turkish
2302 There is already a logon domain for this computer.
2303 .
2304 Language=Chinese
2305 There is already a logon domain for this computer.
2306 .
2307 Language=Taiwanese
2308 There is already a logon domain for this computer.
2309 .
2310
2311 MessageId=2217
2312 Severity=Success
2313 Facility=System
2314 SymbolicName=NERR_NonValidatedLogon
2315 Language=English
2316 The logon server could not validate the logon.
2317 .
2318 Language=Polish
2319 The logon server could not validate the logon.
2320 .
2321 Language=Romanian
2322 The logon server could not validate the logon.
2323 .
2324 Language=Russian
2325 The logon server could not validate the logon.
2326 .
2327 Language=Spanish
2328 The logon server could not validate the logon.
2329 .
2330 Language=Turkish
2331 The logon server could not validate the logon.
2332 .
2333 Language=Chinese
2334 The logon server could not validate the logon.
2335 .
2336 Language=Taiwanese
2337 The logon server could not validate the logon.
2338 .
2339
2340 MessageId=2219
2341 Severity=Success
2342 Facility=System
2343 SymbolicName=NERR_ACFNotFound
2344 Language=English
2345 The security database could not be found.
2346 .
2347 Language=Polish
2348 The security database could not be found.
2349 .
2350 Language=Romanian
2351 The security database could not be found.
2352 .
2353 Language=Russian
2354 The security database could not be found.
2355 .
2356 Language=Spanish
2357 The security database could not be found.
2358 .
2359 Language=Turkish
2360 The security database could not be found.
2361 .
2362 Language=Chinese
2363 The security database could not be found.
2364 .
2365 Language=Taiwanese
2366 The security database could not be found.
2367 .
2368
2369 MessageId=2220
2370 Severity=Success
2371 Facility=System
2372 SymbolicName=NERR_GroupNotFound
2373 Language=English
2374 The group name could not be found.
2375 .
2376 Language=Polish
2377 The group name could not be found.
2378 .
2379 Language=Romanian
2380 The group name could not be found.
2381 .
2382 Language=Russian
2383 The group name could not be found.
2384 .
2385 Language=Spanish
2386 The group name could not be found.
2387 .
2388 Language=Turkish
2389 The group name could not be found.
2390 .
2391 Language=Chinese
2392 The group name could not be found.
2393 .
2394 Language=Taiwanese
2395 The group name could not be found.
2396 .
2397
2398 MessageId=2221
2399 Severity=Success
2400 Facility=System
2401 SymbolicName=NERR_UserNotFound
2402 Language=English
2403 The user name could not be found.
2404 .
2405 Language=Polish
2406 The user name could not be found.
2407 .
2408 Language=Romanian
2409 The user name could not be found.
2410 .
2411 Language=Russian
2412 The user name could not be found.
2413 .
2414 Language=Spanish
2415 The user name could not be found.
2416 .
2417 Language=Turkish
2418 The user name could not be found.
2419 .
2420 Language=Chinese
2421 The user name could not be found.
2422 .
2423 Language=Taiwanese
2424 The user name could not be found.
2425 .
2426
2427 MessageId=2222
2428 Severity=Success
2429 Facility=System
2430 SymbolicName=NERR_ResourceNotFound
2431 Language=English
2432 The resource name could not be found.
2433 .
2434 Language=Polish
2435 The resource name could not be found.
2436 .
2437 Language=Romanian
2438 The resource name could not be found.
2439 .
2440 Language=Russian
2441 The resource name could not be found.
2442 .
2443 Language=Spanish
2444 The resource name could not be found.
2445 .
2446 Language=Turkish
2447 The resource name could not be found.
2448 .
2449 Language=Chinese
2450 The resource name could not be found.
2451 .
2452 Language=Taiwanese
2453 The resource name could not be found.
2454 .
2455
2456 MessageId=2223
2457 Severity=Success
2458 Facility=System
2459 SymbolicName=NERR_GroupExists
2460 Language=English
2461 The group already exists.
2462 .
2463 Language=Polish
2464 The group already exists.
2465 .
2466 Language=Romanian
2467 The group already exists.
2468 .
2469 Language=Russian
2470 The group already exists.
2471 .
2472 Language=Spanish
2473 The group already exists.
2474 .
2475 Language=Turkish
2476 The group already exists.
2477 .
2478 Language=Chinese
2479 The group already exists.
2480 .
2481 Language=Taiwanese
2482 The group already exists.
2483 .
2484
2485 MessageId=2224
2486 Severity=Success
2487 Facility=System
2488 SymbolicName=NERR_UserExists
2489 Language=English
2490 The account already exists.
2491 .
2492 Language=Polish
2493 The account already exists.
2494 .
2495 Language=Romanian
2496 The account already exists.
2497 .
2498 Language=Russian
2499 The account already exists.
2500 .
2501 Language=Spanish
2502 The account already exists.
2503 .
2504 Language=Turkish
2505 The account already exists.
2506 .
2507 Language=Chinese
2508 The account already exists.
2509 .
2510 Language=Taiwanese
2511 The account already exists.
2512 .
2513
2514 MessageId=2225
2515 Severity=Success
2516 Facility=System
2517 SymbolicName=NERR_ResourceExists
2518 Language=English
2519 The resource permission list already exists.
2520 .
2521 Language=Polish
2522 The resource permission list already exists.
2523 .
2524 Language=Romanian
2525 The resource permission list already exists.
2526 .
2527 Language=Russian
2528 The resource permission list already exists.
2529 .
2530 Language=Spanish
2531 The resource permission list already exists.
2532 .
2533 Language=Turkish
2534 The resource permission list already exists.
2535 .
2536 Language=Chinese
2537 The resource permission list already exists.
2538 .
2539 Language=Taiwanese
2540 The resource permission list already exists.
2541 .
2542
2543 MessageId=2226
2544 Severity=Success
2545 Facility=System
2546 SymbolicName=NERR_NotPrimary
2547 Language=English
2548 This operation is only allowed on the primary domain controller of the domain.
2549 .
2550 Language=Polish
2551 This operation is only allowed on the primary domain controller of the domain.
2552 .
2553 Language=Romanian
2554 This operation is only allowed on the primary domain controller of the domain.
2555 .
2556 Language=Russian
2557 This operation is only allowed on the primary domain controller of the domain.
2558 .
2559 Language=Spanish
2560 This operation is only allowed on the primary domain controller of the domain.
2561 .
2562 Language=Turkish
2563 This operation is only allowed on the primary domain controller of the domain.
2564 .
2565 Language=Chinese
2566 This operation is only allowed on the primary domain controller of the domain.
2567 .
2568 Language=Taiwanese
2569 This operation is only allowed on the primary domain controller of the domain.
2570 .
2571
2572 MessageId=2227
2573 Severity=Success
2574 Facility=System
2575 SymbolicName=NERR_ACFNotLoaded
2576 Language=English
2577 The security database has not been started.
2578 .
2579 Language=Polish
2580 The security database has not been started.
2581 .
2582 Language=Romanian
2583 The security database has not been started.
2584 .
2585 Language=Russian
2586 The security database has not been started.
2587 .
2588 Language=Spanish
2589 The security database has not been started.
2590 .
2591 Language=Turkish
2592 The security database has not been started.
2593 .
2594 Language=Chinese
2595 The security database has not been started.
2596 .
2597 Language=Taiwanese
2598 The security database has not been started.
2599 .
2600
2601 MessageId=2228
2602 Severity=Success
2603 Facility=System
2604 SymbolicName=NERR_ACFNoRoom
2605 Language=English
2606 There are too many names in the user accounts database.
2607 .
2608 Language=Polish
2609 There are too many names in the user accounts database.
2610 .
2611 Language=Romanian
2612 There are too many names in the user accounts database.
2613 .
2614 Language=Russian
2615 There are too many names in the user accounts database.
2616 .
2617 Language=Spanish
2618 There are too many names in the user accounts database.
2619 .
2620 Language=Turkish
2621 There are too many names in the user accounts database.
2622 .
2623 Language=Chinese
2624 There are too many names in the user accounts database.
2625 .
2626 Language=Taiwanese
2627 There are too many names in the user accounts database.
2628 .
2629
2630 MessageId=2229
2631 Severity=Success
2632 Facility=System
2633 SymbolicName=NERR_ACFFileIOFail
2634 Language=English
2635 A disk I/O failure occurred.
2636 .
2637 Language=Polish
2638 A disk I/O failure occurred.
2639 .
2640 Language=Romanian
2641 A disk I/O failure occurred.
2642 .
2643 Language=Russian
2644 A disk I/O failure occurred.
2645 .
2646 Language=Spanish
2647 A disk I/O failure occurred.
2648 .
2649 Language=Turkish
2650 A disk I/O failure occurred.
2651 .
2652 Language=Chinese
2653 A disk I/O failure occurred.
2654 .
2655 Language=Taiwanese
2656 A disk I/O failure occurred.
2657 .
2658
2659 MessageId=2230
2660 Severity=Success
2661 Facility=System
2662 SymbolicName=NERR_ACFTooManyLists
2663 Language=English
2664 The limit of 64 entries per resource was exceeded.
2665 .
2666 Language=Polish
2667 The limit of 64 entries per resource was exceeded.
2668 .
2669 Language=Romanian
2670 The limit of 64 entries per resource was exceeded.
2671 .
2672 Language=Russian
2673 The limit of 64 entries per resource was exceeded.
2674 .
2675 Language=Spanish
2676 The limit of 64 entries per resource was exceeded.
2677 .
2678 Language=Turkish
2679 The limit of 64 entries per resource was exceeded.
2680 .
2681 Language=Chinese
2682 The limit of 64 entries per resource was exceeded.
2683 .
2684 Language=Taiwanese
2685 The limit of 64 entries per resource was exceeded.
2686 .
2687
2688 MessageId=2231
2689 Severity=Success
2690 Facility=System
2691 SymbolicName=NERR_UserLogon
2692 Language=English
2693 Deleting a user with a session is not allowed.
2694 .
2695 Language=Polish
2696 Deleting a user with a session is not allowed.
2697 .
2698 Language=Romanian
2699 Deleting a user with a session is not allowed.
2700 .
2701 Language=Russian
2702 Deleting a user with a session is not allowed.
2703 .
2704 Language=Spanish
2705 Deleting a user with a session is not allowed.
2706 .
2707 Language=Turkish
2708 Deleting a user with a session is not allowed.
2709 .
2710 Language=Chinese
2711 Deleting a user with a session is not allowed.
2712 .
2713 Language=Taiwanese
2714 Deleting a user with a session is not allowed.
2715 .
2716
2717 MessageId=2232
2718 Severity=Success
2719 Facility=System
2720 SymbolicName=NERR_ACFNoParent
2721 Language=English
2722 The parent directory could not be located.
2723 .
2724 Language=Polish
2725 The parent directory could not be located.
2726 .
2727 Language=Romanian
2728 The parent directory could not be located.
2729 .
2730 Language=Russian
2731 The parent directory could not be located.
2732 .
2733 Language=Spanish
2734 The parent directory could not be located.
2735 .
2736 Language=Turkish
2737 The parent directory could not be located.
2738 .
2739 Language=Chinese
2740 The parent directory could not be located.
2741 .
2742 Language=Taiwanese
2743 The parent directory could not be located.
2744 .
2745
2746 MessageId=2233
2747 Severity=Success
2748 Facility=System
2749 SymbolicName=NERR_CanNotGrowSegment
2750 Language=English
2751 Unable to add to the security database session cache segment.
2752 .
2753 Language=Polish
2754 Unable to add to the security database session cache segment.
2755 .
2756 Language=Romanian
2757 Unable to add to the security database session cache segment.
2758 .
2759 Language=Russian
2760 Unable to add to the security database session cache segment.
2761 .
2762 Language=Spanish
2763 Unable to add to the security database session cache segment.
2764 .
2765 Language=Turkish
2766 Unable to add to the security database session cache segment.
2767 .
2768 Language=Chinese
2769 Unable to add to the security database session cache segment.
2770 .
2771 Language=Taiwanese
2772 Unable to add to the security database session cache segment.
2773 .
2774
2775 MessageId=2234
2776 Severity=Success
2777 Facility=System
2778 SymbolicName=NERR_SpeGroupOp
2779 Language=English
2780 This operation is not allowed on this special group.
2781 .
2782 Language=Polish
2783 This operation is not allowed on this special group.
2784 .
2785 Language=Romanian
2786 This operation is not allowed on this special group.
2787 .
2788 Language=Russian
2789 This operation is not allowed on this special group.
2790 .
2791 Language=Spanish
2792 This operation is not allowed on this special group.
2793 .
2794 Language=Turkish
2795 This operation is not allowed on this special group.
2796 .
2797 Language=Chinese
2798 This operation is not allowed on this special group.
2799 .
2800 Language=Taiwanese
2801 This operation is not allowed on this special group.
2802 .
2803
2804 MessageId=2235
2805 Severity=Success
2806 Facility=System
2807 SymbolicName=NERR_NotInCache
2808 Language=English
2809 This user is not cached in user accounts database session cache.
2810 .
2811 Language=Polish
2812 This user is not cached in user accounts database session cache.
2813 .
2814 Language=Romanian
2815 This user is not cached in user accounts database session cache.
2816 .
2817 Language=Russian
2818 This user is not cached in user accounts database session cache.
2819 .
2820 Language=Spanish
2821 This user is not cached in user accounts database session cache.
2822 .
2823 Language=Turkish
2824 This user is not cached in user accounts database session cache.
2825 .
2826 Language=Chinese
2827 This user is not cached in user accounts database session cache.
2828 .
2829 Language=Taiwanese
2830 This user is not cached in user accounts database session cache.
2831 .
2832
2833 MessageId=2236
2834 Severity=Success
2835 Facility=System
2836 SymbolicName=NERR_UserInGroup
2837 Language=English
2838 The user already belongs to this group.
2839 .
2840 Language=Polish
2841 The user already belongs to this group.
2842 .
2843 Language=Romanian
2844 The user already belongs to this group.
2845 .
2846 Language=Russian
2847 The user already belongs to this group.
2848 .
2849 Language=Spanish
2850 The user already belongs to this group.
2851 .
2852 Language=Turkish
2853 The user already belongs to this group.
2854 .
2855 Language=Chinese
2856 The user already belongs to this group.
2857 .
2858 Language=Taiwanese
2859 The user already belongs to this group.
2860 .
2861
2862 MessageId=2237
2863 Severity=Success
2864 Facility=System
2865 SymbolicName=NERR_UserNotInGroup
2866 Language=English
2867 The user does not belong to this group.
2868 .
2869 Language=Polish
2870 The user does not belong to this group.
2871 .
2872 Language=Romanian
2873 The user does not belong to this group.
2874 .
2875 Language=Russian
2876 The user does not belong to this group.
2877 .
2878 Language=Spanish
2879 The user does not belong to this group.
2880 .
2881 Language=Turkish
2882 The user does not belong to this group.
2883 .
2884 Language=Chinese
2885 The user does not belong to this group.
2886 .
2887 Language=Taiwanese
2888 The user does not belong to this group.
2889 .
2890
2891 MessageId=2238
2892 Severity=Success
2893 Facility=System
2894 SymbolicName=NERR_AccountUndefined
2895 Language=English
2896 This user account is undefined.
2897 .
2898 Language=Polish
2899 This user account is undefined.
2900 .
2901 Language=Romanian
2902 This user account is undefined.
2903 .
2904 Language=Russian
2905 This user account is undefined.
2906 .
2907 Language=Spanish
2908 This user account is undefined.
2909 .
2910 Language=Turkish
2911 This user account is undefined.
2912 .
2913 Language=Chinese
2914 This user account is undefined.
2915 .
2916 Language=Taiwanese
2917 This user account is undefined.
2918 .
2919
2920 MessageId=2239
2921 Severity=Success
2922 Facility=System
2923 SymbolicName=NERR_AccountExpired
2924 Language=English
2925 This user account has expired.
2926 .
2927 Language=Polish
2928 This user account has expired.
2929 .
2930 Language=Romanian
2931 This user account has expired.
2932 .
2933 Language=Russian
2934 This user account has expired.
2935 .
2936 Language=Spanish
2937 This user account has expired.
2938 .
2939 Language=Turkish
2940 This user account has expired.
2941 .
2942 Language=Chinese
2943 This user account has expired.
2944 .
2945 Language=Taiwanese
2946 This user account has expired.
2947 .
2948
2949 MessageId=2240
2950 Severity=Success
2951 Facility=System
2952 SymbolicName=NERR_InvalidWorkstation
2953 Language=English
2954 The user is not allowed to log on from this workstation.
2955 .
2956 Language=Polish
2957 The user is not allowed to log on from this workstation.
2958 .
2959 Language=Romanian
2960 The user is not allowed to log on from this workstation.
2961 .
2962 Language=Russian
2963 The user is not allowed to log on from this workstation.
2964 .
2965 Language=Spanish
2966 The user is not allowed to log on from this workstation.
2967 .
2968 Language=Turkish
2969 The user is not allowed to log on from this workstation.
2970 .
2971 Language=Chinese
2972 The user is not allowed to log on from this workstation.
2973 .
2974 Language=Taiwanese
2975 The user is not allowed to log on from this workstation.
2976 .
2977
2978 MessageId=2241
2979 Severity=Success
2980 Facility=System
2981 SymbolicName=NERR_InvalidLogonHours
2982 Language=English
2983 The user is not allowed to log on at this time.
2984 .
2985 Language=Polish
2986 The user is not allowed to log on at this time.
2987 .
2988 Language=Romanian
2989 The user is not allowed to log on at this time.
2990 .
2991 Language=Russian
2992 The user is not allowed to log on at this time.
2993 .
2994 Language=Spanish
2995 The user is not allowed to log on at this time.
2996 .
2997 Language=Turkish
2998 The user is not allowed to log on at this time.
2999 .
3000 Language=Chinese
3001 The user is not allowed to log on at this time.
3002 .
3003 Language=Taiwanese
3004 The user is not allowed to log on at this time.
3005 .
3006
3007 MessageId=2242
3008 Severity=Success
3009 Facility=System
3010 SymbolicName=NERR_PasswordExpired
3011 Language=English
3012 The password of this user has expired.
3013 .
3014 Language=Polish
3015 The password of this user has expired.
3016 .
3017 Language=Romanian
3018 The password of this user has expired.
3019 .
3020 Language=Russian
3021 The password of this user has expired.
3022 .
3023 Language=Spanish
3024 The password of this user has expired.
3025 .
3026 Language=Turkish
3027 The password of this user has expired.
3028 .
3029 Language=Chinese
3030 The password of this user has expired.
3031 .
3032 Language=Taiwanese
3033 The password of this user has expired.
3034 .
3035
3036 MessageId=2243
3037 Severity=Success
3038 Facility=System
3039 SymbolicName=NERR_PasswordCantChange
3040 Language=English
3041 The password of this user cannot change.
3042 .
3043 Language=Polish
3044 The password of this user cannot change.
3045 .
3046 Language=Romanian
3047 The password of this user cannot change.
3048 .
3049 Language=Russian
3050 The password of this user cannot change.
3051 .
3052 Language=Spanish
3053 The password of this user cannot change.
3054 .
3055 Language=Turkish
3056 The password of this user cannot change.
3057 .
3058 Language=Chinese
3059 The password of this user cannot change.
3060 .
3061 Language=Taiwanese
3062 The password of this user cannot change.
3063 .
3064
3065 MessageId=2244
3066 Severity=Success
3067 Facility=System
3068 SymbolicName=NERR_PasswordHistConflict
3069 Language=English
3070 This password cannot be used now.
3071 .
3072 Language=Polish
3073 This password cannot be used now.
3074 .
3075 Language=Romanian
3076 This password cannot be used now.
3077 .
3078 Language=Russian
3079 This password cannot be used now.
3080 .
3081 Language=Spanish
3082 This password cannot be used now.
3083 .
3084 Language=Turkish
3085 This password cannot be used now.
3086 .
3087 Language=Chinese
3088 This password cannot be used now.
3089 .
3090 Language=Taiwanese
3091 This password cannot be used now.
3092 .
3093
3094 MessageId=2245
3095 Severity=Success
3096 Facility=System
3097 SymbolicName=NERR_PasswordTooShort
3098 Language=English
3099 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
3100 .
3101 Language=Polish
3102 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
3103 .
3104 Language=Romanian
3105 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
3106 .
3107 Language=Russian
3108 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
3109 .
3110 Language=Spanish
3111 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
3112 .
3113 Language=Turkish
3114 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
3115 .
3116 Language=Chinese
3117 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
3118 .
3119 Language=Taiwanese
3120 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
3121 .
3122
3123 MessageId=2246
3124 Severity=Success
3125 Facility=System
3126 SymbolicName=NERR_PasswordTooRecent
3127 Language=English
3128 The password of this user is too recent to change.
3129 .
3130 Language=Polish
3131 The password of this user is too recent to change.
3132 .
3133 Language=Romanian
3134 The password of this user is too recent to change.
3135 .
3136 Language=Russian
3137 The password of this user is too recent to change.
3138 .
3139 Language=Spanish
3140 The password of this user is too recent to change.
3141 .
3142 Language=Turkish
3143 The password of this user is too recent to change.
3144 .
3145 Language=Chinese
3146 The password of this user is too recent to change.
3147 .
3148 Language=Taiwanese
3149 The password of this user is too recent to change.
3150 .
3151
3152 MessageId=2247
3153 Severity=Success
3154 Facility=System
3155 SymbolicName=NERR_InvalidDatabase
3156 Language=English
3157 The security database is corrupted.
3158 .
3159 Language=Polish
3160 The security database is corrupted.
3161 .
3162 Language=Romanian
3163 The security database is corrupted.
3164 .
3165 Language=Russian
3166 The security database is corrupted.
3167 .
3168 Language=Spanish
3169 The security database is corrupted.
3170 .
3171 Language=Turkish
3172 The security database is corrupted.
3173 .
3174 Language=Chinese
3175 The security database is corrupted.
3176 .
3177 Language=Taiwanese
3178 The security database is corrupted.
3179 .
3180
3181 MessageId=2248
3182 Severity=Success
3183 Facility=System
3184 SymbolicName=NERR_DatabaseUpToDate
3185 Language=English
3186 No updates are necessary to this replicant network/local security database.
3187 .
3188 Language=Polish
3189 No updates are necessary to this replicant network/local security database.
3190 .
3191 Language=Romanian
3192 No updates are necessary to this replicant network/local security database.
3193 .
3194 Language=Russian
3195 No updates are necessary to this replicant network/local security database.
3196 .
3197 Language=Spanish
3198 No updates are necessary to this replicant network/local security database.
3199 .
3200 Language=Turkish
3201 No updates are necessary to this replicant network/local security database.
3202 .
3203 Language=Chinese
3204 No updates are necessary to this replicant network/local security database.
3205 .
3206 Language=Taiwanese
3207 No updates are necessary to this replicant network/local security database.
3208 .
3209
3210 MessageId=2249
3211 Severity=Success
3212 Facility=System
3213 SymbolicName=NERR_SyncRequired
3214 Language=English
3215 This replicant database is outdated; synchronization is required.
3216 .
3217 Language=Polish
3218 This replicant database is outdated; synchronization is required.
3219 .
3220 Language=Romanian
3221 This replicant database is outdated; synchronization is required.
3222 .
3223 Language=Russian
3224 This replicant database is outdated; synchronization is required.
3225 .
3226 Language=Spanish
3227 This replicant database is outdated; synchronization is required.
3228 .
3229 Language=Turkish
3230 This replicant database is outdated; synchronization is required.
3231 .
3232 Language=Chinese
3233 This replicant database is outdated; synchronization is required.
3234 .
3235 Language=Taiwanese
3236 This replicant database is outdated; synchronization is required.
3237 .
3238
3239 MessageId=2250
3240 Severity=Success
3241 Facility=System
3242 SymbolicName=NERR_UseNotFound
3243 Language=English
3244 The network connection could not be found.
3245 .
3246 Language=Polish
3247 The network connection could not be found.
3248 .
3249 Language=Romanian
3250 The network connection could not be found.
3251 .
3252 Language=Russian
3253 The network connection could not be found.
3254 .
3255 Language=Spanish
3256 The network connection could not be found.
3257 .
3258 Language=Turkish
3259 The network connection could not be found.
3260 .
3261 Language=Chinese
3262 The network connection could not be found.
3263 .
3264 Language=Taiwanese
3265 The network connection could not be found.
3266 .
3267
3268 MessageId=2251
3269 Severity=Success
3270 Facility=System
3271 SymbolicName=NERR_BadAsgType
3272 Language=English
3273 This asg_type is invalid.
3274 .
3275 Language=Polish
3276 This asg_type is invalid.
3277 .
3278 Language=Romanian
3279 This asg_type is invalid.
3280 .
3281 Language=Russian
3282 This asg_type is invalid.
3283 .
3284 Language=Spanish
3285 This asg_type is invalid.
3286 .
3287 Language=Turkish
3288 This asg_type is invalid.
3289 .
3290 Language=Chinese
3291 This asg_type is invalid.
3292 .
3293 Language=Taiwanese
3294 This asg_type is invalid.
3295 .
3296
3297 MessageId=2252
3298 Severity=Success
3299 Facility=System
3300 SymbolicName=NERR_DeviceIsShared
3301 Language=English
3302 This device is currently being shared.
3303 .
3304 Language=Polish
3305 This device is currently being shared.
3306 .
3307 Language=Romanian
3308 This device is currently being shared.
3309 .
3310 Language=Russian
3311 This device is currently being shared.
3312 .
3313 Language=Spanish
3314 This device is currently being shared.
3315 .
3316 Language=Turkish
3317 This device is currently being shared.
3318 .
3319 Language=Chinese
3320 This device is currently being shared.
3321 .
3322 Language=Taiwanese
3323 This device is currently being shared.
3324 .
3325
3326 MessageId=2270
3327 Severity=Success
3328 Facility=System
3329 SymbolicName=NERR_NoComputerName
3330 Language=English
3331 The computer name could not be added as a message alias. The name may already exist on the network.
3332 .
3333 Language=Polish
3334 The computer name could not be added as a message alias. The name may already exist on the network.
3335 .
3336 Language=Romanian
3337 The computer name could not be added as a message alias. The name may already exist on the network.
3338 .
3339 Language=Russian
3340 The computer name could not be added as a message alias. The name may already exist on the network.
3341 .
3342 Language=Spanish
3343 The computer name could not be added as a message alias. The name may already exist on the network.
3344 .
3345 Language=Turkish
3346 The computer name could not be added as a message alias. The name may already exist on the network.
3347 .
3348 Language=Chinese
3349 The computer name could not be added as a message alias. The name may already exist on the network.
3350 .
3351 Language=Taiwanese
3352 The computer name could not be added as a message alias. The name may already exist on the network.
3353 .
3354
3355 MessageId=2271
3356 Severity=Success
3357 Facility=System
3358 SymbolicName=NERR_MsgAlreadyStarted
3359 Language=English
3360 The Messenger service is already started.
3361 .
3362 Language=Polish
3363 The Messenger service is already started.
3364 .
3365 Language=Romanian
3366 The Messenger service is already started.
3367 .
3368 Language=Russian
3369 The Messenger service is already started.
3370 .
3371 Language=Spanish
3372 The Messenger service is already started.
3373 .
3374 Language=Turkish
3375 The Messenger service is already started.
3376 .
3377 Language=Chinese
3378 The Messenger service is already started.
3379 .
3380 Language=Taiwanese
3381 The Messenger service is already started.
3382 .
3383
3384 MessageId=2272
3385 Severity=Success
3386 Facility=System
3387 SymbolicName=NERR_MsgInitFailed
3388 Language=English
3389 The Messenger service failed to start.
3390 .
3391 Language=Polish
3392 The Messenger service failed to start.
3393 .
3394 Language=Romanian
3395 The Messenger service failed to start.
3396 .
3397 Language=Russian
3398 The Messenger service failed to start.
3399 .
3400 Language=Spanish
3401 The Messenger service failed to start.
3402 .
3403 Language=Turkish
3404 The Messenger service failed to start.
3405 .
3406 Language=Chinese
3407 The Messenger service failed to start.
3408 .
3409 Language=Taiwanese
3410 The Messenger service failed to start.
3411 .
3412
3413 MessageId=2273
3414 Severity=Success
3415 Facility=System
3416 SymbolicName=NERR_NameNotFound
3417 Language=English
3418 The message alias could not be found on the network.
3419 .
3420 Language=Polish
3421 The message alias could not be found on the network.
3422 .
3423 Language=Romanian
3424 The message alias could not be found on the network.
3425 .
3426 Language=Russian
3427 The message alias could not be found on the network.
3428 .
3429 Language=Spanish
3430 The message alias could not be found on the network.
3431 .
3432 Language=Turkish
3433 The message alias could not be found on the network.
3434 .
3435 Language=Chinese
3436 The message alias could not be found on the network.
3437 .
3438 Language=Taiwanese
3439 The message alias could not be found on the network.
3440 .
3441
3442 MessageId=2274
3443 Severity=Success
3444 Facility=System
3445 SymbolicName=NERR_AlreadyForwarded
3446 Language=English
3447 This message alias has already been forwarded.
3448 .
3449 Language=Polish
3450 This message alias has already been forwarded.
3451 .
3452 Language=Romanian
3453 This message alias has already been forwarded.
3454 .
3455 Language=Russian
3456 This message alias has already been forwarded.
3457 .
3458 Language=Spanish
3459 This message alias has already been forwarded.
3460 .
3461 Language=Turkish
3462 This message alias has already been forwarded.
3463 .
3464 Language=Chinese
3465 This message alias has already been forwarded.
3466 .
3467 Language=Taiwanese
3468 This message alias has already been forwarded.
3469 .
3470
3471 MessageId=2275
3472 Severity=Success
3473 Facility=System
3474 SymbolicName=NERR_AddForwarded
3475 Language=English
3476 This message alias has been added but is still forwarded.
3477 .
3478 Language=Polish
3479 This message alias has been added but is still forwarded.
3480 .
3481 Language=Romanian
3482 This message alias has been added but is still forwarded.
3483 .
3484 Language=Russian
3485 This message alias has been added but is still forwarded.
3486 .
3487 Language=Spanish
3488 This message alias has been added but is still forwarded.
3489 .
3490 Language=Turkish
3491 This message alias has been added but is still forwarded.
3492 .
3493 Language=Chinese
3494 This message alias has been added but is still forwarded.
3495 .
3496 Language=Taiwanese
3497 This message alias has been added but is still forwarded.
3498 .
3499
3500 MessageId=2276
3501 Severity=Success
3502 Facility=System
3503 SymbolicName=NERR_AlreadyExists
3504 Language=English
3505 This message alias already exists locally.
3506 .
3507 Language=Polish
3508 This message alias already exists locally.
3509 .
3510 Language=Romanian
3511 This message alias already exists locally.
3512 .
3513 Language=Russian
3514 This message alias already exists locally.
3515 .
3516 Language=Spanish
3517 This message alias already exists locally.
3518 .
3519 Language=Turkish
3520 This message alias already exists locally.
3521 .
3522 Language=Chinese
3523 This message alias already exists locally.
3524 .
3525 Language=Taiwanese
3526 This message alias already exists locally.
3527 .
3528
3529 MessageId=2277
3530 Severity=Success
3531 Facility=System
3532 SymbolicName=NERR_TooManyNames
3533 Language=English
3534 The maximum number of added message aliases has been exceeded.
3535 .
3536 Language=Polish
3537 The maximum number of added message aliases has been exceeded.
3538 .
3539 Language=Romanian
3540 The maximum number of added message aliases has been exceeded.
3541 .
3542 Language=Russian
3543 The maximum number of added message aliases has been exceeded.
3544 .
3545 Language=Spanish
3546 The maximum number of added message aliases has been exceeded.
3547 .
3548 Language=Turkish
3549 The maximum number of added message aliases has been exceeded.
3550 .
3551 Language=Chinese
3552 The maximum number of added message aliases has been exceeded.
3553 .
3554 Language=Taiwanese
3555 The maximum number of added message aliases has been exceeded.
3556 .
3557
3558 MessageId=2278
3559 Severity=Success
3560 Facility=System
3561 SymbolicName=NERR_DelComputerName
3562 Language=English
3563 The computer name could not be deleted.
3564 .
3565 Language=Polish
3566 The computer name could not be deleted.
3567 .
3568 Language=Romanian
3569 The computer name could not be deleted.
3570 .
3571 Language=Russian
3572 The computer name could not be deleted.
3573 .
3574 Language=Spanish
3575 The computer name could not be deleted.
3576 .
3577 Language=Turkish
3578 The computer name could not be deleted.
3579 .
3580 Language=Chinese
3581 The computer name could not be deleted.
3582 .
3583 Language=Taiwanese
3584 The computer name could not be deleted.
3585 .
3586
3587 MessageId=2279
3588 Severity=Success
3589 Facility=System
3590 SymbolicName=NERR_LocalForward
3591 Language=English
3592 Messages cannot be forwarded back to the same workstation.
3593 .
3594 Language=Polish
3595 Messages cannot be forwarded back to the same workstation.
3596 .
3597 Language=Romanian
3598 Messages cannot be forwarded back to the same workstation.
3599 .
3600 Language=Russian
3601 Messages cannot be forwarded back to the same workstation.
3602 .
3603 Language=Spanish
3604 Messages cannot be forwarded back to the same workstation.
3605 .
3606 Language=Turkish
3607 Messages cannot be forwarded back to the same workstation.
3608 .
3609 Language=Chinese
3610 Messages cannot be forwarded back to the same workstation.
3611 .
3612 Language=Taiwanese
3613 Messages cannot be forwarded back to the same workstation.
3614 .
3615
3616 MessageId=2280
3617 Severity=Success
3618 Facility=System
3619 SymbolicName=NERR_GrpMsgProcessor
3620 Language=English
3621 An error occurred in the domain message processor.
3622 .
3623 Language=Polish
3624 An error occurred in the domain message processor.
3625 .
3626 Language=Romanian
3627 An error occurred in the domain message processor.
3628 .
3629 Language=Russian
3630 An error occurred in the domain message processor.
3631 .
3632 Language=Spanish
3633 An error occurred in the domain message processor.
3634 .
3635 Language=Turkish
3636 An error occurred in the domain message processor.
3637 .
3638 Language=Chinese
3639 An error occurred in the domain message processor.
3640 .
3641 Language=Taiwanese
3642 An error occurred in the domain message processor.
3643 .
3644
3645 MessageId=2281
3646 Severity=Success
3647 Facility=System
3648 SymbolicName=NERR_PausedRemote
3649 Language=English
3650 The message was sent, but the recipient has paused the Messenger service.
3651 .
3652 Language=Polish
3653 The message was sent, but the recipient has paused the Messenger service.
3654 .
3655 Language=Romanian
3656 The message was sent, but the recipient has paused the Messenger service.
3657 .
3658 Language=Russian
3659 The message was sent, but the recipient has paused the Messenger service.
3660 .
3661 Language=Spanish
3662 The message was sent, but the recipient has paused the Messenger service.
3663 .
3664 Language=Turkish
3665 The message was sent, but the recipient has paused the Messenger service.
3666 .
3667 Language=Chinese
3668 The message was sent, but the recipient has paused the Messenger service.
3669 .
3670 Language=Taiwanese
3671 The message was sent, but the recipient has paused the Messenger service.
3672 .
3673
3674 MessageId=2282
3675 Severity=Success
3676 Facility=System
3677 SymbolicName=NERR_BadReceive
3678 Language=English
3679 The message was sent but not received.
3680 .
3681 Language=Polish
3682 The message was sent but not received.
3683 .
3684 Language=Romanian
3685 The message was sent but not received.
3686 .
3687 Language=Russian
3688 The message was sent but not received.
3689 .
3690 Language=Spanish
3691 The message was sent but not received.
3692 .
3693 Language=Turkish
3694 The message was sent but not received.
3695 .
3696 Language=Chinese
3697 The message was sent but not received.
3698 .
3699 Language=Taiwanese
3700 The message was sent but not received.
3701 .
3702
3703 MessageId=2283
3704 Severity=Success
3705 Facility=System
3706 SymbolicName=NERR_NameInUse
3707 Language=English
3708 The message alias is currently in use. Try again later.
3709 .
3710 Language=Polish
3711 The message alias is currently in use. Try again later.
3712 .
3713 Language=Romanian
3714 The message alias is currently in use. Try again later.
3715 .
3716 Language=Russian
3717 The message alias is currently in use. Try again later.
3718 .
3719 Language=Spanish
3720 The message alias is currently in use. Try again later.
3721 .
3722 Language=Turkish
3723 The message alias is currently in use. Try again later.
3724 .
3725 Language=Chinese
3726 The message alias is currently in use. Try again later.
3727 .
3728 Language=Taiwanese
3729 The message alias is currently in use. Try again later.
3730 .
3731
3732 MessageId=2284
3733 Severity=Success
3734 Facility=System
3735 SymbolicName=NERR_MsgNotStarted
3736 Language=English
3737 The Messenger service has not been started.
3738 .
3739 Language=Polish
3740 The Messenger service has not been started.
3741 .
3742 Language=Romanian
3743 The Messenger service has not been started.
3744 .
3745 Language=Russian
3746 The Messenger service has not been started.
3747 .
3748 Language=Spanish
3749 The Messenger service has not been started.
3750 .
3751 Language=Turkish
3752 The Messenger service has not been started.
3753 .
3754 Language=Chinese
3755 The Messenger service has not been started.
3756 .
3757 Language=Taiwanese
3758 The Messenger service has not been started.
3759 .
3760
3761 MessageId=2285
3762 Severity=Success
3763 Facility=System
3764 SymbolicName=NERR_NotLocalName
3765 Language=English
3766 The name is not on the local computer.
3767 .
3768 Language=Polish
3769 The name is not on the local computer.
3770 .
3771 Language=Romanian
3772 The name is not on the local computer.
3773 .
3774 Language=Russian
3775 The name is not on the local computer.
3776 .
3777 Language=Spanish
3778 The name is not on the local computer.
3779 .
3780 Language=Turkish
3781 The name is not on the local computer.
3782 .
3783 Language=Chinese
3784 The name is not on the local computer.
3785 .
3786 Language=Taiwanese
3787 The name is not on the local computer.
3788 .
3789
3790 MessageId=2286
3791 Severity=Success
3792 Facility=System
3793 SymbolicName=NERR_NoForwardName
3794 Language=English
3795 The forwarded message alias could not be found on the network.
3796 .
3797 Language=Polish
3798 The forwarded message alias could not be found on the network.
3799 .
3800 Language=Romanian
3801 The forwarded message alias could not be found on the network.
3802 .
3803 Language=Russian
3804 The forwarded message alias could not be found on the network.
3805 .
3806 Language=Spanish
3807 The forwarded message alias could not be found on the network.
3808 .
3809 Language=Turkish
3810 The forwarded message alias could not be found on the network.
3811 .
3812 Language=Chinese
3813 The forwarded message alias could not be found on the network.
3814 .
3815 Language=Taiwanese
3816 The forwarded message alias could not be found on the network.
3817 .
3818
3819 MessageId=2287
3820 Severity=Success
3821 Facility=System
3822 SymbolicName=NERR_RemoteFull
3823 Language=English
3824 The message alias table on the remote station is full.
3825 .
3826 Language=Polish
3827 The message alias table on the remote station is full.
3828 .
3829 Language=Romanian
3830 The message alias table on the remote station is full.
3831 .
3832 Language=Russian
3833 The message alias table on the remote station is full.
3834 .
3835 Language=Spanish
3836 The message alias table on the remote station is full.
3837 .
3838 Language=Turkish
3839 The message alias table on the remote station is full.
3840 .
3841 Language=Chinese
3842 The message alias table on the remote station is full.
3843 .
3844 Language=Taiwanese
3845 The message alias table on the remote station is full.
3846 .
3847
3848 MessageId=2288
3849 Severity=Success
3850 Facility=System
3851 SymbolicName=NERR_NameNotForwarded
3852 Language=English
3853 Messages for this alias are not currently being forwarded.
3854 .
3855 Language=Polish
3856 Messages for this alias are not currently being forwarded.
3857 .
3858 Language=Romanian
3859 Messages for this alias are not currently being forwarded.
3860 .
3861 Language=Russian
3862 Messages for this alias are not currently being forwarded.
3863 .
3864 Language=Spanish
3865 Messages for this alias are not currently being forwarded.
3866 .
3867 Language=Turkish
3868 Messages for this alias are not currently being forwarded.
3869 .
3870 Language=Chinese
3871 Messages for this alias are not currently being forwarded.
3872 .
3873 Language=Taiwanese
3874 Messages for this alias are not currently being forwarded.
3875 .
3876
3877 MessageId=2289
3878 Severity=Success
3879 Facility=System
3880 SymbolicName=NERR_TruncatedBroadcast
3881 Language=English
3882 The broadcast message was truncated.
3883 .
3884 Language=Polish
3885 The broadcast message was truncated.
3886 .
3887 Language=Romanian
3888 The broadcast message was truncated.
3889 .
3890 Language=Russian
3891 The broadcast message was truncated.
3892 .
3893 Language=Spanish
3894 The broadcast message was truncated.
3895 .
3896 Language=Turkish
3897 The broadcast message was truncated.
3898 .
3899 Language=Chinese
3900 The broadcast message was truncated.
3901 .
3902 Language=Taiwanese
3903 The broadcast message was truncated.
3904 .
3905
3906 MessageId=2294
3907 Severity=Success
3908 Facility=System
3909 SymbolicName=NERR_InvalidDevice
3910 Language=English
3911 This is an invalid device name.
3912 .
3913 Language=Polish
3914 This is an invalid device name.
3915 .
3916 Language=Romanian
3917 This is an invalid device name.
3918 .
3919 Language=Russian
3920 This is an invalid device name.
3921 .
3922 Language=Spanish
3923 This is an invalid device name.
3924 .
3925 Language=Turkish
3926 This is an invalid device name.
3927 .
3928 Language=Chinese
3929 This is an invalid device name.
3930 .
3931 Language=Taiwanese
3932 This is an invalid device name.
3933 .
3934
3935 MessageId=2295
3936 Severity=Success
3937 Facility=System
3938 SymbolicName=NERR_WriteFault
3939 Language=English
3940 A write fault occurred.
3941 .
3942 Language=Polish
3943 A write fault occurred.
3944 .
3945 Language=Romanian
3946 A write fault occurred.
3947 .
3948 Language=Russian
3949 A write fault occurred.
3950 .
3951 Language=Spanish
3952 A write fault occurred.
3953 .
3954 Language=Turkish
3955 A write fault occurred.
3956 .
3957 Language=Chinese
3958 A write fault occurred.
3959 .
3960 Language=Taiwanese
3961 A write fault occurred.
3962 .
3963
3964 MessageId=2297
3965 Severity=Success
3966 Facility=System
3967 SymbolicName=NERR_DuplicateName
3968 Language=English
3969 A duplicate message alias exists on the network.
3970 .
3971 Language=Polish
3972 A duplicate message alias exists on the network.
3973 .
3974 Language=Romanian
3975 A duplicate message alias exists on the network.
3976 .
3977 Language=Russian
3978 A duplicate message alias exists on the network.
3979 .
3980 Language=Spanish
3981 A duplicate message alias exists on the network.
3982 .
3983 Language=Turkish
3984 A duplicate message alias exists on the network.
3985 .
3986 Language=Chinese
3987 A duplicate message alias exists on the network.
3988 .
3989 Language=Taiwanese
3990 A duplicate message alias exists on the network.
3991 .
3992
3993 MessageId=2298
3994 Severity=Success
3995 Facility=System
3996 SymbolicName=NERR_DeleteLater
3997 Language=English
3998 This message alias will be deleted later.
3999 .
4000 Language=Polish
4001 This message alias will be deleted later.
4002 .
4003 Language=Romanian
4004 This message alias will be deleted later.
4005 .
4006 Language=Russian
4007 This message alias will be deleted later.
4008 .
4009 Language=Spanish
4010 This message alias will be deleted later.
4011 .
4012 Language=Turkish
4013 This message alias will be deleted later.
4014 .
4015 Language=Chinese
4016 This message alias will be deleted later.
4017 .
4018 Language=Taiwanese
4019 This message alias will be deleted later.
4020 .
4021
4022 MessageId=2299
4023 Severity=Success
4024 Facility=System
4025 SymbolicName=NERR_IncompleteDel
4026 Language=English
4027 The message alias was not successfully deleted from all networks.
4028 .
4029 Language=Polish
4030 The message alias was not successfully deleted from all networks.
4031 .
4032 Language=Romanian
4033 The message alias was not successfully deleted from all networks.
4034 .
4035 Language=Russian
4036 The message alias was not successfully deleted from all networks.
4037 .
4038 Language=Spanish
4039 The message alias was not successfully deleted from all networks.
4040 .
4041 Language=Turkish
4042 The message alias was not successfully deleted from all networks.
4043 .
4044 Language=Chinese
4045 The message alias was not successfully deleted from all networks.
4046 .
4047 Language=Taiwanese
4048 The message alias was not successfully deleted from all networks.
4049 .
4050
4051 MessageId=2300
4052 Severity=Success
4053 Facility=System
4054 SymbolicName=NERR_MultipleNets
4055 Language=English
4056 This operation is not supported on computers with multiple networks.
4057 .
4058 Language=Polish
4059 This operation is not supported on computers with multiple networks.
4060 .
4061 Language=Romanian
4062 This operation is not supported on computers with multiple networks.
4063 .
4064 Language=Russian
4065 This operation is not supported on computers with multiple networks.
4066 .
4067 Language=Spanish
4068 This operation is not supported on computers with multiple networks.
4069 .
4070 Language=Turkish
4071 This operation is not supported on computers with multiple networks.
4072 .
4073 Language=Chinese
4074 This operation is not supported on computers with multiple networks.
4075 .
4076 Language=Taiwanese
4077 This operation is not supported on computers with multiple networks.
4078 .
4079
4080 MessageId=2310
4081 Severity=Success
4082 Facility=System
4083 SymbolicName=NERR_NetNameNotFound
4084 Language=English
4085 This shared resource does not exist.
4086 .
4087 Language=Polish
4088 This shared resource does not exist.
4089 .
4090 Language=Romanian
4091 This shared resource does not exist.
4092 .
4093 Language=Russian
4094 This shared resource does not exist.
4095 .
4096 Language=Spanish
4097 This shared resource does not exist.
4098 .
4099 Language=Turkish
4100 This shared resource does not exist.
4101 .
4102 Language=Chinese
4103 This shared resource does not exist.
4104 .
4105 Language=Taiwanese
4106 This shared resource does not exist.
4107 .
4108
4109 MessageId=2311
4110 Severity=Success
4111 Facility=System
4112 SymbolicName=NERR_DeviceNotShared
4113 Language=English
4114 This device is not shared.
4115 .
4116 Language=Polish
4117 This device is not shared.
4118 .
4119 Language=Romanian
4120 This device is not shared.
4121 .
4122 Language=Russian
4123 This device is not shared.
4124 .
4125 Language=Spanish
4126 This device is not shared.
4127 .
4128 Language=Turkish
4129 This device is not shared.
4130 .
4131 Language=Chinese
4132 This device is not shared.
4133 .
4134 Language=Taiwanese
4135 This device is not shared.
4136 .
4137
4138 MessageId=2312
4139 Severity=Success
4140 Facility=System
4141 SymbolicName=NERR_ClientNameNotFound
4142 Language=English
4143 A session does not exist with that computer name.
4144 .
4145 Language=Polish
4146 A session does not exist with that computer name.
4147 .
4148 Language=Romanian
4149 A session does not exist with that computer name.
4150 .
4151 Language=Russian
4152 A session does not exist with that computer name.
4153 .
4154 Language=Spanish
4155 A session does not exist with that computer name.
4156 .
4157 Language=Turkish
4158 A session does not exist with that computer name.
4159 .
4160 Language=Chinese
4161 A session does not exist with that computer name.
4162 .
4163 Language=Taiwanese
4164 A session does not exist with that computer name.
4165 .
4166
4167 MessageId=2314
4168 Severity=Success
4169 Facility=System
4170 SymbolicName=NERR_FileIdNotFound
4171 Language=English
4172 There is not an open file with that identification number.
4173 .
4174 Language=Polish
4175 There is not an open file with that identification number.
4176 .
4177 Language=Romanian
4178 There is not an open file with that identification number.
4179 .
4180 Language=Russian
4181 There is not an open file with that identification number.
4182 .
4183 Language=Spanish
4184 There is not an open file with that identification number.
4185 .
4186 Language=Turkish
4187 There is not an open file with that identification number.
4188 .
4189 Language=Chinese
4190 There is not an open file with that identification number.
4191 .
4192 Language=Taiwanese
4193 There is not an open file with that identification number.
4194 .
4195
4196 MessageId=2315
4197 Severity=Success
4198 Facility=System
4199 SymbolicName=NERR_ExecFailure
4200 Language=English
4201 A failure occurred when executing a remote administration command.
4202 .
4203 Language=Polish
4204 A failure occurred when executing a remote administration command.
4205 .
4206 Language=Romanian
4207 A failure occurred when executing a remote administration command.
4208 .
4209 Language=Russian
4210 A failure occurred when executing a remote administration command.
4211 .
4212 Language=Spanish
4213 A failure occurred when executing a remote administration command.
4214 .
4215 Language=Turkish
4216 A failure occurred when executing a remote administration command.
4217 .
4218 Language=Chinese
4219 A failure occurred when executing a remote administration command.
4220 .
4221 Language=Taiwanese
4222 A failure occurred when executing a remote administration command.
4223 .
4224
4225 MessageId=2316
4226 Severity=Success
4227 Facility=System
4228 SymbolicName=NERR_TmpFile
4229 Language=English
4230 A failure occurred when opening a remote temporary file.
4231 .
4232 Language=Polish
4233 A failure occurred when opening a remote temporary file.
4234 .
4235 Language=Romanian
4236 A failure occurred when opening a remote temporary file.
4237 .
4238 Language=Russian
4239 A failure occurred when opening a remote temporary file.
4240 .
4241 Language=Spanish
4242 A failure occurred when opening a remote temporary file.
4243 .
4244 Language=Turkish
4245 A failure occurred when opening a remote temporary file.
4246 .
4247 Language=Chinese
4248 A failure occurred when opening a remote temporary file.
4249 .
4250 Language=Taiwanese
4251 A failure occurred when opening a remote temporary file.
4252 .
4253
4254 MessageId=2317
4255 Severity=Success
4256 Facility=System
4257 SymbolicName=NERR_TooMuchData
4258 Language=English
4259 The data returned from a remote administration command has been truncated to 64K.
4260 .
4261 Language=Polish
4262 The data returned from a remote administration command has been truncated to 64K.
4263 .
4264 Language=Romanian
4265 The data returned from a remote administration command has been truncated to 64K.
4266 .
4267 Language=Russian
4268 The data returned from a remote administration command has been truncated to 64K.
4269 .
4270 Language=Spanish
4271 The data returned from a remote administration command has been truncated to 64K.
4272 .
4273 Language=Turkish
4274 The data returned from a remote administration command has been truncated to 64K.
4275 .
4276 Language=Chinese
4277 The data returned from a remote administration command has been truncated to 64K.
4278 .
4279 Language=Taiwanese
4280 The data returned from a remote administration command has been truncated to 64K.
4281 .
4282
4283 MessageId=2318
4284 Severity=Success
4285 Facility=System
4286 SymbolicName=NERR_DeviceShareConflict
4287 Language=English
4288 This device cannot be shared as both a spooled and a non-spooled resource.
4289 .
4290 Language=Polish
4291 This device cannot be shared as both a spooled and a non-spooled resource.
4292 .
4293 Language=Romanian
4294 This device cannot be shared as both a spooled and a non-spooled resource.
4295 .
4296 Language=Russian
4297 This device cannot be shared as both a spooled and a non-spooled resource.
4298 .
4299 Language=Spanish
4300 This device cannot be shared as both a spooled and a non-spooled resource.
4301 .
4302 Language=Turkish
4303 This device cannot be shared as both a spooled and a non-spooled resource.
4304 .
4305 Language=Chinese
4306 This device cannot be shared as both a spooled and a non-spooled resource.
4307 .
4308 Language=Taiwanese
4309 This device cannot be shared as both a spooled and a non-spooled resource.
4310 .
4311
4312 MessageId=2319
4313 Severity=Success
4314 Facility=System
4315 SymbolicName=NERR_BrowserTableIncomplete
4316 Language=English
4317 The information in the list of servers may be incorrect.
4318 .
4319 Language=Polish
4320 The information in the list of servers may be incorrect.
4321 .
4322 Language=Romanian
4323 The information in the list of servers may be incorrect.
4324 .
4325 Language=Russian
4326 The information in the list of servers may be incorrect.
4327 .
4328 Language=Spanish
4329 The information in the list of servers may be incorrect.
4330 .
4331 Language=Turkish
4332 The information in the list of servers may be incorrect.
4333 .
4334 Language=Chinese
4335 The information in the list of servers may be incorrect.
4336 .
4337 Language=Taiwanese
4338 The information in the list of servers may be incorrect.
4339 .
4340
4341 MessageId=2320
4342 Severity=Success
4343 Facility=System
4344 SymbolicName=NERR_NotLocalDomain
4345 Language=English
4346 The computer is not active in this domain.
4347 .
4348 Language=Polish
4349 The computer is not active in this domain.
4350 .
4351 Language=Romanian
4352 The computer is not active in this domain.
4353 .
4354 Language=Russian
4355 The computer is not active in this domain.
4356 .
4357 Language=Spanish
4358 The computer is not active in this domain.
4359 .
4360 Language=Turkish
4361 The computer is not active in this domain.
4362 .
4363 Language=Chinese
4364 The computer is not active in this domain.
4365 .
4366 Language=Taiwanese
4367 The computer is not active in this domain.
4368 .
4369
4370 MessageId=2321
4371 Severity=Success
4372 Facility=System
4373 SymbolicName=NERR_IsDfsShare
4374 Language=English
4375 The share must be removed from the Distributed File System before it can be deleted.
4376 .
4377 Language=Polish
4378 The share must be removed from the Distributed File System before it can be deleted.
4379 .
4380 Language=Romanian
4381 The share must be removed from the Distributed File System before it can be deleted.
4382 .
4383 Language=Russian
4384 The share must be removed from the Distributed File System before it can be deleted.
4385 .
4386 Language=Spanish
4387 The share must be removed from the Distributed File System before it can be deleted.
4388 .
4389 Language=Turkish
4390 The share must be removed from the Distributed File System before it can be deleted.
4391 .
4392 Language=Chinese
4393 The share must be removed from the Distributed File System before it can be deleted.
4394 .
4395 Language=Taiwanese
4396 The share must be removed from the Distributed File System before it can be deleted.
4397 .
4398
4399 MessageId=2331
4400 Severity=Success
4401 Facility=System
4402 SymbolicName=NERR_DevInvalidOpCode
4403 Language=English
4404 The operation is invalid for this device.
4405 .
4406 Language=Polish
4407 The operation is invalid for this device.
4408 .
4409 Language=Romanian
4410 The operation is invalid for this device.
4411 .
4412 Language=Russian
4413 The operation is invalid for this device.
4414 .
4415 Language=Spanish
4416 The operation is invalid for this device.
4417 .
4418 Language=Turkish
4419 The operation is invalid for this device.
4420 .
4421 Language=Chinese
4422 The operation is invalid for this device.
4423 .
4424 Language=Taiwanese
4425 The operation is invalid for this device.
4426 .
4427
4428 MessageId=2332
4429 Severity=Success
4430 Facility=System
4431 SymbolicName=NERR_DevNotFound
4432 Language=English
4433 This device cannot be shared.
4434 .
4435 Language=Polish
4436 This device cannot be shared.
4437 .
4438 Language=Romanian
4439 This device cannot be shared.
4440 .
4441 Language=Russian
4442 This device cannot be shared.
4443 .
4444 Language=Spanish
4445 This device cannot be shared.
4446 .
4447 Language=Turkish
4448 This device cannot be shared.
4449 .
4450 Language=Chinese
4451 This device cannot be shared.
4452 .
4453 Language=Taiwanese
4454 This device cannot be shared.
4455 .
4456
4457 MessageId=2333
4458 Severity=Success
4459 Facility=System
4460 SymbolicName=NERR_DevNotOpen
4461 Language=English
4462 This device was not open.
4463 .
4464 Language=Polish
4465 This device was not open.
4466 .
4467 Language=Romanian
4468 This device was not open.
4469 .
4470 Language=Russian
4471 This device was not open.
4472 .
4473 Language=Spanish
4474 This device was not open.
4475 .
4476 Language=Turkish
4477 This device was not open.
4478 .
4479 Language=Chinese
4480 This device was not open.
4481 .
4482 Language=Taiwanese
4483 This device was not open.
4484 .
4485
4486 MessageId=2334
4487 Severity=Success
4488 Facility=System
4489 SymbolicName=NERR_BadQueueDevString
4490 Language=English
4491 This device name list is invalid.
4492 .
4493 Language=Polish
4494 This device name list is invalid.
4495 .
4496 Language=Romanian
4497 This device name list is invalid.
4498 .
4499 Language=Russian
4500 This device name list is invalid.
4501 .
4502 Language=Spanish
4503 This device name list is invalid.
4504 .
4505 Language=Turkish
4506 This device name list is invalid.
4507 .
4508 Language=Chinese
4509 This device name list is invalid.
4510 .
4511 Language=Taiwanese
4512 This device name list is invalid.
4513 .
4514
4515 MessageId=2335
4516 Severity=Success
4517 Facility=System
4518 SymbolicName=NERR_BadQueuePriority
4519 Language=English
4520 The queue priority is invalid.
4521 .
4522 Language=Polish
4523 The queue priority is invalid.
4524 .
4525 Language=Romanian
4526 The queue priority is invalid.
4527 .
4528 Language=Russian
4529 The queue priority is invalid.
4530 .
4531 Language=Spanish
4532 The queue priority is invalid.
4533 .
4534 Language=Turkish
4535 The queue priority is invalid.
4536 .
4537 Language=Chinese
4538 The queue priority is invalid.
4539 .
4540 Language=Taiwanese
4541 The queue priority is invalid.
4542 .
4543
4544 MessageId=2337
4545 Severity=Success
4546 Facility=System
4547 SymbolicName=NERR_NoCommDevs
4548 Language=English
4549 There are no shared communication devices.
4550 .
4551 Language=Polish
4552 There are no shared communication devices.
4553 .
4554 Language=Romanian
4555 There are no shared communication devices.
4556 .
4557 Language=Russian
4558 There are no shared communication devices.
4559 .
4560 Language=Spanish
4561 There are no shared communication devices.
4562 .
4563 Language=Turkish
4564 There are no shared communication devices.
4565 .
4566 Language=Chinese
4567 There are no shared communication devices.
4568 .
4569 Language=Taiwanese
4570 There are no shared communication devices.
4571 .
4572
4573 MessageId=2338
4574 Severity=Success
4575 Facility=System
4576 SymbolicName=NERR_QueueNotFound
4577 Language=English
4578 The queue you specified does not exist.
4579 .
4580 Language=Polish
4581 The queue you specified does not exist.
4582 .
4583 Language=Romanian
4584 The queue you specified does not exist.
4585 .
4586 Language=Russian
4587 The queue you specified does not exist.
4588 .
4589 Language=Spanish
4590 The queue you specified does not exist.
4591 .
4592 Language=Turkish
4593 The queue you specified does not exist.
4594 .
4595 Language=Chinese
4596 The queue you specified does not exist.
4597 .
4598 Language=Taiwanese
4599 The queue you specified does not exist.
4600 .
4601
4602 MessageId=2340
4603 Severity=Success
4604 Facility=System
4605 SymbolicName=NERR_BadDevString
4606 Language=English
4607 This list of devices is invalid.
4608 .
4609 Language=Polish
4610 This list of devices is invalid.
4611 .
4612 Language=Romanian
4613 This list of devices is invalid.
4614 .
4615 Language=Russian
4616 This list of devices is invalid.
4617 .
4618 Language=Spanish
4619 This list of devices is invalid.
4620 .
4621 Language=Turkish
4622 This list of devices is invalid.
4623 .
4624 Language=Chinese
4625 This list of devices is invalid.
4626 .
4627 Language=Taiwanese
4628 This list of devices is invalid.
4629 .
4630
4631 MessageId=2341
4632 Severity=Success
4633 Facility=System
4634 SymbolicName=NERR_BadDev
4635 Language=English
4636 The requested device is invalid.
4637 .
4638 Language=Polish
4639 The requested device is invalid.
4640 .
4641 Language=Romanian
4642 The requested device is invalid.
4643 .
4644 Language=Russian
4645 The requested device is invalid.
4646 .
4647 Language=Spanish
4648 The requested device is invalid.
4649 .
4650 Language=Turkish
4651 The requested device is invalid.
4652 .
4653 Language=Chinese
4654 The requested device is invalid.
4655 .
4656 Language=Taiwanese
4657 The requested device is invalid.
4658 .
4659
4660 MessageId=2342
4661 Severity=Success
4662 Facility=System
4663 SymbolicName=NERR_InUseBySpooler
4664 Language=English
4665 This device is already in use by the spooler.
4666 .
4667 Language=Polish
4668 This device is already in use by the spooler.
4669 .
4670 Language=Romanian
4671 This device is already in use by the spooler.
4672 .
4673 Language=Russian
4674 This device is already in use by the spooler.
4675 .
4676 Language=Spanish
4677 This device is already in use by the spooler.
4678 .
4679 Language=Turkish
4680 This device is already in use by the spooler.
4681 .
4682 Language=Chinese
4683 This device is already in use by the spooler.
4684 .
4685 Language=Taiwanese
4686 This device is already in use by the spooler.
4687 .
4688
4689 MessageId=2343
4690 Severity=Success
4691 Facility=System
4692 SymbolicName=NERR_CommDevInUse
4693 Language=English
4694 This device is already in use as a communication device.
4695 .
4696 Language=Polish
4697 This device is already in use as a communication device.
4698 .
4699 Language=Romanian
4700 This device is already in use as a communication device.
4701 .
4702 Language=Russian
4703 This device is already in use as a communication device.
4704 .
4705 Language=Spanish
4706 This device is already in use as a communication device.
4707 .
4708 Language=Turkish
4709 This device is already in use as a communication device.
4710 .
4711 Language=Chinese
4712 This device is already in use as a communication device.
4713 .
4714 Language=Taiwanese
4715 This device is already in use as a communication device.
4716 .
4717
4718 MessageId=2351
4719 Severity=Success
4720 Facility=System
4721 SymbolicName=NERR_InvalidComputer
4722 Language=English
4723 This computer name is invalid.
4724 .
4725 Language=Polish
4726 This computer name is invalid.
4727 .
4728 Language=Romanian
4729 This computer name is invalid.
4730 .
4731 Language=Russian
4732 This computer name is invalid.
4733 .
4734 Language=Spanish
4735 This computer name is invalid.
4736 .
4737 Language=Turkish
4738 This computer name is invalid.
4739 .
4740 Language=Chinese
4741 This computer name is invalid.
4742 .
4743 Language=Taiwanese
4744 This computer name is invalid.
4745 .
4746
4747 MessageId=2354
4748 Severity=Success
4749 Facility=System
4750 SymbolicName=NERR_MaxLenExceeded
4751 Language=English
4752 The string and prefix specified are too long.
4753 .
4754 Language=Polish
4755 The string and prefix specified are too long.
4756 .
4757 Language=Romanian
4758 The string and prefix specified are too long.
4759 .
4760 Language=Russian
4761 The string and prefix specified are too long.
4762 .
4763 Language=Spanish
4764 The string and prefix specified are too long.
4765 .
4766 Language=Turkish
4767 The string and prefix specified are too long.
4768 .
4769 Language=Chinese
4770 The string and prefix specified are too long.
4771 .
4772 Language=Taiwanese
4773 The string and prefix specified are too long.
4774 .
4775
4776 MessageId=2356
4777 Severity=Success
4778 Facility=System
4779 SymbolicName=NERR_BadComponent
4780 Language=English
4781 This path component is invalid.
4782 .
4783 Language=Polish
4784 This path component is invalid.
4785 .
4786 Language=Romanian
4787 This path component is invalid.
4788 .
4789 Language=Russian
4790 This path component is invalid.
4791 .
4792 Language=Spanish
4793 This path component is invalid.
4794 .
4795 Language=Turkish
4796 This path component is invalid.
4797 .
4798 Language=Chinese
4799 This path component is invalid.
4800 .
4801 Language=Taiwanese
4802 This path component is invalid.
4803 .
4804
4805 MessageId=2357
4806 Severity=Success
4807 Facility=System
4808 SymbolicName=NERR_CantType
4809 Language=English
4810 Could not determine the type of input.
4811 .
4812 Language=Polish
4813 Could not determine the type of input.
4814 .
4815 Language=Romanian
4816 Could not determine the type of input.
4817 .
4818 Language=Russian
4819 Could not determine the type of input.
4820 .
4821 Language=Spanish
4822 Could not determine the type of input.
4823 .
4824 Language=Turkish
4825 Could not determine the type of input.
4826 .
4827 Language=Chinese
4828 Could not determine the type of input.
4829 .
4830 Language=Taiwanese
4831 Could not determine the type of input.
4832 .
4833
4834 MessageId=2362
4835 Severity=Success
4836 Facility=System
4837 SymbolicName=NERR_TooManyEntries
4838 Language=English
4839 The buffer for types is not big enough.
4840 .
4841 Language=Polish
4842 The buffer for types is not big enough.
4843 .
4844 Language=Romanian
4845 The buffer for types is not big enough.
4846 .
4847 Language=Russian
4848 The buffer for types is not big enough.
4849 .
4850 Language=Spanish
4851 The buffer for types is not big enough.
4852 .
4853 Language=Turkish
4854 The buffer for types is not big enough.
4855 .
4856 Language=Chinese
4857 The buffer for types is not big enough.
4858 .
4859 Language=Taiwanese
4860 The buffer for types is not big enough.
4861 .
4862
4863 MessageId=2370
4864 Severity=Success
4865 Facility=System
4866 SymbolicName=NERR_ProfileFileTooBig
4867 Language=English
4868 Profile files cannot exceed 64K.
4869 .
4870 Language=Polish
4871 Profile files cannot exceed 64K.
4872 .
4873 Language=Romanian
4874 Profile files cannot exceed 64K.
4875 .
4876 Language=Russian
4877 Profile files cannot exceed 64K.
4878 .
4879 Language=Spanish
4880 Profile files cannot exceed 64K.
4881 .
4882 Language=Turkish
4883 Profile files cannot exceed 64K.
4884 .
4885 Language=Chinese
4886 Profile files cannot exceed 64K.
4887 .
4888 Language=Taiwanese
4889 Profile files cannot exceed 64K.
4890 .
4891
4892 MessageId=2371
4893 Severity=Success
4894 Facility=System
4895 SymbolicName=NERR_ProfileOffset
4896 Language=English
4897 The start offset is out of range.
4898 .
4899 Language=Polish
4900 The start offset is out of range.
4901 .
4902 Language=Romanian
4903 The start offset is out of range.
4904 .
4905 Language=Russian
4906 The start offset is out of range.
4907 .
4908 Language=Spanish
4909 The start offset is out of range.
4910 .
4911 Language=Turkish
4912 The start offset is out of range.
4913 .
4914 Language=Chinese
4915 The start offset is out of range.
4916 .
4917 Language=Taiwanese
4918 The start offset is out of range.
4919 .
4920
4921 MessageId=2372
4922 Severity=Success
4923 Facility=System
4924 SymbolicName=NERR_ProfileCleanup
4925 Language=English
4926 The system cannot delete current connections to network resources.
4927 .
4928 Language=Polish
4929 The system cannot delete current connections to network resources.
4930 .
4931 Language=Romanian
4932 The system cannot delete current connections to network resources.
4933 .
4934 Language=Russian
4935 The system cannot delete current connections to network resources.
4936 .
4937 Language=Spanish
4938 The system cannot delete current connections to network resources.
4939 .
4940 Language=Turkish
4941 The system cannot delete current connections to network resources.
4942 .
4943 Language=Chinese
4944 The system cannot delete current connections to network resources.
4945 .
4946 Language=Taiwanese
4947 The system cannot delete current connections to network resources.
4948 .
4949
4950 MessageId=2373
4951 Severity=Success
4952 Facility=System
4953 SymbolicName=NERR_ProfileUnknownCmd
4954 Language=English
4955 The system was unable to parse the command line in this file.
4956 .
4957 Language=Polish
4958 The system was unable to parse the command line in this file.
4959 .
4960 Language=Romanian
4961 The system was unable to parse the command line in this file.
4962 .
4963 Language=Russian
4964 The system was unable to parse the command line in this file.
4965 .
4966 Language=Spanish
4967 The system was unable to parse the command line in this file.
4968 .
4969 Language=Turkish
4970 The system was unable to parse the command line in this file.
4971 .
4972 Language=Chinese
4973 The system was unable to parse the command line in this file.
4974 .
4975 Language=Taiwanese
4976 The system was unable to parse the command line in this file.
4977 .
4978
4979 MessageId=2374
4980 Severity=Success
4981 Facility=System
4982 SymbolicName=NERR_ProfileLoadErr
4983 Language=English
4984 An error occurred while loading the profile file.
4985 .
4986 Language=Polish
4987 An error occurred while loading the profile file.
4988 .
4989 Language=Romanian
4990 An error occurred while loading the profile file.
4991 .
4992 Language=Russian
4993 An error occurred while loading the profile file.
4994 .
4995 Language=Spanish
4996 An error occurred while loading the profile file.
4997 .
4998 Language=Turkish
4999 An error occurred while loading the profile file.
5000 .
5001 Language=Chinese
5002 An error occurred while loading the profile file.
5003 .
5004 Language=Taiwanese
5005 An error occurred while loading the profile file.
5006 .
5007
5008 MessageId=2375
5009 Severity=Success
5010 Facility=System
5011 SymbolicName=NERR_ProfileSaveErr
5012 Language=English
5013 Errors occurred while saving the profile file. The profile was partially saved.
5014 .
5015 Language=Polish
5016 Errors occurred while saving the profile file. The profile was partially saved.
5017 .
5018 Language=Romanian
5019 Errors occurred while saving the profile file. The profile was partially saved.
5020 .
5021 Language=Russian
5022 Errors occurred while saving the profile file. The profile was partially saved.
5023 .
5024 Language=Spanish
5025 Errors occurred while saving the profile file. The profile was partially saved.
5026 .
5027 Language=Turkish
5028 Errors occurred while saving the profile file. The profile was partially saved.
5029 .
5030 Language=Chinese
5031 Errors occurred while saving the profile file. The profile was partially saved.
5032 .
5033 Language=Taiwanese
5034 Errors occurred while saving the profile file. The profile was partially saved.
5035 .
5036
5037 MessageId=2377
5038 Severity=Success
5039 Facility=System
5040 SymbolicName=NERR_LogOverflow
5041 Language=English
5042 Log file %1 is full.
5043 .
5044 Language=Polish
5045 Log file %1 is full.
5046 .
5047 Language=Romanian
5048 Log file %1 is full.
5049 .
5050 Language=Russian
5051 Log file %1 is full.
5052 .
5053 Language=Spanish
5054 Log file %1 is full.
5055 .
5056 Language=Turkish
5057 Log file %1 is full.
5058 .
5059 Language=Chinese
5060 Log file %1 is full.
5061 .
5062 Language=Taiwanese
5063 Log file %1 is full.
5064 .
5065
5066 MessageId=2378
5067 Severity=Success
5068 Facility=System
5069 SymbolicName=NERR_LogFileChanged
5070 Language=English
5071 This log file has changed between reads.
5072 .
5073 Language=Polish
5074 This log file has changed between reads.
5075 .
5076 Language=Romanian
5077 This log file has changed between reads.
5078 .
5079 Language=Russian
5080 This log file has changed between reads.
5081 .
5082 Language=Spanish
5083 This log file has changed between reads.
5084 .
5085 Language=Turkish
5086 This log file has changed between reads.
5087 .
5088 Language=Chinese
5089 This log file has changed between reads.
5090 .
5091 Language=Taiwanese
5092 This log file has changed between reads.
5093 .
5094
5095 MessageId=2379
5096 Severity=Success
5097 Facility=System
5098 SymbolicName=NERR_LogFileCorrupt
5099 Language=English
5100 Log file %1 is corrupt.
5101 .
5102 Language=Polish
5103 Log file %1 is corrupt.
5104 .
5105 Language=Romanian
5106 Log file %1 is corrupt.
5107 .
5108 Language=Russian
5109 Log file %1 is corrupt.
5110 .
5111 Language=Spanish
5112 Log file %1 is corrupt.
5113 .
5114 Language=Turkish
5115 Log file %1 is corrupt.
5116 .
5117 Language=Chinese
5118 Log file %1 is corrupt.
5119 .
5120 Language=Taiwanese
5121 Log file %1 is corrupt.
5122 .
5123
5124 MessageId=2380
5125 Severity=Success
5126 Facility=System
5127 SymbolicName=NERR_SourceIsDir
5128 Language=English
5129 The source path cannot be a directory.
5130 .
5131 Language=Polish
5132 The source path cannot be a directory.
5133 .
5134 Language=Romanian
5135 The source path cannot be a directory.
5136 .
5137 Language=Russian
5138 The source path cannot be a directory.
5139 .
5140 Language=Spanish
5141 The source path cannot be a directory.
5142 .
5143 Language=Turkish
5144 The source path cannot be a directory.
5145 .
5146 Language=Chinese
5147 The source path cannot be a directory.
5148 .
5149 Language=Taiwanese
5150 The source path cannot be a directory.
5151 .
5152
5153 MessageId=2381
5154 Severity=Success
5155 Facility=System
5156 SymbolicName=NERR_BadSource
5157 Language=English
5158 The source path is illegal.
5159 .
5160 Language=Polish
5161 The source path is illegal.
5162 .
5163 Language=Romanian
5164 The source path is illegal.
5165 .
5166 Language=Russian
5167 The source path is illegal.
5168 .
5169 Language=Spanish
5170 The source path is illegal.
5171 .
5172 Language=Turkish
5173 The source path is illegal.
5174 .
5175 Language=Chinese
5176 The source path is illegal.
5177 .
5178 Language=Taiwanese
5179 The source path is illegal.
5180 .
5181
5182 MessageId=2382
5183 Severity=Success
5184 Facility=System
5185 SymbolicName=NERR_BadDest
5186 Language=English
5187 The destination path is illegal.
5188 .
5189 Language=Polish
5190 The destination path is illegal.
5191 .
5192 Language=Romanian
5193 The destination path is illegal.
5194 .
5195 Language=Russian
5196 The destination path is illegal.
5197 .
5198 Language=Spanish
5199 The destination path is illegal.
5200 .
5201 Language=Turkish
5202 The destination path is illegal.
5203 .
5204 Language=Chinese
5205 The destination path is illegal.
5206 .
5207 Language=Taiwanese
5208 The destination path is illegal.
5209 .
5210
5211 MessageId=2383
5212 Severity=Success
5213 Facility=System
5214 SymbolicName=NERR_DifferentServers
5215 Language=English
5216 The source and destination paths are on different servers.
5217 .
5218 Language=Polish
5219 The source and destination paths are on different servers.
5220 .
5221 Language=Romanian
5222 The source and destination paths are on different servers.
5223 .
5224 Language=Russian
5225 The source and destination paths are on different servers.
5226 .
5227 Language=Spanish
5228 The source and destination paths are on different servers.
5229 .
5230 Language=Turkish
5231 The source and destination paths are on different servers.
5232 .
5233 Language=Chinese
5234 The source and destination paths are on different servers.
5235 .
5236 Language=Taiwanese
5237 The source and destination paths are on different servers.
5238 .
5239
5240 MessageId=2385
5241 Severity=Success
5242 Facility=System
5243 SymbolicName=NERR_RunSrvPaused
5244 Language=English
5245 The Run server you requested is paused.
5246 .
5247 Language=Polish
5248 The Run server you requested is paused.
5249 .
5250 Language=Romanian
5251 The Run server you requested is paused.
5252 .
5253 Language=Russian
5254 The Run server you requested is paused.
5255 .
5256 Language=Spanish
5257 The Run server you requested is paused.
5258 .
5259 Language=Turkish
5260 The Run server you requested is paused.
5261 .
5262 Language=Chinese
5263 The Run server you requested is paused.
5264 .
5265 Language=Taiwanese
5266 The Run server you requested is paused.
5267 .
5268
5269 MessageId=2389
5270 Severity=Success
5271 Facility=System
5272 SymbolicName=NERR_ErrCommRunSrv
5273 Language=English
5274 An error occurred when communicating with a Run server.
5275 .
5276 Language=Polish
5277 An error occurred when communicating with a Run server.
5278 .
5279 Language=Romanian
5280 An error occurred when communicating with a Run server.
5281 .
5282 Language=Russian
5283 An error occurred when communicating with a Run server.
5284 .
5285 Language=Spanish
5286 An error occurred when communicating with a Run server.
5287 .
5288 Language=Turkish
5289 An error occurred when communicating with a Run server.
5290 .
5291 Language=Chinese
5292 An error occurred when communicating with a Run server.
5293 .
5294 Language=Taiwanese
5295 An error occurred when communicating with a Run server.
5296 .
5297
5298 MessageId=2391
5299 Severity=Success
5300 Facility=System
5301 SymbolicName=NERR_ErrorExecingGhost
5302 Language=English
5303 An error occurred when starting a background process.
5304 .
5305 Language=Polish
5306 An error occurred when starting a background process.
5307 .
5308 Language=Romanian
5309 An error occurred when starting a background process.
5310 .
5311 Language=Russian
5312 An error occurred when starting a background process.
5313 .
5314 Language=Spanish
5315 An error occurred when starting a background process.
5316 .
5317 Language=Turkish
5318 An error occurred when starting a background process.
5319 .
5320 Language=Chinese
5321 An error occurred when starting a background process.
5322 .
5323 Language=Taiwanese
5324 An error occurred when starting a background process.
5325 .
5326
5327 MessageId=2392
5328 Severity=Success
5329 Facility=System
5330 SymbolicName=NERR_ShareNotFound
5331 Language=English
5332 The shared resource you are connected to could not be found.
5333 .
5334 Language=Polish
5335 The shared resource you are connected to could not be found.
5336 .
5337 Language=Romanian
5338 The shared resource you are connected to could not be found.
5339 .
5340 Language=Russian
5341 The shared resource you are connected to could not be found.
5342 .
5343 Language=Spanish
5344 The shared resource you are connected to could not be found.
5345 .
5346 Language=Turkish
5347 The shared resource you are connected to could not be found.
5348 .
5349 Language=Chinese
5350 The shared resource you are connected to could not be found.
5351 .
5352 Language=Taiwanese
5353 The shared resource you are connected to could not be found.
5354 .
5355
5356 MessageId=2400
5357 Severity=Success
5358 Facility=System
5359 SymbolicName=NERR_InvalidLana
5360 Language=English
5361 The LAN adapter number is invalid.
5362 .
5363 Language=Polish
5364 The LAN adapter number is invalid.
5365 .
5366 Language=Romanian
5367 The LAN adapter number is invalid.
5368 .
5369 Language=Russian
5370 The LAN adapter number is invalid.
5371 .
5372 Language=Spanish
5373 The LAN adapter number is invalid.
5374 .
5375 Language=Turkish
5376 The LAN adapter number is invalid.
5377 .
5378 Language=Chinese
5379 The LAN adapter number is invalid.
5380 .
5381 Language=Taiwanese
5382 The LAN adapter number is invalid.
5383 .
5384
5385 MessageId=2401
5386 Severity=Success
5387 Facility=System
5388 SymbolicName=NERR_OpenFiles
5389 Language=English
5390 There are open files on the connection.
5391 .
5392 Language=Polish
5393 There are open files on the connection.
5394 .
5395 Language=Romanian
5396 There are open files on the connection.
5397 .
5398 Language=Russian
5399 There are open files on the connection.
5400 .
5401 Language=Spanish
5402 There are open files on the connection.
5403 .
5404 Language=Turkish
5405 There are open files on the connection.
5406 .
5407 Language=Chinese
5408 There are open files on the connection.
5409 .
5410 Language=Taiwanese
5411 There are open files on the connection.
5412 .
5413
5414 MessageId=2402
5415 Severity=Success
5416 Facility=System
5417 SymbolicName=NERR_ActiveConns
5418 Language=English
5419 Active connections still exist.
5420 .
5421 Language=Polish
5422 Active connections still exist.
5423 .
5424 Language=Romanian
5425 Active connections still exist.
5426 .
5427 Language=Russian
5428 Active connections still exist.
5429 .
5430 Language=Spanish
5431 Active connections still exist.
5432 .
5433 Language=Turkish
5434 Active connections still exist.
5435 .
5436 Language=Chinese
5437 Active connections still exist.
5438 .
5439 Language=Taiwanese
5440 Active connections still exist.
5441 .
5442
5443 MessageId=2403
5444 Severity=Success
5445 Facility=System
5446 SymbolicName=NERR_BadPasswordCore
5447 Language=English
5448 This share name or password is invalid.
5449 .
5450 Language=Polish
5451 This share name or password is invalid.
5452 .
5453 Language=Romanian
5454 This share name or password is invalid.
5455 .
5456 Language=Russian
5457 This share name or password is invalid.
5458 .
5459 Language=Spanish
5460 This share name or password is invalid.
5461 .
5462 Language=Turkish
5463 This share name or password is invalid.
5464 .
5465 Language=Chinese
5466 This share name or password is invalid.
5467 .
5468 Language=Taiwanese
5469 This share name or password is invalid.
5470 .
5471
5472 MessageId=2404
5473 Severity=Success
5474 Facility=System
5475 SymbolicName=NERR_DevInUse
5476 Language=English
5477 The device is being accessed by an active process.
5478 .
5479 Language=Polish
5480 The device is being accessed by an active process.
5481 .
5482 Language=Romanian
5483 The device is being accessed by an active process.
5484 .
5485 Language=Russian
5486 The device is being accessed by an active process.
5487 .
5488 Language=Spanish
5489 The device is being accessed by an active process.
5490 .
5491 Language=Turkish
5492 The device is being accessed by an active process.
5493 .
5494 Language=Chinese
5495 The device is being accessed by an active process.
5496 .
5497 Language=Taiwanese
5498 The device is being accessed by an active process.
5499 .
5500
5501 MessageId=2405
5502 Severity=Success
5503 Facility=System
5504 SymbolicName=NERR_LocalDrive
5505 Language=English
5506 The drive letter is in use locally.
5507 .
5508 Language=Polish
5509 The drive letter is in use locally.
5510 .
5511 Language=Romanian
5512 The drive letter is in use locally.
5513 .
5514 Language=Russian
5515 The drive letter is in use locally.
5516 .
5517 Language=Spanish
5518 The drive letter is in use locally.
5519 .
5520 Language=Turkish
5521 The drive letter is in use locally.
5522 .
5523 Language=Chinese
5524 The drive letter is in use locally.
5525 .
5526 Language=Taiwanese
5527 The drive letter is in use locally.
5528 .
5529
5530 MessageId=2430
5531 Severity=Success
5532 Facility=System
5533 SymbolicName=NERR_AlertExists
5534 Language=English
5535 The specified client is already registered for the specified event.
5536 .
5537 Language=Polish
5538 The specified client is already registered for the specified event.
5539 .
5540 Language=Romanian
5541 The specified client is already registered for the specified event.
5542 .
5543 Language=Russian
5544 The specified client is already registered for the specified event.
5545 .
5546 Language=Spanish
5547 The specified client is already registered for the specified event.
5548 .
5549 Language=Turkish
5550 The specified client is already registered for the specified event.
5551 .
5552 Language=Chinese
5553 The specified client is already registered for the specified event.
5554 .
5555 Language=Taiwanese
5556 The specified client is already registered for the specified event.
5557 .
5558
5559 MessageId=2431
5560 Severity=Success
5561 Facility=System
5562 SymbolicName=NERR_TooManyAlerts
5563 Language=English
5564 The alert table is full.
5565 .
5566 Language=Polish
5567 The alert table is full.
5568 .
5569 Language=Romanian
5570 The alert table is full.
5571 .
5572 Language=Russian
5573 The alert table is full.
5574 .
5575 Language=Spanish
5576 The alert table is full.
5577 .
5578 Language=Turkish
5579 The alert table is full.
5580 .
5581 Language=Chinese
5582 The alert table is full.
5583 .
5584 Language=Taiwanese
5585 The alert table is full.
5586 .
5587
5588 MessageId=2432
5589 Severity=Success
5590 Facility=System
5591 SymbolicName=NERR_NoSuchAlert
5592 Language=English
5593 An invalid or nonexistent alert name was raised.
5594 .
5595 Language=Polish
5596 An invalid or nonexistent alert name was raised.
5597 .
5598 Language=Romanian
5599 An invalid or nonexistent alert name was raised.
5600 .
5601 Language=Russian
5602 An invalid or nonexistent alert name was raised.
5603 .
5604 Language=Spanish
5605 An invalid or nonexistent alert name was raised.
5606 .
5607 Language=Turkish
5608 An invalid or nonexistent alert name was raised.
5609 .
5610 Language=Chinese
5611 An invalid or nonexistent alert name was raised.
5612 .
5613 Language=Taiwanese
5614 An invalid or nonexistent alert name was raised.
5615 .
5616
5617 MessageId=2433
5618 Severity=Success
5619 Facility=System
5620 SymbolicName=NERR_BadRecipient
5621 Language=English
5622 The alert recipient is invalid.
5623 .
5624 Language=Polish
5625 The alert recipient is invalid.
5626 .
5627 Language=Romanian
5628 The alert recipient is invalid.
5629 .
5630 Language=Russian
5631 The alert recipient is invalid.
5632 .
5633 Language=Spanish
5634 The alert recipient is invalid.
5635 .
5636 Language=Turkish
5637 The alert recipient is invalid.
5638 .
5639 Language=Chinese
5640 The alert recipient is invalid.
5641 .
5642 Language=Taiwanese
5643 The alert recipient is invalid.
5644 .
5645
5646 MessageId=2434
5647 Severity=Success
5648 Facility=System
5649 SymbolicName=NERR_AcctLimitExceeded
5650 Language=English
5651 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
5652 .
5653 Language=Polish
5654 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
5655 .
5656 Language=Romanian
5657 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
5658 .
5659 Language=Russian
5660 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
5661 .
5662 Language=Spanish
5663 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
5664 .
5665 Language=Turkish
5666 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
5667 .
5668 Language=Chinese
5669 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
5670 .
5671 Language=Taiwanese
5672 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
5673 .
5674
5675 MessageId=2440
5676 Severity=Success
5677 Facility=System
5678 SymbolicName=NERR_InvalidLogSeek
5679 Language=English
5680 The log file does not contain the requested record number.
5681 .
5682 Language=Polish
5683 The log file does not contain the requested record number.
5684 .
5685 Language=Romanian
5686 The log file does not contain the requested record number.
5687 .
5688 Language=Russian
5689 The log file does not contain the requested record number.
5690 .
5691 Language=Spanish
5692 The log file does not contain the requested record number.
5693 .
5694 Language=Turkish
5695 The log file does not contain the requested record number.
5696 .
5697 Language=Chinese
5698 The log file does not contain the requested record number.
5699 .
5700 Language=Taiwanese
5701 The log file does not contain the requested record number.
5702 .
5703
5704 MessageId=2450
5705 Severity=Success
5706 Facility=System
5707 SymbolicName=NERR_BadUasConfig
5708 Language=English
5709 The user accounts database is not configured correctly.
5710 .
5711 Language=Polish
5712 The user accounts database is not configured correctly.
5713 .
5714 Language=Romanian
5715 The user accounts database is not configured correctly.
5716 .
5717 Language=Russian
5718 The user accounts database is not configured correctly.
5719 .
5720 Language=Spanish
5721 The user accounts database is not configured correctly.
5722 .
5723 Language=Turkish
5724 The user accounts database is not configured correctly.
5725 .
5726 Language=Chinese
5727 The user accounts database is not configured correctly.
5728 .
5729 Language=Taiwanese
5730 The user accounts database is not configured correctly.
5731 .
5732
5733 MessageId=2451
5734 Severity=Success
5735 Facility=System
5736 SymbolicName=NERR_InvalidUASOp
5737 Language=English
5738 This operation is not permitted when the Netlogon service is running.
5739 .
5740 Language=Polish
5741 This operation is not permitted when the Netlogon service is running.
5742 .
5743 Language=Romanian
5744 This operation is not permitted when the Netlogon service is running.
5745 .
5746 Language=Russian
5747 This operation is not permitted when the Netlogon service is running.
5748 .
5749 Language=Spanish
5750 This operation is not permitted when the Netlogon service is running.
5751 .
5752 Language=Turkish
5753 This operation is not permitted when the Netlogon service is running.
5754 .
5755 Language=Chinese
5756 This operation is not permitted when the Netlogon service is running.
5757 .
5758 Language=Taiwanese
5759 This operation is not permitted when the Netlogon service is running.
5760 .
5761
5762 MessageId=2452
5763 Severity=Success
5764 Facility=System
5765 SymbolicName=NERR_LastAdmin
5766 Language=English
5767 This operation is not allowed on the last administrative account.
5768 .
5769 Language=Polish
5770 This operation is not allowed on the last administrative account.
5771 .
5772 Language=Romanian
5773 This operation is not allowed on the last administrative account.
5774 .
5775 Language=Russian
5776 This operation is not allowed on the last administrative account.
5777 .
5778 Language=Spanish
5779 This operation is not allowed on the last administrative account.
5780 .
5781 Language=Turkish
5782 This operation is not allowed on the last administrative account.
5783 .
5784 Language=Chinese
5785 This operation is not allowed on the last administrative account.
5786 .
5787 Language=Taiwanese
5788 This operation is not allowed on the last administrative account.
5789 .
5790
5791 MessageId=2453
5792 Severity=Success
5793 Facility=System
5794 SymbolicName=NERR_DCNotFound
5795 Language=English
5796 Could not find domain controller for this domain.
5797 .
5798 Language=Polish
5799 Could not find domain controller for this domain.
5800 .
5801 Language=Romanian
5802 Could not find domain controller for this domain.
5803 .
5804 Language=Russian
5805 Could not find domain controller for this domain.
5806 .
5807 Language=Spanish
5808 Could not find domain controller for this domain.
5809 .
5810 Language=Turkish
5811 Could not find domain controller for this domain.
5812 .
5813 Language=Chinese
5814 Could not find domain controller for this domain.
5815 .
5816 Language=Taiwanese
5817 Could not find domain controller for this domain.
5818 .
5819
5820 MessageId=2454
5821 Severity=Success
5822 Facility=System
5823 SymbolicName=NERR_LogonTrackingError
5824 Language=English
5825 Could not set logon information for this user.
5826 .
5827 Language=Polish
5828 Could not set logon information for this user.
5829 .
5830 Language=Romanian
5831 Could not set logon information for this user.
5832 .
5833 Language=Russian
5834 Could not set logon information for this user.
5835 .
5836 Language=Spanish
5837 Could not set logon information for this user.
5838 .
5839 Language=Turkish
5840 Could not set logon information for this user.
5841 .
5842 Language=Chinese
5843 Could not set logon information for this user.
5844 .
5845 Language=Taiwanese
5846 Could not set logon information for this user.
5847 .
5848
5849 MessageId=2455
5850 Severity=Success
5851 Facility=System
5852 SymbolicName=NERR_NetlogonNotStarted
5853 Language=English
5854 The Netlogon service has not been started.
5855 .
5856 Language=Polish
5857 The Netlogon service has not been started.
5858 .
5859 Language=Romanian
5860 The Netlogon service has not been started.
5861 .
5862 Language=Russian
5863 The Netlogon service has not been started.
5864 .
5865 Language=Spanish
5866 The Netlogon service has not been started.
5867 .
5868 Language=Turkish
5869 The Netlogon service has not been started.
5870 .
5871 Language=Chinese
5872 The Netlogon service has not been started.
5873 .
5874 Language=Taiwanese
5875 The Netlogon service has not been started.
5876 .
5877
5878 MessageId=2456
5879 Severity=Success
5880 Facility=System
5881 SymbolicName=NERR_CanNotGrowUASFile
5882 Language=English
5883 Unable to add to the user accounts database.
5884 .
5885 Language=Polish
5886 Unable to add to the user accounts database.
5887 .
5888 Language=Romanian
5889 Unable to add to the user accounts database.
5890 .
5891 Language=Russian
5892 Unable to add to the user accounts database.
5893 .
5894 Language=Spanish
5895 Unable to add to the user accounts database.
5896 .
5897 Language=Turkish
5898 Unable to add to the user accounts database.
5899 .
5900 Language=Chinese
5901 Unable to add to the user accounts database.
5902 .
5903 Language=Taiwanese
5904 Unable to add to the user accounts database.
5905 .
5906
5907 MessageId=2457
5908 Severity=Success
5909 Facility=System
5910 SymbolicName=NERR_TimeDiffAtDC
5911 Language=English
5912 This server's clock is not synchronized with the primary domain controller's clock.
5913 .
5914 Language=Polish
5915 This server's clock is not synchronized with the primary domain controller's clock.
5916 .
5917 Language=Romanian
5918 This server's clock is not synchronized with the primary domain controller's clock.
5919 .
5920 Language=Russian
5921 This server's clock is not synchronized with the primary domain controller's clock.
5922 .
5923 Language=Spanish
5924 This server's clock is not synchronized with the primary domain controller's clock.
5925 .
5926 Language=Turkish
5927 This server's clock is not synchronized with the primary domain controller's clock.
5928 .
5929 Language=Chinese
5930 This server's clock is not synchronized with the primary domain controller's clock.
5931 .
5932 Language=Taiwanese
5933 This server's clock is not synchronized with the primary domain controller's clock.
5934 .
5935
5936 MessageId=2458
5937 Severity=Success
5938 Facility=System
5939 SymbolicName=NERR_PasswordMismatch
5940 Language=English
5941 A password mismatch has been detected.
5942 .
5943 Language=Polish
5944 A password mismatch has been detected.
5945 .
5946 Language=Romanian
5947 A password mismatch has been detected.
5948 .
5949 Language=Russian
5950 A password mismatch has been detected.
5951 .
5952 Language=Spanish
5953 A password mismatch has been detected.
5954 .
5955 Language=Turkish
5956 A password mismatch has been detected.
5957 .
5958 Language=Chinese
5959 A password mismatch has been detected.
5960 .
5961 Language=Taiwanese
5962 A password mismatch has been detected.
5963 .
5964
5965 MessageId=2460
5966 Severity=Success
5967 Facility=System
5968 SymbolicName=NERR_NoSuchServer
5969 Language=English
5970 The server identification does not specify a valid server.
5971 .
5972 Language=Polish
5973 The server identification does not specify a valid server.
5974 .
5975 Language=Romanian
5976 The server identification does not specify a valid server.
5977 .
5978 Language=Russian
5979 The server identification does not specify a valid server.
5980 .
5981 Language=Spanish
5982 The server identification does not specify a valid server.
5983 .
5984 Language=Turkish
5985 The server identification does not specify a valid server.
5986 .
5987 Language=Chinese
5988 The server identification does not specify a valid server.
5989 .
5990 Language=Taiwanese
5991 The server identification does not specify a valid server.
5992 .
5993
5994 MessageId=2461
5995 Severity=Success
5996 Facility=System
5997 SymbolicName=NERR_NoSuchSession
5998 Language=English
5999 The session identification does not specify a valid session.
6000 .
6001 Language=Polish
6002 The session identification does not specify a valid session.
6003 .
6004 Language=Romanian
6005 The session identification does not specify a valid session.
6006 .
6007 Language=Russian
6008 The session identification does not specify a valid session.
6009 .
6010 Language=Spanish
6011 The session identification does not specify a valid session.
6012 .
6013 Language=Turkish
6014 The session identification does not specify a valid session.
6015 .
6016 Language=Chinese
6017 The session identification does not specify a valid session.
6018 .
6019 Language=Taiwanese
6020 The session identification does not specify a valid session.
6021 .
6022
6023 MessageId=2462
6024 Severity=Success
6025 Facility=System
6026 SymbolicName=NERR_NoSuchConnection
6027 Language=English
6028 The connection identification does not specify a valid connection.
6029 .
6030 Language=Polish
6031 The connection identification does not specify a valid connection.
6032 .
6033 Language=Romanian
6034 The connection identification does not specify a valid connection.
6035 .
6036 Language=Russian
6037 The connection identification does not specify a valid connection.
6038 .
6039 Language=Spanish
6040 The connection identification does not specify a valid connection.
6041 .
6042 Language=Turkish
6043 The connection identification does not specify a valid connection.
6044 .
6045 Language=Chinese
6046 The connection identification does not specify a valid connection.
6047 .
6048 Language=Taiwanese
6049 The connection identification does not specify a valid connection.
6050 .
6051
6052 MessageId=2463
6053 Severity=Success
6054 Facility=System
6055 SymbolicName=NERR_TooManyServers
6056 Language=English
6057 There is no space for another entry in the table of available servers.
6058 .
6059 Language=Polish
6060 There is no space for another entry in the table of available servers.
6061 .
6062 Language=Romanian
6063 There is no space for another entry in the table of available servers.
6064 .
6065 Language=Russian
6066 There is no space for another entry in the table of available servers.
6067 .
6068 Language=Spanish
6069 There is no space for another entry in the table of available servers.
6070 .
6071 Language=Turkish
6072 There is no space for another entry in the table of available servers.
6073 .
6074 Language=Chinese
6075 There is no space for another entry in the table of available servers.
6076 .
6077 Language=Taiwanese
6078 There is no space for another entry in the table of available servers.
6079 .
6080
6081 MessageId=2464
6082 Severity=Success
6083 Facility=System
6084 SymbolicName=NERR_TooManySessions
6085 Language=English
6086 The server has reached the maximum number of sessions it supports.
6087 .
6088 Language=Polish
6089 The server has reached the maximum number of sessions it supports.
6090 .
6091 Language=Romanian
6092 The server has reached the maximum number of sessions it supports.
6093 .
6094 Language=Russian
6095 The server has reached the maximum number of sessions it supports.
6096 .
6097 Language=Spanish
6098 The server has reached the maximum number of sessions it supports.
6099 .
6100 Language=Turkish
6101 The server has reached the maximum number of sessions it supports.
6102 .
6103 Language=Chinese
6104 The server has reached the maximum number of sessions it supports.
6105 .
6106 Language=Taiwanese
6107 The server has reached the maximum number of sessions it supports.
6108 .
6109
6110 MessageId=2465
6111 Severity=Success
6112 Facility=System
6113 SymbolicName=NERR_TooManyConnections
6114 Language=English
6115 The server has reached the maximum number of connections it supports.
6116 .
6117 Language=Polish
6118 The server has reached the maximum number of connections it supports.
6119 .
6120 Language=Romanian
6121 The server has reached the maximum number of connections it supports.
6122 .
6123 Language=Russian
6124 The server has reached the maximum number of connections it supports.
6125 .
6126 Language=Spanish
6127 The server has reached the maximum number of connections it supports.
6128 .
6129 Language=Turkish
6130 The server has reached the maximum number of connections it supports.
6131 .
6132 Language=Chinese
6133 The server has reached the maximum number of connections it supports.
6134 .
6135 Language=Taiwanese
6136 The server has reached the maximum number of connections it supports.
6137 .
6138
6139 MessageId=2466
6140 Severity=Success
6141 Facility=System
6142 SymbolicName=NERR_TooManyFiles
6143 Language=English
6144 The server cannot open more files because it has reached its maximum number.
6145 .
6146 Language=Polish
6147 The server cannot open more files because it has reached its maximum number.
6148 .
6149 Language=Romanian
6150 The server cannot open more files because it has reached its maximum number.
6151 .
6152 Language=Russian
6153 The server cannot open more files because it has reached its maximum number.
6154 .
6155 Language=Spanish
6156 The server cannot open more files because it has reached its maximum number.
6157 .
6158 Language=Turkish
6159 The server cannot open more files because it has reached its maximum number.
6160 .
6161 Language=Chinese
6162 The server cannot open more files because it has reached its maximum number.
6163 .
6164 Language=Taiwanese
6165 The server cannot open more files because it has reached its maximum number.
6166 .
6167
6168 MessageId=2467
6169 Severity=Success
6170 Facility=System
6171 SymbolicName=NERR_NoAlternateServers
6172 Language=English
6173 There are no alternate servers registered on this server.
6174 .
6175 Language=Polish
6176 There are no alternate servers registered on this server.
6177 .
6178 Language=Romanian
6179 There are no alternate servers registered on this server.
6180 .
6181 Language=Russian
6182 There are no alternate servers registered on this server.
6183 .
6184 Language=Spanish
6185 There are no alternate servers registered on this server.
6186 .
6187 Language=Turkish
6188 There are no alternate servers registered on this server.
6189 .
6190 Language=Chinese
6191 There are no alternate servers registered on this server.
6192 .
6193 Language=Taiwanese
6194 There are no alternate servers registered on this server.
6195 .
6196
6197 MessageId=2470
6198 Severity=Success
6199 Facility=System
6200 SymbolicName=NERR_TryDownLevel
6201 Language=English
6202 Try down-level (remote admin protocol) version of API instead.
6203 .
6204 Language=Polish
6205 Try down-level (remote admin protocol) version of API instead.
6206 .
6207 Language=Romanian
6208 Try down-level (remote admin protocol) version of API instead.
6209 .
6210 Language=Russian
6211 Try down-level (remote admin protocol) version of API instead.
6212 .
6213 Language=Spanish
6214 Try down-level (remote admin protocol) version of API instead.
6215 .
6216 Language=Turkish
6217 Try down-level (remote admin protocol) version of API instead.
6218 .
6219 Language=Chinese
6220 Try down-level (remote admin protocol) version of API instead.
6221 .
6222 Language=Taiwanese
6223 Try down-level (remote admin protocol) version of API instead.
6224 .
6225
6226 MessageId=2480
6227 Severity=Success
6228 Facility=System
6229 SymbolicName=NERR_UPSDriverNotStarted
6230 Language=English
6231 The UPS driver could not be accessed by the UPS service.
6232 .
6233 Language=Polish
6234 The UPS driver could not be accessed by the UPS service.
6235 .
6236 Language=Romanian
6237 The UPS driver could not be accessed by the UPS service.
6238 .
6239 Language=Russian
6240 The UPS driver could not be accessed by the UPS service.
6241 .
6242 Language=Spanish
6243 The UPS driver could not be accessed by the UPS service.
6244 .
6245 Language=Turkish
6246 The UPS driver could not be accessed by the UPS service.
6247 .
6248 Language=Chinese
6249 The UPS driver could not be accessed by the UPS service.
6250 .
6251 Language=Taiwanese
6252 The UPS driver could not be accessed by the UPS service.
6253 .
6254
6255 MessageId=2481
6256 Severity=Success
6257 Facility=System
6258 SymbolicName=NERR_UPSInvalidConfig
6259 Language=English
6260 The UPS service is not configured correctly.
6261 .
6262 Language=Polish
6263 The UPS service is not configured correctly.
6264 .
6265 Language=Romanian
6266 The UPS service is not configured correctly.
6267 .
6268 Language=Russian
6269 The UPS service is not configured correctly.
6270 .
6271 Language=Spanish
6272 The UPS service is not configured correctly.
6273 .
6274 Language=Turkish
6275 The UPS service is not configured correctly.
6276 .
6277 Language=Chinese
6278 The UPS service is not configured correctly.
6279 .
6280 Language=Taiwanese
6281 The UPS service is not configured correctly.
6282 .
6283
6284 MessageId=2482
6285 Severity=Success
6286 Facility=System
6287 SymbolicName=NERR_UPSInvalidCommPort
6288 Language=English
6289 The UPS service could not access the specified Comm Port.
6290 .
6291 Language=Polish
6292 The UPS service could not access the specified Comm Port.
6293 .
6294 Language=Romanian
6295 The UPS service could not access the specified Comm Port.
6296 .
6297 Language=Russian
6298 The UPS service could not access the specified Comm Port.
6299 .
6300 Language=Spanish
6301 The UPS service could not access the specified Comm Port.
6302 .
6303 Language=Turkish
6304 The UPS service could not access the specified Comm Port.
6305 .
6306 Language=Chinese
6307 The UPS service could not access the specified Comm Port.
6308 .
6309 Language=Taiwanese
6310 The UPS service could not access the specified Comm Port.
6311 .
6312
6313 MessageId=2483
6314 Severity=Success
6315 Facility=System
6316 SymbolicName=NERR_UPSSignalAsserted
6317 Language=English
6318 The UPS indicated a line fail or low battery situation. Service not started.
6319 .
6320 Language=Polish
6321 The UPS indicated a line fail or low battery situation. Service not started.
6322 .
6323 Language=Romanian
6324 The UPS indicated a line fail or low battery situation. Service not started.
6325 .
6326 Language=Russian
6327 The UPS indicated a line fail or low battery situation. Service not started.
6328 .
6329 Language=Spanish
6330 The UPS indicated a line fail or low battery situation. Service not started.
6331 .
6332 Language=Turkish
6333 The UPS indicated a line fail or low battery situation. Service not started.
6334 .
6335 Language=Chinese
6336 The UPS indicated a line fail or low battery situation. Service not started.
6337 .
6338 Language=Taiwanese
6339 The UPS indicated a line fail or low battery situation. Service not started.
6340 .
6341
6342 MessageId=2484
6343 Severity=Success
6344 Facility=System
6345 SymbolicName=NERR_UPSShutdownFailed
6346 Language=English
6347 The UPS service failed to perform a system shut down.
6348 .
6349 Language=Polish
6350 The UPS service failed to perform a system shut down.
6351 .
6352 Language=Romanian
6353 The UPS service failed to perform a system shut down.
6354 .
6355 Language=Russian
6356 The UPS service failed to perform a system shut down.
6357 .
6358 Language=Spanish
6359 The UPS service failed to perform a system shut down.
6360 .
6361 Language=Turkish
6362 The UPS service failed to perform a system shut down.
6363 .
6364 Language=Chinese
6365 The UPS service failed to perform a system shut down.
6366 .
6367 Language=Taiwanese
6368 The UPS service failed to perform a system shut down.
6369 .
6370
6371 MessageId=2500
6372 Severity=Success
6373 Facility=System
6374 SymbolicName=NERR_BadDosRetCode
6375 Language=English
6376 The program below returned a DOS error code:
6377 .
6378 Language=Polish
6379 The program below returned a DOS error code:
6380 .
6381 Language=Romanian
6382 The program below returned a DOS error code:
6383 .
6384 Language=Russian
6385 The program below returned a DOS error code:
6386 .
6387 Language=Spanish
6388 The program below returned a DOS error code:
6389 .
6390 Language=Turkish
6391 The program below returned a DOS error code:
6392 .
6393 Language=Chinese
6394 The program below returned a DOS error code:
6395 .
6396 Language=Taiwanese
6397 The program below returned a DOS error code:
6398 .
6399
6400 MessageId=2501
6401 Severity=Success
6402 Facility=System
6403 SymbolicName=NERR_ProgNeedsExtraMem
6404 Language=English
6405 The program below needs more memory:
6406 .
6407 Language=Polish
6408 The program below needs more memory:
6409 .
6410 Language=Romanian
6411 The program below needs more memory:
6412 .
6413 Language=Russian
6414 The program below needs more memory:
6415 .
6416 Language=Spanish
6417 The program below needs more memory:
6418 .
6419 Language=Turkish
6420 The program below needs more memory:
6421 .
6422 Language=Chinese
6423 The program below needs more memory:
6424 .
6425 Language=Taiwanese
6426 The program below needs more memory:
6427 .
6428
6429 MessageId=2502
6430 Severity=Success
6431 Facility=System
6432 SymbolicName=NERR_BadDosFunction
6433 Language=English
6434 The program below called an unsupported DOS function:
6435 .
6436 Language=Polish
6437 The program below called an unsupported DOS function:
6438 .
6439 Language=Romanian
6440 The program below called an unsupported DOS function:
6441 .
6442 Language=Russian
6443 The program below called an unsupported DOS function:
6444 .
6445 Language=Spanish
6446 The program below called an unsupported DOS function:
6447 .
6448 Language=Turkish
6449 The program below called an unsupported DOS function:
6450 .
6451 Language=Chinese
6452 The program below called an unsupported DOS function:
6453 .
6454 Language=Taiwanese
6455 The program below called an unsupported DOS function:
6456 .
6457
6458 MessageId=2503
6459 Severity=Success
6460 Facility=System
6461 SymbolicName=NERR_RemoteBootFailed
6462 Language=English
6463 The workstation failed to boot.
6464 .
6465 Language=Polish
6466 The workstation failed to boot.
6467 .
6468 Language=Romanian
6469 The workstation failed to boot.
6470 .
6471 Language=Russian
6472 The workstation failed to boot.
6473 .
6474 Language=Spanish
6475 The workstation failed to boot.
6476 .
6477 Language=Turkish
6478 The workstation failed to boot.
6479 .
6480 Language=Chinese
6481 The workstation failed to boot.
6482 .
6483 Language=Taiwanese
6484 The workstation failed to boot.
6485 .
6486
6487 MessageId=2504
6488 Severity=Success
6489 Facility=System
6490 SymbolicName=NERR_BadFileCheckSum
6491 Language=English
6492 The file below is corrupt.
6493 .
6494 Language=Polish
6495 The file below is corrupt.
6496 .
6497 Language=Romanian
6498 The file below is corrupt.
6499 .
6500 Language=Russian
6501 The file below is corrupt.
6502 .
6503 Language=Spanish
6504 The file below is corrupt.
6505 .
6506 Language=Turkish
6507 The file below is corrupt.
6508 .
6509 Language=Chinese
6510 The file below is corrupt.
6511 .
6512 Language=Taiwanese
6513 The file below is corrupt.
6514 .
6515
6516 MessageId=2505
6517 Severity=Success
6518 Facility=System
6519 SymbolicName=NERR_NoRplBootSystem
6520 Language=English
6521 No loader is specified in the boot-block definition file.
6522 .
6523 Language=Polish
6524 No loader is specified in the boot-block definition file.
6525 .
6526 Language=Romanian
6527 No loader is specified in the boot-block definition file.
6528 .
6529 Language=Russian
6530 No loader is specified in the boot-block definition file.
6531 .
6532 Language=Spanish
6533 No loader is specified in the boot-block definition file.
6534 .
6535 Language=Turkish
6536 No loader is specified in the boot-block definition file.
6537 .
6538 Language=Chinese
6539 No loader is specified in the boot-block definition file.
6540 .
6541 Language=Taiwanese
6542 No loader is specified in the boot-block definition file.
6543 .
6544
6545 MessageId=2506
6546 Severity=Success
6547 Facility=System
6548 SymbolicName=NERR_RplLoadrNetBiosErr
6549 Language=English
6550 NetBIOS returned an error: The NCB and SMB are dumped above.
6551 .
6552 Language=Polish
6553 NetBIOS returned an error: The NCB and SMB are dumped above.
6554 .
6555 Language=Romanian
6556 NetBIOS returned an error: The NCB and SMB are dumped above.
6557 .
6558 Language=Russian
6559 NetBIOS returned an error: The NCB and SMB are dumped above.
6560 .
6561 Language=Spanish
6562 NetBIOS returned an error: The NCB and SMB are dumped above.
6563 .
6564 Language=Turkish
6565 NetBIOS returned an error: The NCB and SMB are dumped above.
6566 .
6567 Language=Chinese
6568 NetBIOS returned an error: The NCB and SMB are dumped above.
6569 .
6570 Language=Taiwanese
6571 NetBIOS returned an error: The NCB and SMB are dumped above.
6572 .
6573
6574 MessageId=2507
6575 Severity=Success
6576 Facility=System
6577 SymbolicName=NERR_RplLoadrDiskErr
6578 Language=English
6579 A disk I/O error occurred.
6580 .
6581 Language=Polish
6582 A disk I/O error occurred.
6583 .
6584 Language=Romanian
6585 A disk I/O error occurred.
6586 .
6587 Language=Russian
6588 A disk I/O error occurred.
6589 .
6590 Language=Spanish
6591 A disk I/O error occurred.
6592 .
6593 Language=Turkish
6594 A disk I/O error occurred.
6595 .
6596 Language=Chinese
6597 A disk I/O error occurred.
6598 .
6599 Language=Taiwanese
6600 A disk I/O error occurred.
6601 .
6602
6603 MessageId=2508
6604 Severity=Success
6605 Facility=System
6606 SymbolicName=NERR_ImageParamErr
6607 Language=English
6608 Image parameter substitution failed.
6609 .
6610 Language=Polish
6611 Image parameter substitution failed.
6612 .
6613 Language=Romanian
6614 Image parameter substitution failed.
6615 .
6616 Language=Russian
6617 Image parameter substitution failed.
6618 .
6619 Language=Spanish
6620 Image parameter substitution failed.
6621 .
6622 Language=Turkish
6623 Image parameter substitution failed.
6624 .
6625 Language=Chinese
6626 Image parameter substitution failed.
6627 .
6628 Language=Taiwanese
6629 Image parameter substitution failed.
6630 .
6631
6632 MessageId=2509
6633 Severity=Success
6634 Facility=System
6635 SymbolicName=NERR_TooManyImageParams
6636 Language=English
6637 Too many image parameters cross disk sector boundaries.
6638 .
6639 Language=Polish
6640 Too many image parameters cross disk sector boundaries.
6641 .
6642 Language=Romanian
6643 Too many image parameters cross disk sector boundaries.
6644 .
6645 Language=Russian
6646 Too many image parameters cross disk sector boundaries.
6647 .
6648 Language=Spanish
6649 Too many image parameters cross disk sector boundaries.
6650 .
6651 Language=Turkish
6652 Too many image parameters cross disk sector boundaries.
6653 .
6654 Language=Chinese
6655 Too many image parameters cross disk sector boundaries.
6656 .
6657 Language=Taiwanese
6658 Too many image parameters cross disk sector boundaries.
6659 .
6660
6661 MessageId=2510
6662 Severity=Success
6663 Facility=System
6664 SymbolicName=NERR_NonDosFloppyUsed
6665 Language=English
6666 The image was not generated from a DOS diskette formatted with /S.
6667 .
6668 Language=Polish
6669 The image was not generated from a DOS diskette formatted with /S.
6670 .
6671 Language=Romanian
6672 The image was not generated from a DOS diskette formatted with /S.
6673 .
6674 Language=Russian
6675 The image was not generated from a DOS diskette formatted with /S.
6676 .
6677 Language=Spanish
6678 The image was not generated from a DOS diskette formatted with /S.
6679 .
6680 Language=Turkish
6681 The image was not generated from a DOS diskette formatted with /S.
6682 .
6683 Language=Chinese
6684 The image was not generated from a DOS diskette formatted with /S.
6685 .
6686 Language=Taiwanese
6687 The image was not generated from a DOS diskette formatted with /S.
6688 .
6689
6690 MessageId=2511
6691 Severity=Success
6692 Facility=System
6693 SymbolicName=NERR_RplBootRestart
6694 Language=English
6695 Remote boot will be restarted later.
6696 .
6697 Language=Polish
6698 Remote boot will be restarted later.
6699 .
6700 Language=Romanian
6701 Remote boot will be restarted later.
6702 .
6703 Language=Russian
6704 Remote boot will be restarted later.
6705 .
6706 Language=Spanish
6707 Remote boot will be restarted later.
6708 .
6709 Language=Turkish
6710 Remote boot will be restarted later.
6711 .
6712 Language=Chinese
6713 Remote boot will be restarted later.
6714 .
6715 Language=Taiwanese
6716 Remote boot will be restarted later.
6717 .
6718
6719 MessageId=2512
6720 Severity=Success
6721 Facility=System
6722 SymbolicName=NERR_RplSrvrCallFailed
6723 Language=English
6724 The call to the Remoteboot server failed.
6725 .
6726 Language=Polish
6727 The call to the Remoteboot server failed.
6728 .
6729 Language=Romanian
6730 The call to the Remoteboot server failed.
6731 .
6732 Language=Russian
6733 The call to the Remoteboot server failed.
6734 .
6735 Language=Spanish
6736 The call to the Remoteboot server failed.
6737 .
6738 Language=Turkish
6739 The call to the Remoteboot server failed.
6740 .
6741 Language=Chinese
6742 The call to the Remoteboot server failed.
6743 .
6744 Language=Taiwanese
6745 The call to the Remoteboot server failed.
6746 .
6747
6748 MessageId=2513
6749 Severity=Success
6750 Facility=System
6751 SymbolicName=NERR_CantConnectRplSrvr
6752 Language=English
6753 Cannot connect to the Remoteboot server.
6754 .
6755 Language=Polish
6756 Cannot connect to the Remoteboot server.
6757 .
6758 Language=Romanian
6759 Cannot connect to the Remoteboot server.
6760 .
6761 Language=Russian
6762 Cannot connect to the Remoteboot server.
6763 .
6764 Language=Spanish
6765 Cannot connect to the Remoteboot server.
6766 .
6767 Language=Turkish
6768 Cannot connect to the Remoteboot server.
6769 .
6770 Language=Chinese
6771 Cannot connect to the Remoteboot server.
6772 .
6773 Language=Taiwanese
6774 Cannot connect to the Remoteboot server.
6775 .
6776
6777 MessageId=2514
6778 Severity=Success
6779 Facility=System
6780 SymbolicName=NERR_CantOpenImageFile
6781 Language=English
6782 Cannot open image file on the Remoteboot server.
6783 .
6784 Language=Polish
6785 Cannot open image file on the Remoteboot server.
6786 .
6787 Language=Romanian
6788 Cannot open image file on the Remoteboot server.
6789 .
6790 Language=Russian
6791 Cannot open image file on the Remoteboot server.
6792 .
6793 Language=Spanish
6794 Cannot open image file on the Remoteboot server.
6795 .
6796 Language=Turkish
6797 Cannot open image file on the Remoteboot server.
6798 .
6799 Language=Chinese
6800 Cannot open image file on the Remoteboot server.
6801 .
6802 Language=Taiwanese
6803 Cannot open image file on the Remoteboot server.
6804 .
6805
6806 MessageId=2515
6807 Severity=Success
6808 Facility=System
6809 SymbolicName=NERR_CallingRplSrvr
6810 Language=English
6811 Connecting to the Remoteboot server...
6812 .
6813 Language=Polish
6814 Connecting to the Remoteboot server...
6815 .
6816 Language=Romanian
6817 Connecting to the Remoteboot server...
6818 .
6819 Language=Russian
6820 Connecting to the Remoteboot server...
6821 .
6822 Language=Spanish
6823 Connecting to the Remoteboot server...
6824 .
6825 Language=Turkish
6826 Connecting to the Remoteboot server...
6827 .
6828 Language=Chinese
6829 Connecting to the Remoteboot server...
6830 .
6831 Language=Taiwanese
6832 Connecting to the Remoteboot server...
6833 .
6834
6835 MessageId=2516
6836 Severity=Success
6837 Facility=System
6838 SymbolicName=NERR_StartingRplBoot
6839 Language=English
6840 Connecting to the Remoteboot server...
6841 .
6842 Language=Polish
6843 Connecting to the Remoteboot server...
6844 .
6845 Language=Romanian
6846 Connecting to the Remoteboot server...
6847 .
6848 Language=Russian
6849 Connecting to the Remoteboot server...
6850 .
6851 Language=Spanish
6852 Connecting to the Remoteboot server...
6853 .
6854 Language=Turkish
6855 Connecting to the Remoteboot server...
6856 .
6857 Language=Chinese
6858 Connecting to the Remoteboot server...
6859 .
6860 Language=Taiwanese
6861 Connecting to the Remoteboot server...
6862 .
6863
6864 MessageId=2517
6865 Severity=Success
6866 Facility=System
6867 SymbolicName=NERR_RplBootServiceTerm
6868 Language=English
6869 Remote boot service was stopped; check the error log for the cause of the problem.
6870 .
6871 Language=Polish
6872 Remote boot service was stopped; check the error log for the cause of the problem.
6873 .
6874 Language=Romanian
6875 Remote boot service was stopped; check the error log for the cause of the problem.
6876 .
6877 Language=Russian
6878 Remote boot service was stopped; check the error log for the cause of the problem.
6879 .
6880 Language=Spanish
6881 Remote boot service was stopped; check the error log for the cause of the problem.
6882 .
6883 Language=Turkish
6884 Remote boot service was stopped; check the error log for the cause of the problem.
6885 .
6886 Language=Chinese
6887 Remote boot service was stopped; check the error log for the cause of the problem.
6888 .
6889 Language=Taiwanese
6890 Remote boot service was stopped; check the error log for the cause of the problem.
6891 .
6892
6893 MessageId=2518
6894 Severity=Success
6895 Facility=System
6896 SymbolicName=NERR_RplBootStartFailed
6897 Language=English
6898 Remote boot startup failed; check the error log for the cause of the problem.
6899 .
6900 Language=Polish
6901 Remote boot startup failed; check the error log for the cause of the problem.
6902 .
6903 Language=Romanian
6904 Remote boot startup failed; check the error log for the cause of the problem.
6905 .
6906 Language=Russian
6907 Remote boot startup failed; check the error log for the cause of the problem.
6908 .
6909 Language=Spanish
6910 Remote boot startup failed; check the error log for the cause of the problem.
6911 .
6912 Language=Turkish
6913 Remote boot startup failed; check the error log for the cause of the problem.
6914 .
6915 Language=Chinese
6916 Remote boot startup failed; check the error log for the cause of the problem.
6917 .
6918 Language=Taiwanese
6919 Remote boot startup failed; check the error log for the cause of the problem.
6920 .
6921
6922 MessageId=2519
6923 Severity=Success
6924 Facility=System
6925 SymbolicName=NERR_RPL_CONNECTED
6926 Language=English
6927 A second connection to a Remoteboot resource is not allowed.
6928 .
6929 Language=Polish
6930 A second connection to a Remoteboot resource is not allowed.
6931 .
6932 Language=Romanian
6933 A second connection to a Remoteboot resource is not allowed.
6934 .
6935 Language=Russian
6936 A second connection to a Remoteboot resource is not allowed.
6937 .
6938 Language=Spanish
6939 A second connection to a Remoteboot resource is not allowed.
6940 .
6941 Language=Turkish
6942 A second connection to a Remoteboot resource is not allowed.
6943 .
6944 Language=Chinese
6945 A second connection to a Remoteboot resource is not allowed.
6946 .
6947 Language=Taiwanese
6948 A second connection to a Remoteboot resource is not allowed.
6949 .
6950
6951 MessageId=2550
6952 Severity=Success
6953 Facility=System
6954 SymbolicName=NERR_BrowserConfiguredToNotRun
6955 Language=English
6956 The browser service was configured with MaintainServerList=No.
6957 .
6958 Language=Polish
6959 The browser service was configured with MaintainServerList=No.
6960 .
6961 Language=Romanian
6962 The browser service was configured with MaintainServerList=No.
6963 .
6964 Language=Russian
6965 The browser service was configured with MaintainServerList=No.
6966 .
6967 Language=Spanish
6968 The browser service was configured with MaintainServerList=No.
6969 .
6970 Language=Turkish
6971 The browser service was configured with MaintainServerList=No.
6972 .
6973 Language=Chinese
6974 The browser service was configured with MaintainServerList=No.
6975 .
6976 Language=Taiwanese
6977 The browser service was configured with MaintainServerList=No.
6978 .
6979
6980 MessageId=2610
6981 Severity=Success
6982 Facility=System
6983 SymbolicName=NERR_RplNoAdaptersStarted
6984 Language=English
6985 Service failed to start since none of the network adapters started with this service.
6986 .
6987 Language=Polish
6988 Service failed to start since none of the network adapters started with this service.
6989 .
6990 Language=Romanian
6991 Service failed to start since none of the network adapters started with this service.
6992 .
6993 Language=Russian
6994 Service failed to start since none of the network adapters started with this service.
6995 .
6996 Language=Spanish
6997 Service failed to start since none of the network adapters started with this service.
6998 .
6999 Language=Turkish
7000 Service failed to start since none of the network adapters started with this service.
7001 .
7002 Language=Chinese
7003 Service failed to start since none of the network adapters started with this service.
7004 .
7005 Language=Taiwanese
7006 Service failed to start since none of the network adapters started with this service.
7007 .
7008
7009 MessageId=2611
7010 Severity=Success
7011 Facility=System
7012 SymbolicName=NERR_RplBadRegistry
7013 Language=English
7014 Service failed to start due to bad startup information in the registry.
7015 .
7016 Language=Polish
7017 Service failed to start due to bad startup information in the registry.
7018 .
7019 Language=Romanian
7020 Service failed to start due to bad startup information in the registry.
7021 .
7022 Language=Russian
7023 Service failed to start due to bad startup information in the registry.
7024 .
7025 Language=Spanish
7026 Service failed to start due to bad startup information in the registry.
7027 .
7028 Language=Turkish
7029 Service failed to start due to bad startup information in the registry.
7030 .
7031 Language=Chinese
7032 Service failed to start due to bad startup information in the registry.
7033 .
7034 Language=Taiwanese
7035 Service failed to start due to bad startup information in the registry.
7036 .
7037
7038 MessageId=2612
7039 Severity=Success
7040 Facility=System
7041 SymbolicName=NERR_RplBadDatabase
7042 Language=English
7043 Service failed to start because its database is absent or corrupt.
7044 .
7045 Language=Polish
7046 Service failed to start because its database is absent or corrupt.
7047 .
7048 Language=Romanian
7049 Service failed to start because its database is absent or corrupt.
7050 .
7051 Language=Russian
7052 Service failed to start because its database is absent or corrupt.
7053 .
7054 Language=Spanish
7055 Service failed to start because its database is absent or corrupt.
7056 .
7057 Language=Turkish
7058 Service failed to start because its database is absent or corrupt.
7059 .
7060 Language=Chinese
7061 Service failed to start because its database is absent or corrupt.
7062 .
7063 Language=Taiwanese
7064 Service failed to start because its database is absent or corrupt.
7065 .
7066
7067 MessageId=2613
7068 Severity=Success
7069 Facility=System
7070 SymbolicName=NERR_RplRplfilesShare
7071 Language=English
7072 Service failed to start because RPLFILES share is absent.
7073 .
7074 Language=Polish
7075 Service failed to start because RPLFILES share is absent.
7076 .
7077 Language=Romanian
7078 Service failed to start because RPLFILES share is absent.
7079 .
7080 Language=Russian
7081 Service failed to start because RPLFILES share is absent.
7082 .
7083 Language=Spanish
7084 Service failed to start because RPLFILES share is absent.
7085 .
7086 Language=Turkish
7087 Service failed to start because RPLFILES share is absent.
7088 .
7089 Language=Chinese
7090 Service failed to start because RPLFILES share is absent.
7091 .
7092 Language=Taiwanese
7093 Service failed to start because RPLFILES share is absent.
7094 .
7095
7096 MessageId=2614
7097 Severity=Success
7098 Facility=System
7099 SymbolicName=NERR_RplNotRplServer
7100 Language=English
7101 Service failed to start because RPLUSER group is absent.
7102 .
7103 Language=Polish
7104 Service failed to start because RPLUSER group is absent.
7105 .
7106 Language=Romanian
7107 Service failed to start because RPLUSER group is absent.
7108 .
7109 Language=Russian
7110 Service failed to start because RPLUSER group is absent.
7111 .
7112 Language=Spanish
7113 Service failed to start because RPLUSER group is absent.
7114 .
7115 Language=Turkish
7116 Service failed to start because RPLUSER group is absent.
7117 .
7118 Language=Chinese
7119 Service failed to start because RPLUSER group is absent.
7120 .
7121 Language=Taiwanese
7122 Service failed to start because RPLUSER group is absent.
7123 .
7124
7125 MessageId=2615
7126 Severity=Success
7127 Facility=System
7128 SymbolicName=NERR_RplCannotEnum
7129 Language=English
7130 Cannot enumerate service records.
7131 .
7132 Language=Polish
7133 Cannot enumerate service records.
7134 .
7135 Language=Romanian
7136 Cannot enumerate service records.
7137 .
7138 Language=Russian
7139 Cannot enumerate service records.
7140 .
7141 Language=Spanish
7142 Cannot enumerate service records.
7143 .
7144 Language=Turkish
7145 Cannot enumerate service records.
7146 .
7147 Language=Chinese
7148 Cannot enumerate service records.
7149 .
7150 Language=Taiwanese
7151 Cannot enumerate service records.
7152 .
7153
7154 MessageId=2616
7155 Severity=Success
7156 Facility=System
7157 SymbolicName=NERR_RplWkstaInfoCorrupted
7158 Language=English
7159 Workstation record information has been corrupted.
7160 .
7161 Language=Polish
7162 Workstation record information has been corrupted.
7163 .
7164 Language=Romanian
7165 Workstation record information has been corrupted.
7166 .
7167 Language=Russian
7168 Workstation record information has been corrupted.
7169 .
7170 Language=Spanish
7171 Workstation record information has been corrupted.
7172 .
7173 Language=Turkish
7174 Workstation record information has been corrupted.
7175 .
7176 Language=Chinese
7177 Workstation record information has been corrupted.
7178 .
7179 Language=Taiwanese
7180 Workstation record information has been corrupted.
7181 .
7182
7183 MessageId=2617
7184 Severity=Success
7185 Facility=System
7186 SymbolicName=NERR_RplWkstaNotFound
7187 Language=English
7188 Workstation record was not found.
7189 .
7190 Language=Polish
7191 Workstation record was not found.
7192 .
7193 Language=Romanian
7194 Workstation record was not found.
7195 .
7196 Language=Russian
7197 Workstation record was not found.
7198 .
7199 Language=Spanish
7200 Workstation record was not found.
7201 .
7202 Language=Turkish
7203 Workstation record was not found.
7204 .
7205 Language=Chinese
7206 Workstation record was not found.
7207 .
7208 Language=Taiwanese
7209 Workstation record was not found.
7210 .
7211
7212 MessageId=2618
7213 Severity=Success
7214 Facility=System
7215 SymbolicName=NERR_RplWkstaNameUnavailable
7216 Language=English
7217 Workstation name is in use by some other workstation.
7218 .
7219 Language=Polish
7220 Workstation name is in use by some other workstation.
7221 .
7222 Language=Romanian
7223 Workstation name is in use by some other workstation.
7224 .
7225 Language=Russian
7226 Workstation name is in use by some other workstation.
7227 .
7228 Language=Spanish
7229 Workstation name is in use by some other workstation.
7230 .
7231 Language=Turkish
7232 Workstation name is in use by some other workstation.
7233 .
7234 Language=Chinese
7235 Workstation name is in use by some other workstation.
7236 .
7237 Language=Taiwanese
7238 Workstation name is in use by some other workstation.
7239 .
7240
7241 MessageId=2619
7242 Severity=Success
7243 Facility=System
7244 SymbolicName=NERR_RplProfileInfoCorrupted
7245 Language=English
7246 Profile record information has been corrupted.
7247 .
7248 Language=Polish
7249 Profile record information has been corrupted.
7250 .
7251 Language=Romanian
7252 Profile record information has been corrupted.
7253 .
7254 Language=Russian
7255 Profile record information has been corrupted.
7256 .
7257 Language=Spanish
7258 Profile record information has been corrupted.
7259 .
7260 Language=Turkish
7261 Profile record information has been corrupted.
7262 .
7263 Language=Chinese
7264 Profile record information has been corrupted.
7265 .
7266 Language=Taiwanese
7267 Profile record information has been corrupted.
7268 .
7269
7270 MessageId=2620
7271 Severity=Success
7272 Facility=System
7273 SymbolicName=NERR_RplProfileNotFound
7274 Language=English
7275 Profile record was not found.
7276 .
7277 Language=Polish
7278 Profile record was not found.
7279 .
7280 Language=Romanian
7281 Profile record was not found.
7282 .
7283 Language=Russian
7284 Profile record was not found.
7285 .
7286 Language=Spanish
7287 Profile record was not found.
7288 .
7289 Language=Turkish
7290 Profile record was not found.
7291 .
7292 Language=Chinese
7293 Profile record was not found.
7294 .
7295 Language=Taiwanese
7296 Profile record was not found.
7297 .
7298
7299 MessageId=2621
7300 Severity=Success
7301 Facility=System
7302 SymbolicName=NERR_RplProfileNameUnavailable
7303 Language=English
7304 Profile name is in use by some other profile.
7305 .
7306 Language=Polish
7307 Profile name is in use by some other profile.
7308 .
7309 Language=Romanian
7310 Profile name is in use by some other profile.
7311 .
7312 Language=Russian
7313 Profile name is in use by some other profile.
7314 .
7315 Language=Spanish
7316 Profile name is in use by some other profile.
7317 .
7318 Language=Turkish
7319 Profile name is in use by some other profile.
7320 .
7321 Language=Chinese
7322 Profile name is in use by some other profile.
7323 .
7324 Language=Taiwanese
7325 Profile name is in use by some other profile.
7326 .
7327
7328 MessageId=2622
7329 Severity=Success
7330 Facility=System
7331 SymbolicName=NERR_RplProfileNotEmpty
7332 Language=English
7333 There are workstations using this profile.
7334 .
7335 Language=Polish
7336 There are workstations using this profile.
7337 .
7338 Language=Romanian
7339 There are workstations using this profile.
7340 .
7341 Language=Russian
7342 There are workstations using this profile.
7343 .
7344 Language=Spanish
7345 There are workstations using this profile.
7346 .
7347 Language=Turkish
7348 There are workstations using this profile.
7349 .
7350 Language=Chinese
7351 There are workstations using this profile.
7352 .
7353 Language=Taiwanese
7354 There are workstations using this profile.
7355 .
7356
7357 MessageId=2623
7358 Severity=Success
7359 Facility=System
7360 SymbolicName=NERR_RplConfigInfoCorrupted
7361 Language=English
7362 Configuration record information has been corrupted.
7363 .
7364 Language=Polish
7365 Configuration record information has been corrupted.
7366 .
7367 Language=Romanian
7368 Configuration record information has been corrupted.
7369 .
7370 Language=Russian
7371 Configuration record information has been corrupted.
7372 .
7373 Language=Spanish
7374 Configuration record information has been corrupted.
7375 .
7376 Language=Turkish
7377 Configuration record information has been corrupted.
7378 .
7379 Language=Chinese
7380 Configuration record information has been corrupted.
7381 .
7382 Language=Taiwanese
7383 Configuration record information has been corrupted.
7384 .
7385
7386 MessageId=2624
7387 Severity=Success
7388 Facility=System
7389 SymbolicName=NERR_RplConfigNotFound
7390 Language=English
7391 Configuration record was not found.
7392 .
7393 Language=Polish
7394 Configuration record was not found.
7395 .
7396 Language=Romanian
7397 Configuration record was not found.
7398 .
7399 Language=Russian
7400 Configuration record was not found.
7401 .
7402 Language=Spanish
7403 Configuration record was not found.
7404 .
7405 Language=Turkish
7406 Configuration record was not found.
7407 .
7408 Language=Chinese
7409 Configuration record was not found.
7410 .
7411 Language=Taiwanese
7412 Configuration record was not found.
7413 .
7414
7415 MessageId=2625
7416 Severity=Success
7417 Facility=System
7418 SymbolicName=NERR_RplAdapterInfoCorrupted
7419 Language=English
7420 Adapter id record information has been corrupted.
7421 .
7422 Language=Polish
7423 Adapter id record information has been corrupted.
7424 .
7425 Language=Romanian
7426 Adapter id record information has been corrupted.
7427 .
7428 Language=Russian
7429 Adapter id record information has been corrupted.
7430 .
7431 Language=Spanish
7432 Adapter id record information has been corrupted.
7433 .
7434 Language=Turkish
7435 Adapter id record information has been corrupted.
7436 .
7437 Language=Chinese
7438 Adapter id record information has been corrupted.
7439 .
7440 Language=Taiwanese
7441 Adapter id record information has been corrupted.
7442 .
7443
7444 MessageId=2626
7445 Severity=Success
7446 Facility=System
7447 SymbolicName=NERR_RplInternal
7448 Language=English
7449 An internal service error has occurred.
7450 .
7451 Language=Polish
7452 An internal service error has occurred.
7453 .
7454 Language=Romanian
7455 An internal service error has occurred.
7456 .
7457 Language=Russian
7458 An internal service error has occurred.
7459 .
7460 Language=Spanish
7461 An internal service error has occurred.
7462 .
7463 Language=Turkish
7464 An internal service error has occurred.
7465 .
7466 Language=Chinese
7467 An internal service error has occurred.
7468 .
7469 Language=Taiwanese
7470 An internal service error has occurred.
7471 .
7472
7473 MessageId=2627
7474 Severity=Success
7475 Facility=System
7476 SymbolicName=NERR_RplVendorInfoCorrupted
7477 Language=English
7478 Vendor id record information has been corrupted.
7479 .
7480 Language=Polish
7481 Vendor id record information has been corrupted.
7482 .
7483 Language=Romanian
7484 Vendor id record information has been corrupted.
7485 .
7486 Language=Russian
7487 Vendor id record information has been corrupted.
7488 .
7489 Language=Spanish
7490 Vendor id record information has been corrupted.
7491 .
7492 Language=Turkish
7493 Vendor id record information has been corrupted.
7494 .
7495 Language=Chinese
7496 Vendor id record information has been corrupted.
7497 .
7498 Language=Taiwanese
7499 Vendor id record information has been corrupted.
7500 .
7501
7502 MessageId=2628
7503 Severity=Success
7504 Facility=System
7505 SymbolicName=NERR_RplBootInfoCorrupted
7506 Language=English
7507 Boot block record information has been corrupted.
7508 .
7509 Language=Polish
7510 Boot block record information has been corrupted.
7511 .
7512 Language=Romanian
7513 Boot block record information has been corrupted.
7514 .
7515 Language=Russian
7516 Boot block record information has been corrupted.
7517 .
7518 Language=Spanish
7519 Boot block record information has been corrupted.
7520 .
7521 Language=Turkish
7522 Boot block record information has been corrupted.
7523 .
7524 Language=Chinese
7525 Boot block record information has been corrupted.
7526 .
7527 Language=Taiwanese
7528 Boot block record information has been corrupted.
7529 .
7530
7531 MessageId=2629
7532 Severity=Success
7533 Facility=System
7534 SymbolicName=NERR_RplWkstaNeedsUserAcct
7535 Language=English
7536 The user account for this workstation record is missing.
7537 .
7538 Language=Polish
7539 The user account for this workstation record is missing.
7540 .
7541 Language=Romanian
7542 The user account for this workstation record is missing.
7543 .
7544 Language=Russian
7545 The user account for this workstation record is missing.
7546 .
7547 Language=Spanish
7548 The user account for this workstation record is missing.
7549 .
7550 Language=Turkish
7551 The user account for this workstation record is missing.
7552 .
7553 Language=Chinese
7554 The user account for this workstation record is missing.
7555 .
7556 Language=Taiwanese
7557 The user account for this workstation record is missing.
7558 .
7559
7560 MessageId=2630
7561 Severity=Success
7562 Facility=System
7563 SymbolicName=NERR_RplNeedsRPLUSERAcct
7564 Language=English
7565 The RPLUSER local group could not be found.
7566 .
7567 Language=Polish
7568 The RPLUSER local group could not be found.
7569 .
7570 Language=Romanian
7571 The RPLUSER local group could not be found.
7572 .
7573 Language=Russian
7574 The RPLUSER local group could not be found.
7575 .
7576 Language=Spanish
7577 The RPLUSER local group could not be found.
7578 .
7579 Language=Turkish
7580 The RPLUSER local group could not be found.
7581 .
7582 Language=Chinese
7583 The RPLUSER local group could not be found.
7584 .
7585 Language=Taiwanese
7586 The RPLUSER local group could not be found.
7587 .
7588
7589 MessageId=2631
7590 Severity=Success
7591 Facility=System
7592 SymbolicName=NERR_RplBootNotFound
7593 Language=English
7594 Boot block record was not found.
7595 .
7596 Language=Polish
7597 Boot block record was not found.
7598 .
7599 Language=Romanian
7600 Boot block record was not found.
7601 .
7602 Language=Russian
7603 Boot block record was not found.
7604 .
7605 Language=Spanish
7606 Boot block record was not found.
7607 .
7608 Language=Turkish
7609 Boot block record was not found.
7610 .
7611 Language=Chinese
7612 Boot block record was not found.
7613 .
7614 Language=Taiwanese
7615 Boot block record was not found.
7616 .
7617
7618 MessageId=2632
7619 Severity=Success
7620 Facility=System
7621 SymbolicName=NERR_RplIncompatibleProfile
7622 Language=English
7623 Chosen profile is incompatible with this workstation.
7624 .
7625 Language=Polish
7626 Chosen profile is incompatible with this workstation.
7627 .
7628 Language=Romanian
7629 Chosen profile is incompatible with this workstation.
7630 .
7631 Language=Russian
7632 Chosen profile is incompatible with this workstation.
7633 .
7634 Language=Spanish
7635 Chosen profile is incompatible with this workstation.
7636 .
7637 Language=Turkish
7638 Chosen profile is incompatible with this workstation.
7639 .
7640 Language=Chinese
7641 Chosen profile is incompatible with this workstation.
7642 .
7643 Language=Taiwanese
7644 Chosen profile is incompatible with this workstation.
7645 .
7646
7647 MessageId=2633
7648 Severity=Success
7649 Facility=System
7650 SymbolicName=NERR_RplAdapterNameUnavailable
7651 Language=English
7652 Chosen network adapter id is in use by some other workstation.
7653 .
7654 Language=Polish
7655 Chosen network adapter id is in use by some other workstation.
7656 .
7657 Language=Romanian
7658 Chosen network adapter id is in use by some other workstation.
7659 .
7660 Language=Russian
7661 Chosen network adapter id is in use by some other workstation.
7662 .
7663 Language=Spanish
7664 Chosen network adapter id is in use by some other workstation.
7665 .
7666 Language=Turkish
7667 Chosen network adapter id is in use by some other workstation.
7668 .
7669 Language=Chinese
7670 Chosen network adapter id is in use by some other workstation.
7671 .
7672 Language=Taiwanese
7673 Chosen network adapter id is in use by some other workstation.
7674 .
7675
7676 MessageId=2634
7677 Severity=Success
7678 Facility=System
7679 SymbolicName=NERR_RplConfigNotEmpty
7680 Language=English
7681 There are profiles using this configuration.
7682 .
7683 Language=Polish
7684 There are profiles using this configuration.
7685 .
7686 Language=Romanian
7687 There are profiles using this configuration.
7688 .
7689 Language=Russian
7690 There are profiles using this configuration.
7691 .
7692 Language=Spanish
7693 There are profiles using this configuration.
7694 .
7695 Language=Turkish
7696 There are profiles using this configuration.
7697 .
7698 Language=Chinese
7699 There are profiles using this configuration.
7700 .
7701 Language=Taiwanese
7702 There are profiles using this configuration.
7703 .
7704
7705 MessageId=2635
7706 Severity=Success
7707 Facility=System
7708 SymbolicName=NERR_RplBootInUse
7709 Language=English
7710 There are workstations, profiles or configurations using this boot block.
7711 .
7712 Language=Polish
7713 There are workstations, profiles or configurations using this boot block.
7714 .
7715 Language=Romanian
7716 There are workstations, profiles or configurations using this boot block.
7717 .
7718 Language=Russian
7719 There are workstations, profiles or configurations using this boot block.
7720 .
7721 Language=Spanish
7722 There are workstations, profiles or configurations using this boot block.
7723 .
7724 Language=Turkish
7725 There are workstations, profiles or configurations using this boot block.
7726 .
7727 Language=Chinese
7728 There are workstations, profiles or configurations using this boot block.
7729 .
7730 Language=Taiwanese
7731 There are workstations, profiles or configurations using this boot block.
7732 .
7733
7734 MessageId=2636
7735 Severity=Success
7736 Facility=System
7737 SymbolicName=NERR_RplBackupDatabase
7738 Language=English
7739 Service failed to backup Remoteboot database.
7740 .
7741 Language=Polish
7742 Service failed to backup Remoteboot database.
7743 .
7744 Language=Romanian
7745 Service failed to backup Remoteboot database.
7746 .
7747 Language=Russian
7748 Service failed to backup Remoteboot database.
7749 .
7750 Language=Spanish
7751 Service failed to backup Remoteboot database.
7752 .
7753 Language=Turkish
7754 Service failed to backup Remoteboot database.
7755 .
7756 Language=Chinese
7757 Service failed to backup Remoteboot database.
7758 .
7759 Language=Taiwanese
7760 Service failed to backup Remoteboot database.
7761 .
7762
7763 MessageId=2637
7764 Severity=Success
7765 Facility=System
7766 SymbolicName=NERR_RplAdapterNotFound
7767 Language=English
7768 Adapter record was not found.
7769 .
7770 Language=Polish
7771 Adapter record was not found.
7772 .
7773 Language=Romanian
7774 Adapter record was not found.
7775 .
7776 Language=Russian
7777 Adapter record was not found.
7778 .
7779 Language=Spanish
7780 Adapter record was not found.
7781 .
7782 Language=Turkish
7783 Adapter record was not found.
7784 .
7785 Language=Chinese
7786 Adapter record was not found.
7787 .
7788 Language=Taiwanese
7789 Adapter record was not found.
7790 .
7791
7792 MessageId=2638
7793 Severity=Success
7794 Facility=System
7795 SymbolicName=NERR_RplVendorNotFound
7796 Language=English
7797 Vendor record was not found.
7798 .
7799 Language=Polish
7800 Vendor record was not found.
7801 .
7802 Language=Romanian
7803 Vendor record was not found.
7804 .
7805 Language=Russian
7806 Vendor record was not found.
7807 .
7808 Language=Spanish
7809 Vendor record was not found.
7810 .
7811 Language=Turkish
7812 Vendor record was not found.
7813 .
7814 Language=Chinese
7815 Vendor record was not found.
7816 .
7817 Language=Taiwanese
7818 Vendor record was not found.
7819 .
7820
7821 MessageId=2639
7822 Severity=Success
7823 Facility=System
7824 SymbolicName=NERR_RplVendorNameUnavailable
7825 Language=English
7826 Vendor name is in use by some other vendor record.
7827 .
7828 Language=Polish
7829 Vendor name is in use by some other vendor record.
7830 .
7831 Language=Romanian
7832 Vendor name is in use by some other vendor record.
7833 .
7834 Language=Russian
7835 Vendor name is in use by some other vendor record.
7836 .
7837 Language=Spanish
7838 Vendor name is in use by some other vendor record.
7839 .
7840 Language=Turkish
7841 Vendor name is in use by some other vendor record.
7842 .
7843 Language=Chinese
7844 Vendor name is in use by some other vendor record.
7845 .
7846 Language=Taiwanese
7847 Vendor name is in use by some other vendor record.
7848 .
7849
7850 MessageId=2640
7851 Severity=Success
7852 Facility=System
7853 SymbolicName=NERR_RplBootNameUnavailable
7854 Language=English
7855 (boot name, vendor id) is in use by some other boot block record.
7856 .
7857 Language=Polish
7858 (boot name, vendor id) is in use by some other boot block record.
7859 .
7860 Language=Romanian
7861 (boot name, vendor id) is in use by some other boot block record.
7862 .
7863 Language=Russian
7864 (boot name, vendor id) is in use by some other boot block record.
7865 .
7866 Language=Spanish
7867 (boot name, vendor id) is in use by some other boot block record.
7868 .
7869 Language=Turkish
7870 (boot name, vendor id) is in use by some other boot block record.
7871 .
7872 Language=Chinese
7873 (boot name, vendor id) is in use by some other boot block record.
7874 .
7875 Language=Taiwanese
7876 (boot name, vendor id) is in use by some other boot block record.
7877 .
7878
7879 MessageId=2641
7880 Severity=Success
7881 Facility=System
7882 SymbolicName=NERR_RplConfigNameUnavailable
7883 Language=English
7884 Configuration name is in use by some other configuration.
7885 .
7886 Language=Polish
7887 Configuration name is in use by some other configuration.
7888 .
7889 Language=Romanian
7890 Configuration name is in use by some other configuration.
7891 .
7892 Language=Russian
7893 Configuration name is in use by some other configuration.
7894 .
7895 Language=Spanish
7896 Configuration name is in use by some other configuration.
7897 .
7898 Language=Turkish
7899 Configuration name is in use by some other configuration.
7900 .
7901 Language=Chinese
7902 Configuration name is in use by some other configuration.
7903 .
7904 Language=Taiwanese
7905 Configuration name is in use by some other configuration.
7906 .
7907
7908 MessageId=2660
7909 Severity=Success
7910 Facility=System
7911 SymbolicName=NERR_DfsInternalCorruption
7912 Language=English
7913 The internal database maintained by the DFS service is corrupt
7914 .
7915 Language=Polish
7916 The internal database maintained by the DFS service is corrupt
7917 .
7918 Language=Romanian
7919 The internal database maintained by the DFS service is corrupt
7920 .
7921 Language=Russian
7922 The internal database maintained by the DFS service is corrupt
7923 .
7924 Language=Spanish
7925 The internal database maintained by the DFS service is corrupt
7926 .
7927 Language=Turkish
7928 The internal database maintained by the DFS service is corrupt
7929 .
7930 Language=Chinese
7931 The internal database maintained by the DFS service is corrupt
7932 .
7933 Language=Taiwanese
7934 The internal database maintained by the DFS service is corrupt
7935 .
7936
7937 MessageId=2661
7938 Severity=Success
7939 Facility=System
7940 SymbolicName=NERR_DfsVolumeDataCorrupt
7941 Language=English
7942 One of the records in the internal DFS database is corrupt
7943 .
7944 Language=Polish
7945 One of the records in the internal DFS database is corrupt
7946 .
7947 Language=Romanian
7948 One of the records in the internal DFS database is corrupt
7949 .
7950 Language=Russian
7951 One of the records in the internal DFS database is corrupt
7952 .
7953 Language=Spanish
7954 One of the records in the internal DFS database is corrupt
7955 .
7956 Language=Turkish
7957 One of the records in the internal DFS database is corrupt
7958 .
7959 Language=Chinese
7960 One of the records in the internal DFS database is corrupt
7961 .
7962 Language=Taiwanese
7963 One of the records in the internal DFS database is corrupt
7964 .
7965
7966 MessageId=2662
7967 Severity=Success
7968 Facility=System
7969 SymbolicName=NERR_DfsNoSuchVolume
7970 Language=English
7971 There is no DFS name whose entry path matches the input Entry Path
7972 .
7973 Language=Polish
7974 There is no DFS name whose entry path matches the input Entry Path
7975 .
7976 Language=Romanian
7977 There is no DFS name whose entry path matches the input Entry Path
7978 .
7979 Language=Russian
7980 There is no DFS name whose entry path matches the input Entry Path
7981 .
7982 Language=Spanish
7983 There is no DFS name whose entry path matches the input Entry Path
7984 .
7985 Language=Turkish
7986 There is no DFS name whose entry path matches the input Entry Path
7987 .
7988 Language=Chinese
7989 There is no DFS name whose entry path matches the input Entry Path
7990 .
7991 Language=Taiwanese
7992 There is no DFS name whose entry path matches the input Entry Path
7993 .
7994
7995 MessageId=2663
7996 Severity=Success
7997 Facility=System
7998 SymbolicName=NERR_DfsVolumeAlreadyExists
7999 Language=English
8000 A root or link with the given name already exists
8001 .
8002 Language=Polish
8003 A root or link with the given name already exists
8004 .
8005 Language=Romanian
8006 A root or link with the given name already exists
8007 .
8008 Language=Russian
8009 A root or link with the given name already exists
8010 .
8011 Language=Spanish
8012 A root or link with the given name already exists
8013 .
8014 Language=Turkish
8015 A root or link with the given name already exists
8016 .
8017 Language=Chinese
8018 A root or link with the given name already exists
8019 .
8020 Language=Taiwanese
8021 A root or link with the given name already exists
8022 .
8023
8024 MessageId=2664
8025 Severity=Success
8026 Facility=System
8027 SymbolicName=NERR_DfsAlreadyShared
8028 Language=English
8029 The server share specified is already shared in the DFS
8030 .
8031 Language=Polish
8032 The server share specified is already shared in the DFS
8033 .
8034 Language=Romanian
8035 The server share specified is already shared in the DFS
8036 .
8037 Language=Russian
8038 The server share specified is already shared in the DFS
8039 .
8040 Language=Spanish
8041 The server share specified is already shared in the DFS
8042 .
8043 Language=Turkish
8044 The server share specified is already shared in the DFS
8045 .
8046 Language=Chinese
8047 The server share specified is already shared in the DFS
8048 .
8049 Language=Taiwanese
8050 The server share specified is already shared in the DFS
8051 .
8052
8053 MessageId=2665
8054 Severity=Success
8055 Facility=System
8056 SymbolicName=NERR_DfsNoSuchShare
8057 Language=English
8058 The indicated server share does not support the indicated DFS namespace
8059 .
8060 Language=Polish
8061 The indicated server share does not support the indicated DFS namespace
8062 .
8063 Language=Romanian
8064 The indicated server share does not support the indicated DFS namespace
8065 .
8066 Language=Russian
8067 The indicated server share does not support the indicated DFS namespace
8068 .
8069 Language=Spanish
8070 The indicated server share does not support the indicated DFS namespace
8071 .
8072 Language=Turkish
8073 The indicated server share does not support the indicated DFS namespace
8074 .
8075 Language=Chinese
8076 The indicated server share does not support the indicated DFS namespace
8077 .
8078 Language=Taiwanese
8079 The indicated server share does not support the indicated DFS namespace
8080 .
8081
8082 MessageId=2666
8083 Severity=Success
8084 Facility=System
8085 SymbolicName=NERR_DfsNotALeafVolume
8086 Language=English
8087 The operation is not valid on this portion of the namespace
8088 .
8089 Language=Polish
8090 The operation is not valid on this portion of the namespace
8091 .
8092 Language=Romanian
8093 The operation is not valid on this portion of the namespace
8094 .
8095 Language=Russian
8096 The operation is not valid on this portion of the namespace
8097 .
8098 Language=Spanish
8099 The operation is not valid on this portion of the namespace
8100 .
8101 Language=Turkish
8102 The operation is not valid on this portion of the namespace
8103 .
8104 Language=Chinese
8105 The operation is not valid on this portion of the namespace
8106 .
8107 Language=Taiwanese
8108 The operation is not valid on this portion of the namespace
8109 .
8110
8111 MessageId=2667
8112 Severity=Success
8113 Facility=System
8114 SymbolicName=NERR_DfsLeafVolume
8115 Language=English
8116 The operation is not valid on this portion of the namespace
8117 .
8118 Language=Polish
8119 The operation is not valid on this portion of the namespace
8120 .
8121 Language=Romanian
8122 The operation is not valid on this portion of the namespace
8123 .
8124 Language=Russian
8125 The operation is not valid on this portion of the namespace
8126 .
8127 Language=Spanish
8128 The operation is not valid on this portion of the namespace
8129 .
8130 Language=Turkish
8131 The operation is not valid on this portion of the namespace
8132 .
8133 Language=Chinese
8134 The operation is not valid on this portion of the namespace
8135 .
8136 Language=Taiwanese
8137 The operation is not valid on this portion of the namespace
8138 .
8139
8140 MessageId=2668
8141 Severity=Success
8142 Facility=System
8143 SymbolicName=NERR_DfsVolumeHasMultipleServers
8144 Language=English
8145 The operation is ambiguous because the link has multiple servers
8146 .
8147 Language=Polish
8148 The operation is ambiguous because the link has multiple servers
8149 .
8150 Language=Romanian
8151 The operation is ambiguous because the link has multiple servers
8152 .
8153 Language=Russian
8154 The operation is ambiguous because the link has multiple servers
8155 .
8156 Language=Spanish
8157 The operation is ambiguous because the link has multiple servers
8158 .
8159 Language=Turkish
8160 The operation is ambiguous because the link has multiple servers
8161 .
8162 Language=Chinese
8163 The operation is ambiguous because the link has multiple servers
8164 .
8165 Language=Taiwanese
8166 The operation is ambiguous because the link has multiple servers
8167 .
8168
8169 MessageId=2669
8170 Severity=Success
8171 Facility=System
8172 SymbolicName=NERR_DfsCantCreateJunctionPoint
8173 Language=English
8174 Unable to create a link
8175 .
8176 Language=Polish
8177 Unable to create a link
8178 .
8179 Language=Romanian
8180 Unable to create a link
8181 .
8182 Language=Russian
8183 Unable to create a link
8184 .
8185 Language=Spanish
8186 Unable to create a link
8187 .
8188 Language=Turkish
8189 Unable to create a link
8190 .
8191 Language=Chinese
8192 Unable to create a link
8193 .
8194 Language=Taiwanese
8195 Unable to create a link
8196 .
8197
8198 MessageId=2670
8199 Severity=Success
8200 Facility=System
8201 SymbolicName=NERR_DfsServerNotDfsAware
8202 Language=English
8203 The server is not DFS Aware
8204 .
8205 Language=Polish
8206 The server is not DFS Aware
8207 .
8208 Language=Romanian
8209 The server is not DFS Aware
8210 .
8211 Language=Russian
8212 The server is not DFS Aware
8213 .
8214 Language=Spanish
8215 The server is not DFS Aware
8216 .
8217 Language=Turkish
8218 The server is not DFS Aware
8219 .
8220 Language=Chinese
8221 The server is not DFS Aware
8222 .
8223 Language=Taiwanese
8224 The server is not DFS Aware
8225 .
8226
8227 MessageId=2671
8228 Severity=Success
8229 Facility=System
8230 SymbolicName=NERR_DfsBadRenamePath
8231 Language=English
8232 The specified rename target path is invalid
8233 .
8234 Language=Polish
8235 The specified rename target path is invalid
8236 .
8237 Language=Romanian
8238 The specified rename target path is invalid
8239 .
8240 Language=Russian
8241 The specified rename target path is invalid
8242 .
8243 Language=Spanish
8244 The specified rename target path is invalid
8245 .
8246 Language=Turkish
8247 The specified rename target path is invalid
8248 .
8249 Language=Chinese
8250 The specified rename target path is invalid
8251 .
8252 Language=Taiwanese
8253 The specified rename target path is invalid
8254 .
8255
8256 MessageId=2672
8257 Severity=Success
8258 Facility=System
8259 SymbolicName=NERR_DfsVolumeIsOffline
8260 Language=English
8261 The specified DFS link is offline
8262 .
8263 Language=Polish
8264 The specified DFS link is offline
8265 .
8266 Language=Romanian
8267 The specified DFS link is offline
8268 .
8269 Language=Russian
8270 The specified DFS link is offline
8271 .
8272 Language=Spanish
8273 The specified DFS link is offline
8274 .
8275 Language=Turkish
8276 The specified DFS link is offline
8277 .
8278 Language=Chinese
8279 The specified DFS link is offline
8280 .
8281 Language=Taiwanese
8282 The specified DFS link is offline
8283 .
8284
8285 MessageId=2673
8286 Severity=Success
8287 Facility=System
8288 SymbolicName=NERR_DfsNoSuchServer
8289 Language=English
8290 The specified server is not a server for this link
8291 .
8292 Language=Polish
8293 The specified server is not a server for this link
8294 .
8295 Language=Romanian
8296 The specified server is not a server for this link
8297 .
8298 Language=Russian
8299 The specified server is not a server for this link
8300 .
8301 Language=Spanish
8302 The specified server is not a server for this link
8303 .
8304 Language=Turkish
8305 The specified server is not a server for this link
8306 .
8307 Language=Chinese
8308 The specified server is not a server for this link
8309 .
8310 Language=Taiwanese
8311 The specified server is not a server for this link
8312 .
8313
8314 MessageId=2674
8315 Severity=Success
8316 Facility=System
8317 SymbolicName=NERR_DfsCyclicalName
8318 Language=English
8319 A cycle in the DFS name was detected
8320 .
8321 Language=Polish
8322 A cycle in the DFS name was detected
8323 .
8324 Language=Romanian
8325 A cycle in the DFS name was detected
8326 .
8327 Language=Russian
8328 A cycle in the DFS name was detected
8329 .
8330 Language=Spanish
8331 A cycle in the DFS name was detected
8332 .
8333 Language=Turkish
8334 A cycle in the DFS name was detected
8335 .
8336 Language=Chinese
8337 A cycle in the DFS name was detected
8338 .
8339 Language=Taiwanese
8340 A cycle in the DFS name was detected
8341 .
8342
8343 MessageId=2675
8344 Severity=Success
8345 Facility=System
8346 SymbolicName=NERR_DfsNotSupportedInServerDfs
8347 Language=English
8348 The operation is not supported on a server-based DFS
8349 .
8350 Language=Polish
8351 The operation is not supported on a server-based DFS
8352 .
8353 Language=Romanian
8354 The operation is not supported on a server-based DFS
8355 .
8356 Language=Russian
8357 The operation is not supported on a server-based DFS
8358 .
8359 Language=Spanish
8360 The operation is not supported on a server-based DFS
8361 .
8362 Language=Turkish
8363 The operation is not supported on a server-based DFS
8364 .
8365 Language=Chinese
8366 The operation is not supported on a server-based DFS
8367 .
8368 Language=Taiwanese
8369 The operation is not supported on a server-based DFS
8370 .
8371
8372 MessageId=2676
8373 Severity=Success
8374 Facility=System
8375 SymbolicName=NERR_DfsDuplicateService
8376 Language=English
8377 This link is already supported by the specified server-share
8378 .
8379 Language=Polish
8380 This link is already supported by the specified server-share
8381 .
8382 Language=Romanian
8383 This link is already supported by the specified server-share
8384 .
8385 Language=Russian
8386 This link is already supported by the specified server-share
8387 .
8388 Language=Spanish
8389 This link is already supported by the specified server-share
8390 .
8391 Language=Turkish
8392 This link is already supported by the specified server-share
8393 .
8394 Language=Chinese
8395 This link is already supported by the specified server-share
8396 .
8397 Language=Taiwanese
8398 This link is already supported by the specified server-share
8399 .
8400
8401 MessageId=2677
8402 Severity=Success
8403 Facility=System
8404 SymbolicName=NERR_DfsCantRemoveLastServerShare
8405 Language=English
8406 Can't remove the last server-share supporting this root or link
8407 .
8408 Language=Polish
8409 Can't remove the last server-share supporting this root or link
8410 .
8411 Language=Romanian
8412 Can't remove the last server-share supporting this root or link
8413 .
8414 Language=Russian
8415 Can't remove the last server-share supporting this root or link
8416 .
8417 Language=Spanish
8418 Can't remove the last server-share supporting this root or link
8419 .
8420 Language=Turkish
8421 Can't remove the last server-share supporting this root or link
8422 .
8423 Language=Chinese
8424 Can't remove the last server-share supporting this root or link
8425 .
8426 Language=Taiwanese
8427 Can't remove the last server-share supporting this root or link
8428 .
8429
8430 MessageId=2678
8431 Severity=Success
8432 Facility=System
8433 SymbolicName=NERR_DfsVolumeIsInterDfs
8434 Language=English
8435 The operation is not supported for an Inter-DFS link
8436 .
8437 Language=Polish
8438 The operation is not supported for an Inter-DFS link
8439 .
8440 Language=Romanian
8441 The operation is not supported for an Inter-DFS link
8442 .
8443 Language=Russian
8444 The operation is not supported for an Inter-DFS link
8445 .
8446 Language=Spanish
8447 The operation is not supported for an Inter-DFS link
8448 .
8449 Language=Turkish
8450 The operation is not supported for an Inter-DFS link
8451 .
8452 Language=Chinese
8453 The operation is not supported for an Inter-DFS link
8454 .
8455 Language=Taiwanese
8456 The operation is not supported for an Inter-DFS link
8457 .
8458
8459 MessageId=2679
8460 Severity=Success
8461 Facility=System
8462 SymbolicName=NERR_DfsInconsistent
8463 Language=English
8464 The internal state of the DFS Service has become inconsistent
8465 .
8466 Language=Polish
8467 The internal state of the DFS Service has become inconsistent
8468 .
8469 Language=Romanian
8470 The internal state of the DFS Service has become inconsistent
8471 .
8472 Language=Russian
8473 The internal state of the DFS Service has become inconsistent
8474 .
8475 Language=Spanish
8476 The internal state of the DFS Service has become inconsistent
8477 .
8478 Language=Turkish
8479 The internal state of the DFS Service has become inconsistent
8480 .
8481 Language=Chinese
8482 The internal state of the DFS Service has become inconsistent
8483 .
8484 Language=Taiwanese
8485 The internal state of the DFS Service has become inconsistent
8486 .
8487
8488 MessageId=2680
8489 Severity=Success
8490 Facility=System
8491 SymbolicName=NERR_DfsServerUpgraded
8492 Language=English
8493 The DFS Service has been installed on the specified server
8494 .
8495 Language=Polish
8496 The DFS Service has been installed on the specified server
8497 .
8498 Language=Romanian
8499 The DFS Service has been installed on the specified server
8500 .
8501 Language=Russian
8502 The DFS Service has been installed on the specified server
8503 .
8504 Language=Spanish
8505 The DFS Service has been installed on the specified server
8506 .
8507 Language=Turkish
8508 The DFS Service has been installed on the specified server
8509 .
8510 Language=Chinese
8511 The DFS Service has been installed on the specified server
8512 .
8513 Language=Taiwanese
8514 The DFS Service has been installed on the specified server
8515 .
8516
8517 MessageId=2681
8518 Severity=Success
8519 Facility=System
8520 SymbolicName=NERR_DfsDataIsIdentical
8521 Language=English
8522 The DFS data being reconciled is identical
8523 .
8524 Language=Polish
8525 The DFS data being reconciled is identical
8526 .
8527 Language=Romanian
8528 The DFS data being reconciled is identical
8529 .
8530 Language=Russian
8531 The DFS data being reconciled is identical
8532 .
8533 Language=Spanish
8534 The DFS data being reconciled is identical
8535 .
8536 Language=Turkish
8537 The DFS data being reconciled is identical
8538 .
8539 Language=Chinese
8540 The DFS data being reconciled is identical
8541 .
8542 Language=Taiwanese
8543 The DFS data being reconciled is identical
8544 .
8545
8546 MessageId=2682
8547 Severity=Success
8548 Facility=System
8549 SymbolicName=NERR_DfsCantRemoveDfsRoot
8550 Language=English
8551 The DFS root cannot be deleted - Uninstall DFS if required
8552 .
8553 Language=Polish
8554 The DFS root cannot be deleted - Uninstall DFS if required
8555 .
8556 Language=Romanian
8557 The DFS root cannot be deleted - Uninstall DFS if required
8558 .
8559 Language=Russian
8560 The DFS root cannot be deleted - Uninstall DFS if required
8561 .
8562 Language=Spanish
8563 The DFS root cannot be deleted - Uninstall DFS if required
8564 .
8565 Language=Turkish
8566 The DFS root cannot be deleted - Uninstall DFS if required
8567 .
8568 Language=Chinese
8569 The DFS root cannot be deleted - Uninstall DFS if required
8570 .
8571 Language=Taiwanese
8572 The DFS root cannot be deleted - Uninstall DFS if required
8573 .
8574
8575 MessageId=2683
8576 Severity=Success
8577 Facility=System
8578 SymbolicName=NERR_DfsChildOrParentInDfs
8579 Language=English
8580 A child or parent directory of the share is already in a DFS
8581 .
8582 Language=Polish
8583 A child or parent directory of the share is already in a DFS
8584 .
8585 Language=Romanian
8586 A child or parent directory of the share is already in a DFS
8587 .
8588 Language=Russian
8589 A child or parent directory of the share is already in a DFS
8590 .
8591 Language=Spanish
8592 A child or parent directory of the share is already in a DFS
8593 .
8594 Language=Turkish
8595 A child or parent directory of the share is already in a DFS
8596 .
8597 Language=Chinese
8598 A child or parent directory of the share is already in a DFS
8599 .
8600 Language=Taiwanese
8601 A child or parent directory of the share is already in a DFS
8602 .
8603
8604 MessageId=2690
8605 Severity=Success
8606 Facility=System
8607 SymbolicName=NERR_DfsInternalError
8608 Language=English
8609 DFS internal error
8610 .
8611 Language=Polish
8612 DFS internal error
8613 .
8614 Language=Romanian
8615 DFS internal error
8616 .
8617 Language=Russian
8618 DFS internal error
8619 .
8620 Language=Spanish
8621 DFS internal error
8622 .
8623 Language=Turkish
8624 DFS internal error
8625 .
8626 Language=Chinese
8627 DFS internal error
8628 .
8629 Language=Taiwanese
8630 DFS internal error
8631 .
8632
8633 MessageId=2691
8634 Severity=Success
8635 Facility=System
8636 SymbolicName=NERR_SetupAlreadyJoined
8637 Language=English
8638 This machine is already joined to a domain.
8639 .
8640 Language=Polish
8641 This machine is already joined to a domain.
8642 .
8643 Language=Romanian
8644 This machine is already joined to a domain.
8645 .
8646 Language=Russian
8647 This machine is already joined to a domain.
8648 .
8649 Language=Spanish
8650 This machine is already joined to a domain.
8651 .
8652 Language=Turkish
8653 This machine is already joined to a domain.
8654 .
8655 Language=Chinese
8656 This machine is already joined to a domain.
8657 .
8658 Language=Taiwanese
8659 This machine is already joined to a domain.
8660 .
8661
8662 MessageId=2692
8663 Severity=Success
8664 Facility=System
8665 SymbolicName=NERR_SetupNotJoined
8666 Language=English
8667 This machine is not currently joined to a domain.
8668 .
8669 Language=Polish
8670 This machine is not currently joined to a domain.
8671 .
8672 Language=Romanian
8673 This machine is not currently joined to a domain.
8674 .
8675 Language=Russian
8676 This machine is not currently joined to a domain.
8677 .
8678 Language=Spanish
8679 This machine is not currently joined to a domain.
8680 .
8681 Language=Turkish
8682 This machine is not currently joined to a domain.
8683 .
8684 Language=Chinese
8685 This machine is not currently joined to a domain.
8686 .
8687 Language=Taiwanese
8688 This machine is not currently joined to a domain.
8689 .
8690
8691 MessageId=2693
8692 Severity=Success
8693 Facility=System
8694 SymbolicName=NERR_SetupDomainController
8695 Language=English
8696 This machine is a domain controller and cannot be unjoined from a domain.
8697 .
8698 Language=Polish
8699 This machine is a domain controller and cannot be unjoined from a domain.
8700 .
8701 Language=Romanian
8702 This machine is a domain controller and cannot be unjoined from a domain.
8703 .
8704 Language=Russian
8705 This machine is a domain controller and cannot be unjoined from a domain.
8706 .
8707 Language=Spanish
8708 This machine is a domain controller and cannot be unjoined from a domain.
8709 .
8710 Language=Turkish
8711 This machine is a domain controller and cannot be unjoined from a domain.
8712 .
8713 Language=Chinese
8714 This machine is a domain controller and cannot be unjoined from a domain.
8715 .
8716 Language=Taiwanese
8717 This machine is a domain controller and cannot be unjoined from a domain.
8718 .
8719
8720 MessageId=2694
8721 Severity=Success
8722 Facility=System
8723 SymbolicName=NERR_DefaultJoinRequired
8724 Language=English
8725 The destination domain controller does not support creating machine accounts in OUs.
8726 .
8727 Language=Polish
8728 The destination domain controller does not support creating machine accounts in OUs.
8729 .
8730 Language=Romanian
8731 The destination domain controller does not support creating machine accounts in OUs.
8732 .
8733 Language=Russian
8734 The destination domain controller does not support creating machine accounts in OUs.
8735 .
8736 Language=Spanish
8737 The destination domain controller does not support creating machine accounts in OUs.
8738 .
8739 Language=Turkish
8740 The destination domain controller does not support creating machine accounts in OUs.
8741 .
8742 Language=Chinese
8743 The destination domain controller does not support creating machine accounts in OUs.
8744 .
8745 Language=Taiwanese
8746 The destination domain controller does not support creating machine accounts in OUs.
8747 .
8748
8749 MessageId=2695
8750 Severity=Success
8751 Facility=System
8752 SymbolicName=NERR_InvalidWorkgroupName
8753 Language=English
8754 The specified workgroup name is invalid.
8755 .
8756 Language=Polish
8757 The specified workgroup name is invalid.
8758 .
8759 Language=Romanian
8760 The specified workgroup name is invalid.
8761 .
8762 Language=Russian
8763 The specified workgroup name is invalid.
8764 .
8765 Language=Spanish
8766 The specified workgroup name is invalid.
8767 .
8768 Language=Turkish
8769 The specified workgroup name is invalid.
8770 .
8771 Language=Chinese
8772 The specified workgroup name is invalid.
8773 .
8774 Language=Taiwanese
8775 The specified workgroup name is invalid.
8776 .
8777
8778 MessageId=2696
8779 Severity=Success
8780 Facility=System
8781 SymbolicName=NERR_NameUsesIncompatibleCodePage
8782 Language=English
8783 The specified computer name is incompatible with the default language used on the domain controller.
8784 .
8785 Language=Polish
8786 The specified computer name is incompatible with the default language used on the domain controller.
8787 .
8788 Language=Romanian
8789 The specified computer name is incompatible with the default language used on the domain controller.
8790 .
8791 Language=Russian
8792 The specified computer name is incompatible with the default language used on the domain controller.
8793 .
8794 Language=Spanish
8795 The specified computer name is incompatible with the default language used on the domain controller.
8796 .
8797 Language=Turkish
8798 The specified computer name is incompatible with the default language used on the domain controller.
8799 .
8800 Language=Chinese
8801 The specified computer name is incompatible with the default language used on the domain controller.
8802 .
8803 Language=Taiwanese
8804 The specified computer name is incompatible with the default language used on the domain controller.
8805 .
8806
8807 MessageId=2697
8808 Severity=Success
8809 Facility=System
8810 SymbolicName=NERR_ComputerAccountNotFound
8811 Language=English
8812 The specified computer account could not be found.
8813 .
8814 Language=Polish
8815 The specified computer account could not be found.
8816 .
8817 Language=Romanian
8818 The specified computer account could not be found.
8819 .
8820 Language=Russian
8821 The specified computer account could not be found.
8822 .
8823 Language=Spanish
8824 The specified computer account could not be found.
8825 .
8826 Language=Turkish
8827 The specified computer account could not be found.
8828 .
8829 Language=Chinese
8830 The specified computer account could not be found.
8831 .
8832 Language=Taiwanese
8833 The specified computer account could not be found.
8834 .
8835
8836 MessageId=2698
8837 Severity=Success
8838 Facility=System
8839 SymbolicName=NERR_PersonalSku
8840 Language=English
8841 This version of the operating system cannot be joined to a domain.
8842 .
8843 Language=Polish
8844 This version of the operating system cannot be joined to a domain.
8845 .
8846 Language=Romanian
8847 This version of the operating system cannot be joined to a domain.
8848 .
8849 Language=Russian
8850 This version of the operating system cannot be joined to a domain.
8851 .
8852 Language=Spanish
8853 This version of the operating system cannot be joined to a domain.
8854 .
8855 Language=Turkish
8856 This version of the operating system cannot be joined to a domain.
8857 .
8858 Language=Chinese
8859 This version of the operating system cannot be joined to a domain.
8860 .
8861 Language=Taiwanese
8862 This version of the operating system cannot be joined to a domain.
8863 .
8864
8865 MessageId=2701
8866 Severity=Success
8867 Facility=System
8868 SymbolicName=NERR_PasswordMustChange
8869 Language=English
8870 Password must change at next logon
8871 .
8872 Language=Polish
8873 Password must change at next logon
8874 .
8875 Language=Romanian
8876 Password must change at next logon
8877 .
8878 Language=Russian
8879 Password must change at next logon
8880 .
8881 Language=Spanish
8882 Password must change at next logon
8883 .
8884 Language=Turkish
8885 Password must change at next logon
8886 .
8887 Language=Chinese
8888 Password must change at next logon
8889 .
8890 Language=Taiwanese
8891 Password must change at next logon
8892 .
8893
8894 MessageId=2702
8895 Severity=Success
8896 Facility=System
8897 SymbolicName=NERR_AccountLockedOut
8898 Language=English
8899 Account is locked out
8900 .
8901 Language=Polish
8902 Account is locked out
8903 .
8904 Language=Romanian
8905 Account is locked out
8906 .
8907 Language=Russian
8908 Account is locked out
8909 .
8910 Language=Spanish
8911 Account is locked out
8912 .
8913 Language=Turkish
8914 Account is locked out
8915 .
8916 Language=Chinese
8917 Account is locked out
8918 .
8919 Language=Taiwanese
8920 Account is locked out
8921 .
8922
8923 MessageId=2703
8924 Severity=Success
8925 Facility=System
8926 SymbolicName=NERR_PasswordTooLong
8927 Language=English
8928 Password is too long
8929 .
8930 Language=Polish
8931 Password is too long
8932 .
8933 Language=Romanian
8934 Password is too long
8935 .
8936 Language=Russian
8937 Password is too long
8938 .
8939 Language=Spanish
8940 Password is too long
8941 .
8942 Language=Turkish
8943 Password is too long
8944 .
8945 Language=Chinese
8946 Password is too long
8947 .
8948 Language=Taiwanese
8949 Password is too long
8950 .
8951
8952 MessageId=2704
8953 Severity=Success
8954 Facility=System
8955 SymbolicName=NERR_PasswordNotComplexEnough
8956 Language=English
8957 Password doesn't meet the complexity policy
8958 .
8959 Language=Polish
8960 Password doesn't meet the complexity policy
8961 .
8962 Language=Romanian
8963 Password doesn't meet the complexity policy
8964 .
8965 Language=Russian
8966 Password doesn't meet the complexity policy
8967 .
8968 Language=Spanish
8969 Password doesn't meet the complexity policy
8970 .
8971 Language=Turkish
8972 Password doesn't meet the complexity policy
8973 .
8974 Language=Chinese
8975 Password doesn't meet the complexity policy
8976 .
8977 Language=Taiwanese
8978 Password doesn't meet the complexity policy
8979 .
8980
8981 MessageId=2705
8982 Severity=Success
8983 Facility=System
8984 SymbolicName=NERR_PasswordFilterError
8985 Language=English
8986 Password doesn't meet the requirements of the filter dll's
8987 .
8988 Language=Polish
8989 Password doesn't meet the requirements of the filter dll's
8990 .
8991 Language=Romanian
8992 Password doesn't meet the requirements of the filter dll's
8993 .
8994 Language=Russian
8995 Password doesn't meet the requirements of the filter dll's
8996 .
8997 Language=Spanish
8998 Password doesn't meet the requirements of the filter dll's
8999 .
9000 Language=Turkish
9001 Password doesn't meet the requirements of the filter dll's
9002 .
9003 Language=Chinese
9004 Password doesn't meet the requirements of the filter dll's
9005 .
9006 Language=Taiwanese
9007 Password doesn't meet the requirements of the filter dll's
9008 .
9009
9010 MessageId=2999
9011 Severity=Success
9012 Facility=System
9013 SymbolicName=MAX_NERR
9014 Language=English
9015 This is the last error in NERR range.
9016 .
9017 Language=Polish
9018 This is the last error in NERR range.
9019 .
9020 Language=Romanian
9021 This is the last error in NERR range.
9022 .
9023 Language=Russian
9024 This is the last error in NERR range.
9025 .
9026 Language=Spanish
9027 This is the last error in NERR range.
9028 .
9029 Language=Turkish
9030 This is the last error in NERR range.
9031 .
9032 Language=Chinese
9033 This is the last error in NERR range.
9034 .
9035 Language=Taiwanese
9036 This is the last error in NERR range.
9037 .
9038
9039
9040 ;
9041 ; alertmsg.h (non-public) message definitions (3000 - 3049 ALERT_BASE)
9042 ;
9043
9044 MessageId=3000
9045 Severity=Success
9046 Facility=System
9047 SymbolicName=ALERT_3000
9048 Language=English
9049 Drive %1 is nearly full. %2 bytes are available.\n
9050 Please warn users and delete unneeded files.
9051 .
9052 Language=Polish
9053 Drive %1 is nearly full. %2 bytes are available.\n
9054 Please warn users and delete unneeded files.
9055 .
9056 Language=Romanian
9057 Drive %1 is nearly full. %2 bytes are available.\n
9058 Please warn users and delete unneeded files.
9059 .
9060 Language=Russian
9061 Drive %1 is nearly full. %2 bytes are available.\n
9062 Please warn users and delete unneeded files.
9063 .
9064 Language=Spanish
9065 Drive %1 is nearly full. %2 bytes are available.\n
9066 Please warn users and delete unneeded files.
9067 .
9068 Language=Turkish
9069 Drive %1 is nearly full. %2 bytes are available.\n
9070 Please warn users and delete unneeded files.
9071 .
9072 Language=Chinese
9073 Drive %1 is nearly full. %2 bytes are available.\n
9074 Please warn users and delete unneeded files.
9075 .
9076 Language=Taiwanese
9077 Drive %1 is nearly full. %2 bytes are available.\n
9078 Please warn users and delete unneeded files.
9079 .
9080
9081 MessageId=3001
9082 Severity=Success
9083 Facility=System
9084 SymbolicName=ALERT_3001
9085 Language=English
9086 %1 errors were logged in the last %2 minutes.\n
9087 Please review the server's error log.
9088 .
9089 Language=Polish
9090 %1 errors were logged in the last %2 minutes.\n
9091 Please review the server's error log.
9092 .
9093 Language=Romanian
9094 %1 errors were logged in the last %2 minutes.\n
9095 Please review the server's error log.
9096 .
9097 Language=Russian
9098 %1 errors were logged in the last %2 minutes.\n
9099 Please review the server's error log.
9100 .
9101 Language=Spanish
9102 %1 errors were logged in the last %2 minutes.\n
9103 Please review the server's error log.
9104 .
9105 Language=Turkish
9106 %1 errors were logged in the last %2 minutes.\n
9107 Please review the server's error log.
9108 .
9109 Language=Chinese
9110 %1 errors were logged in the last %2 minutes.\n
9111 Please review the server's error log.
9112 .
9113 Language=Taiwanese
9114 %1 errors were logged in the last %2 minutes.\n
9115 Please review the server's error log.
9116 .
9117
9118 MessageId=3002
9119 Severity=Success
9120 Facility=System
9121 SymbolicName=ALERT_3002
9122 Language=English
9123 %1 network errors occurred in the last %2 minutes.\n
9124 Please review the server's error log. The server and/or\n
9125 network hardware may need service.
9126 .
9127 Language=Polish
9128 %1 network errors occurred in the last %2 minutes.\n
9129 Please review the server's error log. The server and/or\n
9130 network hardware may need service.
9131 .
9132 Language=Romanian
9133 %1 network errors occurred in the last %2 minutes.\n
9134 Please review the server's error log. The server and/or\n
9135 network hardware may need service.
9136 .
9137 Language=Russian
9138 %1 network errors occurred in the last %2 minutes.\n
9139 Please review the server's error log. The server and/or\n
9140 network hardware may need service.
9141 .
9142 Language=Spanish
9143 %1 network errors occurred in the last %2 minutes.\n
9144 Please review the server's error log. The server and/or\n
9145 network hardware may need service.
9146 .
9147 Language=Turkish
9148 %1 network errors occurred in the last %2 minutes.\n
9149 Please review the server's error log. The server and/or\n
9150 network hardware may need service.
9151 .
9152 Language=Chinese
9153 %1 network errors occurred in the last %2 minutes.\n
9154 Please review the server's error log. The server and/or\n
9155 network hardware may need service.
9156 .
9157 Language=Taiwanese
9158 %1 network errors occurred in the last %2 minutes.\n
9159 Please review the server's error log. The server and/or\n
9160 network hardware may need service.
9161 .
9162
9163 MessageId=3003
9164 Severity=Success
9165 Facility=System
9166 SymbolicName=ALERT_3003
9167 Language=English
9168 There were %1 bad password attempts in the last %2 minutes.\n
9169 Please review the server's audit trail.
9170 .
9171 Language=Polish
9172 There were %1 bad password attempts in the last %2 minutes.\n
9173 Please review the server's audit trail.
9174 .
9175 Language=Romanian
9176 There were %1 bad password attempts in the last %2 minutes.\n
9177 Please review the server's audit trail.
9178 .
9179 Language=Russian
9180 There were %1 bad password attempts in the last %2 minutes.\n
9181 Please review the server's audit trail.
9182 .
9183 Language=Spanish
9184 There were %1 bad password attempts in the last %2 minutes.\n
9185 Please review the server's audit trail.
9186 .
9187 Language=Turkish
9188 There were %1 bad password attempts in the last %2 minutes.\n
9189 Please review the server's audit trail.
9190 .
9191 Language=Chinese
9192 There were %1 bad password attempts in the last %2 minutes.\n
9193 Please review the server's audit trail.
9194 .
9195 Language=Taiwanese
9196 There were %1 bad password attempts in the last %2 minutes.\n
9197 Please review the server's audit trail.
9198 .
9199
9200 MessageId=3004
9201 Severity=Success
9202 Facility=System
9203 SymbolicName=ALERT_3004
9204 Language=English
9205 There were %1 access-denied errors in the last %2 minutes.\n
9206 Please review the server's audit trail.
9207 .
9208 Language=Polish
9209 There were %1 access-denied errors in the last %2 minutes.\n
9210 Please review the server's audit trail.
9211 .
9212 Language=Romanian
9213 There were %1 access-denied errors in the last %2 minutes.\n
9214 Please review the server's audit trail.
9215 .
9216 Language=Russian
9217 There were %1 access-denied errors in the last %2 minutes.\n
9218 Please review the server's audit trail.
9219 .
9220 Language=Spanish
9221 There were %1 access-denied errors in the last %2 minutes.\n
9222 Please review the server's audit trail.
9223 .
9224 Language=Turkish
9225 There were %1 access-denied errors in the last %2 minutes.\n
9226 Please review the server's audit trail.
9227 .
9228 Language=Chinese
9229 There were %1 access-denied errors in the last %2 minutes.\n
9230 Please review the server's audit trail.
9231 .
9232 Language=Taiwanese
9233 There were %1 access-denied errors in the last %2 minutes.\n
9234 Please review the server's audit trail.
9235 .
9236
9237 MessageId=3006
9238 Severity=Success
9239 Facility=System
9240 SymbolicName=ALERT_3006
9241 Language=English
9242 The error log is full. No errors will be logged until\n
9243 the file is cleared or the limit is raised.
9244 .
9245 Language=Polish
9246 The error log is full. No errors will be logged until\n
9247 the file is cleared or the limit is raised.
9248 .
9249 Language=Romanian
9250 The error log is full. No errors will be logged until\n
9251 the file is cleared or the limit is raised.
9252 .
9253 Language=Russian
9254 The error log is full. No errors will be logged until\n
9255 the file is cleared or the limit is raised.
9256 .
9257 Language=Spanish
9258 The error log is full. No errors will be logged until\n
9259 the file is cleared or the limit is raised.
9260 .
9261 Language=Turkish
9262 The error log is full. No errors will be logged until\n
9263 the file is cleared or the limit is raised.
9264 .
9265 Language=Chinese
9266 The error log is full. No errors will be logged until\n
9267 the file is cleared or the limit is raised.
9268 .
9269 Language=Taiwanese
9270 The error log is full. No errors will be logged until\n
9271 the file is cleared or the limit is raised.
9272 .
9273
9274 MessageId=3007
9275 Severity=Success
9276 Facility=System
9277 SymbolicName=ALERT_3007
9278 Language=English
9279 The error log is 80%% full.
9280 .
9281 Language=Polish
9282 The error log is 80%% full.
9283 .
9284 Language=Romanian
9285 The error log is 80%% full.
9286 .
9287 Language=Russian
9288 The error log is 80%% full.
9289 .
9290 Language=Spanish
9291 The error log is 80%% full.
9292 .
9293 Language=Turkish
9294 The error log is 80%% full.
9295 .
9296 Language=Chinese
9297 The error log is 80%% full.
9298 .
9299 Language=Taiwanese
9300 The error log is 80%% full.
9301 .
9302
9303 MessageId=3008
9304 Severity=Success
9305 Facility=System
9306 SymbolicName=ALERT_3008
9307 Language=English
9308 The audit log is full. No audit entries will be logged\n
9309 until the file is cleared or the limit is raised.
9310 .
9311 Language=Polish
9312 The audit log is full. No audit entries will be logged\n
9313 until the file is cleared or the limit is raised.
9314 .
9315 Language=Romanian
9316 The audit log is full. No audit entries will be logged\n
9317 until the file is cleared or the limit is raised.
9318 .
9319 Language=Russian
9320 The audit log is full. No audit entries will be logged\n
9321 until the file is cleared or the limit is raised.
9322 .
9323 Language=Spanish
9324 The audit log is full. No audit entries will be logged\n
9325 until the file is cleared or the limit is raised.
9326 .
9327 Language=Turkish
9328 The audit log is full. No audit entries will be logged\n
9329 until the file is cleared or the limit is raised.
9330 .
9331 Language=Chinese
9332 The audit log is full. No audit entries will be logged\n
9333 until the file is cleared or the limit is raised.
9334 .
9335 Language=Taiwanese
9336 The audit log is full. No audit entries will be logged\n
9337 until the file is cleared or the limit is raised.
9338 .
9339
9340 MessageId=3009
9341 Severity=Success
9342 Facility=System
9343 SymbolicName=ALERT_3009
9344 Language=English
9345 The audit log is 80%% full.
9346 .
9347 Language=Polish
9348 The audit log is 80%% full.
9349 .
9350 Language=Romanian
9351 The audit log is 80%% full.
9352 .
9353 Language=Russian
9354 The audit log is 80%% full.
9355 .
9356 Language=Spanish
9357 The audit log is 80%% full.
9358 .
9359 Language=Turkish
9360 The audit log is 80%% full.
9361 .
9362 Language=Chinese
9363 The audit log is 80%% full.
9364 .
9365 Language=Taiwanese
9366 The audit log is 80%% full.
9367 .
9368
9369 MessageId=3010
9370 Severity=Success
9371 Facility=System
9372 SymbolicName=ALERT_3010
9373 Language=English
9374 An error occurred closing file %1.\n
9375 Please check the file to make sure it is not corrupted.
9376 .
9377 Language=Polish
9378 An error occurred closing file %1.\n
9379 Please check the file to make sure it is not corrupted.
9380 .
9381 Language=Romanian
9382 An error occurred closing file %1.\n
9383 Please check the file to make sure it is not corrupted.
9384 .
9385 Language=Russian
9386 An error occurred closing file %1.\n
9387 Please check the file to make sure it is not corrupted.
9388 .
9389 Language=Spanish
9390 An error occurred closing file %1.\n
9391 Please check the file to make sure it is not corrupted.
9392 .
9393 Language=Turkish
9394 An error occurred closing file %1.\n
9395 Please check the file to make sure it is not corrupted.
9396 .
9397 Language=Chinese
9398 An error occurred closing file %1.\n
9399 Please check the file to make sure it is not corrupted.
9400 .
9401 Language=Taiwanese
9402 An error occurred closing file %1.\n
9403 Please check the file to make sure it is not corrupted.
9404 .
9405
9406 MessageId=3011
9407 Severity=Success
9408 Facility=System
9409 SymbolicName=ALERT_3011
9410 Language=English
9411 The administrator has closed %1.
9412 .
9413 Language=Polish
9414 The administrator has closed %1.
9415 .
9416 Language=Romanian
9417 The administrator has closed %1.
9418 .
9419 Language=Russian
9420 The administrator has closed %1.
9421 .
9422 Language=Spanish
9423 The administrator has closed %1.
9424 .
9425 Language=Turkish
9426 The administrator has closed %1.
9427 .
9428 Language=Chinese
9429 The administrator has closed %1.
9430 .
9431 Language=Taiwanese
9432 The administrator has closed %1.
9433 .
9434
9435 MessageId=3012
9436 Severity=Success
9437 Facility=System
9438 SymbolicName=ALERT_3012
9439 Language=English
9440 There were %1 access-denied errors in the last %2 minutes.
9441 .
9442 Language=Polish
9443 There were %1 access-denied errors in the last %2 minutes.
9444 .
9445 Language=Romanian
9446 There were %1 access-denied errors in the last %2 minutes.
9447 .
9448 Language=Russian
9449 There were %1 access-denied errors in the last %2 minutes.
9450 .
9451 Language=Spanish
9452 There were %1 access-denied errors in the last %2 minutes.
9453 .
9454 Language=Turkish
9455 There were %1 access-denied errors in the last %2 minutes.
9456 .
9457 Language=Chinese
9458 There were %1 access-denied errors in the last %2 minutes.
9459 .
9460 Language=Taiwanese
9461 There were %1 access-denied errors in the last %2 minutes.
9462 .
9463
9464 MessageId=3020
9465 Severity=Success
9466 Facility=System
9467 SymbolicName=ALERT_3020
9468 Language=English
9469 A power failure was detected at %1. The server has been paused.
9470 .
9471 Language=Polish
9472 A power failure was detected at %1. The server has been paused.
9473 .
9474 Language=Romanian
9475 A power failure was detected at %1. The server has been paused.
9476 .
9477 Language=Russian
9478 A power failure was detected at %1. The server has been paused.
9479 .
9480 Language=Spanish
9481 A power failure was detected at %1. The server has been paused.
9482 .
9483 Language=Turkish
9484 A power failure was detected at %1. The server has been paused.
9485 .
9486 Language=Chinese
9487 A power failure was detected at %1. The server has been paused.
9488 .
9489 Language=Taiwanese
9490 A power failure was detected at %1. The server has been paused.
9491 .
9492
9493 MessageId=3021
9494 Severity=Success
9495 Facility=System
9496 SymbolicName=ALERT_3021
9497 Language=English
9498 Power has been restored at %1. The server is no longer paused.
9499 .
9500 Language=Polish
9501 Power has been restored at %1. The server is no longer paused.
9502 .
9503 Language=Romanian
9504 Power has been restored at %1. The server is no longer paused.
9505 .
9506 Language=Russian
9507 Power has been restored at %1. The server is no longer paused.
9508 .
9509 Language=Spanish
9510 Power has been restored at %1. The server is no longer paused.
9511 .
9512 Language=Turkish
9513 Power has been restored at %1. The server is no longer paused.
9514 .
9515 Language=Chinese
9516 Power has been restored at %1. The server is no longer paused.
9517 .
9518 Language=Taiwanese
9519 Power has been restored at %1. The server is no longer paused.
9520 .
9521
9522 MessageId=3022
9523 Severity=Success
9524 Facility=System
9525 SymbolicName=ALERT_3022
9526 Language=English
9527 The UPS service is starting shut down at %1 due to low battery.
9528 .
9529 Language=Polish
9530 The UPS service is starting shut down at %1 due to low battery.
9531 .
9532 Language=Romanian
9533 The UPS service is starting shut down at %1 due to low battery.
9534 .
9535 Language=Russian
9536 The UPS service is starting shut down at %1 due to low battery.
9537 .
9538 Language=Spanish
9539 The UPS service is starting shut down at %1 due to low battery.
9540 .
9541 Language=Turkish
9542 The UPS service is starting shut down at %1 due to low battery.
9543 .
9544 Language=Chinese
9545 The UPS service is starting shut down at %1 due to low battery.
9546 .
9547 Language=Taiwanese
9548 The UPS service is starting shut down at %1 due to low battery.
9549 .
9550
9551 MessageId=3023
9552 Severity=Success
9553 Facility=System
9554 SymbolicName=ALERT_3023
9555 Language=English
9556 There is a problem with a configuration of user specified\n
9557 shut down command file. The UPS service started anyway.
9558 .
9559 Language=Polish
9560 There is a problem with a configuration of user specified\n
9561 shut down command file. The UPS service started anyway.
9562 .
9563 Language=Romanian
9564 There is a problem with a configuration of user specified\n
9565 shut down command file. The UPS service started anyway.
9566 .
9567 Language=Russian
9568 There is a problem with a configuration of user specified\n
9569 shut down command file. The UPS service started anyway.
9570 .
9571 Language=Spanish
9572 There is a problem with a configuration of user specified\n
9573 shut down command file. The UPS service started anyway.
9574 .
9575 Language=Turkish
9576 There is a problem with a configuration of user specified\n
9577 shut down command file. The UPS service started anyway.
9578 .
9579 Language=Chinese
9580 There is a problem with a configuration of user specified\n
9581 shut down command file. The UPS service started anyway.
9582 .
9583 Language=Taiwanese
9584 There is a problem with a configuration of user specified\n
9585 shut down command file. The UPS service started anyway.
9586 .
9587
9588 MessageId=3025
9589 Severity=Success
9590 Facility=System
9591 SymbolicName=ALERT_3025
9592 Language=English
9593 A defective sector on drive %1 has been replaced (hotfixed).\n
9594 No data was lost. You should run CHKDSK soon to restore full\n
9595 performance and replenish the volume's spare sector pool.\n\n
9596 The hotfix occurred while processing a remote request.
9597 .
9598 Language=Polish
9599 A defective sector on drive %1 has been replaced (hotfixed).\n
9600 No data was lost. You should run CHKDSK soon to restore full\n
9601 performance and replenish the volume's spare sector pool.\n\n
9602 The hotfix occurred while processing a remote request.
9603 .
9604 Language=Romanian
9605 A defective sector on drive %1 has been replaced (hotfixed).\n
9606 No data was lost. You should run CHKDSK soon to restore full\n
9607 performance and replenish the volume's spare sector pool.\n\n
9608 The hotfix occurred while processing a remote request.
9609 .
9610 Language=Russian
9611 A defective sector on drive %1 has been replaced (hotfixed).\n
9612 No data was lost. You should run CHKDSK soon to restore full\n
9613 performance and replenish the volume's spare sector pool.\n\n
9614 The hotfix occurred while processing a remote request.
9615 .
9616 Language=Spanish
9617 A defective sector on drive %1 has been replaced (hotfixed).\n
9618 No data was lost. You should run CHKDSK soon to restore full\n
9619 performance and replenish the volume's spare sector pool.\n\n
9620 The hotfix occurred while processing a remote request.
9621 .
9622 Language=Turkish
9623 A defective sector on drive %1 has been replaced (hotfixed).\n
9624 No data was lost. You should run CHKDSK soon to restore full\n
9625 performance and replenish the volume's spare sector pool.\n\n
9626 The hotfix occurred while processing a remote request.
9627 .
9628 Language=Chinese
9629 A defective sector on drive %1 has been replaced (hotfixed).\n
9630 No data was lost. You should run CHKDSK soon to restore full\n
9631 performance and replenish the volume's spare sector pool.\n\n
9632 The hotfix occurred while processing a remote request.
9633 .
9634 Language=Taiwanese
9635 A defective sector on drive %1 has been replaced (hotfixed).\n
9636 No data was lost. You should run CHKDSK soon to restore full\n
9637 performance and replenish the volume's spare sector pool.\n\n
9638 The hotfix occurred while processing a remote request.
9639 .
9640
9641 MessageId=3026
9642 Severity=Success
9643 Facility=System
9644 SymbolicName=ALERT_3026
9645 Language=English
9646 A disk error occurred on the HPFS volume in drive %1.\n
9647 The error occurred while processing a remote request.
9648 .
9649 Language=Polish
9650 A disk error occurred on the HPFS volume in drive %1.\n
9651 The error occurred while processing a remote request.
9652 .
9653 Language=Romanian
9654 A disk error occurred on the HPFS volume in drive %1.\n
9655 The error occurred while processing a remote request.
9656 .
9657 Language=Russian
9658 A disk error occurred on the HPFS volume in drive %1.\n
9659 The error occurred while processing a remote request.
9660 .
9661 Language=Spanish
9662 A disk error occurred on the HPFS volume in drive %1.\n
9663 The error occurred while processing a remote request.
9664 .
9665 Language=Turkish
9666 A disk error occurred on the HPFS volume in drive %1.\n
9667 The error occurred while processing a remote request.
9668 .
9669 Language=Chinese
9670 A disk error occurred on the HPFS volume in drive %1.\n
9671 The error occurred while processing a remote request.
9672 .
9673 Language=Taiwanese
9674 A disk error occurred on the HPFS volume in drive %1.\n
9675 The error occurred while processing a remote request.
9676 .
9677
9678 MessageId=3027
9679 Severity=Success
9680 Facility=System
9681 SymbolicName=ALERT_3027
9682 Language=English
9683 The user accounts database (NET.ACC) is corrupted. The local security\n
9684 system is replacing the corrupted NET.ACC with the backup\n
9685 made on %1 at %2.\n
9686 Any updates made to the database after this time are lost.\n
9687 .
9688 Language=Polish
9689 The user accounts database (NET.ACC) is corrupted. The local security\n
9690 system is replacing the corrupted NET.ACC with the backup\n
9691 made on %1 at %2.\n
9692 Any updates made to the database after this time are lost.\n
9693 .
9694 Language=Romanian
9695 The user accounts database (NET.ACC) is corrupted. The local security\n
9696 system is replacing the corrupted NET.ACC with the backup\n
9697 made on %1 at %2.\n
9698 Any updates made to the database after this time are lost.\n
9699 .
9700 Language=Russian
9701 The user accounts database (NET.ACC) is corrupted. The local security\n
9702 system is replacing the corrupted NET.ACC with the backup\n
9703 made on %1 at %2.\n
9704 Any updates made to the database after this time are lost.\n
9705 .
9706 Language=Spanish
9707 The user accounts database (NET.ACC) is corrupted. The local security\n
9708 system is replacing the corrupted NET.ACC with the backup\n
9709 made on %1 at %2.\n
9710 Any updates made to the database after this time are lost.\n
9711 .
9712 Language=Turkish
9713 The user accounts database (NET.ACC) is corrupted. The local security\n
9714 system is replacing the corrupted NET.ACC with the backup\n
9715 made on %1 at %2.\n
9716 Any updates made to the database after this time are lost.\n
9717 .
9718 Language=Chinese
9719 The user accounts database (NET.ACC) is corrupted. The local security\n
9720 system is replacing the corrupted NET.ACC with the backup\n
9721 made on %1 at %2.\n
9722 Any updates made to the database after this time are lost.\n
9723 .
9724 Language=Taiwanese
9725 The user accounts database (NET.ACC) is corrupted. The local security\n
9726 system is replacing the corrupted NET.ACC with the backup\n
9727 made on %1 at %2.\n
9728 Any updates made to the database after this time are lost.\n
9729 .
9730
9731 MessageId=3028
9732 Severity=Success
9733 Facility=System
9734 SymbolicName=ALERT_3028
9735 Language=English
9736 The user accounts database (NET.ACC) is missing. The local\n
9737 security system is restoring the backup database\n
9738 made on %1 at %2.\n
9739 Any updates made to the database after this time are lost.\n
9740 .
9741 Language=Polish
9742 The user accounts database (NET.ACC) is missing. The local\n
9743 security system is restoring the backup database\n
9744 made on %1 at %2.\n
9745 Any updates made to the database after this time are lost.\n
9746 .
9747 Language=Romanian
9748 The user accounts database (NET.ACC) is missing. The local\n
9749 security system is restoring the backup database\n
9750 made on %1 at %2.\n
9751 Any updates made to the database after this time are lost.\n
9752 .
9753 Language=Russian
9754 The user accounts database (NET.ACC) is missing. The local\n
9755 security system is restoring the backup database\n
9756 made on %1 at %2.\n
9757 Any updates made to the database after this time are lost.\n
9758 .
9759 Language=Spanish
9760 The user accounts database (NET.ACC) is missing. The local\n
9761 security system is restoring the backup database\n
9762 made on %1 at %2.\n
9763 Any updates made to the database after this time are lost.\n
9764 .
9765 Language=Turkish
9766 The user accounts database (NET.ACC) is missing. The local\n
9767 security system is restoring the backup database\n
9768 made on %1 at %2.\n
9769 Any updates made to the database after this time are lost.\n
9770 .
9771 Language=Chinese
9772 The user accounts database (NET.ACC) is missing. The local\n
9773 security system is restoring the backup database\n
9774 made on %1 at %2.\n
9775 Any updates made to the database after this time are lost.\n
9776 .
9777 Language=Taiwanese
9778 The user accounts database (NET.ACC) is missing. The local\n
9779 security system is restoring the backup database\n
9780 made on %1 at %2.\n
9781 Any updates made to the database after this time are lost.\n
9782 .
9783
9784 MessageId=3029
9785 Severity=Success
9786 Facility=System
9787 SymbolicName=ALERT_3029
9788 Language=English
9789 Local security could not be started because the user accounts database\n
9790 (NET.ACC) was missing or corrupted, and no usable backup\n
9791 database was present.\n\n
9792 THE SYSTEM IS NOT SECURE.\n"
9793 .
9794 Language=Polish
9795 Local security could not be started because the user accounts database\n
9796 (NET.ACC) was missing or corrupted, and no usable backup\n
9797 database was present.\n\n
9798 THE SYSTEM IS NOT SECURE.\n"
9799 .
9800 Language=Romanian
9801 Local security could not be started because the user accounts database\n
9802 (NET.ACC) was missing or corrupted, and no usable backup\n
9803 database was present.\n\n
9804 THE SYSTEM IS NOT SECURE.\n"
9805 .
9806 Language=Russian
9807 Local security could not be started because the user accounts database\n
9808 (NET.ACC) was missing or corrupted, and no usable backup\n
9809 database was present.\n\n
9810 THE SYSTEM IS NOT SECURE.\n"
9811 .
9812 Language=Spanish
9813 Local security could not be started because the user accounts database\n
9814 (NET.ACC) was missing or corrupted, and no usable backup\n
9815 database was present.\n\n
9816 THE SYSTEM IS NOT SECURE.\n"
9817 .
9818 Language=Turkish
9819 Local security could not be started because the user accounts database\n
9820 (NET.ACC) was missing or corrupted, and no usable backup\n
9821 database was present.\n\n
9822 THE SYSTEM IS NOT SECURE.\n"
9823 .
9824 Language=Chinese
9825 Local security could not be started because the user accounts database\n
9826 (NET.ACC) was missing or corrupted, and no usable backup\n
9827 database was present.\n\n
9828 THE SYSTEM IS NOT SECURE.\n"
9829 .
9830 Language=Taiwanese
9831 Local security could not be started because the user accounts database\n
9832 (NET.ACC) was missing or corrupted, and no usable backup\n
9833 database was present.\n\n
9834 THE SYSTEM IS NOT SECURE.\n"
9835 .
9836
9837 MessageId=3030
9838 Severity=Success
9839 Facility=System
9840 SymbolicName=ALERT_3030
9841 Language=English
9842 The server cannot export directory %1, to client %2.\n
9843 It is exported from another server.
9844 .
9845 Language=Polish
9846 The server cannot export directory %1, to client %2.\n
9847 It is exported from another server.
9848 .
9849 Language=Romanian
9850 The server cannot export directory %1, to client %2.\n
9851 It is exported from another server.
9852 .
9853 Language=Russian
9854 The server cannot export directory %1, to client %2.\n
9855 It is exported from another server.
9856 .
9857 Language=Spanish
9858 The server cannot export directory %1, to client %2.\n
9859 It is exported from another server.
9860 .
9861 Language=Turkish
9862 The server cannot export directory %1, to client %2.\n
9863 It is exported from another server.
9864 .
9865 Language=Chinese
9866 The server cannot export directory %1, to client %2.\n
9867 It is exported from another server.
9868 .
9869 Language=Taiwanese
9870 The server cannot export directory %1, to client %2.\n
9871 It is exported from another server.
9872 .
9873
9874 MessageId=3031
9875 Severity=Success
9876 Facility=System
9877 SymbolicName=ALERT_3031
9878 Language=English
9879 The replication server could not update directory %2 from the source\n
9880 on %3 due to error %1.
9881 .
9882 Language=Polish
9883 The replication server could not update directory %2 from the source\n
9884 on %3 due to error %1.
9885 .
9886 Language=Romanian
9887 The replication server could not update directory %2 from the source\n
9888 on %3 due to error %1.
9889 .
9890 Language=Russian
9891 The replication server could not update directory %2 from the source\n
9892 on %3 due to error %1.
9893 .
9894 Language=Spanish
9895 The replication server could not update directory %2 from the source\n
9896 on %3 due to error %1.
9897 .
9898 Language=Turkish
9899 The replication server could not update directory %2 from the source\n
9900 on %3 due to error %1.
9901 .
9902 Language=Chinese
9903 The replication server could not update directory %2 from the source\n
9904 on %3 due to error %1.
9905 .
9906 Language=Taiwanese
9907 The replication server could not update directory %2 from the source\n
9908 on %3 due to error %1.
9909 .
9910
9911 MessageId=3032
9912 Severity=Success
9913 Facility=System
9914 SymbolicName=ALERT_3032
9915 Language=English
9916 Master %1 did not send an update notice for directory %2 at the expected\n
9917 time.
9918 .
9919 Language=Polish
9920 Master %1 did not send an update notice for directory %2 at the expected\n
9921 time.
9922 .
9923 Language=Romanian
9924 Master %1 did not send an update notice for directory %2 at the expected\n
9925 time.
9926 .
9927 Language=Russian
9928 Master %1 did not send an update notice for directory %2 at the expected\n
9929 time.
9930 .
9931 Language=Spanish
9932 Master %1 did not send an update notice for directory %2 at the expected\n
9933 time.
9934 .
9935 Language=Turkish
9936 Master %1 did not send an update notice for directory %2 at the expected\n
9937 time.
9938 .
9939 Language=Chinese
9940 Master %1 did not send an update notice for directory %2 at the expected\n
9941 time.
9942 .
9943 Language=Taiwanese
9944 Master %1 did not send an update notice for directory %2 at the expected\n
9945 time.
9946 .
9947
9948 MessageId=3033
9949 Severity=Success
9950 Facility=System
9951 SymbolicName=ALERT_3033
9952 Language=English
9953 User %1 has exceeded account limitation %2 on server %3.
9954 .
9955 Language=Polish
9956 User %1 has exceeded account limitation %2 on server %3.
9957 .
9958 Language=Romanian
9959 User %1 has exceeded account limitation %2 on server %3.
9960 .
9961 Language=Russian
9962 User %1 has exceeded account limitation %2 on server %3.
9963 .
9964 Language=Spanish
9965 User %1 has exceeded account limitation %2 on server %3.
9966 .
9967 Language=Turkish
9968 User %1 has exceeded account limitation %2 on server %3.
9969 .
9970 Language=Chinese
9971 User %1 has exceeded account limitation %2 on server %3.
9972 .
9973 Language=Taiwanese
9974 User %1 has exceeded account limitation %2 on server %3.
9975 .
9976
9977 MessageId=3034
9978 Severity=Success
9979 Facility=System
9980 SymbolicName=ALERT_3034
9981 Language=English
9982 The primary domain controller for domain %1 failed.
9983 .
9984 Language=Polish
9985 The primary domain controller for domain %1 failed.
9986 .
9987 Language=Romanian
9988 The primary domain controller for domain %1 failed.
9989 .
9990 Language=Russian
9991 The primary domain controller for domain %1 failed.
9992 .
9993 Language=Spanish
9994 The primary domain controller for domain %1 failed.
9995 .
9996 Language=Turkish
9997 The primary domain controller for domain %1 failed.
9998 .
9999 Language=Chinese
10000 The primary domain controller for domain %1 failed.
10001 .
10002 Language=Taiwanese
10003 The primary domain controller for domain %1 failed.
10004 .
10005
10006 MessageId=3035
10007 Severity=Success
10008 Facility=System
10009 SymbolicName=ALERT_3035
10010 Language=English
10011 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
10012 domain %1.
10013 .
10014 Language=Polish
10015 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
10016 domain %1.
10017 .
10018 Language=Romanian
10019 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
10020 domain %1.
10021 .
10022 Language=Russian
10023 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
10024 domain %1.
10025 .
10026 Language=Spanish
10027 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
10028 domain %1.
10029 .
10030 Language=Turkish
10031 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
10032 domain %1.
10033 .
10034 Language=Chinese
10035 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
10036 domain %1.
10037 .
10038 Language=Taiwanese
10039 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
10040 domain %1.
10041 .
10042
10043 MessageId=3036
10044 Severity=Success
10045 Facility=System
10046 SymbolicName=ALERT_3036
10047 Language=English
10048 The replicator attempted to log on at %2 as %1 and failed.
10049 .
10050 Language=Polish
10051 The replicator attempted to log on at %2 as %1 and failed.
10052 .
10053 Language=Romanian
10054 The replicator attempted to log on at %2 as %1 and failed.
10055 .
10056 Language=Russian
10057 The replicator attempted to log on at %2 as %1 and failed.
10058 .
10059 Language=Spanish
10060 The replicator attempted to log on at %2 as %1 and failed.
10061 .
10062 Language=Turkish
10063 The replicator attempted to log on at %2 as %1 and failed.
10064 .
10065 Language=Chinese
10066 The replicator attempted to log on at %2 as %1 and failed.
10067 .
10068 Language=Taiwanese
10069 The replicator attempted to log on at %2 as %1 and failed.
10070 .
10071
10072 MessageId=3037
10073 Severity=Success
10074 Facility=System
10075 SymbolicName=ALERT_3037
10076 Language=English
10077 @I *LOGON HOURS %0
10078 .
10079 Language=Polish
10080 @I *LOGON HOURS %0
10081 .
10082 Language=Romanian
10083 @I *LOGON HOURS %0
10084 .
10085 Language=Russian
10086 @I *LOGON HOURS %0
10087 .
10088 Language=Spanish
10089 @I *LOGON HOURS %0
10090 .
10091 Language=Turkish
10092 @I *LOGON HOURS %0
10093 .
10094 Language=Chinese
10095 @I *LOGON HOURS %0
10096 .
10097 Language=Taiwanese
10098 @I *LOGON HOURS %0
10099 .
10100
10101 MessageId=3038
10102 Severity=Success
10103 Facility=System
10104 SymbolicName=ALERT_3038
10105 Language=English
10106 Replicator could not access %2\n
10107 on %3 due to system error %1.
10108 .
10109 Language=Polish
10110 Replicator could not access %2\n
10111 on %3 due to system error %1.
10112 .
10113 Language=Romanian
10114 Replicator could not access %2\n
10115 on %3 due to system error %1.
10116 .
10117 Language=Russian
10118 Replicator could not access %2\n
10119 on %3 due to system error %1.
10120 .
10121 Language=Spanish
10122 Replicator could not access %2\n
10123 on %3 due to system error %1.
10124 .
10125 Language=Turkish
10126 Replicator could not access %2\n
10127 on %3 due to system error %1.
10128 .
10129 Language=Chinese
10130 Replicator could not access %2\n
10131 on %3 due to system error %1.
10132 .
10133 Language=Taiwanese
10134 Replicator could not access %2\n
10135 on %3 due to system error %1.
10136 .
10137
10138 MessageId=3039
10139 Severity=Success
10140 Facility=System
10141 SymbolicName=ALERT_3039
10142 Language=English
10143 Replicator limit for files in a directory has been exceeded.
10144 .
10145 Language=Polish
10146 Replicator limit for files in a directory has been exceeded.
10147 .
10148 Language=Romanian
10149 Replicator limit for files in a directory has been exceeded.
10150 .
10151 Language=Russian
10152 Replicator limit for files in a directory has been exceeded.
10153 .
10154 Language=Spanish
10155 Replicator limit for files in a directory has been exceeded.
10156 .
10157 Language=Turkish
10158 Replicator limit for files in a directory has been exceeded.
10159 .
10160 Language=Chinese
10161 Replicator limit for files in a directory has been exceeded.
10162 .
10163 Language=Taiwanese
10164 Replicator limit for files in a directory has been exceeded.
10165 .
10166
10167 MessageId=3040
10168 Severity=Success
10169 Facility=System
10170 SymbolicName=ALERT_3040
10171 Language=English
10172 Replicator limit for tree depth has been exceeded.
10173 .
10174 Language=Polish
10175 Replicator limit for tree depth has been exceeded.
10176 .
10177 Language=Romanian
10178 Replicator limit for tree depth has been exceeded.
10179 .
10180 Language=Russian
10181 Replicator limit for tree depth has been exceeded.
10182 .
10183 Language=Spanish
10184 Replicator limit for tree depth has been exceeded.
10185 .
10186 Language=Turkish
10187 Replicator limit for tree depth has been exceeded.
10188 .
10189 Language=Chinese
10190 Replicator limit for tree depth has been exceeded.
10191 .
10192 Language=Taiwanese
10193 Replicator limit for tree depth has been exceeded.
10194 .
10195
10196 MessageId=3041
10197 Severity=Success
10198 Facility=System
10199 SymbolicName=ALERT_3041
10200 Language=English
10201 The replicator cannot update directory %1. It has tree integrity\n
10202 and is the current directory for some process.
10203 .
10204 Language=Polish
10205 The replicator cannot update directory %1. It has tree integrity\n
10206 and is the current directory for some process.
10207 .
10208 Language=Romanian
10209 The replicator cannot update directory %1. It has tree integrity\n
10210 and is the current directory for some process.
10211 .
10212 Language=Russian
10213 The replicator cannot update directory %1. It has tree integrity\n
10214 and is the current directory for some process.
10215 .
10216 Language=Spanish
10217 The replicator cannot update directory %1. It has tree integrity\n
10218 and is the current directory for some process.
10219 .
10220 Language=Turkish
10221 The replicator cannot update directory %1. It has tree integrity\n
10222 and is the current directory for some process.
10223 .
10224 Language=Chinese
10225 The replicator cannot update directory %1. It has tree integrity\n
10226 and is the current directory for some process.
10227 .
10228 Language=Taiwanese
10229 The replicator cannot update directory %1. It has tree integrity\n
10230 and is the current directory for some process.
10231 .
10232
10233 MessageId=3042
10234 Severity=Success
10235 Facility=System
10236 SymbolicName=ALERT_3042
10237 Language=English
10238 Network error %1 occurred.
10239 .
10240 Language=Polish
10241 Network error %1 occurred.
10242 .
10243 Language=Romanian
10244 Network error %1 occurred.
10245 .
10246 Language=Russian
10247 Network error %1 occurred.
10248 .
10249 Language=Spanish
10250 Network error %1 occurred.
10251 .
10252 Language=Turkish
10253 Network error %1 occurred.
10254 .
10255 Language=Chinese
10256 Network error %1 occurred.
10257 .
10258 Language=Taiwanese
10259 Network error %1 occurred.
10260 .
10261
10262 MessageId=3045
10263 Severity=Success
10264 Facility=System
10265 SymbolicName=ALERT_3045
10266 Language=English
10267 System error %1 occurred.
10268 .
10269 Language=Polish
10270 System error %1 occurred.
10271 .
10272 Language=Romanian
10273 System error %1 occurred.
10274 .
10275 Language=Russian
10276 System error %1 occurred.
10277 .
10278 Language=Spanish
10279 System error %1 occurred.
10280 .
10281 Language=Turkish
10282 System error %1 occurred.
10283 .
10284 Language=Chinese
10285 System error %1 occurred.
10286 .
10287 Language=Taiwanese
10288 System error %1 occurred.
10289 .
10290
10291 MessageId=3046
10292 Severity=Success
10293 Facility=System
10294 SymbolicName=ALERT_3046
10295 Language=English
10296 Cannot log on. User is currently logged on and argument TRYUSER\n
10297 is set to NO.
10298 .
10299 Language=Polish
10300 Cannot log on. User is currently logged on and argument TRYUSER\n
10301 is set to NO.
10302 .
10303 Language=Romanian
10304 Cannot log on. User is currently logged on and argument TRYUSER\n
10305 is set to NO.
10306 .
10307 Language=Russian
10308 Cannot log on. User is currently logged on and argument TRYUSER\n
10309 is set to NO.
10310 .
10311 Language=Spanish
10312 Cannot log on. User is currently logged on and argument TRYUSER\n
10313 is set to NO.
10314 .
10315 Language=Turkish
10316 Cannot log on. User is currently logged on and argument TRYUSER\n
10317 is set to NO.
10318 .
10319 Language=Chinese
10320 Cannot log on. User is currently logged on and argument TRYUSER\n
10321 is set to NO.
10322 .
10323 Language=Taiwanese
10324 Cannot log on. User is currently logged on and argument TRYUSER\n
10325 is set to NO.
10326 .
10327
10328 MessageId=3047
10329 Severity=Success
10330 Facility=System
10331 SymbolicName=ALERT_3047
10332 Language=English
10333 IMPORT path %1 cannot be found.
10334 .
10335 Language=Polish
10336 IMPORT path %1 cannot be found.
10337 .
10338 Language=Romanian
10339 IMPORT path %1 cannot be found.
10340 .
10341 Language=Russian
10342 IMPORT path %1 cannot be found.
10343 .
10344 Language=Spanish
10345 IMPORT path %1 cannot be found.
10346 .
10347 Language=Turkish
10348 IMPORT path %1 cannot be found.
10349 .
10350 Language=Chinese
10351 IMPORT path %1 cannot be found.
10352 .
10353 Language=Taiwanese
10354 IMPORT path %1 cannot be found.
10355 .
10356
10357 MessageId=3048
10358 Severity=Success
10359 Facility=System
10360 SymbolicName=ALERT_3048
10361 Language=English
10362 EXPORT path %1 cannot be found.
10363 .
10364 Language=Polish
10365 EXPORT path %1 cannot be found.
10366 .
10367 Language=Romanian
10368 EXPORT path %1 cannot be found.
10369 .
10370 Language=Russian
10371 EXPORT path %1 cannot be found.
10372 .
10373 Language=Spanish
10374 EXPORT path %1 cannot be found.
10375 .
10376 Language=Turkish
10377 EXPORT path %1 cannot be found.
10378 .
10379 Language=Chinese
10380 EXPORT path %1 cannot be found.
10381 .
10382 Language=Taiwanese
10383 EXPORT path %1 cannot be found.
10384 .
10385
10386 MessageId=3049
10387 Severity=Success
10388 Facility=System
10389 SymbolicName=ALERT_3049
10390 Language=English
10391 Replicated data has changed in directory %1.
10392 .
10393 Language=Polish
10394 Replicated data has changed in directory %1.
10395 .
10396 Language=Romanian
10397 Replicated data has changed in directory %1.
10398 .
10399 Language=Russian
10400 Replicated data has changed in directory %1.
10401 .
10402 Language=Spanish
10403 Replicated data has changed in directory %1.
10404 .
10405 Language=Turkish
10406 Replicated data has changed in directory %1.
10407 .
10408 Language=Chinese
10409 Replicated data has changed in directory %1.
10410 .
10411 Language=Taiwanese
10412 Replicated data has changed in directory %1.
10413 .
10414
10415 MessageId=3050
10416 Severity=Success
10417 Facility=System
10418 SymbolicName=ALERT_3050
10419 Language=English
10420 Replicator failed to update signal file in directory %2 due to\n
10421 %1 system error.
10422 .
10423 Language=Polish
10424 Replicator failed to update signal file in directory %2 due to\n
10425 %1 system error.
10426 .
10427 Language=Romanian
10428 Replicator failed to update signal file in directory %2 due to\n
10429 %1 system error.
10430 .
10431 Language=Russian
10432 Replicator failed to update signal file in directory %2 due to\n
10433 %1 system error.
10434 .
10435 Language=Spanish
10436 Replicator failed to update signal file in directory %2 due to\n
10437 %1 system error.
10438 .
10439 Language=Turkish
10440 Replicator failed to update signal file in directory %2 due to\n
10441 %1 system error.
10442 .
10443 Language=Chinese
10444 Replicator failed to update signal file in directory %2 due to\n
10445 %1 system error.
10446 .
10447 Language=Taiwanese
10448 Replicator failed to update signal file in directory %2 due to\n
10449 %1 system error.
10450 .
10451
10452
10453 ;
10454 ; lmsvc.h message definitions (3050 - 3099 SERVICE_BASE)
10455 ;
10456
10457 MessageId=3051
10458 Severity=Success
10459 Facility=System
10460 SymbolicName=SERVICE_UIC_BADPARMVAL
10461 Language=English
10462 The Registry or the information you just typed includes an illegal\n
10463 value for \"%1\".
10464 .
10465 Language=Polish
10466 The Registry or the information you just typed includes an illegal\n
10467 value for \"%1\".
10468 .
10469 Language=Romanian
10470 The Registry or the information you just typed includes an illegal\n
10471 value for \"%1\".
10472 .
10473 Language=Russian
10474 The Registry or the information you just typed includes an illegal\n
10475 value for \"%1\".
10476 .
10477 Language=Spanish
10478 The Registry or the information you just typed includes an illegal\n
10479 value for \"%1\".
10480 .
10481 Language=Turkish
10482 The Registry or the information you just typed includes an illegal\n
10483 value for \"%1\".
10484 .
10485 Language=Chinese
10486 The Registry or the information you just typed includes an illegal\n
10487 value for \"%1\".
10488 .
10489 Language=Taiwanese
10490 The Registry or the information you just typed includes an illegal\n
10491 value for \"%1\".
10492 .
10493
10494 MessageId=3052
10495 Severity=Success
10496 Facility=System
10497 SymbolicName=SERVICE_UIC_MISSPARM
10498 Language=English
10499 The required parameter was not provided on the command\nline or in the configuration file.
10500 .
10501 Language=Polish
10502 The required parameter was not provided on the command\nline or in the configuration file.
10503 .
10504 Language=Romanian
10505 The required parameter was not provided on the command\nline or in the configuration file.
10506 .
10507 Language=Russian
10508 The required parameter was not provided on the command\nline or in the configuration file.
10509 .
10510 Language=Spanish
10511 The required parameter was not provided on the command\nline or in the configuration file.
10512 .
10513 Language=Turkish
10514 The required parameter was not provided on the command\nline or in the configuration file.
10515 .
10516 Language=Chinese
10517 The required parameter was not provided on the command\nline or in the configuration file.
10518 .
10519 Language=Taiwanese
10520 The required parameter was not provided on the command\nline or in the configuration file.
10521 .
10522
10523 MessageId=3053
10524 Severity=Success
10525 Facility=System
10526 SymbolicName=SERVICE_UIC_UNKPARM
10527 Language=English
10528 LAN Manager does not recognize \"%1\" as a valid option.
10529 .
10530 Language=Polish
10531 LAN Manager does not recognize \"%1\" as a valid option.
10532 .
10533 Language=Romanian
10534 LAN Manager does not recognize \"%1\" as a valid option.
10535 .
10536 Language=Russian
10537 LAN Manager does not recognize \"%1\" as a valid option.
10538 .
10539 Language=Spanish
10540 LAN Manager does not recognize \"%1\" as a valid option.
10541 .
10542 Language=Turkish
10543 LAN Manager does not recognize \"%1\" as a valid option.
10544 .
10545 Language=Chinese
10546 LAN Manager does not recognize \"%1\" as a valid option.
10547 .
10548 Language=Taiwanese
10549 LAN Manager does not recognize \"%1\" as a valid option.
10550 .
10551
10552 MessageId=3054
10553 Severity=Success
10554 Facility=System
10555 SymbolicName=SERVICE_UIC_RESOURCE
10556 Language=English
10557 A request for resource could not be satisfied.
10558 .
10559 Language=Polish
10560 A request for resource could not be satisfied.
10561 .
10562 Language=Romanian
10563 A request for resource could not be satisfied.
10564 .
10565 Language=Russian
10566 A request for resource could not be satisfied.
10567 .
10568 Language=Spanish
10569 A request for resource could not be satisfied.
10570 .
10571 Language=Turkish
10572 A request for resource could not be satisfied.
10573 .
10574 Language=Chinese
10575 A request for resource could not be satisfied.
10576 .
10577 Language=Taiwanese
10578 A request for resource could not be satisfied.
10579 .
10580
10581 MessageId=3055
10582 Severity=Success
10583 Facility=System
10584 SymbolicName=SERVICE_UIC_CONFIG
10585 Language=English
10586 A problem exists with the system configuration.
10587 .
10588 Language=Polish
10589 A problem exists with the system configuration.
10590 .
10591 Language=Romanian
10592 A problem exists with the system configuration.
10593 .
10594 Language=Russian
10595 A problem exists with the system configuration.
10596 .
10597 Language=Spanish
10598 A problem exists with the system configuration.
10599 .
10600 Language=Turkish
10601 A problem exists with the system configuration.
10602 .
10603 Language=Chinese
10604 A problem exists with the system configuration.
10605 .
10606 Language=Taiwanese
10607 A problem exists with the system configuration.
10608 .
10609
10610 MessageId=3056
10611 Severity=Success
10612 Facility=System
10613 SymbolicName=SERVICE_UIC_SYSTEM
10614 Language=English
10615 A system error has occurred.
10616 .
10617 Language=Polish
10618 A system error has occurred.
10619 .
10620 Language=Romanian
10621 A system error has occurred.
10622 .
10623 Language=Russian
10624 A system error has occurred.
10625 .
10626 Language=Spanish
10627 A system error has occurred.
10628 .
10629 Language=Turkish
10630 A system error has occurred.
10631 .
10632 Language=Chinese
10633 A system error has occurred.
10634 .
10635 Language=Taiwanese
10636 A system error has occurred.
10637 .
10638
10639 MessageId=3057
10640 Severity=Success
10641 Facility=System
10642 SymbolicName=SERVICE_UIC_INTERNAL
10643 Language=English
10644 An internal consistency error has occurred.
10645 .
10646 Language=Polish
10647 An internal consistency error has occurred.
10648 .
10649 Language=Romanian
10650 An internal consistency error has occurred.
10651 .
10652 Language=Russian
10653 An internal consistency error has occurred.
10654 .
10655 Language=Spanish
10656 An internal consistency error has occurred.
10657 .
10658 Language=Turkish
10659 An internal consistency error has occurred.
10660 .
10661 Language=Chinese
10662 An internal consistency error has occurred.
10663 .
10664 Language=Taiwanese
10665 An internal consistency error has occurred.
10666 .
10667
10668 MessageId=3058
10669 Severity=Success
10670 Facility=System
10671 SymbolicName=SERVICE_UIC_AMBIGPARM
10672 Language=English
10673 The configuration file or the command line has an ambiguous option.
10674 .
10675 Language=Polish
10676 The configuration file or the command line has an ambiguous option.
10677 .
10678 Language=Romanian
10679 The configuration file or the command line has an ambiguous option.
10680 .
10681 Language=Russian
10682 The configuration file or the command line has an ambiguous option.
10683 .
10684 Language=Spanish
10685 The configuration file or the command line has an ambiguous option.
10686 .
10687 Language=Turkish
10688 The configuration file or the command line has an ambiguous option.
10689 .
10690 Language=Chinese
10691 The configuration file or the command line has an ambiguous option.
10692 .
10693 Language=Taiwanese
10694 The configuration file or the command line has an ambiguous option.
10695 .
10696
10697 MessageId=3059
10698 Severity=Success
10699 Facility=System
10700 SymbolicName=SERVICE_UIC_DUPPARM
10701 Language=English
10702 The configuration file or the command line has a duplicate parameter.
10703 .
10704 Language=Polish
10705 The configuration file or the command line has a duplicate parameter.
10706 .
10707 Language=Romanian
10708 The configuration file or the command line has a duplicate parameter.
10709 .
10710 Language=Russian
10711 The configuration file or the command line has a duplicate parameter.
10712 .
10713 Language=Spanish
10714 The configuration file or the command line has a duplicate parameter.
10715 .
10716 Language=Turkish
10717 The configuration file or the command line has a duplicate parameter.
10718 .
10719 Language=Chinese
10720 The configuration file or the command line has a duplicate parameter.
10721 .
10722 Language=Taiwanese
10723 The configuration file or the command line has a duplicate parameter.
10724 .
10725
10726 MessageId=3060
10727 Severity=Success
10728 Facility=System
10729 SymbolicName=SERVICE_UIC_KILL
10730 Language=English
10731 The service did not respond to control and was stopped with\nthe DosKillProc function.
10732 .
10733 Language=Polish
10734 The service did not respond to control and was stopped with\nthe DosKillProc function.
10735 .
10736 Language=Romanian
10737 The service did not respond to control and was stopped with\nthe DosKillProc function.
10738 .
10739 Language=Russian
10740 The service did not respond to control and was stopped with\nthe DosKillProc function.
10741 .
10742 Language=Spanish
10743 The service did not respond to control and was stopped with\nthe DosKillProc function.
10744 .
10745 Language=Turkish
10746 The service did not respond to control and was stopped with\nthe DosKillProc function.
10747 .
10748 Language=Chinese
10749 The service did not respond to control and was stopped with\nthe DosKillProc function.
10750 .
10751 Language=Taiwanese
10752 The service did not respond to control and was stopped with\nthe DosKillProc function.
10753 .
10754
10755 MessageId=3061
10756 Severity=Success
10757 Facility=System
10758 SymbolicName=SERVICE_UIC_EXEC
10759 Language=English
10760 An error occurred when attempting to run the service program.
10761 .
10762 Language=Polish
10763 An error occurred when attempting to run the service program.
10764 .
10765 Language=Romanian
10766 An error occurred when attempting to run the service program.
10767 .
10768 Language=Russian
10769 An error occurred when attempting to run the service program.
10770 .
10771 Language=Spanish
10772 An error occurred when attempting to run the service program.
10773 .
10774 Language=Turkish
10775 An error occurred when attempting to run the service program.
10776 .
10777 Language=Chinese
10778 An error occurred when attempting to run the service program.
10779 .
10780 Language=Taiwanese
10781 An error occurred when attempting to run the service program.
10782 .
10783
10784 MessageId=3062
10785 Severity=Success
10786 Facility=System
10787 SymbolicName=SERVICE_UIC_SUBSERV
10788 Language=English
10789 The sub-service failed to start.
10790 .
10791 Language=Polish
10792 The sub-service failed to start.
10793 .
10794 Language=Romanian
10795 The sub-service failed to start.
10796 .
10797 Language=Russian
10798 The sub-service failed to start.
10799 .
10800 Language=Spanish
10801 The sub-service failed to start.
10802 .
10803 Language=Turkish
10804 The sub-service failed to start.
10805 .
10806 Language=Chinese
10807 The sub-service failed to start.
10808 .
10809 Language=Taiwanese
10810 The sub-service failed to start.
10811 .
10812
10813 MessageId=3063
10814 Severity=Success
10815 Facility=System
10816 SymbolicName=SERVICE_UIC_CONFLPARM
10817 Language=English
10818 There is a conflict in the value or use of these options: %1.
10819 .
10820 Language=Polish
10821 There is a conflict in the value or use of these options: %1.
10822 .
10823 Language=Romanian
10824 There is a conflict in the value or use of these options: %1.
10825 .
10826 Language=Russian
10827 There is a conflict in the value or use of these options: %1.
10828 .
10829 Language=Spanish
10830 There is a conflict in the value or use of these options: %1.
10831 .
10832 Language=Turkish
10833 There is a conflict in the value or use of these options: %1.
10834 .
10835 Language=Chinese
10836 There is a conflict in the value or use of these options: %1.
10837 .
10838 Language=Taiwanese
10839 There is a conflict in the value or use of these options: %1.
10840 .
10841
10842 MessageId=3064
10843 Severity=Success
10844 Facility=System
10845 SymbolicName=SERVICE_UIC_FILE
10846 Language=English
10847 There is a problem with the file.
10848 .
10849 Language=Polish
10850 There is a problem with the file.
10851 .
10852 Language=Romanian
10853 There is a problem with the file.
10854 .
10855 Language=Russian
10856 There is a problem with the file.
10857 .
10858 Language=Spanish
10859 There is a problem with the file.
10860 .
10861 Language=Turkish
10862 There is a problem with the file.
10863 .
10864 Language=Chinese
10865 There is a problem with the file.
10866 .
10867 Language=Taiwanese
10868 There is a problem with the file.
10869 .
10870
10871 MessageId=3070
10872 Severity=Success
10873 Facility=System
10874 SymbolicName=SERVICE_UIC_M_MEMORY
10875 Language=English
10876 memory
10877 .
10878 Language=Polish
10879 memory
10880 .
10881 Language=Romanian
10882 memory
10883 .
10884 Language=Russian
10885 memory
10886 .
10887 Language=Spanish
10888 memory
10889 .
10890 Language=Turkish
10891 memory
10892 .
10893 Language=Chinese
10894 memory
10895 .
10896 Language=Taiwanese
10897 memory
10898 .
10899
10900 MessageId=3071
10901 Severity=Success
10902 Facility=System
10903 SymbolicName=SERVICE_UIC_M_DISK
10904 Language=English
10905 disk space
10906 .
10907 Language=Polish
10908 disk space
10909 .
10910 Language=Romanian
10911 disk space
10912 .
10913 Language=Russian
10914 disk space
10915 .
10916 Language=Spanish
10917 disk space
10918 .
10919 Language=Turkish
10920 disk space
10921 .
10922 Language=Chinese
10923 disk space
10924 .
10925 Language=Taiwanese
10926 disk space
10927 .
10928
10929 MessageId=3072
10930 Severity=Success
10931 Facility=System
10932 SymbolicName=SERVICE_UIC_M_THREADS
10933 Language=English
10934 thread
10935 .
10936 Language=Polish
10937 thread
10938 .
10939 Language=Romanian
10940 thread
10941 .
10942 Language=Russian
10943 thread
10944 .
10945 Language=Spanish
10946 thread
10947 .
10948 Language=Turkish
10949 thread
10950 .
10951 Language=Chinese
10952 thread
10953 .
10954 Language=Taiwanese
10955 thread
10956 .
10957
10958 MessageId=3073
10959 Severity=Success
10960 Facility=System
10961 SymbolicName=SERVICE_UIC_M_PROCESSES
10962 Language=English
10963 process
10964 .
10965 Language=Polish
10966 process
10967 .
10968 Language=Romanian
10969 process
10970 .
10971 Language=Russian
10972 process
10973 .
10974 Language=Spanish
10975 process
10976 .
10977 Language=Turkish
10978 process
10979 .
10980 Language=Chinese
10981 process
10982 .
10983 Language=Taiwanese
10984 process
10985 .
10986
10987 MessageId=3074
10988 Severity=Success
10989 Facility=System
10990 SymbolicName=SERVICE_UIC_M_SECURITY
10991 Language=English
10992 Security Failure. %0
10993 .
10994 Language=Polish
10995 Security Failure. %0
10996 .
10997 Language=Romanian
10998 Security Failure. %0
10999 .
11000 Language=Russian
11001 Security Failure. %0
11002 .
11003 Language=Spanish
11004 Security Failure. %0
11005 .
11006 Language=Turkish
11007 Security Failure. %0
11008 .
11009 Language=Chinese
11010 Security Failure. %0
11011 .
11012 Language=Taiwanese
11013 Security Failure. %0
11014 .
11015
11016 MessageId=3075
11017 Severity=Success
11018 Facility=System
11019 SymbolicName=SERVICE_UIC_M_LANROOT
11020 Language=English
11021 Bad or missing LAN Manager root directory.
11022 .
11023 Language=Polish
11024 Bad or missing LAN Manager root directory.
11025 .
11026 Language=Romanian
11027 Bad or missing LAN Manager root directory.
11028 .
11029 Language=Russian
11030 Bad or missing LAN Manager root directory.
11031 .
11032 Language=Spanish
11033 Bad or missing LAN Manager root directory.
11034 .
11035 Language=Turkish
11036 Bad or missing LAN Manager root directory.
11037 .
11038 Language=Chinese
11039 Bad or missing LAN Manager root directory.
11040 .
11041 Language=Taiwanese
11042 Bad or missing LAN Manager root directory.
11043 .
11044
11045 MessageId=3076
11046 Severity=Success
11047 Facility=System
11048 SymbolicName=SERVICE_UIC_M_REDIR
11049 Language=English
11050 The network software is not installed.
11051 .
11052 Language=Polish
11053 The network software is not installed.
11054 .
11055 Language=Romanian
11056 The network software is not installed.
11057 .
11058 Language=Russian
11059 The network software is not installed.
11060 .
11061 Language=Spanish
11062 The network software is not installed.
11063 .
11064 Language=Turkish
11065 The network software is not installed.
11066 .
11067 Language=Chinese
11068 The network software is not installed.
11069 .
11070 Language=Taiwanese
11071 The network software is not installed.
11072 .
11073
11074 MessageId=3077
11075 Severity=Success
11076 Facility=System
11077 SymbolicName=SERVICE_UIC_M_SERVER
11078 Language=English
11079 The server is not started.
11080 .
11081 Language=Polish
11082 The server is not started.
11083 .
11084 Language=Romanian
11085 The server is not started.
11086 .
11087 Language=Russian
11088 The server is not started.
11089 .
11090 Language=Spanish
11091 The server is not started.
11092 .
11093 Language=Turkish
11094 The server is not started.
11095 .
11096 Language=Chinese
11097 The server is not started.
11098 .
11099 Language=Taiwanese
11100 The server is not started.
11101 .
11102
11103 MessageId=3078
11104 Severity=Success
11105 Facility=System
11106 SymbolicName=SERVICE_UIC_M_SEC_FILE_ERR
11107 Language=English
11108 The server cannot access the user accounts database (NET.ACC).
11109 .
11110 Language=Polish
11111 The server cannot access the user accounts database (NET.ACC).
11112 .
11113 Language=Romanian
11114 The server cannot access the user accounts database (NET.ACC).
11115 .
11116 Language=Russian
11117 The server cannot access the user accounts database (NET.ACC).
11118 .
11119 Language=Spanish
11120 The server cannot access the user accounts database (NET.ACC).
11121 .
11122 Language=Turkish
11123 The server cannot access the user accounts database (NET.ACC).
11124 .
11125 Language=Chinese
11126 The server cannot access the user accounts database (NET.ACC).
11127 .
11128 Language=Taiwanese
11129 The server cannot access the user accounts database (NET.ACC).
11130 .
11131
11132 MessageId=3079
11133 Severity=Success
11134 Facility=System
11135 SymbolicName=SERVICE_UIC_M_FILES
11136 Language=English
11137 Incompatible files are installed in the LANMAN tree.
11138 .
11139 Language=Polish
11140 Incompatible files are installed in the LANMAN tree.
11141 .
11142 Language=Romanian
11143 Incompatible files are installed in the LANMAN tree.
11144 .
11145 Language=Russian
11146 Incompatible files are installed in the LANMAN tree.
11147 .
11148 Language=Spanish
11149 Incompatible files are installed in the LANMAN tree.
11150 .
11151 Language=Turkish
11152 Incompatible files are installed in the LANMAN tree.
11153 .
11154 Language=Chinese
11155 Incompatible files are installed in the LANMAN tree.
11156 .
11157 Language=Taiwanese
11158 Incompatible files are installed in the LANMAN tree.
11159 .
11160
11161 MessageId=3080
11162 Severity=Success
11163 Facility=System
11164 SymbolicName=SERVICE_UIC_M_LOGS
11165 Language=English
11166 The LANMAN\\LOGS directory is invalid.
11167 .
11168 Language=Polish
11169 The LANMAN\\LOGS directory is invalid.
11170 .
11171 Language=Romanian
11172 The LANMAN\\LOGS directory is invalid.
11173 .
11174 Language=Russian
11175 The LANMAN\\LOGS directory is invalid.
11176 .
11177 Language=Spanish
11178 The LANMAN\\LOGS directory is invalid.
11179 .
11180 Language=Turkish
11181 The LANMAN\\LOGS directory is invalid.
11182 .
11183 Language=Chinese
11184 The LANMAN\\LOGS directory is invalid.
11185 .
11186 Language=Taiwanese
11187 The LANMAN\\LOGS directory is invalid.
11188 .
11189
11190 MessageId=3081
11191 Severity=Success
11192 Facility=System
11193 SymbolicName=SERVICE_UIC_M_LANGROUP
11194 Language=English
11195 The domain specified could not be used.
11196 .
11197 Language=Polish
11198 The domain specified could not be used.
11199 .
11200 Language=Romanian
11201 The domain specified could not be used.
11202 .
11203 Language=Russian
11204 The domain specified could not be used.
11205 .
11206 Language=Spanish
11207 The domain specified could not be used.
11208 .
11209 Language=Turkish
11210 The domain specified could not be used.
11211 .
11212 Language=Chinese
11213 The domain specified could not be used.
11214 .
11215 Language=Taiwanese
11216 The domain specified could not be used.
11217 .
11218
11219 MessageId=3082
11220 Severity=Success
11221 Facility=System
11222 SymbolicName=SERVICE_UIC_M_MSGNAME
11223 Language=English
11224 The computer name is being used as a message alias on another computer.
11225 .
11226 Language=Polish
11227 The computer name is being used as a message alias on another computer.
11228 .
11229 Language=Romanian
11230 The computer name is being used as a message alias on another computer.
11231 .
11232 Language=Russian
11233 The computer name is being used as a message alias on another computer.
11234 .
11235 Language=Spanish
11236 The computer name is being used as a message alias on another computer.
11237 .
11238 Language=Turkish
11239 The computer name is being used as a message alias on another computer.
11240 .
11241 Language=Chinese
11242 The computer name is being used as a message alias on another computer.
11243 .
11244 Language=Taiwanese
11245 The computer name is being used as a message alias on another computer.
11246 .
11247
11248 MessageId=3083
11249 Severity=Success
11250 Facility=System
11251 SymbolicName=SERVICE_UIC_M_ANNOUNCE
11252 Language=English
11253 The announcement of the server name failed.
11254 .
11255 Language=Polish
11256 The announcement of the server name failed.
11257 .
11258 Language=Romanian
11259 The announcement of the server name failed.
11260 .
11261 Language=Russian
11262 The announcement of the server name failed.
11263 .
11264 Language=Spanish
11265 The announcement of the server name failed.
11266 .
11267 Language=Turkish
11268 The announcement of the server name failed.
11269 .
11270 Language=Chinese
11271 The announcement of the server name failed.
11272 .
11273 Language=Taiwanese
11274 The announcement of the server name failed.
11275 .
11276
11277 MessageId=3084
11278 Severity=Success
11279 Facility=System
11280 SymbolicName=SERVICE_UIC_M_UAS
11281 Language=English
11282 The user accounts database is not configured correctly.
11283 .
11284 Language=Polish
11285 The user accounts database is not configured correctly.
11286 .
11287 Language=Romanian
11288 The user accounts database is not configured correctly.
11289 .
11290 Language=Russian
11291 The user accounts database is not configured correctly.
11292 .
11293 Language=Spanish
11294 The user accounts database is not configured correctly.
11295 .
11296 Language=Turkish
11297 The user accounts database is not configured correctly.
11298 .
11299 Language=Chinese
11300 The user accounts database is not configured correctly.
11301 .
11302 Language=Taiwanese
11303 The user accounts database is not configured correctly.
11304 .
11305
11306 MessageId=3085
11307 Severity=Success
11308 Facility=System
11309 SymbolicName=SERVICE_UIC_M_SERVER_SEC_ERR
11310 Language=English
11311 The server is not running with user-level security.
11312 .
11313 Language=Polish
11314 The server is not running with user-level security.
11315 .
11316 Language=Romanian
11317 The server is not running with user-level security.
11318 .
11319 Language=Russian
11320 The server is not running with user-level security.
11321 .
11322 Language=Spanish
11323 The server is not running with user-level security.
11324 .
11325 Language=Turkish
11326 The server is not running with user-level security.
11327 .
11328 Language=Chinese
11329 The server is not running with user-level security.
11330 .
11331 Language=Taiwanese
11332 The server is not running with user-level security.
11333 .
11334
11335 MessageId=3087
11336 Severity=Success
11337 Facility=System
11338 SymbolicName=SERVICE_UIC_M_WKSTA
11339 Language=English
11340 The workstation is not configured properly.
11341 .
11342 Language=Polish
11343 The workstation is not configured properly.
11344 .
11345 Language=Romanian
11346 The workstation is not configured properly.
11347 .
11348 Language=Russian
11349 The workstation is not configured properly.
11350 .
11351 Language=Spanish
11352 The workstation is not configured properly.
11353 .
11354 Language=Turkish
11355 The workstation is not configured properly.
11356 .
11357 Language=Chinese
11358 The workstation is not configured properly.
11359 .
11360 Language=Taiwanese
11361 The workstation is not configured properly.
11362 .
11363
11364 MessageId=3088
11365 Severity=Success
11366 Facility=System
11367 SymbolicName=SERVICE_UIC_M_ERRLOG
11368 Language=English
11369 View your error log for details.
11370 .
11371 Language=Polish
11372 View your error log for details.
11373 .
11374 Language=Romanian
11375 View your error log for details.
11376 .
11377 Language=Russian
11378 View your error log for details.
11379 .
11380 Language=Spanish
11381 View your error log for details.
11382 .
11383 Language=Turkish
11384 View your error log for details.
11385 .
11386 Language=Chinese
11387 View your error log for details.
11388 .
11389 Language=Taiwanese
11390 View your error log for details.
11391 .
11392
11393 MessageId=3089
11394 Severity=Success
11395 Facility=System
11396 SymbolicName=SERVICE_UIC_M_FILE_UW
11397 Language=English
11398 Unable to write to this file.
11399 .
11400 Language=Polish
11401 Unable to write to this file.
11402 .
11403 Language=Romanian
11404 Unable to write to this file.
11405 .
11406 Language=Russian
11407 Unable to write to this file.
11408 .
11409 Language=Spanish
11410 Unable to write to this file.
11411 .
11412 Language=Turkish
11413 Unable to write to this file.
11414 .
11415 Language=Chinese
11416 Unable to write to this file.
11417 .
11418 Language=Taiwanese
11419 Unable to write to this file.
11420 .
11421
11422 MessageId=3090
11423 Severity=Success
11424 Facility=System
11425 SymbolicName=SERVICE_UIC_M_ADDPAK
11426 Language=English
11427 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
11428 and reapply all ADDPAKs.
11429 .
11430 Language=Polish
11431 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
11432 and reapply all ADDPAKs.
11433 .
11434 Language=Romanian
11435 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
11436 and reapply all ADDPAKs.
11437 .
11438 Language=Russian
11439 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
11440 and reapply all ADDPAKs.
11441 .
11442 Language=Spanish
11443 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
11444 and reapply all ADDPAKs.
11445 .
11446 Language=Turkish
11447 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
11448 and reapply all ADDPAKs.
11449 .
11450 Language=Chinese
11451 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
11452 and reapply all ADDPAKs.
11453 .
11454 Language=Taiwanese
11455 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
11456 and reapply all ADDPAKs.
11457 .
11458
11459 MessageId=3091
11460 Severity=Success
11461 Facility=System
11462 SymbolicName=SERVICE_UIC_M_LAZY
11463 Language=English
11464 The LM386 server cannot be started because CACHE.EXE is not running.
11465 .
11466 Language=Polish
11467 The LM386 server cannot be started because CACHE.EXE is not running.
11468 .
11469 Language=Romanian
11470 The LM386 server cannot be started because CACHE.EXE is not running.
11471 .
11472 Language=Russian
11473 The LM386 server cannot be started because CACHE.EXE is not running.
11474 .
11475 Language=Spanish
11476 The LM386 server cannot be started because CACHE.EXE is not running.
11477 .
11478 Language=Turkish
11479 The LM386 server cannot be started because CACHE.EXE is not running.
11480 .
11481 Language=Chinese
11482 The LM386 server cannot be started because CACHE.EXE is not running.
11483 .
11484 Language=Taiwanese
11485 The LM386 server cannot be started because CACHE.EXE is not running.
11486 .
11487
11488 MessageId=3092
11489 Severity=Success
11490 Facility=System
11491 SymbolicName=SERVICE_UIC_M_UAS_MACHINE_ACCT
11492 Language=English
11493 There is no account for this computer in the security database.
11494 .
11495 Language=Polish
11496 There is no account for this computer in the security database.
11497 .
11498 Language=Romanian
11499 There is no account for this computer in the security database.
11500 .
11501 Language=Russian
11502 There is no account for this computer in the security database.
11503 .
11504 Language=Spanish
11505 There is no account for this computer in the security database.
11506 .
11507 Language=Turkish
11508 There is no account for this computer in the security database.
11509 .
11510 Language=Chinese
11511 There is no account for this computer in the security database.
11512 .
11513 Language=Taiwanese
11514 There is no account for this computer in the security database.
11515 .
11516
11517 MessageId=3093
11518 Severity=Success
11519 Facility=System
11520 SymbolicName=SERVICE_UIC_M_UAS_SERVERS_NMEMB
11521 Language=English
11522 This computer is not a member of the group SERVERS.
11523 .
11524 Language=Polish
11525 This computer is not a member of the group SERVERS.
11526 .
11527 Language=Romanian
11528 This computer is not a member of the group SERVERS.
11529 .
11530 Language=Russian
11531 This computer is not a member of the group SERVERS.
11532 .
11533 Language=Spanish
11534 This computer is not a member of the group SERVERS.
11535 .
11536 Language=Turkish
11537 This computer is not a member of the group SERVERS.
11538 .
11539 Language=Chinese
11540 This computer is not a member of the group SERVERS.
11541 .
11542 Language=Taiwanese
11543 This computer is not a member of the group SERVERS.
11544 .
11545
11546 MessageId=3094
11547 Severity=Success
11548 Facility=System
11549 SymbolicName=SERVICE_UIC_M_UAS_SERVERS_NOGRP
11550 Language=English
11551 The group SERVERS is not present in the local security database.
11552 .
11553 Language=Polish
11554 The group SERVERS is not present in the local security database.
11555 .
11556 Language=Romanian
11557 The group SERVERS is not present in the local security database.
11558 .
11559 Language=Russian
11560 The group SERVERS is not present in the local security database.
11561 .
11562 Language=Spanish
11563 The group SERVERS is not present in the local security database.
11564 .
11565 Language=Turkish
11566 The group SERVERS is not present in the local security database.
11567 .
11568 Language=Chinese
11569 The group SERVERS is not present in the local security database.
11570 .
11571 Language=Taiwanese
11572 The group SERVERS is not present in the local security database.
11573 .
11574
11575 MessageId=3095
11576 Severity=Success
11577 Facility=System
11578 SymbolicName=SERVICE_UIC_M_UAS_INVALID_ROLE
11579 Language=English
11580 This computer is configured as a member of a workgroup, not as\n
11581 a member of a domain. The Netlogon service does not need to run in this\n
11582 configuration.
11583 .
11584 Language=Polish
11585 This computer is configured as a member of a workgroup, not as\n
11586 a member of a domain. The Netlogon service does not need to run in this\n
11587 configuration.
11588 .
11589 Language=Romanian
11590 This computer is configured as a member of a workgroup, not as\n
11591 a member of a domain. The Netlogon service does not need to run in this\n
11592 configuration.
11593 .
11594 Language=Russian
11595 This computer is configured as a member of a workgroup, not as\n
11596 a member of a domain. The Netlogon service does not need to run in this\n
11597 configuration.
11598 .
11599 Language=Spanish
11600 This computer is configured as a member of a workgroup, not as\n
11601 a member of a domain. The Netlogon service does not need to run in this\n
11602 configuration.
11603 .
11604 Language=Turkish
11605 This computer is configured as a member of a workgroup, not as\n
11606 a member of a domain. The Netlogon service does not need to run in this\n
11607 configuration.
11608 .
11609 Language=Chinese
11610 This computer is configured as a member of a workgroup, not as\n
11611 a member of a domain. The Netlogon service does not need to run in this\n
11612 configuration.
11613 .
11614 Language=Taiwanese
11615 This computer is configured as a member of a workgroup, not as\n
11616 a member of a domain. The Netlogon service does not need to run in this\n
11617 configuration.
11618 .
11619
11620 MessageId=3096
11621 Severity=Success
11622 Facility=System
11623 SymbolicName=SERVICE_UIC_M_NETLOGON_NO_DC
11624 Language=English
11625 The primary Domain Controller for this domain could not be located.
11626 .
11627 Language=Polish
11628 The primary Domain Controller for this domain could not be located.
11629 .
11630 Language=Romanian
11631 The primary Domain Controller for this domain could not be located.
11632 .
11633 Language=Russian
11634 The primary Domain Controller for this domain could not be located.
11635 .
11636 Language=Spanish
11637 The primary Domain Controller for this domain could not be located.
11638 .
11639 Language=Turkish
11640 The primary Domain Controller for this domain could not be located.
11641 .
11642 Language=Chinese
11643 The primary Domain Controller for this domain could not be located.
11644 .
11645 Language=Taiwanese
11646 The primary Domain Controller for this domain could not be located.
11647 .
11648
11649 MessageId=3097
11650 Severity=Success
11651 Facility=System
11652 SymbolicName=SERVICE_UIC_M_NETLOGON_DC_CFLCT
11653 Language=English
11654 This computer is configured to be the primary domain controller of its domain.\n
11655 However, the computer %1 is currently claiming to be the primary domain controller\n
11656 of the domain.
11657 .
11658 Language=Polish
11659 This computer is configured to be the primary domain controller of its domain.\n
11660 However, the computer %1 is currently claiming to be the primary domain controller\n
11661 of the domain.
11662 .
11663 Language=Romanian
11664 This computer is configured to be the primary domain controller of its domain.\n
11665 However, the computer %1 is currently claiming to be the primary domain controller\n
11666 of the domain.
11667 .
11668 Language=Russian
11669 This computer is configured to be the primary domain controller of its domain.\n
11670 However, the computer %1 is currently claiming to be the primary domain controller\n
11671 of the domain.
11672 .
11673 Language=Spanish
11674 This computer is configured to be the primary domain controller of its domain.\n
11675 However, the computer %1 is currently claiming to be the primary domain controller\n
11676 of the domain.
11677 .
11678 Language=Turkish
11679 This computer is configured to be the primary domain controller of its domain.\n
11680 However, the computer %1 is currently claiming to be the primary domain controller\n
11681 of the domain.
11682 .
11683 Language=Chinese
11684 This computer is configured to be the primary domain controller of its domain.\n
11685 However, the computer %1 is currently claiming to be the primary domain controller\n
11686 of the domain.
11687 .
11688 Language=Taiwanese
11689 This computer is configured to be the primary domain controller of its domain.\n
11690 However, the computer %1 is currently claiming to be the primary domain controller\n
11691 of the domain.
11692 .
11693
11694 MessageId=3098
11695 Severity=Success
11696 Facility=System
11697 SymbolicName=SERVICE_UIC_M_NETLOGON_AUTH
11698 Language=English
11699 The service failed to authenticate with the primary domain controller.
11700 .
11701 Language=Polish
11702 The service failed to authenticate with the primary domain controller.
11703 .
11704 Language=Romanian
11705 The service failed to authenticate with the primary domain controller.
11706 .
11707 Language=Russian
11708 The service failed to authenticate with the primary domain controller.
11709 .
11710 Language=Spanish
11711 The service failed to authenticate with the primary domain controller.
11712 .
11713 Language=Turkish
11714 The service failed to authenticate with the primary domain controller.
11715 .
11716 Language=Chinese
11717 The service failed to authenticate with the primary domain controller.
11718 .
11719 Language=Taiwanese
11720 The service failed to authenticate with the primary domain controller.
11721 .
11722
11723 MessageId=3099
11724 Severity=Success
11725 Facility=System
11726 SymbolicName=SERVICE_UIC_M_UAS_PROLOG
11727 Language=English
11728 There is a problem with the security database creation date or serial number.
11729 .
11730 Language=Polish
11731 There is a problem with the security database creation date or serial number.
11732 .
11733 Language=Romanian
11734 There is a problem with the security database creation date or serial number.
11735 .
11736 Language=Russian
11737 There is a problem with the security database creation date or serial number.
11738 .
11739 Language=Spanish
11740 There is a problem with the security database creation date or serial number.
11741 .
11742 Language=Turkish
11743 There is a problem with the security database creation date or serial number.
11744 .
11745 Language=Chinese
11746 There is a problem with the security database creation date or serial number.
11747 .
11748 Language=Taiwanese
11749 There is a problem with the security database creation date or serial number.
11750 .
11751
11752
11753 ;
11754 ; lmerrlog.h messages definitions (3100 - 3299 ERRLOG_BASE)
11755 ;
11756
11757 MessageId=3100
11758 Severity=Success
11759 Facility=System
11760 SymbolicName=NELOG_Internal_Error
11761 Language=English
11762 The operation failed because a network software error occurred.
11763 .
11764 Language=Polish
11765 The operation failed because a network software error occurred.
11766 .
11767 Language=Romanian
11768 The operation failed because a network software error occurred.
11769 .
11770 Language=Russian
11771 The operation failed because a network software error occurred.
11772 .
11773 Language=Spanish
11774 The operation failed because a network software error occurred.
11775 .
11776 Language=Turkish
11777 The operation failed because a network software error occurred.
11778 .
11779 Language=Chinese
11780 The operation failed because a network software error occurred.
11781 .
11782 Language=Taiwanese
11783 The operation failed because a network software error occurred.
11784 .
11785
11786 MessageId=3101
11787 Severity=Success
11788 Facility=System
11789 SymbolicName=NELOG_Resource_Shortage
11790 Language=English
11791 The system ran out of a resource controlled by the %1 option.
11792 .
11793 Language=Polish
11794 The system ran out of a resource controlled by the %1 option.
11795 .
11796 Language=Romanian
11797 The system ran out of a resource controlled by the %1 option.
11798 .
11799 Language=Russian
11800 The system ran out of a resource controlled by the %1 option.
11801 .
11802 Language=Spanish
11803 The system ran out of a resource controlled by the %1 option.
11804 .
11805 Language=Turkish
11806 The system ran out of a resource controlled by the %1 option.
11807 .
11808 Language=Chinese
11809 The system ran out of a resource controlled by the %1 option.
11810 .
11811 Language=Taiwanese
11812 The system ran out of a resource controlled by the %1 option.
11813 .
11814
11815 MessageId=3102
11816 Severity=Success
11817 Facility=System
11818 SymbolicName=NELOG_Unable_To_Lock_Segment
11819 Language=English
11820 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11821 .
11822 Language=Polish
11823 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11824 .
11825 Language=Romanian
11826 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11827 .
11828 Language=Russian
11829 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11830 .
11831 Language=Spanish
11832 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11833 .
11834 Language=Turkish
11835 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11836 .
11837 Language=Chinese
11838 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11839 .
11840 Language=Taiwanese
11841 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11842 .
11843
11844 MessageId=3103
11845 Severity=Success
11846 Facility=System
11847 SymbolicName=NELOG_Unable_To_Unlock_Segment
11848 Language=English
11849 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11850 .
11851 Language=Polish
11852 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11853 .
11854 Language=Romanian
11855 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11856 .
11857 Language=Russian
11858 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11859 .
11860 Language=Spanish
11861 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11862 .
11863 Language=Turkish
11864 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11865 .
11866 Language=Chinese
11867 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11868 .
11869 Language=Taiwanese
11870 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11871 .
11872
11873 MessageId=3104
11874 Severity=Success
11875 Facility=System
11876 SymbolicName=NELOG_Uninstall_Service
11877 Language=English
11878 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11879 .
11880 Language=Polish
11881 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11882 .
11883 Language=Romanian
11884 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11885 .
11886 Language=Russian
11887 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11888 .
11889 Language=Spanish
11890 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11891 .
11892 Language=Turkish
11893 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11894 .
11895 Language=Chinese
11896 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11897 .
11898 Language=Taiwanese
11899 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11900 .
11901
11902 MessageId=3105
11903 Severity=Success
11904 Facility=System
11905 SymbolicName=NELOG_Init_Exec_Fail
11906 Language=English
11907 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11908 .
11909 Language=Polish
11910 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11911 .
11912 Language=Romanian
11913 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11914 .
11915 Language=Russian
11916 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11917 .
11918 Language=Spanish
11919 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11920 .
11921 Language=Turkish
11922 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11923 .
11924 Language=Chinese
11925 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11926 .
11927 Language=Taiwanese
11928 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11929 .
11930
11931 MessageId=3106
11932 Severity=Success
11933 Facility=System
11934 SymbolicName=NELOG_Ncb_Error
11935 Language=English
11936 An unexpected network control block (NCB) was received. The NCB is the data.
11937 .
11938 Language=Polish
11939 An unexpected network control block (NCB) was received. The NCB is the data.
11940 .
11941 Language=Romanian
11942 An unexpected network control block (NCB) was received. The NCB is the data.
11943 .
11944 Language=Russian
11945 An unexpected network control block (NCB) was received. The NCB is the data.
11946 .
11947 Language=Spanish
11948 An unexpected network control block (NCB) was received. The NCB is the data.
11949 .
11950 Language=Turkish
11951 An unexpected network control block (NCB) was received. The NCB is the data.
11952 .
11953 Language=Chinese
11954 An unexpected network control block (NCB) was received. The NCB is the data.
11955 .
11956 Language=Taiwanese
11957 An unexpected network control block (NCB) was received. The NCB is the data.
11958 .
11959
11960 MessageId=3107
11961 Severity=Success
11962 Facility=System
11963 SymbolicName=NELOG_Net_Not_Started
11964 Language=English
11965 The network is not started.
11966 .
11967 Language=Polish
11968 The network is not started.
11969 .
11970 Language=Romanian
11971 The network is not started.
11972 .
11973 Language=Russian
11974 The network is not started.
11975 .
11976 Language=Spanish
11977 The network is not started.
11978 .
11979 Language=Turkish
11980 The network is not started.
11981 .
11982 Language=Chinese
11983 The network is not started.
11984 .
11985 Language=Taiwanese
11986 The network is not started.
11987 .
11988
11989 MessageId=3108
11990 Severity=Success
11991 Facility=System
11992 SymbolicName=NELOG_Ioctl_Error
11993 Language=English
11994 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
11995 .
11996 Language=Polish
11997 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
11998 .
11999 Language=Romanian
12000 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
12001 .
12002 Language=Russian
12003 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
12004 .
12005 Language=Spanish
12006 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
12007 .
12008 Language=Turkish
12009 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
12010 .
12011 Language=Chinese
12012 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
12013 .
12014 Language=Taiwanese
12015 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
12016 .
12017
12018 MessageId=3109
12019 Severity=Success
12020 Facility=System
12021 SymbolicName=NELOG_System_Semaphore
12022 Language=English
12023 Unable to create or open system semaphore %1.\nThe error code is the data.
12024 .
12025 Language=Polish
12026 Unable to create or open system semaphore %1.\nThe error code is the data.
12027 .
12028 Language=Romanian
12029 Unable to create or open system semaphore %1.\nThe error code is the data.
12030 .
12031 Language=Russian
12032 Unable to create or open system semaphore %1.\nThe error code is the data.
12033 .
12034 Language=Spanish
12035 Unable to create or open system semaphore %1.\nThe error code is the data.
12036 .
12037 Language=Turkish
12038 Unable to create or open system semaphore %1.\nThe error code is the data.
12039 .
12040 Language=Chinese
12041 Unable to create or open system semaphore %1.\nThe error code is the data.
12042 .
12043 Language=Taiwanese
12044 Unable to create or open system semaphore %1.\nThe error code is the data.
12045 .
12046
12047 MessageId=3110
12048 Severity=Success
12049 Facility=System
12050 SymbolicName=NELOG_Init_OpenCreate_Err
12051 Language=English
12052 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
12053 .
12054 Language=Polish
12055 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
12056 .
12057 Language=Romanian
12058 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
12059 .
12060 Language=Russian
12061 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
12062 .
12063 Language=Spanish
12064 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
12065 .
12066 Language=Turkish
12067 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
12068 .
12069 Language=Chinese
12070 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
12071 .
12072 Language=Taiwanese
12073 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
12074 .
12075
12076 MessageId=3111
12077 Severity=Success
12078 Facility=System
12079 SymbolicName=NELOG_NetBios
12080 Language=English
12081 An unexpected NetBIOS error occurred.\nThe error code is the data.
12082 .
12083 Language=Polish
12084 An unexpected NetBIOS error occurred.\nThe error code is the data.
12085 .
12086 Language=Romanian
12087 An unexpected NetBIOS error occurred.\nThe error code is the data.
12088 .
12089 Language=Russian
12090 An unexpected NetBIOS error occurred.\nThe error code is the data.
12091 .
12092 Language=Spanish
12093 An unexpected NetBIOS error occurred.\nThe error code is the data.
12094 .
12095 Language=Turkish
12096 An unexpected NetBIOS error occurred.\nThe error code is the data.
12097 .
12098 Language=Chinese
12099 An unexpected NetBIOS error occurred.\nThe error code is the data.
12100 .
12101 Language=Taiwanese
12102 An unexpected NetBIOS error occurred.\nThe error code is the data.
12103 .
12104
12105 MessageId=3112
12106 Severity=Success
12107 Facility=System
12108 SymbolicName=NELOG_SMB_Illegal
12109 Language=English
12110 An illegal server message block (SMB) was received.\nThe SMB is the data.
12111 .
12112 Language=Polish
12113 An illegal server message block (SMB) was received.\nThe SMB is the data.
12114 .
12115 Language=Romanian
12116 An illegal server message block (SMB) was received.\nThe SMB is the data.
12117 .
12118 Language=Russian
12119 An illegal server message block (SMB) was received.\nThe SMB is the data.
12120 .
12121 Language=Spanish
12122 An illegal server message block (SMB) was received.\nThe SMB is the data.
12123 .
12124 Language=Turkish
12125 An illegal server message block (SMB) was received.\nThe SMB is the data.
12126 .
12127 Language=Chinese
12128 An illegal server message block (SMB) was received.\nThe SMB is the data.
12129 .
12130 Language=Taiwanese
12131 An illegal server message block (SMB) was received.\nThe SMB is the data.
12132 .
12133
12134 MessageId=3113
12135 Severity=Success
12136 Facility=System
12137 SymbolicName=NELOG_Service_Fail
12138 Language=English
12139 Initialization failed because the requested service %1\ncould not be started.
12140 .
12141 Language=Polish
12142 Initialization failed because the requested service %1\ncould not be started.
12143 .
12144 Language=Romanian
12145 Initialization failed because the requested service %1\ncould not be started.
12146 .
12147 Language=Russian
12148 Initialization failed because the requested service %1\ncould not be started.
12149 .
12150 Language=Spanish
12151 Initialization failed because the requested service %1\ncould not be started.
12152 .
12153 Language=Turkish
12154 Initialization failed because the requested service %1\ncould not be started.
12155 .
12156 Language=Chinese
12157 Initialization failed because the requested service %1\ncould not be started.
12158 .
12159 Language=Taiwanese
12160 Initialization failed because the requested service %1\ncould not be started.
12161 .
12162
12163 MessageId=3114
12164 Severity=Success
12165 Facility=System
12166 SymbolicName=NELOG_Entries_Lost
12167 Language=English
12168 Some entries in the error log were lost because of a buffer\noverflow.
12169 .
12170 Language=Polish
12171 Some entries in the error log were lost because of a buffer\noverflow.
12172 .
12173 Language=Romanian
12174 Some entries in the error log were lost because of a buffer\noverflow.
12175 .
12176 Language=Russian
12177 Some entries in the error log were lost because of a buffer\noverflow.
12178 .
12179 Language=Spanish
12180 Some entries in the error log were lost because of a buffer\noverflow.
12181 .
12182 Language=Turkish
12183 Some entries in the error log were lost because of a buffer\noverflow.
12184 .
12185 Language=Chinese
12186 Some entries in the error log were lost because of a buffer\noverflow.
12187 .
12188 Language=Taiwanese
12189 Some entries in the error log were lost because of a buffer\noverflow.
12190 .
12191
12192 MessageId=3120
12193 Severity=Success
12194 Facility=System
12195 SymbolicName=NELOG_Init_Seg_Overflow
12196 Language=English
12197 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
12198 .
12199 Language=Polish
12200 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
12201 .
12202 Language=Romanian
12203 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
12204 .
12205 Language=Russian
12206 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
12207 .
12208 Language=Spanish
12209 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
12210 .
12211 Language=Turkish
12212 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
12213 .
12214 Language=Chinese
12215 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
12216 .
12217 Language=Taiwanese
12218 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
12219 .
12220
12221 MessageId=3121
12222 Severity=Success
12223 Facility=System
12224 SymbolicName=NELOG_Srv_No_Mem_Grow
12225 Language=English
12226 The server cannot increase the size of a memory segment.
12227 .
12228 Language=Polish
12229 The server cannot increase the size of a memory segment.
12230 .
12231 Language=Romanian
12232 The server cannot increase the size of a memory segment.
12233 .
12234 Language=Russian
12235 The server cannot increase the size of a memory segment.
12236 .
12237 Language=Spanish
12238 The server cannot increase the size of a memory segment.
12239 .
12240 Language=Turkish
12241 The server cannot increase the size of a memory segment.
12242 .
12243 Language=Chinese
12244 The server cannot increase the size of a memory segment.
12245 .
12246 Language=Taiwanese
12247 The server cannot increase the size of a memory segment.
12248 .
12249
12250 MessageId=3122
12251 Severity=Success
12252 Facility=System
12253 SymbolicName=NELOG_Access_File_Bad
12254 Language=English
12255 Initialization failed because account file %1 is either incorrect\nor not present.
12256 .
12257 Language=Polish
12258 Initialization failed because account file %1 is either incorrect\nor not present.
12259 .
12260 Language=Romanian
12261 Initialization failed because account file %1 is either incorrect\nor not present.
12262 .
12263 Language=Russian
12264 Initialization failed because account file %1 is either incorrect\nor not present.
12265 .
12266 Language=Spanish
12267 Initialization failed because account file %1 is either incorrect\nor not present.
12268 .
12269 Language=Turkish
12270 Initialization failed because account file %1 is either incorrect\nor not present.
12271 .
12272 Language=Chinese
12273 Initialization failed because account file %1 is either incorrect\nor not present.
12274 .
12275 Language=Taiwanese
12276 Initialization failed because account file %1 is either incorrect\nor not present.
12277 .
12278
12279 MessageId=3123
12280 Severity=Success
12281 Facility=System
12282 SymbolicName=NELOG_Srvnet_Not_Started
12283 Language=English
12284 Initialization failed because network %1 was not started.
12285 .
12286 Language=Polish
12287 Initialization failed because network %1 was not started.
12288 .
12289 Language=Romanian
12290 Initialization failed because network %1 was not started.
12291 .
12292 Language=Russian
12293 Initialization failed because network %1 was not started.
12294 .
12295 Language=Spanish
12296 Initialization failed because network %1 was not started.
12297 .
12298 Language=Turkish
12299 Initialization failed because network %1 was not started.
12300 .
12301 Language=Chinese
12302 Initialization failed because network %1 was not started.
12303 .
12304 Language=Taiwanese
12305 Initialization failed because network %1 was not started.
12306 .
12307
12308 MessageId=3124
12309 Severity=Success
12310 Facility=System
12311 SymbolicName=NELOG_Init_Chardev_Err
12312 Language=English
12313 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
12314 .
12315 Language=Polish
12316 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
12317 .
12318 Language=Romanian
12319 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
12320 .
12321 Language=Russian
12322 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
12323 .
12324 Language=Spanish
12325 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
12326 .
12327 Language=Turkish
12328 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
12329 .
12330 Language=Chinese
12331 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
12332 .
12333 Language=Taiwanese
12334 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
12335 .
12336
12337 MessageId=3125
12338 Severity=Success
12339 Facility=System
12340 SymbolicName=NELOG_Remote_API
12341 Language=English
12342 A remote API request was halted due to the following\ninvalid description string: %1.
12343 .
12344 Language=Polish
12345 A remote API request was halted due to the following\ninvalid description string: %1.
12346 .
12347 Language=Romanian
12348 A remote API request was halted due to the following\ninvalid description string: %1.
12349 .
12350 Language=Russian
12351 A remote API request was halted due to the following\ninvalid description string: %1.
12352 .
12353 Language=Spanish
12354 A remote API request was halted due to the following\ninvalid description string: %1.
12355 .
12356 Language=Turkish
12357 A remote API request was halted due to the following\ninvalid description string: %1.
12358 .
12359 Language=Chinese
12360 A remote API request was halted due to the following\ninvalid description string: %1.
12361 .
12362 Language=Taiwanese
12363 A remote API request was halted due to the following\ninvalid description string: %1.
12364 .
12365
12366 MessageId=3126
12367 Severity=Success
12368 Facility=System
12369 SymbolicName=NELOG_Ncb_TooManyErr
12370 Language=English
12371 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
12372 .
12373 Language=Polish
12374 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
12375 .
12376 Language=Romanian
12377 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
12378 .
12379 Language=Russian
12380 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
12381 .
12382 Language=Spanish
12383 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
12384 .
12385 Language=Turkish
12386 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
12387 .
12388 Language=Chinese
12389 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
12390 .
12391 Language=Taiwanese
12392 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
12393 .
12394
12395 MessageId=3127
12396 Severity=Success
12397 Facility=System
12398 SymbolicName=NELOG_Mailslot_err
12399 Language=English
12400 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
12401 .
12402 Language=Polish
12403 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
12404 .
12405 Language=Romanian
12406 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
12407 .
12408 Language=Russian
12409 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
12410 .
12411 Language=Spanish
12412 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
12413 .
12414 Language=Turkish
12415 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
12416 .
12417 Language=Chinese
12418 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
12419 .
12420 Language=Taiwanese
12421 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
12422 .
12423
12424 MessageId=3128
12425 Severity=Success
12426 Facility=System
12427 SymbolicName=NELOG_ReleaseMem_Alert
12428 Language=English
12429 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
12430 .
12431 Language=Polish
12432 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
12433 .
12434 Language=Romanian
12435 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
12436 .
12437 Language=Russian
12438 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
12439 .
12440 Language=Spanish
12441 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
12442 .
12443 Language=Turkish
12444 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
12445 .
12446 Language=Chinese
12447 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
12448 .
12449 Language=Taiwanese
12450 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
12451 .
12452
12453 MessageId=3129
12454 Severity=Success
12455 Facility=System
12456 SymbolicName=NELOG_AT_cannot_write
12457 Language=English
12458 The server cannot update the AT schedule file. The file\nis corrupted.
12459 .
12460 Language=Polish
12461 The server cannot update the AT schedule file. The file\nis corrupted.
12462 .
12463 Language=Romanian
12464 The server cannot update the AT schedule file. The file\nis corrupted.
12465 .
12466 Language=Russian
12467 The server cannot update the AT schedule file. The file\nis corrupted.
12468 .
12469 Language=Spanish
12470 The server cannot update the AT schedule file. The file\nis corrupted.
12471 .
12472 Language=Turkish
12473 The server cannot update the AT schedule file. The file\nis corrupted.
12474 .
12475 Language=Chinese
12476 The server cannot update the AT schedule file. The file\nis corrupted.
12477 .
12478 Language=Taiwanese
12479 The server cannot update the AT schedule file. The file\nis corrupted.
12480 .
12481
12482 MessageId=3130
12483 Severity=Success
12484 Facility=System
12485 SymbolicName=NELOG_Cant_Make_Msg_File
12486 Language=English
12487 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
12488 .
12489 Language=Polish
12490 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
12491 .
12492 Language=Romanian
12493 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
12494 .
12495 Language=Russian
12496 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
12497 .
12498 Language=Spanish
12499 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
12500 .
12501 Language=Turkish
12502 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
12503 .
12504 Language=Chinese
12505 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
12506 .
12507 Language=Taiwanese
12508 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
12509 .
12510
12511 MessageId=3131
12512 Severity=Success
12513 Facility=System
12514 SymbolicName=NELOG_Exec_Netservr_NoMem
12515 Language=English
12516 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
12517 .
12518 Language=Polish
12519 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
12520 .
12521 Language=Romanian
12522 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
12523 .
12524 Language=Russian
12525 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
12526 .
12527 Language=Spanish
12528 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
12529 .
12530 Language=Turkish
12531 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
12532 .
12533 Language=Chinese
12534 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
12535 .
12536 Language=Taiwanese
12537 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
12538 .
12539
12540 MessageId=3132
12541 Severity=Success
12542 Facility=System
12543 SymbolicName=NELOG_Server_Lock_Failure
12544 Language=English
12545 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
12546 .
12547 Language=Polish
12548 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
12549 .
12550 Language=Romanian
12551 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
12552 .
12553 Language=Russian
12554 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
12555 .
12556 Language=Spanish
12557 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
12558 .
12559 Language=Turkish
12560 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
12561 .
12562 Language=Chinese
12563 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
12564 .
12565 Language=Taiwanese
12566 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
12567 .
12568
12569 MessageId=3140
12570 Severity=Success
12571 Facility=System
12572 SymbolicName=NELOG_Msg_Shutdown
12573 Language=English
12574 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
12575 .
12576 Language=Polish
12577 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
12578 .
12579 Language=Romanian
12580 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
12581 .
12582 Language=Russian
12583 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
12584 .
12585 Language=Spanish
12586 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
12587 .
12588 Language=Turkish
12589 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
12590 .
12591 Language=Chinese
12592 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
12593 .
12594 Language=Taiwanese
12595 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
12596 .
12597
12598 MessageId=3141
12599 Severity=Success
12600 Facility=System
12601 SymbolicName=NELOG_Msg_Sem_Shutdown
12602 Language=English
12603 The Message server has stopped due to a lock on the\nMessage server shared data segment.
12604 .
12605 Language=Polish
12606 The Message server has stopped due to a lock on the\nMessage server shared data segment.
12607 .
12608 Language=Romanian
12609 The Message server has stopped due to a lock on the\nMessage server shared data segment.
12610 .
12611 Language=Russian
12612 The Message server has stopped due to a lock on the\nMessage server shared data segment.
12613 .
12614 Language=Spanish
12615 The Message server has stopped due to a lock on the\nMessage server shared data segment.
12616 .
12617 Language=Turkish
12618 The Message server has stopped due to a lock on the\nMessage server shared data segment.
12619 .
12620 Language=Chinese
12621 The Message server has stopped due to a lock on the\nMessage server shared data segment.
12622 .
12623 Language=Taiwanese
12624 The Message server has stopped due to a lock on the\nMessage server shared data segment.
12625 .
12626
12627 MessageId=3150
12628 Severity=Success
12629 Facility=System
12630 SymbolicName=NELOG_Msg_Log_Err
12631 Language=English
12632 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
12633 .
12634 Language=Polish
12635 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
12636 .
12637 Language=Romanian
12638 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
12639 .
12640 Language=Russian
12641 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
12642 .
12643 Language=Spanish
12644 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
12645 .
12646 Language=Turkish
12647 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
12648 .
12649 Language=Chinese
12650 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
12651 .
12652 Language=Taiwanese
12653 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
12654 .
12655
12656 MessageId=3151
12657 Severity=Success
12658 Facility=System
12659 SymbolicName=NELOG_VIO_POPUP_ERR
12660 Language=English
12661 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
12662 .
12663 Language=Polish
12664 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
12665 .
12666 Language=Romanian
12667 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
12668 .
12669 Language=Russian
12670 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
12671 .
12672 Language=Spanish
12673 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
12674 .
12675 Language=Turkish
12676 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
12677 .
12678 Language=Chinese
12679 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
12680 .
12681 Language=Taiwanese
12682 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
12683 .
12684
12685 MessageId=3152
12686 Severity=Success
12687 Facility=System
12688 SymbolicName=NELOG_Msg_Unexpected_SMB_Type
12689 Language=English
12690 An illegal server message block (SMB) was received. The SMB is the data.
12691 .
12692 Language=Polish
12693 An illegal server message block (SMB) was received. The SMB is the data.
12694 .
12695 Language=Romanian
12696 An illegal server message block (SMB) was received. The SMB is the data.
12697 .
12698 Language=Russian
12699 An illegal server message block (SMB) was received. The SMB is the data.
12700 .
12701 Language=Spanish
12702 An illegal server message block (SMB) was received. The SMB is the data.
12703 .
12704 Language=Turkish
12705 An illegal server message block (SMB) was received. The SMB is the data.
12706 .
12707 Language=Chinese
12708 An illegal server message block (SMB) was received. The SMB is the data.
12709 .
12710 Language=Taiwanese
12711 An illegal server message block (SMB) was received. The SMB is the data.
12712 .
12713
12714 MessageId=3160
12715 Severity=Success
12716 Facility=System
12717 SymbolicName=NELOG_Wksta_Infoseg
12718 Language=English
12719 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12720 .
12721 Language=Polish
12722 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12723 .
12724 Language=Romanian
12725 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12726 .
12727 Language=Russian
12728 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12729 .
12730 Language=Spanish
12731 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12732 .
12733 Language=Turkish
12734 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12735 .
12736 Language=Chinese
12737 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12738 .
12739 Language=Taiwanese
12740 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12741 .
12742
12743 MessageId=3161
12744 Severity=Success
12745 Facility=System
12746 SymbolicName=NELOG_Wksta_Compname
12747 Language=English
12748 The workstation was unable to get the name-number of the computer.
12749 .
12750 Language=Polish
12751 The workstation was unable to get the name-number of the computer.
12752 .
12753 Language=Romanian
12754 The workstation was unable to get the name-number of the computer.
12755 .
12756 Language=Russian
12757 The workstation was unable to get the name-number of the computer.
12758 .
12759 Language=Spanish
12760 The workstation was unable to get the name-number of the computer.
12761 .
12762 Language=Turkish
12763 The workstation was unable to get the name-number of the computer.
12764 .
12765 Language=Chinese
12766 The workstation was unable to get the name-number of the computer.
12767 .
12768 Language=Taiwanese
12769 The workstation was unable to get the name-number of the computer.
12770 .
12771
12772 MessageId=3162
12773 Severity=Success
12774 Facility=System
12775 SymbolicName=NELOG_Wksta_BiosThreadFailure
12776 Language=English
12777 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12778 .
12779 Language=Polish
12780 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12781 .
12782 Language=Romanian
12783 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12784 .
12785 Language=Russian
12786 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12787 .
12788 Language=Spanish
12789 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12790 .
12791 Language=Turkish
12792 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12793 .
12794 Language=Chinese
12795 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12796 .
12797 Language=Taiwanese
12798 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12799 .
12800
12801 MessageId=3163
12802 Severity=Success
12803 Facility=System
12804 SymbolicName=NELOG_Wksta_IniSeg
12805 Language=English
12806 The workstation could not open the initial shared segment.\nThe error code is the data.
12807 .
12808 Language=Polish
12809 The workstation could not open the initial shared segment.\nThe error code is the data.
12810 .
12811 Language=Romanian
12812 The workstation could not open the initial shared segment.\nThe error code is the data.
12813 .
12814 Language=Russian
12815 The workstation could not open the initial shared segment.\nThe error code is the data.
12816 .
12817 Language=Spanish
12818 The workstation could not open the initial shared segment.\nThe error code is the data.
12819 .
12820 Language=Turkish
12821 The workstation could not open the initial shared segment.\nThe error code is the data.
12822 .
12823 Language=Chinese
12824 The workstation could not open the initial shared segment.\nThe error code is the data.
12825 .
12826 Language=Taiwanese
12827 The workstation could not open the initial shared segment.\nThe error code is the data.
12828 .
12829
12830 MessageId=3164
12831 Severity=Success
12832 Facility=System
12833 SymbolicName=NELOG_Wksta_HostTab_Full
12834 Language=English
12835 The workstation host table is full.
12836 .
12837 Language=Polish
12838 The workstation host table is full.
12839 .
12840 Language=Romanian
12841 The workstation host table is full.
12842 .
12843 Language=Russian
12844 The workstation host table is full.
12845 .
12846 Language=Spanish
12847 The workstation host table is full.
12848 .
12849 Language=Turkish
12850 The workstation host table is full.
12851 .
12852 Language=Chinese
12853 The workstation host table is full.
12854 .
12855 Language=Taiwanese
12856 The workstation host table is full.
12857 .
12858
12859 MessageId=3165
12860 Severity=Success
12861 Facility=System
12862 SymbolicName=NELOG_Wksta_Bad_Mailslot_SMB
12863 Language=English
12864 A bad mailslot server message block (SMB) was received. The SMB is the data.
12865 .
12866 Language=Polish
12867 A bad mailslot server message block (SMB) was received. The SMB is the data.
12868 .
12869 Language=Romanian
12870 A bad mailslot server message block (SMB) was received. The SMB is the data.
12871 .
12872 Language=Russian
12873 A bad mailslot server message block (SMB) was received. The SMB is the data.
12874 .
12875 Language=Spanish
12876 A bad mailslot server message block (SMB) was received. The SMB is the data.
12877 .
12878 Language=Turkish
12879 A bad mailslot server message block (SMB) was received. The SMB is the data.
12880 .
12881 Language=Chinese
12882 A bad mailslot server message block (SMB) was received. The SMB is the data.
12883 .
12884 Language=Taiwanese
12885 A bad mailslot server message block (SMB) was received. The SMB is the data.
12886 .
12887
12888 MessageId=3166
12889 Severity=Success
12890 Facility=System
12891 SymbolicName=NELOG_Wksta_UASInit
12892 Language=English
12893 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12894 .
12895 Language=Polish
12896 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12897 .
12898 Language=Romanian
12899 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12900 .
12901 Language=Russian
12902 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12903 .
12904 Language=Spanish
12905 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12906 .
12907 Language=Turkish
12908 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12909 .
12910 Language=Chinese
12911 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12912 .
12913 Language=Taiwanese
12914 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12915 .
12916
12917 MessageId=3167
12918 Severity=Success
12919 Facility=System
12920 SymbolicName=NELOG_Wksta_SSIRelogon
12921 Language=English
12922 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12923 .
12924 Language=Polish
12925 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12926 .
12927 Language=Romanian
12928 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12929 .
12930 Language=Russian
12931 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12932 .
12933 Language=Spanish
12934 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12935 .
12936 Language=Turkish
12937 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12938 .
12939 Language=Chinese
12940 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12941 .
12942 Language=Taiwanese
12943 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12944 .
12945
12946 MessageId=3170
12947 Severity=Success
12948 Facility=System
12949 SymbolicName=NELOG_Build_Name
12950 Language=English
12951 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12952 .
12953 Language=Polish
12954 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12955 .
12956 Language=Romanian
12957 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12958 .
12959 Language=Russian
12960 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12961 .
12962 Language=Spanish
12963 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12964 .
12965 Language=Turkish
12966 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12967 .
12968 Language=Chinese
12969 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12970 .
12971 Language=Taiwanese
12972 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12973 .
12974
12975 MessageId=3171
12976 Severity=Success
12977 Facility=System
12978 SymbolicName=NELOG_Name_Expansion
12979 Language=English
12980 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12981 .
12982 Language=Polish
12983 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12984 .
12985 Language=Romanian
12986 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12987 .
12988 Language=Russian
12989 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12990 .
12991 Language=Spanish
12992 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12993 .
12994 Language=Turkish
12995 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12996 .
12997 Language=Chinese
12998 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12999 .
13000 Language=Taiwanese
13001 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
13002 .
13003
13004 MessageId=3172
13005 Severity=Success
13006 Facility=System
13007 SymbolicName=NELOG_Message_Send
13008 Language=English
13009 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
13010 .
13011 Language=Polish
13012 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
13013 .
13014 Language=Romanian
13015 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
13016 .
13017 Language=Russian
13018 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
13019 .
13020 Language=Spanish
13021 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
13022 .
13023 Language=Turkish
13024 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
13025 .
13026 Language=Chinese
13027 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
13028 .
13029 Language=Taiwanese
13030 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
13031 .
13032
13033 MessageId=3173
13034 Severity=Success
13035 Facility=System
13036 SymbolicName=NELOG_Mail_Slt_Err
13037 Language=English
13038 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
13039 .
13040 Language=Polish
13041 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
13042 .
13043 Language=Romanian
13044 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
13045 .
13046 Language=Russian
13047 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
13048 .
13049 Language=Spanish
13050 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
13051 .
13052 Language=Turkish
13053 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
13054 .
13055 Language=Chinese
13056 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
13057 .
13058 Language=Taiwanese
13059 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
13060 .
13061
13062 MessageId=3174
13063 Severity=Success
13064 Facility=System
13065 SymbolicName=NELOG_AT_cannot_read
13066 Language=English
13067 The server could not read the AT schedule file.
13068 .
13069 Language=Polish
13070 The server could not read the AT schedule file.
13071 .
13072 Language=Romanian
13073 The server could not read the AT schedule file.
13074 .
13075 Language=Russian
13076 The server could not read the AT schedule file.
13077 .
13078 Language=Spanish
13079 The server could not read the AT schedule file.
13080 .
13081 Language=Turkish
13082 The server could not read the AT schedule file.
13083 .
13084 Language=Chinese
13085 The server could not read the AT schedule file.
13086 .
13087 Language=Taiwanese
13088 The server could not read the AT schedule file.
13089 .
13090
13091 MessageId=3175
13092 Severity=Success
13093 Facility=System
13094 SymbolicName=NELOG_AT_sched_err
13095 Language=English
13096 The server found an invalid AT schedule record.
13097 .
13098 Language=Polish
13099 The server found an invalid AT schedule record.
13100 .
13101 Language=Romanian
13102 The server found an invalid AT schedule record.
13103 .
13104 Language=Russian
13105 The server found an invalid AT schedule record.
13106 .
13107 Language=Spanish
13108 The server found an invalid AT schedule record.
13109 .
13110 Language=Turkish
13111 The server found an invalid AT schedule record.
13112 .
13113 Language=Chinese
13114 The server found an invalid AT schedule record.
13115 .
13116 Language=Taiwanese
13117 The server found an invalid AT schedule record.
13118 .
13119
13120 MessageId=3176
13121 Severity=Success
13122 Facility=System
13123 SymbolicName=NELOG_AT_schedule_file_created
13124 Language=English
13125 The server could not find an AT schedule file so it created one.
13126 .
13127 Language=Polish
13128 The server could not find an AT schedule file so it created one.
13129 .
13130 Language=Romanian
13131 The server could not find an AT schedule file so it created one.
13132 .
13133 Language=Russian
13134 The server could not find an AT schedule file so it created one.
13135 .
13136 Language=Spanish
13137 The server could not find an AT schedule file so it created one.
13138 .
13139 Language=Turkish
13140 The server could not find an AT schedule file so it created one.
13141 .
13142 Language=Chinese
13143 The server could not find an AT schedule file so it created one.
13144 .
13145 Language=Taiwanese
13146 The server could not find an AT schedule file so it created one.
13147 .
13148
13149 MessageId=3177
13150 Severity=Success
13151 Facility=System
13152 SymbolicName=NELOG_Srvnet_NB_Open
13153 Language=English
13154 The server could not access the %1 network with NetBiosOpen.
13155 .
13156 Language=Polish
13157 The server could not access the %1 network with NetBiosOpen.
13158 .
13159 Language=Romanian
13160 The server could not access the %1 network with NetBiosOpen.
13161 .
13162 Language=Russian
13163 The server could not access the %1 network with NetBiosOpen.
13164 .
13165 Language=Spanish
13166 The server could not access the %1 network with NetBiosOpen.
13167 .
13168 Language=Turkish
13169 The server could not access the %1 network with NetBiosOpen.
13170 .
13171 Language=Chinese
13172 The server could not access the %1 network with NetBiosOpen.
13173 .
13174 Language=Taiwanese
13175 The server could not access the %1 network with NetBiosOpen.
13176 .
13177
13178 MessageId=3178
13179 Severity=Success
13180 Facility=System
13181 SymbolicName=NELOG_AT_Exec_Err
13182 Language=English
13183 The AT command processor could not run %1.
13184 .
13185 Language=Polish
13186 The AT command processor could not run %1.
13187 .
13188 Language=Romanian
13189 The AT command processor could not run %1.
13190 .
13191 Language=Russian
13192 The AT command processor could not run %1.
13193 .
13194 Language=Spanish
13195 The AT command processor could not run %1.
13196 .
13197 Language=Turkish
13198 The AT command processor could not run %1.
13199 .
13200 Language=Chinese
13201 The AT command processor could not run %1.
13202 .
13203 Language=Taiwanese
13204 The AT command processor could not run %1.
13205 .
13206
13207 MessageId=3180
13208 Severity=Success
13209 Facility=System
13210 SymbolicName=NELOG_Lazy_Write_Err
13211 Language=English
13212 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
13213 .
13214 Language=Polish
13215 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
13216 .
13217 Language=Romanian
13218 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
13219 .
13220 Language=Russian
13221 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
13222 .
13223 Language=Spanish
13224 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
13225 .
13226 Language=Turkish
13227 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
13228 .
13229 Language=Chinese
13230 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
13231 .
13232 Language=Taiwanese
13233 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
13234 .
13235
13236 MessageId=3181
13237 Severity=Success
13238 Facility=System
13239 SymbolicName=NELOG_HotFix
13240 Language=English
13241 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
13242 .
13243 Language=Polish
13244 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
13245 .
13246 Language=Romanian
13247 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
13248 .
13249 Language=Russian
13250 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
13251 .
13252 Language=Spanish
13253 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
13254 .
13255 Language=Turkish
13256 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
13257 .
13258 Language=Chinese
13259 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
13260 .
13261 Language=Taiwanese
13262 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
13263 .
13264
13265 MessageId=3182
13266 Severity=Success
13267 Facility=System
13268 SymbolicName=NELOG_HardErr_From_Server
13269 Language=English
13270 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
13271 .
13272 Language=Polish
13273 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
13274 .
13275 Language=Romanian
13276 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
13277 .
13278 Language=Russian
13279 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
13280 .
13281 Language=Spanish
13282 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
13283 .
13284 Language=Turkish
13285 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
13286 .
13287 Language=Chinese
13288 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
13289 .
13290 Language=Taiwanese
13291 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
13292 .
13293
13294 MessageId=3183
13295 Severity=Success
13296 Facility=System
13297 SymbolicName=NELOG_LocalSecFail1
13298 Language=English
13299 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
13300 .
13301 Language=Polish
13302 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
13303 .
13304 Language=Romanian
13305 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
13306 .
13307 Language=Russian
13308 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
13309 .
13310 Language=Spanish
13311 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
13312 .
13313 Language=Turkish
13314 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
13315 .
13316 Language=Chinese
13317 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
13318 .
13319 Language=Taiwanese
13320 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
13321 .
13322
13323 MessageId=3184
13324 Severity=Success
13325 Facility=System
13326 SymbolicName=NELOG_LocalSecFail2
13327 Language=English
13328 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
13329 .
13330 Language=Polish
13331 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
13332 .
13333 Language=Romanian
13334 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
13335 .
13336 Language=Russian
13337 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
13338 .
13339 Language=Spanish
13340 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
13341 .
13342 Language=Turkish
13343 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
13344 .
13345 Language=Chinese
13346 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
13347 .
13348 Language=Taiwanese
13349 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
13350 .
13351
13352 MessageId=3185
13353 Severity=Success
13354 Facility=System
13355 SymbolicName=NELOG_LocalSecFail3
13356 Language=English
13357 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
13358 .
13359 Language=Polish
13360 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
13361 .
13362 Language=Romanian
13363 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
13364 .
13365 Language=Russian
13366 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
13367 .
13368 Language=Spanish
13369 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
13370 .
13371 Language=Turkish
13372 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
13373 .
13374 Language=Chinese
13375 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
13376 .
13377 Language=Taiwanese
13378 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
13379 .
13380
13381 MessageId=3186
13382 Severity=Success
13383 Facility=System
13384 SymbolicName=NELOG_LocalSecGeneralFail
13385 Language=English
13386 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
13387 .
13388 Language=Polish
13389 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
13390 .
13391 Language=Romanian
13392 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
13393 .
13394 Language=Russian
13395 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
13396 .
13397 Language=Spanish
13398 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
13399 .
13400 Language=Turkish
13401 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
13402 .
13403 Language=Chinese
13404 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
13405 .
13406 Language=Taiwanese
13407 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
13408 .
13409
13410 MessageId=3190
13411 Severity=Success
13412 Facility=System
13413 SymbolicName=NELOG_NetWkSta_Internal_Error
13414 Language=English
13415 A NetWksta internal error has occurred:\n%1
13416 .
13417 Language=Polish
13418 A NetWksta internal error has occurred:\n%1
13419 .
13420 Language=Romanian
13421 A NetWksta internal error has occurred:\n%1
13422 .
13423 Language=Russian
13424 A NetWksta internal error has occurred:\n%1
13425 .
13426 Language=Spanish
13427 A NetWksta internal error has occurred:\n%1
13428 .
13429 Language=Turkish
13430 A NetWksta internal error has occurred:\n%1
13431 .
13432 Language=Chinese
13433 A NetWksta internal error has occurred:\n%1
13434 .
13435 Language=Taiwanese
13436 A NetWksta internal error has occurred:\n%1
13437 .
13438
13439 MessageId=3191
13440 Severity=Success
13441 Facility=System
13442 SymbolicName=NELOG_NetWkSta_No_Resource
13443 Language=English
13444 The redirector is out of a resource: %1.
13445 .
13446 Language=Polish
13447 The redirector is out of a resource: %1.
13448 .
13449 Language=Romanian
13450 The redirector is out of a resource: %1.
13451 .
13452 Language=Russian
13453 The redirector is out of a resource: %1.
13454 .
13455 Language=Spanish
13456 The redirector is out of a resource: %1.
13457 .
13458 Language=Turkish
13459 The redirector is out of a resource: %1.
13460 .
13461 Language=Chinese
13462 The redirector is out of a resource: %1.
13463 .
13464 Language=Taiwanese
13465 The redirector is out of a resource: %1.
13466 .
13467
13468 MessageId=3192
13469 Severity=Success
13470 Facility=System
13471 SymbolicName=NELOG_NetWkSta_SMB_Err
13472 Language=English
13473 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
13474 .
13475 Language=Polish
13476 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
13477 .
13478 Language=Romanian
13479 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
13480 .
13481 Language=Russian
13482 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
13483 .
13484 Language=Spanish
13485 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
13486 .
13487 Language=Turkish
13488 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
13489 .
13490 Language=Chinese
13491 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
13492 .
13493 Language=Taiwanese
13494 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
13495 .
13496
13497 MessageId=3193
13498 Severity=Success
13499 Facility=System
13500 SymbolicName=NELOG_NetWkSta_VC_Err
13501 Language=English
13502 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
13503 .
13504 Language=Polish
13505 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
13506 .
13507 Language=Romanian
13508 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
13509 .
13510 Language=Russian
13511 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
13512 .
13513 Language=Spanish
13514 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
13515 .
13516 Language=Turkish
13517 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
13518 .
13519 Language=Chinese
13520 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
13521 .
13522 Language=Taiwanese
13523 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
13524 .
13525
13526 MessageId=3194
13527 Severity=Success
13528 Facility=System
13529 SymbolicName=NELOG_NetWkSta_Stuck_VC_Err
13530 Language=English
13531 Hanging up a stuck session to %1.
13532 .
13533 Language=Polish
13534 Hanging up a stuck session to %1.
13535 .
13536 Language=Romanian
13537 Hanging up a stuck session to %1.
13538 .
13539 Language=Russian
13540 Hanging up a stuck session to %1.
13541 .
13542 Language=Spanish
13543 Hanging up a stuck session to %1.
13544 .
13545 Language=Turkish
13546 Hanging up a stuck session to %1.
13547 .
13548 Language=Chinese
13549 Hanging up a stuck session to %1.
13550 .
13551 Language=Taiwanese
13552 Hanging up a stuck session to %1.
13553 .
13554
13555 MessageId=3195
13556 Severity=Success
13557 Facility=System
13558 SymbolicName=NELOG_NetWkSta_NCB_Err
13559 Language=English
13560 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
13561 .
13562 Language=Polish
13563 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
13564 .
13565 Language=Romanian
13566 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
13567 .
13568 Language=Russian
13569 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
13570 .
13571 Language=Spanish
13572 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
13573 .
13574 Language=Turkish
13575 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
13576 .
13577 Language=Chinese
13578 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
13579 .
13580 Language=Taiwanese
13581 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
13582 .
13583
13584 MessageId=3196
13585 Severity=Success
13586 Facility=System
13587 SymbolicName=NELOG_NetWkSta_Write_Behind_Err
13588 Language=English
13589 A write operation to %1 failed.\nData may have been lost.
13590 .
13591 Language=Polish
13592 A write operation to %1 failed.\nData may have been lost.
13593 .
13594 Language=Romanian
13595 A write operation to %1 failed.\nData may have been lost.
13596 .
13597 Language=Russian
13598 A write operation to %1 failed.\nData may have been lost.
13599 .
13600 Language=Spanish
13601 A write operation to %1 failed.\nData may have been lost.
13602 .
13603 Language=Turkish
13604 A write operation to %1 failed.\nData may have been lost.
13605 .
13606 Language=Chinese
13607 A write operation to %1 failed.\nData may have been lost.
13608 .
13609 Language=Taiwanese
13610 A write operation to %1 failed.\nData may have been lost.
13611 .
13612
13613 MessageId=3197
13614 Severity=Success
13615 Facility=System
13616 SymbolicName=NELOG_NetWkSta_Reset_Err
13617 Language=English
13618 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
13619 .
13620 Language=Polish
13621 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
13622 .
13623 Language=Romanian
13624 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
13625 .
13626 Language=Russian
13627 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
13628 .
13629 Language=Spanish
13630 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
13631 .
13632 Language=Turkish
13633 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
13634 .
13635 Language=Chinese
13636 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
13637 .
13638 Language=Taiwanese
13639 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
13640 .
13641
13642 MessageId=3198
13643 Severity=Success
13644 Facility=System
13645 SymbolicName=NELOG_NetWkSta_Too_Many
13646 Language=English
13647 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
13648 .
13649 Language=Polish
13650 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
13651 .
13652 Language=Romanian
13653 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
13654 .
13655 Language=Russian
13656 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
13657 .
13658 Language=Spanish
13659 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
13660 .
13661 Language=Turkish
13662 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
13663 .
13664 Language=Chinese
13665 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
13666 .
13667 Language=Taiwanese
13668 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
13669 .
13670
13671 MessageId=3204
13672 Severity=Success
13673 Facility=System
13674 SymbolicName=NELOG_Srv_Thread_Failure
13675 Language=English
13676 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13677 .
13678 Language=Polish
13679 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13680 .
13681 Language=Romanian
13682 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13683 .
13684 Language=Russian
13685 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13686 .
13687 Language=Spanish
13688 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13689 .
13690 Language=Turkish
13691 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13692 .
13693 Language=Chinese
13694 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13695 .
13696 Language=Taiwanese
13697 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13698 .
13699
13700 MessageId=3205
13701 Severity=Success
13702 Facility=System
13703 SymbolicName=NELOG_Srv_Close_Failure
13704 Language=English
13705 The server could not close %1.\nThe file is probably corrupted.
13706 .
13707 Language=Polish
13708 The server could not close %1.\nThe file is probably corrupted.
13709 .
13710 Language=Romanian
13711 The server could not close %1.\nThe file is probably corrupted.
13712 .
13713 Language=Russian
13714 The server could not close %1.\nThe file is probably corrupted.
13715 .
13716 Language=Spanish
13717 The server could not close %1.\nThe file is probably corrupted.
13718 .
13719 Language=Turkish
13720 The server could not close %1.\nThe file is probably corrupted.
13721 .
13722 Language=Chinese
13723 The server could not close %1.\nThe file is probably corrupted.
13724 .
13725 Language=Taiwanese
13726 The server could not close %1.\nThe file is probably corrupted.
13727 .
13728
13729 MessageId=3206
13730 Severity=Success
13731 Facility=System
13732 SymbolicName=NELOG_ReplUserCurDir
13733 Language=English
13734 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13735 .
13736 Language=Polish
13737 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13738 .
13739 Language=Romanian
13740 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13741 .
13742 Language=Russian
13743 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13744 .
13745 Language=Spanish
13746 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13747 .
13748 Language=Turkish
13749 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13750 .
13751 Language=Chinese
13752 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13753 .
13754 Language=Taiwanese
13755 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13756 .
13757
13758 MessageId=3207
13759 Severity=Success
13760 Facility=System
13761 SymbolicName=NELOG_ReplCannotMasterDir
13762 Language=English
13763 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13764 .
13765 Language=Polish
13766 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13767 .
13768 Language=Romanian
13769 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13770 .
13771 Language=Russian
13772 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13773 .
13774 Language=Spanish
13775 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13776 .
13777 Language=Turkish
13778 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13779 .
13780 Language=Chinese
13781 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13782 .
13783 Language=Taiwanese
13784 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13785 .
13786
13787 MessageId=3208
13788 Severity=Success
13789 Facility=System
13790 SymbolicName=NELOG_ReplUpdateError
13791 Language=English
13792 The replication server could not update directory %2 from the source\non %3 due to error %1.
13793 .
13794 Language=Polish
13795 The replication server could not update directory %2 from the source\non %3 due to error %1.
13796 .
13797 Language=Romanian
13798 The replication server could not update directory %2 from the source\non %3 due to error %1.
13799 .
13800 Language=Russian
13801 The replication server could not update directory %2 from the source\non %3 due to error %1.
13802 .
13803 Language=Spanish
13804 The replication server could not update directory %2 from the source\non %3 due to error %1.
13805 .
13806 Language=Turkish
13807 The replication server could not update directory %2 from the source\non %3 due to error %1.
13808 .
13809 Language=Chinese
13810 The replication server could not update directory %2 from the source\non %3 due to error %1.
13811 .
13812 Language=Taiwanese
13813 The replication server could not update directory %2 from the source\non %3 due to error %1.
13814 .
13815
13816 MessageId=3209
13817 Severity=Success
13818 Facility=System
13819 SymbolicName=NELOG_ReplLostMaster
13820 Language=English
13821 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13822 .
13823 Language=Polish
13824 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13825 .
13826 Language=Romanian
13827 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13828 .
13829 Language=Russian
13830 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13831 .
13832 Language=Spanish
13833 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13834 .
13835 Language=Turkish
13836 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13837 .
13838 Language=Chinese
13839 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13840 .
13841 Language=Taiwanese
13842 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13843 .
13844
13845 MessageId=3210
13846 Severity=Success
13847 Facility=System
13848 SymbolicName=NELOG_NetlogonAuthDCFail
13849 Language=English
13850 This computer could not authenticate with %2, a domain controller\n
13851 for domain %1, and therefore this computer might deny logon requests.\n
13852 This inability to authenticate might be caused by another computer on the\n
13853 same network using the same name or the password for this computer account\n
13854 is not recognized. If this message appears again, contact your system\n
13855 administrator.
13856 .
13857 Language=Polish
13858 This computer could not authenticate with %2, a domain controller\n
13859 for domain %1, and therefore this computer might deny logon requests.\n
13860 This inability to authenticate might be caused by another computer on the\n
13861 same network using the same name or the password for this computer account\n
13862 is not recognized. If this message appears again, contact your system\n
13863 administrator.
13864 .
13865 Language=Romanian
13866 This computer could not authenticate with %2, a domain controller\n
13867 for domain %1, and therefore this computer might deny logon requests.\n
13868 This inability to authenticate might be caused by another computer on the\n
13869 same network using the same name or the password for this computer account\n
13870 is not recognized. If this message appears again, contact your system\n
13871 administrator.
13872 .
13873 Language=Russian
13874 This computer could not authenticate with %2, a domain controller\n
13875 for domain %1, and therefore this computer might deny logon requests.\n
13876 This inability to authenticate might be caused by another computer on the\n
13877 same network using the same name or the password for this computer account\n
13878 is not recognized. If this message appears again, contact your system\n
13879 administrator.
13880 .
13881 Language=Spanish
13882 This computer could not authenticate with %2, a domain controller\n
13883 for domain %1, and therefore this computer might deny logon requests.\n
13884 This inability to authenticate might be caused by another computer on the\n
13885 same network using the same name or the password for this computer account\n
13886 is not recognized. If this message appears again, contact your system\n
13887 administrator.
13888 .
13889 Language=Turkish
13890 This computer could not authenticate with %2, a domain controller\n
13891 for domain %1, and therefore this computer might deny logon requests.\n
13892 This inability to authenticate might be caused by another computer on the\n
13893 same network using the same name or the password for this computer account\n
13894 is not recognized. If this message appears again, contact your system\n
13895 administrator.
13896 .
13897 Language=Chinese
13898 This computer could not authenticate with %2, a domain controller\n
13899 for domain %1, and therefore this computer might deny logon requests.\n
13900 This inability to authenticate might be caused by another computer on the\n
13901 same network using the same name or the password for this computer account\n
13902 is not recognized. If this message appears again, contact your system\n
13903 administrator.
13904 .
13905 Language=Taiwanese
13906 This computer could not authenticate with %2, a domain controller\n
13907 for domain %1, and therefore this computer might deny logon requests.\n
13908 This inability to authenticate might be caused by another computer on the\n
13909 same network using the same name or the password for this computer account\n
13910 is not recognized. If this message appears again, contact your system\n
13911 administrator.
13912 .
13913
13914 MessageId=3211
13915 Severity=Success
13916 Facility=System
13917 SymbolicName=NELOG_ReplLogonFailed
13918 Language=English
13919 The replicator attempted to log on at %2 as %1 and failed.
13920 .
13921 Language=Polish
13922 The replicator attempted to log on at %2 as %1 and failed.
13923 .
13924 Language=Romanian
13925 The replicator attempted to log on at %2 as %1 and failed.
13926 .
13927 Language=Russian
13928 The replicator attempted to log on at %2 as %1 and failed.
13929 .
13930 Language=Spanish
13931 The replicator attempted to log on at %2 as %1 and failed.
13932 .
13933 Language=Turkish
13934 The replicator attempted to log on at %2 as %1 and failed.
13935 .
13936 Language=Chinese
13937 The replicator attempted to log on at %2 as %1 and failed.
13938 .
13939 Language=Taiwanese
13940 The replicator attempted to log on at %2 as %1 and failed.
13941 .
13942
13943 MessageId=3212
13944 Severity=Success
13945 Facility=System
13946 SymbolicName=NELOG_ReplNetErr
13947 Language=English
13948 Network error %1 occurred.
13949 .
13950 Language=Polish
13951 Network error %1 occurred.
13952 .
13953 Language=Romanian
13954 Network error %1 occurred.
13955 .
13956 Language=Russian
13957 Network error %1 occurred.
13958 .
13959 Language=Spanish
13960 Network error %1 occurred.
13961 .
13962 Language=Turkish
13963 Network error %1 occurred.
13964 .
13965 Language=Chinese
13966 Network error %1 occurred.
13967 .
13968 Language=Taiwanese
13969 Network error %1 occurred.
13970 .
13971
13972 MessageId=3213
13973 Severity=Success
13974 Facility=System
13975 SymbolicName=NELOG_ReplMaxFiles
13976 Language=English
13977 Replicator limit for files in a directory has been exceeded.
13978 .
13979 Language=Polish
13980 Replicator limit for files in a directory has been exceeded.
13981 .
13982 Language=Romanian
13983 Replicator limit for files in a directory has been exceeded.
13984 .
13985 Language=Russian
13986 Replicator limit for files in a directory has been exceeded.
13987 .
13988 Language=Spanish
13989 Replicator limit for files in a directory has been exceeded.
13990 .
13991 Language=Turkish
13992 Replicator limit for files in a directory has been exceeded.
13993 .
13994 Language=Chinese
13995 Replicator limit for files in a directory has been exceeded.
13996 .
13997 Language=Taiwanese
13998 Replicator limit for files in a directory has been exceeded.
13999 .
14000
14001 MessageId=3214
14002 Severity=Success
14003 Facility=System
14004 SymbolicName=NELOG_ReplMaxTreeDepth
14005 Language=English
14006 Replicator limit for tree depth has been exceeded.
14007 .
14008 Language=Polish
14009 Replicator limit for tree depth has been exceeded.
14010 .
14011 Language=Romanian
14012 Replicator limit for tree depth has been exceeded.
14013 .
14014 Language=Russian
14015 Replicator limit for tree depth has been exceeded.
14016 .
14017 Language=Spanish
14018 Replicator limit for tree depth has been exceeded.
14019 .
14020 Language=Turkish
14021 Replicator limit for tree depth has been exceeded.
14022 .
14023 Language=Chinese
14024 Replicator limit for tree depth has been exceeded.
14025 .
14026 Language=Taiwanese
14027 Replicator limit for tree depth has been exceeded.
14028 .
14029
14030 MessageId=3215
14031 Severity=Success
14032 Facility=System
14033 SymbolicName=NELOG_ReplBadMsg
14034 Language=English
14035 Unrecognized message received in mailslot.
14036 .
14037 Language=Polish
14038 Unrecognized message received in mailslot.
14039 .
14040 Language=Romanian
14041 Unrecognized message received in mailslot.
14042 .
14043 Language=Russian
14044 Unrecognized message received in mailslot.
14045 .
14046 Language=Spanish
14047 Unrecognized message received in mailslot.
14048 .
14049 Language=Turkish
14050 Unrecognized message received in mailslot.
14051 .
14052 Language=Chinese
14053 Unrecognized message received in mailslot.
14054 .
14055 Language=Taiwanese
14056 Unrecognized message received in mailslot.
14057 .
14058
14059 MessageId=3216
14060 Severity=Success
14061 Facility=System
14062 SymbolicName=NELOG_ReplSysErr
14063 Language=English
14064 System error %1 occurred.
14065 .
14066 Language=Polish
14067 System error %1 occurred.
14068 .
14069 Language=Romanian
14070 System error %1 occurred.
14071 .
14072 Language=Russian
14073 System error %1 occurred.
14074 .
14075 Language=Spanish
14076 System error %1 occurred.
14077 .
14078 Language=Turkish
14079 System error %1 occurred.
14080 .
14081 Language=Chinese
14082 System error %1 occurred.
14083 .
14084 Language=Taiwanese
14085 System error %1 occurred.
14086 .
14087
14088 MessageId=3217
14089 Severity=Success
14090 Facility=System
14091 SymbolicName=NELOG_ReplUserLoged
14092 Language=English
14093 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
14094 .
14095 Language=Polish
14096 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
14097 .
14098 Language=Romanian
14099 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
14100 .
14101 Language=Russian
14102 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
14103 .
14104 Language=Spanish
14105 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
14106 .
14107 Language=Turkish
14108 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
14109 .
14110 Language=Chinese
14111 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
14112 .
14113 Language=Taiwanese
14114 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
14115 .
14116
14117 MessageId=3218
14118 Severity=Success
14119 Facility=System
14120 SymbolicName=NELOG_ReplBadImport
14121 Language=English
14122 IMPORT path %1 cannot be found.
14123 .
14124 Language=Polish
14125 IMPORT path %1 cannot be found.
14126 .
14127 Language=Romanian
14128 IMPORT path %1 cannot be found.
14129 .
14130 Language=Russian
14131 IMPORT path %1 cannot be found.
14132 .
14133 Language=Spanish
14134 IMPORT path %1 cannot be found.
14135 .
14136 Language=Turkish
14137 IMPORT path %1 cannot be found.
14138 .
14139 Language=Chinese
14140 IMPORT path %1 cannot be found.
14141 .
14142 Language=Taiwanese
14143 IMPORT path %1 cannot be found.
14144 .
14145
14146 MessageId=3219
14147 Severity=Success
14148 Facility=System
14149 SymbolicName=NELOG_ReplBadExport
14150 Language=English
14151 EXPORT path %1 cannot be found.
14152 .
14153 Language=Polish
14154 EXPORT path %1 cannot be found.
14155 .
14156 Language=Romanian
14157 EXPORT path %1 cannot be found.
14158 .
14159 Language=Russian
14160 EXPORT path %1 cannot be found.
14161 .
14162 Language=Spanish
14163 EXPORT path %1 cannot be found.
14164 .
14165 Language=Turkish
14166 EXPORT path %1 cannot be found.
14167 .
14168 Language=Chinese
14169 EXPORT path %1 cannot be found.
14170 .
14171 Language=Taiwanese
14172 EXPORT path %1 cannot be found.
14173 .
14174
14175 MessageId=3220
14176 Severity=Success
14177 Facility=System
14178 SymbolicName=NELOG_ReplSignalFileErr
14179 Language=English
14180 Replicator failed to update signal file in directory %2 due to\n%1 system error.
14181 .
14182 Language=Polish
14183 Replicator failed to update signal file in directory %2 due to\n%1 system error.
14184 .
14185 Language=Romanian
14186 Replicator failed to update signal file in directory %2 due to\n%1 system error.
14187 .
14188 Language=Russian
14189 Replicator failed to update signal file in directory %2 due to\n%1 system error.
14190 .
14191 Language=Spanish
14192 Replicator failed to update signal file in directory %2 due to\n%1 system error.
14193 .
14194 Language=Turkish
14195 Replicator failed to update signal file in directory %2 due to\n%1 system error.
14196 .
14197 Language=Chinese
14198 Replicator failed to update signal file in directory %2 due to\n%1 system error.
14199 .
14200 Language=Taiwanese
14201 Replicator failed to update signal file in directory %2 due to\n%1 system error.
14202 .
14203
14204 MessageId=3221
14205 Severity=Success
14206 Facility=System
14207 SymbolicName=NELOG_DiskFT
14208 Language=English
14209 Disk Fault Tolerance Error\n\n%1
14210 .
14211 Language=Polish
14212 Disk Fault Tolerance Error\n\n%1
14213 .
14214 Language=Romanian
14215 Disk Fault Tolerance Error\n\n%1
14216 .
14217 Language=Russian
14218 Disk Fault Tolerance Error\n\n%1
14219 .
14220 Language=Spanish
14221 Disk Fault Tolerance Error\n\n%1
14222 .
14223 Language=Turkish
14224 Disk Fault Tolerance Error\n\n%1
14225 .
14226 Language=Chinese
14227 Disk Fault Tolerance Error\n\n%1
14228 .
14229 Language=Taiwanese
14230 Disk Fault Tolerance Error\n\n%1
14231 .
14232
14233 MessageId=3222
14234 Severity=Success
14235 Facility=System
14236 SymbolicName=NELOG_ReplAccessDenied
14237 Language=English
14238 Replicator could not access %2\non %3 due to system error %1.
14239 .
14240 Language=Polish
14241 Replicator could not access %2\non %3 due to system error %1.
14242 .
14243 Language=Romanian
14244 Replicator could not access %2\non %3 due to system error %1.
14245 .
14246 Language=Russian
14247 Replicator could not access %2\non %3 due to system error %1.
14248 .
14249 Language=Spanish
14250 Replicator could not access %2\non %3 due to system error %1.
14251 .
14252 Language=Turkish
14253 Replicator could not access %2\non %3 due to system error %1.
14254 .
14255 Language=Chinese
14256 Replicator could not access %2\non %3 due to system error %1.
14257 .
14258 Language=Taiwanese
14259 Replicator could not access %2\non %3 due to system error %1.
14260 .
14261
14262 MessageId=3223
14263 Severity=Success
14264 Facility=System
14265 SymbolicName=NELOG_NetlogonFailedPrimary
14266 Language=English
14267 The primary domain controller for domain %1 has apparently failed.
14268 .
14269 Language=Polish
14270 The primary domain controller for domain %1 has apparently failed.
14271 .
14272 Language=Romanian
14273 The primary domain controller for domain %1 has apparently failed.
14274 .
14275 Language=Russian
14276 The primary domain controller for domain %1 has apparently failed.
14277 .
14278 Language=Spanish
14279 The primary domain controller for domain %1 has apparently failed.
14280 .
14281 Language=Turkish
14282 The primary domain controller for domain %1 has apparently failed.
14283 .
14284 Language=Chinese
14285 The primary domain controller for domain %1 has apparently failed.
14286 .
14287 Language=Taiwanese
14288 The primary domain controller for domain %1 has apparently failed.
14289 .
14290
14291 MessageId=3224
14292 Severity=Success
14293 Facility=System
14294 SymbolicName=NELOG_NetlogonPasswdSetFailed
14295 Language=English
14296 Changing machine account password for account %1 failed with\nthe following error: %n%2
14297 .
14298 Language=Polish
14299 Changing machine account password for account %1 failed with\nthe following error: %n%2
14300 .
14301 Language=Romanian
14302 Changing machine account password for account %1 failed with\nthe following error: %n%2
14303 .
14304 Language=Russian
14305 Changing machine account password for account %1 failed with\nthe following error: %n%2
14306 .
14307 Language=Spanish
14308 Changing machine account password for account %1 failed with\nthe following error: %n%2
14309 .
14310 Language=Turkish
14311 Changing machine account password for account %1 failed with\nthe following error: %n%2
14312 .
14313 Language=Chinese
14314 Changing machine account password for account %1 failed with\nthe following error: %n%2
14315 .
14316 Language=Taiwanese
14317 Changing machine account password for account %1 failed with\nthe following error: %n%2
14318 .
14319
14320 MessageId=3225
14321 Severity=Success
14322 Facility=System
14323 SymbolicName=NELOG_NetlogonTrackingError
14324 Language=English
14325 An error occurred while updating the logon or logoff information for %1.
14326 .
14327 Language=Polish
14328 An error occurred while updating the logon or logoff information for %1.
14329 .
14330 Language=Romanian
14331 An error occurred while updating the logon or logoff information for %1.
14332 .
14333 Language=Russian
14334 An error occurred while updating the logon or logoff information for %1.
14335 .
14336 Language=Spanish
14337 An error occurred while updating the logon or logoff information for %1.
14338 .
14339 Language=Turkish
14340 An error occurred while updating the logon or logoff information for %1.
14341 .
14342 Language=Chinese
14343 An error occurred while updating the logon or logoff information for %1.
14344 .
14345 Language=Taiwanese
14346 An error occurred while updating the logon or logoff information for %1.
14347 .
14348
14349 MessageId=3226
14350 Severity=Success
14351 Facility=System
14352 SymbolicName=NELOG_NetlogonSyncError
14353 Language=English
14354 An error occurred while synchronizing with primary domain controller %1
14355 .
14356 Language=Polish
14357 An error occurred while synchronizing with primary domain controller %1
14358 .
14359 Language=Romanian
14360 An error occurred while synchronizing with primary domain controller %1
14361 .
14362 Language=Russian
14363 An error occurred while synchronizing with primary domain controller %1
14364 .
14365 Language=Spanish
14366 An error occurred while synchronizing with primary domain controller %1
14367 .
14368 Language=Turkish
14369 An error occurred while synchronizing with primary domain controller %1
14370 .
14371 Language=Chinese
14372 An error occurred while synchronizing with primary domain controller %1
14373 .
14374 Language=Taiwanese
14375 An error occurred while synchronizing with primary domain controller %1
14376 .
14377
14378 MessageId=3227
14379 Severity=Success
14380 Facility=System
14381 SymbolicName=NELOG_NetlogonRequireSignOrSealError
14382 Language=English
14383 The session setup to the Domain Controller %1 for the domain %2 failed\n
14384 because %1 does not support signing or sealing the Netlogon session.\n\n
14385 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
14386 registry entry on this machine to 0.
14387 .
14388 Language=Polish
14389 The session setup to the Domain Controller %1 for the domain %2 failed\n
14390 because %1 does not support signing or sealing the Netlogon session.\n\n
14391 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
14392 registry entry on this machine to 0.
14393 .
14394 Language=Romanian
14395 The session setup to the Domain Controller %1 for the domain %2 failed\n
14396 because %1 does not support signing or sealing the Netlogon session.\n\n
14397 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
14398 registry entry on this machine to 0.
14399 .
14400 Language=Russian
14401 The session setup to the Domain Controller %1 for the domain %2 failed\n
14402 because %1 does not support signing or sealing the Netlogon session.\n\n
14403 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
14404 registry entry on this machine to 0.
14405 .
14406 Language=Spanish
14407 The session setup to the Domain Controller %1 for the domain %2 failed\n
14408 because %1 does not support signing or sealing the Netlogon session.\n\n
14409 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
14410 registry entry on this machine to 0.
14411 .
14412 Language=Turkish
14413 The session setup to the Domain Controller %1 for the domain %2 failed\n
14414 because %1 does not support signing or sealing the Netlogon session.\n\n
14415 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
14416 registry entry on this machine to 0.
14417 .
14418 Language=Chinese
14419 The session setup to the Domain Controller %1 for the domain %2 failed\n
14420 because %1 does not support signing or sealing the Netlogon session.\n\n
14421 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
14422 registry entry on this machine to 0.
14423 .
14424 Language=Taiwanese
14425 The session setup to the Domain Controller %1 for the domain %2 failed\n
14426 because %1 does not support signing or sealing the Netlogon session.\n\n
14427 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
14428 registry entry on this machine to 0.
14429 .
14430
14431 MessageId=3230
14432 Severity=Success
14433 Facility=System
14434 SymbolicName=NELOG_UPS_PowerOut
14435 Language=English
14436 A power failure was detected at the server.
14437 .
14438 Language=Polish
14439 A power failure was detected at the server.
14440 .
14441 Language=Romanian
14442 A power failure was detected at the server.
14443 .
14444 Language=Russian
14445 A power failure was detected at the server.
14446 .
14447 Language=Spanish
14448 A power failure was detected at the server.
14449 .
14450 Language=Turkish
14451 A power failure was detected at the server.
14452 .
14453 Language=Chinese
14454 A power failure was detected at the server.
14455 .
14456 Language=Taiwanese
14457 A power failure was detected at the server.
14458 .
14459
14460 MessageId=3231
14461 Severity=Success
14462 Facility=System
14463 SymbolicName=NELOG_UPS_Shutdown
14464 Language=English
14465 The UPS service performed server shut down.
14466 .
14467 Language=Polish
14468 The UPS service performed server shut down.
14469 .
14470 Language=Romanian
14471 The UPS service performed server shut down.
14472 .
14473 Language=Russian
14474 The UPS service performed server shut down.
14475 .
14476 Language=Spanish
14477 The UPS service performed server shut down.
14478 .
14479 Language=Turkish
14480 The UPS service performed server shut down.
14481 .
14482 Language=Chinese
14483 The UPS service performed server shut down.
14484 .
14485 Language=Taiwanese
14486 The UPS service performed server shut down.
14487 .
14488
14489 MessageId=3232
14490 Severity=Success
14491 Facility=System
14492 SymbolicName=NELOG_UPS_CmdFileError
14493 Language=English
14494 The UPS service did not complete execution of the\nuser specified shut down command file.
14495 .
14496 Language=Polish
14497 The UPS service did not complete execution of the\nuser specified shut down command file.
14498 .
14499 Language=Romanian
14500 The UPS service did not complete execution of the\nuser specified shut down command file.
14501 .
14502 Language=Russian
14503 The UPS service did not complete execution of the\nuser specified shut down command file.
14504 .
14505 Language=Spanish
14506 The UPS service did not complete execution of the\nuser specified shut down command file.
14507 .
14508 Language=Turkish
14509 The UPS service did not complete execution of the\nuser specified shut down command file.
14510 .
14511 Language=Chinese
14512 The UPS service did not complete execution of the\nuser specified shut down command file.
14513 .
14514 Language=Taiwanese
14515 The UPS service did not complete execution of the\nuser specified shut down command file.
14516 .
14517
14518 MessageId=3233
14519 Severity=Success
14520 Facility=System
14521 SymbolicName=NELOG_UPS_CannotOpenDriver
14522 Language=English
14523 The UPS driver could not be opened. The error code is\nthe data.
14524 .
14525 Language=Polish
14526 The UPS driver could not be opened. The error code is\nthe data.
14527 .
14528 Language=Romanian
14529 The UPS driver could not be opened. The error code is\nthe data.
14530 .
14531 Language=Russian
14532 The UPS driver could not be opened. The error code is\nthe data.
14533 .
14534 Language=Spanish
14535 The UPS driver could not be opened. The error code is\nthe data.
14536 .
14537 Language=Turkish
14538 The UPS driver could not be opened. The error code is\nthe data.
14539 .
14540 Language=Chinese
14541 The UPS driver could not be opened. The error code is\nthe data.
14542 .
14543 Language=Taiwanese
14544 The UPS driver could not be opened. The error code is\nthe data.
14545 .
14546
14547 MessageId=3234
14548 Severity=Success
14549 Facility=System
14550 SymbolicName=NELOG_UPS_PowerBack
14551 Language=English
14552 Power has been restored.
14553 .
14554 Language=Polish
14555 Power has been restored.
14556 .
14557 Language=Romanian
14558 Power has been restored.
14559 .
14560 Language=Russian
14561 Power has been restored.
14562 .
14563 Language=Spanish
14564 Power has been restored.
14565 .
14566 Language=Turkish
14567 Power has been restored.
14568 .
14569 Language=Chinese
14570 Power has been restored.
14571 .
14572 Language=Taiwanese
14573 Power has been restored.
14574 .
14575
14576 MessageId=3235
14577 Severity=Success
14578 Facility=System
14579 SymbolicName=NELOG_UPS_CmdFileConfig
14580 Language=English
14581 There is a problem with a configuration of user specified\nshut down command file.
14582 .
14583 Language=Polish
14584 There is a problem with a configuration of user specified\nshut down command file.
14585 .
14586 Language=Romanian
14587 There is a problem with a configuration of user specified\nshut down command file.
14588 .
14589 Language=Russian
14590 There is a problem with a configuration of user specified\nshut down command file.
14591 .
14592 Language=Spanish
14593 There is a problem with a configuration of user specified\nshut down command file.
14594 .
14595 Language=Turkish
14596 There is a problem with a configuration of user specified\nshut down command file.
14597 .
14598 Language=Chinese
14599 There is a problem with a configuration of user specified\nshut down command file.
14600 .
14601 Language=Taiwanese
14602 There is a problem with a configuration of user specified\nshut down command file.
14603 .
14604
14605 MessageId=3236
14606 Severity=Success
14607 Facility=System
14608 SymbolicName=NELOG_UPS_CmdFileExec
14609 Language=English
14610 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
14611 .
14612 Language=Polish
14613 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
14614 .
14615 Language=Romanian
14616 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
14617 .
14618 Language=Russian
14619 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
14620 .
14621 Language=Spanish
14622 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
14623 .
14624 Language=Turkish
14625 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
14626 .
14627 Language=Chinese
14628 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
14629 .
14630 Language=Taiwanese
14631 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
14632 .
14633
14634 MessageId=3250
14635 Severity=Success
14636 Facility=System
14637 SymbolicName=NELOG_Missing_Parameter
14638 Language=English
14639 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
14640 .
14641 Language=Polish
14642 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
14643 .
14644 Language=Romanian
14645 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
14646 .
14647 Language=Russian
14648 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
14649 .
14650 Language=Spanish
14651 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
14652 .
14653 Language=Turkish
14654 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
14655 .
14656 Language=Chinese
14657 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
14658 .
14659 Language=Taiwanese
14660 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
14661 .
14662
14663 MessageId=3251
14664 Severity=Success
14665 Facility=System
14666 SymbolicName=NELOG_Invalid_Config_Line
14667 Language=English
14668 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
14669 .
14670 Language=Polish
14671 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
14672 .
14673 Language=Romanian
14674 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
14675 .
14676 Language=Russian
14677 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
14678 .
14679 Language=Spanish
14680 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
14681 .
14682 Language=Turkish
14683 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
14684 .
14685 Language=Chinese
14686 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
14687 .
14688 Language=Taiwanese
14689 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
14690 .
14691
14692 MessageId=3252
14693 Severity=Success
14694 Facility=System
14695 SymbolicName=NELOG_Invalid_Config_File
14696 Language=English
14697 Initialization failed because of an error in the configuration\nfile %1.
14698 .
14699 Language=Polish
14700 Initialization failed because of an error in the configuration\nfile %1.
14701 .
14702 Language=Romanian
14703 Initialization failed because of an error in the configuration\nfile %1.
14704 .
14705 Language=Russian
14706 Initialization failed because of an error in the configuration\nfile %1.
14707 .
14708 Language=Spanish
14709 Initialization failed because of an error in the configuration\nfile %1.
14710 .
14711 Language=Turkish
14712 Initialization failed because of an error in the configuration\nfile %1.
14713 .
14714 Language=Chinese
14715 Initialization failed because of an error in the configuration\nfile %1.
14716 .
14717 Language=Taiwanese
14718 Initialization failed because of an error in the configuration\nfile %1.
14719 .
14720
14721 MessageId=3253
14722 Severity=Success
14723 Facility=System
14724 SymbolicName=NELOG_File_Changed
14725 Language=English
14726 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
14727 .
14728 Language=Polish
14729 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
14730 .
14731 Language=Romanian
14732 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
14733 .
14734 Language=Russian
14735 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
14736 .
14737 Language=Spanish
14738 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
14739 .
14740 Language=Turkish
14741 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
14742 .
14743 Language=Chinese
14744 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
14745 .
14746 Language=Taiwanese
14747 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
14748 .
14749
14750 MessageId=3254
14751 Severity=Success
14752 Facility=System
14753 SymbolicName=NELOG_Files_Dont_Fit
14754 Language=English
14755 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14756 .
14757 Language=Polish
14758 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14759 .
14760 Language=Romanian
14761 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14762 .
14763 Language=Russian
14764 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14765 .
14766 Language=Spanish
14767 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14768 .
14769 Language=Turkish
14770 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14771 .
14772 Language=Chinese
14773 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14774 .
14775 Language=Taiwanese
14776 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14777 .
14778
14779 MessageId=3255
14780 Severity=Success
14781 Facility=System
14782 SymbolicName=NELOG_Wrong_DLL_Version
14783 Language=English
14784 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14785 .
14786 Language=Polish
14787 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14788 .
14789 Language=Romanian
14790 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14791 .
14792 Language=Russian
14793 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14794 .
14795 Language=Spanish
14796 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14797 .
14798 Language=Turkish
14799 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14800 .
14801 Language=Chinese
14802 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14803 .
14804 Language=Taiwanese
14805 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14806 .
14807
14808 MessageId=3256
14809 Severity=Success
14810 Facility=System
14811 SymbolicName=NELOG_Error_in_DLL
14812 Language=English
14813 There was an unrecoverable error in the dynamic-\nlink library of the service.
14814 .
14815 Language=Polish
14816 There was an unrecoverable error in the dynamic-\nlink library of the service.
14817 .
14818 Language=Romanian
14819 There was an unrecoverable error in the dynamic-\nlink library of the service.
14820 .
14821 Language=Russian
14822 There was an unrecoverable error in the dynamic-\nlink library of the service.
14823 .
14824 Language=Spanish
14825 There was an unrecoverable error in the dynamic-\nlink library of the service.
14826 .
14827 Language=Turkish
14828 There was an unrecoverable error in the dynamic-\nlink library of the service.
14829 .
14830 Language=Chinese
14831 There was an unrecoverable error in the dynamic-\nlink library of the service.
14832 .
14833 Language=Taiwanese
14834 There was an unrecoverable error in the dynamic-\nlink library of the service.
14835 .
14836
14837 MessageId=3257
14838 Severity=Success
14839 Facility=System
14840 SymbolicName=NELOG_System_Error
14841 Language=English
14842 The system returned an unexpected error code.\nThe error code is the data.
14843 .
14844 Language=Polish
14845 The system returned an unexpected error code.\nThe error code is the data.
14846 .
14847 Language=Romanian
14848 The system returned an unexpected error code.\nThe error code is the data.
14849 .
14850 Language=Russian
14851 The system returned an unexpected error code.\nThe error code is the data.
14852 .
14853 Language=Spanish
14854 The system returned an unexpected error code.\nThe error code is the data.
14855 .
14856 Language=Turkish
14857 The system returned an unexpected error code.\nThe error code is the data.
14858 .
14859 Language=Chinese
14860 The system returned an unexpected error code.\nThe error code is the data.
14861 .
14862 Language=Taiwanese
14863 The system returned an unexpected error code.\nThe error code is the data.
14864 .
14865
14866 MessageId=3258
14867 Severity=Success
14868 Facility=System
14869 SymbolicName=NELOG_FT_ErrLog_Too_Large
14870 Language=English
14871 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14872 .
14873 Language=Polish
14874 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14875 .
14876 Language=Romanian
14877 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14878 .
14879 Language=Russian
14880 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14881 .
14882 Language=Spanish
14883 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14884 .
14885 Language=Turkish
14886 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14887 .
14888 Language=Chinese
14889 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14890 .
14891 Language=Taiwanese
14892 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14893 .
14894
14895 MessageId=3259
14896 Severity=Success
14897 Facility=System
14898 SymbolicName=NELOG_FT_Update_In_Progress
14899 Language=English
14900 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14901 update in progress bit set upon opening, which means that the\n
14902 system crashed while working on the error log.
14903 .
14904 Language=Polish
14905 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14906 update in progress bit set upon opening, which means that the\n
14907 system crashed while working on the error log.
14908 .
14909 Language=Romanian
14910 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14911 update in progress bit set upon opening, which means that the\n
14912 system crashed while working on the error log.
14913 .
14914 Language=Russian
14915 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14916 update in progress bit set upon opening, which means that the\n
14917 system crashed while working on the error log.
14918 .
14919 Language=Spanish
14920 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14921 update in progress bit set upon opening, which means that the\n
14922 system crashed while working on the error log.
14923 .
14924 Language=Turkish
14925 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14926 update in progress bit set upon opening, which means that the\n
14927 system crashed while working on the error log.
14928 .
14929 Language=Chinese
14930 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14931 update in progress bit set upon opening, which means that the\n
14932 system crashed while working on the error log.
14933 .
14934 Language=Taiwanese
14935 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14936 update in progress bit set upon opening, which means that the\n
14937 system crashed while working on the error log.
14938 .
14939
14940 MessageId=3260
14941 Severity=Success
14942 Facility=System
14943 SymbolicName=NELOG_Joined_Domain
14944 Language=English
14945 This computer has been successfully joined to domain '%1'.
14946 .
14947 Language=Polish
14948 This computer has been successfully joined to domain '%1'.
14949 .
14950 Language=Romanian
14951 This computer has been successfully joined to domain '%1'.
14952 .
14953 Language=Russian
14954 This computer has been successfully joined to domain '%1'.
14955 .
14956 Language=Spanish
14957 This computer has been successfully joined to domain '%1'.
14958 .
14959 Language=Turkish
14960 This computer has been successfully joined to domain '%1'.
14961 .
14962 Language=Chinese
14963 This computer has been successfully joined to domain '%1'.
14964 .
14965 Language=Taiwanese
14966 This computer has been successfully joined to domain '%1'.
14967 .
14968
14969 MessageId=3261
14970 Severity=Success
14971 Facility=System
14972 SymbolicName=NELOG_Joined_Workgroup
14973 Language=English
14974 This computer has been successfully joined to workgroup '%1'.
14975 .
14976 Language=Polish
14977 This computer has been successfully joined to workgroup '%1'.
14978 .
14979 Language=Romanian
14980 This computer has been successfully joined to workgroup '%1'.
14981 .
14982 Language=Russian
14983 This computer has been successfully joined to workgroup '%1'.
14984 .
14985 Language=Spanish
14986 This computer has been successfully joined to workgroup '%1'.
14987 .
14988 Language=Turkish
14989 This computer has been successfully joined to workgroup '%1'.
14990 .
14991 Language=Chinese
14992 This computer has been successfully joined to workgroup '%1'.
14993 .
14994 Language=Taiwanese
14995 This computer has been successfully joined to workgroup '%1'.
14996 .
14997
14998 MessageId=3299
14999 Severity=Success
15000 Facility=System
15001 SymbolicName=NELOG_OEM_Code
15002 Language=English
15003 %1 %2 %3 %4 %5 %6 %7 %8 %9.
15004 .
15005 Language=Polish
15006 %1 %2 %3 %4 %5 %6 %7 %8 %9.
15007 .
15008 Language=Romanian
15009 %1 %2 %3 %4 %5 %6 %7 %8 %9.
15010 .
15011 Language=Russian
15012 %1 %2 %3 %4 %5 %6 %7 %8 %9.
15013 .
15014 Language=Spanish
15015 %1 %2 %3 %4 %5 %6 %7 %8 %9.
15016 .
15017 Language=Turkish
15018 %1 %2 %3 %4 %5 %6 %7 %8 %9.
15019 .
15020 Language=Chinese
15021 %1 %2 %3 %4 %5 %6 %7 %8 %9.
15022 .
15023 Language=Taiwanese
15024 %1 %2 %3 %4 %5 %6 %7 %8 %9.
15025 .
15026
15027
15028 ;
15029 ; msgtext.h (non-public) message definitions (3300 - 3499 MTXT_BASE)
15030 ;
15031
15032 MessageId=3301
15033 Severity=Success
15034 Facility=System
15035 SymbolicName=MTXT_3301
15036 Language=English
15037 Remote IPC %0
15038 .
15039 Language=Polish
15040 Remote IPC %0
15041 .
15042 Language=Romanian
15043 Remote IPC %0
15044 .
15045 Language=Russian
15046 Remote IPC %0
15047 .
15048 Language=Spanish
15049 Remote IPC %0
15050 .
15051 Language=Turkish
15052 Remote IPC %0
15053 .
15054 Language=Chinese
15055 Remote IPC %0
15056 .
15057 Language=Taiwanese
15058 Remote IPC %0
15059 .
15060
15061 MessageId=3302
15062 Severity=Success
15063 Facility=System
15064 SymbolicName=MTXT_3302
15065 Language=English
15066 Remote Admin %0
15067 .
15068 Language=Polish
15069 Remote Admin %0
15070 .
15071 Language=Romanian
15072 Remote Admin %0
15073 .
15074 Language=Russian
15075 Remote Admin %0
15076 .
15077 Language=Spanish
15078 Remote Admin %0
15079 .
15080 Language=Turkish
15081 Remote Admin %0
15082 .
15083 Language=Chinese
15084 Remote Admin %0
15085 .
15086 Language=Taiwanese
15087 Remote Admin %0
15088 .
15089
15090 MessageId=3303
15091 Severity=Success
15092 Facility=System
15093 SymbolicName=MTXT_3303
15094 Language=English
15095 Logon server share %0
15096 .
15097 Language=Polish
15098 Logon server share %0
15099 .
15100 Language=Romanian
15101 Logon server share %0
15102 .
15103 Language=Russian
15104 Logon server share %0
15105 .
15106 Language=Spanish
15107 Logon server share %0
15108 .
15109 Language=Turkish
15110 Logon server share %0
15111 .
15112 Language=Chinese
15113 Logon server share %0
15114 .
15115 Language=Taiwanese
15116 Logon server share %0
15117 .
15118
15119 MessageId=3304
15120 Severity=Success
15121 Facility=System
15122 SymbolicName=MTXT_3304
15123 Language=English
15124 A network error occurred. %0
15125 .
15126 Language=Polish
15127 A network error occurred. %0
15128 .
15129 Language=Romanian
15130 A network error occurred. %0
15131 .
15132 Language=Russian
15133 A network error occurred. %0
15134 .
15135 Language=Spanish
15136 A network error occurred. %0
15137 .
15138 Language=Turkish
15139 A network error occurred. %0
15140 .
15141 Language=Chinese
15142 A network error occurred. %0
15143 .
15144 Language=Taiwanese
15145 A network error occurred. %0
15146 .
15147
15148 MessageId=3400
15149 Severity=Success
15150 Facility=System
15151 SymbolicName=MTXT_3400
15152 Language=English
15153 There is not enough memory to start the Workstation service.
15154 .
15155 Language=Polish
15156 There is not enough memory to start the Workstation service.
15157 .
15158 Language=Romanian
15159 There is not enough memory to start the Workstation service.
15160 .
15161 Language=Russian
15162 There is not enough memory to start the Workstation service.
15163 .
15164 Language=Spanish
15165 There is not enough memory to start the Workstation service.
15166 .
15167 Language=Turkish
15168 There is not enough memory to start the Workstation service.
15169 .
15170 Language=Chinese
15171 There is not enough memory to start the Workstation service.
15172 .
15173 Language=Taiwanese
15174 There is not enough memory to start the Workstation service.
15175 .
15176
15177 MessageId=3401
15178 Severity=Success
15179 Facility=System
15180 SymbolicName=MTXT_3401
15181 Language=English
15182 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
15183 .
15184 Language=Polish
15185 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
15186 .
15187 Language=Romanian
15188 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
15189 .
15190 Language=Russian
15191 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
15192 .
15193 Language=Spanish
15194 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
15195 .
15196 Language=Turkish
15197 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
15198 .
15199 Language=Chinese
15200 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
15201 .
15202 Language=Taiwanese
15203 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
15204 .
15205
15206 MessageId=3402
15207 Severity=Success
15208 Facility=System
15209 SymbolicName=MTXT_3402
15210 Language=English
15211 This is an invalid argument: %1.
15212 .
15213 Language=Polish
15214 This is an invalid argument: %1.
15215 .
15216 Language=Romanian
15217 This is an invalid argument: %1.
15218 .
15219 Language=Russian
15220 This is an invalid argument: %1.
15221 .
15222 Language=Spanish
15223 This is an invalid argument: %1.
15224 .
15225 Language=Turkish
15226 This is an invalid argument: %1.
15227 .
15228 Language=Chinese
15229 This is an invalid argument: %1.
15230 .
15231 Language=Taiwanese
15232 This is an invalid argument: %1.
15233 .
15234
15235 MessageId=3403
15236 Severity=Success
15237 Facility=System
15238 SymbolicName=MTXT_3403
15239 Language=English
15240 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
15241 .
15242 Language=Polish
15243 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
15244 .
15245 Language=Romanian
15246 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
15247 .
15248 Language=Russian
15249 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
15250 .
15251 Language=Spanish
15252 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
15253 .
15254 Language=Turkish
15255 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
15256 .
15257 Language=Chinese
15258 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
15259 .
15260 Language=Taiwanese
15261 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
15262 .
15263
15264 MessageId=3404
15265 Severity=Success
15266 Facility=System
15267 SymbolicName=MTXT_3404
15268 Language=English
15269 There are too many NETWORKS entries in the LANMAN.INI file.
15270 .
15271 Language=Polish
15272 There are too many NETWORKS entries in the LANMAN.INI file.
15273 .
15274 Language=Romanian
15275 There are too many NETWORKS entries in the LANMAN.INI file.
15276 .
15277 Language=Russian
15278 There are too many NETWORKS entries in the LANMAN.INI file.
15279 .
15280 Language=Spanish
15281 There are too many NETWORKS entries in the LANMAN.INI file.
15282 .
15283 Language=Turkish
15284 There are too many NETWORKS entries in the LANMAN.INI file.
15285 .
15286 Language=Chinese
15287 There are too many NETWORKS entries in the LANMAN.INI file.
15288 .
15289 Language=Taiwanese
15290 There are too many NETWORKS entries in the LANMAN.INI file.
15291 .
15292
15293 MessageId=3406
15294 Severity=Success
15295 Facility=System
15296 SymbolicName=MTXT_3406
15297 Language=English
15298 An error occurred when opening network\ndevice driver %1 = %2.
15299 .
15300 Language=Polish
15301 An error occurred when opening network\ndevice driver %1 = %2.
15302 .
15303 Language=Romanian
15304 An error occurred when opening network\ndevice driver %1 = %2.
15305 .
15306 Language=Russian
15307 An error occurred when opening network\ndevice driver %1 = %2.
15308 .
15309 Language=Spanish
15310 An error occurred when opening network\ndevice driver %1 = %2.
15311 .
15312 Language=Turkish
15313 An error occurred when opening network\ndevice driver %1 = %2.
15314 .
15315 Language=Chinese
15316 An error occurred when opening network\ndevice driver %1 = %2.
15317 .
15318 Language=Taiwanese
15319 An error occurred when opening network\ndevice driver %1 = %2.
15320 .
15321
15322 MessageId=3407
15323 Severity=Success
15324 Facility=System
15325 SymbolicName=MTXT_3407
15326 Language=English
15327 Device driver %1 sent a bad BiosLinkage response.
15328 .
15329 Language=Polish
15330 Device driver %1 sent a bad BiosLinkage response.
15331 .
15332 Language=Romanian
15333 Device driver %1 sent a bad BiosLinkage response.
15334 .
15335 Language=Russian
15336 Device driver %1 sent a bad BiosLinkage response.
15337 .
15338 Language=Spanish
15339 Device driver %1 sent a bad BiosLinkage response.
15340 .
15341 Language=Turkish
15342 Device driver %1 sent a bad BiosLinkage response.
15343 .
15344 Language=Chinese
15345 Device driver %1 sent a bad BiosLinkage response.
15346 .
15347 Language=Taiwanese
15348 Device driver %1 sent a bad BiosLinkage response.
15349 .
15350
15351 MessageId=3408
15352 Severity=Success
15353 Facility=System
15354 SymbolicName=MTXT_3408
15355 Language=English
15356 The program cannot be used with this operating system.
15357 .
15358 Language=Polish
15359 The program cannot be used with this operating system.
15360 .
15361 Language=Romanian
15362 The program cannot be used with this operating system.
15363 .
15364 Language=Russian
15365 The program cannot be used with this operating system.
15366 .
15367 Language=Spanish
15368 The program cannot be used with this operating system.
15369 .
15370 Language=Turkish
15371 The program cannot be used with this operating system.
15372 .
15373 Language=Chinese
15374 The program cannot be used with this operating system.
15375 .
15376 Language=Taiwanese
15377 The program cannot be used with this operating system.
15378 .
15379
15380 MessageId=3409
15381 Severity=Success
15382 Facility=System
15383 SymbolicName=MTXT_3409
15384 Language=English
15385 The redirector is already installed.
15386 .
15387 Language=Polish
15388 The redirector is already installed.
15389 .
15390 Language=Romanian
15391 The redirector is already installed.
15392 .
15393 Language=Russian
15394 The redirector is already installed.
15395 .
15396 Language=Spanish
15397 The redirector is already installed.
15398 .
15399 Language=Turkish
15400 The redirector is already installed.
15401 .
15402 Language=Chinese
15403 The redirector is already installed.
15404 .
15405 Language=Taiwanese
15406 The redirector is already installed.
15407 .
15408
15409 MessageId=3410
15410 Severity=Success
15411 Facility=System
15412 SymbolicName=MTXT_3410
15413 Language=English
15414 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
15415 .
15416 Language=Polish
15417 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
15418 .
15419 Language=Romanian
15420 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
15421 .
15422 Language=Russian
15423 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
15424 .
15425 Language=Spanish
15426 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
15427 .
15428 Language=Turkish
15429 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
15430 .
15431 Language=Chinese
15432 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
15433 .
15434 Language=Taiwanese
15435 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
15436 .
15437
15438 MessageId=3411
15439 Severity=Success
15440 Facility=System
15441 SymbolicName=MTXT_3411
15442 Language=English
15443 There was an error installing NETWKSTA.SYS.\n\n
15444 Press ENTER to continue.
15445 .
15446 Language=Polish
15447 There was an error installing NETWKSTA.SYS.\n\n
15448 Press ENTER to continue.
15449 .
15450 Language=Romanian
15451 There was an error installing NETWKSTA.SYS.\n\n
15452 Press ENTER to continue.
15453 .
15454 Language=Russian
15455 There was an error installing NETWKSTA.SYS.\n\n
15456 Press ENTER to continue.
15457 .
15458 Language=Spanish
15459 There was an error installing NETWKSTA.SYS.\n\n
15460 Press ENTER to continue.
15461 .
15462 Language=Turkish
15463 There was an error installing NETWKSTA.SYS.\n\n
15464 Press ENTER to continue.
15465 .
15466 Language=Chinese
15467 There was an error installing NETWKSTA.SYS.\n\n
15468 Press ENTER to continue.
15469 .
15470 Language=Taiwanese
15471 There was an error installing NETWKSTA.SYS.\n\n
15472 Press ENTER to continue.
15473 .
15474
15475 MessageId=3412
15476 Severity=Success
15477 Facility=System
15478 SymbolicName=MTXT_3412
15479 Language=English
15480 Resolver linkage problem.
15481 .
15482 Language=Polish
15483 Resolver linkage problem.
15484 .
15485 Language=Romanian
15486 Resolver linkage problem.
15487 .
15488 Language=Russian
15489 Resolver linkage problem.
15490 .
15491 Language=Spanish
15492 Resolver linkage problem.
15493 .
15494 Language=Turkish
15495 Resolver linkage problem.
15496 .
15497 Language=Chinese
15498 Resolver linkage problem.
15499 .
15500 Language=Taiwanese
15501 Resolver linkage problem.
15502 .
15503
15504 MessageId=3413
15505 Severity=Success
15506 Facility=System
15507 SymbolicName=MTXT_3413
15508 Language=English
15509 Your logon time at %1 ends at %2.\n
15510 Please clean up and log off.
15511 .
15512 Language=Polish
15513 Your logon time at %1 ends at %2.\n
15514 Please clean up and log off.
15515 .
15516 Language=Romanian
15517 Your logon time at %1 ends at %2.\n
15518 Please clean up and log off.
15519 .
15520 Language=Russian
15521 Your logon time at %1 ends at %2.\n
15522 Please clean up and log off.
15523 .
15524 Language=Spanish
15525 Your logon time at %1 ends at %2.\n
15526 Please clean up and log off.
15527 .
15528 Language=Turkish
15529 Your logon time at %1 ends at %2.\n
15530 Please clean up and log off.
15531 .
15532 Language=Chinese
15533 Your logon time at %1 ends at %2.\n
15534 Please clean up and log off.
15535 .
15536 Language=Taiwanese
15537 Your logon time at %1 ends at %2.\n
15538 Please clean up and log off.
15539 .
15540
15541 MessageId=3414
15542 Severity=Success
15543 Facility=System
15544 SymbolicName=MTXT_3414
15545 Language=English
15546 You will be automatically disconnected at %1.
15547 .
15548 Language=Polish
15549 You will be automatically disconnected at %1.
15550 .
15551 Language=Romanian
15552 You will be automatically disconnected at %1.
15553 .
15554 Language=Russian
15555 You will be automatically disconnected at %1.
15556 .
15557 Language=Spanish
15558 You will be automatically disconnected at %1.
15559 .
15560 Language=Turkish
15561 You will be automatically disconnected at %1.
15562 .
15563 Language=Chinese
15564 You will be automatically disconnected at %1.
15565 .
15566 Language=Taiwanese
15567 You will be automatically disconnected at %1.
15568 .
15569
15570 MessageId=3415
15571 Severity=Success
15572 Facility=System
15573 SymbolicName=MTXT_3415
15574 Language=English
15575 Your logon time at %1 has ended.
15576 .
15577 Language=Polish
15578 Your logon time at %1 has ended.
15579 .
15580 Language=Romanian
15581 Your logon time at %1 has ended.
15582 .
15583 Language=Russian
15584 Your logon time at %1 has ended.
15585 .
15586 Language=Spanish
15587 Your logon time at %1 has ended.
15588 .
15589 Language=Turkish
15590 Your logon time at %1 has ended.
15591 .
15592 Language=Chinese
15593 Your logon time at %1 has ended.
15594 .
15595 Language=Taiwanese
15596 Your logon time at %1 has ended.
15597 .
15598
15599 MessageId=3416
15600 Severity=Success
15601 Facility=System
15602 SymbolicName=MTXT_3416
15603 Language=English
15604 Your logon time at %1 ended at %2.
15605 .
15606 Language=Polish
15607 Your logon time at %1 ended at %2.
15608 .
15609 Language=Romanian
15610 Your logon time at %1 ended at %2.
15611 .
15612 Language=Russian
15613 Your logon time at %1 ended at %2.
15614 .
15615 Language=Spanish
15616 Your logon time at %1 ended at %2.
15617 .
15618 Language=Turkish
15619 Your logon time at %1 ended at %2.
15620 .
15621 Language=Chinese
15622 Your logon time at %1 ended at %2.
15623 .
15624 Language=Taiwanese
15625 Your logon time at %1 ended at %2.
15626 .
15627
15628 MessageId=3417
15629 Severity=Success
15630 Facility=System
15631 SymbolicName=MTXT_3417
15632 Language=English
15633 WARNING: You have until %1 to logoff. If you\n
15634 have not logged off at this time, your session will be\n
15635 disconnected, and any open files or devices you\n
15636 have open may lose data.
15637 .
15638 Language=Polish
15639 WARNING: You have until %1 to logoff. If you\n
15640 have not logged off at this time, your session will be\n
15641 disconnected, and any open files or devices you\n
15642 have open may lose data.
15643 .
15644 Language=Romanian
15645 WARNING: You have until %1 to logoff. If you\n
15646 have not logged off at this time, your session will be\n
15647 disconnected, and any open files or devices you\n
15648 have open may lose data.
15649 .
15650 Language=Russian
15651 WARNING: You have until %1 to logoff. If you\n
15652 have not logged off at this time, your session will be\n
15653 disconnected, and any open files or devices you\n
15654 have open may lose data.
15655 .
15656 Language=Spanish
15657 WARNING: You have until %1 to logoff. If you\n
15658 have not logged off at this time, your session will be\n
15659 disconnected, and any open files or devices you\n
15660 have open may lose data.
15661 .
15662 Language=Turkish
15663 WARNING: You have until %1 to logoff. If you\n
15664 have not logged off at this time, your session will be\n
15665 disconnected, and any open files or devices you\n
15666 have open may lose data.
15667 .
15668 Language=Chinese
15669 WARNING: You have until %1 to logoff. If you\n
15670 have not logged off at this time, your session will be\n
15671 disconnected, and any open files or devices you\n
15672 have open may lose data.
15673 .
15674 Language=Taiwanese
15675 WARNING: You have until %1 to logoff. If you\n
15676 have not logged off at this time, your session will be\n
15677 disconnected, and any open files or devices you\n
15678 have open may lose data.
15679 .
15680
15681 MessageId=3418
15682 Severity=Success
15683 Facility=System
15684 SymbolicName=MTXT_3418
15685 Language=English
15686 WARNING: You must log off at %1 now. You have\n
15687 two minutes to log off, or you will be disconnected.
15688 .
15689 Language=Polish
15690 WARNING: You must log off at %1 now. You have\n
15691 two minutes to log off, or you will be disconnected.
15692 .
15693 Language=Romanian
15694 WARNING: You must log off at %1 now. You have\n
15695 two minutes to log off, or you will be disconnected.
15696 .
15697 Language=Russian
15698 WARNING: You must log off at %1 now. You have\n
15699 two minutes to log off, or you will be disconnected.
15700 .
15701 Language=Spanish
15702 WARNING: You must log off at %1 now. You have\n
15703 two minutes to log off, or you will be disconnected.
15704 .
15705 Language=Turkish
15706 WARNING: You must log off at %1 now. You have\n
15707 two minutes to log off, or you will be disconnected.
15708 .
15709 Language=Chinese
15710 WARNING: You must log off at %1 now. You have\n
15711 two minutes to log off, or you will be disconnected.
15712 .
15713 Language=Taiwanese
15714 WARNING: You must log off at %1 now. You have\n
15715 two minutes to log off, or you will be disconnected.
15716 .
15717
15718 MessageId=3419
15719 Severity=Success
15720 Facility=System
15721 SymbolicName=MTXT_3419
15722 Language=English
15723 You have open files or devices, and a forced\n
15724 disconnection may cause you to lose data.
15725 .
15726 Language=Polish
15727 You have open files or devices, and a forced\n
15728 disconnection may cause you to lose data.
15729 .
15730 Language=Romanian
15731 You have open files or devices, and a forced\n
15732 disconnection may cause you to lose data.
15733 .
15734 Language=Russian
15735 You have open files or devices, and a forced\n
15736 disconnection may cause you to lose data.
15737 .
15738 Language=Spanish
15739 You have open files or devices, and a forced\n
15740 disconnection may cause you to lose data.
15741 .
15742 Language=Turkish
15743 You have open files or devices, and a forced\n
15744 disconnection may cause you to lose data.
15745 .
15746 Language=Chinese
15747 You have open files or devices, and a forced\n
15748 disconnection may cause you to lose data.
15749 .
15750 Language=Taiwanese
15751 You have open files or devices, and a forced\n
15752 disconnection may cause you to lose data.
15753 .
15754
15755 MessageId=3420
15756 Severity=Success
15757 Facility=System
15758 SymbolicName=MTXT_3420
15759 Language=English
15760 Default Share for Internal Use %0
15761 .
15762 Language=Polish
15763 Default Share for Internal Use %0
15764 .
15765 Language=Romanian
15766 Default Share for Internal Use %0
15767 .
15768 Language=Russian
15769 Default Share for Internal Use %0
15770 .
15771 Language=Spanish
15772 Default Share for Internal Use %0
15773 .
15774 Language=Turkish
15775 Default Share for Internal Use %0
15776 .
15777 Language=Chinese
15778 Default Share for Internal Use %0
15779 .
15780 Language=Taiwanese
15781 Default Share for Internal Use %0
15782 .
15783
15784 MessageId=3421
15785 Severity=Success
15786 Facility=System
15787 SymbolicName=MTXT_3421
15788 Language=English
15789 Messenger Service %0
15790 .
15791 Language=Polish
15792 Messenger Service %0
15793 .
15794 Language=Romanian
15795 Messenger Service %0
15796 .
15797 Language=Russian
15798 Messenger Service %0
15799 .
15800 Language=Spanish
15801 Messenger Service %0
15802 .
15803 Language=Turkish
15804 Messenger Service %0
15805 .
15806 Language=Chinese
15807 Messenger Service %0
15808 .
15809 Language=Taiwanese
15810 Messenger Service %0
15811 .
15812
15813
15814 ;
15815 ; apperr.h (non-public) message definitions (3500 - 3999 APPERR_BASE)
15816 ;
15817
15818 MessageId=3500
15819 Severity=Success
15820 Facility=System
15821 SymbolicName=APPERR_3500
15822 Language=English
15823 The command completed successfully.
15824 .
15825 Language=Polish
15826 The command completed successfully.
15827 .
15828 Language=Romanian
15829 The command completed successfully.
15830 .
15831 Language=Russian
15832 The command completed successfully.
15833 .
15834 Language=Spanish
15835 The command completed successfully.
15836 .
15837 Language=Turkish
15838 The command completed successfully.
15839 .
15840 Language=Chinese
15841 The command completed successfully.
15842 .
15843 Language=Taiwanese
15844 The command completed successfully.
15845 .
15846
15847 MessageId=3501
15848 Severity=Success
15849 Facility=System
15850 SymbolicName=APPERR_3501
15851 Language=English
15852 You used an invalid option.
15853 .
15854 Language=Polish
15855 You used an invalid option.
15856 .
15857 Language=Romanian
15858 You used an invalid option.
15859 .
15860 Language=Russian
15861 You used an invalid option.
15862 .
15863 Language=Spanish
15864 You used an invalid option.
15865 .
15866 Language=Turkish
15867 You used an invalid option.
15868 .
15869 Language=Chinese
15870 You used an invalid option.
15871 .
15872 Language=Taiwanese
15873 You used an invalid option.
15874 .
15875
15876 MessageId=3502
15877 Severity=Success
15878 Facility=System
15879 SymbolicName=APPERR_3502
15880 Language=English
15881 System error %1 has occurred.
15882 .
15883 Language=Polish
15884 System error %1 has occurred.
15885 .
15886 Language=Romanian
15887 System error %1 has occurred.
15888 .
15889 Language=Russian
15890 System error %1 has occurred.
15891 .
15892 Language=Spanish
15893 System error %1 has occurred.
15894 .
15895 Language=Turkish
15896 System error %1 has occurred.
15897 .
15898 Language=Chinese
15899 System error %1 has occurred.
15900 .
15901 Language=Taiwanese
15902 System error %1 has occurred.
15903 .
15904
15905 MessageId=3503
15906 Severity=Success
15907 Facility=System
15908 SymbolicName=APPERR_3503
15909 Language=English
15910 The command contains an invalid number of arguments.
15911 .
15912 Language=Polish
15913 The command contains an invalid number of arguments.
15914 .
15915 Language=Romanian
15916 The command contains an invalid number of arguments.
15917 .
15918 Language=Russian
15919 The command contains an invalid number of arguments.
15920 .
15921 Language=Spanish
15922 The command contains an invalid number of arguments.
15923 .
15924 Language=Turkish
15925 The command contains an invalid number of arguments.
15926 .
15927 Language=Chinese
15928 The command contains an invalid number of arguments.
15929 .
15930 Language=Taiwanese
15931 The command contains an invalid number of arguments.
15932 .
15933
15934 MessageId=3504
15935 Severity=Success
15936 Facility=System
15937 SymbolicName=APPERR_3504
15938 Language=English
15939 The command completed with one or more errors.
15940 .
15941 Language=Polish
15942 The command completed with one or more errors.
15943 .
15944 Language=Romanian
15945 The command completed with one or more errors.
15946 .
15947 Language=Russian
15948 The command completed with one or more errors.
15949 .
15950 Language=Spanish
15951 The command completed with one or more errors.
15952 .
15953 Language=Turkish
15954 The command completed with one or more errors.
15955 .
15956 Language=Chinese
15957 The command completed with one or more errors.
15958 .
15959 Language=Taiwanese
15960 The command completed with one or more errors.
15961 .
15962
15963 MessageId=3505
15964 Severity=Success
15965 Facility=System
15966 SymbolicName=APPERR_3505
15967 Language=English
15968 You used an option with an invalid value.
15969 .
15970 Language=Polish
15971 You used an option with an invalid value.
15972 .
15973 Language=Romanian
15974 You used an option with an invalid value.
15975 .
15976 Language=Russian
15977 You used an option with an invalid value.
15978 .
15979 Language=Spanish
15980 You used an option with an invalid value.
15981 .
15982 Language=Turkish
15983 You used an option with an invalid value.
15984 .
15985 Language=Chinese
15986 You used an option with an invalid value.
15987 .
15988 Language=Taiwanese
15989 You used an option with an invalid value.
15990 .
15991
15992 MessageId=3506
15993 Severity=Success
15994 Facility=System
15995 SymbolicName=APPERR_3506
15996 Language=English
15997 The option %1 is unknown.
15998 .
15999 Language=Polish
16000 The option %1 is unknown.
16001 .
16002 Language=Romanian
16003 The option %1 is unknown.
16004 .
16005 Language=Russian
16006 The option %1 is unknown.
16007 .
16008 Language=Spanish
16009 The option %1 is unknown.
16010 .
16011 Language=Turkish
16012 The option %1 is unknown.
16013 .
16014 Language=Chinese
16015 The option %1 is unknown.
16016 .
16017 Language=Taiwanese
16018 The option %1 is unknown.
16019 .
16020
16021 MessageId=3507
16022 Severity=Success
16023 Facility=System
16024 SymbolicName=APPERR_3507
16025 Language=English
16026 Option %1 is ambiguous.
16027 .
16028 Language=Polish
16029 Option %1 is ambiguous.
16030 .
16031 Language=Romanian
16032 Option %1 is ambiguous.
16033 .
16034 Language=Russian
16035 Option %1 is ambiguous.
16036 .
16037 Language=Spanish
16038 Option %1 is ambiguous.
16039 .
16040 Language=Turkish
16041 Option %1 is ambiguous.
16042 .
16043 Language=Chinese
16044 Option %1 is ambiguous.
16045 .
16046 Language=Taiwanese
16047 Option %1 is ambiguous.
16048 .
16049
16050 MessageId=3510
16051 Severity=Success
16052 Facility=System
16053 SymbolicName=APPERR_3510
16054 Language=English
16055 A command was used with conflicting switches.
16056 .
16057 Language=Polish
16058 A command was used with conflicting switches.
16059 .
16060 Language=Romanian
16061 A command was used with conflicting switches.
16062 .
16063 Language=Russian
16064 A command was used with conflicting switches.
16065 .
16066 Language=Spanish
16067 A command was used with conflicting switches.
16068 .
16069 Language=Turkish
16070 A command was used with conflicting switches.
16071 .
16072 Language=Chinese
16073 A command was used with conflicting switches.
16074 .
16075 Language=Taiwanese
16076 A command was used with conflicting switches.
16077 .
16078
16079 MessageId=3511
16080 Severity=Success
16081 Facility=System
16082 SymbolicName=APPERR_3511
16083 Language=English
16084 Could not find subprogram %1.
16085 .
16086 Language=Polish
16087 Could not find subprogram %1.
16088 .
16089 Language=Romanian
16090 Could not find subprogram %1.
16091 .
16092 Language=Russian
16093 Could not find subprogram %1.
16094 .
16095 Language=Spanish
16096 Could not find subprogram %1.
16097 .
16098 Language=Turkish
16099 Could not find subprogram %1.
16100 .
16101 Language=Chinese
16102 Could not find subprogram %1.
16103 .
16104 Language=Taiwanese
16105 Could not find subprogram %1.
16106 .
16107
16108 MessageId=3512
16109 Severity=Success
16110 Facility=System
16111 SymbolicName=APPERR_3512
16112 Language=English
16113 The software requires a newer version of the operating\nsystem.
16114 .
16115 Language=Polish
16116 The software requires a newer version of the operating\nsystem.
16117 .
16118 Language=Romanian
16119 The software requires a newer version of the operating\nsystem.
16120 .
16121 Language=Russian
16122 The software requires a newer version of the operating\nsystem.
16123 .
16124 Language=Spanish
16125 The software requires a newer version of the operating\nsystem.
16126 .
16127 Language=Turkish
16128 The software requires a newer version of the operating\nsystem.
16129 .
16130 Language=Chinese
16131 The software requires a newer version of the operating\nsystem.
16132 .
16133 Language=Taiwanese
16134 The software requires a newer version of the operating\nsystem.
16135 .
16136
16137 MessageId=3513
16138 Severity=Success
16139 Facility=System
16140 SymbolicName=APPERR_3513
16141 Language=English
16142 More data is available than can be returned by the operating\nsystem.
16143 .
16144 Language=Polish
16145 More data is available than can be returned by the operating\nsystem.
16146 .
16147 Language=Romanian
16148 More data is available than can be returned by the operating\nsystem.
16149 .
16150 Language=Russian
16151 More data is available than can be returned by the operating\nsystem.
16152 .
16153 Language=Spanish
16154 More data is available than can be returned by the operating\nsystem.
16155 .
16156 Language=Turkish
16157 More data is available than can be returned by the operating\nsystem.
16158 .
16159 Language=Chinese
16160 More data is available than can be returned by the operating\nsystem.
16161 .
16162 Language=Taiwanese
16163 More data is available than can be returned by the operating\nsystem.
16164 .
16165
16166 MessageId=3514
16167 Severity=Success
16168 Facility=System
16169 SymbolicName=APPERR_3514
16170 Language=English
16171 More help is available by typing NET HELPMSG %1.
16172 .
16173 Language=Polish
16174 More help is available by typing NET HELPMSG %1.
16175 .
16176 Language=Romanian
16177 More help is available by typing NET HELPMSG %1.
16178 .
16179 Language=Russian
16180 More help is available by typing NET HELPMSG %1.
16181 .
16182 Language=Spanish
16183 More help is available by typing NET HELPMSG %1.
16184 .
16185 Language=Turkish
16186 More help is available by typing NET HELPMSG %1.
16187 .
16188 Language=Chinese
16189 More help is available by typing NET HELPMSG %1.
16190 .
16191 Language=Taiwanese
16192 More help is available by typing NET HELPMSG %1.
16193 .
16194
16195 MessageId=3515
16196 Severity=Success
16197 Facility=System
16198 SymbolicName=APPERR_3515
16199 Language=English
16200 The command can be used only on a Domain Controller.
16201 .
16202 Language=Polish
16203 The command can be used only on a Domain Controller.
16204 .
16205 Language=Romanian
16206 The command can be used only on a Domain Controller.
16207 .
16208 Language=Russian
16209 The command can be used only on a Domain Controller.
16210 .
16211 Language=Spanish
16212 The command can be used only on a Domain Controller.
16213 .
16214 Language=Turkish
16215 The command can be used only on a Domain Controller.
16216 .
16217 Language=Chinese
16218 The command can be used only on a Domain Controller.
16219 .
16220 Language=Taiwanese
16221 The command can be used only on a Domain Controller.
16222 .
16223
16224 MessageId=3516
16225 Severity=Success
16226 Facility=System
16227 SymbolicName=APPERR_3516
16228 Language=English
16229 This command cannot be used on a Domain Controller.
16230 .
16231 Language=Polish
16232 This command cannot be used on a Domain Controller.
16233 .
16234 Language=Romanian
16235 This command cannot be used on a Domain Controller.
16236 .
16237 Language=Russian
16238 This command cannot be used on a Domain Controller.
16239 .
16240 Language=Spanish
16241 This command cannot be used on a Domain Controller.
16242 .
16243 Language=Turkish
16244 This command cannot be used on a Domain Controller.
16245 .
16246 Language=Chinese
16247 This command cannot be used on a Domain Controller.
16248 .
16249 Language=Taiwanese
16250 This command cannot be used on a Domain Controller.
16251 .
16252
16253 MessageId=3520
16254 Severity=Success
16255 Facility=System
16256 SymbolicName=APPERR_3520
16257 Language=English
16258 These services are started:
16259 .
16260 Language=Polish
16261 These services are started:
16262 .
16263 Language=Romanian
16264 These services are started:
16265 .
16266 Language=Russian
16267 These services are started:
16268 .
16269 Language=Spanish
16270 These services are started:
16271 .
16272 Language=Turkish
16273 These services are started:
16274 .
16275 Language=Chinese
16276 These services are started:
16277 .
16278 Language=Taiwanese
16279 These services are started:
16280 .
16281
16282 MessageId=3521
16283 Severity=Success
16284 Facility=System
16285 SymbolicName=APPERR_3521
16286 Language=English
16287 The %1 service is not started.
16288 .
16289 Language=Polish
16290 The %1 service is not started.
16291 .
16292 Language=Romanian
16293 The %1 service is not started.
16294 .
16295 Language=Russian
16296 The %1 service is not started.
16297 .
16298 Language=Spanish
16299 The %1 service is not started.
16300 .
16301 Language=Turkish
16302 The %1 service is not started.
16303 .
16304 Language=Chinese
16305 The %1 service is not started.
16306 .
16307 Language=Taiwanese
16308 The %1 service is not started.
16309 .
16310
16311 MessageId=3522
16312 Severity=Success
16313 Facility=System
16314 SymbolicName=APPERR_3522
16315 Language=English
16316 The %1 service is starting%0
16317 .
16318 Language=Polish
16319 The %1 service is starting%0
16320 .
16321 Language=Romanian
16322 The %1 service is starting%0
16323 .
16324 Language=Russian
16325 The %1 service is starting%0
16326 .
16327 Language=Spanish
16328 The %1 service is starting%0
16329 .
16330 Language=Turkish
16331 The %1 service is starting%0
16332 .
16333 Language=Chinese
16334 The %1 service is starting%0
16335 .
16336 Language=Taiwanese
16337 The %1 service is starting%0
16338 .
16339
16340 MessageId=3523
16341 Severity=Success
16342 Facility=System
16343 SymbolicName=APPERR_3523
16344 Language=English
16345 The %1 service could not be started.
16346 .
16347 Language=Polish
16348 The %1 service could not be started.
16349 .
16350 Language=Romanian
16351 The %1 service could not be started.
16352 .
16353 Language=Russian
16354 The %1 service could not be started.
16355 .
16356 Language=Spanish
16357 The %1 service could not be started.
16358 .
16359 Language=Turkish
16360 The %1 service could not be started.
16361 .
16362 Language=Chinese
16363 The %1 service could not be started.
16364 .
16365 Language=Taiwanese
16366 The %1 service could not be started.
16367 .
16368
16369 MessageId=3524
16370 Severity=Success
16371 Facility=System
16372 SymbolicName=APPERR_3524
16373 Language=English
16374 The %1 service was started successfully.
16375 .
16376 Language=Polish
16377 The %1 service was started successfully.
16378 .
16379 Language=Romanian
16380 The %1 service was started successfully.
16381 .
16382 Language=Russian
16383 The %1 service was started successfully.
16384 .
16385 Language=Spanish
16386 The %1 service was started successfully.
16387 .
16388 Language=Turkish
16389 The %1 service was started successfully.
16390 .
16391 Language=Chinese
16392 The %1 service was started successfully.
16393 .
16394 Language=Taiwanese
16395 The %1 service was started successfully.
16396 .
16397
16398 MessageId=3525
16399 Severity=Success
16400 Facility=System
16401 SymbolicName=APPERR_3525
16402 Language=English
16403 Stopping the Workstation service also stops the Server service.
16404 .
16405 Language=Polish
16406 Stopping the Workstation service also stops the Server service.
16407 .
16408 Language=Romanian
16409 Stopping the Workstation service also stops the Server service.
16410 .
16411 Language=Russian
16412 Stopping the Workstation service also stops the Server service.
16413 .
16414 Language=Spanish
16415 Stopping the Workstation service also stops the Server service.
16416 .
16417 Language=Turkish
16418 Stopping the Workstation service also stops the Server service.
16419 .
16420 Language=Chinese
16421 Stopping the Workstation service also stops the Server service.
16422 .
16423 Language=Taiwanese
16424 Stopping the Workstation service also stops the Server service.
16425 .
16426
16427 MessageId=3526
16428 Severity=Success
16429 Facility=System
16430 SymbolicName=APPERR_3526
16431 Language=English
16432 The workstation has open files.
16433 .
16434 Language=Polish
16435 The workstation has open files.
16436 .
16437 Language=Romanian
16438 The workstation has open files.
16439 .
16440 Language=Russian
16441 The workstation has open files.
16442 .
16443 Language=Spanish
16444 The workstation has open files.
16445 .
16446 Language=Turkish
16447 The workstation has open files.
16448 .
16449 Language=Chinese
16450 The workstation has open files.
16451 .
16452 Language=Taiwanese
16453 The workstation has open files.
16454 .
16455
16456 MessageId=3527
16457 Severity=Success
16458 Facility=System
16459 SymbolicName=APPERR_3527
16460 Language=English
16461 The %1 service is stopping%0
16462 .
16463 Language=Polish
16464 The %1 service is stopping%0
16465 .
16466 Language=Romanian
16467 The %1 service is stopping%0
16468 .
16469 Language=Russian
16470 The %1 service is stopping%0
16471 .
16472 Language=Spanish
16473 The %1 service is stopping%0
16474 .
16475 Language=Turkish
16476 The %1 service is stopping%0
16477 .
16478 Language=Chinese
16479 The %1 service is stopping%0
16480 .
16481 Language=Taiwanese
16482 The %1 service is stopping%0
16483 .
16484
16485 MessageId=3528
16486 Severity=Success
16487 Facility=System
16488 SymbolicName=APPERR_3528
16489 Language=English
16490 The %1 service could not be stopped.
16491 .
16492 Language=Polish
16493 The %1 service could not be stopped.
16494 .
16495 Language=Romanian
16496 The %1 service could not be stopped.
16497 .
16498 Language=Russian
16499 The %1 service could not be stopped.
16500 .
16501 Language=Spanish
16502 The %1 service could not be stopped.
16503 .
16504 Language=Turkish
16505 The %1 service could not be stopped.
16506 .
16507 Language=Chinese
16508 The %1 service could not be stopped.
16509 .
16510 Language=Taiwanese
16511 The %1 service could not be stopped.
16512 .
16513
16514 MessageId=3529
16515 Severity=Success
16516 Facility=System
16517 SymbolicName=APPERR_3529
16518 Language=English
16519 The %1 service was stopped successfully.
16520 .
16521 Language=Polish
16522 The %1 service was stopped successfully.
16523 .
16524 Language=Romanian
16525 The %1 service was stopped successfully.
16526 .
16527 Language=Russian
16528 The %1 service was stopped successfully.
16529 .
16530 Language=Spanish
16531 The %1 service was stopped successfully.
16532 .
16533 Language=Turkish
16534 The %1 service was stopped successfully.
16535 .
16536 Language=Chinese
16537 The %1 service was stopped successfully.
16538 .
16539 Language=Taiwanese
16540 The %1 service was stopped successfully.
16541 .
16542
16543 MessageId=3530
16544 Severity=Success
16545 Facility=System
16546 SymbolicName=APPERR_3530
16547 Language=English
16548 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
16549 .
16550 Language=Polish
16551 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
16552 .
16553 Language=Romanian
16554 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
16555 .
16556 Language=Russian
16557 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
16558 .
16559 Language=Spanish
16560 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
16561 .
16562 Language=Turkish
16563 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
16564 .
16565 Language=Chinese
16566 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
16567 .
16568 Language=Taiwanese
16569 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
16570 .
16571
16572 MessageId=3533
16573 Severity=Success
16574 Facility=System
16575 SymbolicName=APPERR_3533
16576 Language=English
16577 The service is starting or stopping. Please try again later.
16578 .
16579 Language=Polish
16580 The service is starting or stopping. Please try again later.
16581 .
16582 Language=Romanian
16583 The service is starting or stopping. Please try again later.
16584 .
16585 Language=Russian
16586 The service is starting or stopping. Please try again later.
16587 .
16588 Language=Spanish
16589 The service is starting or stopping. Please try again later.
16590 .
16591 Language=Turkish
16592 The service is starting or stopping. Please try again later.
16593 .
16594 Language=Chinese
16595 The service is starting or stopping. Please try again later.
16596 .
16597 Language=Taiwanese
16598 The service is starting or stopping. Please try again later.
16599 .
16600
16601 MessageId=3534
16602 Severity=Success
16603 Facility=System
16604 SymbolicName=APPERR_3534
16605 Language=English
16606 The service did not report an error.
16607 .
16608 Language=Polish
16609 The service did not report an error.
16610 .
16611 Language=Romanian
16612 The service did not report an error.
16613 .
16614 Language=Russian
16615 The service did not report an error.
16616 .
16617 Language=Spanish
16618 The service did not report an error.
16619 .
16620 Language=Turkish
16621 The service did not report an error.
16622 .
16623 Language=Chinese
16624 The service did not report an error.
16625 .
16626 Language=Taiwanese
16627 The service did not report an error.
16628 .
16629
16630 MessageId=3535
16631 Severity=Success
16632 Facility=System
16633 SymbolicName=APPERR_3535
16634 Language=English
16635 An error occurred controlling the device.
16636 .
16637 Language=Polish
16638 An error occurred controlling the device.
16639 .
16640 Language=Romanian
16641 An error occurred controlling the device.
16642 .
16643 Language=Russian
16644 An error occurred controlling the device.
16645 .
16646 Language=Spanish
16647 An error occurred controlling the device.
16648 .
16649 Language=Turkish
16650 An error occurred controlling the device.
16651 .
16652 Language=Chinese
16653 An error occurred controlling the device.
16654 .
16655 Language=Taiwanese
16656 An error occurred controlling the device.
16657 .
16658
16659 MessageId=3536
16660 Severity=Success
16661 Facility=System
16662 SymbolicName=APPERR_3536
16663 Language=English
16664 The %1 service was continued successfully.
16665 .
16666 Language=Polish
16667 The %1 service was continued successfully.
16668 .
16669 Language=Romanian
16670 The %1 service was continued successfully.
16671 .
16672 Language=Russian
16673 The %1 service was continued successfully.
16674 .
16675 Language=Spanish
16676 The %1 service was continued successfully.
16677 .
16678 Language=Turkish
16679 The %1 service was continued successfully.
16680 .
16681 Language=Chinese
16682 The %1 service was continued successfully.
16683 .
16684 Language=Taiwanese
16685 The %1 service was continued successfully.
16686 .
16687
16688 MessageId=3537
16689 Severity=Success
16690 Facility=System
16691 SymbolicName=APPERR_3537
16692 Language=English
16693 The %1 service was paused successfully.
16694 .
16695 Language=Polish
16696 The %1 service was paused successfully.
16697 .
16698 Language=Romanian
16699 The %1 service was paused successfully.
16700 .
16701 Language=Russian
16702 The %1 service was paused successfully.
16703 .
16704 Language=Spanish
16705 The %1 service was paused successfully.
16706 .
16707 Language=Turkish
16708 The %1 service was paused successfully.
16709 .
16710 Language=Chinese
16711 The %1 service was paused successfully.
16712 .
16713 Language=Taiwanese
16714 The %1 service was paused successfully.
16715 .
16716
16717 MessageId=3538
16718 Severity=Success
16719 Facility=System
16720 SymbolicName=APPERR_3538
16721 Language=English
16722 The %1 service failed to resume.
16723 .
16724 Language=Polish
16725 The %1 service failed to resume.
16726 .
16727 Language=Romanian
16728 The %1 service failed to resume.
16729 .
16730 Language=Russian
16731 The %1 service failed to resume.
16732 .
16733 Language=Spanish
16734 The %1 service failed to resume.
16735 .
16736 Language=Turkish
16737 The %1 service failed to resume.
16738 .
16739 Language=Chinese
16740 The %1 service failed to resume.
16741 .
16742 Language=Taiwanese
16743 The %1 service failed to resume.
16744 .
16745
16746 MessageId=3539
16747 Severity=Success
16748 Facility=System
16749 SymbolicName=APPERR_3539
16750 Language=English
16751 The %1 service failed to pause.
16752 .
16753 Language=Polish
16754 The %1 service failed to pause.
16755 .
16756 Language=Romanian
16757 The %1 service failed to pause.
16758 .
16759 Language=Russian
16760 The %1 service failed to pause.
16761 .
16762 Language=Spanish
16763 The %1 service failed to pause.
16764 .
16765 Language=Turkish
16766 The %1 service failed to pause.
16767 .
16768 Language=Chinese
16769 The %1 service failed to pause.
16770 .
16771 Language=Taiwanese
16772 The %1 service failed to pause.
16773 .
16774
16775 MessageId=3540
16776 Severity=Success
16777 Facility=System
16778 SymbolicName=APPERR_3540
16779 Language=English
16780 The %1 service continue is pending%0
16781 .
16782 Language=Polish
16783 The %1 service continue is pending%0
16784 .
16785 Language=Romanian
16786 The %1 service continue is pending%0
16787 .
16788 Language=Russian
16789 The %1 service continue is pending%0
16790 .
16791 Language=Spanish
16792 The %1 service continue is pending%0
16793 .
16794 Language=Turkish
16795 The %1 service continue is pending%0
16796 .
16797 Language=Chinese
16798 The %1 service continue is pending%0
16799 .
16800 Language=Taiwanese
16801 The %1 service continue is pending%0
16802 .
16803
16804 MessageId=3541
16805 Severity=Success
16806 Facility=System
16807 SymbolicName=APPERR_3541
16808 Language=English
16809 The %1 service pause is pending%0
16810 .
16811 Language=Polish
16812 The %1 service pause is pending%0
16813 .
16814 Language=Romanian
16815 The %1 service pause is pending%0
16816 .
16817 Language=Russian
16818 The %1 service pause is pending%0
16819 .
16820 Language=Spanish
16821 The %1 service pause is pending%0
16822 .
16823 Language=Turkish
16824 The %1 service pause is pending%0
16825 .
16826 Language=Chinese
16827 The %1 service pause is pending%0
16828 .
16829 Language=Taiwanese
16830 The %1 service pause is pending%0
16831 .
16832
16833 MessageId=3542
16834 Severity=Success
16835 Facility=System
16836 SymbolicName=APPERR_3542
16837 Language=English
16838 %1 was continued successfully.
16839 .
16840 Language=Polish
16841 %1 was continued successfully.
16842 .
16843 Language=Romanian
16844 %1 was continued successfully.
16845 .
16846 Language=Russian
16847 %1 was continued successfully.
16848 .
16849 Language=Spanish
16850 %1 was continued successfully.
16851 .
16852 Language=Turkish
16853 %1 was continued successfully.
16854 .
16855 Language=Chinese
16856 %1 was continued successfully.
16857 .
16858 Language=Taiwanese
16859 %1 was continued successfully.
16860 .
16861
16862 MessageId=3543
16863 Severity=Success
16864 Facility=System
16865 SymbolicName=APPERR_3543
16866 Language=English
16867 %1 was paused successfully.
16868 .
16869 Language=Polish
16870 %1 was paused successfully.
16871 .
16872 Language=Romanian
16873 %1 was paused successfully.
16874 .
16875 Language=Russian
16876 %1 was paused successfully.
16877 .
16878 Language=Spanish
16879 %1 was paused successfully.
16880 .
16881 Language=Turkish
16882 %1 was paused successfully.
16883 .
16884 Language=Chinese
16885 %1 was paused successfully.
16886 .
16887 Language=Taiwanese
16888 %1 was paused successfully.
16889 .
16890
16891 MessageId=3544
16892 Severity=Success
16893 Facility=System
16894 SymbolicName=APPERR_3544
16895 Language=English
16896 The %1 service has been started by another process and is pending.%0
16897 .
16898 Language=Polish
16899 The %1 service has been started by another process and is pending.%0
16900 .
16901 Language=Romanian
16902 The %1 service has been started by another process and is pending.%0
16903 .
16904 Language=Russian
16905 The %1 service has been started by another process and is pending.%0
16906 .
16907 Language=Spanish
16908 The %1 service has been started by another process and is pending.%0
16909 .
16910 Language=Turkish
16911 The %1 service has been started by another process and is pending.%0
16912 .
16913 Language=Chinese
16914 The %1 service has been started by another process and is pending.%0
16915 .
16916 Language=Taiwanese
16917 The %1 service has been started by another process and is pending.%0
16918 .
16919
16920 MessageId=3547
16921 Severity=Success
16922 Facility=System
16923 SymbolicName=APPERR_3547
16924 Language=English
16925 A service specific error occurred: %1.
16926 .
16927 Language=Polish
16928 A service specific error occurred: %1.
16929 .
16930 Language=Romanian
16931 A service specific error occurred: %1.
16932 .
16933 Language=Russian
16934 A service specific error occurred: %1.
16935 .
16936 Language=Spanish
16937 A service specific error occurred: %1.
16938 .
16939 Language=Turkish
16940 A service specific error occurred: %1.
16941 .
16942 Language=Chinese
16943 A service specific error occurred: %1.
16944 .
16945 Language=Taiwanese
16946 A service specific error occurred: %1.
16947 .
16948
16949
16950 MessageId=3660
16951 Severity=Success
16952 Facility=System
16953 SymbolicName=APPERR_3660
16954 Language=English
16955 These workstations have sessions on this server:
16956 .
16957 Language=Polish
16958 These workstations have sessions on this server:
16959 .
16960 Language=Romanian
16961 These workstations have sessions on this server:
16962 .
16963 Language=Russian
16964 These workstations have sessions on this server:
16965 .
16966 Language=Spanish
16967 These workstations have sessions on this server:
16968 .
16969 Language=Turkish
16970 These workstations have sessions on this server:
16971 .
16972 Language=Chinese
16973 These workstations have sessions on this server:
16974 .
16975 Language=Taiwanese
16976 These workstations have sessions on this server:
16977 .
16978
16979 MessageId=3661
16980 Severity=Success
16981 Facility=System
16982 SymbolicName=APPERR_3661
16983 Language=English
16984 These workstations have sessions with open files on this server:
16985 .
16986 Language=Polish
16987 These workstations have sessions with open files on this server:
16988 .
16989 Language=Romanian
16990 These workstations have sessions with open files on this server:
16991 .
16992 Language=Russian
16993 These workstations have sessions with open files on this server:
16994 .
16995 Language=Spanish
16996 These workstations have sessions with open files on this server:
16997 .
16998 Language=Turkish
16999 These workstations have sessions with open files on this server:
17000 .
17001 Language=Chinese
17002 These workstations have sessions with open files on this server:
17003 .
17004 Language=Taiwanese
17005 These workstations have sessions with open files on this server:
17006 .
17007
17008 MessageId=3666
17009 Severity=Success
17010 Facility=System
17011 SymbolicName=APPERR_3666
17012 Language=English
17013 The message alias is forwarded.
17014 .
17015 Language=Polish
17016 The message alias is forwarded.
17017 .
17018 Language=Romanian
17019 The message alias is forwarded.
17020 .
17021 Language=Russian
17022 The message alias is forwarded.
17023 .
17024 Language=Spanish
17025 The message alias is forwarded.
17026 .
17027 Language=Turkish
17028 The message alias is forwarded.
17029 .
17030 Language=Chinese
17031 The message alias is forwarded.
17032 .
17033 Language=Taiwanese
17034 The message alias is forwarded.
17035 .
17036
17037 MessageId=3670
17038 Severity=Success
17039 Facility=System
17040 SymbolicName=APPERR_3670
17041 Language=English
17042 You have these remote connections:
17043 .
17044 Language=Polish
17045 You have these remote connections:
17046 .
17047 Language=Romanian
17048 You have these remote connections:
17049 .
17050 Language=Russian
17051 You have these remote connections:
17052 .
17053 Language=Spanish
17054 You have these remote connections:
17055 .
17056 Language=Turkish
17057 You have these remote connections:
17058 .
17059 Language=Chinese
17060 You have these remote connections:
17061 .
17062 Language=Taiwanese
17063 You have these remote connections:
17064 .
17065
17066 MessageId=3671
17067 Severity=Success
17068 Facility=System
17069 SymbolicName=APPERR_3671
17070 Language=English
17071 Continuing will cancel the connections.
17072 .
17073 Language=Polish
17074 Continuing will cancel the connections.
17075 .
17076 Language=Romanian
17077 Continuing will cancel the connections.
17078 .
17079 Language=Russian
17080 Continuing will cancel the connections.
17081 .
17082 Language=Spanish
17083 Continuing will cancel the connections.
17084 .
17085 Language=Turkish
17086 Continuing will cancel the connections.
17087 .
17088 Language=Chinese
17089 Continuing will cancel the connections.
17090 .
17091 Language=Taiwanese
17092 Continuing will cancel the connections.
17093 .
17094
17095 MessageId=3675
17096 Severity=Success
17097 Facility=System
17098 SymbolicName=APPERR_3675
17099 Language=English
17100 The session from %1 has open files.
17101 .
17102 Language=Polish
17103 The session from %1 has open files.
17104 .
17105 Language=Romanian
17106 The session from %1 has open files.
17107 .
17108 Language=Russian
17109 The session from %1 has open files.
17110 .
17111 Language=Spanish
17112 The session from %1 has open files.
17113 .
17114 Language=Turkish
17115 The session from %1 has open files.
17116 .
17117 Language=Chinese
17118 The session from %1 has open files.
17119 .
17120 Language=Taiwanese
17121 The session from %1 has open files.
17122 .
17123
17124 MessageId=3676
17125 Severity=Success
17126 Facility=System
17127 SymbolicName=APPERR_3676
17128 Language=English
17129 New connections will be remembered.
17130 .
17131 Language=Polish
17132 New connections will be remembered.
17133 .
17134 Language=Romanian
17135 New connections will be remembered.
17136 .
17137 Language=Russian
17138 New connections will be remembered.
17139 .
17140 Language=Spanish
17141 New connections will be remembered.
17142 .
17143 Language=Turkish
17144 New connections will be remembered.
17145 .
17146 Language=Chinese
17147 New connections will be remembered.
17148 .
17149 Language=Taiwanese
17150 New connections will be remembered.
17151 .
17152
17153 MessageId=3677
17154 Severity=Success
17155 Facility=System
17156 SymbolicName=APPERR_3677
17157 Language=English
17158 New connections will not be remembered.
17159 .
17160 Language=Polish
17161 New connections will not be remembered.
17162 .
17163 Language=Romanian
17164 New connections will not be remembered.
17165 .
17166 Language=Russian
17167 New connections will not be remembered.
17168 .
17169 Language=Spanish
17170 New connections will not be remembered.
17171 .
17172 Language=Turkish
17173 New connections will not be remembered.
17174 .
17175 Language=Chinese
17176 New connections will not be remembered.
17177 .
17178 Language=Taiwanese
17179 New connections will not be remembered.
17180 .
17181
17182 MessageId=3678
17183 Severity=Success
17184 Facility=System
17185 SymbolicName=APPERR_3678
17186 Language=English
17187 An error occurred while saving your profile. The state of your remembered connections has not changed.
17188 .
17189 Language=Polish
17190 An error occurred while saving your profile. The state of your remembered connections has not changed.
17191 .
17192 Language=Romanian
17193 An error occurred while saving your profile. The state of your remembered connections has not changed.
17194 .
17195 Language=Russian
17196 An error occurred while saving your profile. The state of your remembered connections has not changed.
17197 .
17198 Language=Spanish
17199 An error occurred while saving your profile. The state of your remembered connections has not changed.
17200 .
17201 Language=Turkish
17202 An error occurred while saving your profile. The state of your remembered connections has not changed.
17203 .
17204 Language=Chinese
17205 An error occurred while saving your profile. The state of your remembered connections has not changed.
17206 .
17207 Language=Taiwanese
17208 An error occurred while saving your profile. The state of your remembered connections has not changed.
17209 .
17210
17211 MessageId=3679
17212 Severity=Success
17213 Facility=System
17214 SymbolicName=APPERR_3679
17215 Language=English
17216 An error occurred while reading your profile.
17217 .
17218 Language=Polish
17219 An error occurred while reading your profile.
17220 .
17221 Language=Romanian
17222 An error occurred while reading your profile.
17223 .
17224 Language=Russian
17225 An error occurred while reading your profile.
17226 .
17227 Language=Spanish
17228 An error occurred while reading your profile.
17229 .
17230 Language=Turkish
17231 An error occurred while reading your profile.
17232 .
17233 Language=Chinese
17234 An error occurred while reading your profile.
17235 .
17236 Language=Taiwanese
17237 An error occurred while reading your profile.
17238 .
17239
17240 MessageId=3680
17241 Severity=Success
17242 Facility=System
17243 SymbolicName=APPERR_3680
17244 Language=English
17245 An error occurred while restoring the connection to %1.
17246 .
17247 Language=Polish
17248 An error occurred while restoring the connection to %1.
17249 .
17250 Language=Romanian
17251 An error occurred while restoring the connection to %1.
17252 .
17253 Language=Russian
17254 An error occurred while restoring the connection to %1.
17255 .
17256 Language=Spanish
17257 An error occurred while restoring the connection to %1.
17258 .
17259 Language=Turkish
17260 An error occurred while restoring the connection to %1.
17261 .
17262 Language=Chinese
17263 An error occurred while restoring the connection to %1.
17264 .
17265 Language=Taiwanese
17266 An error occurred while restoring the connection to %1.
17267 .
17268
17269 MessageId=3682
17270 Severity=Success
17271 Facility=System
17272 SymbolicName=APPERR_3682
17273 Language=English
17274 No network services are started.
17275 .
17276 Language=Polish
17277 No network services are started.
17278 .
17279 Language=Romanian
17280 No network services are started.
17281 .
17282 Language=Russian
17283 No network services are started.
17284 .
17285 Language=Spanish
17286 No network services are started.
17287 .
17288 Language=Turkish
17289 No network services are started.
17290 .
17291 Language=Chinese
17292 No network services are started.
17293 .
17294 Language=Taiwanese
17295 No network services are started.
17296 .
17297
17298 MessageId=3683
17299 Severity=Success
17300 Facility=System
17301 SymbolicName=APPERR_3683
17302 Language=English
17303 There are no entries in the list.
17304 .
17305 Language=Polish
17306 There are no entries in the list.
17307 .
17308 Language=Romanian
17309 There are no entries in the list.
17310 .
17311 Language=Russian
17312 There are no entries in the list.
17313 .
17314 Language=Spanish
17315 There are no entries in the list.
17316 .
17317 Language=Turkish
17318 There are no entries in the list.
17319 .
17320 Language=Chinese
17321 There are no entries in the list.
17322 .
17323 Language=Taiwanese
17324 There are no entries in the list.
17325 .
17326
17327 MessageId=3688
17328 Severity=Success
17329 Facility=System
17330 SymbolicName=APPERR_3688
17331 Language=English
17332 Users have open files on %1. Continuing the operation will force the files closed.
17333 .
17334 Language=Polish
17335 Users have open files on %1. Continuing the operation will force the files closed.
17336 .
17337 Language=Romanian
17338 Users have open files on %1. Continuing the operation will force the files closed.
17339 .
17340 Language=Russian
17341 Users have open files on %1. Continuing the operation will force the files closed.
17342 .
17343 Language=Spanish
17344 Users have open files on %1. Continuing the operation will force the files closed.
17345 .
17346 Language=Turkish
17347 Users have open files on %1. Continuing the operation will force the files closed.
17348 .
17349 Language=Chinese
17350 Users have open files on %1. Continuing the operation will force the files closed.
17351 .
17352 Language=Taiwanese
17353 Users have open files on %1. Continuing the operation will force the files closed.
17354 .
17355
17356 MessageId=3689
17357 Severity=Success
17358 Facility=System
17359 SymbolicName=APPERR_3689
17360 Language=English
17361 The Workstation service is already running. The operating system will ignore command options for the workstation.
17362 .
17363 Language=Polish
17364 The Workstation service is already running. The operating system will ignore command options for the workstation.
17365 .
17366 Language=Romanian
17367 The Workstation service is already running. The operating system will ignore command options for the workstation.
17368 .
17369 Language=Russian
17370 The Workstation service is already running. The operating system will ignore command options for the workstation.
17371 .
17372 Language=Spanish
17373 The Workstation service is already running. The operating system will ignore command options for the workstation.
17374 .
17375 Language=Turkish
17376 The Workstation service is already running. The operating system will ignore command options for the workstation.
17377 .
17378 Language=Chinese
17379 The Workstation service is already running. The operating system will ignore command options for the workstation.
17380 .
17381 Language=Taiwanese
17382 The Workstation service is already running. The operating system will ignore command options for the workstation.
17383 .
17384
17385 MessageId=3691
17386 Severity=Success
17387 Facility=System
17388 SymbolicName=APPERR_3691
17389 Language=English
17390 There are open files and/or incomplete directory searches pending on the connection to %1.
17391 .
17392 Language=Polish
17393 There are open files and/or incomplete directory searches pending on the connection to %1.
17394 .
17395 Language=Romanian
17396 There are open files and/or incomplete directory searches pending on the connection to %1.
17397 .
17398 Language=Russian
17399 There are open files and/or incomplete directory searches pending on the connection to %1.
17400 .
17401 Language=Spanish
17402 There are open files and/or incomplete directory searches pending on the connection to %1.
17403 .
17404 Language=Turkish
17405 There are open files and/or incomplete directory searches pending on the connection to %1.
17406 .
17407 Language=Chinese
17408 There are open files and/or incomplete directory searches pending on the connection to %1.
17409 .
17410 Language=Taiwanese
17411 There are open files and/or incomplete directory searches pending on the connection to %1.
17412 .
17413
17414 MessageId=3693
17415 Severity=Success
17416 Facility=System
17417 SymbolicName=APPERR_3693
17418 Language=English
17419 The request will be processed at a domain controller for domain %1.
17420 .
17421 Language=Polish
17422 The request will be processed at a domain controller for domain %1.
17423 .
17424 Language=Romanian
17425 The request will be processed at a domain controller for domain %1.
17426 .
17427 Language=Russian
17428 The request will be processed at a domain controller for domain %1.
17429 .
17430 Language=Spanish
17431 The request will be processed at a domain controller for domain %1.
17432 .
17433 Language=Turkish
17434 The request will be processed at a domain controller for domain %1.
17435 .
17436 Language=Chinese
17437 The request will be processed at a domain controller for domain %1.
17438 .
17439 Language=Taiwanese
17440 The request will be processed at a domain controller for domain %1.
17441 .
17442
17443 MessageId=3694
17444 Severity=Success
17445 Facility=System
17446 SymbolicName=APPERR_3694
17447 Language=English
17448 The shared queue cannot be deleted while a print job is being spooled to the queue.
17449 .
17450 Language=Polish
17451 The shared queue cannot be deleted while a print job is being spooled to the queue.
17452 .
17453 Language=Romanian
17454 The shared queue cannot be deleted while a print job is being spooled to the queue.
17455 .
17456 Language=Russian
17457 The shared queue cannot be deleted while a print job is being spooled to the queue.
17458 .
17459 Language=Spanish
17460 The shared queue cannot be deleted while a print job is being spooled to the queue.
17461 .
17462 Language=Turkish
17463 The shared queue cannot be deleted while a print job is being spooled to the queue.
17464 .
17465 Language=Chinese
17466 The shared queue cannot be deleted while a print job is being spooled to the queue.
17467 .
17468 Language=Taiwanese
17469 The shared queue cannot be deleted while a print job is being spooled to the queue.
17470 .
17471
17472 MessageId=3695
17473 Severity=Success
17474 Facility=System
17475 SymbolicName=APPERR_3695
17476 Language=English
17477 %1 has a remembered connection to %2.
17478 .
17479 Language=Polish
17480 %1 has a remembered connection to %2.
17481 .
17482 Language=Romanian
17483 %1 has a remembered connection to %2.
17484 .
17485 Language=Russian
17486 %1 has a remembered connection to %2.
17487 .
17488 Language=Spanish
17489 %1 has a remembered connection to %2.
17490 .
17491 Language=Turkish
17492 %1 has a remembered connection to %2.
17493 .
17494 Language=Chinese
17495 %1 has a remembered connection to %2.
17496 .
17497 Language=Taiwanese
17498 %1 has a remembered connection to %2.
17499 .
17500
17501 MessageId=3710
17502 Severity=Success
17503 Facility=System
17504 SymbolicName=APPERR_3710
17505 Language=English
17506 An error occurred while opening the Help file.
17507 .
17508 Language=Polish
17509 An error occurred while opening the Help file.
17510 .
17511 Language=Romanian
17512 An error occurred while opening the Help file.
17513 .
17514 Language=Russian
17515 An error occurred while opening the Help file.
17516 .
17517 Language=Spanish
17518 An error occurred while opening the Help file.
17519 .
17520 Language=Turkish
17521 An error occurred while opening the Help file.
17522 .
17523 Language=Chinese
17524 An error occurred while opening the Help file.
17525 .
17526 Language=Taiwanese
17527 An error occurred while opening the Help file.
17528 .
17529
17530 MessageId=3711
17531 Severity=Success
17532 Facility=System
17533 SymbolicName=APPERR_3711
17534 Language=English
17535 The Help file is empty.
17536 .
17537 Language=Polish
17538 The Help file is empty.
17539 .
17540 Language=Romanian
17541 The Help file is empty.
17542 .
17543 Language=Russian
17544 The Help file is empty.
17545 .
17546 Language=Spanish
17547 The Help file is empty.
17548 .
17549 Language=Turkish
17550 The Help file is empty.
17551 .
17552 Language=Chinese
17553 The Help file is empty.
17554 .
17555 Language=Taiwanese
17556 The Help file is empty.
17557 .
17558
17559 MessageId=3712
17560 Severity=Success
17561 Facility=System
17562 SymbolicName=APPERR_3712
17563 Language=English
17564 The Help file is corrupted.
17565 .
17566 Language=Polish
17567 The Help file is corrupted.
17568 .
17569 Language=Romanian
17570 The Help file is corrupted.
17571 .
17572 Language=Russian
17573 The Help file is corrupted.
17574 .
17575 Language=Spanish
17576 The Help file is corrupted.
17577 .
17578 Language=Turkish
17579 The Help file is corrupted.
17580 .
17581 Language=Chinese
17582 The Help file is corrupted.
17583 .
17584 Language=Taiwanese
17585 The Help file is corrupted.
17586 .
17587
17588 MessageId=3713
17589 Severity=Success
17590 Facility=System
17591 SymbolicName=APPERR_3713
17592 Language=English
17593 Could not find a domain controller for domain %1.
17594 .
17595 Language=Polish
17596 Could not find a domain controller for domain %1.
17597 .
17598 Language=Romanian
17599 Could not find a domain controller for domain %1.
17600 .
17601 Language=Russian
17602 Could not find a domain controller for domain %1.
17603 .
17604 Language=Spanish
17605 Could not find a domain controller for domain %1.
17606 .
17607 Language=Turkish
17608 Could not find a domain controller for domain %1.
17609 .
17610 Language=Chinese
17611 Could not find a domain controller for domain %1.
17612 .
17613 Language=Taiwanese
17614 Could not find a domain controller for domain %1.
17615 .
17616
17617 MessageId=3714
17618 Severity=Success
17619 Facility=System
17620 SymbolicName=APPERR_3714
17621 Language=English
17622 This operation is privileged on systems with earlier\nversions of the software.
17623 .
17624 Language=Polish
17625 This operation is privileged on systems with earlier\nversions of the software.
17626 .
17627 Language=Romanian
17628 This operation is privileged on systems with earlier\nversions of the software.
17629 .
17630 Language=Russian
17631 This operation is privileged on systems with earlier\nversions of the software.
17632 .
17633 Language=Spanish
17634 This operation is privileged on systems with earlier\nversions of the software.
17635 .
17636 Language=Turkish
17637 This operation is privileged on systems with earlier\nversions of the software.
17638 .
17639 Language=Chinese
17640 This operation is privileged on systems with earlier\nversions of the software.
17641 .
17642 Language=Taiwanese
17643 This operation is privileged on systems with earlier\nversions of the software.
17644 .
17645
17646 MessageId=3716
17647 Severity=Success
17648 Facility=System
17649 SymbolicName=APPERR_3716
17650 Language=English
17651 The device type is unknown.
17652 .
17653 Language=Polish
17654 The device type is unknown.
17655 .
17656 Language=Romanian
17657 The device type is unknown.
17658 .
17659 Language=Russian
17660 The device type is unknown.
17661 .
17662 Language=Spanish
17663 The device type is unknown.
17664 .
17665 Language=Turkish
17666 The device type is unknown.
17667 .
17668 Language=Chinese
17669 The device type is unknown.
17670 .
17671 Language=Taiwanese
17672 The device type is unknown.
17673 .
17674
17675 MessageId=3717
17676 Severity=Success
17677 Facility=System
17678 SymbolicName=APPERR_3717
17679 Language=English
17680 The log file has been corrupted.
17681 .
17682 Language=Polish
17683 The log file has been corrupted.
17684 .
17685 Language=Romanian
17686 The log file has been corrupted.
17687 .
17688 Language=Russian
17689 The log file has been corrupted.
17690 .
17691 Language=Spanish
17692 The log file has been corrupted.
17693 .
17694 Language=Turkish
17695 The log file has been corrupted.
17696 .
17697 Language=Chinese
17698 The log file has been corrupted.
17699 .
17700 Language=Taiwanese
17701 The log file has been corrupted.
17702 .
17703
17704 MessageId=3718
17705 Severity=Success
17706 Facility=System
17707 SymbolicName=APPERR_3718
17708 Language=English
17709 Program filenames must end with .EXE.
17710 .
17711 Language=Polish
17712 Program filenames must end with .EXE.
17713 .
17714 Language=Romanian
17715 Program filenames must end with .EXE.
17716 .
17717 Language=Russian
17718 Program filenames must end with .EXE.
17719 .
17720 Language=Spanish
17721 Program filenames must end with .EXE.
17722 .
17723 Language=Turkish
17724 Program filenames must end with .EXE.
17725 .
17726 Language=Chinese
17727 Program filenames must end with .EXE.
17728 .
17729 Language=Taiwanese
17730 Program filenames must end with .EXE.
17731 .
17732
17733 MessageId=3719
17734 Severity=Success
17735 Facility=System
17736 SymbolicName=APPERR_3719
17737 Language=English
17738 A matching share could not be found so nothing was deleted.
17739 .
17740 Language=Polish
17741 A matching share could not be found so nothing was deleted.
17742 .
17743 Language=Romanian
17744 A matching share could not be found so nothing was deleted.
17745 .
17746 Language=Russian
17747 A matching share could not be found so nothing was deleted.
17748 .
17749 Language=Spanish
17750 A matching share could not be found so nothing was deleted.
17751 .
17752 Language=Turkish
17753 A matching share could not be found so nothing was deleted.
17754 .
17755 Language=Chinese
17756 A matching share could not be found so nothing was deleted.
17757 .
17758 Language=Taiwanese
17759 A matching share could not be found so nothing was deleted.
17760 .
17761
17762 MessageId=3720
17763 Severity=Success
17764 Facility=System
17765 SymbolicName=APPERR_3720
17766 Language=English
17767 A bad value is in the units-per-week field of the user record.
17768 .
17769 Language=Polish
17770 A bad value is in the units-per-week field of the user record.
17771 .
17772 Language=Romanian
17773 A bad value is in the units-per-week field of the user record.
17774 .
17775 Language=Russian
17776 A bad value is in the units-per-week field of the user record.
17777 .
17778 Language=Spanish
17779 A bad value is in the units-per-week field of the user record.
17780 .
17781 Language=Turkish
17782 A bad value is in the units-per-week field of the user record.
17783 .
17784 Language=Chinese
17785 A bad value is in the units-per-week field of the user record.
17786 .
17787 Language=Taiwanese
17788 A bad value is in the units-per-week field of the user record.
17789 .
17790
17791 MessageId=3721
17792 Severity=Success
17793 Facility=System
17794 SymbolicName=APPERR_3721
17795 Language=English
17796 The password is invalid for %1.
17797 .
17798 Language=Polish
17799 The password is invalid for %1.
17800 .
17801 Language=Romanian
17802 The password is invalid for %1.
17803 .
17804 Language=Russian
17805 The password is invalid for %1.
17806 .
17807 Language=Spanish
17808 The password is invalid for %1.
17809 .
17810 Language=Turkish
17811 The password is invalid for %1.
17812 .
17813 Language=Chinese
17814 The password is invalid for %1.
17815 .
17816 Language=Taiwanese
17817 The password is invalid for %1.
17818 .
17819
17820 MessageId=3722
17821 Severity=Success
17822 Facility=System
17823 SymbolicName=APPERR_3722
17824 Language=English
17825 An error occurred while sending a message to %1.
17826 .
17827 Language=Polish
17828 An error occurred while sending a message to %1.
17829 .
17830 Language=Romanian
17831 An error occurred while sending a message to %1.
17832 .
17833 Language=Russian
17834 An error occurred while sending a message to %1.
17835 .
17836 Language=Spanish
17837 An error occurred while sending a message to %1.
17838 .
17839 Language=Turkish
17840 An error occurred while sending a message to %1.
17841 .
17842 Language=Chinese
17843 An error occurred while sending a message to %1.
17844 .
17845 Language=Taiwanese
17846 An error occurred while sending a message to %1.
17847 .
17848
17849 MessageId=3723
17850 Severity=Success
17851 Facility=System
17852 SymbolicName=APPERR_3723
17853 Language=English
17854 The password or user name is invalid for %1.
17855 .
17856 Language=Polish
17857 The password or user name is invalid for %1.
17858 .
17859 Language=Romanian
17860 The password or user name is invalid for %1.
17861 .
17862 Language=Russian
17863 The password or user name is invalid for %1.
17864 .
17865 Language=Spanish
17866 The password or user name is invalid for %1.
17867 .
17868 Language=Turkish
17869 The password or user name is invalid for %1.
17870 .
17871 Language=Chinese
17872 The password or user name is invalid for %1.
17873 .
17874 Language=Taiwanese
17875 The password or user name is invalid for %1.
17876 .
17877
17878 MessageId=3725
17879 Severity=Success
17880 Facility=System
17881 SymbolicName=APPERR_3725
17882 Language=English
17883 An error occurred when the share was deleted.
17884 .
17885 Language=Polish
17886 An error occurred when the share was deleted.
17887 .
17888 Language=Romanian
17889 An error occurred when the share was deleted.
17890 .
17891 Language=Russian
17892 An error occurred when the share was deleted.
17893 .
17894 Language=Spanish
17895 An error occurred when the share was deleted.
17896 .
17897 Language=Turkish
17898 An error occurred when the share was deleted.
17899 .
17900 Language=Chinese
17901 An error occurred when the share was deleted.
17902 .
17903 Language=Taiwanese
17904 An error occurred when the share was deleted.
17905 .
17906
17907 MessageId=3726
17908 Severity=Success
17909 Facility=System
17910 SymbolicName=APPERR_3726
17911 Language=English
17912 The user name is invalid.
17913 .
17914 Language=Polish
17915 The user name is invalid.
17916 .
17917 Language=Romanian
17918 The user name is invalid.
17919 .
17920 Language=Russian
17921 The user name is invalid.
17922 .
17923 Language=Spanish
17924 The user name is invalid.
17925 .
17926 Language=Turkish
17927 The user name is invalid.
17928 .
17929 Language=Chinese
17930 The user name is invalid.
17931 .
17932 Language=Taiwanese
17933 The user name is invalid.
17934 .
17935
17936 MessageId=3727
17937 Severity=Success
17938 Facility=System
17939 SymbolicName=APPERR_3727
17940 Language=English
17941 The password is invalid.
17942 .
17943 Language=Polish
17944 The password is invalid.
17945 .
17946 Language=Romanian
17947 The password is invalid.
17948 .
17949 Language=Russian
17950 The password is invalid.
17951 .
17952 Language=Spanish
17953 The password is invalid.
17954 .
17955 Language=Turkish
17956 The password is invalid.
17957 .
17958 Language=Chinese
17959 The password is invalid.
17960 .
17961 Language=Taiwanese
17962 The password is invalid.
17963 .
17964
17965 MessageId=3728
17966 Severity=Success
17967 Facility=System
17968 SymbolicName=APPERR_3728
17969 Language=English
17970 The passwords do not match.
17971 .
17972 Language=Polish
17973 The passwords do not match.
17974 .
17975 Language=Romanian
17976 The passwords do not match.
17977 .
17978 Language=Russian
17979 The passwords do not match.
17980 .
17981 Language=Spanish
17982 The passwords do not match.
17983 .
17984 Language=Turkish
17985 The passwords do not match.
17986 .
17987 Language=Chinese
17988 The passwords do not match.
17989 .
17990 Language=Taiwanese
17991 The passwords do not match.
17992 .
17993
17994 MessageId=3729
17995 Severity=Success
17996 Facility=System
17997 SymbolicName=APPERR_3729
17998 Language=English
17999 Your persistent connections were not all restored.
18000 .
18001 Language=Polish
18002 Your persistent connections were not all restored.
18003 .
18004 Language=Romanian
18005 Your persistent connections were not all restored.
18006 .
18007 Language=Russian
18008 Your persistent connections were not all restored.
18009 .
18010 Language=Spanish
18011 Your persistent connections were not all restored.
18012 .
18013 Language=Turkish
18014 Your persistent connections were not all restored.
18015 .
18016 Language=Chinese
18017 Your persistent connections were not all restored.
18018 .
18019 Language=Taiwanese
18020 Your persistent connections were not all restored.
18021 .
18022
18023 MessageId=3730
18024 Severity=Success
18025 Facility=System
18026 SymbolicName=APPERR_3730
18027 Language=English
18028 This is not a valid computer name or domain name.
18029 .
18030 Language=Polish
18031 This is not a valid computer name or domain name.
18032 .
18033 Language=Romanian
18034 This is not a valid computer name or domain name.
18035 .
18036 Language=Russian
18037 This is not a valid computer name or domain name.
18038 .
18039 Language=Spanish
18040 This is not a valid computer name or domain name.
18041 .
18042 Language=Turkish
18043 This is not a valid computer name or domain name.
18044 .
18045 Language=Chinese
18046 This is not a valid computer name or domain name.
18047 .
18048 Language=Taiwanese
18049 This is not a valid computer name or domain name.
18050 .
18051
18052 MessageId=3732
18053 Severity=Success
18054 Facility=System
18055 SymbolicName=APPERR_3732
18056 Language=English
18057 Default permissions cannot be set for that resource.
18058 .
18059 Language=Polish
18060 Default permissions cannot be set for that resource.
18061 .
18062 Language=Romanian
18063 Default permissions cannot be set for that resource.
18064 .
18065 Language=Russian
18066 Default permissions cannot be set for that resource.
18067 .
18068 Language=Spanish
18069 Default permissions cannot be set for that resource.
18070 .
18071 Language=Turkish
18072 Default permissions cannot be set for that resource.
18073 .
18074 Language=Chinese
18075 Default permissions cannot be set for that resource.
18076 .
18077 Language=Taiwanese
18078 Default permissions cannot be set for that resource.
18079 .
18080
18081 MessageId=3734
18082 Severity=Success
18083 Facility=System
18084 SymbolicName=APPERR_3734
18085 Language=English
18086 A valid password was not entered.
18087 .
18088 Language=Polish
18089 A valid password was not entered.
18090 .
18091 Language=Romanian
18092 A valid password was not entered.
18093 .
18094 Language=Russian
18095 A valid password was not entered.
18096 .
18097 Language=Spanish
18098 A valid password was not entered.
18099 .
18100 Language=Turkish
18101 A valid password was not entered.
18102 .
18103 Language=Chinese
18104 A valid password was not entered.
18105 .
18106 Language=Taiwanese
18107 A valid password was not entered.
18108 .
18109
18110 MessageId=3735
18111 Severity=Success
18112 Facility=System
18113 SymbolicName=APPERR_3735
18114 Language=English
18115 A valid name was not entered.
18116 .
18117 Language=Polish
18118 A valid name was not entered.
18119 .
18120 Language=Romanian
18121 A valid name was not entered.
18122 .
18123 Language=Russian
18124 A valid name was not entered.
18125 .
18126 Language=Spanish
18127 A valid name was not entered.
18128 .
18129 Language=Turkish
18130 A valid name was not entered.
18131 .
18132 Language=Chinese
18133 A valid name was not entered.
18134 .
18135 Language=Taiwanese
18136 A valid name was not entered.
18137 .
18138
18139 MessageId=3736
18140 Severity=Success
18141 Facility=System
18142 SymbolicName=APPERR_3736
18143 Language=English
18144 The resource named cannot be shared.
18145 .
18146 Language=Polish
18147 The resource named cannot be shared.
18148 .
18149 Language=Romanian
18150 The resource named cannot be shared.
18151 .
18152 Language=Russian
18153 The resource named cannot be shared.
18154 .
18155 Language=Spanish
18156 The resource named cannot be shared.
18157 .
18158 Language=Turkish
18159 The resource named cannot be shared.
18160 .
18161 Language=Chinese
18162 The resource named cannot be shared.
18163 .
18164 Language=Taiwanese
18165 The resource named cannot be shared.
18166 .
18167
18168 MessageId=3737
18169 Severity=Success
18170 Facility=System
18171 SymbolicName=APPERR_3737
18172 Language=English
18173 The permissions string contains invalid permissions.
18174 .
18175 Language=Polish
18176 The permissions string contains invalid permissions.
18177 .
18178 Language=Romanian
18179 The permissions string contains invalid permissions.
18180 .
18181 Language=Russian
18182 The permissions string contains invalid permissions.
18183 .
18184 Language=Spanish
18185 The permissions string contains invalid permissions.
18186 .
18187 Language=Turkish
18188 The permissions string contains invalid permissions.
18189 .
18190 Language=Chinese
18191 The permissions string contains invalid permissions.
18192 .
18193 Language=Taiwanese
18194 The permissions string contains invalid permissions.
18195 .
18196
18197 MessageId=3738
18198 Severity=Success
18199 Facility=System
18200 SymbolicName=APPERR_3738
18201 Language=English
18202 You can only perform this operation on printers and communication devices.
18203 .
18204 Language=Polish
18205 You can only perform this operation on printers and communication devices.
18206 .
18207 Language=Romanian
18208 You can only perform this operation on printers and communication devices.
18209 .
18210 Language=Russian
18211 You can only perform this operation on printers and communication devices.
18212 .
18213 Language=Spanish
18214 You can only perform this operation on printers and communication devices.
18215 .
18216 Language=Turkish
18217 You can only perform this operation on printers and communication devices.
18218 .
18219 Language=Chinese
18220 You can only perform this operation on printers and communication devices.
18221 .
18222 Language=Taiwanese
18223 You can only perform this operation on printers and communication devices.
18224 .
18225
18226 MessageId=3742
18227 Severity=Success
18228 Facility=System
18229 SymbolicName=APPERR_3742
18230 Language=English
18231 %1 is an invalid user or group name.
18232 .
18233 Language=Polish
18234 %1 is an invalid user or group name.
18235 .
18236 Language=Romanian
18237 %1 is an invalid user or group name.
18238 .
18239 Language=Russian
18240 %1 is an invalid user or group name.
18241 .
18242 Language=Spanish
18243 %1 is an invalid user or group name.
18244 .
18245 Language=Turkish
18246 %1 is an invalid user or group name.
18247 .
18248 Language=Chinese
18249 %1 is an invalid user or group name.
18250 .
18251 Language=Taiwanese
18252 %1 is an invalid user or group name.
18253 .
18254
18255 MessageId=3743
18256 Severity=Success
18257 Facility=System
18258 SymbolicName=APPERR_3743
18259 Language=English
18260 The server is not configured for remote administration.
18261 .
18262 Language=Polish
18263 The server is not configured for remote administration.
18264 .
18265 Language=Romanian
18266 The server is not configured for remote administration.
18267 .
18268 Language=Russian
18269 The server is not configured for remote administration.
18270 .
18271 Language=Spanish
18272 The server is not configured for remote administration.
18273 .
18274 Language=Turkish
18275 The server is not configured for remote administration.
18276 .
18277 Language=Chinese
18278 The server is not configured for remote administration.
18279 .
18280 Language=Taiwanese
18281 The server is not configured for remote administration.
18282 .
18283
18284 MessageId=3752
18285 Severity=Success
18286 Facility=System
18287 SymbolicName=APPERR_3752
18288 Language=English
18289 No users have sessions with this server.
18290 .
18291 Language=Polish
18292 No users have sessions with this server.
18293 .
18294 Language=Romanian
18295 No users have sessions with this server.
18296 .
18297 Language=Russian
18298 No users have sessions with this server.
18299 .
18300 Language=Spanish
18301 No users have sessions with this server.
18302 .
18303 Language=Turkish
18304 No users have sessions with this server.
18305 .
18306 Language=Chinese
18307 No users have sessions with this server.
18308 .
18309 Language=Taiwanese
18310 No users have sessions with this server.
18311 .
18312
18313 MessageId=3753
18314 Severity=Success
18315 Facility=System
18316 SymbolicName=APPERR_3753
18317 Language=English
18318 User %1 is not a member of group %2.
18319 .
18320 Language=Polish
18321 User %1 is not a member of group %2.
18322 .
18323 Language=Romanian
18324 User %1 is not a member of group %2.
18325 .
18326 Language=Russian
18327 User %1 is not a member of group %2.
18328 .
18329 Language=Spanish
18330 User %1 is not a member of group %2.
18331 .
18332 Language=Turkish
18333 User %1 is not a member of group %2.
18334 .
18335 Language=Chinese
18336 User %1 is not a member of group %2.
18337 .
18338 Language=Taiwanese
18339 User %1 is not a member of group %2.
18340 .
18341
18342 MessageId=3754
18343 Severity=Success
18344 Facility=System
18345 SymbolicName=APPERR_3754
18346 Language=English
18347 User %1 is already a member of group %2.
18348 .
18349 Language=Polish
18350 User %1 is already a member of group %2.
18351 .
18352 Language=Romanian
18353 User %1 is already a member of group %2.
18354 .
18355 Language=Russian
18356 User %1 is already a member of group %2.
18357 .
18358 Language=Spanish
18359 User %1 is already a member of group %2.
18360 .
18361 Language=Turkish
18362 User %1 is already a member of group %2.
18363 .
18364 Language=Chinese
18365 User %1 is already a member of group %2.
18366 .
18367 Language=Taiwanese
18368 User %1 is already a member of group %2.
18369 .
18370
18371 MessageId=3755
18372 Severity=Success
18373 Facility=System
18374 SymbolicName=APPERR_3755
18375 Language=English
18376 There is no such user: %1.
18377 .
18378 Language=Polish
18379 There is no such user: %1.
18380 .
18381 Language=Romanian
18382 There is no such user: %1.
18383 .
18384 Language=Russian
18385 There is no such user: %1.
18386 .
18387 Language=Spanish
18388 There is no such user: %1.
18389 .
18390 Language=Turkish
18391 There is no such user: %1.
18392 .
18393 Language=Chinese
18394 There is no such user: %1.
18395 .
18396 Language=Taiwanese
18397 There is no such user: %1.
18398 .
18399
18400 MessageId=3756
18401 Severity=Success
18402 Facility=System
18403 SymbolicName=APPERR_3756
18404 Language=English
18405 This is an invalid response.
18406 .
18407 Language=Polish
18408 This is an invalid response.
18409 .
18410 Language=Romanian
18411 This is an invalid response.
18412 .
18413 Language=Russian
18414 This is an invalid response.
18415 .
18416 Language=Spanish
18417 This is an invalid response.
18418 .
18419 Language=Turkish
18420 This is an invalid response.
18421 .
18422 Language=Chinese
18423 This is an invalid response.
18424 .
18425 Language=Taiwanese
18426 This is an invalid response.
18427 .
18428
18429 MessageId=3757
18430 Severity=Success
18431 Facility=System
18432 SymbolicName=APPERR_3757
18433 Language=English
18434 No valid response was provided.
18435 .
18436 Language=Polish
18437 No valid response was provided.
18438 .
18439 Language=Romanian
18440 No valid response was provided.
18441 .
18442 Language=Russian
18443 No valid response was provided.
18444 .
18445 Language=Spanish
18446 No valid response was provided.
18447 .
18448 Language=Turkish
18449 No valid response was provided.
18450 .
18451 Language=Chinese
18452 No valid response was provided.
18453 .
18454 Language=Taiwanese
18455 No valid response was provided.
18456 .
18457
18458 MessageId=3758
18459 Severity=Success
18460 Facility=System
18461 SymbolicName=APPERR_3758
18462 Language=English
18463 The destination list provided does not match the destination list of the printer queue.
18464 .
18465 Language=Polish
18466 The destination list provided does not match the destination list of the printer queue.
18467 .
18468 Language=Romanian
18469 The destination list provided does not match the destination list of the printer queue.
18470 .
18471 Language=Russian
18472 The destination list provided does not match the destination list of the printer queue.
18473 .
18474 Language=Spanish
18475 The destination list provided does not match the destination list of the printer queue.
18476 .
18477 Language=Turkish
18478 The destination list provided does not match the destination list of the printer queue.
18479 .
18480 Language=Chinese
18481 The destination list provided does not match the destination list of the printer queue.
18482 .
18483 Language=Taiwanese
18484 The destination list provided does not match the destination list of the printer queue.
18485 .
18486
18487 MessageId=3759
18488 Severity=Success
18489 Facility=System
18490 SymbolicName=APPERR_3759
18491 Language=English
18492 Your password cannot be changed until %1.
18493 .
18494 Language=Polish
18495 Your password cannot be changed until %1.
18496 .
18497 Language=Romanian
18498 Your password cannot be changed until %1.
18499 .
18500 Language=Russian
18501 Your password cannot be changed until %1.
18502 .
18503 Language=Spanish
18504 Your password cannot be changed until %1.
18505 .
18506 Language=Turkish
18507 Your password cannot be changed until %1.
18508 .
18509 Language=Chinese
18510 Your password cannot be changed until %1.
18511 .
18512 Language=Taiwanese
18513 Your password cannot be changed until %1.
18514 .
18515
18516 MessageId=3760
18517 Severity=Success
18518 Facility=System
18519 SymbolicName=APPERR_3760
18520 Language=English
18521 %1 is not a recognized day of the week.
18522 .
18523 Language=Polish
18524 %1 is not a recognized day of the week.
18525 .
18526 Language=Romanian
18527 %1 is not a recognized day of the week.
18528 .
18529 Language=Russian
18530 %1 is not a recognized day of the week.
18531 .
18532 Language=Spanish
18533 %1 is not a recognized day of the week.
18534 .
18535 Language=Turkish
18536 %1 is not a recognized day of the week.
18537 .
18538 Language=Chinese
18539 %1 is not a recognized day of the week.
18540 .
18541 Language=Taiwanese
18542 %1 is not a recognized day of the week.
18543 .
18544
18545 MessageId=3761
18546 Severity=Success
18547 Facility=System
18548 SymbolicName=APPERR_3761
18549 Language=English
18550 The time range specified ends before it starts.
18551 .
18552 Language=Polish
18553 The time range specified ends before it starts.
18554 .
18555 Language=Romanian
18556 The time range specified ends before it starts.
18557 .
18558 Language=Russian
18559 The time range specified ends before it starts.
18560 .
18561 Language=Spanish
18562 The time range specified ends before it starts.
18563 .
18564 Language=Turkish
18565 The time range specified ends before it starts.
18566 .
18567 Language=Chinese
18568 The time range specified ends before it starts.
18569 .
18570 Language=Taiwanese
18571 The time range specified ends before it starts.
18572 .
18573
18574 MessageId=3762
18575 Severity=Success
18576 Facility=System
18577 SymbolicName=APPERR_3762
18578 Language=English
18579 %1 is not a recognized hour.
18580 .
18581 Language=Polish
18582 %1 is not a recognized hour.
18583 .
18584 Language=Romanian
18585 %1 is not a recognized hour.
18586 .
18587 Language=Russian
18588 %1 is not a recognized hour.
18589 .
18590 Language=Spanish
18591 %1 is not a recognized hour.
18592 .
18593 Language=Turkish
18594 %1 is not a recognized hour.
18595 .
18596 Language=Chinese
18597 %1 is not a recognized hour.
18598 .
18599 Language=Taiwanese
18600 %1 is not a recognized hour.
18601 .
18602
18603 MessageId=3763
18604 Severity=Success
18605 Facility=System
18606 SymbolicName=APPERR_3763
18607 Language=English
18608 %1 is not a valid specification for minutes.
18609 .
18610 Language=Polish
18611 %1 is not a valid specification for minutes.
18612 .
18613 Language=Romanian
18614 %1 is not a valid specification for minutes.
18615 .
18616 Language=Russian
18617 %1 is not a valid specification for minutes.
18618 .
18619 Language=Spanish
18620 %1 is not a valid specification for minutes.
18621 .
18622 Language=Turkish
18623 %1 is not a valid specification for minutes.
18624 .
18625 Language=Chinese
18626 %1 is not a valid specification for minutes.
18627 .
18628 Language=Taiwanese
18629 %1 is not a valid specification for minutes.
18630 .
18631
18632 MessageId=3764
18633 Severity=Success
18634 Facility=System
18635 SymbolicName=APPERR_3764
18636 Language=English
18637 Time supplied is not exactly on the hour.
18638 .
18639 Language=Polish
18640 Time supplied is not exactly on the hour.
18641 .
18642 Language=Romanian
18643 Time supplied is not exactly on the hour.
18644 .
18645 Language=Russian
18646 Time supplied is not exactly on the hour.
18647 .
18648 Language=Spanish
18649 Time supplied is not exactly on the hour.
18650 .
18651 Language=Turkish
18652 Time supplied is not exactly on the hour.
18653 .
18654 Language=Chinese
18655 Time supplied is not exactly on the hour.
18656 .
18657 Language=Taiwanese
18658 Time supplied is not exactly on the hour.
18659 .
18660
18661 MessageId=3765
18662 Severity=Success
18663 Facility=System
18664 SymbolicName=APPERR_3765
18665 Language=English
18666 12 and 24 hour time formats may not be mixed.
18667 .
18668 Language=Polish
18669 12 and 24 hour time formats may not be mixed.
18670 .
18671 Language=Romanian
18672 12 and 24 hour time formats may not be mixed.
18673 .
18674 Language=Russian
18675 12 and 24 hour time formats may not be mixed.
18676 .
18677 Language=Spanish
18678 12 and 24 hour time formats may not be mixed.
18679 .
18680 Language=Turkish
18681 12 and 24 hour time formats may not be mixed.
18682 .
18683 Language=Chinese
18684 12 and 24 hour time formats may not be mixed.
18685 .
18686 Language=Taiwanese
18687 12 and 24 hour time formats may not be mixed.
18688 .
18689
18690 MessageId=3766
18691 Severity=Success
18692 Facility=System
18693 SymbolicName=APPERR_3766
18694 Language=English
18695 %1 is not a valid 12-hour suffix.
18696 .
18697 Language=Polish
18698 %1 is not a valid 12-hour suffix.
18699 .
18700 Language=Romanian
18701 %1 is not a valid 12-hour suffix.
18702 .
18703 Language=Russian
18704 %1 is not a valid 12-hour suffix.
18705 .
18706 Language=Spanish
18707 %1 is not a valid 12-hour suffix.
18708 .
18709 Language=Turkish
18710 %1 is not a valid 12-hour suffix.
18711 .
18712 Language=Chinese
18713 %1 is not a valid 12-hour suffix.
18714 .
18715 Language=Taiwanese
18716 %1 is not a valid 12-hour suffix.
18717 .
18718
18719 MessageId=3767
18720 Severity=Success
18721 Facility=System
18722 SymbolicName=APPERR_3767
18723 Language=English
18724 An illegal date format has been supplied.
18725 .
18726 Language=Polish
18727 An illegal date format has been supplied.
18728 .
18729 Language=Romanian
18730 An illegal date format has been supplied.
18731 .
18732 Language=Russian
18733 An illegal date format has been supplied.
18734 .
18735 Language=Spanish
18736 An illegal date format has been supplied.
18737 .
18738 Language=Turkish
18739 An illegal date format has been supplied.
18740 .
18741 Language=Chinese
18742 An illegal date format has been supplied.
18743 .
18744 Language=Taiwanese
18745 An illegal date format has been supplied.
18746 .
18747
18748 MessageId=3768
18749 Severity=Success
18750 Facility=System
18751 SymbolicName=APPERR_3768
18752 Language=English
18753 An illegal day range has been supplied.
18754 .
18755 Language=Polish
18756 An illegal day range has been supplied.
18757 .
18758 Language=Romanian
18759 An illegal day range has been supplied.
18760 .
18761 Language=Russian
18762 An illegal day range has been supplied.
18763 .
18764 Language=Spanish
18765 An illegal day range has been supplied.
18766 .
18767 Language=Turkish
18768 An illegal day range has been supplied.
18769 .
18770 Language=Chinese
18771 An illegal day range has been supplied.
18772 .
18773 Language=Taiwanese
18774 An illegal day range has been supplied.
18775 .
18776
18777 MessageId=3769
18778 Severity=Success
18779 Facility=System
18780 SymbolicName=APPERR_3769
18781 Language=English
18782 An illegal time range has been supplied.
18783 .
18784 Language=Polish
18785 An illegal time range has been supplied.
18786 .
18787 Language=Romanian
18788 An illegal time range has been supplied.
18789 .
18790 Language=Russian
18791 An illegal time range has been supplied.
18792 .
18793 Language=Spanish
18794 An illegal time range has been supplied.
18795 .
18796 Language=Turkish
18797 An illegal time range has been supplied.
18798 .
18799 Language=Chinese
18800 An illegal time range has been supplied.
18801 .
18802 Language=Taiwanese
18803 An illegal time range has been supplied.
18804 .
18805
18806 MessageId=3770
18807 Severity=Success
18808 Facility=System
18809 SymbolicName=APPERR_3770
18810 Language=English
18811 Arguments to NET USER are invalid. Check the minimum password\n
18812 length and/or arguments supplied.
18813 .
18814 Language=Polish
18815 Arguments to NET USER are invalid. Check the minimum password\n
18816 length and/or arguments supplied.
18817 .
18818 Language=Romanian
18819 Arguments to NET USER are invalid. Check the minimum password\n
18820 length and/or arguments supplied.
18821 .
18822 Language=Russian
18823 Arguments to NET USER are invalid. Check the minimum password\n
18824 length and/or arguments supplied.
18825 .
18826 Language=Spanish
18827 Arguments to NET USER are invalid. Check the minimum password\n
18828 length and/or arguments supplied.
18829 .
18830 Language=Turkish
18831 Arguments to NET USER are invalid. Check the minimum password\n
18832 length and/or arguments supplied.
18833 .
18834 Language=Chinese
18835 Arguments to NET USER are invalid. Check the minimum password\n
18836 length and/or arguments supplied.
18837 .
18838 Language=Taiwanese
18839 Arguments to NET USER are invalid. Check the minimum password\n
18840 length and/or arguments supplied.
18841 .
18842
18843 MessageId=3771
18844 Severity=Success
18845 Facility=System
18846 SymbolicName=APPERR_3771
18847 Language=English
18848 The value for ENABLESCRIPT must be YES.
18849 .
18850 Language=Polish
18851 The value for ENABLESCRIPT must be YES.
18852 .
18853 Language=Romanian
18854 The value for ENABLESCRIPT must be YES.
18855 .
18856 Language=Russian
18857 The value for ENABLESCRIPT must be YES.
18858 .
18859 Language=Spanish
18860 The value for ENABLESCRIPT must be YES.
18861 .
18862 Language=Turkish
18863 The value for ENABLESCRIPT must be YES.
18864 .
18865 Language=Chinese
18866 The value for ENABLESCRIPT must be YES.
18867 .
18868 Language=Taiwanese
18869 The value for ENABLESCRIPT must be YES.
18870 .
18871
18872 MessageId=3773
18873 Severity=Success
18874 Facility=System
18875 SymbolicName=APPERR_3773
18876 Language=English
18877 An illegal country code has been supplied.
18878 .
18879 Language=Polish
18880 An illegal country code has been supplied.
18881 .
18882 Language=Romanian
18883 An illegal country code has been supplied.
18884 .
18885 Language=Russian
18886 An illegal country code has been supplied.
18887 .
18888 Language=Spanish
18889 An illegal country code has been supplied.
18890 .
18891 Language=Turkish
18892 An illegal country code has been supplied.
18893 .
18894 Language=Chinese
18895 An illegal country code has been supplied.
18896 .
18897 Language=Taiwanese
18898 An illegal country code has been supplied.
18899 .
18900
18901 MessageId=3774
18902 Severity=Success
18903 Facility=System
18904 SymbolicName=APPERR_3774
18905 Language=English
18906 The user was successfully created but could not be added\n
18907 to the USERS local group.
18908 .
18909 Language=Polish
18910 The user was successfully created but could not be added\n
18911 to the USERS local group.
18912 .
18913 Language=Romanian
18914 The user was successfully created but could not be added\n
18915 to the USERS local group.
18916 .
18917 Language=Russian
18918 The user was successfully created but could not be added\n
18919 to the USERS local group.
18920 .
18921 Language=Spanish
18922 The user was successfully created but could not be added\n
18923 to the USERS local group.
18924 .
18925 Language=Turkish
18926 The user was successfully created but could not be added\n
18927 to the USERS local group.
18928 .
18929 Language=Chinese
18930 The user was successfully created but could not be added\n
18931 to the USERS local group.
18932 .
18933 Language=Taiwanese
18934 The user was successfully created but could not be added\n
18935 to the USERS local group.
18936 .
18937
18938 MessageId=3775
18939 Severity=Success
18940 Facility=System
18941 SymbolicName=APPERR_3775
18942 Language=English
18943 The user context supplied is invalid.
18944 .
18945 Language=Polish
18946 The user context supplied is invalid.
18947 .
18948 Language=Romanian
18949 The user context supplied is invalid.
18950 .
18951 Language=Russian
18952 The user context supplied is invalid.
18953 .
18954 Language=Spanish
18955 The user context supplied is invalid.
18956 .
18957 Language=Turkish
18958 The user context supplied is invalid.
18959 .
18960 Language=Chinese
18961 The user context supplied is invalid.
18962 .
18963 Language=Taiwanese
18964 The user context supplied is invalid.
18965 .
18966
18967 MessageId=3776
18968 Severity=Success
18969 Facility=System
18970 SymbolicName=APPERR_3776
18971 Language=English
18972 The dynamic-link library %1 could not be loaded, or an error\n
18973 occurred while trying to use it.
18974 .
18975 Language=Polish
18976 The dynamic-link library %1 could not be loaded, or an error\n
18977 occurred while trying to use it.
18978 .
18979 Language=Romanian
18980 The dynamic-link library %1 could not be loaded, or an error\n
18981 occurred while trying to use it.
18982 .
18983 Language=Russian
18984 The dynamic-link library %1 could not be loaded, or an error\n
18985 occurred while trying to use it.
18986 .
18987 Language=Spanish
18988 The dynamic-link library %1 could not be loaded, or an error\n
18989 occurred while trying to use it.
18990 .
18991 Language=Turkish
18992 The dynamic-link library %1 could not be loaded, or an error\n
18993 occurred while trying to use it.
18994 .
18995 Language=Chinese
18996 The dynamic-link library %1 could not be loaded, or an error\n
18997 occurred while trying to use it.
18998 .
18999 Language=Taiwanese
19000 The dynamic-link library %1 could not be loaded, or an error\n
19001 occurred while trying to use it.
19002 .
19003
19004 MessageId=3777
19005 Severity=Success
19006 Facility=System
19007 SymbolicName=APPERR_3777
19008 Language=English
19009 Sending files is no longer supported.
19010 .
19011 Language=Polish
19012 Sending files is no longer supported.
19013 .
19014 Language=Romanian
19015 Sending files is no longer supported.
19016 .
19017 Language=Russian
19018 Sending files is no longer supported.
19019 .
19020 Language=Spanish
19021 Sending files is no longer supported.
19022 .
19023 Language=Turkish
19024 Sending files is no longer supported.
19025 .
19026 Language=Chinese
19027 Sending files is no longer supported.
19028 .
19029 Language=Taiwanese
19030 Sending files is no longer supported.
19031 .
19032
19033 MessageId=3778
19034 Severity=Success
19035 Facility=System
19036 SymbolicName=APPERR_3778
19037 Language=English
19038 You may not specify paths for ADMIN$ and IPC$ shares.
19039 .
19040 Language=Polish
19041 You may not specify paths for ADMIN$ and IPC$ shares.
19042 .
19043 Language=Romanian
19044 You may not specify paths for ADMIN$ and IPC$ shares.
19045 .
19046 Language=Russian
19047 You may not specify paths for ADMIN$ and IPC$ shares.
19048 .
19049 Language=Spanish
19050 You may not specify paths for ADMIN$ and IPC$ shares.
19051 .
19052 Language=Turkish
19053 You may not specify paths for ADMIN$ and IPC$ shares.
19054 .
19055 Language=Chinese
19056 You may not specify paths for ADMIN$ and IPC$ shares.
19057 .
19058 Language=Taiwanese
19059 You may not specify paths for ADMIN$ and IPC$ shares.
19060 .
19061
19062 MessageId=3779
19063 Severity=Success
19064 Facility=System
19065 SymbolicName=APPERR_3779
19066 Language=English
19067 User or group %1 is already a member of local group %2.
19068 .
19069 Language=Polish
19070 User or group %1 is already a member of local group %2.
19071 .
19072 Language=Romanian
19073 User or group %1 is already a member of local group %2.
19074 .
19075 Language=Russian
19076 User or group %1 is already a member of local group %2.
19077 .
19078 Language=Spanish
19079 User or group %1 is already a member of local group %2.
19080 .
19081 Language=Turkish
19082 User or group %1 is already a member of local group %2.
19083 .
19084 Language=Chinese
19085 User or group %1 is already a member of local group %2.
19086 .
19087 Language=Taiwanese
19088 User or group %1 is already a member of local group %2.
19089 .
19090
19091 MessageId=3780
19092 Severity=Success
19093 Facility=System
19094 SymbolicName=APPERR_3780
19095 Language=English
19096 There is no such user or group: %1.
19097 .
19098 Language=Polish
19099 There is no such user or group: %1.
19100 .
19101 Language=Romanian
19102 There is no such user or group: %1.
19103 .
19104 Language=Russian
19105 There is no such user or group: %1.
19106 .
19107 Language=Spanish
19108 There is no such user or group: %1.
19109 .
19110 Language=Turkish
19111 There is no such user or group: %1.
19112 .
19113 Language=Chinese
19114 There is no such user or group: %1.
19115 .
19116 Language=Taiwanese
19117 There is no such user or group: %1.
19118 .
19119
19120 MessageId=3781
19121 Severity=Success
19122 Facility=System
19123 SymbolicName=APPERR_3781
19124 Language=English
19125 There is no such computer: %1.
19126 .
19127 Language=Polish
19128 There is no such computer: %1.
19129 .
19130 Language=Romanian
19131 There is no such computer: %1.
19132 .
19133 Language=Russian
19134 There is no such computer: %1.
19135 .
19136 Language=Spanish
19137 There is no such computer: %1.
19138 .
19139 Language=Turkish
19140 There is no such computer: %1.
19141 .
19142 Language=Chinese
19143 There is no such computer: %1.
19144 .
19145 Language=Taiwanese
19146 There is no such computer: %1.
19147 .
19148
19149 MessageId=3782
19150 Severity=Success
19151 Facility=System
19152 SymbolicName=APPERR_3782
19153 Language=English
19154 The computer %1 already exists.
19155 .
19156 Language=Polish
19157 The computer %1 already exists.
19158 .
19159 Language=Romanian
19160 The computer %1 already exists.
19161 .
19162 Language=Russian
19163 The computer %1 already exists.
19164 .
19165 Language=Spanish
19166 The computer %1 already exists.
19167 .
19168 Language=Turkish
19169 The computer %1 already exists.
19170 .
19171 Language=Chinese
19172 The computer %1 already exists.
19173 .
19174 Language=Taiwanese
19175 The computer %1 already exists.
19176 .
19177
19178 MessageId=3783
19179 Severity=Success
19180 Facility=System
19181 SymbolicName=APPERR_3783
19182 Language=English
19183 There is no such global user or group: %1.
19184 .
19185 Language=Polish
19186 There is no such global user or group: %1.
19187 .
19188 Language=Romanian
19189 There is no such global user or group: %1.
19190 .
19191 Language=Russian
19192 There is no such global user or group: %1.
19193 .
19194 Language=Spanish
19195 There is no such global user or group: %1.
19196 .
19197 Language=Turkish
19198 There is no such global user or group: %1.
19199 .
19200 Language=Chinese
19201 There is no such global user or group: %1.
19202 .
19203 Language=Taiwanese
19204 There is no such global user or group: %1.
19205 .
19206
19207 MessageId=3784
19208 Severity=Success
19209 Facility=System
19210 SymbolicName=APPERR_3784
19211 Language=English
19212 Only disk shares can be marked as cacheable
19213 .
19214 Language=Polish
19215 Only disk shares can be marked as cacheable
19216 .
19217 Language=Romanian
19218 Only disk shares can be marked as cacheable
19219 .
19220 Language=Russian
19221 Only disk shares can be marked as cacheable
19222 .
19223 Language=Spanish
19224 Only disk shares can be marked as cacheable
19225 .
19226 Language=Turkish
19227 Only disk shares can be marked as cacheable
19228 .
19229 Language=Chinese
19230 Only disk shares can be marked as cacheable
19231 .
19232 Language=Taiwanese
19233 Only disk shares can be marked as cacheable
19234 .
19235
19236 MessageId=3790
19237 Severity=Success
19238 Facility=System
19239 SymbolicName=APPERR_3790
19240 Language=English
19241 The system could not find message: %1.
19242 .
19243 Language=Polish
19244 The system could not find message: %1.
19245 .
19246 Language=Romanian
19247 The system could not find message: %1.
19248 .
19249 Language=Russian
19250 The system could not find message: %1.
19251 .
19252 Language=Spanish
19253 The system could not find message: %1.
19254 .
19255 Language=Turkish
19256 The system could not find message: %1.
19257 .
19258 Language=Chinese
19259 The system could not find message: %1.
19260 .
19261 Language=Taiwanese
19262 The system could not find message: %1.
19263 .
19264
19265 MessageId=3802
19266 Severity=Success
19267 Facility=System
19268 SymbolicName=APPERR_3802
19269 Language=English
19270 This schedule date is invalid.
19271 .
19272 Language=Polish
19273 This schedule date is invalid.
19274 .
19275 Language=Romanian
19276 This schedule date is invalid.
19277 .
19278 Language=Russian
19279 This schedule date is invalid.
19280 .
19281 Language=Spanish
19282 This schedule date is invalid.
19283 .
19284 Language=Turkish
19285 This schedule date is invalid.
19286 .
19287 Language=Chinese
19288 This schedule date is invalid.
19289 .
19290 Language=Taiwanese
19291 This schedule date is invalid.
19292 .
19293
19294 MessageId=3803
19295 Severity=Success
19296 Facility=System
19297 SymbolicName=APPERR_3803
19298 Language=English
19299 The LANMAN root directory is unavailable.
19300 .
19301 Language=Polish
19302 The LANMAN root directory is unavailable.
19303 .
19304 Language=Romanian
19305 The LANMAN root directory is unavailable.
19306 .
19307 Language=Russian
19308 The LANMAN root directory is unavailable.
19309 .
19310 Language=Spanish
19311 The LANMAN root directory is unavailable.
19312 .
19313 Language=Turkish
19314 The LANMAN root directory is unavailable.
19315 .
19316 Language=Chinese
19317 The LANMAN root directory is unavailable.
19318 .
19319 Language=Taiwanese
19320 The LANMAN root directory is unavailable.
19321 .
19322
19323 MessageId=3804
19324 Severity=Success
19325 Facility=System
19326 SymbolicName=APPERR_3804
19327 Language=English
19328 The SCHED.LOG file could not be opened.
19329 .
19330 Language=Polish
19331 The SCHED.LOG file could not be opened.
19332 .
19333 Language=Romanian
19334 The SCHED.LOG file could not be opened.
19335 .
19336 Language=Russian
19337 The SCHED.LOG file could not be opened.
19338 .
19339 Language=Spanish
19340 The SCHED.LOG file could not be opened.
19341 .
19342 Language=Turkish
19343 The SCHED.LOG file could not be opened.
19344 .
19345 Language=Chinese
19346 The SCHED.LOG file could not be opened.
19347 .
19348 Language=Taiwanese
19349 The SCHED.LOG file could not be opened.
19350 .
19351
19352 MessageId=3805
19353 Severity=Success
19354 Facility=System
19355 SymbolicName=APPERR_3805
19356 Language=English
19357 The Server service has not been started.
19358 .
19359 Language=Polish
19360 The Server service has not been started.
19361 .
19362 Language=Romanian
19363 The Server service has not been started.
19364 .
19365 Language=Russian
19366 The Server service has not been started.
19367 .
19368 Language=Spanish
19369 The Server service has not been started.
19370 .
19371 Language=Turkish
19372 The Server service has not been started.
19373 .
19374 Language=Chinese
19375 The Server service has not been started.
19376 .
19377 Language=Taiwanese
19378 The Server service has not been started.
19379 .
19380
19381 MessageId=3806
19382 Severity=Success
19383 Facility=System
19384 SymbolicName=APPERR_3806
19385 Language=English
19386 The AT job ID does not exist.
19387 .
19388 Language=Polish
19389 The AT job ID does not exist.
19390 .
19391 Language=Romanian
19392 The AT job ID does not exist.
19393 .
19394 Language=Russian
19395 The AT job ID does not exist.
19396 .
19397 Language=Spanish
19398 The AT job ID does not exist.
19399 .
19400 Language=Turkish
19401 The AT job ID does not exist.
19402 .
19403 Language=Chinese
19404 The AT job ID does not exist.
19405 .
19406 Language=Taiwanese
19407 The AT job ID does not exist.
19408 .
19409
19410 MessageId=3807
19411 Severity=Success
19412 Facility=System
19413 SymbolicName=APPERR_3807
19414 Language=English
19415 The AT schedule file is corrupted.
19416 .
19417 Language=Polish
19418 The AT schedule file is corrupted.
19419 .
19420 Language=Romanian
19421 The AT schedule file is corrupted.
19422 .
19423 Language=Russian
19424 The AT schedule file is corrupted.
19425 .
19426 Language=Spanish
19427 The AT schedule file is corrupted.
19428 .
19429 Language=Turkish
19430 The AT schedule file is corrupted.
19431 .
19432 Language=Chinese
19433 The AT schedule file is corrupted.
19434 .
19435 Language=Taiwanese
19436 The AT schedule file is corrupted.
19437 .
19438
19439 MessageId=3808
19440 Severity=Success
19441 Facility=System
19442 SymbolicName=APPERR_3808
19443 Language=English
19444 The delete failed due to a problem with the AT schedule file.
19445 .
19446 Language=Polish
19447 The delete failed due to a problem with the AT schedule file.
19448 .
19449 Language=Romanian
19450 The delete failed due to a problem with the AT schedule file.
19451 .
19452 Language=Russian
19453 The delete failed due to a problem with the AT schedule file.
19454 .
19455 Language=Spanish
19456 The delete failed due to a problem with the AT schedule file.
19457 .
19458 Language=Turkish
19459 The delete failed due to a problem with the AT schedule file.
19460 .
19461 Language=Chinese
19462 The delete failed due to a problem with the AT schedule file.
19463 .
19464 Language=Taiwanese
19465 The delete failed due to a problem with the AT schedule file.
19466 .
19467
19468 MessageId=3809
19469 Severity=Success
19470 Facility=System
19471 SymbolicName=APPERR_3809
19472 Language=English
19473 The command line cannot exceed 259 characters.
19474 .
19475 Language=Polish
19476 The command line cannot exceed 259 characters.
19477 .
19478 Language=Romanian
19479 The command line cannot exceed 259 characters.
19480 .
19481 Language=Russian
19482 The command line cannot exceed 259 characters.
19483 .
19484 Language=Spanish
19485 The command line cannot exceed 259 characters.
19486 .
19487 Language=Turkish
19488 The command line cannot exceed 259 characters.
19489 .
19490 Language=Chinese
19491 The command line cannot exceed 259 characters.
19492 .
19493 Language=Taiwanese
19494 The command line cannot exceed 259 characters.
19495 .
19496
19497 MessageId=3810
19498 Severity=Success
19499 Facility=System
19500 SymbolicName=APPERR_3810
19501 Language=English
19502 The AT schedule file could not be updated because the disk is full.
19503 .
19504 Language=Polish
19505 The AT schedule file could not be updated because the disk is full.
19506 .
19507 Language=Romanian
19508 The AT schedule file could not be updated because the disk is full.
19509 .
19510 Language=Russian
19511 The AT schedule file could not be updated because the disk is full.
19512 .
19513 Language=Spanish
19514 The AT schedule file could not be updated because the disk is full.
19515 .
19516 Language=Turkish
19517 The AT schedule file could not be updated because the disk is full.
19518 .
19519 Language=Chinese
19520 The AT schedule file could not be updated because the disk is full.
19521 .
19522 Language=Taiwanese
19523 The AT schedule file could not be updated because the disk is full.
19524 .
19525
19526 MessageId=3812
19527 Severity=Success
19528 Facility=System
19529 SymbolicName=APPERR_3812
19530 Language=English
19531 The AT schedule file is invalid. Please delete the file and create a new one.
19532 .
19533 Language=Polish
19534 The AT schedule file is invalid. Please delete the file and create a new one.
19535 .
19536 Language=Romanian
19537 The AT schedule file is invalid. Please delete the file and create a new one.
19538 .
19539 Language=Russian
19540 The AT schedule file is invalid. Please delete the file and create a new one.
19541 .
19542 Language=Spanish
19543 The AT schedule file is invalid. Please delete the file and create a new one.
19544 .
19545 Language=Turkish
19546 The AT schedule file is invalid. Please delete the file and create a new one.
19547 .
19548 Language=Chinese
19549 The AT schedule file is invalid. Please delete the file and create a new one.
19550 .
19551 Language=Taiwanese
19552 The AT schedule file is invalid. Please delete the file and create a new one.
19553 .
19554
19555 MessageId=3813
19556 Severity=Success
19557 Facility=System
19558 SymbolicName=APPERR_3813
19559 Language=English
19560 The AT schedule file was deleted.
19561 .
19562 Language=Polish
19563 The AT schedule file was deleted.
19564 .
19565 Language=Romanian
19566 The AT schedule file was deleted.
19567 .
19568 Language=Russian
19569 The AT schedule file was deleted.
19570 .
19571 Language=Spanish
19572 The AT schedule file was deleted.
19573 .
19574 Language=Turkish
19575 The AT schedule file was deleted.
19576 .
19577 Language=Chinese
19578 The AT schedule file was deleted.
19579 .
19580 Language=Taiwanese
19581 The AT schedule file was deleted.
19582 .
19583
19584 MessageId=3814
19585 Severity=Success
19586 Facility=System
19587 SymbolicName=APPERR_3814
19588 Language=English
19589 The syntax of this command is:\n\n
19590 AT [id] [/DELETE]\n
19591 AT time [/EVERY:date | /NEXT:date] command\n\n
19592 The AT command schedules a program command to run at a\n
19593 later date and time on a server. It also displays the\n
19594 list of programs and commands scheduled to be run.\n\n
19595 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
19596 for the day of the month.\n\n
19597 You can specify the time in the 24 hour HH:MM format.
19598 .
19599 Language=Polish
19600 The syntax of this command is:\n\n
19601 AT [id] [/DELETE]\n
19602 AT time [/EVERY:date | /NEXT:date] command\n\n
19603 The AT command schedules a program command to run at a\n
19604 later date and time on a server. It also displays the\n
19605 list of programs and commands scheduled to be run.\n\n
19606 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
19607 for the day of the month.\n\n
19608 You can specify the time in the 24 hour HH:MM format.
19609 .
19610 Language=Romanian
19611 The syntax of this command is:\n\n
19612 AT [id] [/DELETE]\n
19613 AT time [/EVERY:date | /NEXT:date] command\n\n
19614 The AT command schedules a program command to run at a\n
19615 later date and time on a server. It also displays the\n
19616 list of programs and commands scheduled to be run.\n\n
19617 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
19618 for the day of the month.\n\n
19619 You can specify the time in the 24 hour HH:MM format.
19620 .
19621 Language=Russian
19622 The syntax of this command is:\n\n
19623 AT [id] [/DELETE]\n
19624 AT time [/EVERY:date | /NEXT:date] command\n\n
19625 The AT command schedules a program command to run at a\n
19626 later date and time on a server. It also displays the\n
19627 list of programs and commands scheduled to be run.\n\n
19628 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
19629 for the day of the month.\n\n
19630 You can specify the time in the 24 hour HH:MM format.
19631 .
19632 Language=Spanish
19633 The syntax of this command is:\n\n
19634 AT [id] [/DELETE]\n
19635 AT time [/EVERY:date | /NEXT:date] command\n\n
19636 The AT command schedules a program command to run at a\n
19637 later date and time on a server. It also displays the\n
19638 list of programs and commands scheduled to be run.\n\n
19639 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
19640 for the day of the month.\n\n
19641 You can specify the time in the 24 hour HH:MM format.
19642 .
19643 Language=Turkish
19644 The syntax of this command is:\n\n
19645 AT [id] [/DELETE]\n
19646 AT time [/EVERY:date | /NEXT:date] command\n\n
19647 The AT command schedules a program command to run at a\n
19648 later date and time on a server. It also displays the\n
19649 list of programs and commands scheduled to be run.\n\n
19650 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
19651 for the day of the month.\n\n
19652 You can specify the time in the 24 hour HH:MM format.
19653 .
19654 Language=Chinese
19655 The syntax of this command is:\n\n
19656 AT [id] [/DELETE]\n
19657 AT time [/EVERY:date | /NEXT:date] command\n\n
19658 The AT command schedules a program command to run at a\n
19659 later date and time on a server. It also displays the\n
19660 list of programs and commands scheduled to be run.\n\n
19661 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
19662 for the day of the month.\n\n
19663 You can specify the time in the 24 hour HH:MM format.
19664 .
19665 Language=Taiwanese
19666 The syntax of this command is:\n\n
19667 AT [id] [/DELETE]\n
19668 AT time [/EVERY:date | /NEXT:date] command\n\n
19669 The AT command schedules a program command to run at a\n
19670 later date and time on a server. It also displays the\n
19671 list of programs and commands scheduled to be run.\n\n
19672 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
19673 for the day of the month.\n\n
19674 You can specify the time in the 24 hour HH:MM format.
19675 .
19676
19677 MessageId=3815
19678 Severity=Success
19679 Facility=System
19680 SymbolicName=APPERR_3815
19681 Language=English
19682 The AT command has timed-out.\n
19683 Please try again later.
19684 .
19685 Language=Polish
19686 The AT command has timed-out.\n
19687 Please try again later.
19688 .
19689 Language=Romanian
19690 The AT command has timed-out.\n
19691 Please try again later.
19692 .
19693 Language=Russian
19694 The AT command has timed-out.\n
19695 Please try again later.
19696 .
19697 Language=Spanish
19698 The AT command has timed-out.\n
19699 Please try again later.
19700 .
19701 Language=Turkish
19702 The AT command has timed-out.\n
19703 Please try again later.
19704 .
19705 Language=Chinese
19706 The AT command has timed-out.\n
19707 Please try again later.
19708 .
19709 Language=Taiwanese
19710 The AT command has timed-out.\n
19711 Please try again later.
19712 .
19713
19714 MessageId=3816
19715 Severity=Success
19716 Facility=System
19717 SymbolicName=APPERR_3816
19718 Language=English
19719 The minimum password age for user accounts cannot be greater\n
19720 than the maximum password age.
19721 .
19722 Language=Polish
19723 The minimum password age for user accounts cannot be greater\n
19724 than the maximum password age.
19725 .
19726 Language=Romanian
19727 The minimum password age for user accounts cannot be greater\n
19728 than the maximum password age.
19729 .
19730 Language=Russian
19731 The minimum password age for user accounts cannot be greater\n
19732 than the maximum password age.
19733 .
19734 Language=Spanish
19735 The minimum password age for user accounts cannot be greater\n
19736 than the maximum password age.
19737 .
19738 Language=Turkish
19739 The minimum password age for user accounts cannot be greater\n
19740 than the maximum password age.
19741 .
19742 Language=Chinese
19743 The minimum password age for user accounts cannot be greater\n
19744 than the maximum password age.
19745 .
19746 Language=Taiwanese
19747 The minimum password age for user accounts cannot be greater\n
19748 than the maximum password age.
19749 .
19750
19751 MessageId=3817
19752 Severity=Success
19753 Facility=System
19754 SymbolicName=APPERR_3817
19755 Language=English
19756 You have specified a value that is incompatible\n
19757 with servers with down-level software. Please specify a lower value.
19758 .
19759 Language=Polish
19760 You have specified a value that is incompatible\n
19761 with servers with down-level software. Please specify a lower value.
19762 .
19763 Language=Romanian
19764 You have specified a value that is incompatible\n
19765 with servers with down-level software. Please specify a lower value.
19766 .
19767 Language=Russian
19768 You have specified a value that is incompatible\n
19769 with servers with down-level software. Please specify a lower value.
19770 .
19771 Language=Spanish
19772 You have specified a value that is incompatible\n
19773 with servers with down-level software. Please specify a lower value.
19774 .
19775 Language=Turkish
19776 You have specified a value that is incompatible\n
19777 with servers with down-level software. Please specify a lower value.
19778 .
19779 Language=Chinese
19780 You have specified a value that is incompatible\n
19781 with servers with down-level software. Please specify a lower value.
19782 .
19783 Language=Taiwanese
19784 You have specified a value that is incompatible\n
19785 with servers with down-level software. Please specify a lower value.
19786 .
19787
19788 MessageId=3870
19789 Severity=Success
19790 Facility=System
19791 SymbolicName=APPERR_3870
19792 Language=English
19793 %1 is not a valid computer name.
19794 .
19795 Language=Polish
19796 %1 is not a valid computer name.
19797 .
19798 Language=Romanian
19799 %1 is not a valid computer name.
19800 .
19801 Language=Russian
19802 %1 is not a valid computer name.
19803 .
19804 Language=Spanish
19805 %1 is not a valid computer name.
19806 .
19807 Language=Turkish
19808 %1 is not a valid computer name.
19809 .
19810 Language=Chinese
19811 %1 is not a valid computer name.
19812 .
19813 Language=Taiwanese
19814 %1 is not a valid computer name.
19815 .
19816
19817 MessageId=3871
19818 Severity=Success
19819 Facility=System
19820 SymbolicName=APPERR_3871
19821 Language=English
19822 %1 is not a valid Windows network message number.
19823 .
19824 Language=Polish
19825 %1 is not a valid Windows network message number.
19826 .
19827 Language=Romanian
19828 %1 is not a valid Windows network message number.
19829 .
19830 Language=Russian
19831 %1 is not a valid Windows network message number.
19832 .
19833 Language=Spanish
19834 %1 is not a valid Windows network message number.
19835 .
19836 Language=Turkish
19837 %1 is not a valid Windows network message number.
19838 .
19839 Language=Chinese
19840 %1 is not a valid Windows network message number.
19841 .
19842 Language=Taiwanese
19843 %1 is not a valid Windows network message number.
19844 .
19845
19846 MessageId=3900
19847 Severity=Success
19848 Facility=System
19849 SymbolicName=APPERR_3900
19850 Language=English
19851 Message from %1 to %2 on %3
19852 .
19853 Language=Polish
19854 Message from %1 to %2 on %3
19855 .
19856 Language=Romanian
19857 Message from %1 to %2 on %3
19858 .
19859 Language=Russian
19860 Message from %1 to %2 on %3
19861 .
19862 Language=Spanish
19863 Message from %1 to %2 on %3
19864 .
19865 Language=Turkish
19866 Message from %1 to %2 on %3
19867 .
19868 Language=Chinese
19869 Message from %1 to %2 on %3
19870 .
19871 Language=Taiwanese
19872 Message from %1 to %2 on %3
19873 .
19874
19875 MessageId=3901
19876 Severity=Success
19877 Facility=System
19878 SymbolicName=APPERR_3901
19879 Language=English
19880 ****
19881 .
19882 Language=Polish
19883 ****
19884 .
19885 Language=Romanian
19886 ****
19887 .
19888 Language=Russian
19889 ****
19890 .
19891 Language=Spanish
19892 ****
19893 .
19894 Language=Turkish
19895 ****
19896 .
19897 Language=Chinese
19898 ****
19899 .
19900 Language=Taiwanese
19901 ****
19902 .
19903
19904 MessageId=3902
19905 Severity=Success
19906 Facility=System
19907 SymbolicName=APPERR_3902
19908 Language=English
19909 **** unexpected end of message ****
19910 .
19911 Language=Polish
19912 **** unexpected end of message ****
19913 .
19914 Language=Romanian
19915 **** unexpected end of message ****
19916 .
19917 Language=Russian
19918 **** unexpected end of message ****
19919 .
19920 Language=Spanish
19921 **** unexpected end of message ****
19922 .
19923 Language=Turkish
19924 **** unexpected end of message ****
19925 .
19926 Language=Chinese
19927 **** unexpected end of message ****
19928 .
19929 Language=Taiwanese
19930 **** unexpected end of message ****
19931 .
19932
19933 MessageId=3905
19934 Severity=Success
19935 Facility=System
19936 SymbolicName=APPERR_3905
19937 Language=English
19938 Press ESC to exit
19939 .
19940 Language=Polish
19941 Press ESC to exit
19942 .
19943 Language=Romanian
19944 Press ESC to exit
19945 .
19946 Language=Russian
19947 Press ESC to exit
19948 .
19949 Language=Spanish
19950 Press ESC to exit
19951 .
19952 Language=Turkish
19953 Press ESC to exit
19954 .
19955 Language=Chinese
19956 Press ESC to exit
19957 .
19958 Language=Taiwanese
19959 Press ESC to exit
19960 .
19961
19962 MessageId=3906
19963 Severity=Success
19964 Facility=System
19965 SymbolicName=APPERR_3906
19966 Language=English
19967 ...
19968 .
19969 Language=Polish
19970 ...
19971 .
19972 Language=Romanian
19973 ...
19974 .
19975 Language=Russian
19976 ...
19977 .
19978 Language=Spanish
19979 ...
19980 .
19981 Language=Turkish
19982 ...
19983 .
19984 Language=Chinese
19985 ...
19986 .
19987 Language=Taiwanese
19988 ...
19989 .
19990
19991 MessageId=3910
19992 Severity=Success
19993 Facility=System
19994 SymbolicName=APPERR_3910
19995 Language=English
19996 Current time at %1 is %2
19997 .
19998 Language=Polish
19999 Current time at %1 is %2
20000 .
20001 Language=Romanian
20002 Current time at %1 is %2
20003 .
20004 Language=Russian
20005 Current time at %1 is %2
20006 .
20007 Language=Spanish
20008 Current time at %1 is %2
20009 .
20010 Language=Turkish
20011 Current time at %1 is %2
20012 .
20013 Language=Chinese
20014 Current time at %1 is %2
20015 .
20016 Language=Taiwanese
20017 Current time at %1 is %2
20018 .
20019
20020 MessageId=3911
20021 Severity=Success
20022 Facility=System
20023 SymbolicName=APPERR_3911
20024 Language=English
20025 The current local clock is %1\n
20026 Do you want to set the local computer's time to match the\n
20027 time at %2? %3: %0
20028 .
20029 Language=Polish
20030 The current local clock is %1\n
20031 Do you want to set the local computer's time to match the\n
20032 time at %2? %3: %0
20033 .
20034 Language=Romanian
20035 The current local clock is %1\n
20036 Do you want to set the local computer's time to match the\n
20037 time at %2? %3: %0
20038 .
20039 Language=Russian
20040 Do you want to set the local computer's time to match the\n
20041 time at %2? %3: %0
20042 .
20043 Language=Spanish
20044 The current local clock is %1\n
20045 Do you want to set the local computer's time to match the\n
20046 time at %2? %3: %0
20047 .
20048 Language=Turkish
20049 The current local clock is %1\n
20050 Do you want to set the local computer's time to match the\n
20051 time at %2? %3: %0
20052 .
20053 Language=Chinese
20054 The current local clock is %1\n
20055 Do you want to set the local computer's time to match the\n
20056 time at %2? %3: %0
20057 .
20058 Language=Taiwanese
20059 The current local clock is %1\n
20060 Do you want to set the local computer's time to match the\n
20061 time at %2? %3: %0
20062 .
20063
20064 MessageId=3912
20065 Severity=Success
20066 Facility=System
20067 SymbolicName=APPERR_3912
20068 Language=English
20069 Could not locate a time-server.
20070 .
20071 Language=Polish
20072 Could not locate a time-server.
20073 .
20074 Language=Romanian
20075 Could not locate a time-server.
20076 .
20077 Language=Russian
20078 Could not locate a time-server.
20079 .
20080 Language=Spanish
20081 Could not locate a time-server.
20082 .
20083 Language=Turkish
20084 Could not locate a time-server.
20085 .
20086 Language=Chinese
20087 Could not locate a time-server.
20088 .
20089 Language=Taiwanese
20090 Could not locate a time-server.
20091 .
20092
20093 MessageId=3913
20094 Severity=Success
20095 Facility=System
20096 SymbolicName=APPERR_3913
20097 Language=English
20098 Could not find the domain controller for domain %1.
20099 .
20100 Language=Polish
20101 Could not find the domain controller for domain %1.
20102 .
20103 Language=Romanian
20104 Could not find the domain controller for domain %1.
20105 .
20106 Language=Russian
20107 Could not find the domain controller for domain %1.
20108 .
20109 Language=Spanish
20110 Could not find the domain controller for domain %1.
20111 .
20112 Language=Turkish
20113 Could not find the domain controller for domain %1.
20114 .
20115 Language=Chinese
20116 Could not find the domain controller for domain %1.
20117 .
20118 Language=Taiwanese
20119 Could not find the domain controller for domain %1.
20120 .
20121
20122 MessageId=3914
20123 Severity=Success
20124 Facility=System
20125 SymbolicName=APPERR_3914
20126 Language=English
20127 Local time (GMT%3) at %1 is %2
20128 .
20129 Language=Polish
20130 Local time (GMT%3) at %1 is %2
20131 .
20132 Language=Romanian
20133 Local time (GMT%3) at %1 is %2
20134 .
20135 Language=Russian
20136 Local time (GMT%3) at %1 is %2
20137 .
20138 Language=Spanish
20139 Local time (GMT%3) at %1 is %2
20140 .
20141 Language=Turkish
20142 Local time (GMT%3) at %1 is %2
20143 .
20144 Language=Chinese
20145 Local time (GMT%3) at %1 is %2
20146 .
20147 Language=Taiwanese
20148 Local time (GMT%3) at %1 is %2
20149 .
20150
20151 MessageId=3915
20152 Severity=Success
20153 Facility=System
20154 SymbolicName=APPERR_3915
20155 Language=English
20156 The user's home directory could not be determined.
20157 .
20158 Language=Polish
20159 The user's home directory could not be determined.
20160 .
20161 Language=Romanian
20162 The user's home directory could not be determined.
20163 .
20164 Language=Russian
20165 The user's home directory could not be determined.
20166 .
20167 Language=Spanish
20168 The user's home directory could not be determined.
20169 .
20170 Language=Turkish
20171 The user's home directory could not be determined.
20172 .
20173 Language=Chinese
20174 The user's home directory could not be determined.
20175 .
20176 Language=Taiwanese
20177 The user's home directory could not be determined.
20178 .
20179
20180 MessageId=3916
20181 Severity=Success
20182 Facility=System
20183 SymbolicName=APPERR_3916
20184 Language=English
20185 The user's home directory has not been specified.
20186 .
20187 Language=Polish
20188 The user's home directory has not been specified.
20189 .
20190 Language=Romanian
20191 The user's home directory has not been specified.
20192 .
20193 Language=Russian
20194 The user's home directory has not been specified.
20195 .
20196 Language=Spanish
20197 The user's home directory has not been specified.
20198 .
20199 Language=Turkish
20200 The user's home directory has not been specified.
20201 .
20202 Language=Chinese
20203 The user's home directory has not been specified.
20204 .
20205 Language=Taiwanese
20206 The user's home directory has not been specified.
20207 .
20208
20209 MessageId=3917
20210 Severity=Success
20211 Facility=System
20212 SymbolicName=APPERR_3917
20213 Language=English
20214 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
20215 .
20216 Language=Polish
20217 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
20218 .
20219 Language=Romanian
20220 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
20221 .
20222 Language=Russian
20223 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
20224 .
20225 Language=Spanish
20226 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
20227 .
20228 Language=Turkish
20229 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
20230 .
20231 Language=Chinese
20232 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
20233 .
20234 Language=Taiwanese
20235 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
20236 .
20237
20238 MessageId=3918
20239 Severity=Success
20240 Facility=System
20241 SymbolicName=APPERR_3918
20242 Language=English
20243 Drive %1 is now connected to %2. Your home directory is %3\\%4.
20244 .
20245 Language=Polish
20246 Drive %1 is now connected to %2. Your home directory is %3\\%4.
20247 .
20248 Language=Romanian
20249 Drive %1 is now connected to %2. Your home directory is %3\\%4.
20250 .
20251 Language=Russian
20252 Drive %1 is now connected to %2. Your home directory is %3\\%4.
20253 .
20254 Language=Spanish
20255 Drive %1 is now connected to %2. Your home directory is %3\\%4.
20256 .
20257 Language=Turkish
20258 Drive %1 is now connected to %2. Your home directory is %3\\%4.
20259 .
20260 Language=Chinese
20261 Drive %1 is now connected to %2. Your home directory is %3\\%4.
20262 .
20263 Language=Taiwanese
20264 Drive %1 is now connected to %2. Your home directory is %3\\%4.
20265 .
20266
20267 MessageId=3919
20268 Severity=Success
20269 Facility=System
20270 SymbolicName=APPERR_3919
20271 Language=English
20272 Drive %1 is now connected to %2.
20273 .
20274 Language=Polish
20275 Drive %1 is now connected to %2.
20276 .
20277 Language=Romanian
20278 Drive %1 is now connected to %2.
20279 .
20280 Language=Russian
20281 Drive %1 is now connected to %2.
20282 .
20283 Language=Spanish
20284 Drive %1 is now connected to %2.
20285 .
20286 Language=Turkish
20287 Drive %1 is now connected to %2.
20288 .
20289 Language=Chinese
20290 Drive %1 is now connected to %2.
20291 .
20292 Language=Taiwanese
20293 Drive %1 is now connected to %2.
20294 .
20295
20296 MessageId=3920
20297 Severity=Success
20298 Facility=System
20299 SymbolicName=APPERR_3920
20300 Language=English
20301 There are no available drive letters left.
20302 .
20303 Language=Polish
20304 There are no available drive letters left.
20305 .
20306 Language=Romanian
20307 There are no available drive letters left.
20308 .
20309 Language=Russian
20310 There are no available drive letters left.
20311 .
20312 Language=Spanish
20313 There are no available drive letters left.
20314 .
20315 Language=Turkish
20316 There are no available drive letters left.
20317 .
20318 Language=Chinese
20319 There are no available drive letters left.
20320 .
20321 Language=Taiwanese
20322 There are no available drive letters left.
20323 .
20324
20325 MessageId=3932
20326 Severity=Success
20327 Facility=System
20328 SymbolicName=APPERR_3932
20329 Language=English
20330 %1 is not a valid domain or workgroup name.
20331 .
20332 Language=Polish
20333 %1 is not a valid domain or workgroup name.
20334 .
20335 Language=Romanian
20336 %1 is not a valid domain or workgroup name.
20337 .
20338 Language=Russian
20339 %1 is not a valid domain or workgroup name.
20340 .
20341 Language=Spanish
20342 %1 is not a valid domain or workgroup name.
20343 .
20344 Language=Turkish
20345 %1 is not a valid domain or workgroup name.
20346 .
20347 Language=Chinese
20348 %1 is not a valid domain or workgroup name.
20349 .
20350 Language=Taiwanese
20351 %1 is not a valid domain or workgroup name.
20352 .
20353
20354 MessageId=3935
20355 Severity=Success
20356 Facility=System
20357 SymbolicName=APPERR_3935
20358 Language=English
20359 The current SNTP value is: %1
20360 .
20361 Language=Polish
20362 The current SNTP value is: %1
20363 .
20364 Language=Romanian
20365 The current SNTP value is: %1
20366 .
20367 Language=Russian
20368 The current SNTP value is: %1
20369 .
20370 Language=Spanish
20371 The current SNTP value is: %1
20372 .
20373 Language=Turkish
20374 The current SNTP value is: %1
20375 .
20376 Language=Chinese
20377 The current SNTP value is: %1
20378 .
20379 Language=Taiwanese
20380 The current SNTP value is: %1
20381 .
20382
20383 MessageId=3936
20384 Severity=Success
20385 Facility=System
20386 SymbolicName=APPERR_3936
20387 Language=English
20388 This computer is not currently configured to use a specific SNTP server.
20389 .
20390 Language=Polish
20391 This computer is not currently configured to use a specific SNTP server.
20392 .
20393 Language=Romanian
20394 This computer is not currently configured to use a specific SNTP server.
20395 .
20396 Language=Russian
20397 This computer is not currently configured to use a specific SNTP server.
20398 .
20399 Language=Spanish
20400 This computer is not currently configured to use a specific SNTP server.
20401 .
20402 Language=Turkish
20403 This computer is not currently configured to use a specific SNTP server.
20404 .
20405 Language=Chinese
20406 This computer is not currently configured to use a specific SNTP server.
20407 .
20408 Language=Taiwanese
20409 This computer is not currently configured to use a specific SNTP server.
20410 .
20411
20412 MessageId=3937
20413 Severity=Success
20414 Facility=System
20415 SymbolicName=APPERR_3937
20416 Language=English
20417 This current autoconfigured SNTP value is: %1
20418 .
20419 Language=Polish
20420 This current autoconfigured SNTP value is: %1
20421 .
20422 Language=Romanian
20423 This current autoconfigured SNTP value is: %1
20424 .
20425 Language=Russian
20426 This current autoconfigured SNTP value is: %1
20427 .
20428 Language=Spanish
20429 This current autoconfigured SNTP value is: %1
20430 .
20431 Language=Turkish
20432 This current autoconfigured SNTP value is: %1
20433 .
20434 Language=Chinese
20435 This current autoconfigured SNTP value is: %1
20436 .
20437 Language=Taiwanese
20438 This current autoconfigured SNTP value is: %1
20439 .
20440
20441 MessageId=3951
20442 Severity=Success
20443 Facility=System
20444 SymbolicName=APPERR_3951
20445 Language=English
20446 You specified too many values for the %1 option.
20447 .
20448 Language=Polish
20449 You specified too many values for the %1 option.
20450 .
20451 Language=Romanian
20452 You specified too many values for the %1 option.
20453 .
20454 Language=Russian
20455 You specified too many values for the %1 option.
20456 .
20457 Language=Spanish
20458 You specified too many values for the %1 option.
20459 .
20460 Language=Turkish
20461 You specified too many values for the %1 option.
20462 .
20463 Language=Chinese
20464 You specified too many values for the %1 option.
20465 .
20466 Language=Taiwanese
20467 You specified too many values for the %1 option.
20468 .
20469
20470 MessageId=3952
20471 Severity=Success
20472 Facility=System
20473 SymbolicName=APPERR_3952
20474 Language=English
20475 You entered an invalid value for the %1 option.
20476 .
20477 Language=Polish
20478 You entered an invalid value for the %1 option.
20479 .
20480 Language=Romanian
20481 You entered an invalid value for the %1 option.
20482 .
20483 Language=Russian
20484 You entered an invalid value for the %1 option.
20485 .
20486 Language=Spanish
20487 You entered an invalid value for the %1 option.
20488 .
20489 Language=Turkish
20490 You entered an invalid value for the %1 option.
20491 .
20492 Language=Chinese
20493 You entered an invalid value for the %1 option.
20494 .
20495 Language=Taiwanese
20496 You entered an invalid value for the %1 option.
20497 .
20498
20499 MessageId=3953
20500 Severity=Success
20501 Facility=System
20502 SymbolicName=APPERR_3953
20503 Language=English
20504 The syntax is incorrect.
20505 .
20506 Language=Polish
20507 The syntax is incorrect.
20508 .
20509 Language=Romanian
20510 The syntax is incorrect.
20511 .
20512 Language=Russian
20513 The syntax is incorrect.
20514 .
20515 Language=Spanish
20516 The syntax is incorrect.
20517 .
20518 Language=Turkish
20519 The syntax is incorrect.
20520 .
20521 Language=Chinese
20522 The syntax is incorrect.
20523 .
20524 Language=Taiwanese
20525 The syntax is incorrect.
20526 .
20527
20528 MessageId=3960
20529 Severity=Success
20530 Facility=System
20531 SymbolicName=APPERR_3960
20532 Language=English
20533 You specified an invalid file number.
20534 .
20535 Language=Polish
20536 You specified an invalid file number.
20537 .
20538 Language=Romanian
20539 You specified an invalid file number.
20540 .
20541 Language=Russian
20542 You specified an invalid file number.
20543 .
20544 Language=Spanish
20545 You specified an invalid file number.
20546 .
20547 Language=Turkish
20548 You specified an invalid file number.
20549 .
20550 Language=Chinese
20551 You specified an invalid file number.
20552 .
20553 Language=Taiwanese
20554 You specified an invalid file number.
20555 .
20556
20557 MessageId=3961
20558 Severity=Success
20559 Facility=System
20560 SymbolicName=APPERR_3961
20561 Language=English
20562 You specified an invalid print job number.
20563 .
20564 Language=Polish
20565 You specified an invalid print job number.
20566 .
20567 Language=Romanian
20568 You specified an invalid print job number.
20569 .
20570 Language=Russian
20571 You specified an invalid print job number.
20572 .
20573 Language=Spanish
20574 You specified an invalid print job number.
20575 .
20576 Language=Turkish
20577 You specified an invalid print job number.
20578 .
20579 Language=Chinese
20580 You specified an invalid print job number.
20581 .
20582 Language=Taiwanese
20583 You specified an invalid print job number.
20584 .
20585
20586 MessageId=3963
20587 Severity=Success
20588 Facility=System
20589 SymbolicName=APPERR_3963
20590 Language=English
20591 The user or group account specified cannot be found.
20592 .
20593 Language=Polish
20594 The user or group account specified cannot be found.
20595 .
20596 Language=Romanian
20597 The user or group account specified cannot be found.
20598 .
20599 Language=Russian
20600 The user or group account specified cannot be found.
20601 .
20602 Language=Spanish
20603 The user or group account specified cannot be found.
20604 .
20605 Language=Turkish
20606 The user or group account specified cannot be found.
20607 .
20608 Language=Chinese
20609 The user or group account specified cannot be found.
20610 .
20611 Language=Taiwanese
20612 The user or group account specified cannot be found.
20613 .
20614
20615 MessageId=3965
20616 Severity=Success
20617 Facility=System
20618 SymbolicName=APPERR_3965
20619 Language=English
20620 The user was added but could not be enabled for File and Print\n
20621 Services for NetWare.
20622 .
20623 Language=Polish
20624 The user was added but could not be enabled for File and Print\n
20625 Services for NetWare.
20626 .
20627 Language=Romanian
20628 The user was added but could not be enabled for File and Print\n
20629 Services for NetWare.
20630 .
20631 Language=Russian
20632 The user was added but could not be enabled for File and Print\n
20633 Services for NetWare.
20634 .
20635 Language=Spanish
20636 The user was added but could not be enabled for File and Print\n
20637 Services for NetWare.
20638 .
20639 Language=Turkish
20640 The user was added but could not be enabled for File and Print\n
20641 Services for NetWare.
20642 .
20643 Language=Chinese
20644 The user was added but could not be enabled for File and Print\n
20645 Services for NetWare.
20646 .
20647 Language=Taiwanese
20648 The user was added but could not be enabled for File and Print\n
20649 Services for NetWare.
20650 .
20651
20652 MessageId=3966
20653 Severity=Success
20654 Facility=System
20655 SymbolicName=APPERR_3966
20656 Language=English
20657 File and Print Services for NetWare is not installed.
20658 .
20659 Language=Polish
20660 File and Print Services for NetWare is not installed.
20661 .
20662 Language=Romanian
20663 File and Print Services for NetWare is not installed.
20664 .
20665 Language=Russian
20666 File and Print Services for NetWare is not installed.
20667 .
20668 Language=Spanish
20669 File and Print Services for NetWare is not installed.
20670 .
20671 Language=Turkish
20672 File and Print Services for NetWare is not installed.
20673 .
20674 Language=Chinese
20675 File and Print Services for NetWare is not installed.
20676 .
20677 Language=Taiwanese
20678 File and Print Services for NetWare is not installed.
20679 .
20680
20681 MessageId=3967
20682 Severity=Success
20683 Facility=System
20684 SymbolicName=APPERR_3967
20685 Language=English
20686 Cannot set user properties for File and Print Services for NetWare.
20687 .
20688 Language=Polish
20689 Cannot set user properties for File and Print Services for NetWare.
20690 .
20691 Language=Romanian
20692 Cannot set user properties for File and Print Services for NetWare.
20693 .
20694 Language=Russian
20695 Cannot set user properties for File and Print Services for NetWare.
20696 .
20697 Language=Spanish
20698 Cannot set user properties for File and Print Services for NetWare.
20699 .
20700 Language=Turkish
20701 Cannot set user properties for File and Print Services for NetWare.
20702 .
20703 Language=Chinese
20704 Cannot set user properties for File and Print Services for NetWare.
20705 .
20706 Language=Taiwanese
20707 Cannot set user properties for File and Print Services for NetWare.
20708 .
20709
20710 MessageId=3968
20711 Severity=Success
20712 Facility=System
20713 SymbolicName=APPERR_3968
20714 Language=English
20715 Password for %1 is: %2
20716 .
20717 Language=Polish
20718 Password for %1 is: %2
20719 .
20720 Language=Romanian
20721 Password for %1 is: %2
20722 .
20723 Language=Russian
20724 Password for %1 is: %2
20725 .
20726 Language=Spanish
20727 Password for %1 is: %2
20728 .
20729 Language=Turkish
20730 Password for %1 is: %2
20731 .
20732 Language=Chinese
20733 Password for %1 is: %2
20734 .
20735 Language=Taiwanese
20736 Password for %1 is: %2
20737 .
20738
20739 MessageId=3969
20740 Severity=Success
20741 Facility=System
20742 SymbolicName=APPERR_3969
20743 Language=English
20744 NetWare compatible logon
20745 .
20746 Language=Polish
20747 NetWare compatible logon
20748 .
20749 Language=Romanian
20750 NetWare compatible logon
20751 .
20752 Language=Russian
20753 NetWare compatible logon
20754 .
20755 Language=Spanish
20756 NetWare compatible logon
20757 .
20758 Language=Turkish
20759 NetWare compatible logon
20760 .
20761 Language=Chinese
20762 NetWare compatible logon
20763 .
20764 Language=Taiwanese
20765 NetWare compatible logon
20766 .
20767
20768
20769 ;
20770 ; apperr2.h (non-public) message difinitions (4300 - 5299 APPERR2_BASE)
20771 ;
20772
20773 MessageId=4300
20774 Severity=Success
20775 Facility=System
20776 SymbolicName=APPERR2_4300
20777 Language=English
20778 Yes%0
20779 .
20780 Language=Polish
20781 Yes%0
20782 .
20783 Language=Romanian
20784 Yes%0
20785 .
20786 Language=Russian
20787 Yes%0
20788 .
20789 Language=Spanish
20790 Yes%0
20791 .
20792 Language=Turkish
20793 Yes%0
20794 .
20795 Language=Chinese
20796 Yes%0
20797 .
20798 Language=Taiwanese
20799 Yes%0
20800 .
20801
20802 MessageId=4301
20803 Severity=Success
20804 Facility=System
20805 SymbolicName=APPERR2_4301
20806 Language=English
20807 No%0
20808 .
20809 Language=Polish
20810 No%0
20811 .
20812 Language=Romanian
20813 No%0
20814 .
20815 Language=Russian
20816 No%0
20817 .
20818 Language=Spanish
20819 No%0
20820 .
20821 Language=Turkish
20822 No%0
20823 .
20824 Language=Chinese
20825 No%0
20826 .
20827 Language=Taiwanese
20828 No%0
20829 .
20830
20831 MessageId=4302
20832 Severity=Success
20833 Facility=System
20834 SymbolicName=APPERR2_4302
20835 Language=English
20836 All%0
20837 .
20838 Language=Polish
20839 All%0
20840 .
20841 Language=Romanian
20842 All%0
20843 .
20844 Language=Russian
20845 All%0
20846 .
20847 Language=Spanish
20848 All%0
20849 .
20850 Language=Turkish
20851 All%0
20852 .
20853 Language=Chinese
20854 All%0
20855 .
20856 Language=Taiwanese
20857 All%0
20858 .
20859
20860 MessageId=4303
20861 Severity=Success
20862 Facility=System
20863 SymbolicName=APPERR2_4303
20864 Language=English
20865 None%0
20866 .
20867 Language=Polish
20868 None%0
20869 .
20870 Language=Romanian
20871 None%0
20872 .
20873 Language=Russian
20874 None%0
20875 .
20876 Language=Spanish
20877 None%0
20878 .
20879 Language=Turkish
20880 None%0
20881 .
20882 Language=Chinese
20883 None%0
20884 .
20885 Language=Taiwanese
20886 None%0
20887 .
20888
20889 MessageId=4304
20890 Severity=Success
20891 Facility=System
20892 SymbolicName=APPERR2_4304
20893 Language=English
20894 Always%0
20895 .
20896 Language=Polish
20897 Always%0
20898 .
20899 Language=Romanian
20900 Always%0
20901 .
20902 Language=Russian
20903 Always%0
20904 .
20905 Language=Spanish
20906 Always%0
20907 .
20908 Language=Turkish
20909 Always%0
20910 .
20911 Language=Chinese
20912 Always%0
20913 .
20914 Language=Taiwanese
20915 Always%0
20916 .
20917
20918 MessageId=4305
20919 Severity=Success
20920 Facility=System
20921 SymbolicName=APPERR2_4305
20922 Language=English
20923 Never%0
20924 .
20925 Language=Polish
20926 Never%0
20927 .
20928 Language=Romanian
20929 Never%0
20930 .
20931 Language=Russian
20932 Never%0
20933 .
20934 Language=Spanish
20935 Never%0
20936 .
20937 Language=Turkish
20938 Never%0
20939 .
20940 Language=Chinese
20941 Never%0
20942 .
20943 Language=Taiwanese
20944 Never%0
20945 .
20946
20947 MessageId=4306
20948 Severity=Success
20949 Facility=System
20950 SymbolicName=APPERR2_4306
20951 Language=English
20952 Unlimited%0
20953 .
20954 Language=Polish
20955 Unlimited%0
20956 .
20957 Language=Romanian
20958 Unlimited%0
20959 .
20960 Language=Russian
20961 Unlimited%0
20962 .
20963 Language=Spanish
20964 Unlimited%0
20965 .
20966 Language=Turkish
20967 Unlimited%0
20968 .
20969 Language=Chinese
20970 Unlimited%0
20971 .
20972 Language=Taiwanese
20973 Unlimited%0
20974 .
20975
20976 MessageId=4307
20977 Severity=Success
20978 Facility=System
20979 SymbolicName=APPERR2_4307
20980 Language=English
20981 Sunday%0
20982 .
20983 Language=Polish
20984 Sunday%0
20985 .
20986 Language=Romanian
20987 Sunday%0
20988 .
20989 Language=Russian
20990 Sunday%0
20991 .
20992 Language=Spanish
20993 Sunday%0
20994 .
20995 Language=Turkish
20996 Sunday%0
20997 .
20998 Language=Chinese
20999 Sunday%0
21000 .
21001 Language=Taiwanese
21002 Sunday%0
21003 .
21004
21005 MessageId=4308
21006 Severity=Success
21007 Facility=System
21008 SymbolicName=APPERR2_4308
21009 Language=English
21010 Monday%0
21011 .
21012 Language=Polish
21013 Monday%0
21014 .
21015 Language=Romanian
21016 Monday%0
21017 .
21018 Language=Russian
21019 Monday%0
21020 .
21021 Language=Spanish
21022 Monday%0
21023 .
21024 Language=Turkish
21025 Monday%0
21026 .
21027 Language=Chinese
21028 Monday%0
21029 .
21030 Language=Taiwanese
21031 Monday%0
21032 .
21033
21034 MessageId=4309
21035 Severity=Success
21036 Facility=System
21037 SymbolicName=APPERR2_4309
21038 Language=English
21039 Tuesday%0
21040 .
21041 Language=Polish
21042 Tuesday%0
21043 .
21044 Language=Romanian
21045 Tuesday%0
21046 .
21047 Language=Russian
21048 Tuesday%0
21049 .
21050 Language=Spanish
21051 Tuesday%0
21052 .
21053 Language=Turkish
21054 Tuesday%0
21055 .
21056 Language=Chinese
21057 Tuesday%0
21058 .
21059 Language=Taiwanese
21060 Tuesday%0
21061 .
21062
21063 MessageId=4310
21064 Severity=Success
21065 Facility=System
21066 SymbolicName=APPERR2_4310
21067 Language=English
21068 Wednesday%0
21069 .
21070 Language=Polish
21071 Wednesday%0
21072 .
21073 Language=Romanian
21074 Wednesday%0
21075 .
21076 Language=Russian
21077 Wednesday%0
21078 .
21079 Language=Spanish
21080 Wednesday%0
21081 .
21082 Language=Turkish
21083 Wednesday%0
21084 .
21085 Language=Chinese
21086 Wednesday%0
21087 .
21088 Language=Taiwanese
21089 Wednesday%0
21090 .
21091
21092 MessageId=4311
21093 Severity=Success
21094 Facility=System
21095 SymbolicName=APPERR2_4311
21096 Language=English
21097 Thursday%0
21098 .
21099 Language=Polish
21100 Thursday%0
21101 .
21102 Language=Romanian
21103 Thursday%0
21104 .
21105 Language=Russian
21106 Thursday%0
21107 .
21108 Language=Spanish
21109 Thursday%0
21110 .
21111 Language=Turkish
21112 Thursday%0
21113 .
21114 Language=Chinese
21115 Thursday%0
21116 .
21117 Language=Taiwanese
21118 Thursday%0
21119 .
21120
21121 MessageId=4312
21122 Severity=Success
21123 Facility=System
21124 SymbolicName=APPERR2_4312
21125 Language=English
21126 Friday%0
21127 .
21128 Language=Polish
21129 Friday%0
21130 .
21131 Language=Romanian
21132 Friday%0
21133 .
21134 Language=Russian
21135 Friday%0
21136 .
21137 Language=Spanish
21138 Friday%0
21139 .
21140 Language=Turkish
21141 Friday%0
21142 .
21143 Language=Chinese
21144 Friday%0
21145 .
21146 Language=Taiwanese
21147 Friday%0
21148 .
21149
21150 MessageId=4313
21151 Severity=Success
21152 Facility=System
21153 SymbolicName=APPERR2_4313
21154 Language=English
21155 Saturday%0
21156 .
21157 Language=Polish
21158 Saturday%0
21159 .
21160 Language=Romanian
21161 Saturday%0
21162 .
21163 Language=Russian
21164 Saturday%0
21165 .
21166 Language=Spanish
21167 Saturday%0
21168 .
21169 Language=Turkish
21170 Saturday%0
21171 .
21172 Language=Chinese
21173 Saturday%0
21174 .
21175 Language=Taiwanese
21176 Saturday%0
21177 .
21178
21179 MessageId=4314
21180 Severity=Success
21181 Facility=System
21182 SymbolicName=APPERR2_4314
21183 Language=English
21184 Su%0
21185 .
21186 Language=Polish
21187 Su%0
21188 .
21189 Language=Romanian
21190 Su%0
21191 .
21192 Language=Russian
21193 Su%0
21194 .
21195 Language=Spanish
21196 Su%0
21197 .
21198 Language=Turkish
21199 Su%0
21200 .
21201 Language=Chinese
21202 Su%0
21203 .
21204 Language=Taiwanese
21205 Su%0
21206 .
21207
21208 MessageId=4315
21209 Severity=Success
21210 Facility=System
21211 SymbolicName=APPERR2_4315
21212 Language=English
21213 M%0
21214 .
21215 Language=Polish
21216 M%0
21217 .
21218 Language=Romanian
21219 M%0
21220 .
21221 Language=Russian
21222 M%0
21223 .
21224 Language=Spanish
21225 M%0
21226 .
21227 Language=Turkish
21228 M%0
21229 .
21230 Language=Chinese
21231 M%0
21232 .
21233 Language=Taiwanese
21234 M%0
21235 .
21236
21237 MessageId=4316
21238 Severity=Success
21239 Facility=System
21240 SymbolicName=APPERR2_4316
21241 Language=English
21242 T%0
21243 .
21244 Language=Polish
21245 T%0
21246 .
21247 Language=Romanian
21248 T%0
21249 .
21250 Language=Russian
21251 T%0
21252 .
21253 Language=Spanish
21254 T%0
21255 .
21256 Language=Turkish
21257 T%0
21258 .
21259 Language=Chinese
21260 T%0
21261 .
21262 Language=Taiwanese
21263 T%0
21264 .
21265
21266 MessageId=4317
21267 Severity=Success
21268 Facility=System
21269 SymbolicName=APPERR2_4317
21270 Language=English
21271 W%0
21272 .
21273 Language=Polish
21274 W%0
21275 .
21276 Language=Romanian
21277 W%0
21278 .
21279 Language=Russian
21280 W%0
21281 .
21282 Language=Spanish
21283 W%0
21284 .
21285 Language=Turkish
21286 W%0
21287 .
21288 Language=Chinese
21289 W%0
21290 .
21291 Language=Taiwanese
21292 W%0
21293 .
21294
21295 MessageId=4318
21296 Severity=Success
21297 Facility=System
21298 SymbolicName=APPERR2_4318
21299 Language=English
21300 Th%0
21301 .
21302 Language=Polish
21303 Th%0
21304 .
21305 Language=Romanian
21306 Th%0
21307 .
21308 Language=Russian
21309 Th%0
21310 .
21311 Language=Spanish
21312 Th%0
21313 .
21314 Language=Turkish
21315 Th%0
21316 .
21317 Language=Chinese
21318 Th%0
21319 .
21320 Language=Taiwanese
21321 Th%0
21322 .
21323
21324 MessageId=4319
21325 Severity=Success
21326 Facility=System
21327 SymbolicName=APPERR2_4319
21328 Language=English
21329 F%0
21330 .
21331 Language=Polish
21332 F%0
21333 .
21334 Language=Romanian
21335 F%0
21336 .
21337 Language=Russian
21338 F%0
21339 .
21340 Language=Spanish
21341 F%0
21342 .
21343 Language=Turkish
21344 F%0
21345 .
21346 Language=Chinese
21347 F%0
21348 .
21349 Language=Taiwanese
21350 F%0
21351 .
21352
21353 MessageId=4320
21354 Severity=Success
21355 Facility=System
21356 SymbolicName=APPERR2_4320
21357 Language=English
21358 S%0
21359 .
21360 Language=Polish
21361 S%0
21362 .
21363 Language=Romanian
21364 S%0
21365 .
21366 Language=Russian
21367 S%0
21368 .
21369 Language=Spanish
21370 S%0
21371 .
21372 Language=Turkish
21373 S%0
21374 .
21375 Language=Chinese
21376 S%0
21377 .
21378 Language=Taiwanese
21379 S%0
21380 .
21381
21382 MessageId=4321
21383 Severity=Success
21384 Facility=System
21385 SymbolicName=APPERR2_4321
21386 Language=English
21387 Unknown%0
21388 .
21389 Language=Polish
21390 Unknown%0
21391 .
21392 Language=Romanian
21393 Unknown%0
21394 .
21395 Language=Russian
21396 Unknown%0
21397 .
21398 Language=Spanish
21399 Unknown%0
21400 .
21401 Language=Turkish
21402 Unknown%0
21403 .
21404 Language=Chinese
21405 Unknown%0
21406 .
21407 Language=Taiwanese
21408 Unknown%0
21409 .
21410
21411 MessageId=4322
21412 Severity=Success
21413 Facility=System
21414 SymbolicName=APPERR2_4322
21415 Language=English
21416 AM%0
21417 .
21418 Language=Polish
21419 AM%0
21420 .
21421 Language=Romanian
21422 AM%0
21423 .
21424 Language=Russian
21425 AM%0
21426 .
21427 Language=Spanish
21428 AM%0
21429 .
21430 Language=Turkish
21431 AM%0
21432 .
21433 Language=Chinese
21434 AM%0
21435 .
21436 Language=Taiwanese
21437 AM%0
21438 .
21439
21440 MessageId=4323
21441 Severity=Success
21442 Facility=System
21443 SymbolicName=APPERR2_4323
21444 Language=English
21445 A.M.%0
21446 .
21447 Language=Polish
21448 A.M.%0
21449 .
21450 Language=Romanian
21451 A.M.%0
21452 .
21453 Language=Russian
21454 A.M.%0
21455 .
21456 Language=Spanish
21457 A.M.%0
21458 .
21459 Language=Turkish
21460 A.M.%0
21461 .
21462 Language=Chinese
21463 A.M.%0
21464 .
21465 Language=Taiwanese
21466 A.M.%0
21467 .
21468
21469 MessageId=4324
21470 Severity=Success
21471 Facility=System
21472 SymbolicName=APPERR2_4324
21473 Language=English
21474 PM%0
21475 .
21476 Language=Polish
21477 PM%0
21478 .
21479 Language=Romanian
21480 PM%0
21481 .
21482 Language=Russian
21483 PM%0
21484 .
21485 Language=Spanish
21486 PM%0
21487 .
21488 Language=Turkish
21489 PM%0
21490 .
21491 Language=Chinese
21492 PM%0
21493 .
21494 Language=Taiwanese
21495 PM%0
21496 .
21497
21498 MessageId=4325
21499 Severity=Success
21500 Facility=System
21501 SymbolicName=APPERR2_4325
21502 Language=English
21503 P.M.%0
21504 .
21505 Language=Polish
21506 P.M.%0
21507 .
21508 Language=Romanian
21509 P.M.%0
21510 .
21511 Language=Russian
21512 P.M.%0
21513 .
21514 Language=Spanish
21515 P.M.%0
21516 .
21517 Language=Turkish
21518 P.M.%0
21519 .
21520 Language=Chinese
21521 P.M.%0
21522 .
21523 Language=Taiwanese
21524 P.M.%0
21525 .
21526
21527 MessageId=4326
21528 Severity=Success
21529 Facility=System
21530 SymbolicName=APPERR2_4326
21531 Language=English
21532 Server%0
21533 .
21534 Language=Polish
21535 Server%0
21536 .
21537 Language=Romanian
21538 Server%0
21539 .
21540 Language=Russian
21541 Server%0
21542 .
21543 Language=Spanish
21544 Server%0
21545 .
21546 Language=Turkish
21547 Server%0
21548 .
21549 Language=Chinese
21550 Server%0
21551 .
21552 Language=Taiwanese
21553 Server%0
21554 .
21555
21556 MessageId=4327
21557 Severity=Success
21558 Facility=System
21559 SymbolicName=APPERR2_4327
21560 Language=English
21561 Redirector%0
21562 .
21563 Language=Polish
21564 Redirector%0
21565 .
21566 Language=Romanian
21567 Redirector%0
21568 .
21569 Language=Russian
21570 Redirector%0
21571 .
21572 Language=Spanish
21573 Redirector%0
21574 .
21575 Language=Turkish
21576 Redirector%0
21577 .
21578 Language=Chinese
21579 Redirector%0
21580 .
21581 Language=Taiwanese
21582 Redirector%0
21583 .
21584
21585 MessageId=4328
21586 Severity=Success
21587 Facility=System
21588 SymbolicName=APPERR2_4328
21589 Language=English
21590 Application%0
21591 .
21592 Language=Polish
21593 Application%0
21594 .
21595 Language=Romanian
21596 Application%0
21597 .
21598 Language=Russian
21599 Application%0
21600 .
21601 Language=Spanish
21602 Application%0
21603 .
21604 Language=Turkish
21605 Application%0
21606 .
21607 Language=Chinese
21608 Application%0
21609 .
21610 Language=Taiwanese
21611 Application%0
21612 .
21613
21614 MessageId=4329
21615 Severity=Success
21616 Facility=System
21617 SymbolicName=APPERR2_4329
21618 Language=English
21619 Total%0
21620 .
21621 Language=Polish
21622 Total%0
21623 .
21624 Language=Romanian
21625 Total%0
21626 .
21627 Language=Russian
21628 Total%0
21629 .
21630 Language=Spanish
21631 Total%0
21632 .
21633 Language=Turkish
21634 Total%0
21635 .
21636 Language=Chinese
21637 Total%0
21638 .
21639 Language=Taiwanese
21640 Total%0
21641 .
21642
21643 MessageId=4330
21644 Severity=Success
21645 Facility=System
21646 SymbolicName=APPERR2_4330
21647 Language=English
21648 ? %1 %0
21649 .
21650 Language=Polish
21651 ? %1 %0
21652 .
21653 Language=Romanian
21654 ? %1 %0
21655 .
21656 Language=Russian
21657 ? %1 %0
21658 .
21659 Language=Spanish
21660 ? %1 %0
21661 .
21662 Language=Turkish
21663 ? %1 %0
21664 .
21665 Language=Chinese
21666 ? %1 %0
21667 .
21668 Language=Taiwanese
21669 ? %1 %0
21670 .
21671
21672 MessageId=4331
21673 Severity=Success
21674 Facility=System
21675 SymbolicName=APPERR2_4331
21676 Language=English
21677 K%0
21678 .
21679 Language=Polish
21680 K%0
21681 .
21682 Language=Romanian
21683 K%0
21684 .
21685 Language=Russian
21686 K%0
21687 .
21688 Language=Spanish
21689 K%0
21690 .
21691 Language=Turkish
21692 K%0
21693 .
21694 Language=Chinese
21695 K%0
21696 .
21697 Language=Taiwanese
21698 K%0
21699 .
21700
21701 MessageId=4332
21702 Severity=Success
21703 Facility=System
21704 SymbolicName=APPERR2_4332
21705 Language=English
21706 (none)%0
21707 .
21708 Language=Polish
21709 (none)%0
21710 .
21711 Language=Romanian
21712 (none)%0
21713 .
21714 Language=Russian
21715 (none)%0
21716 .
21717 Language=Spanish
21718 (none)%0
21719 .
21720 Language=Turkish
21721 (none)%0
21722 .
21723 Language=Chinese
21724 (none)%0
21725 .
21726 Language=Taiwanese
21727 (none)%0
21728 .
21729
21730 MessageId=4333
21731 Severity=Success
21732 Facility=System
21733 SymbolicName=APPERR2_4333
21734 Language=English
21735 Device%0
21736 .
21737 Language=Polish
21738 Device%0
21739 .
21740 Language=Romanian
21741 Device%0
21742 .
21743 Language=Russian
21744 Device%0
21745 .
21746 Language=Spanish
21747 Device%0
21748 .
21749 Language=Turkish
21750 Device%0
21751 .
21752 Language=Chinese
21753 Device%0
21754 .
21755 Language=Taiwanese
21756 Device%0
21757 .
21758
21759 MessageId=4334
21760 Severity=Success
21761 Facility=System
21762 SymbolicName=APPERR2_4334
21763 Language=English
21764 Remark%0
21765 .
21766 Language=Polish
21767 Remark%0
21768 .
21769 Language=Romanian
21770 Remark%0
21771 .
21772 Language=Russian
21773 Remark%0
21774 .
21775 Language=Spanish
21776 Remark%0
21777 .
21778 Language=Turkish
21779 Remark%0
21780 .
21781 Language=Chinese
21782 Remark%0
21783 .
21784 Language=Taiwanese
21785 Remark%0
21786 .
21787
21788 MessageId=4335
21789 Severity=Success
21790 Facility=System
21791 SymbolicName=APPERR2_4335
21792 Language=English
21793 At%0
21794 .
21795 Language=Polish
21796 At%0
21797 .
21798 Language=Romanian
21799 At%0
21800 .
21801 Language=Russian
21802 At%0
21803 .
21804 Language=Spanish
21805 At%0
21806 .
21807 Language=Turkish
21808 At%0
21809 .
21810 Language=Chinese
21811 At%0
21812 .
21813 Language=Taiwanese
21814 At%0
21815 .
21816
21817 MessageId=4336
21818 Severity=Success
21819 Facility=System
21820 SymbolicName=APPERR2_4336
21821 Language=English
21822 Queue%0
21823 .
21824 Language=Polish
21825 Queue%0
21826 .
21827 Language=Romanian
21828 Queue%0
21829 .
21830 Language=Russian
21831 Queue%0
21832 .
21833 Language=Spanish
21834 Queue%0
21835 .
21836 Language=Turkish
21837 Queue%0
21838 .
21839 Language=Chinese
21840 Queue%0
21841 .
21842 Language=Taiwanese
21843 Queue%0
21844 .
21845
21846 MessageId=4337
21847 Severity=Success
21848 Facility=System
21849 SymbolicName=APPERR2_4337
21850 Language=English
21851 Queues%0
21852 .
21853 Language=Polish
21854 Queues%0
21855 .
21856 Language=Romanian
21857 Queues%0
21858 .
21859 Language=Russian
21860 Queues%0
21861 .
21862 Language=Spanish
21863 Queues%0
21864 .
21865 Language=Turkish
21866 Queues%0
21867 .
21868 Language=Chinese
21869 Queues%0
21870 .
21871 Language=Taiwanese
21872 Queues%0
21873 .
21874
21875 MessageId=4338
21876 Severity=Success
21877 Facility=System
21878 SymbolicName=APPERR2_4338
21879 Language=English
21880 User name%0
21881 .
21882 Language=Polish
21883 User name%0
21884 .
21885 Language=Romanian
21886 User name%0
21887 .
21888 Language=Russian
21889 User name%0
21890 .
21891 Language=Spanish
21892 User name%0
21893 .
21894 Language=Turkish
21895 User name%0
21896 .
21897 Language=Chinese
21898 User name%0
21899 .
21900 Language=Taiwanese
21901 User name%0
21902 .
21903
21904 MessageId=4339
21905 Severity=Success
21906 Facility=System
21907 SymbolicName=APPERR2_4339
21908 Language=English
21909 Path%0
21910 .
21911 Language=Polish
21912 Path%0
21913 .
21914 Language=Romanian
21915 Path%0
21916 .
21917 Language=Russian
21918 Path%0
21919 .
21920 Language=Spanish
21921 Path%0
21922 .
21923 Language=Turkish
21924 Path%0
21925 .
21926 Language=Chinese
21927 Path%0
21928 .
21929 Language=Taiwanese
21930 Path%0
21931 .
21932
21933 MessageId=4340
21934 Severity=Success
21935 Facility=System
21936 SymbolicName=APPERR2_4340
21937 Language=English
21938 (Y/N) [Y]%0
21939 .
21940 Language=Polish
21941 (Y/N) [Y]%0
21942 .
21943 Language=Romanian
21944 (Y/N) [Y]%0
21945 .
21946 Language=Russian
21947 (Y/N) [Y]%0
21948 .
21949 Language=Spanish
21950 (Y/N) [Y]%0
21951 .
21952 Language=Turkish
21953 (Y/N) [Y]%0
21954 .
21955 Language=Chinese
21956 (Y/N) [Y]%0
21957 .
21958 Language=Taiwanese
21959 (Y/N) [Y]%0
21960 .
21961
21962 MessageId=4341
21963 Severity=Success
21964 Facility=System
21965 SymbolicName=APPERR2_4341
21966 Language=English
21967 (Y/N) [N]%0
21968 .
21969 Language=Polish
21970 (Y/N) [N]%0
21971 .
21972 Language=Romanian
21973 (Y/N) [N]%0
21974 .
21975 Language=Russian
21976 (Y/N) [N]%0
21977 .
21978 Language=Spanish
21979 (Y/N) [N]%0
21980 .
21981 Language=Turkish
21982 (Y/N) [N]%0
21983 .
21984 Language=Chinese
21985 (Y/N) [N]%0
21986 .
21987 Language=Taiwanese
21988 (Y/N) [N]%0
21989 .
21990
21991 MessageId=4342
21992 Severity=Success
21993 Facility=System
21994 SymbolicName=APPERR2_4342
21995 Language=English
21996 Error%0
21997 .
21998 Language=Polish
21999 Error%0
22000 .
22001 Language=Romanian
22002 Error%0
22003 .
22004 Language=Russian
22005 Error%0
22006 .
22007 Language=Spanish
22008 Error%0
22009 .
22010 Language=Turkish
22011 Error%0
22012 .
22013 Language=Chinese
22014 Error%0
22015 .
22016 Language=Taiwanese
22017 Error%0
22018 .
22019
22020 MessageId=4343
22021 Severity=Success
22022 Facility=System
22023 SymbolicName=APPERR2_4343
22024 Language=English
22025 OK%0
22026 .
22027 Language=Polish
22028 OK%0
22029 .
22030 Language=Romanian
22031 OK%0
22032 .
22033 Language=Russian
22034 OK%0
22035 .
22036 Language=Spanish
22037 OK%0
22038 .
22039 Language=Turkish
22040 OK%0
22041 .
22042 Language=Chinese
22043 OK%0
22044 .
22045 Language=Taiwanese
22046 OK%0
22047 .
22048
22049 MessageId=4344
22050 Severity=Success
22051 Facility=System
22052 SymbolicName=APPERR2_4344
22053 Language=English
22054 Y%0
22055 .
22056 Language=Polish
22057 Y%0
22058 .
22059 Language=Romanian
22060 Y%0
22061 .
22062 Language=Russian
22063 Y%0
22064 .
22065 Language=Spanish
22066 Y%0
22067 .
22068 Language=Turkish
22069 Y%0
22070 .
22071 Language=Chinese
22072 Y%0
22073 .
22074 Language=Taiwanese
22075 Y%0
22076 .
22077
22078 MessageId=4345
22079 Severity=Success
22080 Facility=System
22081 SymbolicName=APPERR2_4345
22082 Language=English
22083 N%0
22084 .
22085 Language=Polish
22086 N%0
22087 .
22088 Language=Romanian
22089 N%0
22090 .
22091 Language=Russian
22092 N%0
22093 .
22094 Language=Spanish
22095 N%0
22096 .
22097 Language=Turkish
22098 N%0
22099 .
22100 Language=Chinese
22101 N%0
22102 .
22103 Language=Taiwanese
22104 N%0
22105 .
22106
22107 MessageId=4346
22108 Severity=Success
22109 Facility=System
22110 SymbolicName=APPERR2_4346
22111 Language=English
22112 Any%0
22113 .
22114 Language=Polish
22115 Any%0
22116 .
22117 Language=Romanian
22118 Any%0
22119 .
22120 Language=Russian
22121 Any%0
22122 .
22123 Language=Spanish
22124 Any%0
22125 .
22126 Language=Turkish
22127 Any%0
22128 .
22129 Language=Chinese
22130 Any%0
22131 .
22132 Language=Taiwanese
22133 Any%0
22134 .
22135
22136 MessageId=4347
22137 Severity=Success
22138 Facility=System
22139 SymbolicName=APPERR2_4347
22140 Language=English
22141 A%0
22142 .
22143 Language=Polish
22144 A%0
22145 .
22146 Language=Romanian
22147 A%0
22148 .
22149 Language=Russian
22150 A%0
22151 .
22152 Language=Spanish
22153 A%0
22154 .
22155 Language=Turkish
22156 A%0
22157 .
22158 Language=Chinese
22159 A%0
22160 .
22161 Language=Taiwanese
22162 A%0
22163 .
22164
22165 MessageId=4348
22166 Severity=Success
22167 Facility=System
22168 SymbolicName=APPERR2_4348
22169 Language=English
22170 P%0
22171 .
22172 Language=Polish
22173 P%0
22174 .
22175 Language=Romanian
22176 P%0
22177 .
22178 Language=Russian
22179 P%0
22180 .
22181 Language=Spanish
22182 P%0
22183 .
22184 Language=Turkish
22185 P%0
22186 .
22187 Language=Chinese
22188 P%0
22189 .
22190 Language=Taiwanese
22191 P%0
22192 .
22193
22194 MessageId=4349
22195 Severity=Success
22196 Facility=System
22197 SymbolicName=APPERR2_4349
22198 Language=English
22199 (not found)%0
22200 .
22201 Language=Polish
22202 (not found)%0
22203 .
22204 Language=Romanian
22205 (not found)%0
22206 .
22207 Language=Russian
22208 (not found)%0
22209 .
22210 Language=Spanish
22211 (not found)%0
22212 .
22213 Language=Turkish
22214 (not found)%0
22215 .
22216 Language=Chinese
22217 (not found)%0
22218 .
22219 Language=Taiwanese
22220 (not found)%0
22221 .
22222
22223 MessageId=4350
22224 Severity=Success
22225 Facility=System
22226 SymbolicName=APPERR2_4350
22227 Language=English
22228 (unknown)%0
22229 .
22230 Language=Polish
22231 (unknown)%0
22232 .
22233 Language=Romanian
22234 (unknown)%0
22235 .
22236 Language=Russian
22237 (unknown)%0
22238 .
22239 Language=Spanish
22240 (unknown)%0
22241 .
22242 Language=Turkish
22243 (unknown)%0
22244 .
22245 Language=Chinese
22246 (unknown)%0
22247 .
22248 Language=Taiwanese
22249 (unknown)%0
22250 .
22251
22252 MessageId=4351
22253 Severity=Success
22254 Facility=System
22255 SymbolicName=APPERR2_4351
22256 Language=English
22257 For help on %1 type NET HELP %1
22258 .
22259 Language=Polish
22260 For help on %1 type NET HELP %1
22261 .
22262 Language=Romanian
22263 For help on %1 type NET HELP %1
22264 .
22265 Language=Russian
22266 For help on %1 type NET HELP %1
22267 .
22268 Language=Spanish
22269 For help on %1 type NET HELP %1
22270 .
22271 Language=Turkish
22272 For help on %1 type NET HELP %1
22273 .
22274 Language=Chinese
22275 For help on %1 type NET HELP %1
22276 .
22277 Language=Taiwanese
22278 For help on %1 type NET HELP %1
22279 .
22280
22281 MessageId=4352
22282 Severity=Success
22283 Facility=System
22284 SymbolicName=APPERR2_4352
22285 Language=English
22286 Grant%0
22287 .
22288 Language=Polish
22289 Grant%0
22290 .
22291 Language=Romanian
22292 Grant%0
22293 .
22294 Language=Russian
22295 Grant%0
22296 .
22297 Language=Spanish
22298 Grant%0
22299 .
22300 Language=Turkish
22301 Grant%0
22302 .
22303 Language=Chinese
22304 Grant%0
22305 .
22306 Language=Taiwanese
22307 Grant%0
22308 .
22309
22310 MessageId=4353
22311 Severity=Success
22312 Facility=System
22313 SymbolicName=APPERR2_4353
22314 Language=English
22315 Read%0
22316 .
22317 Language=Polish
22318 Read%0
22319 .
22320 Language=Romanian
22321 Read%0
22322 .
22323 Language=Russian
22324 Read%0
22325 .
22326 Language=Spanish
22327 Read%0
22328 .
22329 Language=Turkish
22330 Read%0
22331 .
22332 Language=Chinese
22333 Read%0
22334 .
22335 Language=Taiwanese
22336 Read%0
22337 .
22338
22339 MessageId=4354
22340 Severity=Success
22341 Facility=System
22342 SymbolicName=APPERR2_4354
22343 Language=English
22344 Change%0
22345 .
22346 Language=Polish
22347 Change%0
22348 .
22349 Language=Romanian
22350 Change%0
22351 .
22352 Language=Russian
22353 Change%0
22354 .
22355 Language=Spanish
22356 Change%0
22357 .
22358 Language=Turkish
22359 Change%0
22360 .
22361 Language=Chinese
22362 Change%0
22363 .
22364 Language=Taiwanese
22365 Change%0
22366 .
22367
22368 MessageId=4355
22369 Severity=Success
22370 Facility=System
22371 SymbolicName=APPERR2_4355
22372 Language=English
22373 Full%0
22374 .
22375 Language=Polish
22376 Full%0
22377 .
22378 Language=Romanian
22379 Full%0
22380 .
22381 Language=Russian
22382 Full%0
22383 .
22384 Language=Spanish
22385 Full%0
22386 .
22387 Language=Turkish
22388 Full%0
22389 .
22390 Language=Chinese
22391 Full%0
22392 .
22393 Language=Taiwanese
22394 Full%0
22395 .
22396
22397 MessageId=4356
22398 Severity=Success
22399 Facility=System
22400 SymbolicName=APPERR2_4356
22401 Language=English
22402 Please type the password: %0
22403 .
22404 Language=Polish
22405 Please type the password: %0
22406 .
22407 Language=Romanian
22408 Please type the password: %0
22409 .
22410 Language=Russian
22411 Please type the password: %0
22412 .
22413 Language=Spanish
22414 Please type the password: %0
22415 .
22416 Language=Turkish
22417 Please type the password: %0
22418 .
22419 Language=Chinese
22420 Please type the password: %0
22421 .
22422 Language=Taiwanese
22423 Please type the password: %0
22424 .
22425
22426 MessageId=4357
22427 Severity=Success
22428 Facility=System
22429 SymbolicName=APPERR2_4357
22430 Language=English
22431 Type the password for %1: %0
22432 .
22433 Language=Polish
22434 Type the password for %1: %0
22435 .
22436 Language=Romanian
22437 Type the password for %1: %0
22438 .
22439 Language=Russian
22440 Type the password for %1: %0
22441 .
22442 Language=Spanish
22443 Type the password for %1: %0
22444 .
22445 Language=Turkish
22446 Type the password for %1: %0
22447 .
22448 Language=Chinese
22449 Type the password for %1: %0
22450 .
22451 Language=Taiwanese
22452 Type the password for %1: %0
22453 .
22454
22455 MessageId=4358
22456 Severity=Success
22457 Facility=System
22458 SymbolicName=APPERR2_4358
22459 Language=English
22460 Type a password for the user: %0
22461 .
22462 Language=Polish
22463 Type a password for the user: %0
22464 .
22465 Language=Romanian
22466 Type a password for the user: %0
22467 .
22468 Language=Russian
22469 Type a password for the user: %0
22470 .
22471 Language=Spanish
22472 Type a password for the user: %0
22473 .
22474 Language=Turkish
22475 Type a password for the user: %0
22476 .
22477 Language=Chinese
22478 Type a password for the user: %0
22479 .
22480 Language=Taiwanese
22481 Type a password for the user: %0
22482 .
22483
22484 MessageId=4359
22485 Severity=Success
22486 Facility=System
22487 SymbolicName=APPERR2_4359
22488 Language=English
22489 Type the password for the shared resource: %0
22490 .
22491 Language=Polish
22492 Type the password for the shared resource: %0
22493 .
22494 Language=Romanian
22495 Type the password for the shared resource: %0
22496 .
22497 Language=Russian
22498 Type the password for the shared resource: %0
22499 .
22500 Language=Spanish
22501 Type the password for the shared resource: %0
22502 .
22503 Language=Turkish
22504 Type the password for the shared resource: %0
22505 .
22506 Language=Chinese
22507 Type the password for the shared resource: %0
22508 .
22509 Language=Taiwanese
22510 Type the password for the shared resource: %0
22511 .
22512
22513 MessageId=4360
22514 Severity=Success
22515 Facility=System
22516 SymbolicName=APPERR2_4360
22517 Language=English
22518 Type your password: %0
22519 .
22520 Language=Polish
22521 Type your password: %0
22522 .
22523 Language=Romanian
22524 Type your password: %0
22525 .
22526 Language=Russian
22527 Type your password: %0
22528 .
22529 Language=Spanish
22530 Type your password: %0
22531 .
22532 Language=Turkish
22533 Type your password: %0
22534 .
22535 Language=Chinese
22536 Type your password: %0
22537 .
22538 Language=Taiwanese
22539 Type your password: %0
22540 .
22541
22542 MessageId=4361
22543 Severity=Success
22544 Facility=System
22545 SymbolicName=APPERR2_4361
22546 Language=English
22547 Retype the password to confirm: %0
22548 .
22549 Language=Polish
22550 Retype the password to confirm: %0
22551 .
22552 Language=Romanian
22553 Retype the password to confirm: %0
22554 .
22555 Language=Russian
22556 Retype the password to confirm: %0
22557 .
22558 Language=Spanish
22559 Retype the password to confirm: %0
22560 .
22561 Language=Turkish
22562 Retype the password to confirm: %0
22563 .
22564 Language=Chinese
22565 Retype the password to confirm: %0
22566 .
22567 Language=Taiwanese
22568 Retype the password to confirm: %0
22569 .
22570
22571 MessageId=4362
22572 Severity=Success
22573 Facility=System
22574 SymbolicName=APPERR2_4362
22575 Language=English
22576 Type the user's old password: %0
22577 .
22578 Language=Polish
22579 Type the user's old password: %0
22580 .
22581 Language=Romanian
22582 Type the user's old password: %0
22583 .
22584 Language=Russian
22585 Type the user's old password: %0
22586 .
22587 Language=Spanish
22588 Type the user's old password: %0
22589 .
22590 Language=Turkish
22591 Type the user's old password: %0
22592 .
22593 Language=Chinese
22594 Type the user's old password: %0
22595 .
22596 Language=Taiwanese
22597 Type the user's old password: %0
22598 .
22599
22600 MessageId=4363
22601 Severity=Success
22602 Facility=System
22603 SymbolicName=APPERR2_4363
22604 Language=English
22605 Type the user's new password: %0
22606 .
22607 Language=Polish
22608 Type the user's new password: %0
22609 .
22610 Language=Romanian
22611 Type the user's new password: %0
22612 .
22613 Language=Russian
22614 Type the user's new password: %0
22615 .
22616 Language=Spanish
22617 Type the user's new password: %0
22618 .
22619 Language=Turkish
22620 Type the user's new password: %0
22621 .
22622 Language=Chinese
22623 Type the user's new password: %0
22624 .
22625 Language=Taiwanese
22626 Type the user's new password: %0
22627 .
22628
22629 MessageId=4364
22630 Severity=Success
22631 Facility=System
22632 SymbolicName=APPERR2_4364
22633 Language=English
22634 Type your new password: %0
22635 .
22636 Language=Polish
22637 Type your new password: %0
22638 .
22639 Language=Romanian
22640 Type your new password: %0
22641 .
22642 Language=Russian
22643 Type your new password: %0
22644 .
22645 Language=Spanish
22646 Type your new password: %0
22647 .
22648 Language=Turkish
22649 Type your new password: %0
22650 .
22651 Language=Chinese
22652 Type your new password: %0
22653 .
22654 Language=Taiwanese
22655 Type your new password: %0
22656 .
22657
22658 MessageId=4365
22659 Severity=Success
22660 Facility=System
22661 SymbolicName=APPERR2_4365
22662 Language=English
22663 Type the Replicator service password: %0
22664 .
22665 Language=Polish
22666 Type the Replicator service password: %0
22667 .
22668 Language=Romanian
22669 Type the Replicator service password: %0
22670 .
22671 Language=Russian
22672 Type the Replicator service password: %0
22673 .
22674 Language=Spanish
22675 Type the Replicator service password: %0
22676 .
22677 Language=Turkish
22678 Type the Replicator service password: %0
22679 .
22680 Language=Chinese
22681 Type the Replicator service password: %0
22682 .
22683 Language=Taiwanese
22684 Type the Replicator service password: %0
22685 .
22686
22687 MessageId=4366
22688 Severity=Success
22689 Facility=System
22690 SymbolicName=APPERR2_4366
22691 Language=English
22692 Type your user name, or press ENTER if it is %1: %0
22693 .
22694 Language=Polish
22695 Type your user name, or press ENTER if it is %1: %0
22696 .
22697 Language=Romanian
22698 Type your user name, or press ENTER if it is %1: %0
22699 .
22700 Language=Russian
22701 Type your user name, or press ENTER if it is %1: %0
22702 .
22703 Language=Spanish
22704 Type your user name, or press ENTER if it is %1: %0
22705 .
22706 Language=Turkish
22707 Type your user name, or press ENTER if it is %1: %0
22708 .
22709 Language=Chinese
22710 Type your user name, or press ENTER if it is %1: %0
22711 .
22712 Language=Taiwanese
22713 Type your user name, or press ENTER if it is %1: %0
22714 .
22715
22716 MessageId=4367
22717 Severity=Success
22718 Facility=System
22719 SymbolicName=APPERR2_4367
22720 Language=English
22721 Type the domain or server where you want to change a password, or\n
22722 press ENTER if it is for domain %1: %0.
22723 .
22724 Language=Polish
22725 Type the domain or server where you want to change a password, or\n
22726 press ENTER if it is for domain %1: %0.
22727 .
22728 Language=Romanian
22729 Type the domain or server where you want to change a password, or\n
22730 press ENTER if it is for domain %1: %0.
22731 .
22732 Language=Russian
22733 Type the domain or server where you want to change a password, or\n
22734 press ENTER if it is for domain %1: %0.
22735 .
22736 Language=Spanish
22737 Type the domain or server where you want to change a password, or\n
22738 press ENTER if it is for domain %1: %0.
22739 .
22740 Language=Turkish
22741 Type the domain or server where you want to change a password, or\n
22742 press ENTER if it is for domain %1: %0.
22743 .
22744 Language=Chinese
22745 Type the domain or server where you want to change a password, or\n
22746 press ENTER if it is for domain %1: %0.
22747 .
22748 Language=Taiwanese
22749 Type the domain or server where you want to change a password, or\n
22750 press ENTER if it is for domain %1: %0.
22751 .
22752
22753 MessageId=4368
22754 Severity=Success
22755 Facility=System
22756 SymbolicName=APPERR2_4368
22757 Language=English
22758 Type your user name: %0
22759 .
22760 Language=Polish
22761 Type your user name: %0
22762 .
22763 Language=Romanian
22764 Type your user name: %0
22765 .
22766 Language=Russian
22767 Type your user name: %0
22768 .
22769 Language=Spanish
22770 Type your user name: %0
22771 .
22772 Language=Turkish
22773 Type your user name: %0
22774 .
22775 Language=Chinese
22776 Type your user name: %0
22777 .
22778 Language=Taiwanese
22779 Type your user name: %0
22780 .
22781
22782 MessageId=4369
22783 Severity=Success
22784 Facility=System
22785 SymbolicName=APPERR2_4369
22786 Language=English
22787 Network statistics for \\\\%1
22788 .
22789 Language=Polish
22790 Network statistics for \\\\%1
22791 .
22792 Language=Romanian
22793 Network statistics for \\\\%1
22794 .
22795 Language=Russian
22796 Network statistics for \\\\%1
22797 .
22798 Language=Spanish
22799 Network statistics for \\\\%1
22800 .
22801 Language=Turkish
22802 Network statistics for \\\\%1
22803 .
22804 Language=Chinese
22805 Network statistics for \\\\%1
22806 .
22807 Language=Taiwanese
22808 Network statistics for \\\\%1
22809 .
22810
22811 MessageId=4370
22812 Severity=Success
22813 Facility=System
22814 SymbolicName=APPERR2_4370
22815 Language=English
22816 Printing options for %1
22817 .
22818 Language=Polish
22819 Printing options for %1
22820 .
22821 Language=Romanian
22822 Printing options for %1
22823 .
22824 Language=Russian
22825 Printing options for %1
22826 .
22827 Language=Spanish
22828 Printing options for %1
22829 .
22830 Language=Turkish
22831 Printing options for %1
22832 .
22833 Language=Chinese
22834 Printing options for %1
22835 .
22836 Language=Taiwanese
22837 Printing options for %1
22838 .
22839
22840 MessageId=4371
22841 Severity=Success
22842 Facility=System
22843 SymbolicName=APPERR2_4371
22844 Language=English
22845 Communication-device queues accessing %1
22846 .
22847 Language=Polish
22848 Communication-device queues accessing %1
22849 .
22850 Language=Romanian
22851 Communication-device queues accessing %1
22852 .
22853 Language=Russian
22854 Communication-device queues accessing %1
22855 .
22856 Language=Spanish
22857 Communication-device queues accessing %1
22858 .
22859 Language=Turkish
22860 Communication-device queues accessing %1
22861 .
22862 Language=Chinese
22863 Communication-device queues accessing %1
22864 .
22865 Language=Taiwanese
22866 Communication-device queues accessing %1
22867 .
22868
22869 MessageId=4372
22870 Severity=Success
22871 Facility=System
22872 SymbolicName=APPERR2_4372
22873 Language=English
22874 Print job detail
22875 .
22876 Language=Polish
22877 Print job detail
22878 .
22879 Language=Romanian
22880 Print job detail
22881 .
22882 Language=Russian
22883 Print job detail
22884 .
22885 Language=Spanish
22886 Print job detail
22887 .
22888 Language=Turkish
22889 Print job detail
22890 .
22891 Language=Chinese
22892 Print job detail
22893 .
22894 Language=Taiwanese
22895 Print job detail
22896 .
22897
22898 MessageId=4373
22899 Severity=Success
22900 Facility=System
22901 SymbolicName=APPERR2_4373
22902 Language=English
22903 Communication-device queues at \\\\%1
22904 .
22905 Language=Polish
22906 Communication-device queues at \\\\%1
22907 .
22908 Language=Romanian
22909 Communication-device queues at \\\\%1
22910 .
22911 Language=Russian
22912 Communication-device queues at \\\\%1
22913 .
22914 Language=Spanish
22915 Communication-device queues at \\\\%1
22916 .
22917 Language=Turkish
22918 Communication-device queues at \\\\%1
22919 .
22920 Language=Chinese
22921 Communication-device queues at \\\\%1
22922 .
22923 Language=Taiwanese
22924 Communication-device queues at \\\\%1
22925 .
22926
22927 MessageId=4374
22928 Severity=Success
22929 Facility=System
22930 SymbolicName=APPERR2_4374
22931 Language=English
22932 Printers at %1
22933 .
22934 Language=Polish
22935 Printers at %1
22936 .
22937 Language=Romanian
22938 Printers at %1
22939 .
22940 Language=Russian
22941 Printers at %1
22942 .
22943 Language=Spanish
22944 Printers at %1
22945 .
22946 Language=Turkish
22947 Printers at %1
22948 .
22949 Language=Chinese
22950 Printers at %1
22951 .
22952 Language=Taiwanese
22953 Printers at %1
22954 .
22955
22956 MessageId=4375
22957 Severity=Success
22958 Facility=System
22959 SymbolicName=APPERR2_4375
22960 Language=English
22961 Printers accessing %1
22962 .
22963 Language=Polish
22964 Printers accessing %1
22965 .
22966 Language=Romanian
22967 Printers accessing %1
22968 .
22969 Language=Russian
22970 Printers accessing %1
22971 .
22972 Language=Spanish
22973 Printers accessing %1
22974 .
22975 Language=Turkish
22976 Printers accessing %1
22977 .
22978 Language=Chinese
22979 Printers accessing %1
22980 .
22981 Language=Taiwanese
22982 Printers accessing %1
22983 .
22984
22985 MessageId=4376
22986 Severity=Success
22987 Facility=System
22988 SymbolicName=APPERR2_4376
22989 Language=English
22990 Print jobs at %1:
22991 .
22992 Language=Polish
22993 Print jobs at %1:
22994 .
22995 Language=Romanian
22996 Print jobs at %1:
22997 .
22998 Language=Russian
22999 Print jobs at %1:
23000 .
23001 Language=Spanish
23002 Print jobs at %1:
23003 .
23004 Language=Turkish
23005 Print jobs at %1:
23006 .
23007 Language=Chinese
23008 Print jobs at %1:
23009 .
23010 Language=Taiwanese
23011 Print jobs at %1:
23012 .
23013
23014 MessageId=4377
23015 Severity=Success
23016 Facility=System
23017 SymbolicName=APPERR2_4377
23018 Language=English
23019 Shared resources at %1
23020 .
23021 Language=Polish
23022 Shared resources at %1
23023 .
23024 Language=Romanian
23025 Shared resources at %1
23026 .
23027 Language=Russian
23028 Shared resources at %1
23029 .
23030 Language=Spanish
23031 Shared resources at %1
23032 .
23033 Language=Turkish
23034 Shared resources at %1
23035 .
23036 Language=Chinese
23037 Shared resources at %1
23038 .
23039 Language=Taiwanese
23040 Shared resources at %1
23041 .
23042
23043 MessageId=4378
23044 Severity=Success
23045 Facility=System
23046 SymbolicName=APPERR2_4378
23047 Language=English
23048 The following running services can be controlled:
23049 .
23050 Language=Polish
23051 Można sterować następującymi uruchomionymi obecnie usługami:
23052 .
23053 Language=Romanian
23054 Controlabile sunt următoarele servicii curente:
23055 .
23056 Language=Russian
23057 Можно управлять следующими выполняющимися службами:
23058 .
23059 Language=Spanish
23060 The following running services can be controlled:
23061 .
23062 Language=Turkish
23063 The following running services can be controlled:
23064 .
23065 Language=Chinese
23066 The following running services can be controlled:
23067 .
23068 Language=Taiwanese
23069 The following running services can be controlled:
23070 .
23071
23072 MessageId=4379
23073 Severity=Success
23074 Facility=System
23075 SymbolicName=APPERR2_4379
23076 Language=English
23077 Statistics are available for the following running services:
23078 .
23079 Language=Polish
23080 Dostępne są statystyki dla następujących uruchomionych obecnie usług:
23081 .
23082 Language=Romanian
23083 Statistici disponibile pentru următoarele servicii:
23084 .
23085 Language=Russian
23086 Статистика доступна для следующих выполняющихся служб:
23087 .
23088 Language=Spanish
23089 Statistics are available for the following running services:
23090 .
23091 Language=Turkish
23092 Statistics are available for the following running services:
23093 .
23094 Language=Chinese
23095 Statistics are available for the following running services:
23096 .
23097 Language=Taiwanese
23098 Statistics are available for the following running services:
23099 .
23100
23101 MessageId=4380
23102 Severity=Success
23103 Facility=System
23104 SymbolicName=APPERR2_4380
23105 Language=English
23106 User accounts for \\\\%1
23107 .
23108 Language=Polish
23109 User accounts for \\\\%1
23110 .
23111 Language=Romanian
23112 User accounts for \\\\%1
23113 .
23114 Language=Russian
23115 User accounts for \\\\%1
23116 .
23117 Language=Spanish
23118 User accounts for \\\\%1
23119 .
23120 Language=Turkish
23121 User accounts for \\\\%1
23122 .
23123 Language=Chinese
23124 User accounts for \\\\%1
23125 .
23126 Language=Taiwanese
23127 User accounts for \\\\%1
23128 .
23129
23130 MessageId=4381
23131 Severity=Success
23132 Facility=System
23133 SymbolicName=APPERR2_4381
23134 Language=English
23135 The syntax of this command is:
23136 .
23137 Language=Polish
23138 The syntax of this command is:
23139 .
23140 Language=Romanian
23141 The syntax of this command is:
23142 .
23143 Language=Russian
23144 The syntax of this command is:
23145 .
23146 Language=Spanish
23147 The syntax of this command is:
23148 .
23149 Language=Turkish
23150 The syntax of this command is:
23151 .
23152 Language=Chinese
23153 The syntax of this command is:
23154 .
23155 Language=Taiwanese
23156 The syntax of this command is:
23157 .
23158
23159 MessageId=4382
23160 Severity=Success
23161 Facility=System
23162 SymbolicName=APPERR2_4382
23163 Language=English
23164 The options of this command are:
23165 .
23166 Language=Polish
23167 The options of this command are:
23168 .
23169 Language=Romanian
23170 The options of this command are:
23171 .
23172 Language=Russian
23173 The options of this command are:
23174 .
23175 Language=Spanish
23176 The options of this command are:
23177 .
23178 Language=Turkish
23179 The options of this command are:
23180 .
23181 Language=Chinese
23182 The options of this command are:
23183 .
23184 Language=Taiwanese
23185 The options of this command are:
23186 .
23187
23188 MessageId=4383
23189 Severity=Success
23190 Facility=System
23191 SymbolicName=APPERR2_4383
23192 Language=English
23193 Please enter the name of the Primary Domain Controller: %0
23194 .
23195 Language=Polish
23196 Please enter the name of the Primary Domain Controller: %0
23197 .
23198 Language=Romanian
23199 Please enter the name of the Primary Domain Controller: %0
23200 .
23201 Language=Russian
23202 Please enter the name of the Primary Domain Controller: %0
23203 .
23204 Language=Spanish
23205 Please enter the name of the Primary Domain Controller: %0
23206 .
23207 Language=Turkish
23208 Please enter the name of the Primary Domain Controller: %0
23209 .
23210 Language=Chinese
23211 Please enter the name of the Primary Domain Controller: %0
23212 .
23213 Language=Taiwanese
23214 Please enter the name of the Primary Domain Controller: %0
23215 .
23216
23217 MessageId=4384
23218 Severity=Success
23219 Facility=System
23220 SymbolicName=APPERR2_4384
23221 Language=English
23222 The string you have entered is too long. The maximum\n
23223 is %1, please reenter. %0
23224 .
23225 Language=Polish
23226 The string you have entered is too long. The maximum\n
23227 is %1, please reenter. %0
23228 .
23229 Language=Romanian
23230 The string you have entered is too long. The maximum\n
23231 is %1, please reenter. %0
23232 .
23233 Language=Russian
23234 The string you have entered is too long. The maximum\n
23235 is %1, please reenter. %0
23236 .
23237 Language=Spanish
23238 The string you have entered is too long. The maximum\n
23239 is %1, please reenter. %0
23240 .
23241 Language=Turkish
23242 The string you have entered is too long. The maximum\n
23243 is %1, please reenter. %0
23244 .
23245 Language=Chinese
23246 The string you have entered is too long. The maximum\n
23247 is %1, please reenter. %0
23248 .
23249 Language=Taiwanese
23250 The string you have entered is too long. The maximum\n
23251 is %1, please reenter. %0
23252 .
23253
23254 MessageId=4385
23255 Severity=Success
23256 Facility=System
23257 SymbolicName=APPERR2_4385
23258 Language=English
23259 Sunday%0
23260 .
23261 Language=Polish
23262 Sunday%0
23263 .
23264 Language=Romanian
23265 Sunday%0
23266 .
23267 Language=Russian
23268 Sunday%0
23269 .
23270 Language=Spanish
23271 Sunday%0
23272 .
23273 Language=Turkish
23274 Sunday%0
23275 .
23276 Language=Chinese
23277 Sunday%0
23278 .
23279 Language=Taiwanese
23280 Sunday%0
23281 .
23282
23283 MessageId=4386
23284 Severity=Success
23285 Facility=System
23286 SymbolicName=APPERR2_4386
23287 Language=English
23288 Monday%0
23289 .
23290 Language=Polish
23291 Monday%0
23292 .
23293 Language=Romanian
23294 Monday%0
23295 .
23296 Language=Russian
23297 Monday%0
23298 .
23299 Language=Spanish
23300 Monday%0
23301 .
23302 Language=Turkish
23303 Monday%0
23304 .
23305 Language=Chinese
23306 Monday%0
23307 .
23308 Language=Taiwanese
23309 Monday%0
23310 .
23311
23312 MessageId=4387
23313 Severity=Success
23314 Facility=System
23315 SymbolicName=APPERR2_4387
23316 Language=English
23317 Tuesday%0
23318 .
23319 Language=Polish
23320 Tuesday%0
23321 .
23322 Language=Romanian
23323 Tuesday%0
23324 .
23325 Language=Russian
23326 Tuesday%0
23327 .
23328 Language=Spanish
23329 Tuesday%0
23330 .
23331 Language=Turkish
23332 Tuesday%0
23333 .
23334 Language=Chinese
23335 Tuesday%0
23336 .
23337 Language=Taiwanese
23338 Tuesday%0
23339 .
23340
23341 MessageId=4388
23342 Severity=Success
23343 Facility=System
23344 SymbolicName=APPERR2_4388
23345 Language=English
23346 Wednesday%0
23347 .
23348 Language=Polish
23349 Wednesday%0
23350 .
23351 Language=Romanian
23352 Wednesday%0
23353 .
23354 Language=Russian
23355 Wednesday%0
23356 .
23357 Language=Spanish
23358 Wednesday%0
23359 .
23360 Language=Turkish
23361 Wednesday%0
23362 .
23363 Language=Chinese
23364 Wednesday%0
23365 .
23366 Language=Taiwanese
23367 Wednesday%0
23368 .
23369
23370 MessageId=4389
23371 Severity=Success
23372 Facility=System
23373 SymbolicName=APPERR2_4389
23374 Language=English
23375 Thursday%0
23376 .
23377 Language=Polish
23378 Thursday%0
23379 .
23380 Language=Romanian
23381 Thursday%0
23382 .
23383 Language=Russian
23384 Thursday%0
23385 .
23386 Language=Spanish
23387 Thursday%0
23388 .
23389 Language=Turkish
23390 Thursday%0
23391 .
23392 Language=Chinese
23393 Thursday%0
23394 .
23395 Language=Taiwanese
23396 Thursday%0
23397 .
23398
23399 MessageId=4390
23400 Severity=Success
23401 Facility=System
23402 SymbolicName=APPERR2_4390
23403 Language=English
23404 Friday%0
23405 .
23406 Language=Polish
23407 Friday%0
23408 .
23409 Language=Romanian
23410 Friday%0
23411 .
23412 Language=Russian
23413 Friday%0
23414 .
23415 Language=Spanish
23416 Friday%0
23417 .
23418 Language=Turkish
23419 Friday%0
23420 .
23421 Language=Chinese
23422 Friday%0
23423 .
23424 Language=Taiwanese
23425 Friday%0
23426 .
23427
23428 MessageId=4391
23429 Severity=Success
23430 Facility=System
23431 SymbolicName=APPERR2_4391
23432 Language=English
23433 Saturday%0
23434 .
23435 Language=Polish
23436 Saturday%0
23437 .
23438 Language=Romanian
23439 Saturday%0
23440 .
23441 Language=Russian
23442 Saturday%0
23443 .
23444 Language=Spanish
23445 Saturday%0
23446 .
23447 Language=Turkish
23448 Saturday%0
23449 .
23450 Language=Chinese
23451 Saturday%0
23452 .
23453 Language=Taiwanese
23454 Saturday%0
23455 .
23456
23457 MessageId=4392
23458 Severity=Success
23459 Facility=System
23460 SymbolicName=APPERR2_4392
23461 Language=English
23462 Su%0
23463 .
23464 Language=Polish
23465 Su%0
23466 .
23467 Language=Romanian
23468 Su%0
23469 .
23470 Language=Russian
23471 Su%0
23472 .
23473 Language=Spanish
23474 Su%0
23475 .
23476 Language=Turkish
23477 Su%0
23478 .
23479 Language=Chinese
23480 Su%0
23481 .
23482 Language=Taiwanese
23483 Su%0
23484 .
23485
23486 MessageId=4393
23487 Severity=Success
23488 Facility=System
23489 SymbolicName=APPERR2_4393
23490 Language=English
23491 M%0
23492 .
23493 Language=Polish
23494 M%0
23495 .
23496 Language=Romanian
23497 M%0
23498 .
23499 Language=Russian
23500 M%0
23501 .
23502 Language=Spanish
23503 M%0
23504 .
23505 Language=Turkish
23506 M%0
23507 .
23508 Language=Chinese
23509 M%0
23510 .
23511 Language=Taiwanese
23512 M%0
23513 .
23514
23515 MessageId=4394
23516 Severity=Success
23517 Facility=System
23518 SymbolicName=APPERR2_4394
23519 Language=English
23520 T%0
23521 .
23522 Language=Polish
23523 T%0
23524 .
23525 Language=Romanian
23526 T%0
23527 .
23528 Language=Russian
23529 T%0
23530 .
23531 Language=Spanish
23532 T%0
23533 .
23534 Language=Turkish
23535 T%0
23536 .
23537 Language=Chinese
23538 T%0
23539 .
23540 Language=Taiwanese
23541 T%0
23542 .
23543
23544 MessageId=4395
23545 Severity=Success
23546 Facility=System
23547 SymbolicName=APPERR2_4395
23548 Language=English
23549 W%0
23550 .
23551 Language=Polish
23552 W%0
23553 .
23554 Language=Romanian
23555 W%0
23556 .
23557 Language=Russian
23558 W%0
23559 .
23560 Language=Spanish
23561 W%0
23562 .
23563 Language=Turkish
23564 W%0
23565 .
23566 Language=Chinese
23567 W%0
23568 .
23569 Language=Taiwanese
23570 W%0
23571 .
23572
23573 MessageId=4396
23574 Severity=Success
23575 Facility=System
23576 SymbolicName=APPERR2_4396
23577 Language=English
23578 Th%0
23579 .
23580 Language=Polish
23581 Th%0
23582 .
23583 Language=Romanian
23584 Th%0
23585 .
23586 Language=Russian
23587 Th%0
23588 .
23589 Language=Spanish
23590 Th%0
23591 .
23592 Language=Turkish
23593 Th%0
23594 .
23595 Language=Chinese
23596 Th%0
23597 .
23598 Language=Taiwanese
23599 Th%0
23600 .
23601
23602 MessageId=4397
23603 Severity=Success
23604 Facility=System
23605 SymbolicName=APPERR2_4397
23606 Language=English
23607 F%0
23608 .
23609 Language=Polish
23610 F%0
23611 .
23612 Language=Romanian
23613 F%0
23614 .
23615 Language=Russian
23616 F%0
23617 .
23618 Language=Spanish
23619 F%0
23620 .
23621 Language=Turkish
23622 F%0
23623 .
23624 Language=Chinese
23625 F%0
23626 .
23627 Language=Taiwanese
23628 F%0
23629 .
23630
23631 MessageId=4398
23632 Severity=Success
23633 Facility=System
23634 SymbolicName=APPERR2_4398
23635 Language=English
23636 S%0
23637 .
23638 Language=Polish
23639 S%0
23640 .
23641 Language=Romanian
23642 S%0
23643 .
23644 Language=Russian
23645 S%0
23646 .
23647 Language=Spanish
23648 S%0
23649 .
23650 Language=Turkish
23651 S%0
23652 .
23653 Language=Chinese
23654 S%0
23655 .
23656 Language=Taiwanese
23657 S%0
23658 .
23659
23660 MessageId=4399
23661 Severity=Success
23662 Facility=System
23663 SymbolicName=APPERR2_4399
23664 Language=English
23665 Sa%0
23666 .
23667 Language=Polish
23668 Sa%0
23669 .
23670 Language=Romanian
23671 Sa%0
23672 .
23673 Language=Russian
23674 Sa%0
23675 .
23676 Language=Spanish
23677 Sa%0
23678 .
23679 Language=Turkish
23680 Sa%0
23681 .
23682 Language=Chinese
23683 Sa%0
23684 .
23685 Language=Taiwanese
23686 Sa%0
23687 .
23688
23689 MessageId=4400
23690 Severity=Success
23691 Facility=System
23692 SymbolicName=APPERR2_4400
23693 Language=English
23694 Group Accounts for \\\\%1
23695 .
23696 Language=Polish
23697 Konta grupowe dla \\\\%1
23698 .
23699 Language=Romanian
23700 Conturile de grup pentru \\\\%1
23701 .
23702 Language=Russian
23703 Учетные записи групп для \\\\%1
23704 .
23705 Language=Spanish
23706 Group Accounts for \\\\%1
23707 .
23708 Language=Turkish
23709 Group Accounts for \\\\%1
23710 .
23711 Language=Chinese
23712 Group Accounts for \\\\%1
23713 .
23714 Language=Taiwanese
23715 Group Accounts for \\\\%1
23716 .
23717
23718 MessageId=4401
23719 Severity=Success
23720 Facility=System
23721 SymbolicName=APPERR2_4401
23722 Language=English
23723 Group name%0
23724 .
23725 Language=Polish
23726 Nazwa grupy%0
23727 .
23728 Language=Romanian
23729 Nume de grup%0
23730 .
23731 Language=Russian
23732 Имя группы%0
23733 .
23734 Language=Spanish
23735 Group name%0
23736 .
23737 Language=Turkish
23738 Group name%0
23739 .
23740 Language=Chinese
23741 Group name%0
23742 .
23743 Language=Taiwanese
23744 Group name%0
23745 .
23746
23747 MessageId=4402
23748 Severity=Success
23749 Facility=System
23750 SymbolicName=APPERR2_4402
23751 Language=English
23752 Comment%0
23753 .
23754 Language=Polish
23755 Komentarz%0
23756 .
23757 Language=Romanian
23758 Comentariu%0
23759 .
23760 Language=Russian
23761 Комментарий%0
23762 .
23763 Language=Spanish
23764 Comentario%0
23765 .
23766 Language=Turkish
23767 Açıklama%0
23768 .
23769 Language=Chinese
23770 注释%0
23771 .
23772 Language=Taiwanese
23773 評論%0
23774 .
23775
23776 MessageId=4403
23777 Severity=Success
23778 Facility=System
23779 SymbolicName=APPERR2_4403
23780 Language=English
23781 Members
23782 .
23783 Language=Polish
23784 Członkowie
23785 .
23786 Language=Romanian
23787 Membri
23788 .
23789 Language=Russian
23790 Члены
23791 .
23792 Language=Spanish
23793 Miembros
23794 .
23795 Language=Turkish
23796 Üyeler
23797 .
23798 Language=Chinese
23799 成员
23800 .
23801 Language=Taiwanese
23802 成員
23803 .
23804
23805 MessageId=4405
23806 Severity=Success
23807 Facility=System
23808 SymbolicName=APPERR2_4405
23809 Language=English
23810 Aliases for \\\\%1
23811 .
23812 Language=Polish
23813 Aliasy dla \\\\%1
23814 .
23815 Language=Romanian
23816 Alias pentru \\\\%1
23817 .
23818 Language=Russian
23819 Псевдонимы для \\\\%1
23820 .
23821 Language=Spanish
23822 Alias de \\\\%1
23823 .
23824 Language=Turkish
23825 \\\\%1 için başka adlar
23826 .
23827 Language=Chinese
23828 \\\\%1 的别名
23829 .
23830 Language=Taiwanese
23831 別名 \\\\%1
23832 .
23833
23834 MessageId=4406
23835 Severity=Success
23836 Facility=System
23837 SymbolicName=APPERR2_4406
23838 Language=English
23839 Alias name%0
23840 .
23841 Language=Polish
23842 Nazwa aliasu%0
23843 .
23844 Language=Romanian
23845 Nume alias%0
23846 .
23847 Language=Russian
23848 Имя псевдонима%0
23849 .
23850 Language=Spanish
23851 Nombre del alias%0
23852 .
23853 Language=Turkish
23854 Başka ad%0
23855 .
23856 Language=Chinese
23857 别名名称%0
23858 .
23859 Language=Taiwanese
23860 別名名稱%0
23861 .
23862
23863 MessageId=4407
23864 Severity=Success
23865 Facility=System
23866 SymbolicName=APPERR2_4407
23867 Language=English
23868 Comment%0
23869 .
23870 Language=Polish
23871 Komentarz%0
23872 .
23873 Language=Romanian
23874 Comentariu%0
23875 .
23876 Language=Russian
23877 Комментарий%0
23878 .
23879 Language=Spanish
23880 Comentario%0
23881 .
23882 Language=Turkish
23883 Açıklama%0
23884 .
23885 Language=Chinese
23886 注释%0
23887 .
23888 Language=Taiwanese
23889 評論%0
23890 .
23891
23892 MessageId=4408
23893 Severity=Success
23894 Facility=System
23895 SymbolicName=APPERR2_4408
23896 Language=English
23897 Members
23898 .
23899 Language=Polish
23900 Członkowie
23901 .
23902 Language=Romanian
23903 Membri
23904 .
23905 Language=Russian
23906 Члены
23907 .
23908 Language=Spanish
23909 Miembros
23910 .
23911 Language=Turkish
23912 Üyeler
23913 .
23914 Language=Chinese
23915 成员
23916 .
23917 Language=Taiwanese
23918 成員
23919 .
23920
23921 MessageId=4410
23922 Severity=Success
23923 Facility=System
23924 SymbolicName=APPERR2_4410
23925 Language=English
23926 User Accounts for \\\\%1
23927 .
23928 Language=Polish
23929 Konta użytkowników dla \\\\%1
23930 .
23931 Language=Romanian
23932 Conturi de utilizator pentru \\\\%1
23933 .
23934 Language=Russian
23935 Учетные записи пользователей для \\\\%1
23936 .
23937 Language=Spanish
23938 Cuentas de usuario en \\\\%1
23939 .
23940 Language=Turkish
23941 \\\\%1 için kullanıcı hesapları
23942 .
23943 Language=Chinese
23944 \\\\%1 的用户帐户
23945 .
23946 Language=Taiwanese
23947 使用者帳戶 \\\\%1
23948 .
23949
23950 MessageId=4411
23951 Severity=Success
23952 Facility=System
23953 SymbolicName=APPERR2_4411
23954 Language=English
23955 User name%0
23956 .
23957 Language=Polish
23958 Nazwa użytkownika%0
23959 .
23960 Language=Romanian
23961 Nume utilizator%0
23962 .
23963 Language=Russian
23964 Имя пользователя%0
23965 .
23966 Language=Spanish
23967 Nombre de usuario%0
23968 .
23969 Language=Turkish
23970 Kullanıcı adı%0
23971 .
23972 Language=Chinese
23973 用户名%0
23974 .
23975 Language=Taiwanese
23976 使用者名稱%0
23977 .
23978
23979 MessageId=4412
23980 Severity=Success
23981 Facility=System
23982 SymbolicName=APPERR2_4412
23983 Language=English
23984 Full Name%0
23985 .
23986 Language=Polish
23987 Pełna nazwa%0
23988 .
23989 Language=Romanian
23990 Nume complet%0
23991 .
23992 Language=Russian
23993 Полное имя%0
23994 .
23995 Language=Spanish
23996 Nombre completo%0
23997 .
23998 Language=Turkish
23999 Tüm ad%0
24000 .
24001 Language=Chinese
24002 全名%0
24003 .
24004 Language=Taiwanese
24005 全名%0
24006 .
24007
24008 MessageId=4413
24009 Severity=Success
24010 Facility=System
24011 SymbolicName=APPERR2_4413
24012 Language=English
24013 Comment%0
24014 .
24015 Language=Polish
24016 Komentarz%0
24017 .
24018 Language=Romanian
24019 Comentariu%0
24020 .
24021 Language=Russian
24022 Комментарий%0
24023 .
24024 Language=Spanish
24025 Comentario%0
24026 .
24027 Language=Turkish
24028 Açıklama%0
24029 .
24030 Language=Chinese
24031 注释%0
24032 .
24033 Language=Taiwanese
24034 評論%0
24035 .
24036
24037 MessageId=4414
24038 Severity=Success
24039 Facility=System
24040 SymbolicName=APPERR2_4414
24041 Language=English
24042 User's comment%0
24043 .
24044 Language=Polish
24045 Komentarz użytkownika%0
24046 .
24047 Language=Romanian
24048 Comentariu de utilizator%0
24049 .
24050 Language=Russian
24051 Комментарий пользователя%0
24052 .
24053 Language=Spanish
24054 Comentario de usuario%0
24055 .
24056 Language=Turkish
24057 Kullanıcı açıklaması%0
24058 .
24059 Language=Chinese
24060 用户注释%0
24061 .
24062 Language=Taiwanese
24063 使用者註釋%0
24064 .
24065
24066 MessageId=4415
24067 Severity=Success
24068 Facility=System
24069 SymbolicName=APPERR2_4415
24070 Language=English
24071 Parameters%0
24072 .
24073 Language=Polish
24074 Parameters%0
24075 .
24076 Language=Romanian
24077 Parameters%0
24078 .
24079 Language=Russian
24080 Parameters%0
24081 .
24082 Language=Spanish
24083 Parameters%0
24084 .
24085 Language=Turkish
24086 Parameters%0
24087 .
24088 Language=Chinese
24089 Parameters%0
24090 .
24091 Language=Taiwanese
24092 Parameters%0
24093 .
24094
24095 MessageId=4416
24096 Severity=Success
24097 Facility=System
24098 SymbolicName=APPERR2_4416
24099 Language=English
24100 Country code%0
24101 .
24102 Language=Polish
24103 Kod kraju%0
24104 .
24105 Language=Romanian
24106 Cod de țară%0
24107 .
24108 Language=Russian
24109 Код страны%0
24110 .
24111 Language=Spanish
24112 Código de país%0
24113 .
24114 Language=Turkish
24115 Ülke kodu%0
24116 .
24117 Language=Chinese
24118 国家/地区代码%0
24119 .
24120 Language=Taiwanese
24121 國家/地區程式碼%0
24122 .
24123
24124 MessageId=4417
24125 Severity=Success
24126 Facility=System
24127 SymbolicName=APPERR2_4417
24128 Language=English
24129 Privilege level%0
24130 .
24131 Language=Polish
24132 Privilege level%0
24133 .
24134 Language=Romanian
24135 Privilege level%0
24136 .
24137 Language=Russian
24138 Privilege level%0
24139 .
24140 Language=Spanish
24141 Privilege level%0
24142 .
24143 Language=Turkish
24144 Privilege level%0
24145 .
24146 Language=Chinese
24147 Privilege level%0
24148 .
24149 Language=Taiwanese
24150 Privilege level%0
24151 .
24152
24153 MessageId=4418
24154 Severity=Success
24155 Facility=System
24156 SymbolicName=APPERR2_4418
24157 Language=English
24158 Operator privileges%0
24159 .
24160 Language=Polish
24161 Operator privileges%0
24162 .
24163 Language=Romanian
24164 Operator privileges%0
24165 .
24166 Language=Russian
24167 Operator privileges%0
24168 .
24169 Language=Spanish
24170 Operator privileges%0
24171 .
24172 Language=Turkish
24173 Operator privileges%0
24174 .
24175 Language=Chinese
24176 Operator privileges%0
24177 .
24178 Language=Taiwanese
24179 Operator privileges%0
24180 .
24181
24182 MessageId=4419
24183 Severity=Success
24184 Facility=System
24185 SymbolicName=APPERR2_4419
24186 Language=English
24187 Account active%0
24188 .
24189 Language=Polish
24190 Konto jest aktywne%0
24191 .
24192 Language=Romanian
24193 Cont activ%0
24194 .
24195 Language=Russian
24196 Учетная запись активна%0
24197 .
24198 Language=Spanish
24199 Cuenta activa%0
24200 .
24201 Language=Turkish
24202 Hesap etkin%0
24203 .
24204 Language=Chinese
24205 帐户活动%0
24206 .
24207 Language=Taiwanese
24208 帳戶活動%0
24209 .
24210
24211 MessageId=4420
24212 Severity=Success
24213 Facility=System
24214 SymbolicName=APPERR2_4420
24215 Language=English
24216 Account expires%0
24217 .
24218 Language=Polish
24219 Wygasanie konta%0
24220 .
24221 Language=Romanian
24222 Cont expiră%0
24223 .
24224 Language=Russian
24225 Учетная запись просрочена%0
24226 .
24227 Language=Spanish
24228 Fecha de expiración%0
24229 .
24230 Language=Turkish
24231 Hesap süresi bitimi%0
24232 .
24233 Language=Chinese
24234 帐户过期%0
24235 .
24236 Language=Taiwanese
24237 帳戶過期%0
24238 .
24239
24240 MessageId=4421
24241 Severity=Success
24242 Facility=System
24243 SymbolicName=APPERR2_4421
24244 Language=English
24245 Password last set%0
24246 .
24247 Language=Polish
24248 Hasło ostatnio ustawiano%0
24249 .
24250 Language=Romanian
24251 Parolă recent instituită%0
24252 .
24253 Language=Russian
24254 Последний пароль задан%0
24255 .
24256 Language=Spanish
24257 La contraseña se cambió por última vez%0
24258 .
24259 Language=Turkish
24260 Şifre son ayarlama%0
24261 .
24262 Language=Chinese
24263 上次设置的密码%0
24264 .
24265 Language=Taiwanese
24266 上次設定的密碼%0
24267 .
24268
24269 MessageId=4422
24270 Severity=Success
24271 Facility=System
24272 SymbolicName=APPERR2_4422
24273 Language=English
24274 Password expires%0
24275 .
24276 Language=Polish
24277 Ważność hasła wygasa%0
24278 .
24279 Language=Romanian
24280 Parolă expiră%0
24281 .
24282 Language=Russian
24283 Действие пароля завершается%0
24284 .
24285 Language=Spanish
24286 La contraseña expira%0
24287 .
24288 Language=Turkish
24289 Şifre süresi bitimi%0
24290 .
24291 Language=Chinese
24292 密码过期%0
24293 .
24294 Language=Taiwanese
24295 密碼過期%0
24296 .
24297
24298 MessageId=4423
24299 Severity=Success
24300 Facility=System
24301 SymbolicName=APPERR2_4423
24302 Language=English
24303 Password changeable%0
24304 .
24305 Language=Polish
24306 Hasło może być zmieniane%0
24307 .
24308 Language=Romanian
24309 Parolă modificabilă%0
24310 .
24311 Language=Russian
24312 Пароль допускает изменение%0
24313 .
24314 Language=Spanish
24315 La contraseña se puede cambiar%0
24316 .
24317 Language=Turkish
24318 Şifre değiştirilebilir%0
24319 .
24320 Language=Chinese
24321 密码可更改%0
24322 .
24323 Language=Taiwanese
24324 密碼多變%0
24325 .
24326
24327 MessageId=4424
24328 Severity=Success
24329 Facility=System
24330 SymbolicName=APPERR2_4424
24331 Language=English
24332 Workstations allowed%0
24333 .
24334 Language=Polish
24335 Dozwolone stacje robocze%0
24336 .
24337 Language=Romanian
24338 Stații de lucru permise%0
24339 .
24340 Language=Russian
24341 Разрешенные рабочие станции%0
24342 .
24343 Language=Spanish
24344 Se permiten estaciones de trabajo%0
24345 .
24346 Language=Turkish
24347 İzin verilen iş istsyonları%0
24348 .
24349 Language=Chinese
24350 允许的工作站%0
24351 .
24352 Language=Taiwanese
24353 允許的工作站%0
24354 .
24355
24356 MessageId=4425
24357 Severity=Success
24358 Facility=System
24359 SymbolicName=APPERR2_4425
24360 Language=English
24361 Maximum disk space%0
24362 .
24363 Language=Polish
24364 Maximum disk space%0
24365 .
24366 Language=Romanian
24367 Maximum disk space%0
24368 .
24369 Language=Russian
24370 Maximum disk space%0
24371 .
24372 Language=Spanish
24373 Maximum disk space%0
24374 .
24375 Language=Turkish
24376 Maximum disk space%0
24377 .
24378 Language=Chinese
24379 Maximum disk space%0
24380 .
24381 Language=Taiwanese
24382 Maximum disk space%0
24383 .
24384
24385 MessageId=4426
24386 Severity=Success
24387 Facility=System
24388 SymbolicName=APPERR2_4426
24389 Language=English
24390 Unlimited%0
24391 .
24392 Language=Polish
24393 Unlimited%0
24394 .
24395 Language=Romanian
24396 Unlimited%0
24397 .
24398 Language=Russian
24399 Unlimited%0
24400 .
24401 Language=Spanish
24402 Unlimited%0
24403 .
24404 Language=Turkish
24405 Unlimited%0
24406 .
24407 Language=Chinese
24408 Unlimited%0
24409 .
24410 Language=Taiwanese
24411 Unlimited%0
24412 .
24413
24414 MessageId=4427
24415 Severity=Success
24416 Facility=System
24417 SymbolicName=APPERR2_4427
24418 Language=English
24419 Local Group Memberships%0
24420 .
24421 Language=Polish
24422 Członkostwa grup lokalnych%0
24423 .
24424 Language=Romanian
24425 Apartenență grup local%0
24426 .
24427 Language=Russian
24428 Членство в локальных группах%0
24429 .
24430 Language=Spanish
24431 Miembro de los grupos locales%0
24432 .
24433 Language=Turkish
24434 Yerli takım üyelikleri%0
24435 .
24436 Language=Chinese
24437 本地组成员身份%0
24438 .
24439 Language=Taiwanese
24440 本地組成員身份%0
24441 .
24442
24443 MessageId=4428
24444 Severity=Success
24445 Facility=System
24446 SymbolicName=APPERR2_4428
24447 Language=English
24448 Domain controller%0
24449 .
24450 Language=Polish
24451 Domain controller%0
24452 .
24453 Language=Romanian
24454 Domain controller%0
24455 .
24456 Language=Russian
24457 Domain controller%0
24458 .
24459 Language=Spanish
24460 Domain controller%0
24461 .
24462 Language=Turkish
24463 Domain controller%0
24464 .
24465 Language=Chinese
24466 Domain controller%0
24467 .
24468 Language=Taiwanese
24469 Domain controller%0
24470 .
24471
24472 MessageId=4429
24473 Severity=Success
24474 Facility=System
24475 SymbolicName=APPERR2_4429
24476 Language=English
24477 Logon script%0
24478 .
24479 Language=Polish
24480 Skrypt logowania%0
24481 .
24482 Language=Romanian
24483 Script de autentificare%0
24484 .
24485 Language=Russian
24486 Сценарий входа%0
24487 .
24488 Language=Spanish
24489 Script de inicio%0
24490 .
24491 Language=Turkish
24492 Oturum açma betiği%0
24493 .
24494 Language=Chinese
24495 登录脚本%0
24496 .
24497 Language=Taiwanese
24498 登入指令碼%0
24499 .
24500
24501 MessageId=4430
24502 Severity=Success
24503 Facility=System
24504 SymbolicName=APPERR2_4430
24505 Language=English
24506 Last logon%0
24507 .
24508 Language=Polish
24509 Ostatnie logowanie%0
24510 .
24511 Language=Romanian
24512 Ultimă autentificare%0
24513 .
24514 Language=Russian
24515 Последний вход%0
24516 .
24517 Language=Spanish
24518 Último inicio de sesión%0
24519 .
24520 Language=Turkish
24521 Son oturum açma%0
24522 .
24523 Language=Chinese
24524 最后一次登录%0
24525 .
24526 Language=Taiwanese
24527 最後一次登入%0
24528 .
24529
24530 MessageId=4431
24531 Severity=Success
24532 Facility=System
24533 SymbolicName=APPERR2_4431
24534 Language=English
24535 Global Group memberships%0
24536 .
24537 Language=Polish
24538 Członkostwa grup globalnych%0
24539 .
24540 Language=Romanian
24541 Apartenență grup global%0
24542 .
24543 Language=Russian
24544 Членство в глобальных группах%0
24545 .
24546 Language=Spanish
24547 Miembro de los grupos globales%0
24548 .
24549 Language=Turkish
24550 Umûmî takım üyelikleri%0
24551 .
24552 Language=Chinese
24553 全局组成员身份%0
24554 .
24555 Language=Taiwanese
24556 全局組成員身份%0
24557 .
24558
24559 MessageId=4432
24560 Severity=Success
24561 Facility=System
24562 SymbolicName=APPERR2_4432
24563 Language=English
24564 Logon hours allowed%0
24565 .
24566 Language=Polish
24567 Dozwolone godziny logowania%0
24568 .
24569 Language=Romanian
24570 Ore de autentificare permise%0
24571 .
24572 Language=Russian
24573 Разрешенные часы входа%0
24574 .
24575 Language=Spanish
24576 Horas de inicio permitidas%0
24577 .
24578 Language=Turkish
24579 İzin verilen oturum açma saatleri%0
24580 .
24581 Language=Chinese
24582 允许的登录的时常 (以小时为单位)%0
24583 .
24584 Language=Taiwanese
24585 幾個小時允許的登入%0
24586 .
24587
24588 MessageId=4433
24589 Severity=Success
24590 Facility=System
24591 SymbolicName=APPERR2_4433
24592 Language=English
24593 All%0
24594 .
24595 Language=Polish
24596 All%0
24597 .
24598 Language=Romanian
24599 All%0
24600 .
24601 Language=Russian
24602 All%0
24603 .
24604 Language=Spanish
24605 All%0
24606 .
24607 Language=Turkish
24608 All%0
24609 .
24610 Language=Chinese
24611 All%0
24612 .
24613 Language=Taiwanese
24614 All%0
24615 .
24616
24617 MessageId=4434
24618 Severity=Success
24619 Facility=System
24620 SymbolicName=APPERR2_4434
24621 Language=English
24622 None%0
24623 .
24624 Language=Polish
24625 None%0
24626 .
24627 Language=Romanian
24628 None%0
24629 .
24630 Language=Russian
24631 None%0
24632 .
24633 Language=Spanish
24634 None%0
24635 .
24636 Language=Turkish
24637 None%0
24638 .
24639 Language=Chinese
24640 None%0
24641 .
24642 Language=Taiwanese
24643 None%0
24644 .
24645
24646 MessageId=4435
24647 Severity=Success
24648 Facility=System
24649 SymbolicName=APPERR2_4435
24650 Language=English
24651 Daily %1 - %2%0
24652 .
24653 Language=Polish
24654 Daily %1 - %2%0
24655 .
24656 Language=Romanian
24657 Daily %1 - %2%0
24658 .
24659 Language=Russian
24660 Daily %1 - %2%0
24661 .
24662 Language=Spanish
24663 Daily %1 - %2%0
24664 .
24665 Language=Turkish
24666 Daily %1 - %2%0
24667 .
24668 Language=Chinese
24669 Daily %1 - %2%0
24670 .
24671 Language=Taiwanese
24672 Daily %1 - %2%0
24673 .
24674
24675 MessageId=4436
24676 Severity=Success
24677 Facility=System
24678 SymbolicName=APPERR2_4436
24679 Language=English
24680 Home directory%0
24681 .
24682 Language=Polish
24683 Katalog macierzysty%0
24684 .
24685 Language=Romanian
24686 Director personal%0
24687 .
24688 Language=Russian
24689 Основной каталог%0
24690 .
24691 Language=Spanish
24692 Carpeta raíz%0
24693 .
24694 Language=Turkish
24695 Ev dizini%0
24696 .
24697 Language=Chinese
24698 主目录%0
24699 .
24700 Language=Taiwanese
24701 主目錄%0
24702 .
24703
24704 MessageId=4437
24705 Severity=Success
24706 Facility=System
24707 SymbolicName=APPERR2_4437
24708 Language=English
24709 Password required%0
24710 .
24711 Language=Polish
24712 Wymagane jest hasło%0
24713 .
24714 Language=Romanian
24715 Parolă necesară%0
24716 .
24717 Language=Russian
24718 Требуется пароль%0
24719 .
24720 Language=Spanish
24721 Se necesita contraseña%0
24722 .
24723 Language=Turkish
24724 Şifre gerekli%0
24725 .
24726 Language=Chinese
24727 需要密码%0
24728 .
24729 Language=Taiwanese
24730 需要密碼%0
24731 .
24732
24733 MessageId=4438
24734 Severity=Success
24735 Facility=System
24736 SymbolicName=APPERR2_4438
24737 Language=English
24738 User may change password%0
24739 .
24740 Language=Polish
24741 Użytkownik może zmieniać hasło%0
24742 .
24743 Language=Romanian
24744 Utilizatorul poate schimba parola%0
24745 .
24746 Language=Russian
24747 Пользователь может изменить пароль%0
24748 .
24749 Language=Spanish
24750 El usuario puede cambiar la contraseña%0
24751 .
24752 Language=Turkish
24753 Kullanıcı şifre değiştirebilir%0
24754 .
24755 Language=Chinese
24756 用户可以更改密码%0
24757 .
24758 Language=Taiwanese
24759 使用者可以更改密碼%0
24760 .
24761
24762 MessageId=4439
24763 Severity=Success
24764 Facility=System
24765 SymbolicName=APPERR2_4439
24766 Language=English
24767 User profile%0
24768 .
24769 Language=Polish
24770 Profil użytkownika%0
24771 .
24772 Language=Romanian
24773 Profil de utilizator%0
24774 .
24775 Language=Russian
24776 Конфигурация пользователя%0
24777 .
24778 Language=Spanish
24779 Perfil de usuario%0
24780 .
24781 Language=Turkish
24782 Kullanıcı profili%0
24783 .
24784 Language=Chinese
24785 用户配置文件%0
24786 .
24787 Language=Taiwanese
24788 使用者配置檔案%0
24789 .
24790
24791 MessageId=4440
24792 Severity=Success
24793 Facility=System
24794 SymbolicName=APPERR2_4440
24795 Language=English
24796 Locked%0
24797 .
24798 Language=Polish
24799 Zablokowane%0
24800 .
24801 Language=Romanian
24802 Blocat%0
24803 .
24804 Language=Russian
24805 Заблокировано%0
24806 .
24807 Language=Spanish
24808 Bloqueado%0
24809 .
24810 Language=Turkish
24811 Kilitli%0
24812 .
24813 Language=Chinese
24814 锁定%0
24815 .
24816 Language=Taiwanese
24817 鎖定%0
24818 .
24819
24820 MessageId=4450
24821 Severity=Success
24822 Facility=System
24823 SymbolicName=APPERR2_4450
24824 Language=English
24825 Computer name%0
24826 .
24827 Language=Polish
24828 Nazwa komputera%0
24829 .
24830 Language=Romanian
24831 Nume de calculator%0
24832 .
24833 Language=Russian
24834 Имя компьютера%0
24835 .
24836 Language=Spanish
24837 Computer name%0
24838 .
24839 Language=Turkish
24840 Computer name%0
24841 .
24842 Language=Chinese
24843 Computer name%0
24844 .
24845 Language=Taiwanese
24846 Computer name%0
24847 .
24848
24849 MessageId=4451
24850 Severity=Success
24851 Facility=System
24852 SymbolicName=APPERR2_4451
24853 Language=English
24854 User name%0
24855 .
24856 Language=Polish
24857 Nazwa użytkownika%0
24858 .
24859 Language=Romanian
24860 Nume de utilizator%0
24861 .
24862 Language=Russian
24863 Имя пользователя%0
24864 .
24865 Language=Spanish
24866 User name%0
24867 .
24868 Language=Turkish
24869 User name%0
24870 .
24871 Language=Chinese
24872 User name%0
24873 .
24874 Language=Taiwanese
24875 User name%0
24876 .
24877
24878 MessageId=4452
24879 Severity=Success
24880 Facility=System
24881 SymbolicName=APPERR2_4452
24882 Language=English
24883 Software version%0
24884 .
24885 Language=Polish
24886 Wersja oprogramowania%0
24887 .
24888 Language=Romanian
24889 Versiune de program%0
24890 .
24891 Language=Russian
24892 Версия программы%0
24893 .
24894 Language=Spanish
24895 Software version%0
24896 .
24897 Language=Turkish
24898 Software version%0
24899 .
24900 Language=Chinese
24901 Software version%0
24902 .
24903 Language=Taiwanese
24904 Software version%0
24905 .
24906
24907 MessageId=4453
24908 Severity=Success
24909 Facility=System
24910 SymbolicName=APPERR2_4453
24911 Language=English
24912 Workstation active on%0
24913 .
24914 Language=Polish
24915 Stacja robocza jest aktywna na%0
24916 .
24917 Language=Romanian
24918 Stație de lucru activă pe%0
24919 .
24920 Language=Russian
24921 Активная рабочая станция на%0
24922 .
24923 Language=Spanish
24924 Workstation active on%0
24925 .
24926 Language=Turkish
24927 Workstation active on%0
24928 .
24929 Language=Chinese
24930 Workstation active on%0
24931 .
24932 Language=Taiwanese
24933 Workstation active on%0
24934 .
24935
24936 MessageId=4454
24937 Severity=Success
24938 Facility=System
24939 SymbolicName=APPERR2_4454
24940 Language=English
24941 ReactOS root directory%0
24942 .
24943 Language=Polish
24944 ReactOS root directory%0
24945 .
24946 Language=Romanian
24947 ReactOS root directory%0
24948 .
24949 Language=Russian
24950 ReactOS root directory%0
24951 .
24952 Language=Spanish
24953 ReactOS root directory%0
24954 .
24955 Language=Turkish
24956 ReactOS root directory%0
24957 .
24958 Language=Chinese
24959 ReactOS root directory%0
24960 .
24961 Language=Taiwanese
24962 ReactOS root directory%0
24963 .
24964
24965 MessageId=4455
24966 Severity=Success
24967 Facility=System
24968 SymbolicName=APPERR2_4455
24969 Language=English
24970 Workstation domain%0
24971 .
24972 Language=Polish
24973 Domena stacji roboczej%0
24974 .
24975 Language=Romanian
24976 Domeniu de calculator%0
24977 .
24978 Language=Russian
24979 Домен рабочей станции%0
24980 .
24981 Language=Spanish
24982 Workstation domain%0
24983 .
24984 Language=Turkish
24985 Workstation domain%0
24986 .
24987 Language=Chinese
24988 Workstation domain%0
24989 .
24990 Language=Taiwanese
24991 Workstation domain%0
24992 .
24993
24994 MessageId=4456
24995 Severity=Success
24996 Facility=System
24997 SymbolicName=APPERR2_4456
24998 Language=English
24999 Logon domain%0
25000 .
25001 Language=Polish
25002 Domena logowania%0
25003 .
25004 Language=Romanian
25005 Domeniu de autentificare%0
25006 .
25007 Language=Russian
25008 Домен входа%0
25009 .
25010 Language=Spanish
25011 Logon domain%0
25012 .
25013 Language=Turkish
25014 Logon domain%0
25015 .
25016 Language=Chinese
25017 Logon domain%0
25018 .
25019 Language=Taiwanese
25020 Logon domain%0
25021 .
25022
25023 MessageId=4457
25024 Severity=Success
25025 Facility=System
25026 SymbolicName=APPERR2_4457
25027 Language=English
25028 Other domain(s)%0
25029 .
25030 Language=Polish
25031 Other domain(s)%0
25032 .
25033 Language=Romanian
25034 Other domain(s)%0
25035 .
25036 Language=Russian
25037 Other domain(s)%0
25038 .
25039 Language=Spanish
25040 Other domain(s)%0
25041 .
25042 Language=Turkish
25043 Other domain(s)%0
25044 .
25045 Language=Chinese
25046 Other domain(s)%0
25047 .
25048 Language=Taiwanese
25049 Other domain(s)%0
25050 .
25051
25052 MessageId=4458
25053 Severity=Success
25054 Facility=System
25055 SymbolicName=APPERR2_4458
25056 Language=English
25057 COM Open Timeout (sec)%0
25058 .
25059 Language=Polish
25060 COM Open Timeout (sec)%0
25061 .
25062 Language=Romanian
25063 COM Open Timeout (sec)%0
25064 .
25065 Language=Russian
25066 COM Open Timeout (sec)%0
25067 .
25068 Language=Spanish
25069 COM Open Timeout (sec)%0
25070 .
25071 Language=Turkish
25072 COM Open Timeout (sec)%0
25073 .
25074 Language=Chinese
25075 COM Open Timeout (sec)%0
25076 .
25077 Language=Taiwanese
25078 COM Open Timeout (sec)%0
25079 .
25080
25081 MessageId=4459
25082 Severity=Success
25083 Facility=System
25084 SymbolicName=APPERR2_4459
25085 Language=English
25086 COM Send Count (byte)%0
25087 .
25088 Language=Polish
25089 COM Send Count (byte)%0
25090 .
25091 Language=Romanian
25092 COM Send Count (byte)%0
25093 .
25094 Language=Russian
25095 COM Send Count (byte)%0
25096 .
25097 Language=Spanish
25098 COM Send Count (byte)%0
25099 .
25100 Language=Turkish
25101 COM Send Count (byte)%0
25102 .
25103 Language=Chinese
25104 COM Send Count (byte)%0
25105 .
25106 Language=Taiwanese
25107 COM Send Count (byte)%0
25108 .
25109
25110 MessageId=4460
25111 Severity=Success
25112 Facility=System
25113 SymbolicName=APPERR2_4460
25114 Language=English
25115 COM Send Timeout (msec)%0
25116 .
25117 Language=Polish
25118 COM Send Timeout (msec)%0
25119 .
25120 Language=Romanian
25121 COM Send Timeout (msec)%0
25122 .
25123 Language=Russian
25124 COM Send Timeout (msec)%0
25125 .
25126 Language=Spanish
25127 COM Send Timeout (msec)%0
25128 .
25129 Language=Turkish
25130 COM Send Timeout (msec)%0
25131 .
25132 Language=Chinese
25133 COM Send Timeout (msec)%0
25134 .
25135 Language=Taiwanese
25136 COM Send Timeout (msec)%0
25137 .
25138
25139 MessageId=4461
25140 Severity=Success
25141 Facility=System
25142 SymbolicName=APPERR2_4461
25143 Language=English
25144 DOS session print time-out (sec)%0
25145 .
25146 Language=Polish
25147 DOS session print time-out (sec)%0
25148 .
25149 Language=Romanian
25150 DOS session print time-out (sec)%0
25151 .
25152 Language=Russian
25153 DOS session print time-out (sec)%0
25154 .
25155 Language=Spanish
25156 DOS session print time-out (sec)%0
25157 .
25158 Language=Turkish
25159 DOS session print time-out (sec)%0
25160 .
25161 Language=Chinese
25162 DOS session print time-out (sec)%0
25163 .
25164 Language=Taiwanese
25165 DOS session print time-out (sec)%0
25166 .
25167
25168 MessageId=4462
25169 Severity=Success
25170 Facility=System
25171 SymbolicName=APPERR2_4462
25172 Language=English
25173 Maximum error log size (K)%0
25174 .
25175 Language=Polish
25176 Maximum error log size (K)%0
25177 .
25178 Language=Romanian
25179 Maximum error log size (K)%0
25180 .
25181 Language=Russian
25182 Maximum error log size (K)%0
25183 .
25184 Language=Spanish
25185 Maximum error log size (K)%0
25186 .
25187 Language=Turkish
25188 Maximum error log size (K)%0
25189 .
25190 Language=Chinese
25191 Maximum error log size (K)%0
25192 .
25193 Language=Taiwanese
25194 Maximum error log size (K)%0
25195 .
25196
25197 MessageId=4463
25198 Severity=Success
25199 Facility=System
25200 SymbolicName=APPERR2_4463
25201 Language=English
25202 Maximum cache memory (K)%0
25203 .
25204 Language=Polish
25205 Maximum cache memory (K)%0
25206 .
25207 Language=Romanian
25208 Maximum cache memory (K)%0
25209 .
25210 Language=Russian
25211 Maximum cache memory (K)%0
25212 .
25213 Language=Spanish
25214 Maximum cache memory (K)%0
25215 .
25216 Language=Turkish
25217 Maximum cache memory (K)%0
25218 .
25219 Language=Chinese
25220 Maximum cache memory (K)%0
25221 .
25222 Language=Taiwanese
25223 Maximum cache memory (K)%0
25224 .
25225
25226 MessageId=4464
25227 Severity=Success
25228 Facility=System
25229 SymbolicName=APPERR2_4464
25230 Language=English
25231 Number of network buffers%0
25232 .
25233 Language=Polish
25234 Number of network buffers%0
25235 .
25236 Language=Romanian
25237 Number of network buffers%0
25238 .
25239 Language=Russian
25240 Number of network buffers%0
25241 .
25242 Language=Spanish
25243 Number of network buffers%0
25244 .
25245 Language=Turkish
25246 Number of network buffers%0
25247 .
25248 Language=Chinese
25249 Number of network buffers%0
25250 .
25251 Language=Taiwanese
25252 Number of network buffers%0
25253 .
25254
25255 MessageId=4465
25256 Severity=Success
25257 Facility=System
25258 SymbolicName=APPERR2_4465
25259 Language=English
25260 Number of character buffers%0
25261 .
25262 Language=Polish
25263 Number of character buffers%0
25264 .
25265 Language=Romanian
25266 Number of character buffers%0
25267 .
25268 Language=Russian
25269 Number of character buffers%0
25270 .
25271 Language=Spanish
25272 Number of character buffers%0
25273 .
25274 Language=Turkish
25275 Number of character buffers%0
25276 .
25277 Language=Chinese
25278 Number of character buffers%0
25279 .
25280 Language=Taiwanese
25281 Number of character buffers%0
25282 .
25283
25284 MessageId=4466
25285 Severity=Success
25286 Facility=System
25287 SymbolicName=APPERR2_4466
25288 Language=English
25289 Size of network buffers%0
25290 .
25291 Language=Polish
25292 Size of network buffers%0
25293 .
25294 Language=Romanian
25295 Size of network buffers%0
25296 .
25297 Language=Russian
25298 Size of network buffers%0
25299 .
25300 Language=Spanish
25301 Size of network buffers%0
25302 .
25303 Language=Turkish
25304 Size of network buffers%0
25305 .
25306 Language=Chinese
25307 Size of network buffers%0
25308 .
25309 Language=Taiwanese
25310 Size of network buffers%0
25311 .
25312
25313 MessageId=4467
25314 Severity=Success
25315 Facility=System
25316 SymbolicName=APPERR2_4467
25317 Language=English
25318 Size of character buffers%0
25319 .
25320 Language=Polish
25321 Size of character buffers%0
25322 .
25323 Language=Romanian
25324 Size of character buffers%0
25325 .
25326 Language=Russian
25327 Size of character buffers%0
25328 .
25329 Language=Spanish
25330 Size of character buffers%0
25331 .
25332 Language=Turkish
25333 Size of character buffers%0
25334 .
25335 Language=Chinese
25336 Size of character buffers%0
25337 .
25338 Language=Taiwanese
25339 Size of character buffers%0
25340 .
25341
25342 MessageId=4468
25343 Severity=Success
25344 Facility=System
25345 SymbolicName=APPERR2_4468
25346 Language=English
25347 Full Computer name%0
25348 .
25349 Language=Polish
25350 Pełna nazwa komputera%0
25351 .
25352 Language=Romanian
25353 Nume complet de calculator%0
25354 .
25355 Language=Russian
25356 Полное имя компьютера%0
25357 .
25358 Language=Spanish
25359 Full Computer name%0
25360 .
25361 Language=Turkish
25362 Full Computer name%0
25363 .
25364 Language=Chinese
25365 Full Computer name%0
25366 .
25367 Language=Taiwanese
25368 Full Computer name%0
25369 .
25370
25371 MessageId=4469
25372 Severity=Success
25373 Facility=System
25374 SymbolicName=APPERR2_4469
25375 Language=English
25376 Workstation Domain DNS Name%0
25377 .
25378 Language=Polish
25379 Workstation Domain DNS Name%0
25380 .
25381 Language=Romanian
25382 Workstation Domain DNS Name%0
25383 .
25384 Language=Russian
25385 Workstation Domain DNS Name%0
25386 .
25387 Language=Spanish
25388 Workstation Domain DNS Name%0
25389 .
25390 Language=Turkish
25391 Workstation Domain DNS Name%0
25392 .
25393 Language=Chinese
25394 Workstation Domain DNS Name%0
25395 .
25396 Language=Taiwanese
25397 Workstation Domain DNS Name%0
25398 .
25399
25400 MessageId=4470
25401 Severity=Success
25402 Facility=System
25403 SymbolicName=APPERR2_4470
25404 Language=English
25405 ReactOS%0
25406 .
25407 Language=Polish
25408 ReactOS%0
25409 .
25410 Language=Romanian
25411 ReactOS%0
25412 .
25413 Language=Russian
25414 ReactOS%0
25415 .
25416 Language=Spanish
25417 ReactOS%0
25418 .
25419 Language=Turkish
25420 ReactOS%0
25421 .
25422 Language=Chinese
25423 ReactOS%0
25424 .
25425 Language=Taiwanese
25426 ReactOS%0
25427 .
25428
25429 MessageId=4481
25430 Severity=Success
25431 Facility=System
25432 SymbolicName=APPERR2_4481
25433 Language=English
25434 Server Name%0
25435 .
25436 Language=Polish
25437 Nazwa serwera%0
25438 .
25439 Language=Romanian
25440 Nume de server%0
25441 .
25442 Language=Russian
25443 Имя сервера%0
25444 .
25445 Language=Spanish
25446 Server Name%0
25447 .
25448 Language=Turkish
25449 Server Name%0
25450 .
25451 Language=Chinese
25452 Server Name%0
25453 .
25454 Language=Taiwanese
25455 Server Name%0
25456 .
25457
25458 MessageId=4482
25459 Severity=Success
25460 Facility=System
25461 SymbolicName=APPERR2_4482
25462 Language=English
25463 Server Comment%0
25464 .
25465 Language=Polish
25466 Komentarz serwera%0
25467 .
25468 Language=Romanian
25469 Comentariu server%0
25470 .
25471 Language=Russian
25472 Комментарий для сервера%0
25473 .
25474 Language=Spanish
25475 Server Comment%0
25476 .
25477 Language=Turkish
25478 Server Comment%0
25479 .
25480 Language=Chinese
25481 Server Comment%0
25482 .
25483 Language=Taiwanese
25484 Server Comment%0
25485 .
25486
25487 MessageId=4483
25488 Severity=Success
25489 Facility=System
25490 SymbolicName=APPERR2_4483
25491 Language=English
25492 Send administrative alerts to%0
25493 .
25494 Language=Polish
25495 Send administrative alerts to%0
25496 .
25497 Language=Romanian
25498 Send administrative alerts to%0
25499 .
25500 Language=Russian
25501 Send administrative alerts to%0
25502 .
25503 Language=Spanish
25504 Send administrative alerts to%0
25505 .
25506 Language=Turkish
25507 Send administrative alerts to%0
25508 .
25509 Language=Chinese
25510 Send administrative alerts to%0
25511 .
25512 Language=Taiwanese
25513 Send administrative alerts to%0
25514 .
25515
25516 MessageId=4484
25517 Severity=Success
25518 Facility=System
25519 SymbolicName=APPERR2_4484
25520 Language=English
25521 Software version%0
25522 .
25523 Language=Polish
25524 Wersja oprogramowania%0
25525 .
25526 Language=Romanian
25527 Versiune de program%0
25528 .
25529 Language=Russian
25530 Версия программы%0
25531 .
25532 Language=Spanish
25533 Software version%0
25534 .
25535 Language=Turkish
25536 Software version%0
25537 .
25538 Language=Chinese
25539 Software version%0
25540 .
25541 Language=Taiwanese
25542 Software version%0
25543 .
25544
25545 MessageId=4485
25546 Severity=Success
25547 Facility=System
25548 SymbolicName=APPERR2_4485
25549 Language=English
25550 Peer Server%0
25551 .
25552 Language=Polish
25553 Peer Server%0
25554 .
25555 Language=Romanian
25556 Peer Server%0
25557 .
25558 Language=Russian
25559 Peer Server%0
25560 .
25561 Language=Spanish
25562 Peer Server%0
25563 .
25564 Language=Turkish
25565 Peer Server%0
25566 .
25567 Language=Chinese
25568 Peer Server%0
25569 .
25570 Language=Taiwanese
25571 Peer Server%0
25572 .
25573
25574 MessageId=4486
25575 Severity=Success
25576 Facility=System
25577 SymbolicName=APPERR2_4486
25578 Language=English
25579 ReactOS%0
25580 .
25581 Language=Polish
25582 ReactOS%0
25583 .
25584 Language=Romanian
25585 ReactOS%0
25586 .
25587 Language=Russian
25588 ReactOS%0
25589 .
25590 Language=Spanish
25591 ReactOS%0
25592 .
25593 Language=Turkish
25594 ReactOS%0
25595 .
25596 Language=Chinese
25597 ReactOS%0
25598 .
25599 Language=Taiwanese
25600 ReactOS%0
25601 .
25602
25603 MessageId=4487
25604 Severity=Success
25605 Facility=System
25606 SymbolicName=APPERR2_4487
25607 Language=English
25608 Server Level%0
25609 .
25610 Language=Polish
25611 Server Level%0
25612 .
25613 Language=Romanian
25614 Server Level%0
25615 .
25616 Language=Russian
25617 Server Level%0
25618 .
25619 Language=Spanish
25620 Server Level%0
25621 .
25622 Language=Turkish
25623 Server Level%0
25624 .
25625 Language=Chinese
25626 Server Level%0
25627 .
25628 Language=Taiwanese
25629 Server Level%0
25630 .
25631
25632 MessageId=4488
25633 Severity=Success
25634 Facility=System
25635 SymbolicName=APPERR2_4488
25636 Language=English
25637 ReactOS Server%0
25638 .
25639 Language=Polish
25640 ReactOS Server%0
25641 .
25642 Language=Romanian
25643 ReactOS Server%0
25644 .
25645 Language=Russian
25646 ReactOS Server%0
25647 .
25648 Language=Spanish
25649 ReactOS Server%0
25650 .
25651 Language=Turkish
25652 ReactOS Server%0
25653 .
25654 Language=Chinese
25655 ReactOS Server%0
25656 .
25657 Language=Taiwanese
25658 ReactOS Server%0
25659 .
25660
25661 MessageId=4489
25662 Severity=Success
25663 Facility=System
25664 SymbolicName=APPERR2_4489
25665 Language=English
25666 Server is active on%0
25667 .
25668 Language=Polish
25669 Serwer jest aktywny na%0
25670 .
25671 Language=Romanian
25672 Server activ pe%0
25673 .
25674 Language=Russian
25675 Активный сервер на%0
25676 .
25677 Language=Spanish
25678 Server is active on%0
25679 .
25680 Language=Turkish
25681 Server is active on%0
25682 .
25683 Language=Chinese
25684 Server is active on%0
25685 .
25686 Language=Taiwanese
25687 Server is active on%0
25688 .
25689
25690 MessageId=4492
25691 Severity=Success
25692 Facility=System
25693 SymbolicName=APPERR2_4492
25694 Language=English
25695 Server hidden%0
25696 .
25697 Language=Polish
25698 Serwer ukrykty%0
25699 .
25700 Language=Romanian
25701 Server ascuns%0
25702 .
25703 Language=Russian
25704 Скрытый сервер%0
25705 .
25706 Language=Spanish
25707 Server hidden%0
25708 .
25709 Language=Turkish
25710 Server hidden%0
25711 .
25712 Language=Chinese
25713 Server hidden%0
25714 .
25715 Language=Taiwanese
25716 Server hidden%0
25717 .
25718
25719 MessageId=4506
25720 Severity=Success
25721 Facility=System
25722 SymbolicName=APPERR2_4506
25723 Language=English
25724 Maximum Logged On Users%0
25725 .
25726 Language=Polish
25727 Maksymalna liczba zalogowanych użytkowników%0
25728 .
25729 Language=Romanian
25730 Maxim utilizatori autentificați%0
25731 .
25732 Language=Russian
25733 Максимальное число пользователей%0
25734 .
25735 Language=Spanish
25736 Maximum Logged On Users%0
25737 .
25738 Language=Turkish
25739 Maximum Logged On Users%0
25740 .
25741 Language=Chinese
25742 Maximum Logged On Users%0
25743 .
25744 Language=Taiwanese
25745 Maximum Logged On Users%0
25746 .
25747
25748 MessageId=4507
25749 Severity=Success
25750 Facility=System
25751 SymbolicName=APPERR2_4507
25752 Language=English
25753 Maximum concurrent administrators%0
25754 .
25755 Language=Polish
25756 Maximum concurrent administrators%0
25757 .
25758 Language=Romanian
25759 Maximum concurrent administrators%0
25760 .
25761 Language=Russian
25762 Maximum concurrent administrators%0
25763 .
25764 Language=Spanish
25765 Maximum concurrent administrators%0
25766 .
25767 Language=Turkish
25768 Maximum concurrent administrators%0
25769 .
25770 Language=Chinese
25771 Maximum concurrent administrators%0
25772 .
25773 Language=Taiwanese
25774 Maximum concurrent administrators%0
25775 .
25776
25777 MessageId=4508
25778 Severity=Success
25779 Facility=System
25780 SymbolicName=APPERR2_4508
25781 Language=English
25782 Maximum resources shared%0
25783 .
25784 Language=Polish
25785 Maximum resources shared%0
25786 .
25787 Language=Romanian
25788 Maximum resources shared%0
25789 .
25790 Language=Russian
25791 Maximum resources shared%0
25792 .
25793 Language=Spanish
25794 Maximum resources shared%0
25795 .
25796 Language=Turkish
25797 Maximum resources shared%0
25798 .
25799 Language=Chinese
25800 Maximum resources shared%0
25801 .
25802 Language=Taiwanese
25803 Maximum resources shared%0
25804 .
25805
25806 MessageId=4509
25807 Severity=Success
25808 Facility=System
25809 SymbolicName=APPERR2_4509
25810 Language=English
25811 Maximum connections to resources%0
25812 .
25813 Language=Polish
25814 Maximum connections to resources%0
25815 .
25816 Language=Romanian
25817 Maximum connections to resources%0
25818 .
25819 Language=Russian
25820 Maximum connections to resources%0
25821 .
25822 Language=Spanish
25823 Maximum connections to resources%0
25824 .
25825 Language=Turkish
25826 Maximum connections to resources%0
25827 .
25828 Language=Chinese
25829 Maximum connections to resources%0
25830 .
25831 Language=Taiwanese
25832 Maximum connections to resources%0
25833 .
25834
25835 MessageId=4510
25836 Severity=Success
25837 Facility=System
25838 SymbolicName=APPERR2_4510
25839 Language=English
25840 Maximum open files on server%0
25841 .
25842 Language=Polish
25843 Maximum open files on server%0
25844 .
25845 Language=Romanian
25846 Maximum open files on server%0
25847 .
25848 Language=Russian
25849 Maximum open files on server%0
25850 .
25851 Language=Spanish
25852 Maximum open files on server%0
25853 .
25854 Language=Turkish
25855 Maximum open files on server%0
25856 .
25857 Language=Chinese
25858 Maximum open files on server%0
25859 .
25860 Language=Taiwanese
25861 Maximum open files on server%0
25862 .
25863
25864 MessageId=4511
25865 Severity=Success
25866 Facility=System
25867 SymbolicName=APPERR2_4511
25868 Language=English
25869 Maximum open files per session%0
25870 .
25871 Language=Polish
25872 Maksymalna liczba otwartych plików na sesję%0
25873 .
25874 Language=Romanian
25875 Maxim fișiere deschise pe sesiune%0
25876 .
25877 Language=Russian
25878 Максимальное число открытых файлов в сеансе%0
25879 .
25880 Language=Spanish
25881 Maximum open files per session%0
25882 .
25883 Language=Turkish
25884 Maximum open files per session%0
25885 .
25886 Language=Chinese
25887 Maximum open files per session%0
25888 .
25889 Language=Taiwanese
25890 Maximum open files per session%0
25891 .
25892
25893 MessageId=4512
25894 Severity=Success
25895 Facility=System
25896 SymbolicName=APPERR2_4512
25897 Language=English
25898 Maximum file locks%0
25899 .
25900 Language=Polish
25901 Maximum file locks%0
25902 .
25903 Language=Romanian
25904 Maximum file locks%0
25905 .
25906 Language=Russian
25907 Maximum file locks%0
25908 .
25909 Language=Spanish
25910 Maximum file locks%0
25911 .
25912 Language=Turkish
25913 Maximum file locks%0
25914 .
25915 Language=Chinese
25916 Maximum file locks%0
25917 .
25918 Language=Taiwanese
25919 Maximum file locks%0
25920 .
25921
25922 MessageId=4520
25923 Severity=Success
25924 Facility=System
25925 SymbolicName=APPERR2_4520
25926 Language=English
25927 Idle session time (min)%0
25928 .
25929 Language=Polish
25930 Czas bezczynności sesji (min)%0
25931 .
25932 Language=Romanian
25933 Timpul sesiunii de inactivitate (min)%0
25934 .
25935 Language=Russian
25936 Время простоя сеанса (мин)%0
25937 .
25938 Language=Spanish
25939 Idle session time (min)%0
25940 .
25941 Language=Turkish
25942 Idle session time (min)%0
25943 .
25944 Language=Chinese
25945 Idle session time (min)%0
25946 .
25947 Language=Taiwanese
25948 Idle session time (min)%0
25949 .
25950
25951 MessageId=4526
25952 Severity=Success
25953 Facility=System
25954 SymbolicName=APPERR2_4526
25955 Language=English
25956 Share-level%0
25957 .
25958 Language=Polish
25959 Share-level%0
25960 .
25961 Language=Romanian
25962 Share-level%0
25963 .
25964 Language=Russian
25965 Share-level%0
25966 .
25967 Language=Spanish
25968 Share-level%0
25969 .
25970 Language=Turkish
25971 Share-level%0
25972 .
25973 Language=Chinese
25974 Share-level%0
25975 .
25976 Language=Taiwanese
25977 Share-level%0
25978 .
25979
25980 MessageId=4527
25981 Severity=Success
25982 Facility=System
25983 SymbolicName=APPERR2_4527
25984 Language=English
25985 User-level%0
25986 .
25987 Language=Polish
25988 User-level%0
25989 .
25990 Language=Romanian
25991 User-level%0
25992 .
25993 Language=Russian
25994 User-level%0
25995 .
25996 Language=Spanish
25997 User-level%0
25998 .
25999 Language=Turkish
26000 User-level%0
26001 .
26002 Language=Chinese
26003 User-level%0
26004 .
26005 Language=Taiwanese
26006 User-level%0
26007 .
26008
26009 MessageId=4530
26010 Severity=Success
26011 Facility=System
26012 SymbolicName=APPERR2_4530
26013 Language=English
26014 Unlimited Server%0
26015 .
26016 Language=Polish
26017 Unlimited Server%0
26018 .
26019 Language=Romanian
26020 Unlimited Server%0
26021 .
26022 Language=Russian
26023 Unlimited Server%0
26024 .
26025 Language=Spanish
26026 Unlimited Server%0
26027 .
26028 Language=Turkish
26029 Unlimited Server%0
26030 .
26031 Language=Chinese
26032 Unlimited Server%0
26033 .
26034 Language=Taiwanese
26035 Unlimited Server%0
26036 .
26037
26038 MessageId=4570
26039 Severity=Success
26040 Facility=System
26041 SymbolicName=APPERR2_4570
26042 Language=English
26043 Force user logoff how long after time expires?:%0\n
26044 .
26045 Language=Polish
26046 Wymuś wylogowanie po upływie:%0\n
26047 .
26048 Language=Romanian
26049 Forțează deautentificarea după:%0\n
26050 .
26051 Language=Russian
26052 Принудительный выход через:%0\n
26053 .
26054 Language=Spanish
26055 Forzar cierre de sesión tras:%0\n
26056 .
26057 Language=Turkish
26058 Sonra oturum kapatmaya zorla:%0\n
26059 .
26060 Language=Chinese
26061 强制注销后:%0\n
26062 .
26063 Language=Taiwanese
26064 強制登出後:%0\n
26065 .
26066
26067 MessageId=4571
26068 Severity=Success
26069 Facility=System
26070 SymbolicName=APPERR2_4571
26071 Language=English
26072 Lock out account after how many bad passwords?:%0\n
26073 .
26074 Language=Polish
26075 Lock out account after how many bad passwords?:%0\n
26076 .
26077 Language=Romanian
26078 Lock out account after how many bad passwords?:%0\n
26079 .
26080 Language=Russian
26081 Lock out account after how many bad passwords?:%0\n
26082 .
26083 Language=Spanish
26084 Lock out account after how many bad passwords?:%0\n
26085 .
26086 Language=Turkish
26087 Lock out account after how many bad passwords?:%0\n
26088 .
26089 Language=Chinese
26090 Lock out account after how many bad passwords?:%0\n
26091 .
26092 Language=Taiwanese
26093 Lock out account after how many bad passwords?:%0\n
26094 .
26095
26096 MessageId=4572
26097 Severity=Success
26098 Facility=System
26099 SymbolicName=APPERR2_4572
26100 Language=English
26101 Minimum password age (days):%0
26102 .
26103 Language=Polish
26104 Minimalny okres ważności hasła (dni):%0
26105 .
26106 Language=Romanian
26107 Vârsta minimă a parolei (în zile):%0
26108 .
26109 Language=Russian
26110 Минимальный срок действия пароля (дней):%0
26111 .
26112 Language=Spanish
26113 Validez mínima de contraseña (en días):%0
26114 .
26115 Language=Turkish
26116 En az şifre yaşı (gün):%0
26117 .
26118 Language=Chinese
26119 密码最短使用期限 (以天为单位):%0
26120 .
26121 Language=Taiwanese
26122 密碼最短使用期限 (以天):%0
26123 .
26124
26125 MessageId=4573
26126 Severity=Success
26127 Facility=System
26128 SymbolicName=APPERR2_4573
26129 Language=English
26130 Maximum password age (days):%0
26131 .
26132 Language=Polish
26133 Maksymalny okres ważności hasła (dni):%0
26134 .
26135 Language=Romanian
26136 Vârsta maximă a parolei (în zile):%0
26137 .
26138 Language=Russian
26139 Максимальный срок действия пароля (дней):%0
26140 .
26141 Language=Spanish
26142 Validez máxima de contraseña (en días):%0
26143 .
26144 Language=Turkish
26145 En çok şifre yaşı (gün):%0
26146 .
26147 Language=Chinese
26148 密码最长使用期限 (以天为单位):%0
26149 .
26150 Language=Taiwanese
26151 密碼最長使用期限 (以天):%0
26152 .
26153
26154 MessageId=4574
26155 Severity=Success
26156 Facility=System
26157 SymbolicName=APPERR2_4574
26158 Language=English
26159 Minimum password length:%0
26160 .
26161 Language=Polish
26162 Minimalna długość hasła:%0
26163 .
26164 Language=Romanian
26165 Lungimea minimă a parolei:%0
26166 .
26167 Language=Russian
26168 Минимальная длина пароля:%0
26169 .
26170 Language=Spanish
26171 Tamaño mínimo de contraseña:%0
26172 .
26173 Language=Turkish
26174 En az şifre uzunluğu:%0
26175 .
26176 Language=Chinese
26177 最小密码长度:%0
26178 .
26179 Language=Taiwanese
26180 最小密碼長度:%0
26181 .
26182
26183 MessageId=4575
26184 Severity=Success
26185 Facility=System
26186 SymbolicName=APPERR2_4575
26187 Language=English
26188 Length of password history maintained:%0
26189 .
26190 Language=Polish
26191 Długość zapamiętywanej historii haseł:%0
26192 .
26193 Language=Romanian
26194 Lungimea istoricului parolei:%0
26195 .
26196 Language=Russian
26197 Длина истории паролей:%0
26198 .
26199 Language=Spanish
26200 Duración del historial de contraseñas:%0
26201 .
26202 Language=Turkish
26203 Şifre geçmişi uzunluğu:%0
26204 .
26205 Language=Chinese
26206 密码历史记录长度:%0
26207 .
26208 Language=Taiwanese
26209 密碼歷史記錄長度:%0
26210 .
26211
26212 MessageId=4576
26213 Severity=Success
26214 Facility=System
26215 SymbolicName=APPERR2_4576
26216 Language=English
26217 Computer role:%0
26218 .
26219 Language=Polish
26220 Rola komputera:%0
26221 .
26222 Language=Romanian
26223 Rolul calculatorului:%0
26224 .
26225 Language=Russian
26226 Роль компьютера:%0
26227 .
26228 Language=Spanish
26229 Rol del equipo:%0
26230 .
26231 Language=Turkish
26232 Bilgisayar görevi:%0
26233 .
26234 Language=Chinese
26235 计算机角色:%0
26236 .
26237 Language=Taiwanese
26238 電腦角色:%0
26239 .
26240
26241 MessageId=4577
26242 Severity=Success
26243 Facility=System
26244 SymbolicName=APPERR2_4577
26245 Language=English
26246 Primary Domain controller for workstation domain:%0.
26247 .
26248 Language=Polish
26249 Primary Domain controller for workstation domain:%0.
26250 .
26251 Language=Romanian
26252 Primary Domain controller for workstation domain:%0.
26253 .
26254 Language=Russian
26255 Primary Domain controller for workstation domain:%0.
26256 .
26257 Language=Spanish
26258 Primary Domain controller for workstation domain:%0.
26259 .
26260 Language=Turkish
26261 Primary Domain controller for workstation domain:%0.
26262 .
26263 Language=Chinese
26264 Primary Domain controller for workstation domain:%0.
26265 .
26266 Language=Taiwanese
26267 Primary Domain controller for workstation domain:%0.
26268 .
26269
26270 MessageId=4578
26271 Severity=Success
26272 Facility=System
26273 SymbolicName=APPERR2_4578
26274 Language=English
26275 Lockout threshold:%0
26276 .
26277 Language=Polish
26278 Próg blokady:%0
26279 .
26280 Language=Romanian
26281 Pragul de blocare:%0
26282 .
26283 Language=Russian
26284 Блокировка после ошибок ввода пароля:%0
26285 .
26286 Language=Spanish
26287 Umbral de bloqueo:%0
26288 .
26289 Language=Turkish
26290 Kilitleme başlangıcı:%0
26291 .
26292 Language=Chinese
26293 锁定阈值:%0
26294 .
26295 Language=Taiwanese
26296 鎖定閾值:%0
26297 .
26298
26299 MessageId=4579
26300 Severity=Success
26301 Facility=System
26302 SymbolicName=APPERR2_4579
26303 Language=English
26304 Lockout duration (minutes):%0
26305 .
26306 Language=Polish
26307 Czas trwania blokady (minuty):%0
26308 .
26309 Language=Romanian
26310 Durata de blocare (în minute):%0
26311 .
26312 Language=Russian
26313 Длительность блокировки (минут):%0
26314 .
26315 Language=Spanish
26316 Duración del bloqueo (en minutos):%0
26317 .
26318 Language=Turkish
26319 Kilitleme süresi (dakîka):%0
26320 .
26321 Language=Chinese
26322 锁定时间 (以分钟为单位):%0
26323 .
26324 Language=Taiwanese
26325 鎖定時間 (以分鐘為單位):%0
26326 .
26327
26328 MessageId=4580
26329 Severity=Success
26330 Facility=System
26331 SymbolicName=APPERR2_4580
26332 Language=English
26333 Lockout observation window (minutes):%0
26334 .
26335 Language=Polish
26336 Okno obserwowania blokady (minuty):%0
26337 .
26338 Language=Romanian
26339 Fereastra de observare a blocării (în minute):%0
26340 .
26341 Language=Russian
26342 Сброс счетчика блокировок через (минут):%0
26343 .
26344 Language=Spanish
26345 Ventana de cumpl. de bloqueo (en minutos):%0
26346 .
26347 Language=Turkish
26348 Kilitleme gözlem penceresi (dakîka):%0
26349 .
26350 Language=Chinese
26351 锁定观察窗口 (以分钟为单位):%0
26352 .
26353 Language=Taiwanese
26354 鎖定觀察視窗 (以分鐘為單位):%0
26355 .
26356
26357 MessageId=4600
26358 Severity=Success
26359 Facility=System
26360 SymbolicName=APPERR2_4600
26361 Language=English
26362 Statistics since%0
26363 .
26364 Language=Polish
26365 Statystyka od%0
26366 .
26367 Language=Romanian
26368 Statistici începând din%0
26369 .
26370 Language=Russian
26371 Статистика после%0
26372 .
26373 Language=Spanish
26374 Statistics since%0
26375 .
26376 Language=Turkish
26377 Statistics since%0
26378 .
26379 Language=Chinese
26380 Statistics since%0
26381 .
26382 Language=Taiwanese
26383 Statistics since%0
26384 .
26385
26386 MessageId=4601
26387 Severity=Success
26388 Facility=System
26389 SymbolicName=APPERR2_4601
26390 Language=English
26391 Sessions accepted%0
26392 .
26393 Language=Polish
26394 Zaakceptowane sesje%0
26395 .
26396 Language=Romanian
26397 Sesiuni acceptate%0
26398 .
26399 Language=Russian
26400 Принятые сеансы%0
26401 .
26402 Language=Spanish
26403 Sessions accepted%0
26404 .
26405 Language=Turkish
26406 Sessions accepted%0
26407 .
26408 Language=Chinese
26409 Sessions accepted%0
26410 .
26411 Language=Taiwanese
26412 Sessions accepted%0
26413 .
26414
26415 MessageId=4602
26416 Severity=Success
26417 Facility=System
26418 SymbolicName=APPERR2_4602
26419 Language=English
26420 Sessions timed-out%0
26421 .
26422 Language=Polish
26423 Sesje przerwane z powodu upłynięcia limitu czasu%0
26424 .
26425 Language=Romanian
26426 Sesiuni expirate%0
26427 .
26428 Language=Russian
26429 Сеансы с истекшим интервалом%0
26430 .
26431 Language=Spanish
26432 Sessions timed-out%0
26433 .
26434 Language=Turkish
26435 Sessions timed-out%0
26436 .
26437 Language=Chinese
26438 Sessions timed-out%0
26439 .
26440 Language=Taiwanese
26441 Sessions timed-out%0
26442 .
26443
26444 MessageId=4603
26445 Severity=Success
26446 Facility=System
26447 SymbolicName=APPERR2_4603
26448 Language=English
26449 Sessions errored-out%0
26450 .
26451 Language=Polish
26452 Sesje przerwane z powodu wystąpienia błędu%0
26453 .
26454 Language=Romanian
26455 Sesiuni eșuate%0
26456 .
26457 Language=Russian
26458 Сеансы с ошибками%0
26459 .
26460 Language=Spanish
26461 Sessions errored-out%0
26462 .
26463 Language=Turkish
26464 Sessions errored-out%0
26465 .
26466 Language=Chinese
26467 Sessions errored-out%0
26468 .
26469 Language=Taiwanese
26470 Sessions errored-out%0
26471 .
26472
26473 MessageId=4604
26474 Severity=Success
26475 Facility=System
26476 SymbolicName=APPERR2_4604
26477 Language=English
26478 Kilobytes sent%0
26479 .
26480 Language=Polish
26481 Wysłano kilobajtów%0
26482 .
26483 Language=Romanian
26484 Kiloocteți transmiși%0
26485 .
26486 Language=Russian
26487 Послано КБ%0
26488 .
26489 Language=Spanish
26490 Kilobytes sent%0
26491 .
26492 Language=Turkish
26493 Kilobytes sent%0
26494 .
26495 Language=Chinese
26496 Kilobytes sent%0
26497 .
26498 Language=Taiwanese
26499 Kilobytes sent%0
26500 .
26501
26502 MessageId=4605
26503 Severity=Success
26504 Facility=System
26505 SymbolicName=APPERR2_4605
26506 Language=English
26507 Kilobytes received%0
26508 .
26509 Language=Polish
26510 Odebrano kilobajtów%0
26511 .
26512 Language=Romanian
26513 Kiloocteți receptați%0
26514 .
26515 Language=Russian
26516 Принято КБ%0
26517 .
26518 Language=Spanish
26519 Kilobytes received%0
26520 .
26521 Language=Turkish
26522 Kilobytes received%0
26523 .
26524 Language=Chinese
26525 Kilobytes received%0
26526 .
26527 Language=Taiwanese
26528 Kilobytes received%0
26529 .
26530
26531 MessageId=4606
26532 Severity=Success
26533 Facility=System
26534 SymbolicName=APPERR2_4606
26535 Language=English
26536 Mean response time (msec)%0
26537 .
26538 Language=Polish
26539 Średni czas odpowiedzi (ms)%0
26540 .
26541 Language=Romanian
26542 Timpul mediu de răspuns (msec)%0
26543 .
26544 Language=Russian
26545 Среднее время отклика (мс)%0
26546 .
26547 Language=Spanish
26548 Mean response time (msec)%0
26549 .
26550 Language=Turkish
26551 Mean response time (msec)%0
26552 .
26553 Language=Chinese
26554 Mean response time (msec)%0
26555 .
26556 Language=Taiwanese
26557 Mean response time (msec)%0
26558 .
26559
26560 MessageId=4607
26561 Severity=Success
26562 Facility=System
26563 SymbolicName=APPERR2_4607
26564 Language=English
26565 Network errors%0
26566 .
26567 Language=Polish
26568 Network errors%0
26569 .
26570 Language=Romanian
26571 Network errors%0
26572 .
26573 Language=Russian
26574 Network errors%0
26575 .
26576 Language=Spanish
26577 Network errors%0
26578 .
26579 Language=Turkish
26580 Network errors%0
26581 .
26582 Language=Chinese
26583 Network errors%0
26584 .
26585 Language=Taiwanese
26586 Network errors%0
26587 .
26588
26589 MessageId=4608
26590 Severity=Success
26591 Facility=System
26592 SymbolicName=APPERR2_4608
26593 Language=English
26594 Files accessed%0
26595 .
26596 Language=Polish
26597 Wykorzystane pliki%0
26598 .
26599 Language=Romanian
26600 Fișiere accesate%0
26601 .
26602 Language=Russian
26603 Доступ к файлам%0
26604 .
26605 Language=Spanish
26606 Files accessed%0
26607 .
26608 Language=Turkish
26609 Files accessed%0
26610 .
26611 Language=Chinese
26612 Files accessed%0
26613 .
26614 Language=Taiwanese
26615 Files accessed%0
26616 .
26617
26618 MessageId=4609
26619 Severity=Success
26620 Facility=System
26621 SymbolicName=APPERR2_4609
26622 Language=English
26623 Print jobs spooled%0
26624 .
26625 Language=Polish
26626 Buforowane zadania drukowania%0
26627 .
26628 Language=Romanian
26629 Comenzi de imprimare cumulate%0
26630 .
26631 Language=Russian
26632 Задания печати в очереди%0
26633 .
26634 Language=Spanish
26635 Print jobs spooled%0
26636 .
26637 Language=Turkish
26638 Print jobs spooled%0
26639 .
26640 Language=Chinese
26641 Print jobs spooled%0
26642 .
26643 Language=Taiwanese
26644 Print jobs spooled%0
26645 .
26646
26647 MessageId=4610
26648 Severity=Success
26649 Facility=System
26650 SymbolicName=APPERR2_4610
26651 Language=English
26652 System errors%0
26653 .
26654 Language=Polish
26655 Błędy systemu%0
26656 .
26657 Language=Romanian
26658 Erori de sistem%0
26659 .
26660 Language=Russian
26661 Системные ошибки%0
26662 .
26663 Language=Spanish
26664 System errors%0
26665 .
26666 Language=Turkish
26667 System errors%0
26668 .
26669 Language=Chinese
26670 System errors%0
26671 .
26672 Language=Taiwanese
26673 System errors%0
26674 .
26675
26676 MessageId=4611
26677 Severity=Success
26678 Facility=System
26679 SymbolicName=APPERR2_4611
26680 Language=English
26681 Password violations%0
26682 .
26683 Language=Polish
26684 Naruszenia hasła%0
26685 .
26686 Language=Romanian
26687 Erori la parole%0
26688 .
26689 Language=Russian
26690 Нарушение паролей%0
26691 .
26692 Language=Spanish
26693 Password violations%0
26694 .
26695 Language=Turkish
26696 Password violations%0
26697 .
26698 Language=Chinese
26699 Password violations%0
26700 .
26701 Language=Taiwanese
26702 Password violations%0
26703 .
26704
26705 MessageId=4612
26706 Severity=Success
26707 Facility=System
26708 SymbolicName=APPERR2_4612
26709 Language=English
26710 Permission violations%0
26711 .
26712 Language=Polish
26713 Naruszenia uprawnień%0
26714 .
26715 Language=Romanian
26716 Erori la permisiuni%0
26717 .
26718 Language=Russian
26719 Нарушение разрешений%0
26720 .
26721 Language=Spanish
26722 Permission violations%0
26723 .
26724 Language=Turkish
26725 Permission violations%0
26726 .
26727 Language=Chinese
26728 Permission violations%0
26729 .
26730 Language=Taiwanese
26731 Permission violations%0
26732 .
26733
26734 MessageId=4613
26735 Severity=Success
26736 Facility=System
26737 SymbolicName=APPERR2_4613
26738 Language=English
26739 Communication devices accessed%0
26740 .
26741 Language=Polish
26742 Wykorzystane urządzenia komunikacyjne%0
26743 .
26744 Language=Romanian
26745 Dispozitive de comunicații accesate%0
26746 .
26747 Language=Russian
26748 Доступ к устройствам связи%0
26749 .
26750 Language=Spanish
26751 Communication devices accessed%0
26752 .
26753 Language=Turkish
26754 Communication devices accessed%0
26755 .
26756 Language=Chinese
26757 Communication devices accessed%0
26758 .
26759 Language=Taiwanese
26760 Communication devices accessed%0
26761 .
26762
26763 MessageId=4614
26764 Severity=Success
26765 Facility=System
26766 SymbolicName=APPERR2_4614
26767 Language=English
26768 Sessions started%0
26769 .
26770 Language=Polish
26771 Sessions started%0
26772 .
26773 Language=Romanian
26774 Sessions started%0
26775 .
26776 Language=Russian
26777 Sessions started%0
26778 .
26779 Language=Spanish
26780 Sessions started%0
26781 .
26782 Language=Turkish
26783 Sessions started%0
26784 .
26785 Language=Chinese
26786 Sessions started%0
26787 .
26788 Language=Taiwanese
26789 Sessions started%0
26790 .
26791
26792 MessageId=4615
26793 Severity=Success
26794 Facility=System
26795 SymbolicName=APPERR2_4615
26796 Language=English
26797 Sessions reconnected%0
26798 .
26799 Language=Polish
26800 Sessions reconnected%0
26801 .
26802 Language=Romanian
26803 Sessions reconnected%0
26804 .
26805 Language=Russian
26806 Sessions reconnected%0
26807 .
26808 Language=Spanish
26809 Sessions reconnected%0
26810 .
26811 Language=Turkish
26812 Sessions reconnected%0
26813 .
26814 Language=Chinese
26815 Sessions reconnected%0
26816 .
26817 Language=Taiwanese
26818 Sessions reconnected%0
26819 .
26820
26821 MessageId=4616
26822 Severity=Success
26823 Facility=System
26824 SymbolicName=APPERR2_4616
26825 Language=English
26826 Sessions starts failed%0
26827 .
26828 Language=Polish
26829 Sessions starts failed%0
26830 .
26831 Language=Romanian
26832 Sessions starts failed%0
26833 .
26834 Language=Russian
26835 Sessions starts failed%0
26836 .
26837 Language=Spanish
26838 Sessions starts failed%0
26839 .
26840 Language=Turkish
26841 Sessions starts failed%0
26842 .
26843 Language=Chinese
26844 Sessions starts failed%0
26845 .
26846 Language=Taiwanese
26847 Sessions starts failed%0
26848 .
26849
26850 MessageId=4617
26851 Severity=Success
26852 Facility=System
26853 SymbolicName=APPERR2_4617
26854 Language=English
26855 Sessions disconnected%0
26856 .
26857 Language=Polish
26858 Sessions disconnected%0
26859 .
26860 Language=Romanian
26861 Sessions disconnected%0
26862 .
26863 Language=Russian
26864 Sessions disconnected%0
26865 .
26866 Language=Spanish
26867 Sessions disconnected%0
26868 .
26869 Language=Turkish
26870 Sessions disconnected%0
26871 .
26872 Language=Chinese
26873 Sessions disconnected%0
26874 .
26875 Language=Taiwanese
26876 Sessions disconnected%0
26877 .
26878
26879 MessageId=4618
26880 Severity=Success
26881 Facility=System
26882 SymbolicName=APPERR2_4618
26883 Language=English
26884 Network I/O's performed%0
26885 .
26886 Language=Polish
26887 Network I/O's performed%0
26888 .
26889 Language=Romanian
26890 Network I/O's performed%0
26891 .
26892 Language=Russian
26893 Network I/O's performed%0
26894 .
26895 Language=Spanish
26896 Network I/O's performed%0
26897 .
26898 Language=Turkish
26899 Network I/O's performed%0
26900 .
26901 Language=Chinese
26902 Network I/O's performed%0
26903 .
26904 Language=Taiwanese
26905 Network I/O's performed%0
26906 .
26907
26908 MessageId=4619
26909 Severity=Success
26910 Facility=System
26911 SymbolicName=APPERR2_4619
26912 Language=English
26913 Files and pipes accessed%0
26914 .
26915 Language=Polish
26916 Files and pipes accessed%0
26917 .
26918 Language=Romanian
26919 Files and pipes accessed%0
26920 .
26921 Language=Russian
26922 Files and pipes accessed%0
26923 .
26924 Language=Spanish
26925 Files and pipes accessed%0
26926 .
26927 Language=Turkish
26928 Files and pipes accessed%0
26929 .
26930 Language=Chinese
26931 Files and pipes accessed%0
26932 .
26933 Language=Taiwanese
26934 Files and pipes accessed%0
26935 .
26936
26937 MessageId=4620
26938 Severity=Success
26939 Facility=System
26940 SymbolicName=APPERR2_4620
26941 Language=English
26942 Times buffers exhausted
26943 .
26944 Language=Polish
26945 Wyczerpane bufory czasomierzy
26946 .
26947 Language=Romanian
26948 Momente cu limită de memorie depășită
26949 .
26950 Language=Russian
26951 Исчерпанные буферы времени
26952 .
26953 Language=Spanish
26954 Times buffers exhausted
26955 .
26956 Language=Turkish
26957 Times buffers exhausted
26958 .
26959 Language=Chinese
26960 Times buffers exhausted
26961 .
26962 Language=Taiwanese
26963 Times buffers exhausted
26964 .
26965
26966 MessageId=4621
26967 Severity=Success
26968 Facility=System
26969 SymbolicName=APPERR2_4621
26970 Language=English
26971 Big buffers%0
26972 .
26973 Language=Polish
26974 Duże bufory%0
26975 .
26976 Language=Romanian
26977 memorii masive%0
26978 .
26979 Language=Russian
26980 Большие буферы%0
26981 .
26982 Language=Spanish
26983 Big buffers%0
26984 .
26985 Language=Turkish
26986 Big buffers%0
26987 .
26988 Language=Chinese
26989 Big buffers%0
26990 .
26991 Language=Taiwanese
26992 Big buffers%0
26993 .
26994
26995 MessageId=4622
26996 Severity=Success
26997 Facility=System
26998 SymbolicName=APPERR2_4622
26999 Language=English
27000 Request buffers%0
27001 .
27002 Language=Polish
27003 Bufory żądań%0
27004 .
27005 Language=Romanian
27006 memorii tranzitive%0
27007 .
27008 Language=Russian
27009 Затребованные буферы%0
27010 .
27011 Language=Spanish
27012 Request buffers%0
27013 .
27014 Language=Turkish
27015 Request buffers%0
27016 .
27017 Language=Chinese
27018 Request buffers%0
27019 .
27020 Language=Taiwanese
27021 Request buffers%0
27022 .
27023
27024 MessageId=4623
27025 Severity=Success
27026 Facility=System
27027 SymbolicName=APPERR2_4623
27028 Language=English
27029 Workstation Statistics for \\\\%1
27030 .
27031 Language=Polish
27032 Statystyka stacji roboczej dla \\\\%1
27033 .
27034 Language=Romanian
27035 Statistici pentru stația de lucru \\\\%1
27036 .
27037 Language=Russian
27038 Статистика рабочей станции для \\\\%1
27039 .
27040 Language=Spanish
27041 Workstation Statistics for \\\\%1
27042 .
27043 Language=Turkish
27044 Workstation Statistics for \\\\%1
27045 .
27046 Language=Chinese
27047 Workstation Statistics for \\\\%1
27048 .
27049 Language=Taiwanese
27050 Workstation Statistics for \\\\%1
27051 .
27052
27053 MessageId=4624
27054 Severity=Success
27055 Facility=System
27056 SymbolicName=APPERR2_4624
27057 Language=English
27058 Server Statistics for \\\\%1
27059 .
27060 Language=Polish
27061 Statystyka serwera dla \\\\%1
27062 .
27063 Language=Romanian
27064 Statistici de server pentru \\\\%1
27065 .
27066 Language=Russian
27067 Статистика сервера для \\\\%1
27068 .
27069 Language=Spanish
27070 Server Statistics for \\\\%1
27071 .
27072 Language=Turkish
27073 Server Statistics for \\\\%1
27074 .
27075 Language=Chinese
27076 Server Statistics for \\\\%1
27077 .
27078 Language=Taiwanese
27079 Server Statistics for \\\\%1
27080 .
27081
27082 MessageId=4625
27083 Severity=Success
27084 Facility=System
27085 SymbolicName=APPERR2_4625
27086 Language=English
27087 Statistics since %1
27088 .
27089 Language=Polish
27090 Statistics since %1
27091 .
27092 Language=Romanian
27093 Statistics since %1
27094 .
27095 Language=Russian
27096 Statistics since %1
27097 .
27098 Language=Spanish
27099 Statistics since %1
27100 .
27101 Language=Turkish
27102 Statistics since %1
27103 .
27104 Language=Chinese
27105 Statistics since %1
27106 .
27107 Language=Taiwanese
27108 Statistics since %1
27109 .
27110
27111 MessageId=4626
27112 Severity=Success
27113 Facility=System
27114 SymbolicName=APPERR2_4626
27115 Language=English
27116 Connections made%0
27117 .
27118 Language=Polish
27119 Connections made%0
27120 .
27121 Language=Romanian
27122 Connections made%0
27123 .
27124 Language=Russian
27125 Connections made%0
27126 .
27127 Language=Spanish
27128 Connections made%0
27129 .
27130 Language=Turkish
27131 Connections made%0
27132 .
27133 Language=Chinese
27134 Connections made%0
27135 .
27136 Language=Taiwanese
27137 Connections made%0
27138 .
27139
27140 MessageId=4627
27141 Severity=Success
27142 Facility=System
27143 SymbolicName=APPERR2_4627
27144 Language=English
27145 Connections failed%0
27146 .
27147 Language=Polish
27148 Connections failed%0
27149 .
27150 Language=Romanian
27151 Connections failed%0
27152 .
27153 Language=Russian
27154 Connections failed%0
27155 .
27156 Language=Spanish
27157 Connections failed%0
27158 .
27159 Language=Turkish
27160 Connections failed%0
27161 .
27162 Language=Chinese
27163 Connections failed%0
27164 .
27165 Language=Taiwanese
27166 Connections failed%0
27167 .
27168
27169 MessageId=4630
27170 Severity=Success
27171 Facility=System
27172 SymbolicName=APPERR2_4630
27173 Language=English
27174 Bytes received%0
27175 .
27176 Language=Polish
27177 Bytes received%0
27178 .
27179 Language=Romanian
27180 Bytes received%0
27181 .
27182 Language=Russian
27183 Bytes received%0
27184 .
27185 Language=Spanish
27186 Bytes received%0
27187 .
27188 Language=Turkish
27189 Bytes received%0
27190 .
27191 Language=Chinese
27192 Bytes received%0
27193 .
27194 Language=Taiwanese
27195 Bytes received%0
27196 .
27197
27198 MessageId=4631
27199 Severity=Success
27200 Facility=System
27201 SymbolicName=APPERR2_4631
27202 Language=English
27203 Server Message Blocks (SMBs) received%0
27204 .
27205 Language=Polish
27206 Server Message Blocks (SMBs) received%0
27207 .
27208 Language=Romanian
27209 Server Message Blocks (SMBs) received%0
27210 .
27211 Language=Russian
27212 Server Message Blocks (SMBs) received%0
27213 .
27214 Language=Spanish
27215 Server Message Blocks (SMBs) received%0
27216 .
27217 Language=Turkish
27218 Server Message Blocks (SMBs) received%0
27219 .
27220 Language=Chinese
27221 Server Message Blocks (SMBs) received%0
27222 .
27223 Language=Taiwanese
27224 Server Message Blocks (SMBs) received%0
27225 .
27226
27227 MessageId=4632
27228 Severity=Success
27229 Facility=System
27230 SymbolicName=APPERR2_4632
27231 Language=English
27232 Bytes transmitted%0
27233 .
27234 Language=Polish
27235 Bytes transmitted%0
27236 .
27237 Language=Romanian
27238 Bytes transmitted%0
27239 .
27240 Language=Russian
27241 Bytes transmitted%0
27242 .
27243 Language=Spanish
27244 Bytes transmitted%0
27245 .
27246 Language=Turkish
27247 Bytes transmitted%0
27248 .
27249 Language=Chinese
27250 Bytes transmitted%0
27251 .
27252 Language=Taiwanese
27253 Bytes transmitted%0
27254 .
27255
27256 MessageId=4633
27257 Severity=Success
27258 Facility=System
27259 SymbolicName=APPERR2_4633
27260 Language=English
27261 Server Message Blocks (SMBs) transmitted%0
27262 .
27263 Language=Polish
27264 Server Message Blocks (SMBs) transmitted%0
27265 .
27266 Language=Romanian
27267 Server Message Blocks (SMBs) transmitted%0
27268 .
27269 Language=Russian
27270 Server Message Blocks (SMBs) transmitted%0
27271 .
27272 Language=Spanish
27273 Server Message Blocks (SMBs) transmitted%0
27274 .
27275 Language=Turkish
27276 Server Message Blocks (SMBs) transmitted%0
27277 .
27278 Language=Chinese
27279 Server Message Blocks (SMBs) transmitted%0
27280 .
27281 Language=Taiwanese
27282 Server Message Blocks (SMBs) transmitted%0
27283 .
27284
27285 MessageId=4634
27286 Severity=Success
27287 Facility=System
27288 SymbolicName=APPERR2_4634
27289 Language=English
27290 Read operations%0
27291 .
27292 Language=Polish
27293 Read operations%0
27294 .
27295 Language=Romanian
27296 Read operations%0
27297 .
27298 Language=Russian
27299 Read operations%0
27300 .
27301 Language=Spanish
27302 Read operations%0
27303 .
27304 Language=Turkish
27305 Read operations%0
27306 .
27307 Language=Chinese
27308 Read operations%0
27309 .
27310 Language=Taiwanese
27311 Read operations%0
27312 .
27313
27314 MessageId=4635
27315 Severity=Success
27316 Facility=System
27317 SymbolicName=APPERR2_4635
27318 Language=English
27319 Write operations%0
27320 .
27321 Language=Polish
27322 Write operations%0
27323 .
27324 Language=Romanian
27325 Write operations%0
27326 .
27327 Language=Russian
27328 Write operations%0
27329 .
27330 Language=Spanish
27331 Write operations%0
27332 .
27333 Language=Turkish
27334 Write operations%0
27335 .
27336 Language=Chinese
27337 Write operations%0
27338 .
27339 Language=Taiwanese
27340 Write operations%0
27341 .
27342
27343 MessageId=4636
27344 Severity=Success
27345 Facility=System
27346 SymbolicName=APPERR2_4636
27347 Language=English
27348 Raw reads denied%0
27349 .
27350 Language=Polish
27351 Raw reads denied%0
27352 .
27353 Language=Romanian
27354 Raw reads denied%0
27355 .
27356 Language=Russian
27357 Raw reads denied%0
27358 .
27359 Language=Spanish
27360 Raw reads denied%0
27361 .
27362 Language=Turkish
27363 Raw reads denied%0
27364 .
27365 Language=Chinese
27366 Raw reads denied%0
27367 .
27368 Language=Taiwanese
27369 Raw reads denied%0
27370 .
27371
27372 MessageId=4637
27373 Severity=Success
27374 Facility=System
27375 SymbolicName=APPERR2_4637
27376 Language=English
27377 Raw writes denied%0
27378 .
27379 Language=Polish
27380 Raw writes denied%0
27381 .
27382 Language=Romanian
27383 Raw writes denied%0
27384 .
27385 Language=Russian
27386 Raw writes denied%0
27387 .
27388 Language=Spanish
27389 Raw writes denied%0
27390 .
27391 Language=Turkish
27392 Raw writes denied%0
27393 .
27394 Language=Chinese
27395 Raw writes denied%0
27396 .
27397 Language=Taiwanese
27398 Raw writes denied%0
27399 .
27400
27401 MessageId=4638
27402 Severity=Success
27403 Facility=System
27404 SymbolicName=APPERR2_4638
27405 Language=English
27406 Network errors%0
27407 .
27408 Language=Polish
27409 Network errors%0
27410 .
27411 Language=Romanian
27412 Network errors%0
27413 .
27414 Language=Russian
27415 Network errors%0
27416 .
27417 Language=Spanish
27418 Network errors%0
27419 .
27420 Language=Turkish
27421 Network errors%0
27422 .
27423 Language=Chinese
27424 Network errors%0
27425 .
27426 Language=Taiwanese
27427 Network errors%0
27428 .
27429
27430 MessageId=4639
27431 Severity=Success
27432 Facility=System
27433 SymbolicName=APPERR2_4639
27434 Language=English
27435 Connections made%0
27436 .
27437 Language=Polish
27438 Connections made%0
27439 .
27440 Language=Romanian
27441 Connections made%0
27442 .
27443 Language=Russian
27444 Connections made%0
27445 .
27446 Language=Spanish
27447 Connections made%0
27448 .
27449 Language=Turkish
27450 Connections made%0
27451 .
27452 Language=Chinese
27453 Connections made%0
27454 .
27455 Language=Taiwanese
27456 Connections made%0
27457 .
27458
27459 MessageId=4640
27460 Severity=Success
27461 Facility=System
27462 SymbolicName=APPERR2_4640
27463 Language=English
27464 Reconnections made%0
27465 .
27466 Language=Polish
27467 Reconnections made%0
27468 .
27469 Language=Romanian
27470 Reconnections made%0
27471 .
27472 Language=Russian
27473 Reconnections made%0
27474 .
27475 Language=Spanish
27476 Reconnections made%0
27477 .
27478 Language=Turkish
27479 Reconnections made%0
27480 .
27481 Language=Chinese
27482 Reconnections made%0
27483 .
27484 Language=Taiwanese
27485 Reconnections made%0
27486 .
27487
27488 MessageId=4641
27489 Severity=Success
27490 Facility=System
27491 SymbolicName=APPERR2_4641
27492 Language=English
27493 Server disconnects%0
27494 .
27495 Language=Polish
27496 Server disconnects%0
27497 .
27498 Language=Romanian
27499 Server disconnects%0
27500 .
27501 Language=Russian
27502 Server disconnects%0
27503 .
27504 Language=Spanish
27505 Server disconnects%0
27506 .
27507 Language=Turkish
27508 Server disconnects%0
27509 .
27510 Language=Chinese
27511 Server disconnects%0
27512 .
27513 Language=Taiwanese
27514 Server disconnects%0
27515 .
27516
27517 MessageId=4642
27518 Severity=Success
27519 Facility=System
27520 SymbolicName=APPERR2_4642
27521 Language=English
27522 Sessions started%0
27523 .
27524 Language=Polish
27525 Sessions started%0
27526 .
27527 Language=Romanian
27528 Sessions started%0
27529 .
27530 Language=Russian
27531 Sessions started%0
27532 .
27533 Language=Spanish
27534 Sessions started%0
27535 .
27536 Language=Turkish
27537 Sessions started%0
27538 .
27539 Language=Chinese
27540 Sessions started%0
27541 .
27542 Language=Taiwanese
27543 Sessions started%0
27544 .
27545
27546 MessageId=4643
27547 Severity=Success
27548 Facility=System
27549 SymbolicName=APPERR2_4643
27550 Language=English
27551 Hung sessions%0
27552 .
27553 Language=Polish
27554 Hung sessions%0
27555 .
27556 Language=Romanian
27557 Hung sessions%0
27558 .
27559 Language=Russian
27560 Hung sessions%0
27561 .
27562 Language=Spanish
27563 Hung sessions%0
27564 .
27565 Language=Turkish
27566 Hung sessions%0
27567 .
27568 Language=Chinese
27569 Hung sessions%0
27570 .
27571 Language=Taiwanese
27572 Hung sessions%0
27573 .
27574
27575 MessageId=4644
27576 Severity=Success
27577 Facility=System
27578 SymbolicName=APPERR2_4644
27579 Language=English
27580 Failed sessions%0
27581 .
27582 Language=Polish
27583 Failed sessions%0
27584 .
27585 Language=Romanian
27586 Failed sessions%0
27587 .
27588 Language=Russian
27589 Failed sessions%0
27590 .
27591 Language=Spanish
27592 Failed sessions%0
27593 .
27594 Language=Turkish
27595 Failed sessions%0
27596 .
27597 Language=Chinese
27598 Failed sessions%0
27599 .
27600 Language=Taiwanese
27601 Failed sessions%0
27602 .
27603
27604 MessageId=4645
27605 Severity=Success
27606 Facility=System
27607 SymbolicName=APPERR2_4645
27608 Language=English
27609 Failed operations%0
27610 .
27611 Language=Polish
27612 Failed operations%0
27613 .
27614 Language=Romanian
27615 Failed operations%0
27616 .
27617 Language=Russian
27618 Failed operations%0
27619 .
27620 Language=Spanish
27621 Failed operations%0
27622 .
27623 Language=Turkish
27624 Failed operations%0
27625 .
27626 Language=Chinese
27627 Failed operations%0
27628 .
27629 Language=Taiwanese
27630 Failed operations%0
27631 .
27632
27633 MessageId=4646
27634 Severity=Success
27635 Facility=System
27636 SymbolicName=APPERR2_4646
27637 Language=English
27638 Use count%0
27639 .
27640 Language=Polish
27641 Use count%0
27642 .
27643 Language=Romanian
27644 Use count%0
27645 .
27646 Language=Russian
27647 Use count%0
27648 .
27649 Language=Spanish
27650 Use count%0
27651 .
27652 Language=Turkish
27653 Use count%0
27654 .
27655 Language=Chinese
27656 Use count%0
27657 .
27658 Language=Taiwanese
27659 Use count%0
27660 .
27661
27662 MessageId=4647
27663 Severity=Success
27664 Facility=System
27665 SymbolicName=APPERR2_4647
27666 Language=English
27667 Failed use count%0
27668 .
27669 Language=Polish
27670 Failed use count%0
27671 .
27672 Language=Romanian
27673 Failed use count%0
27674 .
27675 Language=Russian
27676 Failed use count%0
27677 .
27678 Language=Spanish
27679 Failed use count%0
27680 .
27681 Language=Turkish
27682 Failed use count%0
27683 .
27684 Language=Chinese
27685 Failed use count%0
27686 .
27687 Language=Taiwanese
27688 Failed use count%0
27689 .
27690
27691 MessageId=4650
27692 Severity=Success
27693 Facility=System
27694 SymbolicName=APPERR2_4650
27695 Language=English
27696 %1 was deleted successfully.
27697 .
27698 Language=Polish
27699 %1 was deleted successfully.
27700 .
27701 Language=Romanian
27702 %1 was deleted successfully.
27703 .
27704 Language=Russian
27705 %1 was deleted successfully.
27706 .
27707 Language=Spanish
27708 %1 was deleted successfully.
27709 .
27710 Language=Turkish
27711 %1 was deleted successfully.
27712 .
27713 Language=Chinese
27714 %1 was deleted successfully.
27715 .
27716 Language=Taiwanese
27717 %1 was deleted successfully.
27718 .
27719
27720 MessageId=4651
27721 Severity=Success
27722 Facility=System
27723 SymbolicName=APPERR2_4651
27724 Language=English
27725 %1 was used successfully.
27726 .
27727 Language=Polish
27728 %1 was used successfully.
27729 .
27730 Language=Romanian
27731 %1 was used successfully.
27732 .
27733 Language=Russian
27734 %1 was used successfully.
27735 .
27736 Language=Spanish
27737 %1 was used successfully.
27738 .
27739 Language=Turkish
27740 %1 was used successfully.
27741 .
27742 Language=Chinese
27743 %1 was used successfully.
27744 .
27745 Language=Taiwanese
27746 %1 was used successfully.
27747 .
27748
27749 MessageId=4652
27750 Severity=Success
27751 Facility=System
27752 SymbolicName=APPERR2_4652
27753 Language=English
27754 The message was successfully sent to %1.
27755 .
27756 Language=Polish
27757 The message was successfully sent to %1.
27758 .
27759 Language=Romanian
27760 The message was successfully sent to %1.
27761 .
27762 Language=Russian
27763 The message was successfully sent to %1.
27764 .
27765 Language=Spanish
27766 The message was successfully sent to %1.
27767 .
27768 Language=Turkish
27769 The message was successfully sent to %1.
27770 .
27771 Language=Chinese
27772 The message was successfully sent to %1.
27773 .
27774 Language=Taiwanese
27775 The message was successfully sent to %1.
27776 .
27777
27778 MessageId=4653
27779 Severity=Success
27780 Facility=System
27781 SymbolicName=APPERR2_4653
27782 Language=English
27783 The message name %1 was forwarded successfully.
27784 .
27785 Language=Polish
27786 The message name %1 was forwarded successfully.
27787 .
27788 Language=Romanian
27789 The message name %1 was forwarded successfully.
27790 .
27791 Language=Russian
27792 The message name %1 was forwarded successfully.
27793 .
27794 Language=Spanish
27795 The message name %1 was forwarded successfully.
27796 .
27797 Language=Turkish
27798 The message name %1 was forwarded successfully.
27799 .
27800 Language=Chinese
27801 The message name %1 was forwarded successfully.
27802 .
27803 Language=Taiwanese
27804 The message name %1 was forwarded successfully.
27805 .
27806
27807 MessageId=4654
27808 Severity=Success
27809 Facility=System
27810 SymbolicName=APPERR2_4654
27811 Language=English
27812 The message name %1 was added successfully.
27813 .
27814 Language=Polish
27815 The message name %1 was added successfully.
27816 .
27817 Language=Romanian
27818 The message name %1 was added successfully.
27819 .
27820 Language=Russian
27821 The message name %1 was added successfully.
27822 .
27823 Language=Spanish
27824 The message name %1 was added successfully.
27825 .
27826 Language=Turkish
27827 The message name %1 was added successfully.
27828 .
27829 Language=Chinese
27830 The message name %1 was added successfully.
27831 .
27832 Language=Taiwanese
27833 The message name %1 was added successfully.
27834 .
27835
27836 MessageId=4655
27837 Severity=Success
27838 Facility=System
27839 SymbolicName=APPERR2_4655
27840 Language=English
27841 The message name forwarding was successfully canceled.
27842 .
27843 Language=Polish
27844 The message name forwarding was successfully canceled.
27845 .
27846 Language=Romanian
27847 The message name forwarding was successfully canceled.
27848 .
27849 Language=Russian
27850 The message name forwarding was successfully canceled.
27851 .
27852 Language=Spanish
27853 The message name forwarding was successfully canceled.
27854 .
27855 Language=Turkish
27856 The message name forwarding was successfully canceled.
27857 .
27858 Language=Chinese
27859 The message name forwarding was successfully canceled.
27860 .
27861 Language=Taiwanese
27862 The message name forwarding was successfully canceled.
27863 .
27864
27865 MessageId=4656
27866 Severity=Success
27867 Facility=System
27868 SymbolicName=APPERR2_4656
27869 Language=English
27870 %1 was shared successfully.
27871 .
27872 Language=Polish
27873 %1 was shared successfully.
27874 .
27875 Language=Romanian
27876 %1 was shared successfully.
27877 .
27878 Language=Russian
27879 %1 was shared successfully.
27880 .
27881 Language=Spanish
27882 %1 was shared successfully.
27883 .
27884 Language=Turkish
27885 %1 was shared successfully.
27886 .
27887 Language=Chinese
27888 %1 was shared successfully.
27889 .
27890 Language=Taiwanese
27891 %1 was shared successfully.
27892 .
27893
27894 MessageId=4657
27895 Severity=Success
27896 Facility=System
27897 SymbolicName=APPERR2_4657
27898 Language=English
27899 The server %1 successfully logged you on as %2.
27900 .
27901 Language=Polish
27902 The server %1 successfully logged you on as %2.
27903 .
27904 Language=Romanian
27905 The server %1 successfully logged you on as %2.
27906 .
27907 Language=Russian
27908 The server %1 successfully logged you on as %2.
27909 .
27910 Language=Spanish
27911 The server %1 successfully logged you on as %2.
27912 .
27913 Language=Turkish
27914 The server %1 successfully logged you on as %2.
27915 .
27916 Language=Chinese
27917 The server %1 successfully logged you on as %2.
27918 .
27919 Language=Taiwanese
27920 The server %1 successfully logged you on as %2.
27921 .
27922
27923 MessageId=4658
27924 Severity=Success
27925 Facility=System
27926 SymbolicName=APPERR2_4658
27927 Language=English
27928 %1 was logged off successfully.
27929 .
27930 Language=Polish
27931 %1 was logged off successfully.
27932 .
27933 Language=Romanian
27934 %1 was logged off successfully.
27935 .
27936 Language=Russian
27937 %1 was logged off successfully.
27938 .
27939 Language=Spanish
27940 %1 was logged off successfully.
27941 .
27942 Language=Turkish
27943 %1 was logged off successfully.
27944 .
27945 Language=Chinese
27946 %1 was logged off successfully.
27947 .
27948 Language=Taiwanese
27949 %1 was logged off successfully.
27950 .
27951
27952 MessageId=4659
27953 Severity=Success
27954 Facility=System
27955 SymbolicName=APPERR2_4659
27956 Language=English
27957 %1 was successfully removed from the list of shares the Server creates\n
27958 on startup.
27959 .
27960 Language=Polish
27961 %1 was successfully removed from the list of shares the Server creates\n
27962 on startup.
27963 .
27964 Language=Romanian
27965 %1 was successfully removed from the list of shares the Server creates\n
27966 on startup.
27967 .
27968 Language=Russian
27969 %1 was successfully removed from the list of shares the Server creates\n
27970 on startup.
27971 .
27972 Language=Spanish
27973 %1 was successfully removed from the list of shares the Server creates\n
27974 on startup.
27975 .
27976 Language=Turkish
27977 %1 was successfully removed from the list of shares the Server creates\n
27978 on startup.
27979 .
27980 Language=Chinese
27981 %1 was successfully removed from the list of shares the Server creates\n
27982 on startup.
27983 .
27984 Language=Taiwanese
27985 %1 was successfully removed from the list of shares the Server creates\n
27986 on startup.
27987 .
27988
27989 MessageId=4661
27990 Severity=Success
27991 Facility=System
27992 SymbolicName=APPERR2_4661
27993 Language=English
27994 The password was changed successfully.
27995 .
27996 Language=Polish
27997 The password was changed successfully.
27998 .
27999 Language=Romanian
28000 The password was changed successfully.
28001 .
28002 Language=Russian
28003 The password was changed successfully.
28004 .
28005 Language=Spanish
28006 The password was changed successfully.
28007 .
28008 Language=Turkish
28009 The password was changed successfully.
28010 .
28011 Language=Chinese
28012 The password was changed successfully.
28013 .
28014 Language=Taiwanese
28015 The password was changed successfully.
28016 .
28017
28018 MessageId=4662
28019 Severity=Success
28020 Facility=System
28021 SymbolicName=APPERR2_4662
28022 Language=English
28023 %1 file(s) copied.
28024 .
28025 Language=Polish
28026 %1 file(s) copied.
28027 .
28028 Language=Romanian
28029 %1 file(s) copied.
28030 .
28031 Language=Russian
28032 %1 file(s) copied.
28033 .
28034 Language=Spanish
28035 %1 file(s) copied.
28036 .
28037 Language=Turkish
28038 %1 file(s) copied.
28039 .
28040 Language=Chinese
28041 %1 file(s) copied.
28042 .
28043 Language=Taiwanese
28044 %1 file(s) copied.
28045 .
28046
28047 MessageId=4663
28048 Severity=Success
28049 Facility=System
28050 SymbolicName=APPERR2_4663
28051 Language=English
28052 %1 file(s) moved.
28053 .
28054 Language=Polish
28055 %1 file(s) moved.
28056 .
28057 Language=Romanian
28058 %1 file(s) moved.
28059 .
28060 Language=Russian
28061 %1 file(s) moved.
28062 .
28063 Language=Spanish
28064 %1 file(s) moved.
28065 .
28066 Language=Turkish
28067 %1 file(s) moved.
28068 .
28069 Language=Chinese
28070 %1 file(s) moved.
28071 .
28072 Language=Taiwanese
28073 %1 file(s) moved.
28074 .
28075
28076 MessageId=4664
28077 Severity=Success
28078 Facility=System
28079 SymbolicName=APPERR2_4664
28080 Language=English
28081 The message was successfully sent to all users of the network.
28082 .
28083 Language=Polish
28084 The message was successfully sent to all users of the network.
28085 .
28086 Language=Romanian
28087 The message was successfully sent to all users of the network.
28088 .
28089 Language=Russian
28090 The message was successfully sent to all users of the network.
28091 .
28092 Language=Spanish
28093 The message was successfully sent to all users of the network.
28094 .
28095 Language=Turkish
28096 The message was successfully sent to all users of the network.
28097 .
28098 Language=Chinese
28099 The message was successfully sent to all users of the network.
28100 .
28101 Language=Taiwanese
28102 The message was successfully sent to all users of the network.
28103 .
28104
28105 MessageId=4665
28106 Severity=Success
28107 Facility=System
28108 SymbolicName=APPERR2_4665
28109 Language=English
28110 The message was successfully sent to domain %1.
28111 .
28112 Language=Polish
28113 The message was successfully sent to domain %1.
28114 .
28115 Language=Romanian
28116 The message was successfully sent to domain %1.
28117 .
28118 Language=Russian
28119 The message was successfully sent to domain %1.
28120 .
28121 Language=Spanish
28122 The message was successfully sent to domain %1.
28123 .
28124 Language=Turkish
28125 The message was successfully sent to domain %1.
28126 .
28127 Language=Chinese
28128 The message was successfully sent to domain %1.
28129 .
28130 Language=Taiwanese
28131 The message was successfully sent to domain %1.
28132 .
28133
28134 MessageId=4666
28135 Severity=Success
28136 Facility=System
28137 SymbolicName=APPERR2_4666
28138 Language=English
28139 The message was successfully sent to all users of this server.
28140 .
28141 Language=Polish
28142 The message was successfully sent to all users of this server.
28143 .
28144 Language=Romanian
28145 The message was successfully sent to all users of this server.
28146 .
28147 Language=Russian
28148 The message was successfully sent to all users of this server.
28149 .
28150 Language=Spanish
28151 The message was successfully sent to all users of this server.
28152 .
28153 Language=Turkish
28154 The message was successfully sent to all users of this server.
28155 .
28156 Language=Chinese
28157 The message was successfully sent to all users of this server.
28158 .
28159 Language=Taiwanese
28160 The message was successfully sent to all users of this server.
28161 .
28162
28163 MessageId=4667
28164 Severity=Success
28165 Facility=System
28166 SymbolicName=APPERR2_4667
28167 Language=English
28168 The message was successfully sent to group *%1.
28169 .
28170 Language=Polish
28171 The message was successfully sent to group *%1.
28172 .
28173 Language=Romanian
28174 The message was successfully sent to group *%1.
28175 .
28176 Language=Russian
28177 The message was successfully sent to group *%1.
28178 .
28179 Language=Spanish
28180 The message was successfully sent to group *%1.
28181 .
28182 Language=Turkish
28183 The message was successfully sent to group *%1.
28184 .
28185 Language=Chinese
28186 The message was successfully sent to group *%1.
28187 .
28188 Language=Taiwanese
28189 The message was successfully sent to group *%1.
28190 .
28191
28192 MessageId=4695
28193 Severity=Success
28194 Facility=System
28195 SymbolicName=APPERR2_4695
28196 Language=English
28197 Microsoft LAN Manager Version %1
28198 .
28199 Language=Polish
28200 Microsoft LAN Manager Version %1
28201 .
28202 Language=Romanian
28203 Microsoft LAN Manager Version %1
28204 .
28205 Language=Russian
28206 Microsoft LAN Manager Version %1
28207 .
28208 Language=Spanish
28209 Microsoft LAN Manager Version %1
28210 .
28211 Language=Turkish
28212 Microsoft LAN Manager Version %1
28213 .
28214 Language=Chinese
28215 Microsoft LAN Manager Version %1
28216 .
28217 Language=Taiwanese
28218 Microsoft LAN Manager Version %1
28219 .
28220
28221 MessageId=4696
28222 Severity=Success
28223 Facility=System
28224 SymbolicName=APPERR2_4696
28225 Language=English
28226 ReactOS Server
28227 .
28228 Language=Polish
28229 ReactOS Server
28230 .
28231 Language=Romanian
28232 ReactOS Server
28233 .
28234 Language=Russian
28235 ReactOS Server
28236 .
28237 Language=Spanish
28238 ReactOS Server
28239 .
28240 Language=Turkish
28241 ReactOS Server
28242 .
28243 Language=Chinese
28244 ReactOS Server
28245 .
28246 Language=Taiwanese
28247 ReactOS Server
28248 .
28249
28250 MessageId=4697
28251 Severity=Success
28252 Facility=System
28253 SymbolicName=APPERR2_4697
28254 Language=English
28255 ReactOS Workstation
28256 .
28257 Language=Polish
28258 ReactOS Workstation
28259 .
28260 Language=Romanian
28261 ReactOS Workstation
28262 .
28263 Language=Russian
28264 ReactOS Workstation
28265 .
28266 Language=Spanish
28267 ReactOS Workstation
28268 .
28269 Language=Turkish
28270 ReactOS Workstation
28271 .
28272 Language=Chinese
28273 ReactOS Workstation
28274 .
28275 Language=Taiwanese
28276 ReactOS Workstation
28277 .
28278
28279 MessageId=4698
28280 Severity=Success
28281 Facility=System
28282 SymbolicName=APPERR2_4698
28283 Language=English
28284 MS-DOS Enhanced Workstation
28285 .
28286 Language=Polish
28287 MS-DOS Enhanced Workstation
28288 .
28289 Language=Romanian
28290 MS-DOS Enhanced Workstation
28291 .
28292 Language=Russian
28293 MS-DOS Enhanced Workstation
28294 .
28295 Language=Spanish
28296 MS-DOS Enhanced Workstation
28297 .
28298 Language=Turkish
28299 MS-DOS Enhanced Workstation
28300 .
28301 Language=Chinese
28302 MS-DOS Enhanced Workstation
28303 .
28304 Language=Taiwanese
28305 MS-DOS Enhanced Workstation
28306 .
28307
28308 MessageId=4699
28309 Severity=Success
28310 Facility=System
28311 SymbolicName=APPERR2_4699
28312 Language=English
28313 Created at %1
28314 .
28315 Language=Polish
28316 Created at %1
28317 .
28318 Language=Romanian
28319 Created at %1
28320 .
28321 Language=Russian
28322 Created at %1
28323 .
28324 Language=Spanish
28325 Created at %1
28326 .
28327 Language=Turkish
28328 Created at %1
28329 .
28330 Language=Chinese
28331 Created at %1
28332 .
28333 Language=Taiwanese
28334 Created at %1
28335 .
28336
28337 MessageId=4700
28338 Severity=Success
28339 Facility=System
28340 SymbolicName=APPERR2_4700
28341 Language=English
28342 Server Name Remark
28343 .
28344 Language=Polish
28345 Server Name Remark
28346 .
28347 Language=Romanian
28348 Server Name Remark
28349 .
28350 Language=Russian
28351 Server Name Remark
28352 .
28353 Language=Spanish
28354 Server Name Remark
28355 .
28356 Language=Turkish
28357 Server Name Remark
28358 .
28359 Language=Chinese
28360 Server Name Remark
28361 .
28362 Language=Taiwanese
28363 Server Name Remark
28364 .
28365
28366 MessageId=4702
28367 Severity=Success
28368 Facility=System
28369 SymbolicName=APPERR2_4702
28370 Language=English
28371 (UNC)%0
28372 .
28373 Language=Polish
28374 (UNC)%0
28375 .
28376 Language=Romanian
28377 (UNC)%0
28378 .
28379 Language=Russian
28380 (UNC)%0
28381 .
28382 Language=Spanish
28383 (UNC)%0
28384 .
28385 Language=Turkish
28386 (UNC)%0
28387 .
28388 Language=Chinese
28389 (UNC)%0
28390 .
28391 Language=Taiwanese
28392 (UNC)%0
28393 .
28394
28395 MessageId=4703
28396 Severity=Success
28397 Facility=System
28398 SymbolicName=APPERR2_4703
28399 Language=English
28400 ...%0
28401 .
28402 Language=Polish
28403 ...%0
28404 .
28405 Language=Romanian
28406 ...%0
28407 .
28408 Language=Russian
28409 ...%0
28410 .
28411 Language=Spanish
28412 ...%0
28413 .
28414 Language=Turkish
28415 ...%0
28416 .
28417 Language=Chinese
28418 ...%0
28419 .
28420 Language=Taiwanese
28421 ...%0
28422 .
28423
28424 MessageId=4704
28425 Severity=Success
28426 Facility=System
28427 SymbolicName=APPERR2_4704
28428 Language=English
28429 Domain
28430 .
28431 Language=Polish
28432 Domain
28433 .
28434 Language=Romanian
28435 Domain
28436 .
28437 Language=Russian
28438 Domain
28439 .
28440 Language=Spanish
28441 Domain
28442 .
28443 Language=Turkish
28444 Domain
28445 .
28446 Language=Chinese
28447 Domain
28448 .
28449 Language=Taiwanese
28450 Domain
28451 .
28452
28453 MessageId=4705
28454 Severity=Success
28455 Facility=System
28456 SymbolicName=APPERR2_4705
28457 Language=English
28458 Resources on %1
28459 .
28460 Language=Polish
28461 Resources on %1
28462 .
28463 Language=Romanian
28464 Resources on %1
28465 .
28466 Language=Russian
28467 Resources on %1
28468 .
28469 Language=Spanish
28470 Resources on %1
28471 .
28472 Language=Turkish
28473 Resources on %1
28474 .
28475 Language=Chinese
28476 Resources on %1
28477 .
28478 Language=Taiwanese
28479 Resources on %1
28480 .
28481
28482 MessageId=4706
28483 Severity=Success
28484 Facility=System
28485 SymbolicName=APPERR2_4706
28486 Language=English
28487 Invalid network provider. Available networks are:
28488 .
28489 Language=Polish
28490 Invalid network provider. Available networks are:
28491 .
28492 Language=Romanian
28493 Invalid network provider. Available networks are:
28494 .
28495 Language=Russian
28496 Invalid network provider. Available networks are:
28497 .
28498 Language=Spanish
28499 Invalid network provider. Available networks are:
28500 .
28501 Language=Turkish
28502 Invalid network provider. Available networks are:
28503 .
28504 Language=Chinese
28505 Invalid network provider. Available networks are:
28506 .
28507 Language=Taiwanese
28508 Invalid network provider. Available networks are:
28509 .
28510
28511 MessageId=4710
28512 Severity=Success
28513 Facility=System
28514 SymbolicName=APPERR2_4710
28515 Language=English
28516 Disk%0
28517 .
28518 Language=Polish
28519 Disk%0
28520 .
28521 Language=Romanian
28522 Disk%0
28523 .
28524 Language=Russian
28525 Disk%0
28526 .
28527 Language=Spanish
28528 Disk%0
28529 .
28530 Language=Turkish
28531 Disk%0
28532 .
28533 Language=Chinese
28534 Disk%0
28535 .
28536 Language=Taiwanese
28537 Disk%0
28538 .
28539
28540 MessageId=4711
28541 Severity=Success
28542 Facility=System
28543 SymbolicName=APPERR2_4711
28544 Language=English
28545 Print%0
28546 .
28547 Language=Polish
28548 Print%0
28549 .
28550 Language=Romanian
28551 Print%0
28552 .
28553 Language=Russian
28554 Print%0
28555 .
28556 Language=Spanish
28557 Print%0
28558 .
28559 Language=Turkish
28560 Print%0
28561 .
28562 Language=Chinese
28563 Print%0
28564 .
28565 Language=Taiwanese
28566 Print%0
28567 .
28568
28569 MessageId=4712
28570 Severity=Success
28571 Facility=System
28572 SymbolicName=APPERR2_4712
28573 Language=English
28574 Comm%0
28575 .
28576 Language=Polish
28577 Comm%0
28578 .
28579 Language=Romanian
28580 Comm%0
28581 .
28582 Language=Russian
28583 Comm%0
28584 .
28585 Language=Spanish
28586 Comm%0
28587 .
28588 Language=Turkish
28589 Comm%0
28590 .
28591 Language=Chinese
28592 Comm%0
28593 .
28594 Language=Taiwanese
28595 Comm%0
28596 .
28597
28598 MessageId=4713
28599 Severity=Success
28600 Facility=System
28601 SymbolicName=APPERR2_4713
28602 Language=English
28603 IPC%0
28604 .
28605 Language=Polish
28606 IPC%0
28607 .
28608 Language=Romanian
28609 IPC%0
28610 .
28611 Language=Russian
28612 IPC%0
28613 .
28614 Language=Spanish
28615 IPC%0
28616 .
28617 Language=Turkish
28618 IPC%0
28619 .
28620 Language=Chinese
28621 IPC%0
28622 .
28623 Language=Taiwanese
28624 IPC%0
28625 .
28626
28627 MessageId=4714
28628 Severity=Success
28629 Facility=System
28630 SymbolicName=APPERR2_4714
28631 Language=English
28632 Status Local Remote Network
28633 .
28634 Language=Polish
28635 Status Local Remote Network
28636 .
28637 Language=Romanian
28638 Status Local Remote Network
28639 .
28640 Language=Russian
28641 Status Local Remote Network
28642 .
28643 Language=Spanish
28644 Status Local Remote Network
28645 .
28646 Language=Turkish
28647 Status Local Remote Network
28648 .
28649 Language=Chinese
28650 Status Local Remote Network
28651 .
28652 Language=Taiwanese
28653 Status Local Remote Network
28654 .
28655
28656 MessageId=4715
28657 Severity=Success
28658 Facility=System
28659 SymbolicName=APPERR2_4715
28660 Language=English
28661 OK%0
28662 .
28663 Language=Polish
28664 OK%0
28665 .
28666 Language=Romanian
28667 OK%0
28668 .
28669 Language=Russian
28670 OK%0
28671 .
28672 Language=Spanish
28673 OK%0
28674 .
28675 Language=Turkish
28676 OK%0
28677 .
28678 Language=Chinese
28679 OK%0
28680 .
28681 Language=Taiwanese
28682 OK%0
28683 .
28684
28685 MessageId=4716
28686 Severity=Success
28687 Facility=System
28688 SymbolicName=APPERR2_4716
28689 Language=English
28690 Dormant%0
28691 .
28692 Language=Polish
28693 Dormant%0
28694 .
28695 Language=Romanian
28696 Dormant%0
28697 .
28698 Language=Russian
28699 Dormant%0
28700 .
28701 Language=Spanish
28702 Dormant%0
28703 .
28704 Language=Turkish
28705 Dormant%0
28706 .
28707 Language=Chinese
28708 Dormant%0
28709 .
28710 Language=Taiwanese
28711 Dormant%0
28712 .
28713
28714 MessageId=4717
28715 Severity=Success
28716 Facility=System
28717 SymbolicName=APPERR2_4717
28718 Language=English
28719 Paused%0
28720 .
28721 Language=Polish
28722 Paused%0
28723 .
28724 Language=Romanian
28725 Paused%0
28726 .
28727 Language=Russian
28728 Paused%0
28729 .
28730 Language=Spanish
28731 Paused%0
28732 .
28733 Language=Turkish
28734 Paused%0
28735 .
28736 Language=Chinese
28737 Paused%0
28738 .
28739 Language=Taiwanese
28740 Paused%0
28741 .
28742
28743 MessageId=4718
28744 Severity=Success
28745 Facility=System
28746 SymbolicName=APPERR2_4718
28747 Language=English
28748 Disconnected%0
28749 .
28750 Language=Polish
28751 Disconnected%0
28752 .
28753 Language=Romanian
28754 Disconnected%0
28755 .
28756 Language=Russian
28757 Disconnected%0
28758 .
28759 Language=Spanish
28760 Disconnected%0
28761 .
28762 Language=Turkish
28763 Disconnected%0
28764 .
28765 Language=Chinese
28766 Disconnected%0
28767 .
28768 Language=Taiwanese
28769 Disconnected%0
28770 .
28771
28772 MessageId=4719
28773 Severity=Success
28774 Facility=System
28775 SymbolicName=APPERR2_4719
28776 Language=English
28777 Error%0
28778 .
28779 Language=Polish
28780 Error%0
28781 .
28782 Language=Romanian
28783 Error%0
28784 .
28785 Language=Russian
28786 Error%0
28787 .
28788 Language=Spanish
28789 Error%0
28790 .
28791 Language=Turkish
28792 Error%0
28793 .
28794 Language=Chinese
28795 Error%0
28796 .
28797 Language=Taiwanese
28798 Error%0
28799 .
28800
28801 MessageId=4720
28802 Severity=Success
28803 Facility=System
28804 SymbolicName=APPERR2_4720
28805 Language=English
28806 Connecting%0
28807 .
28808 Language=Polish
28809 Connecting%0
28810 .
28811 Language=Romanian
28812 Connecting%0
28813 .
28814 Language=Russian
28815 Connecting%0
28816 .
28817 Language=Spanish
28818 Connecting%0
28819 .
28820 Language=Turkish
28821 Connecting%0
28822 .
28823 Language=Chinese
28824 Connecting%0
28825 .
28826 Language=Taiwanese
28827 Connecting%0
28828 .
28829
28830 MessageId=4721
28831 Severity=Success
28832 Facility=System
28833 SymbolicName=APPERR2_4721
28834 Language=English
28835 Reconnecting%0
28836 .
28837 Language=Polish
28838 Reconnecting%0
28839 .
28840 Language=Romanian
28841 Reconnecting%0
28842 .
28843 Language=Russian
28844 Reconnecting%0
28845 .
28846 Language=Spanish
28847 Reconnecting%0
28848 .
28849 Language=Turkish
28850 Reconnecting%0
28851 .
28852 Language=Chinese
28853 Reconnecting%0
28854 .
28855 Language=Taiwanese
28856 Reconnecting%0
28857 .
28858
28859 MessageId=4722
28860 Severity=Success
28861 Facility=System
28862 SymbolicName=APPERR2_4722
28863 Language=English
28864 Status%0
28865 .
28866 Language=Polish
28867 Status%0
28868 .
28869 Language=Romanian
28870 Status%0
28871 .
28872 Language=Russian
28873 Status%0
28874 .
28875 Language=Spanish
28876 Status%0
28877 .
28878 Language=Turkish
28879 Status%0
28880 .
28881 Language=Chinese
28882 Status%0
28883 .
28884 Language=Taiwanese
28885 Status%0
28886 .
28887
28888 MessageId=4723
28889 Severity=Success
28890 Facility=System
28891 SymbolicName=APPERR2_4723
28892 Language=English
28893 Local name%0
28894 .
28895 Language=Polish
28896 Local name%0
28897 .
28898 Language=Romanian
28899 Local name%0
28900 .
28901 Language=Russian
28902 Local name%0
28903 .
28904 Language=Spanish
28905 Local name%0
28906 .
28907 Language=Turkish
28908 Local name%0
28909 .
28910 Language=Chinese
28911 Local name%0
28912 .
28913 Language=Taiwanese
28914 Local name%0
28915 .
28916
28917 MessageId=4724
28918 Severity=Success
28919 Facility=System
28920 SymbolicName=APPERR2_4724
28921 Language=English
28922 Remote name%0
28923 .
28924 Language=Polish
28925 Remote name%0
28926 .
28927 Language=Romanian
28928 Remote name%0
28929 .
28930 Language=Russian
28931 Remote name%0
28932 .
28933 Language=Spanish
28934 Remote name%0
28935 .
28936 Language=Turkish
28937 Remote name%0
28938 .
28939 Language=Chinese
28940 Remote name%0
28941 .
28942 Language=Taiwanese
28943 Remote name%0
28944 .
28945
28946 MessageId=4725
28947 Severity=Success
28948 Facility=System
28949 SymbolicName=APPERR2_4725
28950 Language=English
28951 Resource type%0
28952 .
28953 Language=Polish
28954 Resource type%0
28955 .
28956 Language=Romanian
28957 Resource type%0
28958 .
28959 Language=Russian
28960 Resource type%0
28961 .
28962 Language=Spanish
28963 Resource type%0
28964 .
28965 Language=Turkish
28966 Resource type%0
28967 .
28968 Language=Chinese
28969 Resource type%0
28970 .
28971 Language=Taiwanese
28972 Resource type%0
28973 .
28974
28975 MessageId=4726
28976 Severity=Success
28977 Facility=System
28978 SymbolicName=APPERR2_4726
28979 Language=English
28980 # Opens%0
28981 .
28982 Language=Polish
28983 # Opens%0
28984 .
28985 Language=Romanian
28986 # Opens%0
28987 .
28988 Language=Russian
28989 # Opens%0
28990 .
28991 Language=Spanish
28992 # Opens%0
28993 .
28994 Language=Turkish
28995 # Opens%0
28996 .
28997 Language=Chinese
28998 # Opens%0
28999 .
29000 Language=Taiwanese
29001 # Opens%0
29002 .
29003
29004 MessageId=4727
29005 Severity=Success
29006 Facility=System
29007 SymbolicName=APPERR2_4727
29008 Language=English
29009 # Connections%0
29010 .
29011 Language=Polish
29012 # Connections%0
29013 .
29014 Language=Romanian
29015 # Connections%0
29016 .
29017 Language=Russian
29018 # Connections%0
29019 .
29020 Language=Spanish
29021 # Connections%0
29022 .
29023 Language=Turkish
29024 # Connections%0
29025 .
29026 Language=Chinese
29027 # Connections%0
29028 .
29029 Language=Taiwanese
29030 # Connections%0
29031 .
29032
29033 MessageId=4728
29034 Severity=Success
29035 Facility=System
29036 SymbolicName=APPERR2_4728
29037 Language=English
29038 Unavailable%0
29039 .
29040 Language=Polish
29041 Unavailable%0
29042 .
29043 Language=Romanian
29044 Unavailable%0
29045 .
29046 Language=Russian
29047 Unavailable%0
29048 .
29049 Language=Spanish
29050 Unavailable%0
29051 .
29052 Language=Turkish
29053 Unavailable%0
29054 .
29055 Language=Chinese
29056 Unavailable%0
29057 .
29058 Language=Taiwanese
29059 Unavailable%0
29060 .
29061
29062 MessageId=4730
29063 Severity=Success
29064 Facility=System
29065 SymbolicName=APPERR2_4730
29066 Language=English
29067 Share name Resource Remark
29068 .
29069 Language=Polish
29070 Share name Resource Remark
29071 .
29072 Language=Romanian
29073 Share name Resource Remark
29074 .
29075 Language=Russian
29076 Share name Resource Remark
29077 .
29078 Language=Spanish
29079 Share name Resource Remark
29080 .
29081 Language=Turkish
29082 Share name Resource Remark
29083 .
29084 Language=Chinese
29085 Share name Resource Remark
29086 .
29087 Language=Taiwanese
29088 Share name Resource Remark
29089 .
29090
29091 MessageId=4731
29092 Severity=Success
29093 Facility=System
29094 SymbolicName=APPERR2_4731
29095 Language=English
29096 Share name%0
29097 .
29098 Language=Polish
29099 Share name%0
29100 .
29101 Language=Romanian
29102 Share name%0
29103 .
29104 Language=Russian
29105 Share name%0
29106 .
29107 Language=Spanish
29108 Share name%0
29109 .
29110 Language=Turkish
29111 Share name%0
29112 .
29113 Language=Chinese
29114 Share name%0
29115 .
29116 Language=Taiwanese
29117 Share name%0
29118 .
29119
29120 MessageId=4732
29121 Severity=Success
29122 Facility=System
29123 SymbolicName=APPERR2_4732
29124 Language=English
29125 Resource%0
29126 .
29127 Language=Polish
29128 Resource%0
29129 .
29130 Language=Romanian
29131 Resource%0
29132 .
29133 Language=Russian
29134 Resource%0
29135 .
29136 Language=Spanish
29137 Resource%0
29138 .
29139 Language=Turkish
29140 Resource%0
29141 .
29142 Language=Chinese
29143 Resource%0
29144 .
29145 Language=Taiwanese
29146 Resource%0
29147 .
29148
29149 MessageId=4733
29150 Severity=Success
29151 Facility=System
29152 SymbolicName=APPERR2_4733
29153 Language=English
29154 Spooled%0
29155 .
29156 Language=Polish
29157 Spooled%0
29158 .
29159 Language=Romanian
29160 Spooled%0
29161 .
29162 Language=Russian
29163 Spooled%0
29164 .
29165 Language=Spanish
29166 Spooled%0
29167 .
29168 Language=Turkish
29169 Spooled%0
29170 .
29171 Language=Chinese
29172 Spooled%0
29173 .
29174 Language=Taiwanese
29175 Spooled%0
29176 .
29177
29178 MessageId=4734
29179 Severity=Success
29180 Facility=System
29181 SymbolicName=APPERR2_4734
29182 Language=English
29183 Permission%0
29184 .
29185 Language=Polish
29186 Permission%0
29187 .
29188 Language=Romanian
29189 Permission%0
29190 .
29191 Language=Russian
29192 Permission%0
29193 .
29194 Language=Spanish
29195 Permission%0
29196 .
29197 Language=Turkish
29198 Permission%0
29199 .
29200 Language=Chinese
29201 Permission%0
29202 .
29203 Language=Taiwanese
29204 Permission%0
29205 .
29206
29207 MessageId=4735
29208 Severity=Success
29209 Facility=System
29210 SymbolicName=APPERR2_4735
29211 Language=English
29212 Maximum users%0
29213 .
29214 Language=Polish
29215 Maximum users%0
29216 .
29217 Language=Romanian
29218 Maximum users%0
29219 .
29220 Language=Russian
29221 Maximum users%0
29222 .
29223 Language=Spanish
29224 Maximum users%0
29225 .
29226 Language=Turkish
29227 Maximum users%0
29228 .
29229 Language=Chinese
29230 Maximum users%0
29231 .
29232 Language=Taiwanese
29233 Maximum users%0
29234 .
29235
29236 MessageId=4736
29237 Severity=Success
29238 Facility=System
29239 SymbolicName=APPERR2_4736
29240 Language=English
29241 No limit%0
29242 .
29243 Language=Polish
29244 No limit%0
29245 .
29246 Language=Romanian
29247 No limit%0
29248 .
29249 Language=Russian
29250 No limit%0
29251 .
29252 Language=Spanish
29253 No limit%0
29254 .
29255 Language=Turkish
29256 No limit%0
29257 .
29258 Language=Chinese
29259 No limit%0
29260 .
29261 Language=Taiwanese
29262 No limit%0
29263 .
29264
29265 MessageId=4737
29266 Severity=Success
29267 Facility=System
29268 SymbolicName=APPERR2_4737
29269 Language=English
29270 Users%0
29271 .
29272 Language=Polish
29273 Users%0
29274 .
29275 Language=Romanian
29276 Users%0
29277 .
29278 Language=Russian
29279 Users%0
29280 .
29281 Language=Spanish
29282 Users%0
29283 .
29284 Language=Turkish
29285 Users%0
29286 .
29287 Language=Chinese
29288 Users%0
29289 .
29290 Language=Taiwanese
29291 Users%0
29292 .
29293
29294 MessageId=4738
29295 Severity=Success
29296 Facility=System
29297 SymbolicName=APPERR2_4738
29298 Language=English
29299 The share name entered may not be accessible from some MS-DOS workstations.\n
29300 Are you sure you want to use this share name? %1: %0
29301 .
29302 Language=Polish
29303 The share name entered may not be accessible from some MS-DOS workstations.\n
29304 Are you sure you want to use this share name? %1: %0
29305 .
29306 Language=Romanian
29307 The share name entered may not be accessible from some MS-DOS workstations.\n
29308 Are you sure you want to use this share name? %1: %0
29309 .
29310 Language=Russian
29311 The share name entered may not be accessible from some MS-DOS workstations.\n
29312 Are you sure you want to use this share name? %1: %0
29313 .
29314 Language=Spanish
29315 The share name entered may not be accessible from some MS-DOS workstations.\n
29316 Are you sure you want to use this share name? %1: %0
29317 .
29318 Language=Turkish
29319 The share name entered may not be accessible from some MS-DOS workstations.\n
29320 Are you sure you want to use this share name? %1: %0
29321 .
29322 Language=Chinese
29323 The share name entered may not be accessible from some MS-DOS workstations.\n
29324 Are you sure you want to use this share name? %1: %0
29325 .
29326 Language=Taiwanese
29327 The share name entered may not be accessible from some MS-DOS workstations.\n
29328 Are you sure you want to use this share name? %1: %0
29329 .
29330
29331 MessageId=4739
29332 Severity=Success
29333 Facility=System
29334 SymbolicName=APPERR2_4739
29335 Language=English
29336 Caching%0
29337 .
29338 Language=Polish
29339 Caching%0
29340 .
29341 Language=Romanian
29342 Caching%0
29343 .
29344 Language=Russian
29345 Caching%0
29346 .
29347 Language=Spanish
29348 Caching%0
29349 .
29350 Language=Turkish
29351 Caching%0
29352 .
29353 Language=Chinese
29354 Caching%0
29355 .
29356 Language=Taiwanese
29357 Caching%0
29358 .
29359
29360 MessageId=4740
29361 Severity=Success
29362 Facility=System
29363 SymbolicName=APPERR2_4740
29364 Language=English
29365 ID Path User name # Locks
29366 .
29367 Language=Polish
29368 ID Path User name # Locks
29369 .
29370 Language=Romanian
29371 ID Path User name # Locks
29372 .
29373 Language=Russian
29374 ID Path User name # Locks
29375 .
29376 Language=Spanish
29377 ID Path User name # Locks
29378 .
29379 Language=Turkish
29380 ID Path User name # Locks
29381 .
29382 Language=Chinese
29383 ID Path User name # Locks
29384 .
29385 Language=Taiwanese
29386 ID Path User name # Locks
29387 .
29388
29389 MessageId=4741
29390 Severity=Success
29391 Facility=System
29392 SymbolicName=APPERR2_4741
29393 Language=English
29394 File ID%0
29395 .
29396 Language=Polish
29397 File ID%0
29398 .
29399 Language=Romanian
29400 File ID%0
29401 .
29402 Language=Russian
29403 File ID%0
29404 .
29405 Language=Spanish
29406 File ID%0
29407 .
29408 Language=Turkish
29409 File ID%0
29410 .
29411 Language=Chinese
29412 File ID%0
29413 .
29414 Language=Taiwanese
29415 File ID%0
29416 .
29417
29418 MessageId=4742
29419 Severity=Success
29420 Facility=System
29421 SymbolicName=APPERR2_4742
29422 Language=English
29423 Locks%0
29424 .
29425 Language=Polish
29426 Locks%0
29427 .
29428 Language=Romanian
29429 Locks%0
29430 .
29431 Language=Russian
29432 Locks%0
29433 .
29434 Language=Spanish
29435 Locks%0
29436 .
29437 Language=Turkish
29438 Locks%0
29439 .
29440 Language=Chinese
29441 Locks%0
29442 .
29443 Language=Taiwanese
29444 Locks%0
29445 .
29446
29447 MessageId=4743
29448 Severity=Success
29449 Facility=System
29450 SymbolicName=APPERR2_4743
29451 Language=English
29452 Permissions%0
29453 .
29454 Language=Polish
29455 Permissions%0
29456 .
29457 Language=Romanian
29458 Permissions%0
29459 .
29460 Language=Russian
29461 Permissions%0
29462 .
29463 Language=Spanish
29464 Permissions%0
29465 .
29466 Language=Turkish
29467 Permissions%0
29468 .
29469 Language=Chinese
29470 Permissions%0
29471 .
29472 Language=Taiwanese
29473 Permissions%0
29474 .
29475
29476 MessageId=4744
29477 Severity=Success
29478 Facility=System
29479 SymbolicName=APPERR2_4744
29480 Language=English
29481 Share name%0
29482 .
29483 Language=Polish
29484 Share name%0
29485 .
29486 Language=Romanian
29487 Share name%0
29488 .
29489 Language=Russian
29490 Share name%0
29491 .
29492 Language=Spanish
29493 Share name%0
29494 .
29495 Language=Turkish
29496 Share name%0
29497 .
29498 Language=Chinese
29499 Share name%0
29500 .
29501 Language=Taiwanese
29502 Share name%0
29503 .
29504
29505 MessageId=4745
29506 Severity=Success
29507 Facility=System
29508 SymbolicName=APPERR2_4745
29509 Language=English
29510 Type%0
29511 .
29512 Language=Polish
29513 Type%0
29514 .
29515 Language=Romanian
29516 Type%0
29517 .
29518 Language=Russian
29519 Type%0
29520 .
29521 Language=Spanish
29522 Type%0
29523 .
29524 Language=Turkish
29525 Type%0
29526 .
29527 Language=Chinese
29528 Type%0
29529 .
29530 Language=Taiwanese
29531 Type%0
29532 .
29533
29534 MessageId=4746
29535 Severity=Success
29536 Facility=System
29537 SymbolicName=APPERR2_4746
29538 Language=English
29539 Used as%0
29540 .
29541 Language=Polish
29542 Used as%0
29543 .
29544 Language=Romanian
29545 Used as%0
29546 .
29547 Language=Russian
29548 Used as%0
29549 .
29550 Language=Spanish
29551 Used as%0
29552 .
29553 Language=Turkish
29554 Used as%0
29555 .
29556 Language=Chinese
29557 Used as%0
29558 .
29559 Language=Taiwanese
29560 Used as%0
29561 .
29562
29563 MessageId=4747
29564 Severity=Success
29565 Facility=System
29566 SymbolicName=APPERR2_4747
29567 Language=English
29568 Comment%0
29569 .
29570 Language=Polish
29571 Comment%0
29572 .
29573 Language=Romanian
29574 Comment%0
29575 .
29576 Language=Russian
29577 Comment%0
29578 .
29579 Language=Spanish
29580 Comment%0
29581 .
29582 Language=Turkish
29583 Comment%0
29584 .
29585 Language=Chinese
29586 Comment%0
29587 .
29588 Language=Taiwanese
29589 Comment%0
29590 .
29591
29592 MessageId=4750
29593 Severity=Success
29594 Facility=System
29595 SymbolicName=APPERR2_4750
29596 Language=English
29597 Computer User name Client Type Opens Idle time
29598 .
29599 Language=Polish
29600 Computer User name Client Type Opens Idle time
29601 .
29602 Language=Romanian
29603 Computer User name Client Type Opens Idle time
29604 .
29605 Language=Russian
29606 Computer User name Client Type Opens Idle time
29607 .
29608 Language=Spanish
29609 Computer User name Client Type Opens Idle time
29610 .
29611 Language=Turkish
29612 Computer User name Client Type Opens Idle time
29613 .
29614 Language=Chinese
29615 Computer User name Client Type Opens Idle time
29616 .
29617 Language=Taiwanese
29618 Computer User name Client Type Opens Idle time
29619 .
29620
29621 MessageId=4751
29622 Severity=Success
29623 Facility=System
29624 SymbolicName=APPERR2_4751
29625 Language=English
29626 Computer%0
29627 .
29628 Language=Polish
29629 Computer%0
29630 .
29631 Language=Romanian
29632 Computer%0
29633 .
29634 Language=Russian
29635 Computer%0
29636 .
29637 Language=Spanish
29638 Computer%0
29639 .
29640 Language=Turkish
29641 Computer%0
29642 .
29643 Language=Chinese
29644 Computer%0
29645 .
29646 Language=Taiwanese
29647 Computer%0
29648 .
29649
29650 MessageId=4752
29651 Severity=Success
29652 Facility=System
29653 SymbolicName=APPERR2_4752
29654 Language=English
29655 Sess time%0
29656 .
29657 Language=Polish
29658 Sess time%0
29659 .
29660 Language=Romanian
29661 Sess time%0
29662 .
29663 Language=Russian
29664 Sess time%0
29665 .
29666 Language=Spanish
29667 Sess time%0
29668 .
29669 Language=Turkish
29670 Sess time%0
29671 .
29672 Language=Chinese
29673 Sess time%0
29674 .
29675 Language=Taiwanese
29676 Sess time%0
29677 .
29678
29679 MessageId=4753
29680 Severity=Success
29681 Facility=System
29682 SymbolicName=APPERR2_4753
29683 Language=English
29684 Idle time%0
29685 .
29686 Language=Polish
29687 Idle time%0
29688 .
29689 Language=Romanian
29690 Idle time%0
29691 .
29692 Language=Russian
29693 Idle time%0
29694 .
29695 Language=Spanish
29696 Idle time%0
29697 .
29698 Language=Turkish
29699 Idle time%0
29700 .
29701 Language=Chinese
29702 Idle time%0
29703 .
29704 Language=Taiwanese
29705 Idle time%0
29706 .
29707
29708 MessageId=4754
29709 Severity=Success
29710 Facility=System
29711 SymbolicName=APPERR2_4754
29712 Language=English
29713 Share name Type # Opens
29714 .
29715 Language=Polish
29716 Share name Type # Opens
29717 .
29718 Language=Romanian
29719 Share name Type # Opens
29720 .
29721 Language=Russian
29722 Share name Type # Opens
29723 .
29724 Language=Spanish
29725 Share name Type # Opens
29726 .
29727 Language=Turkish
29728 Share name Type # Opens
29729 .
29730 Language=Chinese
29731 Share name Type # Opens
29732 .
29733 Language=Taiwanese
29734 Share name Type # Opens
29735 .
29736
29737 MessageId=4755
29738 Severity=Success
29739 Facility=System
29740 SymbolicName=APPERR2_4755
29741 Language=English
29742 Client type%0
29743 .
29744 Language=Polish
29745 Client type%0
29746 .
29747 Language=Romanian
29748 Client type%0
29749 .
29750 Language=Russian
29751 Client type%0
29752 .
29753 Language=Spanish
29754 Client type%0
29755 .
29756 Language=Turkish
29757 Client type%0
29758 .
29759 Language=Chinese
29760 Client type%0
29761 .
29762 Language=Taiwanese
29763 Client type%0
29764 .
29765
29766 MessageId=4756
29767 Severity=Success
29768 Facility=System
29769 SymbolicName=APPERR2_4756
29770 Language=English
29771 Guest logon%0
29772 .
29773 Language=Polish
29774 Guest logon%0
29775 .
29776 Language=Romanian
29777 Guest logon%0
29778 .
29779 Language=Russian
29780 Guest logon%0
29781 .
29782 Language=Spanish
29783 Guest logon%0
29784 .
29785 Language=Turkish
29786 Guest logon%0
29787 .
29788 Language=Chinese
29789 Guest logon%0
29790 .
29791 Language=Taiwanese
29792 Guest logon%0
29793 .
29794
29795 MessageId=4770
29796 Severity=Success
29797 Facility=System
29798 SymbolicName=APPERR2_4770
29799 Language=English
29800 Manual caching of documents%0
29801 .
29802 Language=Polish
29803 Manual caching of documents%0
29804 .
29805 Language=Romanian
29806 Manual caching of documents%0
29807 .
29808 Language=Russian
29809 Manual caching of documents%0
29810 .
29811 Language=Spanish
29812 Manual caching of documents%0
29813 .
29814 Language=Turkish
29815 Manual caching of documents%0
29816 .
29817 Language=Chinese
29818 Manual caching of documents%0
29819 .
29820 Language=Taiwanese
29821 Manual caching of documents%0
29822 .
29823
29824 MessageId=4771
29825 Severity=Success
29826 Facility=System
29827 SymbolicName=APPERR2_4771
29828 Language=English
29829 Automatic caching of documents%0
29830 .
29831 Language=Polish
29832 Automatic caching of documents%0
29833 .
29834 Language=Romanian
29835 Automatic caching of documents%0
29836 .
29837 Language=Russian
29838 Automatic caching of documents%0
29839 .
29840 Language=Spanish
29841 Automatic caching of documents%0
29842 .
29843 Language=Turkish
29844 Automatic caching of documents%0
29845 .
29846 Language=Chinese
29847 Automatic caching of documents%0
29848 .
29849 Language=Taiwanese
29850 Automatic caching of documents%0
29851 .
29852
29853 MessageId=4772
29854 Severity=Success
29855 Facility=System
29856 SymbolicName=APPERR2_4772
29857 Language=English
29858 Automatic caching of programs and documents%0
29859 .
29860 Language=Polish
29861 Automatic caching of programs and documents%0
29862 .
29863 Language=Romanian
29864 Automatic caching of programs and documents%0
29865 .
29866 Language=Russian
29867 Automatic caching of programs and documents%0
29868 .
29869 Language=Spanish
29870 Automatic caching of programs and documents%0
29871 .
29872 Language=Turkish
29873 Automatic caching of programs and documents%0
29874 .
29875 Language=Chinese
29876 Automatic caching of programs and documents%0
29877 .
29878 Language=Taiwanese
29879 Automatic caching of programs and documents%0
29880 .
29881
29882 MessageId=4773
29883 Severity=Success
29884 Facility=System
29885 SymbolicName=APPERR2_4773
29886 Language=English
29887 Caching disabled%0
29888 .
29889 Language=Polish
29890 Caching disabled%0
29891 .
29892 Language=Romanian
29893 Caching disabled%0
29894 .
29895 Language=Russian
29896 Caching disabled%0
29897 .
29898 Language=Spanish
29899 Caching disabled%0
29900 .
29901 Language=Turkish
29902 Caching disabled%0
29903 .
29904 Language=Chinese
29905 Caching disabled%0
29906 .
29907 Language=Taiwanese
29908 Caching disabled%0
29909 .
29910
29911 MessageId=4774
29912 Severity=Success
29913 Facility=System
29914 SymbolicName=APPERR2_4774
29915 Language=English
29916 Automatic%0
29917 .
29918 Language=Polish
29919 Automatic%0
29920 .
29921 Language=Romanian
29922 Automatic%0
29923 .
29924 Language=Russian
29925 Automatic%0
29926 .
29927 Language=Spanish
29928 Automatic%0
29929 .
29930 Language=Turkish
29931 Automatic%0
29932 .
29933 Language=Chinese
29934 Automatic%0
29935 .
29936 Language=Taiwanese
29937 Automatic%0
29938 .
29939
29940 MessageId=4775
29941 Severity=Success
29942 Facility=System
29943 SymbolicName=APPERR2_4775
29944 Language=English
29945 Manual%0
29946 .
29947 Language=Polish
29948 Manual%0
29949 .
29950 Language=Romanian
29951 Manual%0
29952 .
29953 Language=Russian
29954 Manual%0
29955 .
29956 Language=Spanish
29957 Manual%0
29958 .
29959 Language=Turkish
29960 Manual%0
29961 .
29962 Language=Chinese
29963 Manual%0
29964 .
29965 Language=Taiwanese
29966 Manual%0
29967 .
29968
29969 MessageId=4776
29970 Severity=Success
29971 Facility=System
29972 SymbolicName=APPERR2_4776
29973 Language=English
29974 Documents%0
29975 .
29976 Language=Polish
29977 Documents%0
29978 .
29979 Language=Romanian
29980 Documents%0
29981 .
29982 Language=Russian
29983 Documents%0
29984 .
29985 Language=Spanish
29986 Documents%0
29987 .
29988 Language=Turkish
29989 Documents%0
29990 .
29991 Language=Chinese
29992 Documents%0
29993 .
29994 Language=Taiwanese
29995 Documents%0
29996 .
29997
29998 MessageId=4777
29999 Severity=Success
30000 Facility=System
30001 SymbolicName=APPERR2_4777
30002 Language=English
30003 Programs%0
30004 .
30005 Language=Polish
30006 Programs%0
30007 .
30008 Language=Romanian
30009 Programs%0
30010 .
30011 Language=Russian
30012 Programs%0
30013 .
30014 Language=Spanish
30015 Programs%0
30016 .
30017 Language=Turkish
30018 Programs%0
30019 .
30020 Language=Chinese
30021 Programs%0
30022 .
30023 Language=Taiwanese
30024 Programs%0
30025 .
30026
30027 MessageId=4778
30028 Severity=Success
30029 Facility=System
30030 SymbolicName=APPERR2_4778
30031 Language=English
30032 None%0
30033 .
30034 Language=Polish
30035 None%0
30036 .
30037 Language=Romanian
30038 None%0
30039 .
30040 Language=Russian
30041 None%0
30042 .
30043 Language=Spanish
30044 None%0
30045 .
30046 Language=Turkish
30047 None%0
30048 .
30049 Language=Chinese
30050 None%0
30051 .
30052 Language=Taiwanese
30053 None%0
30054 .
30055
30056 MessageId=4800
30057 Severity=Success
30058 Facility=System
30059 SymbolicName=APPERR2_4800
30060 Language=English
30061 Name%0
30062 .
30063 Language=Polish
30064 Name%0
30065 .
30066 Language=Romanian
30067 Name%0
30068 .
30069 Language=Russian
30070 Name%0
30071 .
30072 Language=Spanish
30073 Name%0
30074 .
30075 Language=Turkish
30076 Name%0
30077 .
30078 Language=Chinese
30079 Name%0
30080 .
30081 Language=Taiwanese
30082 Name%0
30083 .
30084
30085 MessageId=4801
30086 Severity=Success
30087 Facility=System
30088 SymbolicName=APPERR2_4801
30089 Language=English
30090 Forwarded to%0
30091 .
30092 Language=Polish
30093 Forwarded to%0
30094 .
30095 Language=Romanian
30096 Forwarded to%0
30097 .
30098 Language=Russian
30099 Forwarded to%0
30100 .
30101 Language=Spanish
30102 Forwarded to%0
30103 .
30104 Language=Turkish
30105 Forwarded to%0
30106 .
30107 Language=Chinese
30108 Forwarded to%0
30109 .
30110 Language=Taiwanese
30111 Forwarded to%0
30112 .
30113
30114 MessageId=4802
30115 Severity=Success
30116 Facility=System
30117 SymbolicName=APPERR2_4802
30118 Language=English
30119 Forwarded to you from%0
30120 .
30121 Language=Polish
30122 Forwarded to you from%0
30123 .
30124 Language=Romanian
30125 Forwarded to you from%0
30126 .
30127 Language=Russian
30128 Forwarded to you from%0
30129 .
30130 Language=Spanish
30131 Forwarded to you from%0
30132 .
30133 Language=Turkish
30134 Forwarded to you from%0
30135 .
30136 Language=Chinese
30137 Forwarded to you from%0
30138 .
30139 Language=Taiwanese
30140 Forwarded to you from%0
30141 .
30142
30143 MessageId=4803
30144 Severity=Success
30145 Facility=System
30146 SymbolicName=APPERR2_4803
30147 Language=English
30148 Users of this server%0
30149 .
30150 Language=Polish
30151 Users of this server%0
30152 .
30153 Language=Romanian
30154 Users of this server%0
30155 .
30156 Language=Russian
30157 Users of this server%0
30158 .
30159 Language=Spanish
30160 Users of this server%0
30161 .
30162 Language=Turkish
30163 Users of this server%0
30164 .
30165 Language=Chinese
30166 Users of this server%0
30167 .
30168 Language=Taiwanese
30169 Users of this server%0
30170 .
30171
30172 MessageId=4804
30173 Severity=Success
30174 Facility=System
30175 SymbolicName=APPERR2_4804
30176 Language=English
30177 Net Send has been interrupted by a Ctrl+Break from the user.
30178 .
30179 Language=Polish
30180 Net Send has been interrupted by a Ctrl+Break from the user.
30181 .
30182 Language=Romanian
30183 Net Send has been interrupted by a Ctrl+Break from the user.
30184 .
30185 Language=Russian
30186 Net Send has been interrupted by a Ctrl+Break from the user.
30187 .
30188 Language=Spanish
30189 Net Send has been interrupted by a Ctrl+Break from the user.
30190 .
30191 Language=Turkish
30192 Net Send has been interrupted by a Ctrl+Break from the user.
30193 .
30194 Language=Chinese
30195 Net Send has been interrupted by a Ctrl+Break from the user.
30196 .
30197 Language=Taiwanese
30198 Net Send has been interrupted by a Ctrl+Break from the user.
30199 .
30200
30201 MessageId=4810
30202 Severity=Success
30203 Facility=System
30204 SymbolicName=APPERR2_4810
30205 Language=English
30206 Name Job # Size Status
30207 .
30208 Language=Polish
30209 Name Job # Size Status
30210 .
30211 Language=Romanian
30212 Name Job # Size Status
30213 .
30214 Language=Russian
30215 Name Job # Size Status
30216 .
30217 Language=Spanish
30218 Name Job # Size Status
30219 .
30220 Language=Turkish
30221 Name Job # Size Status
30222 .
30223 Language=Chinese
30224 Name Job # Size Status
30225 .
30226 Language=Taiwanese
30227 Name Job # Size Status
30228 .
30229
30230 MessageId=4811
30231 Severity=Success
30232 Facility=System
30233 SymbolicName=APPERR2_4811
30234 Language=English
30235 jobs%0
30236 .
30237 Language=Polish
30238 jobs%0
30239 .
30240 Language=Romanian
30241 jobs%0
30242 .
30243 Language=Russian
30244 jobs%0
30245 .
30246 Language=Spanish
30247 jobs%0
30248 .
30249 Language=Turkish
30250 jobs%0
30251 .
30252 Language=Chinese
30253 jobs%0
30254 .
30255 Language=Taiwanese
30256 jobs%0
30257 .
30258
30259 MessageId=4812
30260 Severity=Success
30261 Facility=System
30262 SymbolicName=APPERR2_4812
30263 Language=English
30264 Print%0
30265 .
30266 Language=Polish
30267 Print%0
30268 .
30269 Language=Romanian
30270 Print%0
30271 .
30272 Language=Russian
30273 Print%0
30274 .
30275 Language=Spanish
30276 Print%0
30277 .
30278 Language=Turkish
30279 Print%0
30280 .
30281 Language=Chinese
30282 Print%0
30283 .
30284 Language=Taiwanese
30285 Print%0
30286 .
30287
30288 MessageId=4813
30289 Severity=Success
30290 Facility=System
30291 SymbolicName=APPERR2_4813
30292 Language=English
30293 Name%0
30294 .
30295 Language=Polish
30296 Name%0
30297 .
30298 Language=Romanian
30299 Name%0
30300 .
30301 Language=Russian
30302 Name%0
30303 .
30304 Language=Spanish
30305 Name%0
30306 .
30307 Language=Turkish
30308 Name%0
30309 .
30310 Language=Chinese
30311 Name%0
30312 .
30313 Language=Taiwanese
30314 Name%0
30315 .
30316
30317 MessageId=4814
30318 Severity=Success
30319 Facility=System
30320 SymbolicName=APPERR2_4814
30321 Language=English
30322 Job #%0
30323 .
30324 Language=Polish
30325 Job #%0
30326 .
30327 Language=Romanian
30328 Job #%0
30329 .
30330 Language=Russian
30331 Job #%0
30332 .
30333 Language=Spanish
30334 Job #%0
30335 .
30336 Language=Turkish
30337 Job #%0
30338 .
30339 Language=Chinese
30340 Job #%0
30341 .
30342 Language=Taiwanese
30343 Job #%0
30344 .
30345
30346 MessageId=4815
30347 Severity=Success
30348 Facility=System
30349 SymbolicName=APPERR2_4815
30350 Language=English
30351 Size%0
30352 .
30353 Language=Polish
30354 Size%0
30355 .
30356 Language=Romanian
30357 Size%0
30358 .
30359 Language=Russian
30360 Size%0
30361 .
30362 Language=Spanish
30363 Size%0
30364 .
30365 Language=Turkish
30366 Size%0
30367 .
30368 Language=Chinese
30369 Size%0
30370 .
30371 Language=Taiwanese
30372 Size%0
30373 .
30374
30375 MessageId=4816
30376 Severity=Success
30377 Facility=System
30378 SymbolicName=APPERR2_4816
30379 Language=English
30380 Status%0
30381 .
30382 Language=Polish
30383 Status%0
30384 .
30385 Language=Romanian
30386 Status%0
30387 .
30388 Language=Russian
30389 Status%0
30390 .
30391 Language=Spanish
30392 Status%0
30393 .
30394 Language=Turkish
30395 Status%0
30396 .
30397 Language=Chinese
30398 Status%0
30399 .
30400 Language=Taiwanese
30401 Status%0
30402 .
30403
30404 MessageId=4817
30405 Severity=Success
30406 Facility=System
30407 SymbolicName=APPERR2_4817
30408 Language=English
30409 Separator file%0
30410 .
30411 Language=Polish
30412 Separator file%0
30413 .
30414 Language=Romanian
30415 Separator file%0
30416 .
30417 Language=Russian
30418 Separator file%0
30419 .
30420 Language=Spanish
30421 Separator file%0
30422 .
30423 Language=Turkish
30424 Separator file%0
30425 .
30426 Language=Chinese
30427 Separator file%0
30428 .
30429 Language=Taiwanese
30430 Separator file%0
30431 .
30432
30433 MessageId=4818
30434 Severity=Success
30435 Facility=System
30436 SymbolicName=APPERR2_4818
30437 Language=English
30438 Comment%0
30439 .
30440 Language=Polish
30441 Comment%0
30442 .
30443 Language=Romanian
30444 Comment%0
30445 .
30446 Language=Russian
30447 Comment%0
30448 .
30449 Language=Spanish
30450 Comment%0
30451 .
30452 Language=Turkish
30453 Comment%0
30454 .
30455 Language=Chinese
30456 Comment%0
30457 .
30458 Language=Taiwanese
30459 Comment%0
30460 .
30461
30462 MessageId=4819
30463 Severity=Success
30464 Facility=System
30465 SymbolicName=APPERR2_4819
30466 Language=English
30467 Priority%0
30468 .
30469 Language=Polish
30470 Priority%0
30471 .
30472 Language=Romanian
30473 Priority%0
30474 .
30475 Language=Russian
30476 Priority%0
30477 .
30478 Language=Spanish
30479 Priority%0
30480 .
30481 Language=Turkish
30482 Priority%0
30483 .
30484 Language=Chinese
30485 Priority%0
30486 .
30487 Language=Taiwanese
30488 Priority%0
30489 .
30490
30491 MessageId=4820
30492 Severity=Success
30493 Facility=System
30494 SymbolicName=APPERR2_4820
30495 Language=English
30496 Print after%0
30497 .
30498 Language=Polish
30499 Print after%0
30500 .
30501 Language=Romanian
30502 Print after%0
30503 .
30504 Language=Russian
30505 Print after%0
30506 .
30507 Language=Spanish
30508 Print after%0
30509 .
30510 Language=Turkish
30511 Print after%0
30512 .
30513 Language=Chinese
30514 Print after%0
30515 .
30516 Language=Taiwanese
30517 Print after%0
30518 .
30519
30520 MessageId=4821
30521 Severity=Success
30522 Facility=System
30523 SymbolicName=APPERR2_4821
30524 Language=English
30525 Print until%0
30526 .
30527 Language=Polish
30528 Print until%0
30529 .
30530 Language=Romanian
30531 Print until%0
30532 .
30533 Language=Russian
30534 Print until%0
30535 .
30536 Language=Spanish
30537 Print until%0
30538 .
30539 Language=Turkish
30540 Print until%0
30541 .
30542 Language=Chinese
30543 Print until%0
30544 .
30545 Language=Taiwanese
30546 Print until%0
30547 .
30548
30549 MessageId=4822
30550 Severity=Success
30551 Facility=System
30552 SymbolicName=APPERR2_4822
30553 Language=English
30554 Print processor%0
30555 .
30556 Language=Polish
30557 Print processor%0
30558 .
30559 Language=Romanian
30560 Print processor%0
30561 .
30562 Language=Russian
30563 Print processor%0
30564 .
30565 Language=Spanish
30566 Print processor%0
30567 .
30568 Language=Turkish
30569 Print processor%0
30570 .
30571 Language=Chinese
30572 Print processor%0
30573 .
30574 Language=Taiwanese
30575 Print processor%0
30576 .
30577
30578 MessageId=4823
30579 Severity=Success
30580 Facility=System
30581 SymbolicName=APPERR2_4823
30582 Language=English
30583 Additional info%0
30584 .
30585 Language=Polish
30586 Additional info%0
30587 .
30588 Language=Romanian
30589 Additional info%0
30590 .
30591 Language=Russian
30592 Additional info%0
30593 .
30594 Language=Spanish
30595 Additional info%0
30596 .
30597 Language=Turkish
30598 Additional info%0
30599 .
30600 Language=Chinese
30601 Additional info%0
30602 .
30603 Language=Taiwanese
30604 Additional info%0
30605 .
30606
30607 MessageId=4824
30608 Severity=Success
30609 Facility=System
30610 SymbolicName=APPERR2_4824
30611 Language=English
30612 Parameters%0
30613 .
30614 Language=Polish
30615 Parameters%0
30616 .
30617 Language=Romanian
30618 Parameters%0
30619 .
30620 Language=Russian
30621 Parameters%0
30622 .
30623 Language=Spanish
30624 Parameters%0
30625 .
30626 Language=Turkish
30627 Parameters%0
30628 .
30629 Language=Chinese
30630 Parameters%0
30631 .
30632 Language=Taiwanese
30633 Parameters%0
30634 .
30635
30636 MessageId=4825
30637 Severity=Success
30638 Facility=System
30639 SymbolicName=APPERR2_4825
30640 Language=English
30641 Print Devices%0
30642 .
30643 Language=Polish
30644 Print Devices%0
30645 .
30646 Language=Romanian
30647 Print Devices%0
30648 .
30649 Language=Russian
30650 Print Devices%0
30651 .
30652 Language=Spanish
30653 Print Devices%0
30654 .
30655 Language=Turkish
30656 Print Devices%0
30657 .
30658 Language=Chinese
30659 Print Devices%0
30660 .
30661 Language=Taiwanese
30662 Print Devices%0
30663 .
30664
30665 MessageId=4826
30666 Severity=Success
30667 Facility=System
30668 SymbolicName=APPERR2_4826
30669 Language=English
30670 Printer Active%0
30671 .
30672 Language=Polish
30673 Printer Active%0
30674 .
30675 Language=Romanian
30676 Printer Active%0
30677 .
30678 Language=Russian
30679 Printer Active%0
30680 .
30681 Language=Spanish
30682 Printer Active%0
30683 .
30684 Language=Turkish
30685 Printer Active%0
30686 .
30687 Language=Chinese
30688 Printer Active%0
30689 .
30690 Language=Taiwanese
30691 Printer Active%0
30692 .
30693
30694 MessageId=4827
30695 Severity=Success
30696 Facility=System
30697 SymbolicName=APPERR2_4827
30698 Language=English
30699 Printer held%0
30700 .
30701 Language=Polish
30702 Printer held%0
30703 .
30704 Language=Romanian
30705 Printer held%0
30706 .
30707 Language=Russian
30708 Printer held%0
30709 .
30710 Language=Spanish
30711 Printer held%0
30712 .
30713 Language=Turkish
30714 Printer held%0
30715 .
30716 Language=Chinese
30717 Printer held%0
30718 .
30719 Language=Taiwanese
30720 Printer held%0
30721 .
30722
30723 MessageId=4828
30724 Severity=Success
30725 Facility=System
30726 SymbolicName=APPERR2_4828
30727 Language=English
30728 Printer error%0
30729 .
30730 Language=Polish
30731 Printer error%0
30732 .
30733 Language=Romanian
30734 Printer error%0
30735 .
30736 Language=Russian
30737 Printer error%0
30738 .
30739 Language=Spanish
30740 Printer error%0
30741 .
30742 Language=Turkish
30743 Printer error%0
30744 .
30745 Language=Chinese
30746 Printer error%0
30747 .
30748 Language=Taiwanese
30749 Printer error%0
30750 .
30751
30752 MessageId=4829
30753 Severity=Success
30754 Facility=System
30755 SymbolicName=APPERR2_4829
30756 Language=English
30757 Printer being deleted%0
30758 .
30759 Language=Polish
30760 Printer being deleted%0
30761 .
30762 Language=Romanian
30763 Printer being deleted%0
30764 .
30765 Language=Russian
30766 Printer being deleted%0
30767 .
30768 Language=Spanish
30769 Printer being deleted%0
30770 .
30771 Language=Turkish
30772 Printer being deleted%0
30773 .
30774 Language=Chinese
30775 Printer being deleted%0
30776 .
30777 Language=Taiwanese
30778 Printer being deleted%0
30779 .
30780
30781 MessageId=4830
30782 Severity=Success
30783 Facility=System
30784 SymbolicName=APPERR2_4830
30785 Language=English
30786 Printer status unknown%0
30787 .
30788 Language=Polish
30789 Printer status unknown%0
30790 .
30791 Language=Romanian
30792 Printer status unknown%0
30793 .
30794 Language=Russian
30795 Printer status unknown%0
30796 .
30797 Language=Spanish
30798 Printer status unknown%0
30799 .
30800 Language=Turkish
30801 Printer status unknown%0
30802 .
30803 Language=Chinese
30804 Printer status unknown%0
30805 .
30806 Language=Taiwanese
30807 Printer status unknown%0
30808 .
30809
30810 MessageId=4840
30811 Severity=Success
30812 Facility=System
30813 SymbolicName=APPERR2_4840
30814 Language=English
30815 Held until %1%0
30816 .
30817 Language=Polish
30818 Held until %1%0
30819 .
30820 Language=Romanian
30821 Held until %1%0
30822 .
30823 Language=Russian
30824 Held until %1%0
30825 .
30826 Language=Spanish
30827 Held until %1%0
30828 .
30829 Language=Turkish
30830 Held until %1%0
30831 .
30832 Language=Chinese
30833 Held until %1%0
30834 .
30835 Language=Taiwanese
30836 Held until %1%0
30837 .
30838
30839 MessageId=4841
30840 Severity=Success
30841 Facility=System
30842 SymbolicName=APPERR2_4841
30843 Language=English
30844 Job #%0
30845 .
30846 Language=Polish
30847 Job #%0
30848 .
30849 Language=Romanian
30850 Job #%0
30851 .
30852 Language=Russian
30853 Job #%0
30854 .
30855 Language=Spanish
30856 Job #%0
30857 .
30858 Language=Turkish
30859 Job #%0
30860 .
30861 Language=Chinese
30862 Job #%0
30863 .
30864 Language=Taiwanese
30865 Job #%0
30866 .
30867
30868 MessageId=4842
30869 Severity=Success
30870 Facility=System
30871 SymbolicName=APPERR2_4842
30872 Language=English
30873 Submitting user%0
30874 .
30875 Language=Polish
30876 Submitting user%0
30877 .
30878 Language=Romanian
30879 Submitting user%0
30880 .
30881 Language=Russian
30882 Submitting user%0
30883 .
30884 Language=Spanish
30885 Submitting user%0
30886 .
30887 Language=Turkish
30888 Submitting user%0
30889 .
30890 Language=Chinese
30891 Submitting user%0
30892 .
30893 Language=Taiwanese
30894 Submitting user%0
30895 .
30896
30897 MessageId=4843
30898 Severity=Success
30899 Facility=System
30900 SymbolicName=APPERR2_4843
30901 Language=English
30902 Notify%0
30903 .
30904 Language=Polish
30905 Notify%0
30906 .
30907 Language=Romanian
30908 Notify%0
30909 .
30910 Language=Russian
30911 Notify%0
30912 .
30913 Language=Spanish
30914 Notify%0
30915 .
30916 Language=Turkish
30917 Notify%0
30918 .
30919 Language=Chinese
30920 Notify%0
30921 .
30922 Language=Taiwanese
30923 Notify%0
30924 .
30925
30926 MessageId=4844
30927 Severity=Success
30928 Facility=System
30929 SymbolicName=APPERR2_4844
30930 Language=English
30931 Job data type%0
30932 .
30933 Language=Polish
30934 Job data type%0
30935 .
30936 Language=Romanian
30937 Job data type%0
30938 .
30939 Language=Russian
30940 Job data type%0
30941 .
30942 Language=Spanish
30943 Job data type%0
30944 .
30945 Language=Turkish
30946 Job data type%0
30947 .
30948 Language=Chinese
30949 Job data type%0
30950 .
30951 Language=Taiwanese
30952 Job data type%0
30953 .
30954
30955 MessageId=4845
30956 Severity=Success
30957 Facility=System
30958 SymbolicName=APPERR2_4845
30959 Language=English
30960 Job parameters%0
30961 .
30962 Language=Polish
30963 Job parameters%0
30964 .
30965 Language=Romanian
30966 Job parameters%0
30967 .
30968 Language=Russian
30969 Job parameters%0
30970 .
30971 Language=Spanish
30972 Job parameters%0
30973 .
30974 Language=Turkish
30975 Job parameters%0
30976 .
30977 Language=Chinese
30978 Job parameters%0
30979 .
30980 Language=Taiwanese
30981 Job parameters%0
30982 .
30983
30984 MessageId=4846
30985 Severity=Success
30986 Facility=System
30987 SymbolicName=APPERR2_4846
30988 Language=English
30989 Waiting%0
30990 .
30991 Language=Polish
30992 Waiting%0
30993 .
30994 Language=Romanian
30995 Waiting%0
30996 .
30997 Language=Russian
30998 Waiting%0
30999 .
31000 Language=Spanish
31001 Waiting%0
31002 .
31003 Language=Turkish
31004 Waiting%0
31005 .
31006 Language=Chinese
31007 Waiting%0
31008 .
31009 Language=Taiwanese
31010 Waiting%0
31011 .
31012
31013 MessageId=4847
31014 Severity=Success
31015 Facility=System
31016 SymbolicName=APPERR2_4847
31017 Language=English
31018 Held in queue%0
31019 .
31020 Language=Polish
31021 Held in queue%0
31022 .
31023 Language=Romanian
31024 Held in queue%0
31025 .
31026 Language=Russian
31027 Held in queue%0
31028 .
31029 Language=Spanish
31030 Held in queue%0
31031 .
31032 Language=Turkish
31033 Held in queue%0
31034 .
31035 Language=Chinese
31036 Held in queue%0
31037 .
31038 Language=Taiwanese
31039 Held in queue%0
31040 .
31041
31042 MessageId=4848
31043 Severity=Success
31044 Facility=System
31045 SymbolicName=APPERR2_4848
31046 Language=English
31047 Spooling%0
31048 .
31049 Language=Polish
31050 Spooling%0
31051 .
31052 Language=Romanian
31053 Spooling%0
31054 .
31055 Language=Russian
31056 Spooling%0
31057 .
31058 Language=Spanish
31059 Spooling%0
31060 .
31061 Language=Turkish
31062 Spooling%0
31063 .
31064 Language=Chinese
31065 Spooling%0
31066 .
31067 Language=Taiwanese
31068 Spooling%0
31069 .
31070
31071 MessageId=4849
31072 Severity=Success
31073 Facility=System
31074 SymbolicName=APPERR2_4849
31075 Language=English
31076 Paused%0
31077 .
31078 Language=Polish
31079 Paused%0
31080 .
31081 Language=Romanian
31082 Paused%0
31083 .
31084 Language=Russian
31085 Paused%0
31086 .
31087 Language=Spanish
31088 Paused%0
31089 .
31090 Language=Turkish
31091 Paused%0
31092 .
31093 Language=Chinese
31094 Paused%0
31095 .
31096 Language=Taiwanese
31097 Paused%0
31098 .
31099
31100 MessageId=4850
31101 Severity=Success
31102 Facility=System
31103 SymbolicName=APPERR2_4850
31104 Language=English
31105 Offline%0
31106 .
31107 Language=Polish
31108 Offline%0
31109 .
31110 Language=Romanian
31111 Offline%0
31112 .
31113 Language=Russian
31114 Offline%0
31115 .
31116 Language=Spanish
31117 Offline%0
31118 .
31119 Language=Turkish
31120 Offline%0
31121 .
31122 Language=Chinese
31123 Offline%0
31124 .
31125 Language=Taiwanese
31126 Offline%0
31127 .
31128
31129 MessageId=4851
31130 Severity=Success
31131 Facility=System
31132 SymbolicName=APPERR2_4851
31133 Language=English
31134 Error%0
31135 .
31136 Language=Polish
31137 Error%0
31138 .
31139 Language=Romanian
31140 Error%0
31141 .
31142 Language=Russian
31143 Error%0
31144 .
31145 Language=Spanish
31146 Error%0
31147 .
31148 Language=Turkish
31149 Error%0
31150 .
31151 Language=Chinese
31152 Error%0
31153 .
31154 Language=Taiwanese
31155 Error%0
31156 .
31157
31158 MessageId=4852
31159 Severity=Success
31160 Facility=System
31161 SymbolicName=APPERR2_4852
31162 Language=English
31163 Out of paper%0
31164 .
31165 Language=Polish
31166 Out of paper%0
31167 .
31168 Language=Romanian
31169 Out of paper%0
31170 .
31171 Language=Russian
31172 Out of paper%0
31173 .
31174 Language=Spanish
31175 Out of paper%0
31176 .
31177 Language=Turkish
31178 Out of paper%0
31179 .
31180 Language=Chinese
31181 Out of paper%0
31182 .
31183 Language=Taiwanese
31184 Out of paper%0
31185 .
31186
31187 MessageId=4853
31188 Severity=Success
31189 Facility=System
31190 SymbolicName=APPERR2_4853
31191 Language=English
31192 Intervention required%0
31193 .
31194 Language=Polish
31195 Intervention required%0
31196 .
31197 Language=Romanian
31198 Intervention required%0
31199 .
31200 Language=Russian
31201 Intervention required%0
31202 .
31203 Language=Spanish
31204 Intervention required%0
31205 .
31206 Language=Turkish
31207 Intervention required%0
31208 .
31209 Language=Chinese
31210 Intervention required%0
31211 .
31212 Language=Taiwanese
31213 Intervention required%0
31214 .
31215
31216 MessageId=4854
31217 Severity=Success
31218 Facility=System
31219 SymbolicName=APPERR2_4854
31220 Language=English
31221 Printing%0
31222 .
31223 Language=Polish
31224 Printing%0
31225 .
31226 Language=Romanian
31227 Printing%0
31228 .
31229 Language=Russian
31230 Printing%0
31231 .
31232 Language=Spanish
31233 Printing%0
31234 .
31235 Language=Turkish
31236 Printing%0
31237 .
31238 Language=Chinese
31239 Printing%0
31240 .
31241 Language=Taiwanese
31242 Printing%0
31243 .
31244
31245 MessageId=4855
31246 Severity=Success
31247 Facility=System
31248 SymbolicName=APPERR2_4855
31249 Language=English
31250 on %0
31251 .
31252 Language=Polish
31253 on %0
31254 .
31255 Language=Romanian
31256 on %0
31257 .
31258 Language=Russian
31259 on %0
31260 .
31261 Language=Spanish
31262 on %0
31263 .
31264 Language=Turkish
31265 on %0
31266 .
31267 Language=Chinese
31268 on %0
31269 .
31270 Language=Taiwanese
31271 on %0
31272 .
31273
31274 MessageId=4856
31275 Severity=Success
31276 Facility=System
31277 SymbolicName=APPERR2_4856
31278 Language=English
31279 Paused on %1%0
31280 .
31281 Language=Polish
31282 Paused on %1%0
31283 .
31284 Language=Romanian
31285 Paused on %1%0
31286 .
31287 Language=Russian
31288 Paused on %1%0
31289 .
31290 Language=Spanish
31291 Paused on %1%0
31292 .
31293 Language=Turkish
31294 Paused on %1%0
31295 .
31296 Language=Chinese
31297 Paused on %1%0
31298 .
31299 Language=Taiwanese
31300 Paused on %1%0
31301 .
31302
31303 MessageId=4857
31304 Severity=Success
31305 Facility=System
31306 SymbolicName=APPERR2_4857
31307 Language=English
31308 Offline on %1%0
31309 .
31310 Language=Polish
31311 Offline on %1%0
31312 .
31313 Language=Romanian
31314 Offline on %1%0
31315 .
31316 Language=Russian
31317 Offline on %1%0
31318 .
31319 Language=Spanish
31320 Offline on %1%0
31321 .
31322 Language=Turkish
31323 Offline on %1%0
31324 .
31325 Language=Chinese
31326 Offline on %1%0
31327 .
31328 Language=Taiwanese
31329 Offline on %1%0
31330 .
31331
31332 MessageId=4858
31333 Severity=Success
31334 Facility=System
31335 SymbolicName=APPERR2_4858
31336 Language=English
31337 Error on%1%0
31338 .
31339 Language=Polish
31340 Error on%1%0
31341 .
31342 Language=Romanian
31343 Error on%1%0
31344 .
31345 Language=Russian
31346 Error on%1%0
31347 .
31348 Language=Spanish
31349 Error on%1%0
31350 .
31351 Language=Turkish
31352 Error on%1%0
31353 .
31354 Language=Chinese
31355 Error on%1%0
31356 .
31357 Language=Taiwanese
31358 Error on%1%0
31359 .
31360
31361 MessageId=4859
31362 Severity=Success
31363 Facility=System
31364 SymbolicName=APPERR2_4859
31365 Language=English
31366 Out of Paper on %1%0
31367 .
31368 Language=Polish
31369 Out of Paper on %1%0
31370 .
31371 Language=Romanian
31372 Out of Paper on %1%0
31373 .
31374 Language=Russian
31375 Out of Paper on %1%0
31376 .
31377 Language=Spanish
31378 Out of Paper on %1%0
31379 .
31380 Language=Turkish
31381 Out of Paper on %1%0
31382 .
31383 Language=Chinese
31384 Out of Paper on %1%0
31385 .
31386 Language=Taiwanese
31387 Out of Paper on %1%0
31388 .
31389
31390 MessageId=4860
31391 Severity=Success
31392 Facility=System
31393 SymbolicName=APPERR2_4860
31394 Language=English
31395 Check printer on %1%0
31396 .
31397 Language=Polish
31398 Check printer on %1%0
31399 .
31400 Language=Romanian
31401 Check printer on %1%0
31402 .
31403 Language=Russian
31404 Check printer on %1%0
31405 .
31406 Language=Spanish
31407 Check printer on %1%0
31408 .
31409 Language=Turkish
31410 Check printer on %1%0
31411 .
31412 Language=Chinese
31413 Check printer on %1%0
31414 .
31415 Language=Taiwanese
31416 Check printer on %1%0
31417 .
31418
31419 MessageId=4861
31420 Severity=Success
31421 Facility=System
31422 SymbolicName=APPERR2_4861
31423 Language=English
31424 Printing on %1%0
31425 .
31426 Language=Polish
31427 Printing on %1%0
31428 .
31429 Language=Romanian
31430 Printing on %1%0
31431 .
31432 Language=Russian
31433 Printing on %1%0
31434 .
31435 Language=Spanish
31436 Printing on %1%0
31437 .
31438 Language=Turkish
31439 Printing on %1%0
31440 .
31441 Language=Chinese
31442 Printing on %1%0
31443 .
31444 Language=Taiwanese
31445 Printing on %1%0
31446 .
31447
31448 MessageId=4862
31449 Severity=Success
31450 Facility=System
31451 SymbolicName=APPERR2_4862
31452 Language=English
31453 Driver%0
31454 .
31455 Language=Polish
31456 Driver%0
31457 .
31458 Language=Romanian
31459 Driver%0
31460 .
31461 Language=Russian
31462 Driver%0
31463 .
31464 Language=Spanish
31465 Driver%0
31466 .
31467 Language=Turkish
31468 Driver%0
31469 .
31470 Language=Chinese
31471 Driver%0
31472 .
31473 Language=Taiwanese
31474 Driver%0
31475 .
31476
31477 MessageId=4930
31478 Severity=Success
31479 Facility=System
31480 SymbolicName=APPERR2_4930
31481 Language=English
31482 User name Type Date%0
31483 .
31484 Language=Polish
31485 User name Type Date%0
31486 .
31487 Language=Romanian
31488 User name Type Date%0
31489 .
31490 Language=Russian
31491 User name Type Date%0
31492 .
31493 Language=Spanish
31494 User name Type Date%0
31495 .
31496 Language=Turkish
31497 User name Type Date%0
31498 .
31499 Language=Chinese
31500 User name Type Date%0
31501 .
31502 Language=Taiwanese
31503 User name Type Date%0
31504 .
31505
31506 MessageId=4931
31507 Severity=Success
31508 Facility=System
31509 SymbolicName=APPERR2_4931
31510 Language=English
31511 Lockout%0
31512 .
31513 Language=Polish
31514 Lockout%0
31515 .
31516 Language=Romanian
31517 Lockout%0
31518 .
31519 Language=Russian
31520 Lockout%0
31521 .
31522 Language=Spanish
31523 Lockout%0
31524 .
31525 Language=Turkish
31526 Lockout%0
31527 .
31528 Language=Chinese
31529 Lockout%0
31530 .
31531 Language=Taiwanese
31532 Lockout%0
31533 .
31534
31535 MessageId=4932
31536 Severity=Success
31537 Facility=System
31538 SymbolicName=APPERR2_4932
31539 Language=English
31540 Service%0
31541 .
31542 Language=Polish
31543 Service%0
31544 .
31545 Language=Romanian
31546 Service%0
31547 .
31548 Language=Russian
31549 Service%0
31550 .
31551 Language=Spanish
31552 Service%0
31553 .
31554 Language=Turkish
31555 Service%0
31556 .
31557 Language=Chinese
31558 Service%0
31559 .
31560 Language=Taiwanese
31561 Service%0
31562 .
31563
31564 MessageId=4933
31565 Severity=Success
31566 Facility=System
31567 SymbolicName=APPERR2_4933
31568 Language=English
31569 Server%0
31570 .
31571 Language=Polish
31572 Server%0
31573 .
31574 Language=Romanian
31575 Server%0
31576 .
31577 Language=Russian
31578 Server%0
31579 .
31580 Language=Spanish
31581 Server%0
31582 .
31583 Language=Turkish
31584 Server%0
31585 .
31586 Language=Chinese
31587 Server%0
31588 .
31589 Language=Taiwanese
31590 Server%0
31591 .
31592
31593 MessageId=4934
31594 Severity=Success
31595 Facility=System
31596 SymbolicName=APPERR2_4934
31597 Language=English
31598 Server started%0
31599 .
31600 Language=Polish
31601 Server started%0
31602 .
31603 Language=Romanian
31604 Server started%0
31605 .
31606 Language=Russian
31607 Server started%0
31608 .
31609 Language=Spanish
31610 Server started%0
31611 .
31612 Language=Turkish
31613 Server started%0
31614 .
31615 Language=Chinese
31616 Server started%0
31617 .
31618 Language=Taiwanese
31619 Server started%0
31620 .
31621
31622 MessageId=4935
31623 Severity=Success
31624 Facility=System
31625 SymbolicName=APPERR2_4935
31626 Language=English
31627 Server paused%0
31628 .
31629 Language=Polish
31630 Server paused%0
31631 .
31632 Language=Romanian
31633 Server paused%0
31634 .
31635 Language=Russian
31636 Server paused%0
31637 .
31638 Language=Spanish
31639 Server paused%0
31640 .
31641 Language=Turkish
31642 Server paused%0
31643 .
31644 Language=Chinese
31645 Server paused%0
31646 .
31647 Language=Taiwanese
31648 Server paused%0
31649 .
31650
31651 MessageId=4936
31652 Severity=Success
31653 Facility=System
31654 SymbolicName=APPERR2_4936
31655 Language=English
31656 Server continued%0
31657 .
31658 Language=Polish
31659 Server continued%0
31660 .
31661 Language=Romanian
31662 Server continued%0
31663 .
31664 Language=Russian
31665 Server continued%0
31666 .
31667 Language=Spanish
31668 Server continued%0
31669 .
31670 Language=Turkish
31671 Server continued%0
31672 .
31673 Language=Chinese
31674 Server continued%0
31675 .
31676 Language=Taiwanese
31677 Server continued%0
31678 .
31679
31680 MessageId=4937
31681 Severity=Success
31682 Facility=System
31683 SymbolicName=APPERR2_4937
31684 Language=English
31685 Server stopped%0
31686 .
31687 Language=Polish
31688 Server stopped%0
31689 .
31690 Language=Romanian
31691 Server stopped%0
31692 .
31693 Language=Russian
31694 Server stopped%0
31695 .
31696 Language=Spanish
31697 Server stopped%0
31698 .
31699 Language=Turkish
31700 Server stopped%0
31701 .
31702 Language=Chinese
31703 Server stopped%0
31704 .
31705 Language=Taiwanese
31706 Server stopped%0
31707 .
31708
31709 MessageId=4938
31710 Severity=Success
31711 Facility=System
31712 SymbolicName=APPERR2_4938
31713 Language=English
31714 Session%0
31715 .
31716 Language=Polish
31717 Session%0
31718 .
31719 Language=Romanian
31720 Session%0
31721 .
31722 Language=Russian
31723 Session%0
31724 .
31725 Language=Spanish
31726 Session%0
31727 .
31728 Language=Turkish
31729 Session%0
31730 .
31731 Language=Chinese
31732 Session%0
31733 .
31734 Language=Taiwanese
31735 Session%0
31736 .
31737
31738 MessageId=4939
31739 Severity=Success
31740 Facility=System
31741 SymbolicName=APPERR2_4939
31742 Language=English
31743 Logon Guest%0
31744 .
31745 Language=Polish
31746 Logon Guest%0
31747 .
31748 Language=Romanian
31749 Logon Guest%0
31750 .
31751 Language=Russian
31752 Logon Guest%0
31753 .
31754 Language=Spanish
31755 Logon Guest%0
31756 .
31757 Language=Turkish
31758 Logon Guest%0
31759 .
31760 Language=Chinese
31761 Logon Guest%0
31762 .
31763 Language=Taiwanese
31764 Logon Guest%0
31765 .
31766
31767 MessageId=4940
31768 Severity=Success
31769 Facility=System
31770 SymbolicName=APPERR2_4940
31771 Language=English
31772 Logon User%0
31773 .
31774 Language=Polish
31775 Logon User%0
31776 .
31777 Language=Romanian
31778 Logon User%0
31779 .
31780 Language=Russian
31781 Logon User%0
31782 .
31783 Language=Spanish
31784 Logon User%0
31785 .
31786 Language=Turkish
31787 Logon User%0
31788 .
31789 Language=Chinese
31790 Logon User%0
31791 .
31792 Language=Taiwanese
31793 Logon User%0
31794 .
31795
31796 MessageId=4941
31797 Severity=Success
31798 Facility=System
31799 SymbolicName=APPERR2_4941
31800 Language=English
31801 Logon Administrator%0
31802 .
31803 Language=Polish
31804 Logon Administrator%0
31805 .
31806 Language=Romanian
31807 Logon Administrator%0
31808 .
31809 Language=Russian
31810 Logon Administrator%0
31811 .
31812 Language=Spanish
31813 Logon Administrator%0
31814 .
31815 Language=Turkish
31816 Logon Administrator%0
31817 .
31818 Language=Chinese
31819 Logon Administrator%0
31820 .
31821 Language=Taiwanese
31822 Logon Administrator%0
31823 .
31824
31825 MessageId=4942
31826 Severity=Success
31827 Facility=System
31828 SymbolicName=APPERR2_4942
31829 Language=English
31830 Logoff normal%0
31831 .
31832 Language=Polish
31833 Logoff normal%0
31834 .
31835 Language=Romanian
31836 Logoff normal%0
31837 .
31838 Language=Russian
31839 Logoff normal%0
31840 .
31841 Language=Spanish
31842 Logoff normal%0
31843 .
31844 Language=Turkish
31845 Logoff normal%0
31846 .
31847 Language=Chinese
31848 Logoff normal%0
31849 .
31850 Language=Taiwanese
31851 Logoff normal%0
31852 .
31853
31854 MessageId=4943
31855 Severity=Success
31856 Facility=System
31857 SymbolicName=APPERR2_4943
31858 Language=English
31859 Logon%0
31860 .
31861 Language=Polish
31862 Logon%0
31863 .
31864 Language=Romanian
31865 Logon%0
31866 .
31867 Language=Russian
31868 Logon%0
31869 .
31870 Language=Spanish
31871 Logon%0
31872 .
31873 Language=Turkish
31874 Logon%0
31875 .
31876 Language=Chinese
31877 Logon%0
31878 .
31879 Language=Taiwanese
31880 Logon%0
31881 .
31882
31883 MessageId=4944
31884 Severity=Success
31885 Facility=System
31886 SymbolicName=APPERR2_4944
31887 Language=English
31888 Logoff error%0
31889 .
31890 Language=Polish
31891 Logoff error%0
31892 .
31893 Language=Romanian
31894 Logoff error%0
31895 .
31896 Language=Russian
31897 Logoff error%0
31898 .
31899 Language=Spanish
31900 Logoff error%0
31901 .
31902 Language=Turkish
31903 Logoff error%0
31904 .
31905 Language=Chinese
31906 Logoff error%0
31907 .
31908 Language=Taiwanese
31909 Logoff error%0
31910 .
31911
31912 MessageId=4945
31913 Severity=Success
31914 Facility=System
31915 SymbolicName=APPERR2_4945
31916 Language=English
31917 Logoff auto-disconnect%0
31918 .
31919 Language=Polish
31920 Logoff auto-disconnect%0
31921 .
31922 Language=Romanian
31923 Logoff auto-disconnect%0
31924 .
31925 Language=Russian
31926 Logoff auto-disconnect%0
31927 .
31928 Language=Spanish
31929 Logoff auto-disconnect%0
31930 .
31931 Language=Turkish
31932 Logoff auto-disconnect%0
31933 .
31934 Language=Chinese
31935 Logoff auto-disconnect%0
31936 .
31937 Language=Taiwanese
31938 Logoff auto-disconnect%0
31939 .
31940
31941 MessageId=4946
31942 Severity=Success
31943 Facility=System
31944 SymbolicName=APPERR2_4946
31945 Language=English
31946 Logoff administrator-disconnect%0
31947 .
31948 Language=Polish
31949 Logoff administrator-disconnect%0
31950 .
31951 Language=Romanian
31952 Logoff administrator-disconnect%0
31953 .
31954 Language=Russian
31955 Logoff administrator-disconnect%0
31956 .
31957 Language=Spanish
31958 Logoff administrator-disconnect%0
31959 .
31960 Language=Turkish
31961 Logoff administrator-disconnect%0
31962 .
31963 Language=Chinese
31964 Logoff administrator-disconnect%0
31965 .
31966 Language=Taiwanese
31967 Logoff administrator-disconnect%0
31968 .
31969
31970 MessageId=4947
31971 Severity=Success
31972 Facility=System
31973 SymbolicName=APPERR2_4947
31974 Language=English
31975 Logoff forced by logon restrictions%0
31976 .
31977 Language=Polish
31978 Logoff forced by logon restrictions%0
31979 .
31980 Language=Romanian
31981 Logoff forced by logon restrictions%0
31982 .
31983 Language=Russian
31984 Logoff forced by logon restrictions%0
31985 .
31986 Language=Spanish
31987 Logoff forced by logon restrictions%0
31988 .
31989 Language=Turkish
31990 Logoff forced by logon restrictions%0
31991 .
31992 Language=Chinese
31993 Logoff forced by logon restrictions%0
31994 .
31995 Language=Taiwanese
31996 Logoff forced by logon restrictions%0
31997 .
31998
31999 MessageId=4948
32000 Severity=Success
32001 Facility=System
32002 SymbolicName=APPERR2_4948
32003 Language=English
32004 Service%0
32005 .
32006 Language=Polish
32007 Service%0
32008 .
32009 Language=Romanian
32010 Service%0
32011 .
32012 Language=Russian
32013 Service%0
32014 .
32015 Language=Spanish
32016 Service%0
32017 .
32018 Language=Turkish
32019 Service%0
32020 .
32021 Language=Chinese
32022 Service%0
32023 .
32024 Language=Taiwanese
32025 Service%0
32026 .
32027
32028 MessageId=4949
32029 Severity=Success
32030 Facility=System
32031 SymbolicName=APPERR2_4949
32032 Language=English
32033 %1 Installed%0
32034 .
32035 Language=Polish
32036 %1 Installed%0
32037 .
32038 Language=Romanian
32039 %1 Installed%0
32040 .
32041 Language=Russian
32042 %1 Installed%0
32043 .
32044 Language=Spanish
32045 %1 Installed%0
32046 .
32047 Language=Turkish
32048 %1 Installed%0
32049 .
32050 Language=Chinese
32051 %1 Installed%0
32052 .
32053 Language=Taiwanese
32054 %1 Installed%0
32055 .
32056
32057 MessageId=4950
32058 Severity=Success
32059 Facility=System
32060 SymbolicName=APPERR2_4950
32061 Language=English
32062 %1 Install Pending%0
32063 .
32064 Language=Polish
32065 %1 Install Pending%0
32066 .
32067 Language=Romanian
32068 %1 Install Pending%0
32069 .
32070 Language=Russian
32071 %1 Install Pending%0
32072 .
32073 Language=Spanish
32074 %1 Install Pending%0
32075 .
32076 Language=Turkish
32077 %1 Install Pending%0
32078 .
32079 Language=Chinese
32080 %1 Install Pending%0
32081 .
32082 Language=Taiwanese
32083 %1 Install Pending%0
32084 .
32085
32086 MessageId=4951
32087 Severity=Success
32088 Facility=System
32089 SymbolicName=APPERR2_4951
32090 Language=English
32091 %1 Paused%0
32092 .
32093 Language=Polish
32094 %1 Paused%0
32095 .
32096 Language=Romanian
32097 %1 Paused%0
32098 .
32099 Language=Russian
32100 %1 Paused%0
32101 .
32102 Language=Spanish
32103 %1 Paused%0
32104 .
32105 Language=Turkish
32106 %1 Paused%0
32107 .
32108 Language=Chinese
32109 %1 Paused%0
32110 .
32111 Language=Taiwanese
32112 %1 Paused%0
32113 .
32114
32115 MessageId=4952
32116 Severity=Success
32117 Facility=System
32118 SymbolicName=APPERR2_4952
32119 Language=English
32120 %1 Pause Pending%0
32121 .
32122 Language=Polish
32123 %1 Pause Pending%0
32124 .
32125 Language=Romanian
32126 %1 Pause Pending%0
32127 .
32128 Language=Russian
32129 %1 Pause Pending%0
32130 .
32131 Language=Spanish
32132 %1 Pause Pending%0
32133 .
32134 Language=Turkish
32135 %1 Pause Pending%0
32136 .
32137 Language=Chinese
32138 %1 Pause Pending%0
32139 .
32140 Language=Taiwanese
32141 %1 Pause Pending%0
32142 .
32143
32144 MessageId=4953
32145 Severity=Success
32146 Facility=System
32147 SymbolicName=APPERR2_4953
32148 Language=English
32149 %1 Continued%0
32150 .
32151 Language=Polish
32152 %1 Continued%0
32153 .
32154 Language=Romanian
32155 %1 Continued%0
32156 .
32157 Language=Russian
32158 %1 Continued%0
32159 .
32160 Language=Spanish
32161 %1 Continued%0
32162 .
32163 Language=Turkish
32164 %1 Continued%0
32165 .
32166 Language=Chinese
32167 %1 Continued%0
32168 .
32169 Language=Taiwanese
32170 %1 Continued%0
32171 .
32172
32173 MessageId=4954
32174 Severity=Success
32175 Facility=System
32176 SymbolicName=APPERR2_4954
32177 Language=English
32178 %1 Continue Pending%0
32179 .
32180 Language=Polish
32181 %1 Continue Pending%0
32182 .
32183 Language=Romanian
32184 %1 Continue Pending%0
32185 .
32186 Language=Russian
32187 %1 Continue Pending%0
32188 .
32189 Language=Spanish
32190 %1 Continue Pending%0
32191 .
32192 Language=Turkish
32193 %1 Continue Pending%0
32194 .
32195 Language=Chinese
32196 %1 Continue Pending%0
32197 .
32198 Language=Taiwanese
32199 %1 Continue Pending%0
32200 .
32201
32202 MessageId=4955
32203 Severity=Success
32204 Facility=System
32205 SymbolicName=APPERR2_4955
32206 Language=English
32207 %1 Stopped%0
32208 .
32209 Language=Polish
32210 %1 Stopped%0
32211 .
32212 Language=Romanian
32213 %1 Stopped%0
32214 .
32215 Language=Russian
32216 %1 Stopped%0
32217 .
32218 Language=Spanish
32219 %1 Stopped%0
32220 .
32221 Language=Turkish
32222 %1 Stopped%0
32223 .
32224 Language=Chinese
32225 %1 Stopped%0
32226 .
32227 Language=Taiwanese
32228 %1 Stopped%0
32229 .
32230
32231 MessageId=4956
32232 Severity=Success
32233 Facility=System
32234 SymbolicName=APPERR2_4956
32235 Language=English
32236 %1 Stop Pending%0
32237 .
32238 Language=Polish
32239 %1 Stop Pending%0
32240 .
32241 Language=Romanian
32242 %1 Stop Pending%0
32243 .
32244 Language=Russian
32245 %1 Stop Pending%0
32246 .
32247 Language=Spanish
32248 %1 Stop Pending%0
32249 .
32250 Language=Turkish
32251 %1 Stop Pending%0
32252 .
32253 Language=Chinese
32254 %1 Stop Pending%0
32255 .
32256 Language=Taiwanese
32257 %1 Stop Pending%0
32258 .
32259
32260 MessageId=4957
32261 Severity=Success
32262 Facility=System
32263 SymbolicName=APPERR2_4957
32264 Language=English
32265 Account%0
32266 .
32267 Language=Polish
32268 Account%0
32269 .
32270 Language=Romanian
32271 Account%0
32272 .
32273 Language=Russian
32274 Account%0
32275 .
32276 Language=Spanish
32277 Account%0
32278 .
32279 Language=Turkish
32280 Account%0
32281 .
32282 Language=Chinese
32283 Account%0
32284 .
32285 Language=Taiwanese
32286 Account%0
32287 .
32288
32289 MessageId=4958
32290 Severity=Success
32291 Facility=System
32292 SymbolicName=APPERR2_4958
32293 Language=English
32294 User account %1 was modified.%0
32295 .
32296 Language=Polish
32297 User account %1 was modified.%0
32298 .
32299 Language=Romanian
32300 User account %1 was modified.%0
32301 .
32302 Language=Russian
32303 User account %1 was modified.%0
32304 .
32305 Language=Spanish
32306 User account %1 was modified.%0
32307 .
32308 Language=Turkish
32309 User account %1 was modified.%0
32310 .
32311 Language=Chinese
32312 User account %1 was modified.%0
32313 .
32314 Language=Taiwanese
32315 User account %1 was modified.%0
32316 .
32317
32318 MessageId=4959
32319 Severity=Success
32320 Facility=System
32321 SymbolicName=APPERR2_4959
32322 Language=English
32323 Group account %1 was modified.%0
32324 .
32325 Language=Polish
32326 Group account %1 was modified.%0
32327 .
32328 Language=Romanian
32329 Group account %1 was modified.%0
32330 .
32331 Language=Russian
32332 Group account %1 was modified.%0
32333 .
32334 Language=Spanish
32335 Group account %1 was modified.%0
32336 .
32337 Language=Turkish
32338 Group account %1 was modified.%0
32339 .
32340 Language=Chinese
32341 Group account %1 was modified.%0
32342 .
32343 Language=Taiwanese
32344 Group account %1 was modified.%0
32345 .
32346
32347 MessageId=4960
32348 Severity=Success
32349 Facility=System
32350 SymbolicName=APPERR2_4960
32351 Language=English
32352 User account %1 was deleted%0
32353 .
32354 Language=Polish
32355 User account %1 was deleted%0
32356 .
32357 Language=Romanian
32358 User account %1 was deleted%0
32359 .
32360 Language=Russian
32361 User account %1 was deleted%0
32362 .
32363 Language=Spanish
32364 User account %1 was deleted%0
32365 .
32366 Language=Turkish
32367 User account %1 was deleted%0
32368 .
32369 Language=Chinese
32370 User account %1 was deleted%0
32371 .
32372 Language=Taiwanese
32373 User account %1 was deleted%0
32374 .
32375
32376 MessageId=4961
32377 Severity=Success
32378 Facility=System
32379 SymbolicName=APPERR2_4961
32380 Language=English
32381 Group account %1 was deleted%0
32382 .
32383 Language=Polish
32384 Group account %1 was deleted%0
32385 .
32386 Language=Romanian
32387 Group account %1 was deleted%0
32388 .
32389 Language=Russian
32390 Group account %1 was deleted%0
32391 .
32392 Language=Spanish
32393 Group account %1 was deleted%0
32394 .
32395 Language=Turkish
32396 Group account %1 was deleted%0
32397 .
32398 Language=Chinese
32399 Group account %1 was deleted%0
32400 .
32401 Language=Taiwanese
32402 Group account %1 was deleted%0
32403 .
32404
32405 MessageId=4962
32406 Severity=Success
32407 Facility=System
32408 SymbolicName=APPERR2_4962
32409 Language=English
32410 User account %1 was added%0
32411 .
32412 Language=Polish
32413 User account %1 was added%0
32414 .
32415 Language=Romanian
32416 User account %1 was added%0
32417 .
32418 Language=Russian
32419 User account %1 was added%0
32420 .
32421 Language=Spanish
32422 User account %1 was added%0
32423 .
32424 Language=Turkish
32425 User account %1 was added%0
32426 .
32427 Language=Chinese
32428 User account %1 was added%0
32429 .
32430 Language=Taiwanese
32431 User account %1 was added%0
32432 .
32433
32434 MessageId=4963
32435 Severity=Success
32436 Facility=System
32437 SymbolicName=APPERR2_4963
32438 Language=English
32439 Group account %1 was added%0
32440 .
32441 Language=Polish
32442 Group account %1 was added%0
32443 .
32444 Language=Romanian
32445 Group account %1 was added%0
32446 .
32447 Language=Russian
32448 Group account %1 was added%0
32449 .
32450 Language=Spanish
32451 Group account %1 was added%0
32452 .
32453 Language=Turkish
32454 Group account %1 was added%0
32455 .
32456 Language=Chinese
32457 Group account %1 was added%0
32458 .
32459 Language=Taiwanese
32460 Group account %1 was added%0
32461 .
32462
32463 MessageId=4964
32464 Severity=Success
32465 Facility=System
32466 SymbolicName=APPERR2_4964
32467 Language=English
32468 Account system settings were modified%0
32469 .
32470 Language=Polish
32471 Account system settings were modified%0
32472 .
32473 Language=Romanian
32474 Account system settings were modified%0
32475 .
32476 Language=Russian
32477 Account system settings were modified%0
32478 .
32479 Language=Spanish
32480 Account system settings were modified%0
32481 .
32482 Language=Turkish
32483 Account system settings were modified%0
32484 .
32485 Language=Chinese
32486 Account system settings were modified%0
32487 .
32488 Language=Taiwanese
32489 Account system settings were modified%0
32490 .
32491
32492 MessageId=4965
32493 Severity=Success
32494 Facility=System
32495 SymbolicName=APPERR2_4965
32496 Language=English
32497 Logon restriction%0
32498 .
32499 Language=Polish
32500 Logon restriction%0
32501 .
32502 Language=Romanian
32503 Logon restriction%0
32504 .
32505 Language=Russian
32506 Logon restriction%0
32507 .
32508 Language=Spanish
32509 Logon restriction%0
32510 .
32511 Language=Turkish
32512 Logon restriction%0
32513 .
32514 Language=Chinese
32515 Logon restriction%0
32516 .
32517 Language=Taiwanese
32518 Logon restriction%0
32519 .
32520
32521 MessageId=4966
32522 Severity=Success
32523 Facility=System
32524 SymbolicName=APPERR2_4966
32525 Language=English
32526 Limit exceeded: UNKNOWN%0
32527 .
32528 Language=Polish
32529 Limit exceeded: UNKNOWN%0
32530 .
32531 Language=Romanian
32532 Limit exceeded: UNKNOWN%0
32533 .
32534 Language=Russian
32535 Limit exceeded: UNKNOWN%0
32536 .
32537 Language=Spanish
32538 Limit exceeded: UNKNOWN%0
32539 .
32540 Language=Turkish
32541 Limit exceeded: UNKNOWN%0
32542 .
32543 Language=Chinese
32544 Limit exceeded: UNKNOWN%0
32545 .
32546 Language=Taiwanese
32547 Limit exceeded: UNKNOWN%0
32548 .
32549
32550 MessageId=4967
32551 Severity=Success
32552 Facility=System
32553 SymbolicName=APPERR2_4967
32554 Language=English
32555 Limit exceeded: Logon hours%0
32556 .
32557 Language=Polish
32558 Limit exceeded: Logon hours%0
32559 .
32560 Language=Romanian
32561 Limit exceeded: Logon hours%0
32562 .
32563 Language=Russian
32564 Limit exceeded: Logon hours%0
32565 .
32566 Language=Spanish
32567 Limit exceeded: Logon hours%0
32568 .
32569 Language=Turkish
32570 Limit exceeded: Logon hours%0
32571 .
32572 Language=Chinese
32573 Limit exceeded: Logon hours%0
32574 .
32575 Language=Taiwanese
32576 Limit exceeded: Logon hours%0
32577 .
32578
32579 MessageId=4968
32580 Severity=Success
32581 Facility=System
32582 SymbolicName=APPERR2_4968
32583 Language=English
32584 Limit exceeded: Account expired%0
32585 .
32586 Language=Polish
32587 Limit exceeded: Account expired%0
32588 .
32589 Language=Romanian
32590 Limit exceeded: Account expired%0
32591 .
32592 Language=Russian
32593 Limit exceeded: Account expired%0
32594 .
32595 Language=Spanish
32596 Limit exceeded: Account expired%0
32597 .
32598 Language=Turkish
32599 Limit exceeded: Account expired%0
32600 .
32601 Language=Chinese
32602 Limit exceeded: Account expired%0
32603 .
32604 Language=Taiwanese
32605 Limit exceeded: Account expired%0
32606 .
32607
32608 MessageId=4969
32609 Severity=Success
32610 Facility=System
32611 SymbolicName=APPERR2_4969
32612 Language=English
32613 Limit exceeded: Workstation ID invalid%0
32614 .
32615 Language=Polish
32616 Limit exceeded: Workstation ID invalid%0
32617 .
32618 Language=Romanian
32619 Limit exceeded: Workstation ID invalid%0
32620 .
32621 Language=Russian
32622 Limit exceeded: Workstation ID invalid%0
32623 .
32624 Language=Spanish
32625 Limit exceeded: Workstation ID invalid%0
32626 .
32627 Language=Turkish
32628 Limit exceeded: Workstation ID invalid%0
32629 .
32630 Language=Chinese
32631 Limit exceeded: Workstation ID invalid%0
32632 .
32633 Language=Taiwanese
32634 Limit exceeded: Workstation ID invalid%0
32635 .
32636
32637 MessageId=4970
32638 Severity=Success
32639 Facility=System
32640 SymbolicName=APPERR2_4970
32641 Language=English
32642 Limit exceeded: Account disabled%0
32643 .
32644 Language=Polish
32645 Limit exceeded: Account disabled%0
32646 .
32647 Language=Romanian
32648 Limit exceeded: Account disabled%0
32649 .
32650 Language=Russian
32651 Limit exceeded: Account disabled%0
32652 .
32653 Language=Spanish
32654 Limit exceeded: Account disabled%0
32655 .
32656 Language=Turkish
32657 Limit exceeded: Account disabled%0
32658 .
32659 Language=Chinese
32660 Limit exceeded: Account disabled%0
32661 .
32662 Language=Taiwanese
32663 Limit exceeded: Account disabled%0
32664 .
32665
32666 MessageId=4971
32667 Severity=Success
32668 Facility=System
32669 SymbolicName=APPERR2_4971
32670 Language=English
32671 Limit exceeded: Account deleted%0
32672 .
32673 Language=Polish
32674 Limit exceeded: Account deleted%0
32675 .
32676 Language=Romanian
32677 Limit exceeded: Account deleted%0
32678 .
32679 Language=Russian
32680 Limit exceeded: Account deleted%0
32681 .
32682 Language=Spanish
32683 Limit exceeded: Account deleted%0
32684 .
32685 Language=Turkish
32686 Limit exceeded: Account deleted%0
32687 .
32688 Language=Chinese
32689 Limit exceeded: Account deleted%0
32690 .
32691 Language=Taiwanese
32692 Limit exceeded: Account deleted%0
32693 .
32694
32695 MessageId=4972
32696 Severity=Success
32697 Facility=System
32698 SymbolicName=APPERR2_4972
32699 Language=English
32700 Share%0
32701 .
32702 Language=Polish
32703 Share%0
32704 .
32705 Language=Romanian
32706 Share%0
32707 .
32708 Language=Russian
32709 Share%0
32710 .
32711 Language=Spanish
32712 Share%0
32713 .
32714 Language=Turkish
32715 Share%0
32716 .
32717 Language=Chinese
32718 Share%0
32719 .
32720 Language=Taiwanese
32721 Share%0
32722 .
32723
32724 MessageId=4973
32725 Severity=Success
32726 Facility=System
32727 SymbolicName=APPERR2_4973
32728 Language=English
32729 Use %1%0
32730 .
32731 Language=Polish
32732 Use %1%0
32733 .
32734 Language=Romanian
32735 Use %1%0
32736 .
32737 Language=Russian
32738 Use %1%0
32739 .
32740 Language=Spanish
32741 Use %1%0
32742 .
32743 Language=Turkish
32744 Use %1%0
32745 .
32746 Language=Chinese
32747 Use %1%0
32748 .
32749 Language=Taiwanese
32750 Use %1%0
32751 .
32752
32753 MessageId=4974
32754 Severity=Success
32755 Facility=System
32756 SymbolicName=APPERR2_4974
32757 Language=English
32758 Unuse %1%0
32759 .
32760 Language=Polish
32761 Unuse %1%0
32762 .
32763 Language=Romanian
32764 Unuse %1%0
32765 .
32766 Language=Russian
32767 Unuse %1%0
32768 .
32769 Language=Spanish
32770 Unuse %1%0
32771 .
32772 Language=Turkish
32773 Unuse %1%0
32774 .
32775 Language=Chinese
32776 Unuse %1%0
32777 .
32778 Language=Taiwanese
32779 Unuse %1%0
32780 .
32781
32782 MessageId=4975
32783 Severity=Success
32784 Facility=System
32785 SymbolicName=APPERR2_4975
32786 Language=English
32787 User's session disconnected %1%0
32788 .
32789 Language=Polish
32790 User's session disconnected %1%0
32791 .
32792 Language=Romanian
32793 User's session disconnected %1%0
32794 .
32795 Language=Russian
32796 User's session disconnected %1%0
32797 .
32798 Language=Spanish
32799 User's session disconnected %1%0
32800 .
32801 Language=Turkish
32802 User's session disconnected %1%0
32803 .
32804 Language=Chinese
32805 User's session disconnected %1%0
32806 .
32807 Language=Taiwanese
32808 User's session disconnected %1%0
32809 .
32810
32811 MessageId=4976
32812 Severity=Success
32813 Facility=System
32814 SymbolicName=APPERR2_4976
32815 Language=English
32816 Administrator stopped sharing resource %1%0
32817 .
32818 Language=Polish
32819 Administrator stopped sharing resource %1%0
32820 .
32821 Language=Romanian
32822 Administrator stopped sharing resource %1%0
32823 .
32824 Language=Russian
32825 Administrator stopped sharing resource %1%0
32826 .
32827 Language=Spanish
32828 Administrator stopped sharing resource %1%0
32829 .
32830 Language=Turkish
32831 Administrator stopped sharing resource %1%0
32832 .
32833 Language=Chinese
32834 Administrator stopped sharing resource %1%0
32835 .
32836 Language=Taiwanese
32837 Administrator stopped sharing resource %1%0
32838 .
32839
32840 MessageId=4977
32841 Severity=Success
32842 Facility=System
32843 SymbolicName=APPERR2_4977
32844 Language=English
32845 User reached limit for %1%0
32846 .
32847 Language=Polish
32848 User reached limit for %1%0
32849 .
32850 Language=Romanian
32851 User reached limit for %1%0
32852 .
32853 Language=Russian
32854 User reached limit for %1%0
32855 .
32856 Language=Spanish
32857 User reached limit for %1%0
32858 .
32859 Language=Turkish
32860 User reached limit for %1%0
32861 .
32862 Language=Chinese
32863 User reached limit for %1%0
32864 .
32865 Language=Taiwanese
32866 User reached limit for %1%0
32867 .
32868
32869 MessageId=4978
32870 Severity=Success
32871 Facility=System
32872 SymbolicName=APPERR2_4978
32873 Language=English
32874 Bad password%0
32875 .
32876 Language=Polish
32877 Bad password%0
32878 .
32879 Language=Romanian
32880 Bad password%0
32881 .
32882 Language=Russian
32883 Bad password%0
32884 .
32885 Language=Spanish
32886 Bad password%0
32887 .
32888 Language=Turkish
32889 Bad password%0
32890 .
32891 Language=Chinese
32892 Bad password%0
32893 .
32894 Language=Taiwanese
32895 Bad password%0
32896 .
32897
32898 MessageId=4979
32899 Severity=Success
32900 Facility=System
32901 SymbolicName=APPERR2_4979
32902 Language=English
32903 Administrator privilege required%0
32904 .
32905 Language=Polish
32906 Administrator privilege required%0
32907 .
32908 Language=Romanian
32909 Administrator privilege required%0
32910 .
32911 Language=Russian
32912 Administrator privilege required%0
32913 .
32914 Language=Spanish
32915 Administrator privilege required%0
32916 .
32917 Language=Turkish
32918 Administrator privilege required%0
32919 .
32920 Language=Chinese
32921 Administrator privilege required%0
32922 .
32923 Language=Taiwanese
32924 Administrator privilege required%0
32925 .
32926
32927 MessageId=4980
32928 Severity=Success
32929 Facility=System
32930 SymbolicName=APPERR2_4980
32931 Language=English
32932 Access%0
32933 .
32934 Language=Polish
32935 Access%0
32936 .
32937 Language=Romanian
32938 Access%0
32939 .
32940 Language=Russian
32941 Access%0
32942 .
32943 Language=Spanish
32944 Access%0
32945 .
32946 Language=Turkish
32947 Access%0
32948 .
32949 Language=Chinese
32950 Access%0
32951 .
32952 Language=Taiwanese
32953 Access%0
32954 .
32955
32956 MessageId=4981
32957 Severity=Success
32958 Facility=System
32959 SymbolicName=APPERR2_4981
32960 Language=English
32961 %1 permissions added%0
32962 .
32963 Language=Polish
32964 %1 permissions added%0
32965 .
32966 Language=Romanian
32967 %1 permissions added%0
32968 .
32969 Language=Russian
32970 %1 permissions added%0
32971 .
32972 Language=Spanish
32973 %1 permissions added%0
32974 .
32975 Language=Turkish
32976 %1 permissions added%0
32977 .
32978 Language=Chinese
32979 %1 permissions added%0
32980 .
32981 Language=Taiwanese
32982 %1 permissions added%0
32983 .
32984
32985 MessageId=4982
32986 Severity=Success
32987 Facility=System
32988 SymbolicName=APPERR2_4982
32989 Language=English
32990 %1 permissions modified%0
32991 .
32992 Language=Polish
32993 %1 permissions modified%0
32994 .
32995 Language=Romanian
32996 %1 permissions modified%0
32997 .
32998 Language=Russian
32999 %1 permissions modified%0
33000 .
33001 Language=Spanish
33002 %1 permissions modified%0
33003 .
33004 Language=Turkish
33005 %1 permissions modified%0
33006 .
33007 Language=Chinese
33008 %1 permissions modified%0
33009 .
33010 Language=Taiwanese
33011 %1 permissions modified%0
33012 .
33013
33014 MessageId=4983
33015 Severity=Success
33016 Facility=System
33017 SymbolicName=APPERR2_4983
33018 Language=English
33019 %1 permissions deleted%0
33020 .
33021 Language=Polish
33022 %1 permissions deleted%0
33023 .
33024 Language=Romanian
33025 %1 permissions deleted%0
33026 .
33027 Language=Russian
33028 %1 permissions deleted%0
33029 .
33030 Language=Spanish
33031 %1 permissions deleted%0
33032 .
33033 Language=Turkish
33034 %1 permissions deleted%0
33035 .
33036 Language=Chinese
33037 %1 permissions deleted%0
33038 .
33039 Language=Taiwanese
33040 %1 permissions deleted%0
33041 .
33042
33043 MessageId=4984
33044 Severity=Success
33045 Facility=System
33046 SymbolicName=APPERR2_4984
33047 Language=English
33048 Access denied%0
33049 .
33050 Language=Polish
33051 Access denied%0
33052 .
33053 Language=Romanian
33054 Access denied%0
33055 .
33056 Language=Russian
33057 Access denied%0
33058 .
33059 Language=Spanish
33060 Access denied%0
33061 .
33062 Language=Turkish
33063 Access denied%0
33064 .
33065 Language=Chinese
33066 Access denied%0
33067 .
33068 Language=Taiwanese
33069 Access denied%0
33070 .
33071
33072 MessageId=4985
33073 Severity=Success
33074 Facility=System
33075 SymbolicName=APPERR2_4985
33076 Language=English
33077 Unknown%0
33078 .
33079 Language=Polish
33080 Unknown%0
33081 .
33082 Language=Romanian
33083 Unknown%0
33084 .
33085 Language=Russian
33086 Unknown%0
33087 .
33088 Language=Spanish
33089 Unknown%0
33090 .
33091 Language=Turkish
33092 Unknown%0
33093 .
33094 Language=Chinese
33095 Unknown%0
33096 .
33097 Language=Taiwanese
33098 Unknown%0
33099 .
33100
33101 MessageId=4986
33102 Severity=Success
33103 Facility=System
33104 SymbolicName=APPERR2_4986
33105 Language=English
33106 Other%0
33107 .
33108 Language=Polish
33109 Other%0
33110 .
33111 Language=Romanian
33112 Other%0
33113 .
33114 Language=Russian
33115 Other%0
33116 .
33117 Language=Spanish
33118 Other%0
33119 .
33120 Language=Turkish
33121 Other%0
33122 .
33123 Language=Chinese
33124 Other%0
33125 .
33126 Language=Taiwanese
33127 Other%0
33128 .
33129
33130 MessageId=4987
33131 Severity=Success
33132 Facility=System
33133 SymbolicName=APPERR2_4987
33134 Language=English
33135 Duration:%0
33136 .
33137 Language=Polish
33138 Duration:%0
33139 .
33140 Language=Romanian
33141 Duration:%0
33142 .
33143 Language=Russian
33144 Duration:%0
33145 .
33146 Language=Spanish
33147 Duration:%0
33148 .
33149 Language=Turkish
33150 Duration:%0
33151 .
33152 Language=Chinese
33153 Duration:%0
33154 .
33155 Language=Taiwanese
33156 Duration:%0
33157 .
33158
33159 MessageId=4988
33160 Severity=Success
33161 Facility=System
33162 SymbolicName=APPERR2_4988
33163 Language=English
33164 Duration: Not available%0
33165 .
33166 Language=Polish
33167 Duration: Not available%0
33168 .
33169 Language=Romanian
33170 Duration: Not available%0
33171 .
33172 Language=Russian
33173 Duration: Not available%0
33174 .
33175 Language=Spanish
33176 Duration: Not available%0
33177 .
33178 Language=Turkish
33179 Duration: Not available%0
33180 .
33181 Language=Chinese
33182 Duration: Not available%0
33183 .
33184 Language=Taiwanese
33185 Duration: Not available%0
33186 .
33187
33188 MessageId=4989
33189 Severity=Success
33190 Facility=System
33191 SymbolicName=APPERR2_4989
33192 Language=English
33193 Duration: Less than one second%0
33194 .
33195 Language=Polish
33196 Duration: Less than one second%0
33197 .
33198 Language=Romanian
33199 Duration: Less than one second%0
33200 .
33201 Language=Russian
33202 Duration: Less than one second%0
33203 .
33204 Language=Spanish
33205 Duration: Less than one second%0
33206 .
33207 Language=Turkish
33208 Duration: Less than one second%0
33209 .
33210 Language=Chinese
33211 Duration: Less than one second%0
33212 .
33213 Language=Taiwanese
33214 Duration: Less than one second%0
33215 .
33216
33217 MessageId=4990
33218 Severity=Success
33219 Facility=System
33220 SymbolicName=APPERR2_4990
33221 Language=English
33222 (none)%0
33223 .
33224 Language=Polish
33225 (none)%0
33226 .
33227 Language=Romanian
33228 (none)%0
33229 .
33230 Language=Russian
33231 (none)%0
33232 .
33233 Language=Spanish
33234 (none)%0
33235 .
33236 Language=Turkish
33237 (none)%0
33238 .
33239 Language=Chinese
33240 (none)%0
33241 .
33242 Language=Taiwanese
33243 (none)%0
33244 .
33245
33246 MessageId=4991
33247 Severity=Success
33248 Facility=System
33249 SymbolicName=APPERR2_4991
33250 Language=English
33251 Closed %1%0
33252 .
33253 Language=Polish
33254 Closed %1%0
33255 .
33256 Language=Romanian
33257 Closed %1%0
33258 .
33259 Language=Russian
33260 Closed %1%0
33261 .
33262 Language=Spanish
33263 Closed %1%0
33264 .
33265 Language=Turkish
33266 Closed %1%0
33267 .
33268 Language=Chinese
33269 Closed %1%0
33270 .
33271 Language=Taiwanese
33272 Closed %1%0
33273 .
33274
33275 MessageId=4992
33276 Severity=Success
33277 Facility=System
33278 SymbolicName=APPERR2_4992
33279 Language=English
33280 Closed %1 (disconnected)%0
33281 .
33282 Language=Polish
33283 Closed %1 (disconnected)%0
33284 .
33285 Language=Romanian
33286 Closed %1 (disconnected)%0
33287 .
33288 Language=Russian
33289 Closed %1 (disconnected)%0
33290 .
33291 Language=Spanish
33292 Closed %1 (disconnected)%0
33293 .
33294 Language=Turkish
33295 Closed %1 (disconnected)%0
33296 .
33297 Language=Chinese
33298 Closed %1 (disconnected)%0
33299 .
33300 Language=Taiwanese
33301 Closed %1 (disconnected)%0
33302 .
33303
33304 MessageId=4993
33305 Severity=Success
33306 Facility=System
33307 SymbolicName=APPERR2_4993
33308 Language=English
33309 Administrator closed %1%0
33310 .
33311 Language=Polish
33312 Administrator closed %1%0
33313 .
33314 Language=Romanian
33315 Administrator closed %1%0
33316 .
33317 Language=Russian
33318 Administrator closed %1%0
33319 .
33320 Language=Spanish
33321 Administrator closed %1%0
33322 .
33323 Language=Turkish
33324 Administrator closed %1%0
33325 .
33326 Language=Chinese
33327 Administrator closed %1%0
33328 .
33329 Language=Taiwanese
33330 Administrator closed %1%0
33331 .
33332
33333 MessageId=4994
33334 Severity=Success
33335 Facility=System
33336 SymbolicName=APPERR2_4994
33337 Language=English
33338 Access ended%0
33339 .
33340 Language=Polish
33341 Access ended%0
33342 .
33343 Language=Romanian
33344 Access ended%0
33345 .
33346 Language=Russian
33347 Access ended%0
33348 .
33349 Language=Spanish
33350 Access ended%0
33351 .
33352 Language=Turkish
33353 Access ended%0
33354 .
33355 Language=Chinese
33356 Access ended%0
33357 .
33358 Language=Taiwanese
33359 Access ended%0
33360 .
33361
33362 MessageId=4995
33363 Severity=Success
33364 Facility=System
33365 SymbolicName=APPERR2_4995
33366 Language=English
33367 Log on to network%0
33368 .
33369 Language=Polish
33370 Log on to network%0
33371 .
33372 Language=Romanian
33373 Log on to network%0
33374 .
33375 Language=Russian
33376 Log on to network%0
33377 .
33378 Language=Spanish
33379 Log on to network%0
33380 .
33381 Language=Turkish
33382 Log on to network%0
33383 .
33384 Language=Chinese
33385 Log on to network%0
33386 .
33387 Language=Taiwanese
33388 Log on to network%0
33389 .
33390
33391 MessageId=4996
33392 Severity=Success
33393 Facility=System
33394 SymbolicName=APPERR2_4996
33395 Language=English
33396 Logon denied%0
33397 .
33398 Language=Polish
33399 Logon denied%0
33400 .
33401 Language=Romanian
33402 Logon denied%0
33403 .
33404 Language=Russian
33405 Logon denied%0
33406 .
33407 Language=Spanish
33408 Logon denied%0
33409 .
33410 Language=Turkish
33411 Logon denied%0
33412 .
33413 Language=Chinese
33414 Logon denied%0
33415 .
33416 Language=Taiwanese
33417 Logon denied%0
33418 .
33419
33420 MessageId=4997
33421 Severity=Success
33422 Facility=System
33423 SymbolicName=APPERR2_4997
33424 Language=English
33425 Program Message Time%0
33426 .
33427 Language=Polish
33428 Program Message Time%0
33429 .
33430 Language=Romanian
33431 Program Message Time%0
33432 .
33433 Language=Russian
33434 Program Message Time%0
33435 .
33436 Language=Spanish
33437 Program Message Time%0
33438 .
33439 Language=Turkish
33440 Program Message Time%0
33441 .
33442 Language=Chinese
33443 Program Message Time%0
33444 .
33445 Language=Taiwanese
33446 Program Message Time%0
33447 .
33448
33449 MessageId=4998
33450 Severity=Success
33451 Facility=System
33452 SymbolicName=APPERR2_4998
33453 Language=English
33454 Account locked due to %1 bad passwords%0
33455 .
33456 Language=Polish
33457 Account locked due to %1 bad passwords%0
33458 .
33459 Language=Romanian
33460 Account locked due to %1 bad passwords%0
33461 .
33462 Language=Russian
33463 Account locked due to %1 bad passwords%0
33464 .
33465 Language=Spanish
33466 Account locked due to %1 bad passwords%0
33467 .
33468 Language=Turkish
33469 Account locked due to %1 bad passwords%0
33470 .
33471 Language=Chinese
33472 Account locked due to %1 bad passwords%0
33473 .
33474 Language=Taiwanese
33475 Account locked due to %1 bad passwords%0
33476 .
33477
33478 MessageId=4999
33479 Severity=Success
33480 Facility=System
33481 SymbolicName=APPERR2_4999
33482 Language=English
33483 Account unlocked by administrator%0
33484 .
33485 Language=Polish
33486 Account unlocked by administrator%0
33487 .
33488 Language=Romanian
33489 Account unlocked by administrator%0
33490 .
33491 Language=Russian
33492 Account unlocked by administrator%0
33493 .
33494 Language=Spanish
33495 Account unlocked by administrator%0
33496 .
33497 Language=Turkish
33498 Account unlocked by administrator%0
33499 .
33500 Language=Chinese
33501 Account unlocked by administrator%0
33502 .
33503 Language=Taiwanese
33504 Account unlocked by administrator%0
33505 .
33506
33507 MessageId=5000
33508 Severity=Success
33509 Facility=System
33510 SymbolicName=APPERR2_5000
33511 Language=English
33512 Log off network%0
33513 .
33514 Language=Polish
33515 Log off network%0
33516 .
33517 Language=Romanian
33518 Log off network%0
33519 .
33520 Language=Russian
33521 Log off network%0
33522 .
33523 Language=Spanish
33524 Log off network%0
33525 .
33526 Language=Turkish
33527 Log off network%0
33528 .
33529 Language=Chinese
33530 Log off network%0
33531 .
33532 Language=Taiwanese
33533 Log off network%0
33534 .
33535
33536 MessageId=5009
33537 Severity=Success
33538 Facility=System
33539 SymbolicName=APPERR2_5009
33540 Language=English
33541
33542 .
33543 Language=Polish
33544
33545 .
33546 Language=Romanian
33547
33548 .
33549 Language=Russian
33550
33551 .
33552 Language=Spanish
33553
33554 .
33555 Language=Turkish
33556
33557 .
33558 Language=Chinese
33559
33560 .
33561 Language=Taiwanese
33562
33563 .
33564
33565 MessageId=5010
33566 Severity=Success
33567 Facility=System
33568 SymbolicName=APPERR2_5010
33569 Language=English
33570 Subj: ** ADMINISTRATOR ALERT **
33571 .
33572 Language=Polish
33573 Subj: ** ADMINISTRATOR ALERT **
33574 .
33575 Language=Romanian
33576 Subj: ** ADMINISTRATOR ALERT **
33577 .
33578 Language=Russian
33579 Subj: ** ADMINISTRATOR ALERT **
33580 .
33581 Language=Spanish
33582 Subj: ** ADMINISTRATOR ALERT **
33583 .
33584 Language=Turkish
33585 Subj: ** ADMINISTRATOR ALERT **
33586 .
33587 Language=Chinese
33588 Subj: ** ADMINISTRATOR ALERT **
33589 .
33590 Language=Taiwanese
33591 Subj: ** ADMINISTRATOR ALERT **
33592 .
33593
33594 MessageId=5011
33595 Severity=Success
33596 Facility=System
33597 SymbolicName=APPERR2_5011
33598 Language=English
33599 Subj: ** PRINTING NOTIFICATION **
33600 .
33601 Language=Polish
33602 Subj: ** PRINTING NOTIFICATION **
33603 .
33604 Language=Romanian
33605 Subj: ** PRINTING NOTIFICATION **
33606 .
33607 Language=Russian
33608 Subj: ** PRINTING NOTIFICATION **
33609 .
33610 Language=Spanish
33611 Subj: ** PRINTING NOTIFICATION **
33612 .
33613 Language=Turkish
33614 Subj: ** PRINTING NOTIFICATION **
33615 .
33616 Language=Chinese
33617 Subj: ** PRINTING NOTIFICATION **
33618 .
33619 Language=Taiwanese
33620 Subj: ** PRINTING NOTIFICATION **
33621 .
33622
33623 MessageId=5012
33624 Severity=Success
33625 Facility=System
33626 SymbolicName=APPERR2_5012
33627 Language=English
33628 Subj: ** USER NOTIFICATION **
33629 .
33630 Language=Polish
33631 Subj: ** USER NOTIFICATION **
33632 .
33633 Language=Romanian
33634 Subj: ** USER NOTIFICATION **
33635 .
33636 Language=Russian
33637 Subj: ** USER NOTIFICATION **
33638 .
33639 Language=Spanish
33640 Subj: ** USER NOTIFICATION **
33641 .
33642 Language=Turkish
33643 Subj: ** USER NOTIFICATION **
33644 .
33645 Language=Chinese
33646 Subj: ** USER NOTIFICATION **
33647 .
33648 Language=Taiwanese
33649 Subj: ** USER NOTIFICATION **
33650 .
33651
33652 MessageId=5013
33653 Severity=Success
33654 Facility=System
33655 SymbolicName=APPERR2_5013
33656 Language=English
33657 From: %1 at \\\\%2
33658 .
33659 Language=Polish
33660 From: %1 at \\\\%2
33661 .
33662 Language=Romanian
33663 From: %1 at \\\\%2
33664 .
33665 Language=Russian
33666 From: %1 at \\\\%2
33667 .
33668 Language=Spanish
33669 From: %1 at \\\\%2
33670 .
33671 Language=Turkish
33672 From: %1 at \\\\%2
33673 .
33674 Language=Chinese
33675 From: %1 at \\\\%2
33676 .
33677 Language=Taiwanese
33678 From: %1 at \\\\%2
33679 .
33680
33681 MessageId=5014
33682 Severity=Success
33683 Facility=System
33684 SymbolicName=APPERR2_5014
33685 Language=English
33686 Print job %1 has been canceled while printing on %2.
33687 .
33688 Language=Polish
33689 Print job %1 has been canceled while printing on %2.
33690 .
33691 Language=Romanian
33692 Print job %1 has been canceled while printing on %2.
33693 .
33694 Language=Russian
33695 Print job %1 has been canceled while printing on %2.
33696 .
33697 Language=Spanish
33698 Print job %1 has been canceled while printing on %2.
33699 .
33700 Language=Turkish
33701 Print job %1 has been canceled while printing on %2.
33702 .
33703 Language=Chinese
33704 Print job %1 has been canceled while printing on %2.
33705 .
33706 Language=Taiwanese
33707 Print job %1 has been canceled while printing on %2.
33708 .
33709
33710 MessageId=5015
33711 Severity=Success
33712 Facility=System
33713 SymbolicName=APPERR2_5015
33714 Language=English
33715 Print job %1 has been deleted and will not print.
33716 .
33717 Language=Polish
33718 Print job %1 has been deleted and will not print.
33719 .
33720 Language=Romanian
33721 Print job %1 has been deleted and will not print.
33722 .
33723 Language=Russian
33724 Print job %1 has been deleted and will not print.
33725 .
33726 Language=Spanish
33727 Print job %1 has been deleted and will not print.
33728 .
33729 Language=Turkish
33730 Print job %1 has been deleted and will not print.
33731 .
33732 Language=Chinese
33733 Print job %1 has been deleted and will not print.
33734 .
33735 Language=Taiwanese
33736 Print job %1 has been deleted and will not print.
33737 .
33738
33739 MessageId=5016
33740 Severity=Success
33741 Facility=System
33742 SymbolicName=APPERR2_5016
33743 Language=English
33744 Printing Complete\n\n
33745 %1 printed successfully on %2.
33746 .
33747 Language=Polish
33748 Printing Complete\n\n
33749 %1 printed successfully on %2.
33750 .
33751 Language=Romanian
33752 Printing Complete\n\n
33753 %1 printed successfully on %2.
33754 .
33755 Language=Russian
33756 %1 printed successfully on %2.
33757 .
33758 Language=Spanish
33759 %1 printed successfully on %2.
33760 .
33761 Language=Turkish
33762 %1 printed successfully on %2.
33763 .
33764 Language=Chinese
33765 %1 printed successfully on %2.
33766 .
33767 Language=Taiwanese
33768 %1 printed successfully on %2.
33769 .
33770
33771 MessageId=5017
33772 Severity=Success
33773 Facility=System
33774 SymbolicName=APPERR2_5017
33775 Language=English
33776 Print job %1 has not completed printing on %2.
33777 .
33778 Language=Polish
33779 Print job %1 has not completed printing on %2.
33780 .
33781 Language=Romanian
33782 Print job %1 has not completed printing on %2.
33783 .
33784 Language=Russian
33785 Print job %1 has not completed printing on %2.
33786 .
33787 Language=Spanish
33788 Print job %1 has not completed printing on %2.
33789 .
33790 Language=Turkish
33791 Print job %1 has not completed printing on %2.
33792 .
33793 Language=Chinese
33794 Print job %1 has not completed printing on %2.
33795 .
33796 Language=Taiwanese
33797 Print job %1 has not completed printing on %2.
33798 .
33799
33800 MessageId=5018
33801 Severity=Success
33802 Facility=System
33803 SymbolicName=APPERR2_5018
33804 Language=English
33805 Print job %1 has paused printing on %2.
33806 .
33807 Language=Polish
33808 Print job %1 has paused printing on %2.
33809 .
33810 Language=Romanian
33811 Print job %1 has paused printing on %2.
33812 .
33813 Language=Russian
33814 Print job %1 has paused printing on %2.
33815 .
33816 Language=Spanish
33817 Print job %1 has paused printing on %2.
33818 .
33819 Language=Turkish
33820 Print job %1 has paused printing on %2.
33821 .
33822 Language=Chinese
33823 Print job %1 has paused printing on %2.
33824 .
33825 Language=Taiwanese
33826 Print job %1 has paused printing on %2.
33827 .
33828
33829 MessageId=5019
33830 Severity=Success
33831 Facility=System
33832 SymbolicName=APPERR2_5019
33833 Language=English
33834 Print job %1 is now printing on %2.
33835 .
33836 Language=Polish
33837 Print job %1 is now printing on %2.
33838 .
33839 Language=Romanian
33840 Print job %1 is now printing on %2.
33841 .
33842 Language=Russian
33843 Print job %1 is now printing on %2.
33844 .
33845 Language=Spanish
33846 Print job %1 is now printing on %2.
33847 .
33848 Language=Turkish
33849 Print job %1 is now printing on %2.
33850 .
33851 Language=Chinese
33852 Print job %1 is now printing on %2.
33853 .
33854 Language=Taiwanese
33855 Print job %1 is now printing on %2.
33856 .
33857
33858 MessageId=5020
33859 Severity=Success
33860 Facility=System
33861 SymbolicName=APPERR2_5020
33862 Language=English
33863 The printer is out of paper.
33864 .
33865 Language=Polish
33866 The printer is out of paper.
33867 .
33868 Language=Romanian
33869 The printer is out of paper.
33870 .
33871 Language=Russian
33872 The printer is out of paper.
33873 .
33874 Language=Spanish
33875 The printer is out of paper.
33876 .
33877 Language=Turkish
33878 The printer is out of paper.
33879 .
33880 Language=Chinese
33881 The printer is out of paper.
33882 .
33883 Language=Taiwanese
33884 The printer is out of paper.
33885 .
33886
33887 MessageId=5021
33888 Severity=Success
33889 Facility=System
33890 SymbolicName=APPERR2_5021
33891 Language=English
33892 The printer is offline.
33893 .
33894 Language=Polish
33895 The printer is offline.
33896 .
33897 Language=Romanian
33898 The printer is offline.
33899 .
33900 Language=Russian
33901 The printer is offline.
33902 .
33903 Language=Spanish
33904 The printer is offline.
33905 .
33906 Language=Turkish
33907 The printer is offline.
33908 .
33909 Language=Chinese
33910 The printer is offline.
33911 .
33912 Language=Taiwanese
33913 The printer is offline.
33914 .
33915
33916 MessageId=5022
33917 Severity=Success
33918 Facility=System
33919 SymbolicName=APPERR2_5022
33920 Language=English
33921 Printing errors occurred.
33922 .
33923 Language=Polish
33924 Printing errors occurred.
33925 .
33926 Language=Romanian
33927 Printing errors occurred.
33928 .
33929 Language=Russian
33930 Printing errors occurred.
33931 .
33932 Language=Spanish
33933 Printing errors occurred.
33934 .
33935 Language=Turkish
33936 Printing errors occurred.
33937 .
33938 Language=Chinese
33939 Printing errors occurred.
33940 .
33941 Language=Taiwanese
33942 Printing errors occurred.
33943 .
33944
33945 MessageId=5023
33946 Severity=Success
33947 Facility=System
33948 SymbolicName=APPERR2_5023
33949 Language=English
33950 There is a problem with the printer; please check it.
33951 .
33952 Language=Polish
33953 There is a problem with the printer; please check it.
33954 .
33955 Language=Romanian
33956 There is a problem with the printer; please check it.
33957 .
33958 Language=Russian
33959 There is a problem with the printer; please check it.
33960 .
33961 Language=Spanish
33962 There is a problem with the printer; please check it.
33963 .
33964 Language=Turkish
33965 There is a problem with the printer; please check it.
33966 .
33967 Language=Chinese
33968 There is a problem with the printer; please check it.
33969 .
33970 Language=Taiwanese
33971 There is a problem with the printer; please check it.
33972 .
33973
33974 MessageId=5024
33975 Severity=Success
33976 Facility=System
33977 SymbolicName=APPERR2_5024
33978 Language=English
33979 Print job %1 is being held from printing.
33980 .
33981 Language=Polish
33982 Print job %1 is being held from printing.
33983 .
33984 Language=Romanian
33985 Print job %1 is being held from printing.
33986 .
33987 Language=Russian
33988 Print job %1 is being held from printing.
33989 .
33990 Language=Spanish
33991 Print job %1 is being held from printing.
33992 .
33993 Language=Turkish
33994 Print job %1 is being held from printing.
33995 .
33996 Language=Chinese
33997 Print job %1 is being held from printing.
33998 .
33999 Language=Taiwanese
34000 Print job %1 is being held from printing.
34001 .
34002
34003 MessageId=5025
34004 Severity=Success
34005 Facility=System
34006 SymbolicName=APPERR2_5025
34007 Language=English
34008 Print job %1 is queued for printing.
34009 .
34010 Language=Polish
34011 Print job %1 is queued for printing.
34012 .
34013 Language=Romanian
34014 Print job %1 is queued for printing.
34015 .
34016 Language=Russian
34017 Print job %1 is queued for printing.
34018 .
34019 Language=Spanish
34020 Print job %1 is queued for printing.
34021 .
34022 Language=Turkish
34023 Print job %1 is queued for printing.
34024 .
34025 Language=Chinese
34026 Print job %1 is queued for printing.
34027 .
34028 Language=Taiwanese
34029 Print job %1 is queued for printing.
34030 .
34031
34032 MessageId=5026
34033 Severity=Success
34034 Facility=System
34035 SymbolicName=APPERR2_5026
34036 Language=English
34037 Print job %1 is being spooled.
34038 .
34039 Language=Polish
34040 Print job %1 is being spooled.
34041 .
34042 Language=Romanian
34043 Print job %1 is being spooled.
34044 .
34045 Language=Russian
34046 Print job %1 is being spooled.
34047 .
34048 Language=Spanish
34049 Print job %1 is being spooled.
34050 .
34051 Language=Turkish
34052 Print job %1 is being spooled.
34053 .
34054 Language=Chinese
34055 Print job %1 is being spooled.
34056 .
34057 Language=Taiwanese
34058 Print job %1 is being spooled.
34059 .
34060
34061 MessageId=5027
34062 Severity=Success
34063 Facility=System
34064 SymbolicName=APPERR2_5027
34065 Language=English
34066 Job was queued to %1 on %2
34067 .
34068 Language=Polish
34069 Job was queued to %1 on %2
34070 .
34071 Language=Romanian
34072 Job was queued to %1 on %2
34073 .
34074 Language=Russian
34075 Job was queued to %1 on %2
34076 .
34077 Language=Spanish
34078 Job was queued to %1 on %2
34079 .
34080 Language=Turkish
34081 Job was queued to %1 on %2
34082 .
34083 Language=Chinese
34084 Job was queued to %1 on %2
34085 .
34086 Language=Taiwanese
34087 Job was queued to %1 on %2
34088 .
34089
34090 MessageId=5028
34091 Severity=Success
34092 Facility=System
34093 SymbolicName=APPERR2_5028
34094 Language=English
34095 Size of job is %1 bytes.
34096 .
34097 Language=Polish
34098 Size of job is %1 bytes.
34099 .
34100 Language=Romanian
34101 Size of job is %1 bytes.
34102 .
34103 Language=Russian
34104 Size of job is %1 bytes.
34105 .
34106 Language=Spanish
34107 Size of job is %1 bytes.
34108 .
34109 Language=Turkish
34110 Size of job is %1 bytes.
34111 .
34112 Language=Chinese
34113 Size of job is %1 bytes.
34114 .
34115 Language=Taiwanese
34116 Size of job is %1 bytes.
34117 .
34118
34119 MessageId=5030
34120 Severity=Success
34121 Facility=System
34122 SymbolicName=APPERR2_5030
34123 Language=English
34124 To: %1
34125 .
34126 Language=Polish
34127 To: %1
34128 .
34129 Language=Romanian
34130 To: %1
34131 .
34132 Language=Russian
34133 To: %1
34134 .
34135 Language=Spanish
34136 To: %1
34137 .
34138 Language=Turkish
34139 To: %1
34140 .
34141 Language=Chinese
34142 To: %1
34143 .
34144 Language=Taiwanese
34145 To: %1
34146 .
34147
34148 MessageId=5031
34149 Severity=Success
34150 Facility=System
34151 SymbolicName=APPERR2_5031
34152 Language=English
34153 Date: %1
34154 .
34155 Language=Polish
34156 Date: %1
34157 .
34158 Language=Romanian
34159 Date: %1
34160 .
34161 Language=Russian
34162 Date: %1
34163 .
34164 Language=Spanish
34165 Date: %1
34166 .
34167 Language=Turkish
34168 Date: %1
34169 .
34170 Language=Chinese
34171 Date: %1
34172 .
34173 Language=Taiwanese
34174 Date: %1
34175 .
34176
34177 MessageId=5032
34178 Severity=Success
34179 Facility=System
34180 SymbolicName=APPERR2_5032
34181 Language=English
34182 The error code is %1.\n
34183 There was an error retrieving the message. Make sure the file\n
34184 NET.MSG is available.
34185 .
34186 Language=Polish
34187 The error code is %1.\n
34188 There was an error retrieving the message. Make sure the file\n
34189 NET.MSG is available.
34190 .
34191 Language=Romanian
34192 The error code is %1.\n
34193 There was an error retrieving the message. Make sure the file\n
34194 NET.MSG is available.
34195 .
34196 Language=Russian
34197 The error code is %1.\n
34198 There was an error retrieving the message. Make sure the file\n
34199 NET.MSG is available.
34200 .
34201 Language=Spanish
34202 The error code is %1.\n
34203 There was an error retrieving the message. Make sure the file\n
34204 NET.MSG is available.
34205 .
34206 Language=Turkish
34207 The error code is %1.\n
34208 There was an error retrieving the message. Make sure the file\n
34209 NET.MSG is available.
34210 .
34211 Language=Chinese
34212 The error code is %1.\n
34213 There was an error retrieving the message. Make sure the file\n
34214 NET.MSG is available.
34215 .
34216 Language=Taiwanese
34217 The error code is %1.\n
34218 There was an error retrieving the message. Make sure the file\n
34219 NET.MSG is available.
34220 .
34221
34222 MessageId=5033
34223 Severity=Success
34224 Facility=System
34225 SymbolicName=APPERR2_5033
34226 Language=English
34227 Printing Failed\n\n
34228 \"%1\" failed to print on %2 on %3.\n\n
34229 For more help use the print troubleshooter.
34230 .
34231 Language=Polish
34232 Printing Failed\n\n
34233 \"%1\" failed to print on %2 on %3.\n\n
34234 For more help use the print troubleshooter.
34235 .
34236 Language=Romanian
34237 Printing Failed\n\n
34238 \"%1\" failed to print on %2 on %3.\n\n
34239 For more help use the print troubleshooter.
34240 .
34241 Language=Russian
34242 Printing Failed\n\n
34243 \"%1\" failed to print on %2 on %3.\n\n
34244 For more help use the print troubleshooter.
34245 .
34246 Language=Spanish
34247 Printing Failed\n\n
34248 \"%1\" failed to print on %2 on %3.\n\n
34249 For more help use the print troubleshooter.
34250 .
34251 Language=Turkish
34252 Printing Failed\n\n
34253 \"%1\" failed to print on %2 on %3.\n\n
34254 For more help use the print troubleshooter.
34255 .
34256 Language=Chinese
34257 Printing Failed\n\n
34258 \"%1\" failed to print on %2 on %3.\n\n
34259 For more help use the print troubleshooter.
34260 .
34261 Language=Taiwanese
34262 Printing Failed\n\n
34263 \"%1\" failed to print on %2 on %3.\n\n
34264 For more help use the print troubleshooter.
34265 .
34266
34267 MessageId=5034
34268 Severity=Success
34269 Facility=System
34270 SymbolicName=APPERR2_5034
34271 Language=English
34272 Printing Failed\n\n
34273 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
34274 For more help use the print troubleshooter.
34275 .
34276 Language=Polish
34277 Printing Failed\n\n
34278 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
34279 For more help use the print troubleshooter.
34280 .
34281 Language=Romanian
34282 Printing Failed\n\n
34283 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
34284 For more help use the print troubleshooter.
34285 .
34286 Language=Russian
34287 Printing Failed\n\n
34288 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
34289 For more help use the print troubleshooter.
34290 .
34291 Language=Spanish
34292 Printing Failed\n\n
34293 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
34294 For more help use the print troubleshooter.
34295 .
34296 Language=Turkish
34297 Printing Failed\n\n
34298 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
34299 For more help use the print troubleshooter.
34300 .
34301 Language=Chinese
34302 Printing Failed\n\n
34303 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
34304 For more help use the print troubleshooter.
34305 .
34306 Language=Taiwanese
34307 Printing Failed\n\n
34308 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
34309 For more help use the print troubleshooter.
34310 .
34311
34312 MessageId=5035
34313 Severity=Success
34314 Facility=System
34315 SymbolicName=APPERR2_5035
34316 Language=English
34317 Printing Complete\n\n
34318 \"%1\" printed successfully on %2 on %3.
34319 .
34320 Language=Polish
34321 Printing Complete\n\n
34322 \"%1\" printed successfully on %2 on %3.
34323 .
34324 Language=Romanian
34325 Printing Complete\n\n
34326 \"%1\" printed successfully on %2 on %3.
34327 .
34328 Language=Russian
34329 Printing Complete\n\n
34330 \"%1\" printed successfully on %2 on %3.
34331 .
34332 Language=Spanish
34333 Printing Complete\n\n
34334 \"%1\" printed successfully on %2 on %3.
34335 .
34336 Language=Turkish
34337 Printing Complete\n\n
34338 \"%1\" printed successfully on %2 on %3.
34339 .
34340 Language=Chinese
34341 Printing Complete\n\n
34342 \"%1\" printed successfully on %2 on %3.
34343 .
34344 Language=Taiwanese
34345 Printing Complete\n\n
34346 \"%1\" printed successfully on %2 on %3.
34347 .
34348
34349 MessageId=5041
34350 Severity=Success
34351 Facility=System
34352 SymbolicName=APPERR2_5041
34353 Language=English
34354 January%0
34355 .
34356 Language=Polish
34357 January%0
34358 .
34359 Language=Romanian
34360 January%0
34361 .
34362 Language=Russian
34363 January%0
34364 .
34365 Language=Spanish
34366 January%0
34367 .
34368 Language=Turkish
34369 January%0
34370 .
34371 Language=Chinese
34372 January%0
34373 .
34374 Language=Taiwanese
34375 January%0
34376 .
34377
34378 MessageId=5042
34379 Severity=Success
34380 Facility=System
34381 SymbolicName=APPERR2_5042
34382 Language=English
34383 February%0
34384 .
34385 Language=Polish
34386 February%0
34387 .
34388 Language=Romanian
34389 February%0
34390 .
34391 Language=Russian
34392 February%0
34393 .
34394 Language=Spanish
34395 February%0
34396 .
34397 Language=Turkish
34398 February%0
34399 .
34400 Language=Chinese
34401 February%0
34402 .
34403 Language=Taiwanese
34404 February%0
34405 .
34406
34407 MessageId=5043
34408 Severity=Success
34409 Facility=System
34410 SymbolicName=APPERR2_5043
34411 Language=English
34412 March%0
34413 .
34414 Language=Polish
34415 March%0
34416 .
34417 Language=Romanian
34418 March%0
34419 .
34420 Language=Russian
34421 March%0
34422 .
34423 Language=Spanish
34424 March%0
34425 .
34426 Language=Turkish
34427 March%0
34428 .
34429 Language=Chinese
34430 March%0
34431 .
34432 Language=Taiwanese
34433 March%0
34434 .
34435
34436 MessageId=5044
34437 Severity=Success
34438 Facility=System
34439 SymbolicName=APPERR2_5044
34440 Language=English
34441 April%0
34442 .
34443 Language=Polish
34444 April%0
34445 .
34446 Language=Romanian
34447 April%0
34448 .
34449 Language=Russian
34450 April%0
34451 .
34452 Language=Spanish
34453 April%0
34454 .
34455 Language=Turkish
34456 April%0
34457 .
34458 Language=Chinese
34459 April%0
34460 .
34461 Language=Taiwanese
34462 April%0
34463 .
34464
34465 MessageId=5045
34466 Severity=Success
34467 Facility=System
34468 SymbolicName=APPERR2_5045
34469 Language=English
34470 May%0
34471 .
34472 Language=Polish
34473 May%0
34474 .
34475 Language=Romanian
34476 May%0
34477 .
34478 Language=Russian
34479 May%0
34480 .
34481 Language=Spanish
34482 May%0
34483 .
34484 Language=Turkish
34485 May%0
34486 .
34487 Language=Chinese
34488 May%0
34489 .
34490 Language=Taiwanese
34491 May%0
34492 .
34493
34494 MessageId=5046
34495 Severity=Success
34496 Facility=System
34497 SymbolicName=APPERR2_5046
34498 Language=English
34499 June%0
34500 .
34501 Language=Polish
34502 June%0
34503 .
34504 Language=Romanian
34505 June%0
34506 .
34507 Language=Russian
34508 June%0
34509 .
34510 Language=Spanish
34511 June%0
34512 .
34513 Language=Turkish
34514 June%0
34515 .
34516 Language=Chinese
34517 June%0
34518 .
34519 Language=Taiwanese
34520 June%0
34521 .
34522
34523 MessageId=5047
34524 Severity=Success
34525 Facility=System
34526 SymbolicName=APPERR2_5047
34527 Language=English
34528 July%0
34529 .
34530 Language=Polish
34531 July%0
34532 .
34533 Language=Romanian
34534 July%0
34535 .
34536 Language=Russian
34537 July%0
34538 .
34539 Language=Spanish
34540 July%0
34541 .
34542 Language=Turkish
34543 July%0
34544 .
34545 Language=Chinese
34546 July%0
34547 .
34548 Language=Taiwanese
34549 July%0
34550 .
34551
34552 MessageId=5048
34553 Severity=Success
34554 Facility=System
34555 SymbolicName=APPERR2_5048
34556 Language=English
34557 August%0
34558 .
34559 Language=Polish
34560 August%0
34561 .
34562 Language=Romanian
34563 August%0
34564 .
34565 Language=Russian
34566 August%0
34567 .
34568 Language=Spanish
34569 August%0
34570 .
34571 Language=Turkish
34572 August%0
34573 .
34574 Language=Chinese
34575 August%0
34576 .
34577 Language=Taiwanese
34578 August%0
34579 .
34580
34581 MessageId=5049
34582 Severity=Success
34583 Facility=System
34584 SymbolicName=APPERR2_5049
34585 Language=English
34586 September%0
34587 .
34588 Language=Polish
34589 September%0
34590 .
34591 Language=Romanian
34592 September%0
34593 .
34594 Language=Russian
34595 September%0
34596 .
34597 Language=Spanish
34598 September%0
34599 .
34600 Language=Turkish
34601 September%0
34602 .
34603 Language=Chinese
34604 September%0
34605 .
34606 Language=Taiwanese
34607 September%0
34608 .
34609
34610 MessageId=5050
34611 Severity=Success
34612 Facility=System
34613 SymbolicName=APPERR2_5050
34614 Language=English
34615 October%0
34616 .
34617 Language=Polish
34618 October%0
34619 .
34620 Language=Romanian
34621 October%0
34622 .
34623 Language=Russian
34624 October%0
34625 .
34626 Language=Spanish
34627 October%0
34628 .
34629 Language=Turkish
34630 October%0
34631 .
34632 Language=Chinese
34633 October%0
34634 .
34635 Language=Taiwanese
34636 October%0
34637 .
34638
34639 MessageId=5051
34640 Severity=Success
34641 Facility=System
34642 SymbolicName=APPERR2_5051
34643 Language=English
34644 November%0
34645 .
34646 Language=Polish
34647 November%0
34648 .
34649 Language=Romanian
34650 November%0
34651 .
34652 Language=Russian
34653 November%0
34654 .
34655 Language=Spanish
34656 November%0
34657 .
34658 Language=Turkish
34659 November%0
34660 .
34661 Language=Chinese
34662 November%0
34663 .
34664 Language=Taiwanese
34665 November%0
34666 .
34667
34668 MessageId=5052
34669 Severity=Success
34670 Facility=System
34671 SymbolicName=APPERR2_5052
34672 Language=English
34673 December%0
34674 .
34675 Language=Polish
34676 December%0
34677 .
34678 Language=Romanian
34679 December%0
34680 .
34681 Language=Russian
34682 December%0
34683 .
34684 Language=Spanish
34685 December%0
34686 .
34687 Language=Turkish
34688 December%0
34689 .
34690 Language=Chinese
34691 December%0
34692 .
34693 Language=Taiwanese
34694 December%0
34695 .
34696
34697 MessageId=5053
34698 Severity=Success
34699 Facility=System
34700 SymbolicName=APPERR2_5053
34701 Language=English
34702 Jan%0
34703 .
34704 Language=Polish
34705 Jan%0
34706 .
34707 Language=Romanian
34708 Jan%0
34709 .
34710 Language=Russian
34711 Jan%0
34712 .
34713 Language=Spanish
34714 Jan%0
34715 .
34716 Language=Turkish
34717 Jan%0
34718 .
34719 Language=Chinese
34720 Jan%0
34721 .
34722 Language=Taiwanese
34723 Jan%0
34724 .
34725
34726 MessageId=5054
34727 Severity=Success
34728 Facility=System
34729 SymbolicName=APPERR2_5054
34730 Language=English
34731 Feb%0
34732 .
34733 Language=Polish
34734 Feb%0
34735 .
34736 Language=Romanian
34737 Feb%0
34738 .
34739 Language=Russian
34740 Feb%0
34741 .
34742 Language=Spanish
34743 Feb%0
34744 .
34745 Language=Turkish
34746 Feb%0
34747 .
34748 Language=Chinese
34749 Feb%0
34750 .
34751 Language=Taiwanese
34752 Feb%0
34753 .
34754
34755 MessageId=5055
34756 Severity=Success
34757 Facility=System
34758 SymbolicName=APPERR2_5055
34759 Language=English
34760 Mar%0
34761 .
34762 Language=Polish
34763 Mar%0
34764 .
34765 Language=Romanian
34766 Mar%0
34767 .
34768 Language=Russian
34769 Mar%0
34770 .
34771 Language=Spanish
34772 Mar%0
34773 .
34774 Language=Turkish
34775 Mar%0
34776 .
34777 Language=Chinese
34778 Mar%0
34779 .
34780 Language=Taiwanese
34781 Mar%0
34782 .
34783
34784 MessageId=5056
34785 Severity=Success
34786 Facility=System
34787 SymbolicName=APPERR2_5056
34788 Language=English
34789 Apr%0
34790 .
34791 Language=Polish
34792 Apr%0
34793 .
34794 Language=Romanian
34795 Apr%0
34796 .
34797 Language=Russian
34798 Apr%0
34799 .
34800 Language=Spanish
34801 Apr%0
34802 .
34803 Language=Turkish
34804 Apr%0
34805 .
34806 Language=Chinese
34807 Apr%0
34808 .
34809 Language=Taiwanese
34810 Apr%0
34811 .
34812
34813 MessageId=5057
34814 Severity=Success
34815 Facility=System
34816 SymbolicName=APPERR2_5057
34817 Language=English
34818 May%0
34819 .
34820 Language=Polish
34821 May%0
34822 .
34823 Language=Romanian
34824 May%0
34825 .
34826 Language=Russian
34827 May%0
34828 .
34829 Language=Spanish
34830 May%0
34831 .
34832 Language=Turkish
34833 May%0
34834 .
34835 Language=Chinese
34836 May%0
34837 .
34838 Language=Taiwanese
34839 May%0
34840 .
34841
34842 MessageId=5058
34843 Severity=Success
34844 Facility=System
34845 SymbolicName=APPERR2_5058
34846 Language=English
34847 Jun%0
34848 .
34849 Language=Polish
34850 Jun%0
34851 .
34852 Language=Romanian
34853 Jun%0
34854 .
34855 Language=Russian
34856 Jun%0
34857 .
34858 Language=Spanish
34859 Jun%0
34860 .
34861 Language=Turkish
34862 Jun%0
34863 .
34864 Language=Chinese
34865 Jun%0
34866 .
34867 Language=Taiwanese
34868 Jun%0
34869 .
34870
34871 MessageId=5059
34872 Severity=Success
34873 Facility=System
34874 SymbolicName=APPERR2_5059
34875 Language=English
34876 Jul%0
34877 .
34878 Language=Polish
34879 Jul%0
34880 .
34881 Language=Romanian
34882 Jul%0
34883 .
34884 Language=Russian
34885 Jul%0
34886 .
34887 Language=Spanish
34888 Jul%0
34889 .
34890 Language=Turkish
34891 Jul%0
34892 .
34893 Language=Chinese
34894 Jul%0
34895 .
34896 Language=Taiwanese
34897 Jul%0
34898 .
34899
34900 MessageId=5060
34901 Severity=Success
34902 Facility=System
34903 SymbolicName=APPERR2_5060
34904 Language=English
34905 Aug%0
34906 .
34907 Language=Polish
34908 Aug%0
34909 .
34910 Language=Romanian
34911 Aug%0
34912 .
34913 Language=Russian
34914 Aug%0
34915 .
34916 Language=Spanish
34917 Aug%0
34918 .
34919 Language=Turkish
34920 Aug%0
34921 .
34922 Language=Chinese
34923 Aug%0
34924 .
34925 Language=Taiwanese
34926 Aug%0
34927 .
34928
34929 MessageId=5061
34930 Severity=Success
34931 Facility=System
34932 SymbolicName=APPERR2_5061
34933 Language=English
34934 Sep%0
34935 .
34936 Language=Polish
34937 Sep%0
34938 .
34939 Language=Romanian
34940 Sep%0
34941 .
34942 Language=Russian
34943 Sep%0
34944 .
34945 Language=Spanish
34946 Sep%0
34947 .
34948 Language=Turkish
34949 Sep%0
34950 .
34951 Language=Chinese
34952 Sep%0
34953 .
34954 Language=Taiwanese
34955 Sep%0
34956 .
34957
34958 MessageId=5062
34959 Severity=Success
34960 Facility=System
34961 SymbolicName=APPERR2_5062
34962 Language=English
34963 Oct%0
34964 .
34965 Language=Polish
34966 Oct%0
34967 .
34968 Language=Romanian
34969 Oct%0
34970 .
34971 Language=Russian
34972 Oct%0
34973 .
34974 Language=Spanish
34975 Oct%0
34976 .
34977 Language=Turkish
34978 Oct%0
34979 .
34980 Language=Chinese
34981 Oct%0
34982 .
34983 Language=Taiwanese
34984 Oct%0
34985 .
34986
34987 MessageId=5063
34988 Severity=Success
34989 Facility=System
34990 SymbolicName=APPERR2_5063
34991 Language=English
34992 Nov%0
34993 .
34994 Language=Polish
34995 Nov%0
34996 .
34997 Language=Romanian
34998 Nov%0
34999 .
35000 Language=Russian
35001 Nov%0
35002 .
35003 Language=Spanish
35004 Nov%0
35005 .
35006 Language=Turkish
35007 Nov%0
35008 .
35009 Language=Chinese
35010 Nov%0
35011 .
35012 Language=Taiwanese
35013 Nov%0
35014 .
35015
35016 MessageId=5064
35017 Severity=Success
35018 Facility=System
35019 SymbolicName=APPERR2_5064
35020 Language=English
35021 Dec%0
35022 .
35023 Language=Polish
35024 Dec%0
35025 .
35026 Language=Romanian
35027 Dec%0
35028 .
35029 Language=Russian
35030 Dec%0
35031 .
35032 Language=Spanish
35033 Dec%0
35034 .
35035 Language=Turkish
35036 Dec%0
35037 .
35038 Language=Chinese
35039 Dec%0
35040 .
35041 Language=Taiwanese
35042 Dec%0
35043 .
35044
35045 MessageId=5065
35046 Severity=Success
35047 Facility=System
35048 SymbolicName=APPERR2_5065
35049 Language=English
35050 D%0
35051 .
35052 Language=Polish
35053 D%0
35054 .
35055 Language=Romanian
35056 D%0
35057 .
35058 Language=Russian
35059 D%0
35060 .
35061 Language=Spanish
35062 D%0
35063 .
35064 Language=Turkish
35065 D%0
35066 .
35067 Language=Chinese
35068 D%0
35069 .
35070 Language=Taiwanese
35071 D%0
35072 .
35073
35074 MessageId=5066
35075 Severity=Success
35076 Facility=System
35077 SymbolicName=APPERR2_506
35078 Language=English
35079 H%0
35080 .
35081 Language=Polish
35082 H%0
35083 .
35084 Language=Romanian
35085 H%0
35086 .
35087 Language=Russian
35088 H%0
35089 .
35090 Language=Spanish
35091 H%0
35092 .
35093 Language=Turkish
35094 H%0
35095 .
35096 Language=Chinese
35097 H%0
35098 .
35099 Language=Taiwanese
35100 H%0
35101 .
35102
35103 MessageId=5067
35104 Severity=Success
35105 Facility=System
35106 SymbolicName=APPERR2_5067
35107 Language=English
35108 M%0
35109 .
35110 Language=Polish
35111 M%0
35112 .
35113 Language=Romanian
35114 M%0
35115 .
35116 Language=Russian
35117 M%0
35118 .
35119 Language=Spanish
35120 M%0
35121 .
35122 Language=Turkish
35123 M%0
35124 .
35125 Language=Chinese
35126 M%0
35127 .
35128 Language=Taiwanese
35129 M%0
35130 .
35131
35132 MessageId=5068
35133 Severity=Success
35134 Facility=System
35135 SymbolicName=APPERR2_5068
35136 Language=English
35137 Sa%0
35138 .
35139 Language=Polish
35140 Sa%0
35141 .
35142 Language=Romanian
35143 Sa%0
35144 .
35145 Language=Russian
35146 Sa%0
35147 .
35148 Language=Spanish
35149 Sa%0
35150 .
35151 Language=Turkish
35152 Sa%0
35153 .
35154 Language=Chinese
35155 Sa%0
35156 .
35157 Language=Taiwanese
35158 Sa%0
35159 .
35160
35161 MessageId=5070
35162 Severity=Success
35163 Facility=System
35164 SymbolicName=APPERR2_5070
35165 Language=English
35166 PRIMARY%0.
35167 .
35168 Language=Polish
35169 PRIMARY%0.
35170 .
35171 Language=Romanian
35172 PRIMARY%0.
35173 .
35174 Language=Russian
35175 PRIMARY%0.
35176 .
35177 Language=Spanish
35178 PRIMARY%0.
35179 .
35180 Language=Turkish
35181 PRIMARY%0.
35182 .
35183 Language=Chinese
35184 PRIMARY%0.
35185 .
35186 Language=Taiwanese
35187 PRIMARY%0.
35188 .
35189
35190 MessageId=5071
35191 Severity=Success
35192 Facility=System
35193 SymbolicName=APPERR2_5071
35194 Language=English
35195 BACKUP%0.
35196 .
35197 Language=Polish
35198 BACKUP%0.
35199 .
35200 Language=Romanian
35201 BACKUP%0.
35202 .
35203 Language=Russian
35204 BACKUP%0.
35205 .
35206 Language=Spanish
35207 BACKUP%0.
35208 .
35209 Language=Turkish
35210 BACKUP%0.
35211 .
35212 Language=Chinese
35213 BACKUP%0.
35214 .
35215 Language=Taiwanese
35216 BACKUP%0.
35217 .
35218
35219 MessageId=5072
35220 Severity=Success
35221 Facility=System
35222 SymbolicName=APPERR2_5072
35223 Language=English
35224 WORKSTATION%0.
35225 .
35226 Language=Polish
35227 WORKSTATION%0.
35228 .
35229 Language=Romanian
35230 WORKSTATION%0.
35231 .
35232 Language=Russian
35233 WORKSTATION%0.
35234 .
35235 Language=Spanish
35236 WORKSTATION%0.
35237 .
35238 Language=Turkish
35239 WORKSTATION%0.
35240 .
35241 Language=Chinese
35242 WORKSTATION%0.
35243 .
35244 Language=Taiwanese
35245 WORKSTATION%0.
35246 .
35247
35248 MessageId=5073
35249 Severity=Success
35250 Facility=System
35251 SymbolicName=APPERR2_5073
35252 Language=English
35253 SERVER%0.
35254 .
35255 Language=Polish
35256 SERVER%0.
35257 .
35258 Language=Romanian
35259 SERVER%0.
35260 .
35261 Language=Russian
35262 SERVER%0.
35263 .
35264 Language=Spanish
35265 SERVER%0.
35266 .
35267 Language=Turkish
35268 SERVER%0.
35269 .
35270 Language=Chinese
35271 SERVER%0.
35272 .
35273 Language=Taiwanese
35274 SERVER%0.
35275 .
35276
35277 MessageId=5080
35278 Severity=Success
35279 Facility=System
35280 SymbolicName=APPERR2_5080
35281 Language=English
35282 System Default%0
35283 .
35284 Language=Polish
35285 System Default%0
35286 .
35287 Language=Romanian
35288 System Default%0
35289 .
35290 Language=Russian
35291 System Default%0
35292 .
35293 Language=Spanish
35294 System Default%0
35295 .
35296 Language=Turkish
35297 System Default%0
35298 .
35299 Language=Chinese
35300 System Default%0
35301 .
35302 Language=Taiwanese
35303 System Default%0
35304 .
35305
35306 MessageId=5081
35307 Severity=Success
35308 Facility=System
35309 SymbolicName=APPERR2_5081
35310 Language=English
35311 United States%0
35312 .
35313 Language=Polish
35314 United States%0
35315 .
35316 Language=Romanian
35317 United States%0
35318 .
35319 Language=Russian
35320 United States%0
35321 .
35322 Language=Spanish
35323 United States%0
35324 .
35325 Language=Turkish
35326 United States%0
35327 .
35328 Language=Chinese
35329 United States%0
35330 .
35331 Language=Taiwanese
35332 United States%0
35333 .
35334
35335 MessageId=5082
35336 Severity=Success
35337 Facility=System
35338 SymbolicName=APPERR2_5082
35339 Language=English
35340 Canada (French)%0
35341 .
35342 Language=Polish
35343 Canada (French)%0
35344 .
35345 Language=Romanian
35346 Canada (French)%0
35347 .
35348 Language=Russian
35349 Canada (French)%0
35350 .
35351 Language=Spanish
35352 Canada (French)%0
35353 .
35354 Language=Turkish
35355 Canada (French)%0
35356 .
35357 Language=Chinese
35358 Canada (French)%0
35359 .
35360 Language=Taiwanese
35361 Canada (French)%0
35362 .
35363
35364 MessageId=5083
35365 Severity=Success
35366 Facility=System
35367 SymbolicName=APPERR2_5083
35368 Language=English
35369 Latin America%0
35370 .
35371 Language=Polish
35372 Latin America%0
35373 .
35374 Language=Romanian
35375 Latin America%0
35376 .
35377 Language=Russian
35378 Latin America%0
35379 .
35380 Language=Spanish
35381 Latin America%0
35382 .
35383 Language=Turkish
35384 Latin America%0
35385 .
35386 Language=Chinese
35387 Latin America%0
35388 .
35389 Language=Taiwanese
35390 Latin America%0
35391 .
35392
35393 MessageId=5084
35394 Severity=Success
35395 Facility=System
35396 SymbolicName=APPERR2_5084
35397 Language=English
35398 Netherlands%0
35399 .
35400 Language=Polish
35401 Netherlands%0
35402 .
35403 Language=Romanian
35404 Netherlands%0
35405 .
35406 Language=Russian
35407 Netherlands%0
35408 .
35409 Language=Spanish
35410 Netherlands%0
35411 .
35412 Language=Turkish
35413 Netherlands%0
35414 .
35415 Language=Chinese
35416 Netherlands%0
35417 .
35418 Language=Taiwanese
35419 Netherlands%0
35420 .
35421
35422 MessageId=5085
35423 Severity=Success
35424 Facility=System
35425 SymbolicName=APPERR2_5085
35426 Language=English
35427 Belgium%0
35428 .
35429 Language=Polish
35430 Belgium%0
35431 .
35432 Language=Romanian
35433 Belgium%0
35434 .
35435 Language=Russian
35436 Belgium%0
35437 .
35438 Language=Spanish
35439 Belgium%0
35440 .
35441 Language=Turkish
35442 Belgium%0
35443 .
35444 Language=Chinese
35445 Belgium%0
35446 .
35447 Language=Taiwanese
35448 Belgium%0
35449 .
35450
35451 MessageId=5086
35452 Severity=Success
35453 Facility=System
35454 SymbolicName=APPERR2_5086
35455 Language=English
35456 France%0
35457 .
35458 Language=Polish
35459 France%0
35460 .
35461 Language=Romanian
35462 France%0
35463 .
35464 Language=Russian
35465 France%0
35466 .
35467 Language=Spanish
35468 France%0
35469 .
35470 Language=Turkish
35471 France%0
35472 .
35473 Language=Chinese
35474 France%0
35475 .
35476 Language=Taiwanese
35477 France%0
35478 .
35479
35480 MessageId=5087
35481 Severity=Success
35482 Facility=System
35483 SymbolicName=APPERR2_5087
35484 Language=English
35485 Italy%0
35486 .
35487 Language=Polish
35488 Italy%0
35489 .
35490 Language=Romanian
35491 Italy%0
35492 .
35493 Language=Russian
35494 Italy%0
35495 .
35496 Language=Spanish
35497 Italy%0
35498 .
35499 Language=Turkish
35500 Italy%0
35501 .
35502 Language=Chinese
35503 Italy%0
35504 .
35505 Language=Taiwanese
35506 Italy%0
35507 .
35508
35509 MessageId=5088
35510 Severity=Success
35511 Facility=System
35512 SymbolicName=APPERR2_5088
35513 Language=English
35514 Switzerland%0
35515 .
35516 Language=Polish
35517 Switzerland%0
35518 .
35519 Language=Romanian
35520 Switzerland%0
35521 .
35522 Language=Russian
35523 Switzerland%0
35524 .
35525 Language=Spanish
35526 Switzerland%0
35527 .
35528 Language=Turkish
35529 Switzerland%0
35530 .
35531 Language=Chinese
35532 Switzerland%0
35533 .
35534 Language=Taiwanese
35535 Switzerland%0
35536 .
35537
35538 MessageId=5089
35539 Severity=Success
35540 Facility=System
35541 SymbolicName=APPERR2_5089
35542 Language=English
35543 United Kingdom%0
35544 .
35545 Language=Polish
35546 United Kingdom%0
35547 .
35548 Language=Romanian
35549 United Kingdom%0
35550 .
35551 Language=Russian
35552 United Kingdom%0
35553 .
35554 Language=Spanish
35555 United Kingdom%0
35556 .
35557 Language=Turkish
35558 United Kingdom%0
35559 .
35560 Language=Chinese
35561 United Kingdom%0
35562 .
35563 Language=Taiwanese
35564 United Kingdom%0
35565 .
35566
35567 MessageId=5090
35568 Severity=Success
35569 Facility=System
35570 SymbolicName=APPERR2_5090
35571 Language=English
35572 Spain%0
35573 .
35574 Language=Polish
35575 Spain%0
35576 .
35577 Language=Romanian
35578 Spain%0
35579 .
35580 Language=Russian
35581 Spain%0
35582 .
35583 Language=Spanish
35584 Spain%0
35585 .
35586 Language=Turkish
35587 Spain%0
35588 .
35589 Language=Chinese
35590 Spain%0
35591 .
35592 Language=Taiwanese
35593 Spain%0
35594 .
35595
35596 MessageId=5091
35597 Severity=Success
35598 Facility=System
35599 SymbolicName=APPERR2_5091
35600 Language=English
35601 Denmark%0
35602 .
35603 Language=Polish
35604 Denmark%0
35605 .
35606 Language=Romanian
35607 Denmark%0
35608 .
35609 Language=Russian
35610 Denmark%0
35611 .
35612 Language=Spanish
35613 Denmark%0
35614 .
35615 Language=Turkish
35616 Denmark%0
35617 .
35618 Language=Chinese
35619 Denmark%0
35620 .
35621 Language=Taiwanese
35622 Denmark%0
35623 .
35624
35625 MessageId=5092
35626 Severity=Success
35627 Facility=System
35628 SymbolicName=APPERR2_5092
35629 Language=English
35630 Sweden%0
35631 .
35632 Language=Polish
35633 Sweden%0
35634 .
35635 Language=Romanian
35636 Sweden%0
35637 .
35638 Language=Russian
35639 Sweden%0
35640 .
35641 Language=Spanish
35642 Sweden%0
35643 .
35644 Language=Turkish
35645 Sweden%0
35646 .
35647 Language=Chinese
35648 Sweden%0
35649 .
35650 Language=Taiwanese
35651 Sweden%0
35652 .
35653
35654 MessageId=5093
35655 Severity=Success
35656 Facility=System
35657 SymbolicName=APPERR2_5093
35658 Language=English
35659 Norway%0
35660 .
35661 Language=Polish
35662 Norway%0
35663 .
35664 Language=Romanian
35665 Norway%0
35666 .
35667 Language=Russian
35668 Norway%0
35669 .
35670 Language=Spanish
35671 Norway%0
35672 .
35673 Language=Turkish
35674 Norway%0
35675 .
35676 Language=Chinese
35677 Norway%0
35678 .
35679 Language=Taiwanese
35680 Norway%0
35681 .
35682
35683 MessageId=5094
35684 Severity=Success
35685 Facility=System
35686 SymbolicName=APPERR2_5094
35687 Language=English
35688 Germany%0
35689 .
35690 Language=Polish
35691 Germany%0
35692 .
35693 Language=Romanian
35694 Germany%0
35695 .
35696 Language=Russian
35697 Germany%0
35698 .
35699 Language=Spanish
35700 Germany%0
35701 .
35702 Language=Turkish
35703 Germany%0
35704 .
35705 Language=Chinese
35706 Germany%0
35707 .
35708 Language=Taiwanese
35709 Germany%0
35710 .
35711
35712 MessageId=5095
35713 Severity=Success
35714 Facility=System
35715 SymbolicName=APPERR2_5095
35716 Language=English
35717 Australia%0
35718 .
35719 Language=Polish
35720 Australia%0
35721 .
35722 Language=Romanian
35723 Australia%0
35724 .
35725 Language=Russian
35726 Australia%0
35727 .
35728 Language=Spanish
35729 Australia%0
35730 .
35731 Language=Turkish
35732 Australia%0
35733 .
35734 Language=Chinese
35735 Australia%0
35736 .
35737 Language=Taiwanese
35738 Australia%0
35739 .
35740
35741 MessageId=5096
35742 Severity=Success
35743 Facility=System
35744 SymbolicName=APPERR2_5096
35745 Language=English
35746 Japan%0
35747 .
35748 Language=Polish
35749 Japan%0
35750 .
35751 Language=Romanian
35752 Japan%0
35753 .
35754 Language=Russian
35755 Japan%0
35756 .
35757 Language=Spanish
35758 Japan%0
35759 .
35760 Language=Turkish
35761 Japan%0
35762 .
35763 Language=Chinese
35764 Japan%0
35765 .
35766 Language=Taiwanese
35767 Japan%0
35768 .
35769
35770 MessageId=5097
35771 Severity=Success
35772 Facility=System
35773 SymbolicName=APPERR2_5097
35774 Language=English
35775 Korea%0
35776 .
35777 Language=Polish
35778 Korea%0
35779 .
35780 Language=Romanian
35781 Korea%0
35782 .
35783 Language=Russian
35784 Korea%0
35785 .
35786 Language=Spanish
35787 Korea%0
35788 .
35789 Language=Turkish
35790 Korea%0
35791 .
35792 Language=Chinese
35793 Korea%0
35794 .
35795 Language=Taiwanese
35796 Korea%0
35797 .
35798
35799 MessageId=5098
35800 Severity=Success
35801 Facility=System
35802 SymbolicName=APPERR2_5098
35803 Language=English
35804 China (PRC)%0
35805 .
35806 Language=Polish
35807 China (PRC)%0
35808 .
35809 Language=Romanian
35810 China (PRC)%0
35811 .
35812 Language=Russian
35813 China (PRC)%0
35814 .
35815 Language=Spanish
35816 China (PRC)%0
35817 .
35818 Language=Turkish
35819 China (PRC)%0
35820 .
35821 Language=Chinese
35822 China (PRC)%0
35823 .
35824 Language=Taiwanese
35825 China (PRC)%0
35826 .
35827
35828 MessageId=5099
35829 Severity=Success
35830 Facility=System
35831 SymbolicName=APPERR2_5099
35832 Language=English
35833 Taiwan%0
35834 .
35835 Language=Polish
35836 Taiwan%0
35837 .
35838 Language=Romanian
35839 Taiwan%0
35840 .
35841 Language=Russian
35842 Taiwan%0
35843 .
35844 Language=Spanish
35845 Taiwan%0
35846 .
35847 Language=Turkish
35848 Taiwan%0
35849 .
35850 Language=Chinese
35851 Taiwan%0
35852 .
35853 Language=Taiwanese
35854 Taiwan%0
35855 .
35856
35857 MessageId=5100
35858 Severity=Success
35859 Facility=System
35860 SymbolicName=APPERR2_5100
35861 Language=English
35862 Asia%0
35863 .
35864 Language=Polish
35865 Asia%0
35866 .
35867 Language=Romanian
35868 Asia%0
35869 .
35870 Language=Russian
35871 Asia%0
35872 .
35873 Language=Spanish
35874 Asia%0
35875 .
35876 Language=Turkish
35877 Asia%0
35878 .
35879 Language=Chinese
35880 Asia%0
35881 .
35882 Language=Taiwanese
35883 Asia%0
35884 .
35885
35886 MessageId=5101
35887 Severity=Success
35888 Facility=System
35889 SymbolicName=APPERR2_5101
35890 Language=English
35891 Portugal%0
35892 .
35893 Language=Polish
35894 Portugal%0
35895 .
35896 Language=Romanian
35897 Portugal%0
35898 .
35899 Language=Russian
35900 Portugal%0
35901 .
35902 Language=Spanish
35903 Portugal%0
35904 .
35905 Language=Turkish
35906 Portugal%0
35907 .
35908 Language=Chinese
35909 Portugal%0
35910 .
35911 Language=Taiwanese
35912 Portugal%0
35913 .
35914
35915 MessageId=5102
35916 Severity=Success
35917 Facility=System
35918 SymbolicName=APPERR2_5102
35919 Language=English
35920 Finland%0
35921 .
35922 Language=Polish
35923 Finland%0
35924 .
35925 Language=Romanian
35926 Finland%0
35927 .
35928 Language=Russian
35929 Finland%0
35930 .
35931 Language=Spanish
35932 Finland%0
35933 .
35934 Language=Turkish
35935 Finland%0
35936 .
35937 Language=Chinese
35938 Finland%0
35939 .
35940 Language=Taiwanese
35941 Finland%0
35942 .
35943
35944 MessageId=5103
35945 Severity=Success
35946 Facility=System
35947 SymbolicName=APPERR2_5103
35948 Language=English
35949 Arabic%0
35950 .
35951 Language=Polish
35952 Arabic%0
35953 .
35954 Language=Romanian
35955 Arabic%0
35956 .
35957 Language=Russian
35958 Arabic%0
35959 .
35960 Language=Spanish
35961 Arabic%0
35962 .
35963 Language=Turkish
35964 Arabic%0
35965 .
35966 Language=Chinese
35967 Arabic%0
35968 .
35969 Language=Taiwanese
35970 Arabic%0
35971 .
35972
35973 MessageId=5104
35974 Severity=Success
35975 Facility=System
35976 SymbolicName=APPERR2_5104
35977 Language=English
35978 Hebrew%0
35979 .
35980 Language=Polish
35981 Hebrew%0
35982 .
35983 Language=Romanian
35984 Hebrew%0
35985 .
35986 Language=Russian
35987 Hebrew%0
35988 .
35989 Language=Spanish
35990 Hebrew%0
35991 .
35992 Language=Turkish
35993 Hebrew%0
35994 .
35995 Language=Chinese
35996 Hebrew%0
35997 .
35998 Language=Taiwanese
35999 Hebrew%0
36000 .
36001
36002 MessageId=5150
36003 Severity=Success
36004 Facility=System
36005 SymbolicName=APPERR2_5150
36006 Language=English
36007 A power failure has occurred at %1. Please terminate all activity with this server.
36008 .
36009 Language=Polish
36010 A power failure has occurred at %1. Please terminate all activity with this server.
36011 .
36012 Language=Romanian
36013 A power failure has occurred at %1. Please terminate all activity with this server.
36014 .
36015 Language=Russian
36016 A power failure has occurred at %1. Please terminate all activity with this server.
36017 .
36018 Language=Spanish
36019 A power failure has occurred at %1. Please terminate all activity with this server.
36020 .
36021 Language=Turkish
36022 A power failure has occurred at %1. Please terminate all activity with this server.
36023 .
36024 Language=Chinese
36025 A power failure has occurred at %1. Please terminate all activity with this server.
36026 .
36027 Language=Taiwanese
36028 A power failure has occurred at %1. Please terminate all activity with this server.
36029 .
36030
36031 MessageId=5151
36032 Severity=Success
36033 Facility=System
36034 SymbolicName=APPERR2_5151
36035 Language=English
36036 Power has been restored at %1. Normal operations have resumed.
36037 .
36038 Language=Polish
36039 Power has been restored at %1. Normal operations have resumed.
36040 .
36041 Language=Romanian
36042 Power has been restored at %1. Normal operations have resumed.
36043 .
36044 Language=Russian
36045 Power has been restored at %1. Normal operations have resumed.
36046 .
36047 Language=Spanish
36048 Power has been restored at %1. Normal operations have resumed.
36049 .
36050 Language=Turkish
36051 Power has been restored at %1. Normal operations have resumed.
36052 .
36053 Language=Chinese
36054 Power has been restored at %1. Normal operations have resumed.
36055 .
36056 Language=Taiwanese
36057 Power has been restored at %1. Normal operations have resumed.
36058 .
36059
36060 MessageId=5152
36061 Severity=Success
36062 Facility=System
36063 SymbolicName=APPERR2_5152
36064 Language=English
36065 The UPS service is starting shut down at %1.
36066 .
36067 Language=Polish
36068 The UPS service is starting shut down at %1.
36069 .
36070 Language=Romanian
36071 The UPS service is starting shut down at %1.
36072 .
36073 Language=Russian
36074 The UPS service is starting shut down at %1.
36075 .
36076 Language=Spanish
36077 The UPS service is starting shut down at %1.
36078 .
36079 Language=Turkish
36080 The UPS service is starting shut down at %1.
36081 .
36082 Language=Chinese
36083 The UPS service is starting shut down at %1.
36084 .
36085 Language=Taiwanese
36086 The UPS service is starting shut down at %1.
36087 .
36088
36089 MessageId=5153
36090 Severity=Success
36091 Facility=System
36092 SymbolicName=APPERR2_5153
36093 Language=English
36094 The UPS service is about to perform final shut down.
36095 .
36096 Language=Polish
36097 The UPS service is about to perform final shut down.
36098 .
36099 Language=Romanian
36100 The UPS service is about to perform final shut down.
36101 .
36102 Language=Russian
36103 The UPS service is about to perform final shut down.
36104 .
36105 Language=Spanish
36106 The UPS service is about to perform final shut down.
36107 .
36108 Language=Turkish
36109 The UPS service is about to perform final shut down.
36110 .
36111 Language=Chinese
36112 The UPS service is about to perform final shut down.
36113 .
36114 Language=Taiwanese
36115 The UPS service is about to perform final shut down.
36116 .
36117
36118 MessageId=5170
36119 Severity=Success
36120 Facility=System
36121 SymbolicName=APPERR2_5170
36122 Language=English
36123 The Workstation must be started with the NET START command.
36124 .
36125 Language=Polish
36126 The Workstation must be started with the NET START command.
36127 .
36128 Language=Romanian
36129 The Workstation must be started with the NET START command.
36130 .
36131 Language=Russian
36132 The Workstation must be started with the NET START command.
36133 .
36134 Language=Spanish
36135 The Workstation must be started with the NET START command.
36136 .
36137 Language=Turkish
36138 The Workstation must be started with the NET START command.
36139 .
36140 Language=Chinese
36141 The Workstation must be started with the NET START command.
36142 .
36143 Language=Taiwanese
36144 The Workstation must be started with the NET START command.
36145 .
36146
36147 MessageId=5175
36148 Severity=Success
36149 Facility=System
36150 SymbolicName=APPERR2_5175
36151 Language=English
36152 Remote IPC%0
36153 .
36154 Language=Polish
36155 Remote IPC%0
36156 .
36157 Language=Romanian
36158 Remote IPC%0
36159 .
36160 Language=Russian
36161 Remote IPC%0
36162 .
36163 Language=Spanish
36164 Remote IPC%0
36165 .
36166 Language=Turkish
36167 Remote IPC%0
36168 .
36169 Language=Chinese
36170 Remote IPC%0
36171 .
36172 Language=Taiwanese
36173 Remote IPC%0
36174 .
36175
36176 MessageId=5176
36177 Severity=Success
36178 Facility=System
36179 SymbolicName=APPERR2_5176
36180 Language=English
36181 Remote Admin%0
36182 .
36183 Language=Polish
36184 Remote Admin%0
36185 .
36186 Language=Romanian
36187 Remote Admin%0
36188 .
36189 Language=Russian
36190 Remote Admin%0
36191 .
36192 Language=Spanish
36193 Remote Admin%0
36194 .
36195 Language=Turkish
36196 Remote Admin%0
36197 .
36198 Language=Chinese
36199 Remote Admin%0
36200 .
36201 Language=Taiwanese
36202 Remote Admin%0
36203 .
36204
36205 MessageId=5177
36206 Severity=Success
36207 Facility=System
36208 SymbolicName=APPERR2_5177
36209 Language=English
36210 Default share%0
36211 .
36212 Language=Polish
36213 Default share%0
36214 .
36215 Language=Romanian
36216 Default share%0
36217 .
36218 Language=Russian
36219 Default share%0
36220 .
36221 Language=Spanish
36222 Default share%0
36223 .
36224 Language=Turkish
36225 Default share%0
36226 .
36227 Language=Chinese
36228 Default share%0
36229 .
36230 Language=Taiwanese
36231 Default share%0
36232 .
36233
36234 MessageId=5280
36235 Severity=Success
36236 Facility=System
36237 SymbolicName=APPERR2_5280
36238 Language=English
36239 The password entered is longer than 14 characters. Computers\n
36240 with Windows prior to Windows 2000 will not be able to use\n
36241 this account. Do you want to continue this operation? %1: %0
36242 .
36243 Language=Polish
36244 The password entered is longer than 14 characters. Computers\n
36245 with Windows prior to Windows 2000 will not be able to use\n
36246 this account. Do you want to continue this operation? %1: %0
36247 .
36248 Language=Romanian
36249 The password entered is longer than 14 characters. Computers\n
36250 with Windows prior to Windows 2000 will not be able to use\n
36251 this account. Do you want to continue this operation? %1: %0
36252 .
36253 Language=Russian
36254 The password entered is longer than 14 characters. Computers\n
36255 with Windows prior to Windows 2000 will not be able to use\n
36256 this account. Do you want to continue this operation? %1: %0
36257 .
36258 Language=Spanish
36259 The password entered is longer than 14 characters. Computers\n
36260 with Windows prior to Windows 2000 will not be able to use\n
36261 this account. Do you want to continue this operation? %1: %0
36262 .
36263 Language=Turkish
36264 The password entered is longer than 14 characters. Computers\n
36265 with Windows prior to Windows 2000 will not be able to use\n
36266 this account. Do you want to continue this operation? %1: %0
36267 .
36268 Language=Chinese
36269 The password entered is longer than 14 characters. Computers\n
36270 with Windows prior to Windows 2000 will not be able to use\n
36271 this account. Do you want to continue this operation? %1: %0
36272 .
36273 Language=Taiwanese
36274 The password entered is longer than 14 characters. Computers\n
36275 with Windows prior to Windows 2000 will not be able to use\n
36276 this account. Do you want to continue this operation? %1: %0
36277 .
36278
36279 MessageId=5281
36280 Severity=Success
36281 Facility=System
36282 SymbolicName=APPERR2_5281
36283 Language=English
36284 %1 has a remembered connection to %2. Do you\n
36285 want to overwrite the remembered connection? %3: %0
36286 .
36287 Language=Polish
36288 %1 has a remembered connection to %2. Do you\n
36289 want to overwrite the remembered connection? %3: %0
36290 .
36291 Language=Romanian
36292 %1 has a remembered connection to %2. Do you\n
36293 want to overwrite the remembered connection? %3: %0
36294 .
36295 Language=Russian
36296 %1 has a remembered connection to %2. Do you\n
36297 want to overwrite the remembered connection? %3: %0
36298 .
36299 Language=Spanish
36300 %1 has a remembered connection to %2. Do you\n
36301 want to overwrite the remembered connection? %3: %0
36302 .
36303 Language=Turkish
36304 %1 has a remembered connection to %2. Do you\n
36305 want to overwrite the remembered connection? %3: %0
36306 .
36307 Language=Chinese
36308 %1 has a remembered connection to %2. Do you\n
36309 want to overwrite the remembered connection? %3: %0
36310 .
36311 Language=Taiwanese
36312 %1 has a remembered connection to %2. Do you\n
36313 want to overwrite the remembered connection? %3: %0
36314 .
36315
36316 MessageId=5282
36317 Severity=Success
36318 Facility=System
36319 SymbolicName=APPERR2_5282
36320 Language=English
36321 Do you want to resume loading the profile? The command which\n
36322 caused the error will be ignored. %1: %0
36323 .
36324 Language=Polish
36325 Do you want to resume loading the profile? The command which\n
36326 caused the error will be ignored. %1: %0
36327 .
36328 Language=Romanian
36329 Do you want to resume loading the profile? The command which\n
36330 caused the error will be ignored. %1: %0
36331 .
36332 Language=Russian
36333 Do you want to resume loading the profile? The command which\n
36334 caused the error will be ignored. %1: %0
36335 .
36336 Language=Spanish
36337 Do you want to resume loading the profile? The command which\n
36338 caused the error will be ignored. %1: %0
36339 .
36340 Language=Turkish
36341 Do you want to resume loading the profile? The command which\n
36342 caused the error will be ignored. %1: %0
36343 .
36344 Language=Chinese
36345 Do you want to resume loading the profile? The command which\n
36346 caused the error will be ignored. %1: %0
36347 .
36348 Language=Taiwanese
36349 Do you want to resume loading the profile? The command which\n
36350 caused the error will be ignored. %1: %0
36351 .
36352
36353 MessageId=5284
36354 Severity=Success
36355 Facility=System
36356 SymbolicName=APPERR2_5284
36357 Language=English
36358 Do you want to continue this operation? %1: %0
36359 .
36360 Language=Polish
36361 Do you want to continue this operation? %1: %0
36362 .
36363 Language=Romanian
36364 Do you want to continue this operation? %1: %0
36365 .
36366 Language=Russian
36367 Do you want to continue this operation? %1: %0
36368 .
36369 Language=Spanish
36370 Do you want to continue this operation? %1: %0
36371 .
36372 Language=Turkish
36373 Do you want to continue this operation? %1: %0
36374 .
36375 Language=Chinese
36376 Do you want to continue this operation? %1: %0
36377 .
36378 Language=Taiwanese
36379 Do you want to continue this operation? %1: %0
36380 .
36381
36382 MessageId=5285
36383 Severity=Success
36384 Facility=System
36385 SymbolicName=APPERR2_5285
36386 Language=English
36387 Do you want to add this? %1: %0
36388 .
36389 Language=Polish
36390 Do you want to add this? %1: %0
36391 .
36392 Language=Romanian
36393 Do you want to add this? %1: %0
36394 .
36395 Language=Russian
36396 Do you want to add this? %1: %0
36397 .
36398 Language=Spanish
36399 Do you want to add this? %1: %0
36400 .
36401 Language=Turkish
36402 Do you want to add this? %1: %0
36403 .
36404 Language=Chinese
36405 Do you want to add this? %1: %0
36406 .
36407 Language=Taiwanese
36408 Do you want to add this? %1: %0
36409 .
36410
36411 MessageId=5286
36412 Severity=Success
36413 Facility=System
36414 SymbolicName=APPERR2_5286
36415 Language=English
36416 Do you want to continue this operation? %1: %0
36417 .
36418 Language=Polish
36419 Do you want to continue this operation? %1: %0
36420 .
36421 Language=Romanian
36422 Do you want to continue this operation? %1: %0
36423 .
36424 Language=Russian
36425 Do you want to continue this operation? %1: %0
36426 .
36427 Language=Spanish
36428 Do you want to continue this operation? %1: %0
36429 .
36430 Language=Turkish
36431 Do you want to continue this operation? %1: %0
36432 .
36433 Language=Chinese
36434 Do you want to continue this operation? %1: %0
36435 .
36436 Language=Taiwanese
36437 Do you want to continue this operation? %1: %0
36438 .
36439
36440 MessageId=5287
36441 Severity=Success
36442 Facility=System
36443 SymbolicName=APPERR2_5287
36444 Language=English
36445 Is it OK to start it? %1: %0
36446 .
36447 Language=Polish
36448 Is it OK to start it? %1: %0
36449 .
36450 Language=Romanian
36451 Is it OK to start it? %1: %0
36452 .
36453 Language=Russian
36454 Is it OK to start it? %1: %0
36455 .
36456 Language=Spanish
36457 Is it OK to start it? %1: %0
36458 .
36459 Language=Turkish
36460 Is it OK to start it? %1: %0
36461 .
36462 Language=Chinese
36463 Is it OK to start it? %1: %0
36464 .
36465 Language=Taiwanese
36466 Is it OK to start it? %1: %0
36467 .
36468
36469 MessageId=5288
36470 Severity=Success
36471 Facility=System
36472 SymbolicName=APPERR2_5288
36473 Language=English
36474 Do you want to start the Workstation service? %1: %0
36475 .
36476 Language=Polish
36477 Do you want to start the Workstation service? %1: %0
36478 .
36479 Language=Romanian
36480 Do you want to start the Workstation service? %1: %0
36481 .
36482 Language=Russian
36483 Do you want to start the Workstation service? %1: %0
36484 .
36485 Language=Spanish
36486 Do you want to start the Workstation service? %1: %0
36487 .
36488 Language=Turkish
36489 Do you want to start the Workstation service? %1: %0
36490 .
36491 Language=Chinese
36492 Do you want to start the Workstation service? %1: %0
36493 .
36494 Language=Taiwanese
36495 Do you want to start the Workstation service? %1: %0
36496 .
36497
36498 MessageId=5289
36499 Severity=Success
36500 Facility=System
36501 SymbolicName=APPERR2_5289
36502 Language=English
36503 Is it OK to continue disconnecting and force them closed? %1: %0
36504 .
36505 Language=Polish
36506 Is it OK to continue disconnecting and force them closed? %1: %0
36507 .
36508 Language=Romanian
36509 Is it OK to continue disconnecting and force them closed? %1: %0
36510 .
36511 Language=Russian
36512 Is it OK to continue disconnecting and force them closed? %1: %0
36513 .
36514 Language=Spanish
36515 Is it OK to continue disconnecting and force them closed? %1: %0
36516 .
36517 Language=Turkish
36518 Is it OK to continue disconnecting and force them closed? %1: %0
36519 .
36520 Language=Chinese
36521 Is it OK to continue disconnecting and force them closed? %1: %0
36522 .
36523 Language=Taiwanese
36524 Is it OK to continue disconnecting and force them closed? %1: %0
36525 .
36526
36527
36528 MessageId=5290
36529 Severity=Success
36530 Facility=System
36531 SymbolicName=APPERR2_5290
36532 Language=English
36533 The printer does not exist. Do you want to create it? %1: %0
36534 .
36535 Language=Polish
36536 The printer does not exist. Do you want to create it? %1: %0
36537 .
36538 Language=Romanian
36539 The printer does not exist. Do you want to create it? %1: %0
36540 .
36541 Language=Russian
36542 The printer does not exist. Do you want to create it? %1: %0
36543 .
36544 Language=Spanish
36545 The printer does not exist. Do you want to create it? %1: %0
36546 .
36547 Language=Turkish
36548 The printer does not exist. Do you want to create it? %1: %0
36549 .
36550 Language=Chinese
36551 The printer does not exist. Do you want to create it? %1: %0
36552 .
36553 Language=Taiwanese
36554 The printer does not exist. Do you want to create it? %1: %0
36555 .
36556
36557 MessageId=5291
36558 Severity=Success
36559 Facility=System
36560 SymbolicName=APPERR2_5291
36561 Language=English
36562 Never%0
36563 .
36564 Language=Polish
36565 Never%0
36566 .
36567 Language=Romanian
36568 Never%0
36569 .
36570 Language=Russian
36571 Never%0
36572 .
36573 Language=Spanish
36574 Never%0
36575 .
36576 Language=Turkish
36577 Never%0
36578 .
36579 Language=Chinese
36580 Never%0
36581 .
36582 Language=Taiwanese
36583 Never%0
36584 .
36585
36586 MessageId=5292
36587 Severity=Success
36588 Facility=System
36589 SymbolicName=APPERR2_5292
36590 Language=English
36591 Never%0
36592 .
36593 Language=Polish
36594 Never%0
36595 .
36596 Language=Romanian
36597 Never%0
36598 .
36599 Language=Russian
36600 Never%0
36601 .
36602 Language=Spanish
36603 Never%0
36604 .
36605 Language=Turkish
36606 Never%0
36607 .
36608 Language=Chinese
36609 Never%0
36610 .
36611 Language=Taiwanese
36612 Never%0
36613 .
36614
36615 MessageId=5293
36616 Severity=Success
36617 Facility=System
36618 SymbolicName=APPERR2_5293
36619 Language=English
36620 Never%0
36621 .
36622 Language=Polish
36623 Never%0
36624 .
36625 Language=Romanian
36626 Never%0
36627 .
36628 Language=Russian
36629 Never%0
36630 .
36631 Language=Spanish
36632 Never%0
36633 .
36634 Language=Turkish
36635 Never%0
36636 .
36637 Language=Chinese
36638 Never%0
36639 .
36640 Language=Taiwanese
36641 Never%0
36642 .
36643
36644 MessageId=5295
36645 Severity=Success
36646 Facility=System
36647 SymbolicName=APPERR2_5295
36648 Language=English
36649 NET.HLP%0
36650 .
36651 Language=Polish
36652 NET.HLP%0
36653 .
36654 Language=Romanian
36655 NET.HLP%0
36656 .
36657 Language=Russian
36658 NET.HLP%0
36659 .
36660 Language=Spanish
36661 NET.HLP%0
36662 .
36663 Language=Turkish
36664 NET.HLP%0
36665 .
36666 Language=Chinese
36667 NET.HLP%0
36668 .
36669 Language=Taiwanese
36670 NET.HLP%0
36671 .
36672
36673 MessageId=5296
36674 Severity=Success
36675 Facility=System
36676 SymbolicName=APPERR2_5296
36677 Language=English
36678 NET.HLP%0
36679 .
36680 Language=Polish
36681 NET.HLP%0
36682 .
36683 Language=Romanian
36684 NET.HLP%0
36685 .
36686 Language=Russian
36687 NET.HLP%0
36688 .
36689 Language=Spanish
36690 NET.HLP%0
36691 .
36692 Language=Turkish
36693 NET.HLP%0
36694 .
36695 Language=Chinese
36696 NET.HLP%0
36697 .
36698 Language=Taiwanese
36699 NET.HLP%0
36700 .
36701
36702
36703 ;
36704 ; ncberr.h (non-public) message definitions (5300 - 5499 NRCERR_BASE)
36705 ;
36706
36707 MessageId=5300
36708 Severity=Success
36709 Facility=System
36710 SymbolicName=NRCERR_5300
36711 Language=English
36712 The network control block (NCB) request completed successfully.\n
36713 The NCB is the data.
36714 .
36715 Language=Polish
36716 The network control block (NCB) request completed successfully.\n
36717 The NCB is the data.
36718 .
36719 Language=Romanian
36720 The network control block (NCB) request completed successfully.\n
36721 The NCB is the data.
36722 .
36723 Language=Russian
36724 The network control block (NCB) request completed successfully.\n
36725 The NCB is the data.
36726 .
36727 Language=Spanish
36728 The network control block (NCB) request completed successfully.\n
36729 The NCB is the data.
36730 .
36731 Language=Turkish
36732 The network control block (NCB) request completed successfully.\n
36733 The NCB is the data.
36734 .
36735 Language=Chinese
36736 The network control block (NCB) request completed successfully.\n
36737 The NCB is the data.
36738 .
36739 Language=Taiwanese
36740 The network control block (NCB) request completed successfully.\n
36741 The NCB is the data.
36742 .
36743
36744 MessageId=5301
36745 Severity=Success
36746 Facility=System
36747 SymbolicName=NRCERR_5301
36748 Language=English
36749 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
36750 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
36751 The NCB is the data.
36752 .
36753 Language=Polish
36754 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
36755 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
36756 The NCB is the data.
36757 .
36758 Language=Romanian
36759 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
36760 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
36761 The NCB is the data.
36762 .
36763 Language=Russian
36764 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
36765 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
36766 The NCB is the data.
36767 .
36768 Language=Spanish
36769 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
36770 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
36771 The NCB is the data.
36772 .
36773 Language=Turkish
36774 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
36775 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
36776 The NCB is the data.
36777 .
36778 Language=Chinese
36779 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
36780 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
36781 The NCB is the data.
36782 .
36783 Language=Taiwanese
36784 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
36785 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
36786 The NCB is the data.
36787 .
36788
36789 MessageId=5302
36790 Severity=Success
36791 Facility=System
36792 SymbolicName=NRCERR_5302
36793 Language=English
36794 The data descriptor array specified in the network control block (NCB) is\n
36795 invalid. The NCB is the data.
36796 .
36797 Language=Polish
36798 The data descriptor array specified in the network control block (NCB) is\n
36799 invalid. The NCB is the data.
36800 .
36801 Language=Romanian
36802 The data descriptor array specified in the network control block (NCB) is\n
36803 invalid. The NCB is the data.
36804 .
36805 Language=Russian
36806 The data descriptor array specified in the network control block (NCB) is\n
36807 invalid. The NCB is the data.
36808 .
36809 Language=Spanish
36810 The data descriptor array specified in the network control block (NCB) is\n
36811 invalid. The NCB is the data.
36812 .
36813 Language=Turkish
36814 The data descriptor array specified in the network control block (NCB) is\n
36815 invalid. The NCB is the data.
36816 .
36817 Language=Chinese
36818 The data descriptor array specified in the network control block (NCB) is\n
36819 invalid. The NCB is the data.
36820 .
36821 Language=Taiwanese
36822 The data descriptor array specified in the network control block (NCB) is\n
36823 invalid. The NCB is the data.
36824 .
36825
36826 MessageId=5303
36827 Severity=Success
36828 Facility=System
36829 SymbolicName=NRCERR_5303
36830 Language=English
36831 The command specified in the network control block (NCB) is illegal.\n
36832 The NCB is the data.
36833 .
36834 Language=Polish
36835 The command specified in the network control block (NCB) is illegal.\n
36836 The NCB is the data.
36837 .
36838 Language=Romanian
36839 The command specified in the network control block (NCB) is illegal.\n
36840 The NCB is the data.
36841 .
36842 Language=Russian
36843 The command specified in the network control block (NCB) is illegal.\n
36844 The NCB is the data.
36845 .
36846 Language=Spanish
36847 The command specified in the network control block (NCB) is illegal.\n
36848 The NCB is the data.
36849 .
36850 Language=Turkish
36851 The command specified in the network control block (NCB) is illegal.\n
36852 The NCB is the data.
36853 .
36854 Language=Chinese
36855 The command specified in the network control block (NCB) is illegal.\n
36856 The NCB is the data.
36857 .
36858 Language=Taiwanese
36859 The command specified in the network control block (NCB) is illegal.\n
36860 The NCB is the data.
36861 .
36862
36863 MessageId=5304
36864 Severity=Success
36865 Facility=System
36866 SymbolicName=NRCERR_5304
36867 Language=English
36868 The message correlator specified in the network control block (NCB) is\n
36869 invalid. The NCB is the data.
36870 .
36871 Language=Polish
36872 The message correlator specified in the network control block (NCB) is\n
36873 invalid. The NCB is the data.
36874 .
36875 Language=Romanian
36876 The message correlator specified in the network control block (NCB) is\n
36877 invalid. The NCB is the data.
36878 .
36879 Language=Russian
36880 The message correlator specified in the network control block (NCB) is\n
36881 invalid. The NCB is the data.
36882 .
36883 Language=Spanish
36884 The message correlator specified in the network control block (NCB) is\n
36885 invalid. The NCB is the data.
36886 .
36887 Language=Turkish
36888 The message correlator specified in the network control block (NCB) is\n
36889 invalid. The NCB is the data.
36890 .
36891 Language=Chinese
36892 The message correlator specified in the network control block (NCB) is\n
36893 invalid. The NCB is the data.
36894 .
36895 Language=Taiwanese
36896 The message correlator specified in the network control block (NCB) is\n
36897 invalid. The NCB is the data.
36898 .
36899
36900 MessageId=5305
36901 Severity=Success
36902 Facility=System
36903 SymbolicName=NRCERR_5305
36904 Language=English
36905 A network control block (NCB) command timed-out. The session may have\n
36906 terminated abnormally. The NCB is the data.
36907 .
36908 Language=Polish
36909 A network control block (NCB) command timed-out. The session may have\n
36910 terminated abnormally. The NCB is the data.
36911 .
36912 Language=Romanian
36913 A network control block (NCB) command timed-out. The session may have\n
36914 terminated abnormally. The NCB is the data.
36915 .
36916 Language=Russian
36917 A network control block (NCB) command timed-out. The session may have\n
36918 terminated abnormally. The NCB is the data.
36919 .
36920 Language=Spanish
36921 A network control block (NCB) command timed-out. The session may have\n
36922 terminated abnormally. The NCB is the data.
36923 .
36924 Language=Turkish
36925 A network control block (NCB) command timed-out. The session may have\n
36926 terminated abnormally. The NCB is the data.
36927 .
36928 Language=Chinese
36929 A network control block (NCB) command timed-out. The session may have\n
36930 terminated abnormally. The NCB is the data.
36931 .
36932 Language=Taiwanese
36933 A network control block (NCB) command timed-out. The session may have\n
36934 terminated abnormally. The NCB is the data.
36935 .
36936
36937 MessageId=5306
36938 Severity=Success
36939 Facility=System
36940 SymbolicName=NRCERR_5306
36941 Language=English
36942 An incomplete network control block (NCB) message was received.\n
36943 The NCB is the data.
36944 .
36945 Language=Polish
36946 An incomplete network control block (NCB) message was received.\n
36947 The NCB is the data.
36948 .
36949 Language=Romanian
36950 An incomplete network control block (NCB) message was received.\n
36951 The NCB is the data.
36952 .
36953 Language=Russian
36954 An incomplete network control block (NCB) message was received.\n
36955 The NCB is the data.
36956 .
36957 Language=Spanish
36958 An incomplete network control block (NCB) message was received.\n
36959 The NCB is the data.
36960 .
36961 Language=Turkish
36962 An incomplete network control block (NCB) message was received.\n
36963 The NCB is the data.
36964 .
36965 Language=Chinese
36966 An incomplete network control block (NCB) message was received.\n
36967 The NCB is the data.
36968 .
36969 Language=Taiwanese
36970 An incomplete network control block (NCB) message was received.\n
36971 The NCB is the data.
36972 .
36973
36974 MessageId=5307
36975 Severity=Success
36976 Facility=System
36977 SymbolicName=NRCERR_5307
36978 Language=English
36979 The buffer address specified in the network control block (NCB) is illegal.\n
36980 The NCB is the data.
36981 .
36982 Language=Polish
36983 The buffer address specified in the network control block (NCB) is illegal.\n
36984 The NCB is the data.
36985 .
36986 Language=Romanian
36987 The buffer address specified in the network control block (NCB) is illegal.\n
36988 The NCB is the data.
36989 .
36990 Language=Russian
36991 The buffer address specified in the network control block (NCB) is illegal.\n
36992 The NCB is the data.
36993 .
36994 Language=Spanish
36995 The buffer address specified in the network control block (NCB) is illegal.\n
36996 The NCB is the data.
36997 .
36998 Language=Turkish
36999 The buffer address specified in the network control block (NCB) is illegal.\n
37000 The NCB is the data.
37001 .
37002 Language=Chinese
37003 The buffer address specified in the network control block (NCB) is illegal.\n
37004 The NCB is the data.
37005 .
37006 Language=Taiwanese
37007 The buffer address specified in the network control block (NCB) is illegal.\n
37008 The NCB is the data.
37009 .
37010
37011 MessageId=5308
37012 Severity=Success
37013 Facility=System
37014 SymbolicName=NRCERR_5308
37015 Language=English
37016 The session number specified in the network control block (NCB) is not active.\n
37017 The NCB is the data.
37018 .
37019 Language=Polish
37020 The session number specified in the network control block (NCB) is not active.\n
37021 The NCB is the data.
37022 .
37023 Language=Romanian
37024 The session number specified in the network control block (NCB) is not active.\n
37025 The NCB is the data.
37026 .
37027 Language=Russian
37028 The session number specified in the network control block (NCB) is not active.\n
37029 The NCB is the data.
37030 .
37031 Language=Spanish
37032 The session number specified in the network control block (NCB) is not active.\n
37033 The NCB is the data.
37034 .
37035 Language=Turkish
37036 The session number specified in the network control block (NCB) is not active.\n
37037 The NCB is the data.
37038 .
37039 Language=Chinese
37040 The session number specified in the network control block (NCB) is not active.\n
37041 The NCB is the data.
37042 .
37043 Language=Taiwanese
37044 The session number specified in the network control block (NCB) is not active.\n
37045 The NCB is the data.
37046 .
37047
37048 MessageId=5309
37049 Severity=Success
37050 Facility=System
37051 SymbolicName=NRCERR_5309
37052 Language=English
37053 No resource was available in the network adapter.\n
37054 The network control block (NCB) request was refused. The NCB is the data.
37055 .
37056 Language=Polish
37057 No resource was available in the network adapter.\n
37058 The network control block (NCB) request was refused. The NCB is the data.
37059 .
37060 Language=Romanian
37061 No resource was available in the network adapter.\n
37062 The network control block (NCB) request was refused. The NCB is the data.
37063 .
37064 Language=Russian
37065 No resource was available in the network adapter.\n
37066 The network control block (NCB) request was refused. The NCB is the data.
37067 .
37068 Language=Spanish
37069 No resource was available in the network adapter.\n
37070 The network control block (NCB) request was refused. The NCB is the data.
37071 .
37072 Language=Turkish
37073 No resource was available in the network adapter.\n
37074 The network control block (NCB) request was refused. The NCB is the data.
37075 .
37076 Language=Chinese
37077 No resource was available in the network adapter.\n
37078 The network control block (NCB) request was refused. The NCB is the data.
37079 .
37080 Language=Taiwanese
37081 No resource was available in the network adapter.\n
37082 The network control block (NCB) request was refused. The NCB is the data.
37083 .
37084
37085 MessageId=5310
37086 Severity=Success
37087 Facility=System
37088 SymbolicName=NRCERR_5310
37089 Language=English
37090 The session specified in the network control block (NCB) was closed.\n
37091 The NCB is the data.
37092 .
37093 Language=Polish
37094 The session specified in the network control block (NCB) was closed.\n
37095 The NCB is the data.
37096 .
37097 Language=Romanian
37098 The session specified in the network control block (NCB) was closed.\n
37099 The NCB is the data.
37100 .
37101 Language=Russian
37102 The session specified in the network control block (NCB) was closed.\n
37103 The NCB is the data.
37104 .
37105 Language=Spanish
37106 The session specified in the network control block (NCB) was closed.\n
37107 The NCB is the data.
37108 .
37109 Language=Turkish
37110 The session specified in the network control block (NCB) was closed.\n
37111 The NCB is the data.
37112 .
37113 Language=Chinese
37114 The session specified in the network control block (NCB) was closed.\n
37115 The NCB is the data.
37116 .
37117 Language=Taiwanese
37118 The session specified in the network control block (NCB) was closed.\n
37119 The NCB is the data.
37120 .
37121
37122 MessageId=5311
37123 Severity=Success
37124 Facility=System
37125 SymbolicName=NRCERR_5311
37126 Language=English
37127 The network control block (NCB) command was canceled.\n
37128 The NCB is the data.
37129 .
37130 Language=Polish
37131 The network control block (NCB) command was canceled.\n
37132 The NCB is the data.
37133 .
37134 Language=Romanian
37135 The network control block (NCB) command was canceled.\n
37136 The NCB is the data.
37137 .
37138 Language=Russian
37139 The network control block (NCB) command was canceled.\n
37140 The NCB is the data.
37141 .
37142 Language=Spanish
37143 The network control block (NCB) command was canceled.\n
37144 The NCB is the data.
37145 .
37146 Language=Turkish
37147 The network control block (NCB) command was canceled.\n
37148 The NCB is the data.
37149 .
37150 Language=Chinese
37151 The network control block (NCB) command was canceled.\n
37152 The NCB is the data.
37153 .
37154 Language=Taiwanese
37155 The network control block (NCB) command was canceled.\n
37156 The NCB is the data.
37157 .
37158
37159 MessageId=5312
37160 Severity=Success
37161 Facility=System
37162 SymbolicName=NRCERR_5312
37163 Language=English
37164 The message segment specified in the network control block (NCB) is\n
37165 illogical. The NCB is the data.
37166 .
37167 Language=Polish
37168 The message segment specified in the network control block (NCB) is\n
37169 illogical. The NCB is the data.
37170 .
37171 Language=Romanian
37172 The message segment specified in the network control block (NCB) is\n
37173 illogical. The NCB is the data.
37174 .
37175 Language=Russian
37176 The message segment specified in the network control block (NCB) is\n
37177 illogical. The NCB is the data.
37178 .
37179 Language=Spanish
37180 The message segment specified in the network control block (NCB) is\n
37181 illogical. The NCB is the data.
37182 .
37183 Language=Turkish
37184 The message segment specified in the network control block (NCB) is\n
37185 illogical. The NCB is the data.
37186 .
37187 Language=Chinese
37188 The message segment specified in the network control block (NCB) is\n
37189 illogical. The NCB is the data.
37190 .
37191 Language=Taiwanese
37192 The message segment specified in the network control block (NCB) is\n
37193 illogical. The NCB is the data.
37194 .
37195
37196 MessageId=5313
37197 Severity=Success
37198 Facility=System
37199 SymbolicName=NRCERR_5313
37200 Language=English
37201 The name already exists in the local adapter name table.\n
37202 The network control block (NCB) request was refused. The NCB is the data.
37203 .
37204 Language=Polish
37205 The name already exists in the local adapter name table.\n
37206 The network control block (NCB) request was refused. The NCB is the data.
37207 .
37208 Language=Romanian
37209 The name already exists in the local adapter name table.\n
37210 The network control block (NCB) request was refused. The NCB is the data.
37211 .
37212 Language=Russian
37213 The name already exists in the local adapter name table.\n
37214 The network control block (NCB) request was refused. The NCB is the data.
37215 .
37216 Language=Spanish
37217 The name already exists in the local adapter name table.\n
37218 The network control block (NCB) request was refused. The NCB is the data.
37219 .
37220 Language=Turkish
37221 The name already exists in the local adapter name table.\n
37222 The network control block (NCB) request was refused. The NCB is the data.
37223 .
37224 Language=Chinese
37225 The name already exists in the local adapter name table.\n
37226 The network control block (NCB) request was refused. The NCB is the data.
37227 .
37228 Language=Taiwanese
37229 The name already exists in the local adapter name table.\n
37230 The network control block (NCB) request was refused. The NCB is the data.
37231 .
37232
37233 MessageId=5314
37234 Severity=Success
37235 Facility=System
37236 SymbolicName=NRCERR_5314
37237 Language=English
37238 The network adapter name table is full.\n
37239 The network control block (NCB) request was refused. The NCB is the data.
37240 .
37241 Language=Polish
37242 The network adapter name table is full.\n
37243 The network control block (NCB) request was refused. The NCB is the data.
37244 .
37245 Language=Romanian
37246 The network adapter name table is full.\n
37247 The network control block (NCB) request was refused. The NCB is the data.
37248 .
37249 Language=Russian
37250 The network adapter name table is full.\n
37251 The network control block (NCB) request was refused. The NCB is the data.
37252 .
37253 Language=Spanish
37254 The network adapter name table is full.\n
37255 The network control block (NCB) request was refused. The NCB is the data.
37256 .
37257 Language=Turkish
37258 The network adapter name table is full.\n
37259 The network control block (NCB) request was refused. The NCB is the data.
37260 .
37261 Language=Chinese
37262 The network adapter name table is full.\n
37263 The network control block (NCB) request was refused. The NCB is the data.
37264 .
37265 Language=Taiwanese
37266 The network adapter name table is full.\n
37267 The network control block (NCB) request was refused. The NCB is the data.
37268 .
37269
37270 MessageId=5315
37271 Severity=Success
37272 Facility=System
37273 SymbolicName=NRCERR_5315
37274 Language=English
37275 The network name has active sessions and is now de-registered.\n
37276 The network control block (NCB) command completed. The NCB is the data.
37277 .
37278 Language=Polish
37279 The network name has active sessions and is now de-registered.\n
37280 The network control block (NCB) command completed. The NCB is the data.
37281 .
37282 Language=Romanian
37283 The network name has active sessions and is now de-registered.\n
37284 The network control block (NCB) command completed. The NCB is the data.
37285 .
37286 Language=Russian
37287 The network name has active sessions and is now de-registered.\n
37288 The network control block (NCB) command completed. The NCB is the data.
37289 .
37290 Language=Spanish
37291 The network name has active sessions and is now de-registered.\n
37292 The network control block (NCB) command completed. The NCB is the data.
37293 .
37294 Language=Turkish
37295 The network name has active sessions and is now de-registered.\n
37296 The network control block (NCB) command completed. The NCB is the data.
37297 .
37298 Language=Chinese
37299 The network name has active sessions and is now de-registered.\n
37300 The network control block (NCB) command completed. The NCB is the data.
37301 .
37302 Language=Taiwanese
37303 The network name has active sessions and is now de-registered.\n
37304 The network control block (NCB) command completed. The NCB is the data.
37305 .
37306
37307 MessageId=5316
37308 Severity=Success
37309 Facility=System
37310 SymbolicName=NRCERR_5316
37311 Language=English
37312 A previously issued Receive Lookahead command is active\n
37313 for this session. The network control block (NCB) command was rejected.\n
37314 The NCB is the data.
37315 .
37316 Language=Polish
37317 A previously issued Receive Lookahead command is active\n
37318 for this session. The network control block (NCB) command was rejected.\n
37319 The NCB is the data.
37320 .
37321 Language=Romanian
37322 A previously issued Receive Lookahead command is active\n
37323 for this session. The network control block (NCB) command was rejected.\n
37324 The NCB is the data.
37325 .
37326 Language=Russian
37327 A previously issued Receive Lookahead command is active\n
37328 for this session. The network control block (NCB) command was rejected.\n
37329 The NCB is the data.
37330 .
37331 Language=Spanish
37332 A previously issued Receive Lookahead command is active\n
37333 for this session. The network control block (NCB) command was rejected.\n
37334 The NCB is the data.
37335 .
37336 Language=Turkish
37337 A previously issued Receive Lookahead command is active\n
37338 for this session. The network control block (NCB) command was rejected.\n
37339 The NCB is the data.
37340 .
37341 Language=Chinese
37342 A previously issued Receive Lookahead command is active\n
37343 for this session. The network control block (NCB) command was rejected.\n
37344 The NCB is the data.
37345 .
37346 Language=Taiwanese
37347 A previously issued Receive Lookahead command is active\n
37348 for this session. The network control block (NCB) command was rejected.\n
37349 The NCB is the data.
37350 .
37351
37352 MessageId=5317
37353 Severity=Success
37354 Facility=System
37355 SymbolicName=NRCERR_5317
37356 Language=English
37357 The local session table is full. The network control block (NCB) request was refused.\n
37358 The NCB is the data.
37359 .
37360 Language=Polish
37361 The local session table is full. The network control block (NCB) request was refused.\n
37362 The NCB is the data.
37363 .
37364 Language=Romanian
37365 The local session table is full. The network control block (NCB) request was refused.\n
37366 The NCB is the data.
37367 .
37368 Language=Russian
37369 The local session table is full. The network control block (NCB) request was refused.\n
37370 The NCB is the data.
37371 .
37372 Language=Spanish
37373 The local session table is full. The network control block (NCB) request was refused.\n
37374 The NCB is the data.
37375 .
37376 Language=Turkish
37377 The local session table is full. The network control block (NCB) request was refused.\n
37378 The NCB is the data.
37379 .
37380 Language=Chinese
37381 The local session table is full. The network control block (NCB) request was refused.\n
37382 The NCB is the data.
37383 .
37384 Language=Taiwanese
37385 The local session table is full. The network control block (NCB) request was refused.\n
37386 The NCB is the data.
37387 .
37388
37389 MessageId=5318
37390 Severity=Success
37391 Facility=System
37392 SymbolicName=NRCERR_5318
37393 Language=English
37394 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
37395 on the remote computer. The NCB is the data.
37396 .
37397 Language=Polish
37398 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
37399 on the remote computer. The NCB is the data.
37400 .
37401 Language=Romanian
37402 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
37403 on the remote computer. The NCB is the data.
37404 .
37405 Language=Russian
37406 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
37407 on the remote computer. The NCB is the data.
37408 .
37409 Language=Spanish
37410 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
37411 on the remote computer. The NCB is the data.
37412 .
37413 Language=Turkish
37414 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
37415 on the remote computer. The NCB is the data.
37416 .
37417 Language=Chinese
37418 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
37419 on the remote computer. The NCB is the data.
37420 .
37421 Language=Taiwanese
37422 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
37423 on the remote computer. The NCB is the data.
37424 .
37425
37426 MessageId=5319
37427 Severity=Success
37428 Facility=System
37429 SymbolicName=NRCERR_5319
37430 Language=English
37431 The name number specified in the network control block (NCB) is illegal.\n
37432 The NCB is the data.
37433 .
37434 Language=Polish
37435 The name number specified in the network control block (NCB) is illegal.\n
37436 The NCB is the data.
37437 .
37438 Language=Romanian
37439 The name number specified in the network control block (NCB) is illegal.\n
37440 The NCB is the data.
37441 .
37442 Language=Russian
37443 The name number specified in the network control block (NCB) is illegal.\n
37444 The NCB is the data.
37445 .
37446 Language=Spanish
37447 The name number specified in the network control block (NCB) is illegal.\n
37448 The NCB is the data.
37449 .
37450 Language=Turkish
37451 The name number specified in the network control block (NCB) is illegal.\n
37452 The NCB is the data.
37453 .
37454 Language=Chinese
37455 The name number specified in the network control block (NCB) is illegal.\n
37456 The NCB is the data.
37457 .
37458 Language=Taiwanese
37459 The name number specified in the network control block (NCB) is illegal.\n
37460 The NCB is the data.
37461 .
37462
37463 MessageId=5320
37464 Severity=Success
37465 Facility=System
37466 SymbolicName=NRCERR_5320
37467 Language=English
37468 The call name specified in the network control block (NCB) cannot be found or\n
37469 did not answer. The NCB is the data.
37470 .
37471 Language=Polish
37472 The call name specified in the network control block (NCB) cannot be found or\n
37473 did not answer. The NCB is the data.
37474 .
37475 Language=Romanian
37476 The call name specified in the network control block (NCB) cannot be found or\n
37477 did not answer. The NCB is the data.
37478 .
37479 Language=Russian
37480 The call name specified in the network control block (NCB) cannot be found or\n
37481 did not answer. The NCB is the data.
37482 .
37483 Language=Spanish
37484 The call name specified in the network control block (NCB) cannot be found or\n
37485 did not answer. The NCB is the data.
37486 .
37487 Language=Turkish
37488 The call name specified in the network control block (NCB) cannot be found or\n
37489 did not answer. The NCB is the data.
37490 .
37491 Language=Chinese
37492 The call name specified in the network control block (NCB) cannot be found or\n
37493 did not answer. The NCB is the data.
37494 .
37495 Language=Taiwanese
37496 The call name specified in the network control block (NCB) cannot be found or\n
37497 did not answer. The NCB is the data.
37498 .
37499
37500 MessageId=5321
37501 Severity=Success
37502 Facility=System
37503 SymbolicName=NRCERR_5321
37504 Language=English
37505 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
37506 00h in the NCB name. The NCB is the data.
37507 .
37508 Language=Polish
37509 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
37510 00h in the NCB name. The NCB is the data.
37511 .
37512 Language=Romanian
37513 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
37514 00h in the NCB name. The NCB is the data.
37515 .
37516 Language=Russian
37517 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
37518 00h in the NCB name. The NCB is the data.
37519 .
37520 Language=Spanish
37521 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
37522 00h in the NCB name. The NCB is the data.
37523 .
37524 Language=Turkish
37525 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
37526 00h in the NCB name. The NCB is the data.
37527 .
37528 Language=Chinese
37529 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
37530 00h in the NCB name. The NCB is the data.
37531 .
37532 Language=Taiwanese
37533 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
37534 00h in the NCB name. The NCB is the data.
37535 .
37536
37537 MessageId=5322
37538 Severity=Success
37539 Facility=System
37540 SymbolicName=NRCERR_5322
37541 Language=English
37542 The name specified in the network control block (NCB) is in use on a remote adapter.\n
37543 The NCB is the data.
37544 .
37545 Language=Polish
37546 The name specified in the network control block (NCB) is in use on a remote adapter.\n
37547 The NCB is the data.
37548 .
37549 Language=Romanian
37550 The name specified in the network control block (NCB) is in use on a remote adapter.\n
37551 The NCB is the data.
37552 .
37553 Language=Russian
37554 The name specified in the network control block (NCB) is in use on a remote adapter.\n
37555 The NCB is the data.
37556 .
37557 Language=Spanish
37558 The name specified in the network control block (NCB) is in use on a remote adapter.\n
37559 The NCB is the data.
37560 .
37561 Language=Turkish
37562 The name specified in the network control block (NCB) is in use on a remote adapter.\n
37563 The NCB is the data.
37564 .
37565 Language=Chinese
37566 The name specified in the network control block (NCB) is in use on a remote adapter.\n
37567 The NCB is the data.
37568 .
37569 Language=Taiwanese
37570 The name specified in the network control block (NCB) is in use on a remote adapter.\n
37571 The NCB is the data.
37572 .
37573
37574 MessageId=5323
37575 Severity=Success
37576 Facility=System
37577 SymbolicName=NRCERR_5323
37578 Language=English
37579 The name specified in the network control block (NCB) has been deleted.\n
37580 The NCB is the data.
37581 .
37582 Language=Polish
37583 The name specified in the network control block (NCB) has been deleted.\n
37584 The NCB is the data.
37585 .
37586 Language=Romanian
37587 The name specified in the network control block (NCB) has been deleted.\n
37588 The NCB is the data.
37589 .
37590 Language=Russian
37591 The name specified in the network control block (NCB) has been deleted.\n
37592 The NCB is the data.
37593 .
37594 Language=Spanish
37595 The name specified in the network control block (NCB) has been deleted.\n
37596 The NCB is the data.
37597 .
37598 Language=Turkish
37599 The name specified in the network control block (NCB) has been deleted.\n
37600 The NCB is the data.
37601 .
37602 Language=Chinese
37603 The name specified in the network control block (NCB) has been deleted.\n
37604 The NCB is the data.
37605 .
37606 Language=Taiwanese
37607 The name specified in the network control block (NCB) has been deleted.\n
37608 The NCB is the data.
37609 .
37610
37611 MessageId=5324
37612 Severity=Success
37613 Facility=System
37614 SymbolicName=NRCERR_5324
37615 Language=English
37616 The session specified in the network control block (NCB) ended abnormally.\n
37617 The NCB is the data.
37618 .
37619 Language=Polish
37620 The session specified in the network control block (NCB) ended abnormally.\n
37621 The NCB is the data.
37622 .
37623 Language=Romanian
37624 The session specified in the network control block (NCB) ended abnormally.\n
37625 The NCB is the data.
37626 .
37627 Language=Russian
37628 The session specified in the network control block (NCB) ended abnormally.\n
37629 The NCB is the data.
37630 .
37631 Language=Spanish
37632 The session specified in the network control block (NCB) ended abnormally.\n
37633 The NCB is the data.
37634 .
37635 Language=Turkish
37636 The session specified in the network control block (NCB) ended abnormally.\n
37637 The NCB is the data.
37638 .
37639 Language=Chinese
37640 The session specified in the network control block (NCB) ended abnormally.\n
37641 The NCB is the data.
37642 .
37643 Language=Taiwanese
37644 The session specified in the network control block (NCB) ended abnormally.\n
37645 The NCB is the data.
37646 .
37647
37648 MessageId=5325
37649 Severity=Success
37650 Facility=System
37651 SymbolicName=NRCERR_5325
37652 Language=English
37653 The network protocol has detected two or more identical\n
37654 names on the network.\tThe network control block (NCB) is the data.
37655 .
37656 Language=Polish
37657 The network protocol has detected two or more identical\n
37658 names on the network.\tThe network control block (NCB) is the data.
37659 .
37660 Language=Romanian
37661 The network protocol has detected two or more identical\n
37662 names on the network.\tThe network control block (NCB) is the data.
37663 .
37664 Language=Russian
37665 The network protocol has detected two or more identical\n
37666 names on the network.\tThe network control block (NCB) is the data.
37667 .
37668 Language=Spanish
37669 The network protocol has detected two or more identical\n
37670 names on the network.\tThe network control block (NCB) is the data.
37671 .
37672 Language=Turkish
37673 The network protocol has detected two or more identical\n
37674 names on the network.\tThe network control block (NCB) is the data.
37675 .
37676 Language=Chinese
37677 The network protocol has detected two or more identical\n
37678 names on the network.\tThe network control block (NCB) is the data.
37679 .
37680 Language=Taiwanese
37681 The network protocol has detected two or more identical\n
37682 names on the network.\tThe network control block (NCB) is the data.
37683 .
37684
37685 MessageId=5326
37686 Severity=Success
37687 Facility=System
37688 SymbolicName=NRCERR_5326
37689 Language=English
37690 An unexpected protocol packet was received. There may be an\n
37691 incompatible remote device. The network control block (NCB) is the data.
37692 .
37693 Language=Polish
37694 An unexpected protocol packet was received. There may be an\n
37695 incompatible remote device. The network control block (NCB) is the data.
37696 .
37697 Language=Romanian
37698 An unexpected protocol packet was received. There may be an\n
37699 incompatible remote device. The network control block (NCB) is the data.
37700 .
37701 Language=Russian
37702 An unexpected protocol packet was received. There may be an\n
37703 incompatible remote device. The network control block (NCB) is the data.
37704 .
37705 Language=Spanish
37706 An unexpected protocol packet was received. There may be an\n
37707 incompatible remote device. The network control block (NCB) is the data.
37708 .
37709 Language=Turkish
37710 An unexpected protocol packet was received. There may be an\n
37711 incompatible remote device. The network control block (NCB) is the data.
37712 .
37713 Language=Chinese
37714 An unexpected protocol packet was received. There may be an\n
37715 incompatible remote device. The network control block (NCB) is the data.
37716 .
37717 Language=Taiwanese
37718 An unexpected protocol packet was received. There may be an\n
37719 incompatible remote device. The network control block (NCB) is the data.
37720 .
37721
37722 MessageId=5333
37723 Severity=Success
37724 Facility=System
37725 SymbolicName=NRCERR_5333
37726 Language=English
37727 The NetBIOS interface is busy.\n
37728 The network control block (NCB) request was refused. The NCB is the data.
37729 .
37730 Language=Polish
37731 The NetBIOS interface is busy.\n
37732 The network control block (NCB) request was refused. The NCB is the data.
37733 .
37734 Language=Romanian
37735 The NetBIOS interface is busy.\n
37736 The network control block (NCB) request was refused. The NCB is the data.
37737 .
37738 Language=Russian
37739 The NetBIOS interface is busy.\n
37740 The network control block (NCB) request was refused. The NCB is the data.
37741 .
37742 Language=Spanish
37743 The NetBIOS interface is busy.\n
37744 The network control block (NCB) request was refused. The NCB is the data.
37745 .
37746 Language=Turkish
37747 The NetBIOS interface is busy.\n
37748 The network control block (NCB) request was refused. The NCB is the data.
37749 .
37750 Language=Chinese
37751 The NetBIOS interface is busy.\n
37752 The network control block (NCB) request was refused. The NCB is the data.
37753 .
37754 Language=Taiwanese
37755 The NetBIOS interface is busy.\n
37756 The network control block (NCB) request was refused. The NCB is the data.
37757 .
37758
37759 MessageId=5334
37760 Severity=Success
37761 Facility=System
37762 SymbolicName=NRCERR_5334
37763 Language=English
37764 There are too many network control block (NCB) commands outstanding.\n
37765 The NCB request was refused. The NCB is the data.
37766 .
37767 Language=Polish
37768 There are too many network control block (NCB) commands outstanding.\n
37769 The NCB request was refused. The NCB is the data.
37770 .
37771 Language=Romanian
37772 There are too many network control block (NCB) commands outstanding.\n
37773 The NCB request was refused. The NCB is the data.
37774 .
37775 Language=Russian
37776 There are too many network control block (NCB) commands outstanding.\n
37777 The NCB request was refused. The NCB is the data.
37778 .
37779 Language=Spanish
37780 There are too many network control block (NCB) commands outstanding.\n
37781 The NCB request was refused. The NCB is the data.
37782 .
37783 Language=Turkish
37784 There are too many network control block (NCB) commands outstanding.\n
37785 The NCB request was refused. The NCB is the data.
37786 .
37787 Language=Chinese
37788 There are too many network control block (NCB) commands outstanding.\n
37789 The NCB request was refused. The NCB is the data.
37790 .
37791 Language=Taiwanese
37792 There are too many network control block (NCB) commands outstanding.\n
37793 The NCB request was refused. The NCB is the data.
37794 .
37795
37796 MessageId=5335
37797 Severity=Success
37798 Facility=System
37799 SymbolicName=NRCERR_5335
37800 Language=English
37801 The adapter number specified in the network control block (NCB) is illegal.\n
37802 The NCB is the data.
37803 .
37804 Language=Polish
37805 The adapter number specified in the network control block (NCB) is illegal.\n
37806 The NCB is the data.
37807 .
37808 Language=Romanian
37809 The adapter number specified in the network control block (NCB) is illegal.\n
37810 The NCB is the data.
37811 .
37812 Language=Russian
37813 The adapter number specified in the network control block (NCB) is illegal.\n
37814 The NCB is the data.
37815 .
37816 Language=Spanish
37817 The adapter number specified in the network control block (NCB) is illegal.\n
37818 The NCB is the data.
37819 .
37820 Language=Turkish
37821 The adapter number specified in the network control block (NCB) is illegal.\n
37822 The NCB is the data.
37823 .
37824 Language=Chinese
37825 The adapter number specified in the network control block (NCB) is illegal.\n
37826 The NCB is the data.
37827 .
37828 Language=Taiwanese
37829 The adapter number specified in the network control block (NCB) is illegal.\n
37830 The NCB is the data.
37831 .
37832
37833 MessageId=5336
37834 Severity=Success
37835 Facility=System
37836 SymbolicName=NRCERR_5336
37837 Language=English
37838 The network control block (NCB) command completed while a cancel was occurring.\n
37839 The NCB is the data.
37840 .
37841 Language=Polish
37842 The network control block (NCB) command completed while a cancel was occurring.\n
37843 The NCB is the data.
37844 .
37845 Language=Romanian
37846 The network control block (NCB) command completed while a cancel was occurring.\n
37847 The NCB is the data.
37848 .
37849 Language=Russian
37850 The network control block (NCB) command completed while a cancel was occurring.\n
37851 The NCB is the data.
37852 .
37853 Language=Spanish
37854 The network control block (NCB) command completed while a cancel was occurring.\n
37855 The NCB is the data.
37856 .
37857 Language=Turkish
37858 The network control block (NCB) command completed while a cancel was occurring.\n
37859 The NCB is the data.
37860 .
37861 Language=Chinese
37862 The network control block (NCB) command completed while a cancel was occurring.\n
37863 The NCB is the data.
37864 .
37865 Language=Taiwanese
37866 The network control block (NCB) command completed while a cancel was occurring.\n
37867 The NCB is the data.
37868 .
37869
37870 MessageId=5337
37871 Severity=Success
37872 Facility=System
37873 SymbolicName=NRCERR_5337
37874 Language=English
37875 The name specified in the network control block (NCB) is reserved.\n
37876 The NCB is the data.
37877 .
37878 Language=Polish
37879 The name specified in the network control block (NCB) is reserved.\n
37880 The NCB is the data.
37881 .
37882 Language=Romanian
37883 The name specified in the network control block (NCB) is reserved.\n
37884 The NCB is the data.
37885 .
37886 Language=Russian
37887 The name specified in the network control block (NCB) is reserved.\n
37888 The NCB is the data.
37889 .
37890 Language=Spanish
37891 The name specified in the network control block (NCB) is reserved.\n
37892 The NCB is the data.
37893 .
37894 Language=Turkish
37895 The name specified in the network control block (NCB) is reserved.\n
37896 The NCB is the data.
37897 .
37898 Language=Chinese
37899 The name specified in the network control block (NCB) is reserved.\n
37900 The NCB is the data.
37901 .
37902 Language=Taiwanese
37903 The name specified in the network control block (NCB) is reserved.\n
37904 The NCB is the data.
37905 .
37906
37907 MessageId=5338
37908 Severity=Success
37909 Facility=System
37910 SymbolicName=NRCERR_5338
37911 Language=English
37912 The network control block (NCB) command is not valid to cancel.\n
37913 The NCB is the data.
37914 .
37915 Language=Polish
37916 The network control block (NCB) command is not valid to cancel.\n
37917 The NCB is the data.
37918 .
37919 Language=Romanian
37920 The network control block (NCB) command is not valid to cancel.\n
37921 The NCB is the data.
37922 .
37923 Language=Russian
37924 The network control block (NCB) command is not valid to cancel.\n
37925 The NCB is the data.
37926 .
37927 Language=Spanish
37928 The network control block (NCB) command is not valid to cancel.\n
37929 The NCB is the data.
37930 .
37931 Language=Turkish
37932 The network control block (NCB) command is not valid to cancel.\n
37933 The NCB is the data.
37934 .
37935 Language=Chinese
37936 The network control block (NCB) command is not valid to cancel.\n
37937 The NCB is the data.
37938 .
37939 Language=Taiwanese
37940 The network control block (NCB) command is not valid to cancel.\n
37941 The NCB is the data.
37942 .
37943
37944 MessageId=5351
37945 Severity=Success
37946 Facility=System
37947 SymbolicName=NRCERR_5351
37948 Language=English
37949 There are multiple network control block (NCB) requests for the same session.\n
37950 The NCB request was refused. The NCB is the data.
37951 .
37952 Language=Polish
37953 There are multiple network control block (NCB) requests for the same session.\n
37954 The NCB request was refused. The NCB is the data.
37955 .
37956 Language=Romanian
37957 There are multiple network control block (NCB) requests for the same session.\n
37958 The NCB request was refused. The NCB is the data.
37959 .
37960 Language=Russian
37961 There are multiple network control block (NCB) requests for the same session.\n
37962 The NCB request was refused. The NCB is the data.
37963 .
37964 Language=Spanish
37965 There are multiple network control block (NCB) requests for the same session.\n
37966 The NCB request was refused. The NCB is the data.
37967 .
37968 Language=Turkish
37969 There are multiple network control block (NCB) requests for the same session.\n
37970 The NCB request was refused. The NCB is the data.
37971 .
37972 Language=Chinese
37973 There are multiple network control block (NCB) requests for the same session.\n
37974 The NCB request was refused. The NCB is the data.
37975 .
37976 Language=Taiwanese
37977 There are multiple network control block (NCB) requests for the same session.\n
37978 The NCB request was refused. The NCB is the data.
37979 .
37980
37981 MessageId=5352
37982 Severity=Success
37983 Facility=System
37984 SymbolicName=NRCERR_5352
37985 Language=English
37986 There has been a network adapter error. The only NetBIOS\n
37987 command that may be issued is an NCB RESET. The network control block (NCB) is\n
37988 the data.
37989 .
37990 Language=Polish
37991 There has been a network adapter error. The only NetBIOS\n
37992 command that may be issued is an NCB RESET. The network control block (NCB) is\n
37993 the data.
37994 .
37995 Language=Romanian
37996 There has been a network adapter error. The only NetBIOS\n
37997 command that may be issued is an NCB RESET. The network control block (NCB) is\n
37998 the data.
37999 .
38000 Language=Russian
38001 There has been a network adapter error. The only NetBIOS\n
38002 command that may be issued is an NCB RESET. The network control block (NCB) is\n
38003 the data.
38004 .
38005 Language=Spanish
38006 There has been a network adapter error. The only NetBIOS\n
38007 command that may be issued is an NCB RESET. The network control block (NCB) is\n
38008 the data.
38009 .
38010 Language=Turkish
38011 There has been a network adapter error. The only NetBIOS\n
38012 command that may be issued is an NCB RESET. The network control block (NCB) is\n
38013 the data.
38014 .
38015 Language=Chinese
38016 There has been a network adapter error. The only NetBIOS\n
38017 command that may be issued is an NCB RESET. The network control block (NCB) is\n
38018 the data.
38019 .
38020 Language=Taiwanese
38021 There has been a network adapter error. The only NetBIOS\n
38022 command that may be issued is an NCB RESET. The network control block (NCB) is\n
38023 the data.
38024 .
38025
38026 MessageId=5354
38027 Severity=Success
38028 Facility=System
38029 SymbolicName=NRCERR_5354
38030 Language=English
38031 The maximum number of applications was exceeded.\n
38032 The network control block (NCB) request was refused. The NCB is the data.
38033 .
38034 Language=Polish
38035 The maximum number of applications was exceeded.\n
38036 The network control block (NCB) request was refused. The NCB is the data.
38037 .
38038 Language=Romanian
38039 The maximum number of applications was exceeded.\n
38040 The network control block (NCB) request was refused. The NCB is the data.
38041 .
38042 Language=Russian
38043 The maximum number of applications was exceeded.\n
38044 The network control block (NCB) request was refused. The NCB is the data.
38045 .
38046 Language=Spanish
38047 The maximum number of applications was exceeded.\n
38048 The network control block (NCB) request was refused. The NCB is the data.
38049 .
38050 Language=Turkish
38051 The maximum number of applications was exceeded.\n
38052 The network control block (NCB) request was refused. The NCB is the data.
38053 .
38054 Language=Chinese
38055 The maximum number of applications was exceeded.\n
38056 The network control block (NCB) request was refused. The NCB is the data.
38057 .
38058 Language=Taiwanese
38059 The maximum number of applications was exceeded.\n
38060 The network control block (NCB) request was refused. The NCB is the data.
38061 .
38062
38063 MessageId=5356
38064 Severity=Success
38065 Facility=System
38066 SymbolicName=NRCERR_5356
38067 Language=English
38068 The requested resources are not available.\n
38069 The network control block (NCB) request was refused. The NCB is the data.
38070 .
38071 Language=Polish
38072 The requested resources are not available.\n
38073 The network control block (NCB) request was refused. The NCB is the data.
38074 .
38075 Language=Romanian
38076 The requested resources are not available.\n
38077 The network control block (NCB) request was refused. The NCB is the data.
38078 .
38079 Language=Russian
38080 The requested resources are not available.\n
38081 The network control block (NCB) request was refused. The NCB is the data.
38082 .
38083 Language=Spanish
38084 The requested resources are not available.\n
38085 The network control block (NCB) request was refused. The NCB is the data.
38086 .
38087 Language=Turkish
38088 The requested resources are not available.\n
38089 The network control block (NCB) request was refused. The NCB is the data.
38090 .
38091 Language=Chinese
38092 The requested resources are not available.\n
38093 The network control block (NCB) request was refused. The NCB is the data.
38094 .
38095 Language=Taiwanese
38096 The requested resources are not available.\n
38097 The network control block (NCB) request was refused. The NCB is the data.
38098 .
38099
38100 MessageId=5364
38101 Severity=Success
38102 Facility=System
38103 SymbolicName=NRCERR_5364
38104 Language=English
38105 A system error has occurred.\n
38106 The network control block (NCB) request was refused. The NCB is the data.
38107 .
38108 Language=Polish
38109 A system error has occurred.\n
38110 The network control block (NCB) request was refused. The NCB is the data.
38111 .
38112 Language=Romanian
38113 A system error has occurred.\n
38114 The network control block (NCB) request was refused. The NCB is the data.
38115 .
38116 Language=Russian
38117 A system error has occurred.\n
38118 The network control block (NCB) request was refused. The NCB is the data.
38119 .
38120 Language=Spanish
38121 A system error has occurred.\n
38122 The network control block (NCB) request was refused. The NCB is the data.
38123 .
38124 Language=Turkish
38125 A system error has occurred.\n
38126 The network control block (NCB) request was refused. The NCB is the data.
38127 .
38128 Language=Chinese
38129 A system error has occurred.\n
38130 The network control block (NCB) request was refused. The NCB is the data.
38131 .
38132 Language=Taiwanese
38133 A system error has occurred.\n
38134 The network control block (NCB) request was refused. The NCB is the data.
38135 .
38136
38137 MessageId=5365
38138 Severity=Success
38139 Facility=System
38140 SymbolicName=NRCERR_5365
38141 Language=English
38142 A ROM checksum failure has occurred.\n
38143 The network control block (NCB) request was refused. The NCB is the data.
38144 .
38145 Language=Polish
38146 A ROM checksum failure has occurred.\n
38147 The network control block (NCB) request was refused. The NCB is the data.
38148 .
38149 Language=Romanian
38150 A ROM checksum failure has occurred.\n
38151 The network control block (NCB) request was refused. The NCB is the data.
38152 .
38153 Language=Russian
38154 A ROM checksum failure has occurred.\n
38155 The network control block (NCB) request was refused. The NCB is the data.
38156 .
38157 Language=Spanish
38158 A ROM checksum failure has occurred.\n
38159 The network control block (NCB) request was refused. The NCB is the data.
38160 .
38161 Language=Turkish
38162 A ROM checksum failure has occurred.\n
38163 The network control block (NCB) request was refused. The NCB is the data.
38164 .
38165 Language=Chinese
38166 A ROM checksum failure has occurred.\n
38167 The network control block (NCB) request was refused. The NCB is the data.
38168 .
38169 Language=Taiwanese
38170 A ROM checksum failure has occurred.\n
38171 The network control block (NCB) request was refused. The NCB is the data.
38172 .
38173
38174 MessageId=5366
38175 Severity=Success
38176 Facility=System
38177 SymbolicName=NRCERR_5366
38178 Language=English
38179 A RAM test failure has occurred.\n
38180 The network control block (NCB) request was refused. The NCB is the data.
38181 .
38182 Language=Polish
38183 A RAM test failure has occurred.\n
38184 The network control block (NCB) request was refused. The NCB is the data.
38185 .
38186 Language=Romanian
38187 A RAM test failure has occurred.\n
38188 The network control block (NCB) request was refused. The NCB is the data.
38189 .
38190 Language=Russian
38191 A RAM test failure has occurred.\n
38192 The network control block (NCB) request was refused. The NCB is the data.
38193 .
38194 Language=Spanish
38195 A RAM test failure has occurred.\n
38196 The network control block (NCB) request was refused. The NCB is the data.
38197 .
38198 Language=Turkish
38199 A RAM test failure has occurred.\n
38200 The network control block (NCB) request was refused. The NCB is the data.
38201 .
38202 Language=Chinese
38203 A RAM test failure has occurred.\n
38204 The network control block (NCB) request was refused. The NCB is the data.
38205 .
38206 Language=Taiwanese
38207 A RAM test failure has occurred.\n
38208 The network control block (NCB) request was refused. The NCB is the data.
38209 .
38210
38211 MessageId=5367
38212 Severity=Success
38213 Facility=System
38214 SymbolicName=NRCERR_5367
38215 Language=English
38216 A digital loopback failure has occurred.\n
38217 The network control block (NCB) request was refused. The NCB is the data.
38218 .
38219 Language=Polish
38220 A digital loopback failure has occurred.\n
38221 The network control block (NCB) request was refused. The NCB is the data.
38222 .
38223 Language=Romanian
38224 A digital loopback failure has occurred.\n
38225 The network control block (NCB) request was refused. The NCB is the data.
38226 .
38227 Language=Russian
38228 A digital loopback failure has occurred.\n
38229 The network control block (NCB) request was refused. The NCB is the data.
38230 .
38231 Language=Spanish
38232 A digital loopback failure has occurred.\n
38233 The network control block (NCB) request was refused. The NCB is the data.
38234 .
38235 Language=Turkish
38236 A digital loopback failure has occurred.\n
38237 The network control block (NCB) request was refused. The NCB is the data.
38238 .
38239 Language=Chinese
38240 A digital loopback failure has occurred.\n
38241 The network control block (NCB) request was refused. The NCB is the data.
38242 .
38243 Language=Taiwanese
38244 A digital loopback failure has occurred.\n
38245 The network control block (NCB) request was refused. The NCB is the data.
38246 .
38247
38248 MessageId=5368
38249 Severity=Success
38250 Facility=System
38251 SymbolicName=NRCERR_5368
38252 Language=English
38253 An analog loopback failure has occurred.\n
38254 The network control block (NCB) request was refused. The NCB is the data.
38255 .
38256 Language=Polish
38257 An analog loopback failure has occurred.\n
38258 The network control block (NCB) request was refused. The NCB is the data.
38259 .
38260 Language=Romanian
38261 An analog loopback failure has occurred.\n
38262 The network control block (NCB) request was refused. The NCB is the data.
38263 .
38264 Language=Russian
38265 An analog loopback failure has occurred.\n
38266 The network control block (NCB) request was refused. The NCB is the data.
38267 .
38268 Language=Spanish
38269 An analog loopback failure has occurred.\n
38270 The network control block (NCB) request was refused. The NCB is the data.
38271 .
38272 Language=Turkish
38273 An analog loopback failure has occurred.\n
38274 The network control block (NCB) request was refused. The NCB is the data.
38275 .
38276 Language=Chinese
38277 An analog loopback failure has occurred.\n
38278 The network control block (NCB) request was refused. The NCB is the data.
38279 .
38280 Language=Taiwanese
38281 An analog loopback failure has occurred.\n
38282 The network control block (NCB) request was refused. The NCB is the data.
38283 .
38284
38285 MessageId=5369
38286 Severity=Success
38287 Facility=System
38288 SymbolicName=NRCERR_5369
38289 Language=English
38290 An interface failure has occurred.\n
38291 The network control block (NCB) request was refused. The NCB is the data.
38292 .
38293 Language=Polish
38294 An interface failure has occurred.\n
38295 The network control block (NCB) request was refused. The NCB is the data.
38296 .
38297 Language=Romanian
38298 An interface failure has occurred.\n
38299 The network control block (NCB) request was refused. The NCB is the data.
38300 .
38301 Language=Russian
38302 An interface failure has occurred.\n
38303 The network control block (NCB) request was refused. The NCB is the data.
38304 .
38305 Language=Spanish
38306 An interface failure has occurred.\n
38307 The network control block (NCB) request was refused. The NCB is the data.
38308 .
38309 Language=Turkish
38310 An interface failure has occurred.\n
38311 The network control block (NCB) request was refused. The NCB is the data.
38312 .
38313 Language=Chinese
38314 An interface failure has occurred.\n
38315 The network control block (NCB) request was refused. The NCB is the data.
38316 .
38317 Language=Taiwanese
38318 An interface failure has occurred.\n
38319 The network control block (NCB) request was refused. The NCB is the data.
38320 .
38321
38322 MessageId=5370
38323 Severity=Success
38324 Facility=System
38325 SymbolicName=NRCERR_5370
38326 Language=English
38327 An unrecognized network control block (NCB) return code was received.\n
38328 The NCB is the data.
38329 .
38330 Language=Polish
38331 An unrecognized network control block (NCB) return code was received.\n
38332 The NCB is the data.
38333 .
38334 Language=Romanian
38335 An unrecognized network control block (NCB) return code was received.\n
38336 The NCB is the data.
38337 .
38338 Language=Russian
38339 An unrecognized network control block (NCB) return code was received.\n
38340 The NCB is the data.
38341 .
38342 Language=Spanish
38343 An unrecognized network control block (NCB) return code was received.\n
38344 The NCB is the data.
38345 .
38346 Language=Turkish
38347 An unrecognized network control block (NCB) return code was received.\n
38348 The NCB is the data.
38349 .
38350 Language=Chinese
38351 An unrecognized network control block (NCB) return code was received.\n
38352 The NCB is the data.
38353 .
38354 Language=Taiwanese
38355 An unrecognized network control block (NCB) return code was received.\n
38356 The NCB is the data.
38357 .
38358
38359 MessageId=5380
38360 Severity=Success
38361 Facility=System
38362 SymbolicName=NRCERR_5380
38363 Language=English
38364 A network adapter malfunction has occurred.\n
38365 The network control block (NCB) request was refused. The NCB is the data.
38366 .
38367 Language=Polish
38368 A network adapter malfunction has occurred.\n
38369 The network control block (NCB) request was refused. The NCB is the data.
38370 .
38371 Language=Romanian
38372 A network adapter malfunction has occurred.\n
38373 The network control block (NCB) request was refused. The NCB is the data.
38374 .
38375 Language=Russian
38376 A network adapter malfunction has occurred.\n
38377 The network control block (NCB) request was refused. The NCB is the data.
38378 .
38379 Language=Spanish
38380 A network adapter malfunction has occurred.\n
38381 The network control block (NCB) request was refused. The NCB is the data.
38382 .
38383 Language=Turkish
38384 A network adapter malfunction has occurred.\n
38385 The network control block (NCB) request was refused. The NCB is the data.
38386 .
38387 Language=Chinese
38388 A network adapter malfunction has occurred.\n
38389 The network control block (NCB) request was refused. The NCB is the data.
38390 .
38391 Language=Taiwanese
38392 A network adapter malfunction has occurred.\n
38393 The network control block (NCB) request was refused. The NCB is the data.
38394 .
38395
38396 MessageId=5381
38397 Severity=Success
38398 Facility=System
38399 SymbolicName=NRCERR_5381
38400 Language=English
38401 The network control block (NCB) command is still pending.\n
38402 The NCB is the data.
38403 .
38404 Language=Polish
38405 The network control block (NCB) command is still pending.\n
38406 The NCB is the data.
38407 .
38408 Language=Romanian
38409 The network control block (NCB) command is still pending.\n
38410 The NCB is the data.
38411 .
38412 Language=Russian
38413 The network control block (NCB) command is still pending.\n
38414 The NCB is the data.
38415 .
38416 Language=Spanish
38417 The network control block (NCB) command is still pending.\n
38418 The NCB is the data.
38419 .
38420 Language=Turkish
38421 The network control block (NCB) command is still pending.\n
38422 The NCB is the data.
38423 .
38424 Language=Chinese
38425 The network control block (NCB) command is still pending.\n
38426 The NCB is the data.
38427 .
38428 Language=Taiwanese
38429 The network control block (NCB) command is still pending.\n
38430 The NCB is the data.
38431 .
38432
38433
38434 ;
38435 ; alertmsg.h (non-public) message definitions (5500 - 5549 ALERT2_BASE)
38436 ;
38437
38438 MessageId=5500
38439 Severity=Success
38440 Facility=System
38441 SymbolicName=ALERT2_5500
38442 Language=English
38443 The update log on %1 is over 80%% capacity. The primary\n
38444 domain controller %2 is not retrieving the updates.
38445 .
38446 Language=Polish
38447 The update log on %1 is over 80%% capacity. The primary\n
38448 domain controller %2 is not retrieving the updates.
38449 .
38450 Language=Romanian
38451 The update log on %1 is over 80%% capacity. The primary\n
38452 domain controller %2 is not retrieving the updates.
38453 .
38454 Language=Russian
38455 The update log on %1 is over 80%% capacity. The primary\n
38456 domain controller %2 is not retrieving the updates.
38457 .
38458 Language=Spanish
38459 The update log on %1 is over 80%% capacity. The primary\n
38460 domain controller %2 is not retrieving the updates.
38461 .
38462 Language=Turkish
38463 The update log on %1 is over 80%% capacity. The primary\n
38464 domain controller %2 is not retrieving the updates.
38465 .
38466 Language=Chinese
38467 The update log on %1 is over 80%% capacity. The primary\n
38468 domain controller %2 is not retrieving the updates.
38469 .
38470 Language=Taiwanese
38471 The update log on %1 is over 80%% capacity. The primary\n
38472 domain controller %2 is not retrieving the updates.
38473 .
38474
38475 MessageId=5501
38476 Severity=Success
38477 Facility=System
38478 SymbolicName=ALERT2_5501
38479 Language=English
38480 The update log on %1 is full, and no further updates\n
38481 can be added until the primary domain controller %2\n
38482 retrieves the updates.
38483 .
38484 Language=Polish
38485 The update log on %1 is full, and no further updates\n
38486 can be added until the primary domain controller %2\n
38487 retrieves the updates.
38488 .
38489 Language=Romanian
38490 The update log on %1 is full, and no further updates\n
38491 can be added until the primary domain controller %2\n
38492 retrieves the updates.
38493 .
38494 Language=Russian
38495 The update log on %1 is full, and no further updates\n
38496 can be added until the primary domain controller %2\n
38497 retrieves the updates.
38498 .
38499 Language=Spanish
38500 The update log on %1 is full, and no further updates\n
38501 can be added until the primary domain controller %2\n
38502 retrieves the updates.
38503 .
38504 Language=Turkish
38505 The update log on %1 is full, and no further updates\n
38506 can be added until the primary domain controller %2\n
38507 retrieves the updates.
38508 .
38509 Language=Chinese
38510 The update log on %1 is full, and no further updates\n
38511 can be added until the primary domain controller %2\n
38512 retrieves the updates.
38513 .
38514 Language=Taiwanese
38515 The update log on %1 is full, and no further updates\n
38516 can be added until the primary domain controller %2\n
38517 retrieves the updates.
38518 .
38519
38520 MessageId=5502
38521 Severity=Success
38522 Facility=System
38523 SymbolicName=ALERT2_5502
38524 Language=English
38525 The time difference with the primary domain controller %1\n
38526 exceeds the maximum allowed skew of %2 seconds.
38527 .
38528 Language=Polish
38529 The time difference with the primary domain controller %1\n
38530 exceeds the maximum allowed skew of %2 seconds.
38531 .
38532 Language=Romanian
38533 The time difference with the primary domain controller %1\n
38534 exceeds the maximum allowed skew of %2 seconds.
38535 .
38536 Language=Russian
38537 The time difference with the primary domain controller %1\n
38538 exceeds the maximum allowed skew of %2 seconds.
38539 .
38540 Language=Spanish
38541 The time difference with the primary domain controller %1\n
38542 exceeds the maximum allowed skew of %2 seconds.
38543 .
38544 Language=Turkish
38545 The time difference with the primary domain controller %1\n
38546 exceeds the maximum allowed skew of %2 seconds.
38547 .
38548 Language=Chinese
38549 The time difference with the primary domain controller %1\n
38550 exceeds the maximum allowed skew of %2 seconds.
38551 .
38552 Language=Taiwanese
38553 The time difference with the primary domain controller %1\n
38554 exceeds the maximum allowed skew of %2 seconds.
38555 .
38556
38557 MessageId=5503
38558 Severity=Success
38559 Facility=System
38560 SymbolicName=ALERT2_5503
38561 Language=English
38562 The account of user %1 has been locked out on %2\n
38563 due to %3 bad password attempts.
38564 .
38565 Language=Polish
38566 The account of user %1 has been locked out on %2\n
38567 due to %3 bad password attempts.
38568 .
38569 Language=Romanian
38570 The account of user %1 has been locked out on %2\n
38571 due to %3 bad password attempts.
38572 .
38573 Language=Russian
38574 The account of user %1 has been locked out on %2\n
38575 due to %3 bad password attempts.
38576 .
38577 Language=Spanish
38578 The account of user %1 has been locked out on %2\n
38579 due to %3 bad password attempts.
38580 .
38581 Language=Turkish
38582 The account of user %1 has been locked out on %2\n
38583 due to %3 bad password attempts.
38584 .
38585 Language=Chinese
38586 The account of user %1 has been locked out on %2\n
38587 due to %3 bad password attempts.
38588 .
38589 Language=Taiwanese
38590 The account of user %1 has been locked out on %2\n
38591 due to %3 bad password attempts.
38592 .
38593
38594 MessageId=5504
38595 Severity=Success
38596 Facility=System
38597 SymbolicName=ALERT2_5504
38598 Language=English
38599 The %1 log file cannot be opened.
38600 .
38601 Language=Polish
38602 The %1 log file cannot be opened.
38603 .
38604 Language=Romanian
38605 The %1 log file cannot be opened.
38606 .
38607 Language=Russian
38608 The %1 log file cannot be opened.
38609 .
38610 Language=Spanish
38611 The %1 log file cannot be opened.
38612 .
38613 Language=Turkish
38614 The %1 log file cannot be opened.
38615 .
38616 Language=Chinese
38617 The %1 log file cannot be opened.
38618 .
38619 Language=Taiwanese
38620 The %1 log file cannot be opened.
38621 .
38622
38623 MessageId=5505
38624 Severity=Success
38625 Facility=System
38626 SymbolicName=ALERT2_5505
38627 Language=English
38628 The %1 log file is corrupted and will be cleared.
38629 .
38630 Language=Polish
38631 The %1 log file is corrupted and will be cleared.
38632 .
38633 Language=Romanian
38634 The %1 log file is corrupted and will be cleared.
38635 .
38636 Language=Russian
38637 The %1 log file is corrupted and will be cleared.
38638 .
38639 Language=Spanish
38640 The %1 log file is corrupted and will be cleared.
38641 .
38642 Language=Turkish
38643 The %1 log file is corrupted and will be cleared.
38644 .
38645 Language=Chinese
38646 The %1 log file is corrupted and will be cleared.
38647 .
38648 Language=Taiwanese
38649 The %1 log file is corrupted and will be cleared.
38650 .
38651
38652 MessageId=5506
38653 Severity=Success
38654 Facility=System
38655 SymbolicName=ALERT2_5506
38656 Language=English
38657 The Application log file could not be opened. %1 will be used as the\n
38658 default log file.
38659 .
38660 Language=Polish
38661 The Application log file could not be opened. %1 will be used as the\n
38662 default log file.
38663 .
38664 Language=Romanian
38665 The Application log file could not be opened. %1 will be used as the\n
38666 default log file.
38667 .
38668 Language=Russian
38669 The Application log file could not be opened. %1 will be used as the\n
38670 default log file.
38671 .
38672 Language=Spanish
38673 The Application log file could not be opened. %1 will be used as the\n
38674 default log file.
38675 .
38676 Language=Turkish
38677 The Application log file could not be opened. %1 will be used as the\n
38678 default log file.
38679 .
38680 Language=Chinese
38681 The Application log file could not be opened. %1 will be used as the\n
38682 default log file.
38683 .
38684 Language=Taiwanese
38685 The Application log file could not be opened. %1 will be used as the\n
38686 default log file.
38687 .
38688
38689 MessageId=5507
38690 Severity=Success
38691 Facility=System
38692 SymbolicName=ALERT2_5507
38693 Language=English
38694 The %1 Log is full. If this is the first time you have seen this\n
38695 message, take the following steps:%n\n
38696 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
38697 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
38698 If this dialog reappears, contact your helpdesk or system administrator.
38699 .
38700 Language=Polish
38701 The %1 Log is full. If this is the first time you have seen this\n
38702 message, take the following steps:%n\n
38703 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
38704 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
38705 If this dialog reappears, contact your helpdesk or system administrator.
38706 .
38707 Language=Romanian
38708 The %1 Log is full. If this is the first time you have seen this\n
38709 message, take the following steps:%n\n
38710 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
38711 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
38712 If this dialog reappears, contact your helpdesk or system administrator.
38713 .
38714 Language=Russian
38715 The %1 Log is full. If this is the first time you have seen this\n
38716 message, take the following steps:%n\n
38717 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
38718 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
38719 If this dialog reappears, contact your helpdesk or system administrator.
38720 .
38721 Language=Spanish
38722 The %1 Log is full. If this is the first time you have seen this\n
38723 message, take the following steps:%n\n
38724 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
38725 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
38726 If this dialog reappears, contact your helpdesk or system administrator.
38727 .
38728 Language=Turkish
38729 The %1 Log is full. If this is the first time you have seen this\n
38730 message, take the following steps:%n\n
38731 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
38732 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
38733 If this dialog reappears, contact your helpdesk or system administrator.
38734 .
38735 Language=Chinese
38736 The %1 Log is full. If this is the first time you have seen this\n
38737 message, take the following steps:%n\n
38738 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
38739 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
38740 If this dialog reappears, contact your helpdesk or system administrator.
38741 .
38742 Language=Taiwanese
38743 The %1 Log is full. If this is the first time you have seen this\n
38744 message, take the following steps:%n\n
38745 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
38746 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
38747 If this dialog reappears, contact your helpdesk or system administrator.
38748 .
38749
38750 MessageId=5508
38751 Severity=Success
38752 Facility=System
38753 SymbolicName=ALERT2_5508
38754 Language=English
38755 The security database full synchronization has been initiated by the server %1.
38756 .
38757 Language=Polish
38758 The security database full synchronization has been initiated by the server %1.
38759 .
38760 Language=Romanian
38761 The security database full synchronization has been initiated by the server %1.
38762 .
38763 Language=Russian
38764 The security database full synchronization has been initiated by the server %1.
38765 .
38766 Language=Spanish
38767 The security database full synchronization has been initiated by the server %1.
38768 .
38769 Language=Turkish
38770 The security database full synchronization has been initiated by the server %1.
38771 .
38772 Language=Chinese
38773 The security database full synchronization has been initiated by the server %1.
38774 .
38775 Language=Taiwanese
38776 The security database full synchronization has been initiated by the server %1.
38777 .
38778
38779 MessageId=5509
38780 Severity=Success
38781 Facility=System
38782 SymbolicName=ALERT2_5509
38783 Language=English
38784 The operating system could not be started as configured.\n
38785 A previous working configuration was used instead.
38786 .
38787 Language=Polish
38788 The operating system could not be started as configured.\n
38789 A previous working configuration was used instead.
38790 .
38791 Language=Romanian
38792 The operating system could not be started as configured.\n
38793 A previous working configuration was used instead.
38794 .
38795 Language=Russian
38796 The operating system could not be started as configured.\n
38797 A previous working configuration was used instead.
38798 .
38799 Language=Spanish
38800 The operating system could not be started as configured.\n
38801 A previous working configuration was used instead.
38802 .
38803 Language=Turkish
38804 The operating system could not be started as configured.\n
38805 A previous working configuration was used instead.
38806 .
38807 Language=Chinese
38808 The operating system could not be started as configured.\n
38809 A previous working configuration was used instead.
38810 .
38811 Language=Taiwanese
38812 The operating system could not be started as configured.\n
38813 A previous working configuration was used instead.
38814 .
38815
38816 MessageId=5510
38817 Severity=Success
38818 Facility=System
38819 SymbolicName=ALERT2_5510
38820 Language=English
38821 The exception 0x%1 occurred in the application %2 at location 0x%3.
38822 .
38823 Language=Polish
38824 The exception 0x%1 occurred in the application %2 at location 0x%3.
38825 .
38826 Language=Romanian
38827 The exception 0x%1 occurred in the application %2 at location 0x%3.
38828 .
38829 Language=Russian
38830 The exception 0x%1 occurred in the application %2 at location 0x%3.
38831 .
38832 Language=Spanish
38833 The exception 0x%1 occurred in the application %2 at location 0x%3.
38834 .
38835 Language=Turkish
38836 The exception 0x%1 occurred in the application %2 at location 0x%3.
38837 .
38838 Language=Chinese
38839 The exception 0x%1 occurred in the application %2 at location 0x%3.
38840 .
38841 Language=Taiwanese
38842 The exception 0x%1 occurred in the application %2 at location 0x%3.
38843 .
38844
38845 MessageId=5511
38846 Severity=Success
38847 Facility=System
38848 SymbolicName=ALERT2_5511
38849 Language=English
38850 The servers %1 and %3 both claim to be an NT Domain Controller for\n
38851 the %2 domain. One of the servers should be removed from the\n
38852 domain because the servers have different security identifiers\n
38853 (SID).
38854 .
38855 Language=Polish
38856 The servers %1 and %3 both claim to be an NT Domain Controller for\n
38857 the %2 domain. One of the servers should be removed from the\n
38858 domain because the servers have different security identifiers\n
38859 (SID).
38860 .
38861 Language=Romanian
38862 The servers %1 and %3 both claim to be an NT Domain Controller for\n
38863 the %2 domain. One of the servers should be removed from the\n
38864 domain because the servers have different security identifiers\n
38865 (SID).
38866 .
38867 Language=Russian
38868 The servers %1 and %3 both claim to be an NT Domain Controller for\n
38869 the %2 domain. One of the servers should be removed from the\n
38870 domain because the servers have different security identifiers\n
38871 (SID).
38872 .
38873 Language=Spanish
38874 The servers %1 and %3 both claim to be an NT Domain Controller for\n
38875 the %2 domain. One of the servers should be removed from the\n
38876 domain because the servers have different security identifiers\n
38877 (SID).
38878 .
38879 Language=Turkish
38880 The servers %1 and %3 both claim to be an NT Domain Controller for\n
38881 the %2 domain. One of the servers should be removed from the\n
38882 domain because the servers have different security identifiers\n
38883 (SID).
38884 .
38885 Language=Chinese
38886 The servers %1 and %3 both claim to be an NT Domain Controller for\n
38887 the %2 domain. One of the servers should be removed from the\n
38888 domain because the servers have different security identifiers\n
38889 (SID).
38890 .
38891 Language=Taiwanese
38892 The servers %1 and %3 both claim to be an NT Domain Controller for\n
38893 the %2 domain. One of the servers should be removed from the\n
38894 domain because the servers have different security identifiers\n
38895 (SID).
38896 .
38897
38898 MessageId=5512
38899 Severity=Success
38900 Facility=System
38901 SymbolicName=ALERT2_5512
38902 Language=English
38903 The server %1 and %2 both claim to be the primary domain\n
38904 controller for the %3 domain. One of the servers should be\n
38905 demoted or removed from the domain.
38906 .
38907 Language=Polish
38908 The server %1 and %2 both claim to be the primary domain\n
38909 controller for the %3 domain. One of the servers should be\n
38910 demoted or removed from the domain.
38911 .
38912 Language=Romanian
38913 The server %1 and %2 both claim to be the primary domain\n
38914 controller for the %3 domain. One of the servers should be\n
38915 demoted or removed from the domain.
38916 .
38917 Language=Russian
38918 The server %1 and %2 both claim to be the primary domain\n
38919 controller for the %3 domain. One of the servers should be\n
38920 demoted or removed from the domain.
38921 .
38922 Language=Spanish
38923 The server %1 and %2 both claim to be the primary domain\n
38924 controller for the %3 domain. One of the servers should be\n
38925 demoted or removed from the domain.
38926 .
38927 Language=Turkish
38928 The server %1 and %2 both claim to be the primary domain\n
38929 controller for the %3 domain. One of the servers should be\n
38930 demoted or removed from the domain.
38931 .
38932 Language=Chinese
38933 The server %1 and %2 both claim to be the primary domain\n
38934 controller for the %3 domain. One of the servers should be\n
38935 demoted or removed from the domain.
38936 .
38937 Language=Taiwanese
38938 The server %1 and %2 both claim to be the primary domain\n
38939 controller for the %3 domain. One of the servers should be\n
38940 demoted or removed from the domain.
38941 .
38942
38943 MessageId=5513
38944 Severity=Success
38945 Facility=System
38946 SymbolicName=ALERT2_5513
38947 Language=English
38948 The computer %1 tried to connect to the server %2 using\n
38949 the trust relationship established by the %3 domain. However, the\n
38950 computer lost the correct security identifier (SID)\n
38951 when the domain was reconfigured. Reestablish the trust\n
38952 relationship.
38953 .
38954 Language=Polish
38955 The computer %1 tried to connect to the server %2 using\n
38956 the trust relationship established by the %3 domain. However, the\n
38957 computer lost the correct security identifier (SID)\n
38958 when the domain was reconfigured. Reestablish the trust\n
38959 relationship.
38960 .
38961 Language=Romanian
38962 The computer %1 tried to connect to the server %2 using\n
38963 the trust relationship established by the %3 domain. However, the\n
38964 computer lost the correct security identifier (SID)\n
38965 when the domain was reconfigured. Reestablish the trust\n
38966 relationship.
38967 .
38968 Language=Russian
38969 The computer %1 tried to connect to the server %2 using\n
38970 the trust relationship established by the %3 domain. However, the\n
38971 computer lost the correct security identifier (SID)\n
38972 when the domain was reconfigured. Reestablish the trust\n
38973 relationship.
38974 .
38975 Language=Spanish
38976 The computer %1 tried to connect to the server %2 using\n
38977 the trust relationship established by the %3 domain. However, the\n
38978 computer lost the correct security identifier (SID)\n
38979 when the domain was reconfigured. Reestablish the trust\n
38980 relationship.
38981 .
38982 Language=Turkish
38983 The computer %1 tried to connect to the server %2 using\n
38984 the trust relationship established by the %3 domain. However, the\n
38985 computer lost the correct security identifier (SID)\n
38986 when the domain was reconfigured. Reestablish the trust\n
38987 relationship.
38988 .
38989 Language=Chinese
38990 The computer %1 tried to connect to the server %2 using\n
38991 the trust relationship established by the %3 domain. However, the\n
38992 computer lost the correct security identifier (SID)\n
38993 when the domain was reconfigured. Reestablish the trust\n
38994 relationship.
38995 .
38996 Language=Taiwanese
38997 The computer %1 tried to connect to the server %2 using\n
38998 the trust relationship established by the %3 domain. However, the\n
38999 computer lost the correct security identifier (SID)\n
39000 when the domain was reconfigured. Reestablish the trust\n
39001 relationship.
39002 .
39003
39004 MessageId=5514
39005 Severity=Success
39006 Facility=System
39007 SymbolicName=ALERT2_5514
39008 Language=English
39009 The computer has rebooted from a bugcheck. The bugcheck was:\n
39010 %1.\n
39011 %2\n
39012 A full dump was not saved.
39013 .
39014 Language=Polish
39015 The computer has rebooted from a bugcheck. The bugcheck was:\n
39016 %1.\n
39017 %2\n
39018 A full dump was not saved.
39019 .
39020 Language=Romanian
39021 The computer has rebooted from a bugcheck. The bugcheck was:\n
39022 %1.\n
39023 %2\n
39024 A full dump was not saved.
39025 .
39026 Language=Russian
39027 The computer has rebooted from a bugcheck. The bugcheck was:\n
39028 %1.\n
39029 %2\n
39030 A full dump was not saved.
39031 .
39032 Language=Spanish
39033 The computer has rebooted from a bugcheck. The bugcheck was:\n
39034 %1.\n
39035 %2\n
39036 A full dump was not saved.
39037 .
39038 Language=Turkish
39039 The computer has rebooted from a bugcheck. The bugcheck was:\n
39040 %1.\n
39041 %2\n
39042 A full dump was not saved.
39043 .
39044 Language=Chinese
39045 The computer has rebooted from a bugcheck. The bugcheck was:\n
39046 %1.\n
39047 %2\n
39048 A full dump was not saved.
39049 .
39050 Language=Taiwanese
39051 The computer has rebooted from a bugcheck. The bugcheck was:\n
39052 %1.\n
39053 %2\n
39054 A full dump was not saved.
39055 .
39056
39057 MessageId=5515
39058 Severity=Success
39059 Facility=System
39060 SymbolicName=ALERT2_5515
39061 Language=English
39062 The computer has rebooted from a bugcheck. The bugcheck was:\n
39063 %1.\n
39064 %2\n
39065 A dump was saved in: %3.
39066 .
39067 Language=Polish
39068 The computer has rebooted from a bugcheck. The bugcheck was:\n
39069 %1.\n
39070 %2\n
39071 A dump was saved in: %3.
39072 .
39073 Language=Romanian
39074 The computer has rebooted from a bugcheck. The bugcheck was:\n
39075 %1.\n
39076 %2\n
39077 A dump was saved in: %3.
39078 .
39079 Language=Russian
39080 The computer has rebooted from a bugcheck. The bugcheck was:\n
39081 %1.\n
39082 %2\n
39083 A dump was saved in: %3.
39084 .
39085 Language=Spanish
39086 The computer has rebooted from a bugcheck. The bugcheck was:\n
39087 %1.\n
39088 %2\n
39089 A dump was saved in: %3.
39090 .
39091 Language=Turkish
39092 The computer has rebooted from a bugcheck. The bugcheck was:\n
39093 %1.\n
39094 %2\n
39095 A dump was saved in: %3.
39096 .
39097 Language=Chinese
39098 The computer has rebooted from a bugcheck. The bugcheck was:\n
39099 %1.\n
39100 %2\n
39101 A dump was saved in: %3.
39102 .
39103 Language=Taiwanese
39104 The computer has rebooted from a bugcheck. The bugcheck was:\n
39105 %1.\n
39106 %2\n
39107 A dump was saved in: %3.
39108 .
39109
39110 MessageId=5516
39111 Severity=Success
39112 Facility=System
39113 SymbolicName=ALERT2_5516
39114 Language=English
39115 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39116 trust.) However, %1 and %2 have the same machine security identifier\n
39117 (SID). The operating system should be re-installed on either %1 or %2.
39118 .
39119 Language=Polish
39120 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39121 trust.) However, %1 and %2 have the same machine security identifier\n
39122 (SID). The operating system should be re-installed on either %1 or %2.
39123 .
39124 Language=Romanian
39125 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39126 trust.) However, %1 and %2 have the same machine security identifier\n
39127 (SID). The operating system should be re-installed on either %1 or %2.
39128 .
39129 Language=Russian
39130 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39131 trust.) However, %1 and %2 have the same machine security identifier\n
39132 (SID). The operating system should be re-installed on either %1 or %2.
39133 .
39134 Language=Spanish
39135 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39136 trust.) However, %1 and %2 have the same machine security identifier\n
39137 (SID). The operating system should be re-installed on either %1 or %2.
39138 .
39139 Language=Turkish
39140 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39141 trust.) However, %1 and %2 have the same machine security identifier\n
39142 (SID). The operating system should be re-installed on either %1 or %2.
39143 .
39144 Language=Chinese
39145 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39146 trust.) However, %1 and %2 have the same machine security identifier\n
39147 (SID). The operating system should be re-installed on either %1 or %2.
39148 .
39149 Language=Taiwanese
39150 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39151 trust.) However, %1 and %2 have the same machine security identifier\n
39152 (SID). The operating system should be re-installed on either %1 or %2.
39153 .
39154
39155 MessageId=5517
39156 Severity=Success
39157 Facility=System
39158 SymbolicName=ALERT2_5517
39159 Language=English
39160 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39161 trust.) However, %2 is not a valid name for a trusted domain.\n
39162 The name of the trusted domain should be changed to a valid name.
39163 .
39164 Language=Polish
39165 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39166 trust.) However, %2 is not a valid name for a trusted domain.\n
39167 The name of the trusted domain should be changed to a valid name.
39168 .
39169 Language=Romanian
39170 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39171 trust.) However, %2 is not a valid name for a trusted domain.\n
39172 The name of the trusted domain should be changed to a valid name.
39173 .
39174 Language=Russian
39175 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39176 trust.) However, %2 is not a valid name for a trusted domain.\n
39177 The name of the trusted domain should be changed to a valid name.
39178 .
39179 Language=Spanish
39180 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39181 trust.) However, %2 is not a valid name for a trusted domain.\n
39182 The name of the trusted domain should be changed to a valid name.
39183 .
39184 Language=Turkish
39185 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39186 trust.) However, %2 is not a valid name for a trusted domain.\n
39187 The name of the trusted domain should be changed to a valid name.
39188 .
39189 Language=Chinese
39190 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39191 trust.) However, %2 is not a valid name for a trusted domain.\n
39192 The name of the trusted domain should be changed to a valid name.
39193 .
39194 Language=Taiwanese
39195 The computer or domain %1 trusts domain %2. (This may be an indirect\n
39196 trust.) However, %2 is not a valid name for a trusted domain.\n
39197 The name of the trusted domain should be changed to a valid name.
39198 .
39199
39200
39201 ;
39202 ; lmsvc.h message definitions (5600 - 5699 SERVICE2_BASE)
39203 ;
39204
39205 MessageId=5600
39206 Severity=Success
39207 Facility=System
39208 SymbolicName=SERVICE_UIC_M_NETLOGON_MPATH
39209 Language=English
39210 Could not share the User or Script path.
39211 .
39212 Language=Polish
39213 Could not share the User or Script path.
39214 .
39215 Language=Romanian
39216 Could not share the User or Script path.
39217 .
39218 Language=Russian
39219 Could not share the User or Script path.
39220 .
39221 Language=Spanish
39222 Could not share the User or Script path.
39223 .
39224 Language=Turkish
39225 Could not share the User or Script path.
39226 .
39227 Language=Chinese
39228 Could not share the User or Script path.
39229 .
39230 Language=Taiwanese
39231 Could not share the User or Script path.
39232 .
39233
39234 MessageId=5601
39235 Severity=Success
39236 Facility=System
39237 SymbolicName=SERVICE_UIC_M_LSA_MACHINE_ACCT
39238 Language=English
39239 The password for this computer is not found in the local security\ndatabase.
39240 .
39241 Language=Polish
39242 The password for this computer is not found in the local security\ndatabase.
39243 .
39244 Language=Romanian
39245 The password for this computer is not found in the local security\ndatabase.
39246 .
39247 Language=Russian
39248 The password for this computer is not found in the local security\ndatabase.
39249 .
39250 Language=Spanish
39251 The password for this computer is not found in the local security\ndatabase.
39252 .
39253 Language=Turkish
39254 The password for this computer is not found in the local security\ndatabase.
39255 .
39256 Language=Chinese
39257 The password for this computer is not found in the local security\ndatabase.
39258 .
39259 Language=Taiwanese
39260 The password for this computer is not found in the local security\ndatabase.
39261 .
39262
39263 MessageId=5602
39264 Severity=Success
39265 Facility=System
39266 SymbolicName=SERVICE_UIC_M_DATABASE_ERROR
39267 Language=English
39268 An internal error occurred while accessing the computer's\nlocal or network security database.
39269 .
39270 Language=Polish
39271 An internal error occurred while accessing the computer's\nlocal or network security database.
39272 .
39273 Language=Romanian
39274 An internal error occurred while accessing the computer's\nlocal or network security database.
39275 .
39276 Language=Russian
39277 An internal error occurred while accessing the computer's\nlocal or network security database.
39278 .
39279 Language=Spanish
39280 An internal error occurred while accessing the computer's\nlocal or network security database.
39281 .
39282 Language=Turkish
39283 An internal error occurred while accessing the computer's\nlocal or network security database.
39284 .
39285 Language=Chinese
39286 An internal error occurred while accessing the computer's\nlocal or network security database.
39287 .
39288 Language=Taiwanese
39289 An internal error occurred while accessing the computer's\nlocal or network security database.
39290 .
39291
39292
39293 ;
39294 ; lmerrlog.h messages definitions (5700 - 5899 ERRLOG2_BASE)
39295 ;
39296
39297 MessageId=5700
39298 Severity=Success
39299 Facility=System
39300 SymbolicName=NELOG_NetlogonSSIInitError
39301 Language=English
39302 The Netlogon service could not initialize the replication data\n
39303 structures successfully. The service was terminated. The following\n
39304 error occurred: %n%1
39305 .
39306 Language=Polish
39307 The Netlogon service could not initialize the replication data\n
39308 structures successfully. The service was terminated. The following\n
39309 error occurred: %n%1
39310 .
39311 Language=Romanian
39312 The Netlogon service could not initialize the replication data\n
39313 structures successfully. The service was terminated. The following\n
39314 error occurred: %n%1
39315 .
39316 Language=Russian
39317 The Netlogon service could not initialize the replication data\n
39318 structures successfully. The service was terminated. The following\n
39319 error occurred: %n%1
39320 .
39321 Language=Spanish
39322 The Netlogon service could not initialize the replication data\n
39323 structures successfully. The service was terminated. The following\n
39324 error occurred: %n%1
39325 .
39326 Language=Turkish
39327 The Netlogon service could not initialize the replication data\n
39328 structures successfully. The service was terminated. The following\n
39329 error occurred: %n%1
39330 .
39331 Language=Chinese
39332 The Netlogon service could not initialize the replication data\n
39333 structures successfully. The service was terminated. The following\n
39334 error occurred: %n%1
39335 .
39336 Language=Taiwanese
39337 The Netlogon service could not initialize the replication data\n
39338 structures successfully. The service was terminated. The following\n
39339 error occurred: %n%1
39340 .
39341
39342 MessageId=5701
39343 Severity=Success
39344 Facility=System
39345 SymbolicName=NELOG_NetlogonFailedToUpdateTrustList
39346 Language=English
39347 The Netlogon service failed to update the domain trust list. The\n
39348 following error occurred: %n%1
39349 .
39350 Language=Polish
39351 The Netlogon service failed to update the domain trust list. The\n
39352 following error occurred: %n%1
39353 .
39354 Language=Romanian
39355 The Netlogon service failed to update the domain trust list. The\n
39356 following error occurred: %n%1
39357 .
39358 Language=Russian
39359 The Netlogon service failed to update the domain trust list. The\n
39360 following error occurred: %n%1
39361 .
39362 Language=Spanish
39363 The Netlogon service failed to update the domain trust list. The\n
39364 following error occurred: %n%1
39365 .
39366 Language=Turkish
39367 The Netlogon service failed to update the domain trust list. The\n
39368 following error occurred: %n%1
39369 .
39370 Language=Chinese
39371 The Netlogon service failed to update the domain trust list. The\n
39372 following error occurred: %n%1
39373 .
39374 Language=Taiwanese
39375 The Netlogon service failed to update the domain trust list. The\n
39376 following error occurred: %n%1
39377 .
39378
39379 MessageId=5702
39380 Severity=Success
39381 Facility=System
39382 SymbolicName=NELOG_NetlogonFailedToAddRpcInterface
39383 Language=English
39384 The Netlogon service could not add the RPC interface. The\n
39385 service was terminated. The following error occurred: %n%1
39386 .
39387 Language=Polish
39388 The Netlogon service could not add the RPC interface. The\n
39389 service was terminated. The following error occurred: %n%1
39390 .
39391 Language=Romanian
39392 The Netlogon service could not add the RPC interface. The\n
39393 service was terminated. The following error occurred: %n%1
39394 .
39395 Language=Russian
39396 The Netlogon service could not add the RPC interface. The\n
39397 service was terminated. The following error occurred: %n%1
39398 .
39399 Language=Spanish
39400 The Netlogon service could not add the RPC interface. The\n
39401 service was terminated. The following error occurred: %n%1
39402 .
39403 Language=Turkish
39404 The Netlogon service could not add the RPC interface. The\n
39405 service was terminated. The following error occurred: %n%1
39406 .
39407 Language=Chinese
39408 The Netlogon service could not add the RPC interface. The\n
39409 service was terminated. The following error occurred: %n%1
39410 .
39411 Language=Taiwanese
39412 The Netlogon service could not add the RPC interface. The\n
39413 service was terminated. The following error occurred: %n%1
39414 .
39415
39416 MessageId=5703
39417 Severity=Success
39418 Facility=System
39419 SymbolicName=NELOG_NetlogonFailedToReadMailslot
39420 Language=English
39421 The Netlogon service could not read a mailslot message from %1 due\n
39422 to the following error: %n%2
39423 .
39424 Language=Polish
39425 The Netlogon service could not read a mailslot message from %1 due\n
39426 to the following error: %n%2
39427 .
39428 Language=Romanian
39429 The Netlogon service could not read a mailslot message from %1 due\n
39430 to the following error: %n%2
39431 .
39432 Language=Russian
39433 The Netlogon service could not read a mailslot message from %1 due\n
39434 to the following error: %n%2
39435 .
39436 Language=Spanish
39437 The Netlogon service could not read a mailslot message from %1 due\n
39438 to the following error: %n%2
39439 .
39440 Language=Turkish
39441 The Netlogon service could not read a mailslot message from %1 due\n
39442 to the following error: %n%2
39443 .
39444 Language=Chinese
39445 The Netlogon service could not read a mailslot message from %1 due\n
39446 to the following error: %n%2
39447 .
39448 Language=Taiwanese
39449 The Netlogon service could not read a mailslot message from %1 due\n
39450 to the following error: %n%2
39451 .
39452
39453 MessageId=5704
39454 Severity=Success
39455 Facility=System
39456 SymbolicName=NELOG_NetlogonFailedToRegisterSC
39457 Language=English
39458 The Netlogon service failed to register the service with the\n
39459 service controller. The service was terminated. The following\n
39460 error occurred: %n%1
39461 .
39462 Language=Polish
39463 The Netlogon service failed to register the service with the\n
39464 service controller. The service was terminated. The following\n
39465 error occurred: %n%1
39466 .
39467 Language=Romanian
39468 The Netlogon service failed to register the service with the\n
39469 service controller. The service was terminated. The following\n
39470 error occurred: %n%1
39471 .
39472 Language=Russian
39473 The Netlogon service failed to register the service with the\n
39474 service controller. The service was terminated. The following\n
39475 error occurred: %n%1
39476 .
39477 Language=Spanish
39478 The Netlogon service failed to register the service with the\n
39479 service controller. The service was terminated. The following\n
39480 error occurred: %n%1
39481 .
39482 Language=Turkish
39483 The Netlogon service failed to register the service with the\n
39484 service controller. The service was terminated. The following\n
39485 error occurred: %n%1
39486 .
39487 Language=Chinese
39488 The Netlogon service failed to register the service with the\n
39489 service controller. The service was terminated. The following\n
39490 error occurred: %n%1
39491 .
39492 Language=Taiwanese
39493 The Netlogon service failed to register the service with the\n
39494 service controller. The service was terminated. The following\n
39495 error occurred: %n%1
39496 .
39497
39498 MessageId=5705
39499 Severity=Success
39500 Facility=System
39501 SymbolicName=NELOG_NetlogonChangeLogCorrupt
39502 Language=English
39503 The change log cache maintained by the Netlogon service for %1\n
39504 database changes is inconsistent. The Netlogon service is resetting\n
39505 the change log.
39506 .
39507 Language=Polish
39508 The change log cache maintained by the Netlogon service for %1\n
39509 database changes is inconsistent. The Netlogon service is resetting\n
39510 the change log.
39511 .
39512 Language=Romanian
39513 The change log cache maintained by the Netlogon service for %1\n
39514 database changes is inconsistent. The Netlogon service is resetting\n
39515 the change log.
39516 .
39517 Language=Russian
39518 The change log cache maintained by the Netlogon service for %1\n
39519 database changes is inconsistent. The Netlogon service is resetting\n
39520 the change log.
39521 .
39522 Language=Spanish
39523 The change log cache maintained by the Netlogon service for %1\n
39524 database changes is inconsistent. The Netlogon service is resetting\n
39525 the change log.
39526 .
39527 Language=Turkish
39528 The change log cache maintained by the Netlogon service for %1\n
39529 database changes is inconsistent. The Netlogon service is resetting\n
39530 the change log.
39531 .
39532 Language=Chinese
39533 The change log cache maintained by the Netlogon service for %1\n
39534 database changes is inconsistent. The Netlogon service is resetting\n
39535 the change log.
39536 .
39537 Language=Taiwanese
39538 The change log cache maintained by the Netlogon service for %1\n
39539 database changes is inconsistent. The Netlogon service is resetting\n
39540 the change log.
39541 .
39542
39543 MessageId=5706
39544 Severity=Success
39545 Facility=System
39546 SymbolicName=NELOG_NetlogonFailedToCreateShare
39547 Language=English
39548 The Netlogon service could not create server share %1. The following\n
39549 error occurred: %n%2
39550 .
39551 Language=Polish
39552 The Netlogon service could not create server share %1. The following\n
39553 error occurred: %n%2
39554 .
39555 Language=Romanian
39556 The Netlogon service could not create server share %1. The following\n
39557 error occurred: %n%2
39558 .
39559 Language=Russian
39560 The Netlogon service could not create server share %1. The following\n
39561 error occurred: %n%2
39562 .
39563 Language=Spanish
39564 The Netlogon service could not create server share %1. The following\n
39565 error occurred: %n%2
39566 .
39567 Language=Turkish
39568 The Netlogon service could not create server share %1. The following\n
39569 error occurred: %n%2
39570 .
39571 Language=Chinese
39572 The Netlogon service could not create server share %1. The following\n
39573 error occurred: %n%2
39574 .
39575 Language=Taiwanese
39576 The Netlogon service could not create server share %1. The following\n
39577 error occurred: %n%2
39578 .
39579
39580 MessageId=5707
39581 Severity=Success
39582 Facility=System
39583 SymbolicName=NELOG_NetlogonDownLevelLogonFailed
39584 Language=English
39585 The down-level logon request for the user %1 from %2 failed.
39586 .
39587 Language=Polish
39588 The down-level logon request for the user %1 from %2 failed.
39589 .
39590 Language=Romanian
39591 The down-level logon request for the user %1 from %2 failed.
39592 .
39593 Language=Russian
39594 The down-level logon request for the user %1 from %2 failed.
39595 .
39596 Language=Spanish
39597 The down-level logon request for the user %1 from %2 failed.
39598 .
39599 Language=Turkish
39600 The down-level logon request for the user %1 from %2 failed.
39601 .
39602 Language=Chinese
39603 The down-level logon request for the user %1 from %2 failed.
39604 .
39605 Language=Taiwanese
39606 The down-level logon request for the user %1 from %2 failed.
39607 .
39608
39609 MessageId=5708
39610 Severity=Success
39611 Facility=System
39612 SymbolicName=NELOG_NetlogonDownLevelLogoffFailed
39613 Language=English
39614 The down-level logoff request for the user %1 from %2 failed.
39615 .
39616 Language=Polish
39617 The down-level logoff request for the user %1 from %2 failed.
39618 .
39619 Language=Romanian
39620 The down-level logoff request for the user %1 from %2 failed.
39621 .
39622 Language=Russian
39623 The down-level logoff request for the user %1 from %2 failed.
39624 .
39625 Language=Spanish
39626 The down-level logoff request for the user %1 from %2 failed.
39627 .
39628 Language=Turkish
39629 The down-level logoff request for the user %1 from %2 failed.
39630 .
39631 Language=Chinese
39632 The down-level logoff request for the user %1 from %2 failed.
39633 .
39634 Language=Taiwanese
39635 The down-level logoff request for the user %1 from %2 failed.
39636 .
39637
39638 MessageId=5709
39639 Severity=Success
39640 Facility=System
39641 SymbolicName=NELOG_NetlogonNTLogonFailed
39642 Language=English
39643 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
39644 failed.
39645 .
39646 Language=Polish
39647 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
39648 failed.
39649 .
39650 Language=Romanian
39651 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
39652 failed.
39653 .
39654 Language=Russian
39655 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
39656 failed.
39657 .
39658 Language=Spanish
39659 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
39660 failed.
39661 .
39662 Language=Turkish
39663 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
39664 failed.
39665 .
39666 Language=Chinese
39667 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
39668 failed.
39669 .
39670 Language=Taiwanese
39671 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
39672 failed.
39673 .
39674
39675 MessageId=5710
39676 Severity=Success
39677 Facility=System
39678 SymbolicName=NELOG_NetlogonNTLogoffFailed
39679 Language=English
39680 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
39681 failed.
39682 .
39683 Language=Polish
39684 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
39685 failed.
39686 .
39687 Language=Romanian
39688 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
39689 failed.
39690 .
39691 Language=Russian
39692 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
39693 failed.
39694 .
39695 Language=Spanish
39696 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
39697 failed.
39698 .
39699 Language=Turkish
39700 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
39701 failed.
39702 .
39703 Language=Chinese
39704 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
39705 failed.
39706 .
39707 Language=Taiwanese
39708 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
39709 failed.
39710 .
39711
39712 MessageId=5711
39713 Severity=Success
39714 Facility=System
39715 SymbolicName=NELOG_NetlogonPartialSyncCallSuccess
39716 Language=English
39717 The partial synchronization request from the server %1 completed\n
39718 successfully. %2 changes(s) has(have) been returned to the\n
39719 caller.
39720 .
39721 Language=Polish
39722 The partial synchronization request from the server %1 completed\n
39723 successfully. %2 changes(s) has(have) been returned to the\n
39724 caller.
39725 .
39726 Language=Romanian
39727 The partial synchronization request from the server %1 completed\n
39728 successfully. %2 changes(s) has(have) been returned to the\n
39729 caller.
39730 .
39731 Language=Russian
39732 The partial synchronization request from the server %1 completed\n
39733 successfully. %2 changes(s) has(have) been returned to the\n
39734 caller.
39735 .
39736 Language=Spanish
39737 The partial synchronization request from the server %1 completed\n
39738 successfully. %2 changes(s) has(have) been returned to the\n
39739 caller.
39740 .
39741 Language=Turkish
39742 The partial synchronization request from the server %1 completed\n
39743 successfully. %2 changes(s) has(have) been returned to the\n
39744 caller.
39745 .
39746 Language=Chinese
39747 The partial synchronization request from the server %1 completed\n
39748 successfully. %2 changes(s) has(have) been returned to the\n
39749 caller.
39750 .
39751 Language=Taiwanese
39752 The partial synchronization request from the server %1 completed\n
39753 successfully. %2 changes(s) has(have) been returned to the\n
39754 caller.
39755 .
39756
39757 MessageId=5712
39758 Severity=Success
39759 Facility=System
39760 SymbolicName=NELOG_NetlogonPartialSyncCallFailed
39761 Language=English
39762 The partial synchronization request from the server %1 failed with\n
39763 the following error: %n%2
39764 .
39765 Language=Polish
39766 The partial synchronization request from the server %1 failed with\n
39767 the following error: %n%2
39768 .
39769 Language=Romanian
39770 The partial synchronization request from the server %1 failed with\n
39771 the following error: %n%2
39772 .
39773 Language=Russian
39774 The partial synchronization request from the server %1 failed with\n
39775 the following error: %n%2
39776 .
39777 Language=Spanish
39778 The partial synchronization request from the server %1 failed with\n
39779 the following error: %n%2
39780 .
39781 Language=Turkish
39782 The partial synchronization request from the server %1 failed with\n
39783 the following error: %n%2
39784 .
39785 Language=Chinese
39786 The partial synchronization request from the server %1 failed with\n
39787 the following error: %n%2
39788 .
39789 Language=Taiwanese
39790 The partial synchronization request from the server %1 failed with\n
39791 the following error: %n%2
39792 .
39793
39794 MessageId=5713
39795 Severity=Success
39796 Facility=System
39797 SymbolicName=NELOG_NetlogonFullSyncCallSuccess
39798 Language=English
39799 The full synchronization request from the server %1 completed\n
39800 successfully. %2 object(s) has(have) been returned to\n
39801 the caller.
39802 .
39803 Language=Polish
39804 The full synchronization request from the server %1 completed\n
39805 successfully. %2 object(s) has(have) been returned to\n
39806 the caller.
39807 .
39808 Language=Romanian
39809 The full synchronization request from the server %1 completed\n
39810 successfully. %2 object(s) has(have) been returned to\n
39811 the caller.
39812 .
39813 Language=Russian
39814 The full synchronization request from the server %1 completed\n
39815 successfully. %2 object(s) has(have) been returned to\n
39816 the caller.
39817 .
39818 Language=Spanish
39819 The full synchronization request from the server %1 completed\n
39820 successfully. %2 object(s) has(have) been returned to\n
39821 the caller.
39822 .
39823 Language=Turkish
39824 The full synchronization request from the server %1 completed\n
39825 successfully. %2 object(s) has(have) been returned to\n
39826 the caller.
39827 .
39828 Language=Chinese
39829 The full synchronization request from the server %1 completed\n
39830 successfully. %2 object(s) has(have) been returned to\n
39831 the caller.
39832 .
39833 Language=Taiwanese
39834 The full synchronization request from the server %1 completed\n
39835 successfully. %2 object(s) has(have) been returned to\n
39836 the caller.
39837 .
39838
39839 MessageId=5714
39840 Severity=Success
39841 Facility=System
39842 SymbolicName=NELOG_NetlogonFullSyncCallFailed
39843 Language=English
39844 The full synchronization request from the server %1 failed with\n
39845 the following error: %n%2
39846 .
39847 Language=Polish
39848 The full synchronization request from the server %1 failed with\n
39849 the following error: %n%2
39850 .
39851 Language=Romanian
39852 The full synchronization request from the server %1 failed with\n
39853 the following error: %n%2
39854 .
39855 Language=Russian
39856 The full synchronization request from the server %1 failed with\n
39857 the following error: %n%2
39858 .
39859 Language=Spanish
39860 The full synchronization request from the server %1 failed with\n
39861 the following error: %n%2
39862 .
39863 Language=Turkish
39864 The full synchronization request from the server %1 failed with\n
39865 the following error: %n%2
39866 .
39867 Language=Chinese
39868 The full synchronization request from the server %1 failed with\n
39869 the following error: %n%2
39870 .
39871 Language=Taiwanese
39872 The full synchronization request from the server %1 failed with\n
39873 the following error: %n%2
39874 .
39875
39876 MessageId=5715
39877 Severity=Success
39878 Facility=System
39879 SymbolicName=NELOG_NetlogonPartialSyncSuccess
39880 Language=English
39881 The partial synchronization replication of the %1 database from the\n
39882 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
39883 applied to the database.
39884 .
39885 Language=Polish
39886 The partial synchronization replication of the %1 database from the\n
39887 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
39888 applied to the database.
39889 .
39890 Language=Romanian
39891 The partial synchronization replication of the %1 database from the\n
39892 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
39893 applied to the database.
39894 .
39895 Language=Russian
39896 The partial synchronization replication of the %1 database from the\n
39897 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
39898 applied to the database.
39899 .
39900 Language=Spanish
39901 The partial synchronization replication of the %1 database from the\n
39902 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
39903 applied to the database.
39904 .
39905 Language=Turkish
39906 The partial synchronization replication of the %1 database from the\n
39907 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
39908 applied to the database.
39909 .
39910 Language=Chinese
39911 The partial synchronization replication of the %1 database from the\n
39912 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
39913 applied to the database.
39914 .
39915 Language=Taiwanese
39916 The partial synchronization replication of the %1 database from the\n
39917 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
39918 applied to the database.
39919 .
39920
39921 MessageId=5716
39922 Severity=Success
39923 Facility=System
39924 SymbolicName=NELOG_NetlogonPartialSyncFailed
39925 Language=English
39926 The partial synchronization replication of the %1 database from the\n
39927 primary domain controller %2 failed with the following error: %n%3
39928 .
39929 Language=Polish
39930 The partial synchronization replication of the %1 database from the\n
39931 primary domain controller %2 failed with the following error: %n%3
39932 .
39933 Language=Romanian
39934 The partial synchronization replication of the %1 database from the\n
39935 primary domain controller %2 failed with the following error: %n%3
39936 .
39937 Language=Russian
39938 The partial synchronization replication of the %1 database from the\n
39939 primary domain controller %2 failed with the following error: %n%3
39940 .
39941 Language=Spanish
39942 The partial synchronization replication of the %1 database from the\n
39943 primary domain controller %2 failed with the following error: %n%3
39944 .
39945 Language=Turkish
39946 The partial synchronization replication of the %1 database from the\n
39947 primary domain controller %2 failed with the following error: %n%3
39948 .
39949 Language=Chinese
39950 The partial synchronization replication of the %1 database from the\n
39951 primary domain controller %2 failed with the following error: %n%3
39952 .
39953 Language=Taiwanese
39954 The partial synchronization replication of the %1 database from the\n
39955 primary domain controller %2 failed with the following error: %n%3
39956 .
39957
39958 MessageId=5717
39959 Severity=Success
39960 Facility=System
39961 SymbolicName=NELOG_NetlogonFullSyncSuccess
39962 Language=English
39963 The full synchronization replication of the %1 database from the\n
39964 primary domain controller %2 completed successfully.
39965 .
39966 Language=Polish
39967 The full synchronization replication of the %1 database from the\n
39968 primary domain controller %2 completed successfully.
39969 .
39970 Language=Romanian
39971 The full synchronization replication of the %1 database from the\n
39972 primary domain controller %2 completed successfully.
39973 .
39974 Language=Russian
39975 The full synchronization replication of the %1 database from the\n
39976 primary domain controller %2 completed successfully.
39977 .
39978 Language=Spanish
39979 The full synchronization replication of the %1 database from the\n
39980 primary domain controller %2 completed successfully.
39981 .
39982 Language=Turkish
39983 The full synchronization replication of the %1 database from the\n
39984 primary domain controller %2 completed successfully.
39985 .
39986 Language=Chinese
39987 The full synchronization replication of the %1 database from the\n
39988 primary domain controller %2 completed successfully.
39989 .
39990 Language=Taiwanese
39991 The full synchronization replication of the %1 database from the\n
39992 primary domain controller %2 completed successfully.
39993 .
39994
39995 MessageId=5718
39996 Severity=Success
39997 Facility=System
39998 SymbolicName=NELOG_NetlogonFullSyncFailed
39999 Language=English
40000 The full synchronization replication of the %1 database from the\n
40001 primary domain controller %2 failed with the following error: %n%3
40002 .
40003 Language=Polish
40004 The full synchronization replication of the %1 database from the\n
40005 primary domain controller %2 failed with the following error: %n%3
40006 .
40007 Language=Romanian
40008 The full synchronization replication of the %1 database from the\n
40009 primary domain controller %2 failed with the following error: %n%3
40010 .
40011 Language=Russian
40012 The full synchronization replication of the %1 database from the\n
40013 primary domain controller %2 failed with the following error: %n%3
40014 .
40015 Language=Spanish
40016 The full synchronization replication of the %1 database from the\n
40017 primary domain controller %2 failed with the following error: %n%3
40018 .
40019 Language=Turkish
40020 The full synchronization replication of the %1 database from the\n
40021 primary domain controller %2 failed with the following error: %n%3
40022 .
40023 Language=Chinese
40024 The full synchronization replication of the %1 database from the\n
40025 primary domain controller %2 failed with the following error: %n%3
40026 .
40027 Language=Taiwanese
40028 The full synchronization replication of the %1 database from the\n
40029 primary domain controller %2 failed with the following error: %n%3
40030 .
40031
40032 MessageId=5719
40033 Severity=Success
40034 Facility=System
40035 SymbolicName=NELOG_NetlogonAuthNoDomainController
40036 Language=English
40037 This computer was not able to set up a secure session with a domain\n
40038 controller in domain %1 due to the following: %n%2\n
40039 %nThis may lead to authentication problems. Make sure that this\n
40040 computer is connected to the network. If the problem persists,\n
40041 please contact your domain administrator.\n\n
40042 %n%nADDITIONAL INFO\n
40043 %nIf this computer is a domain controller for the specified domain, it\n
40044 sets up the secure session to the primary domain controller emulator in the specified\n
40045 domain. Otherwise, this computer sets up the secure session to any domain controller\n
40046 in the specified domain.
40047 .
40048 Language=Polish
40049 This computer was not able to set up a secure session with a domain\n
40050 controller in domain %1 due to the following: %n%2\n
40051 %nThis may lead to authentication problems. Make sure that this\n
40052 computer is connected to the network. If the problem persists,\n
40053 please contact your domain administrator.\n\n
40054 %n%nADDITIONAL INFO\n
40055 %nIf this computer is a domain controller for the specified domain, it\n
40056 sets up the secure session to the primary domain controller emulator in the specified\n
40057 domain. Otherwise, this computer sets up the secure session to any domain controller\n
40058 in the specified domain.
40059 .
40060 Language=Romanian
40061 This computer was not able to set up a secure session with a domain\n
40062 controller in domain %1 due to the following: %n%2\n
40063 %nThis may lead to authentication problems. Make sure that this\n
40064 computer is connected to the network. If the problem persists,\n
40065 please contact your domain administrator.\n\n
40066 %n%nADDITIONAL INFO\n
40067 %nIf this computer is a domain controller for the specified domain, it\n
40068 sets up the secure session to the primary domain controller emulator in the specified\n
40069 domain. Otherwise, this computer sets up the secure session to any domain controller\n
40070 in the specified domain.
40071 .
40072 Language=Russian
40073 This computer was not able to set up a secure session with a domain\n
40074 controller in domain %1 due to the following: %n%2\n
40075 %nThis may lead to authentication problems. Make sure that this\n
40076 computer is connected to the network. If the problem persists,\n
40077 please contact your domain administrator.\n\n
40078 %n%nADDITIONAL INFO\n
40079 %nIf this computer is a domain controller for the specified domain, it\n
40080 sets up the secure session to the primary domain controller emulator in the specified\n
40081 domain. Otherwise, this computer sets up the secure session to any domain controller\n
40082 in the specified domain.
40083 .
40084 Language=Spanish
40085 This computer was not able to set up a secure session with a domain\n
40086 controller in domain %1 due to the following: %n%2\n
40087 %nThis may lead to authentication problems. Make sure that this\n
40088 computer is connected to the network. If the problem persists,\n
40089 please contact your domain administrator.\n\n
40090 %n%nADDITIONAL INFO\n
40091 %nIf this computer is a domain controller for the specified domain, it\n
40092 sets up the secure session to the primary domain controller emulator in the specified\n
40093 domain. Otherwise, this computer sets up the secure session to any domain controller\n
40094 in the specified domain.
40095 .
40096 Language=Turkish
40097 This computer was not able to set up a secure session with a domain\n
40098 controller in domain %1 due to the following: %n%2\n
40099 %nThis may lead to authentication problems. Make sure that this\n
40100 computer is connected to the network. If the problem persists,\n
40101 please contact your domain administrator.\n\n
40102 %n%nADDITIONAL INFO\n
40103 %nIf this computer is a domain controller for the specified domain, it\n
40104 sets up the secure session to the primary domain controller emulator in the specified\n
40105 domain. Otherwise, this computer sets up the secure session to any domain controller\n
40106 in the specified domain.
40107 .
40108 Language=Chinese
40109 This computer was not able to set up a secure session with a domain\n
40110 controller in domain %1 due to the following: %n%2\n
40111 %nThis may lead to authentication problems. Make sure that this\n
40112 computer is connected to the network. If the problem persists,\n
40113 please contact your domain administrator.\n\n
40114 %n%nADDITIONAL INFO\n
40115 %nIf this computer is a domain controller for the specified domain, it\n
40116 sets up the secure session to the primary domain controller emulator in the specified\n
40117 domain. Otherwise, this computer sets up the secure session to any domain controller\n
40118 in the specified domain.
40119 .
40120 Language=Taiwanese
40121 This computer was not able to set up a secure session with a domain\n
40122 controller in domain %1 due to the following: %n%2\n
40123 %nThis may lead to authentication problems. Make sure that this\n
40124 computer is connected to the network. If the problem persists,\n
40125 please contact your domain administrator.\n\n
40126 %n%nADDITIONAL INFO\n
40127 %nIf this computer is a domain controller for the specified domain, it\n
40128 sets up the secure session to the primary domain controller emulator in the specified\n
40129 domain. Otherwise, this computer sets up the secure session to any domain controller\n
40130 in the specified domain.
40131 .
40132
40133 MessageId=5720
40134 Severity=Success
40135 Facility=System
40136 SymbolicName=NELOG_NetlogonAuthNoTrustLsaSecret
40137 Language=English
40138 The session setup to the Domain Controller %1 for the domain %2\n
40139 failed because the computer %3 does not have a local security database account.
40140 .
40141 Language=Polish
40142 The session setup to the Domain Controller %1 for the domain %2\n
40143 failed because the computer %3 does not have a local security database account.
40144 .
40145 Language=Romanian
40146 The session setup to the Domain Controller %1 for the domain %2\n
40147 failed because the computer %3 does not have a local security database account.
40148 .
40149 Language=Russian
40150 The session setup to the Domain Controller %1 for the domain %2\n
40151 failed because the computer %3 does not have a local security database account.
40152 .
40153 Language=Spanish
40154 The session setup to the Domain Controller %1 for the domain %2\n
40155 failed because the computer %3 does not have a local security database account.
40156 .
40157 Language=Turkish
40158 The session setup to the Domain Controller %1 for the domain %2\n
40159 failed because the computer %3 does not have a local security database account.
40160 .
40161 Language=Chinese
40162 The session setup to the Domain Controller %1 for the domain %2\n
40163 failed because the computer %3 does not have a local security database account.
40164 .
40165 Language=Taiwanese
40166 The session setup to the Domain Controller %1 for the domain %2\n
40167 failed because the computer %3 does not have a local security database account.
40168 .
40169
40170 MessageId=5721
40171 Severity=Success
40172 Facility=System
40173 SymbolicName=NELOG_NetlogonAuthNoTrustSamAccount
40174 Language=English
40175 The session setup to the Domain Controller %1 for the domain %2\n
40176 failed because the Domain Controller did not have an account %4\n
40177 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
40178 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
40179 aforementioned account is a computer account for this computer in the specified domain.\n
40180 Otherwise, the account is an interdomain trust account with the specified domain.
40181 .
40182 Language=Polish
40183 The session setup to the Domain Controller %1 for the domain %2\n
40184 failed because the Domain Controller did not have an account %4\n
40185 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
40186 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
40187 aforementioned account is a computer account for this computer in the specified domain.\n
40188 Otherwise, the account is an interdomain trust account with the specified domain.
40189 .
40190 Language=Romanian
40191 The session setup to the Domain Controller %1 for the domain %2\n
40192 failed because the Domain Controller did not have an account %4\n
40193 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
40194 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
40195 aforementioned account is a computer account for this computer in the specified domain.\n
40196 Otherwise, the account is an interdomain trust account with the specified domain.
40197 .
40198 Language=Russian
40199 The session setup to the Domain Controller %1 for the domain %2\n
40200 failed because the Domain Controller did not have an account %4\n
40201 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
40202 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
40203 aforementioned account is a computer account for this computer in the specified domain.\n
40204 Otherwise, the account is an interdomain trust account with the specified domain.
40205 .
40206 Language=Spanish
40207 The session setup to the Domain Controller %1 for the domain %2\n
40208 failed because the Domain Controller did not have an account %4\n
40209 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
40210 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
40211 aforementioned account is a computer account for this computer in the specified domain.\n
40212 Otherwise, the account is an interdomain trust account with the specified domain.
40213 .
40214 Language=Turkish
40215 The session setup to the Domain Controller %1 for the domain %2\n
40216 failed because the Domain Controller did not have an account %4\n
40217 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
40218 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
40219 aforementioned account is a computer account for this computer in the specified domain.\n
40220 Otherwise, the account is an interdomain trust account with the specified domain.
40221 .
40222 Language=Chinese
40223 The session setup to the Domain Controller %1 for the domain %2\n
40224 failed because the Domain Controller did not have an account %4\n
40225 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
40226 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
40227 aforementioned account is a computer account for this computer in the specified domain.\n
40228 Otherwise, the account is an interdomain trust account with the specified domain.
40229 .
40230 Language=Taiwanese
40231 The session setup to the Domain Controller %1 for the domain %2\n
40232 failed because the Domain Controller did not have an account %4\n
40233 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
40234 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
40235 aforementioned account is a computer account for this computer in the specified domain.\n
40236 Otherwise, the account is an interdomain trust account with the specified domain.
40237 .
40238
40239 MessageId=5722
40240 Severity=Success
40241 Facility=System
40242 SymbolicName=NELOG_NetlogonServerAuthFailed
40243 Language=English
40244 The session setup from the computer %1 failed to authenticate.\n
40245 The name(s) of the account(s) referenced in the security database is\n
40246 %2. The following error occurred: %n%3
40247 .
40248 Language=Polish
40249 The session setup from the computer %1 failed to authenticate.\n
40250 The name(s) of the account(s) referenced in the security database is\n
40251 %2. The following error occurred: %n%3
40252 .
40253 Language=Romanian
40254 The session setup from the computer %1 failed to authenticate.\n
40255 The name(s) of the account(s) referenced in the security database is\n
40256 %2. The following error occurred: %n%3
40257 .
40258 Language=Russian
40259 The session setup from the computer %1 failed to authenticate.\n
40260 The name(s) of the account(s) referenced in the security database is\n
40261 %2. The following error occurred: %n%3
40262 .
40263 Language=Spanish
40264 The session setup from the computer %1 failed to authenticate.\n
40265 The name(s) of the account(s) referenced in the security database is\n
40266 %2. The following error occurred: %n%3
40267 .
40268 Language=Turkish
40269 The session setup from the computer %1 failed to authenticate.\n
40270 The name(s) of the account(s) referenced in the security database is\n
40271 %2. The following error occurred: %n%3
40272 .
40273 Language=Chinese
40274 The session setup from the computer %1 failed to authenticate.\n
40275 The name(s) of the account(s) referenced in the security database is\n
40276 %2. The following error occurred: %n%3
40277 .
40278 Language=Taiwanese
40279 The session setup from the computer %1 failed to authenticate.\n
40280 The name(s) of the account(s) referenced in the security database is\n
40281 %2. The following error occurred: %n%3
40282 .
40283
40284 MessageId=5723
40285 Severity=Success
40286 Facility=System
40287 SymbolicName=NELOG_NetlogonServerAuthNoTrustSamAccount
40288 Language=English
40289 The session setup from computer '%1' failed because the security database\n
40290 does not contain a trust account '%2' referenced by the specified computer.\n\n
40291 %n%nUSER ACTION\n\n
40292 %nIf this is the first occurrence of this event for the specified computer\n
40293 and account, this may be a transient issue that doesn't require any action\n
40294 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
40295 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
40296 should be rejoined to the domain.\n\n
40297 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
40298 be recreated.\n\n
40299 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
40300 action should be taken on '%1':\n\n
40301 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
40302 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
40303 .
40304 Language=Polish
40305 The session setup from computer '%1' failed because the security database\n
40306 does not contain a trust account '%2' referenced by the specified computer.\n\n
40307 %n%nUSER ACTION\n\n
40308 %nIf this is the first occurrence of this event for the specified computer\n
40309 and account, this may be a transient issue that doesn't require any action\n
40310 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
40311 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
40312 should be rejoined to the domain.\n\n
40313 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
40314 be recreated.\n\n
40315 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
40316 action should be taken on '%1':\n\n
40317 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
40318 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
40319 .
40320 Language=Romanian
40321 The session setup from computer '%1' failed because the security database\n
40322 does not contain a trust account '%2' referenced by the specified computer.\n\n
40323 %n%nUSER ACTION\n\n
40324 %nIf this is the first occurrence of this event for the specified computer\n
40325 and account, this may be a transient issue that doesn't require any action\n
40326 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
40327 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
40328 should be rejoined to the domain.\n\n
40329 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
40330 be recreated.\n\n
40331 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
40332 action should be taken on '%1':\n\n
40333 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
40334 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
40335 .
40336 Language=Russian
40337 The session setup from computer '%1' failed because the security database\n
40338 does not contain a trust account '%2' referenced by the specified computer.\n\n
40339 %n%nUSER ACTION\n\n
40340 %nIf this is the first occurrence of this event for the specified computer\n
40341 and account, this may be a transient issue that doesn't require any action\n
40342 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
40343 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
40344 should be rejoined to the domain.\n\n
40345 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
40346 be recreated.\n\n
40347 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
40348 action should be taken on '%1':\n\n
40349 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
40350 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
40351 .
40352 Language=Spanish
40353 The session setup from computer '%1' failed because the security database\n
40354 does not contain a trust account '%2' referenced by the specified computer.\n\n
40355 %n%nUSER ACTION\n\n
40356 %nIf this is the first occurrence of this event for the specified computer\n
40357 and account, this may be a transient issue that doesn't require any action\n
40358 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
40359 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
40360 should be rejoined to the domain.\n\n
40361 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
40362 be recreated.\n\n
40363 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
40364 action should be taken on '%1':\n\n
40365 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
40366 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
40367 .
40368 Language=Turkish
40369 The session setup from computer '%1' failed because the security database\n
40370 does not contain a trust account '%2' referenced by the specified computer.\n\n
40371 %n%nUSER ACTION\n\n
40372 %nIf this is the first occurrence of this event for the specified computer\n
40373 and account, this may be a transient issue that doesn't require any action\n
40374 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
40375 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
40376 should be rejoined to the domain.\n\n
40377 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
40378 be recreated.\n\n
40379 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
40380 action should be taken on '%1':\n\n
40381 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
40382 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
40383 .
40384 Language=Chinese
40385 The session setup from computer '%1' failed because the security database\n
40386 does not contain a trust account '%2' referenced by the specified computer.\n\n
40387 %n%nUSER ACTION\n\n
40388 %nIf this is the first occurrence of this event for the specified computer\n
40389 and account, this may be a transient issue that doesn't require any action\n
40390 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
40391 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
40392 should be rejoined to the domain.\n\n
40393 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
40394 be recreated.\n\n
40395 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
40396 action should be taken on '%1':\n\n
40397 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
40398 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
40399 .
40400 Language=Taiwanese
40401 The session setup from computer '%1' failed because the security database\n
40402 does not contain a trust account '%2' referenced by the specified computer.\n\n
40403 %n%nUSER ACTION\n\n
40404 %nIf this is the first occurrence of this event for the specified computer\n
40405 and account, this may be a transient issue that doesn't require any action\n
40406 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
40407 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
40408 should be rejoined to the domain.\n\n
40409 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
40410 be recreated.\n\n
40411 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
40412 action should be taken on '%1':\n\n
40413 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
40414 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
40415 .
40416
40417 MessageId=5724
40418 Severity=Success
40419 Facility=System
40420 SymbolicName=NELOG_FailedToRegisterSC
40421 Language=English
40422 Could not register control handler with service controller %1.
40423 .
40424 Language=Polish
40425 Could not register control handler with service controller %1.
40426 .
40427 Language=Romanian
40428 Could not register control handler with service controller %1.
40429 .
40430 Language=Russian
40431 Could not register control handler with service controller %1.
40432 .
40433 Language=Spanish
40434 Could not register control handler with service controller %1.
40435 .
40436 Language=Turkish
40437 Could not register control handler with service controller %1.
40438 .
40439 Language=Chinese
40440 Could not register control handler with service controller %1.
40441 .
40442 Language=Taiwanese
40443 Could not register control handler with service controller %1.
40444 .
40445
40446 MessageId=5725
40447 Severity=Success
40448 Facility=System
40449 SymbolicName=NELOG_FailedToSetServiceStatus
40450 Language=English
40451 Could not set service status with service controller %1.
40452 .
40453 Language=Polish
40454 Could not set service status with service controller %1.
40455 .
40456 Language=Romanian
40457 Could not set service status with service controller %1.
40458 .
40459 Language=Russian
40460 Could not set service status with service controller %1.
40461 .
40462 Language=Spanish
40463 Could not set service status with service controller %1.
40464 .
40465 Language=Turkish
40466 Could not set service status with service controller %1.
40467 .
40468 Language=Chinese
40469 Could not set service status with service controller %1.
40470 .
40471 Language=Taiwanese
40472 Could not set service status with service controller %1.
40473 .
40474
40475 MessageId=5726
40476 Severity=Success
40477 Facility=System
40478 SymbolicName=NELOG_FailedToGetComputerName
40479 Language=English
40480 Could not find the computer name %1.
40481 .
40482 Language=Polish
40483 Could not find the computer name %1.
40484 .
40485 Language=Romanian
40486 Could not find the computer name %1.
40487 .
40488 Language=Russian
40489 Could not find the computer name %1.
40490 .
40491 Language=Spanish
40492 Could not find the computer name %1.
40493 .
40494 Language=Turkish
40495 Could not find the computer name %1.
40496 .
40497 Language=Chinese
40498 Could not find the computer name %1.
40499 .
40500 Language=Taiwanese
40501 Could not find the computer name %1.
40502 .
40503
40504 MessageId=5727
40505 Severity=Success
40506 Facility=System
40507 SymbolicName=NELOG_DriverNotLoaded
40508 Language=English
40509 Could not load %1 device driver.
40510 .
40511 Language=Polish
40512 Could not load %1 device driver.
40513 .
40514 Language=Romanian
40515 Could not load %1 device driver.
40516 .
40517 Language=Russian
40518 Could not load %1 device driver.
40519 .
40520 Language=Spanish
40521 Could not load %1 device driver.
40522 .
40523 Language=Turkish
40524 Could not load %1 device driver.
40525 .
40526 Language=Chinese
40527 Could not load %1 device driver.
40528 .
40529 Language=Taiwanese
40530 Could not load %1 device driver.
40531 .
40532
40533 MessageId=5728
40534 Severity=Success
40535 Facility=System
40536 SymbolicName=NELOG_NoTranportLoaded
40537 Language=English
40538 Could not load any transport.
40539 .
40540 Language=Polish
40541 Could not load any transport.
40542 .
40543 Language=Romanian
40544 Could not load any transport.
40545 .
40546 Language=Russian
40547 Could not load any transport.
40548 .
40549 Language=Spanish
40550 Could not load any transport.
40551 .
40552 Language=Turkish
40553 Could not load any transport.
40554 .
40555 Language=Chinese
40556 Could not load any transport.
40557 .
40558 Language=Taiwanese
40559 Could not load any transport.
40560 .
40561
40562 MessageId=5729
40563 Severity=Success
40564 Facility=System
40565 SymbolicName=NELOG_NetlogonFailedDomainDelta
40566 Language=English
40567 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
40568 %3 failed with the following error: %n%4
40569 .
40570 Language=Polish
40571 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
40572 %3 failed with the following error: %n%4
40573 .
40574 Language=Romanian
40575 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
40576 %3 failed with the following error: %n%4
40577 .
40578 Language=Russian
40579 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
40580 %3 failed with the following error: %n%4
40581 .
40582 Language=Spanish
40583 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
40584 %3 failed with the following error: %n%4
40585 .
40586 Language=Turkish
40587 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
40588 %3 failed with the following error: %n%4
40589 .
40590 Language=Chinese
40591 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
40592 %3 failed with the following error: %n%4
40593 .
40594 Language=Taiwanese
40595 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
40596 %3 failed with the following error: %n%4
40597 .
40598
40599 MessageId=5730
40600 Severity=Success
40601 Facility=System
40602 SymbolicName=NELOG_NetlogonFailedGlobalGroupDelta
40603 Language=English
40604 Replication of the %1 Global Group \"%2\" from primary domain controller\n
40605 %3 failed with the following error: %n%4
40606 .
40607 Language=Polish
40608 Replication of the %1 Global Group \"%2\" from primary domain controller\n
40609 %3 failed with the following error: %n%4
40610 .
40611 Language=Romanian
40612 Replication of the %1 Global Group \"%2\" from primary domain controller\n
40613 %3 failed with the following error: %n%4
40614 .
40615 Language=Russian
40616 Replication of the %1 Global Group \"%2\" from primary domain controller\n
40617 %3 failed with the following error: %n%4
40618 .
40619 Language=Spanish
40620 Replication of the %1 Global Group \"%2\" from primary domain controller\n
40621 %3 failed with the following error: %n%4
40622 .
40623 Language=Turkish
40624 Replication of the %1 Global Group \"%2\" from primary domain controller\n
40625 %3 failed with the following error: %n%4
40626 .
40627 Language=Chinese
40628 Replication of the %1 Global Group \"%2\" from primary domain controller\n
40629 %3 failed with the following error: %n%4
40630 .
40631 Language=Taiwanese
40632 Replication of the %1 Global Group \"%2\" from primary domain controller\n
40633 %3 failed with the following error: %n%4
40634 .
40635
40636 MessageId=5731
40637 Severity=Success
40638 Facility=System
40639 SymbolicName=NELOG_NetlogonFailedLocalGroupDelta
40640 Language=English
40641 Replication of the %1 Local Group \"%2\" from primary domain controller\n
40642 %3 failed with the following error: %n%4
40643 .
40644 Language=Polish
40645 Replication of the %1 Local Group \"%2\" from primary domain controller\n
40646 %3 failed with the following error: %n%4
40647 .
40648 Language=Romanian
40649 Replication of the %1 Local Group \"%2\" from primary domain controller\n
40650 %3 failed with the following error: %n%4
40651 .
40652 Language=Russian
40653 Replication of the %1 Local Group \"%2\" from primary domain controller\n
40654 %3 failed with the following error: %n%4
40655 .
40656 Language=Spanish
40657 Replication of the %1 Local Group \"%2\" from primary domain controller\n
40658 %3 failed with the following error: %n%4
40659 .
40660 Language=Turkish
40661 Replication of the %1 Local Group \"%2\" from primary domain controller\n
40662 %3 failed with the following error: %n%4
40663 .
40664 Language=Chinese
40665 Replication of the %1 Local Group \"%2\" from primary domain controller\n
40666 %3 failed with the following error: %n%4
40667 .
40668 Language=Taiwanese
40669 Replication of the %1 Local Group \"%2\" from primary domain controller\n
40670 %3 failed with the following error: %n%4
40671 .
40672
40673 MessageId=5732
40674 Severity=Success
40675 Facility=System
40676 SymbolicName=NELOG_NetlogonFailedUserDelta
40677 Language=English
40678 Replication of the %1 User \"%2\" from primary domain controller\n
40679 %3 failed with the following error: %n%4
40680 .
40681 Language=Polish
40682 Replication of the %1 User \"%2\" from primary domain controller\n
40683 %3 failed with the following error: %n%4
40684 .
40685 Language=Romanian
40686 Replication of the %1 User \"%2\" from primary domain controller\n
40687 %3 failed with the following error: %n%4
40688 .
40689 Language=Russian
40690 Replication of the %1 User \"%2\" from primary domain controller\n
40691 %3 failed with the following error: %n%4
40692 .
40693 Language=Spanish
40694 Replication of the %1 User \"%2\" from primary domain controller\n
40695 %3 failed with the following error: %n%4
40696 .
40697 Language=Turkish
40698 Replication of the %1 User \"%2\" from primary domain controller\n
40699 %3 failed with the following error: %n%4
40700 .
40701 Language=Chinese
40702 Replication of the %1 User \"%2\" from primary domain controller\n
40703 %3 failed with the following error: %n%4
40704 .
40705 Language=Taiwanese
40706 Replication of the %1 User \"%2\" from primary domain controller\n
40707 %3 failed with the following error: %n%4
40708 .
40709
40710 MessageId=5733
40711 Severity=Success
40712 Facility=System
40713 SymbolicName=NELOG_NetlogonFailedPolicyDelta
40714 Language=English
40715 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
40716 %3 failed with the following error: %n%4
40717 .
40718 Language=Polish
40719 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
40720 %3 failed with the following error: %n%4
40721 .
40722 Language=Romanian
40723 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
40724 %3 failed with the following error: %n%4
40725 .
40726 Language=Russian
40727 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
40728 %3 failed with the following error: %n%4
40729 .
40730 Language=Spanish
40731 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
40732 %3 failed with the following error: %n%4
40733 .
40734 Language=Turkish
40735 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
40736 %3 failed with the following error: %n%4
40737 .
40738 Language=Chinese
40739 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
40740 %3 failed with the following error: %n%4
40741 .
40742 Language=Taiwanese
40743 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
40744 %3 failed with the following error: %n%4
40745 .
40746
40747 MessageId=5734
40748 Severity=Success
40749 Facility=System
40750 SymbolicName=NELOG_NetlogonFailedTrustedDomainDelta
40751 Language=English
40752 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
40753 %3 failed with the following error: %n%4
40754 .
40755 Language=Polish
40756 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
40757 %3 failed with the following error: %n%4
40758 .
40759 Language=Romanian
40760 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
40761 %3 failed with the following error: %n%4
40762 .
40763 Language=Russian
40764 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
40765 %3 failed with the following error: %n%4
40766 .
40767 Language=Spanish
40768 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
40769 %3 failed with the following error: %n%4
40770 .
40771 Language=Turkish
40772 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
40773 %3 failed with the following error: %n%4
40774 .
40775 Language=Chinese
40776 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
40777 %3 failed with the following error: %n%4
40778 .
40779 Language=Taiwanese
40780 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
40781 %3 failed with the following error: %n%4
40782 .
40783
40784 MessageId=5735
40785 Severity=Success
40786 Facility=System
40787 SymbolicName=NELOG_NetlogonFailedAccountDelta
40788 Language=English
40789 Replication of the %1 Account Object \"%2\" from primary domain controller\n
40790 %3 failed with the following error: %n%4
40791 .
40792 Language=Polish
40793 Replication of the %1 Account Object \"%2\" from primary domain controller\n
40794 %3 failed with the following error: %n%4
40795 .
40796 Language=Romanian
40797 Replication of the %1 Account Object \"%2\" from primary domain controller\n
40798 %3 failed with the following error: %n%4
40799 .
40800 Language=Russian
40801 Replication of the %1 Account Object \"%2\" from primary domain controller\n
40802 %3 failed with the following error: %n%4
40803 .
40804 Language=Spanish
40805 Replication of the %1 Account Object \"%2\" from primary domain controller\n
40806 %3 failed with the following error: %n%4
40807 .
40808 Language=Turkish
40809 Replication of the %1 Account Object \"%2\" from primary domain controller\n
40810 %3 failed with the following error: %n%4
40811 .
40812 Language=Chinese
40813 Replication of the %1 Account Object \"%2\" from primary domain controller\n
40814 %3 failed with the following error: %n%4
40815 .
40816 Language=Taiwanese
40817 Replication of the %1 Account Object \"%2\" from primary domain controller\n
40818 %3 failed with the following error: %n%4
40819 .
40820
40821 MessageId=5736
40822 Severity=Success
40823 Facility=System
40824 SymbolicName=NELOG_NetlogonFailedSecretDelta
40825 Language=English
40826 Replication of the %1 Secret \"%2\" from primary domain controller\n
40827 %3 failed with the following error: %n%4
40828 .
40829 Language=Polish
40830 Replication of the %1 Secret \"%2\" from primary domain controller\n
40831 %3 failed with the following error: %n%4
40832 .
40833 Language=Romanian
40834 Replication of the %1 Secret \"%2\" from primary domain controller\n
40835 %3 failed with the following error: %n%4
40836 .
40837 Language=Russian
40838 Replication of the %1 Secret \"%2\" from primary domain controller\n
40839 %3 failed with the following error: %n%4
40840 .
40841 Language=Spanish
40842 Replication of the %1 Secret \"%2\" from primary domain controller\n
40843 %3 failed with the following error: %n%4
40844 .
40845 Language=Turkish
40846 Replication of the %1 Secret \"%2\" from primary domain controller\n
40847 %3 failed with the following error: %n%4
40848 .
40849 Language=Chinese
40850 Replication of the %1 Secret \"%2\" from primary domain controller\n
40851 %3 failed with the following error: %n%4
40852 .
40853 Language=Taiwanese
40854 Replication of the %1 Secret \"%2\" from primary domain controller\n
40855 %3 failed with the following error: %n%4
40856 .
40857
40858 MessageId=5737
40859 Severity=Success
40860 Facility=System
40861 SymbolicName=NELOG_NetlogonSystemError
40862 Language=English
40863 The system returned the following unexpected error code: %n%1
40864 .
40865 Language=Polish
40866 The system returned the following unexpected error code: %n%1
40867 .
40868 Language=Romanian
40869 The system returned the following unexpected error code: %n%1
40870 .
40871 Language=Russian
40872 The system returned the following unexpected error code: %n%1
40873 .
40874 Language=Spanish
40875 The system returned the following unexpected error code: %n%1
40876 .
40877 Language=Turkish
40878 The system returned the following unexpected error code: %n%1
40879 .
40880 Language=Chinese
40881 The system returned the following unexpected error code: %n%1
40882 .
40883 Language=Taiwanese
40884 The system returned the following unexpected error code: %n%1
40885 .
40886
40887 MessageId=5738
40888 Severity=Success
40889 Facility=System
40890 SymbolicName=NELOG_NetlogonDuplicateMachineAccounts
40891 Language=English
40892 Netlogon has detected two machine accounts for server \"%1\".\n
40893 The server can be either a Windows 2000 Server that is a member of the\n
40894 domain or the server can be a LAN Manager server with an account in the\n
40895 SERVERS global group. It cannot be both.
40896 .
40897 Language=Polish
40898 Netlogon has detected two machine accounts for server \"%1\".\n
40899 The server can be either a Windows 2000 Server that is a member of the\n
40900 domain or the server can be a LAN Manager server with an account in the\n
40901 SERVERS global group. It cannot be both.
40902 .
40903 Language=Romanian
40904 Netlogon has detected two machine accounts for server \"%1\".\n
40905 The server can be either a Windows 2000 Server that is a member of the\n
40906 domain or the server can be a LAN Manager server with an account in the\n
40907 SERVERS global group. It cannot be both.
40908 .
40909 Language=Russian
40910 Netlogon has detected two machine accounts for server \"%1\".\n
40911 The server can be either a Windows 2000 Server that is a member of the\n
40912 domain or the server can be a LAN Manager server with an account in the\n
40913 SERVERS global group. It cannot be both.
40914 .
40915 Language=Spanish
40916 Netlogon has detected two machine accounts for server \"%1\".\n
40917 The server can be either a Windows 2000 Server that is a member of the\n
40918 domain or the server can be a LAN Manager server with an account in the\n
40919 SERVERS global group. It cannot be both.
40920 .
40921 Language=Turkish
40922 Netlogon has detected two machine accounts for server \"%1\".\n
40923 The server can be either a Windows 2000 Server that is a member of the\n
40924 domain or the server can be a LAN Manager server with an account in the\n
40925 SERVERS global group. It cannot be both.
40926 .
40927 Language=Chinese
40928 Netlogon has detected two machine accounts for server \"%1\".\n
40929 The server can be either a Windows 2000 Server that is a member of the\n
40930 domain or the server can be a LAN Manager server with an account in the\n
40931 SERVERS global group. It cannot be both.
40932 .
40933 Language=Taiwanese
40934 Netlogon has detected two machine accounts for server \"%1\".\n
40935 The server can be either a Windows 2000 Server that is a member of the\n
40936 domain or the server can be a LAN Manager server with an account in the\n
40937 SERVERS global group. It cannot be both.
40938 .
40939
40940 MessageId=5739
40941 Severity=Success
40942 Facility=System
40943 SymbolicName=NELOG_NetlogonTooManyGlobalGroups
40944 Language=English
40945 This domain has more global groups than can be replicated to a LanMan\n
40946 BDC. Either delete some of your global groups or remove the LanMan\n
40947 BDCs from the domain.
40948 .
40949 Language=Polish
40950 This domain has more global groups than can be replicated to a LanMan\n
40951 BDC. Either delete some of your global groups or remove the LanMan\n
40952 BDCs from the domain.
40953 .
40954 Language=Romanian
40955 This domain has more global groups than can be replicated to a LanMan\n
40956 BDC. Either delete some of your global groups or remove the LanMan\n
40957 BDCs from the domain.
40958 .
40959 Language=Russian
40960 This domain has more global groups than can be replicated to a LanMan\n
40961 BDC. Either delete some of your global groups or remove the LanMan\n
40962 BDCs from the domain.
40963 .
40964 Language=Spanish
40965 This domain has more global groups than can be replicated to a LanMan\n
40966 BDC. Either delete some of your global groups or remove the LanMan\n
40967 BDCs from the domain.
40968 .
40969 Language=Turkish
40970 This domain has more global groups than can be replicated to a LanMan\n
40971 BDC. Either delete some of your global groups or remove the LanMan\n
40972 BDCs from the domain.
40973 .
40974 Language=Chinese
40975 This domain has more global groups than can be replicated to a LanMan\n
40976 BDC. Either delete some of your global groups or remove the LanMan\n
40977 BDCs from the domain.
40978 .
40979 Language=Taiwanese
40980 This domain has more global groups than can be replicated to a LanMan\n
40981 BDC. Either delete some of your global groups or remove the LanMan\n
40982 BDCs from the domain.
40983 .
40984
40985 MessageId=5740
40986 Severity=Success
40987 Facility=System
40988 SymbolicName=NELOG_NetlogonBrowserDriver
40989 Language=English
40990 The Browser driver returned the following error to Netlogon: %n%1
40991 .
40992 Language=Polish
40993 The Browser driver returned the following error to Netlogon: %n%1
40994 .
40995 Language=Romanian
40996 The Browser driver returned the following error to Netlogon: %n%1
40997 .
40998 Language=Russian
40999 The Browser driver returned the following error to Netlogon: %n%1
41000 .
41001 Language=Spanish
41002 The Browser driver returned the following error to Netlogon: %n%1
41003 .
41004 Language=Turkish
41005 The Browser driver returned the following error to Netlogon: %n%1
41006 .
41007 Language=Chinese
41008 The Browser driver returned the following error to Netlogon: %n%1
41009 .
41010 Language=Taiwanese
41011 The Browser driver returned the following error to Netlogon: %n%1
41012 .
41013
41014 MessageId=5741
41015 Severity=Success
41016 Facility=System
41017 SymbolicName=NELOG_NetlogonAddNameFailure
41018 Language=English
41019 Netlogon could not register the %1<1B> name for the following reason: %n%2
41020 .
41021 Language=Polish
41022 Netlogon could not register the %1<1B> name for the following reason: %n%2
41023 .
41024 Language=Romanian
41025 Netlogon could not register the %1<1B> name for the following reason: %n%2
41026 .
41027 Language=Russian
41028 Netlogon could not register the %1<1B> name for the following reason: %n%2
41029 .
41030 Language=Spanish
41031 Netlogon could not register the %1<1B> name for the following reason: %n%2
41032 .
41033 Language=Turkish
41034 Netlogon could not register the %1<1B> name for the following reason: %n%2
41035 .
41036 Language=Chinese
41037 Netlogon could not register the %1<1B> name for the following reason: %n%2
41038 .
41039 Language=Taiwanese
41040 Netlogon could not register the %1<1B> name for the following reason: %n%2
41041 .
41042
41043 MessageId=5742
41044 Severity=Success
41045 Facility=System
41046 SymbolicName=NELOG_RplMessages
41047 Language=English
41048 Service failed to retrieve messages needed to boot remote boot clients.
41049 .
41050 Language=Polish
41051 Service failed to retrieve messages needed to boot remote boot clients.
41052 .
41053 Language=Romanian
41054 Service failed to retrieve messages needed to boot remote boot clients.
41055 .
41056 Language=Russian
41057 Service failed to retrieve messages needed to boot remote boot clients.
41058 .
41059 Language=Spanish
41060 Service failed to retrieve messages needed to boot remote boot clients.
41061 .
41062 Language=Turkish
41063 Service failed to retrieve messages needed to boot remote boot clients.
41064 .
41065 Language=Chinese
41066 Service failed to retrieve messages needed to boot remote boot clients.
41067 .
41068 Language=Taiwanese
41069 Service failed to retrieve messages needed to boot remote boot clients.
41070 .
41071
41072 MessageId=5743
41073 Severity=Success
41074 Facility=System
41075 SymbolicName=NELOG_RplXnsBoot
41076 Language=English
41077 Service experienced a severe error and can no longer provide remote boot\n
41078 for 3Com 3Start remote boot clients.
41079 .
41080 Language=Polish
41081 Service experienced a severe error and can no longer provide remote boot\n
41082 for 3Com 3Start remote boot clients.
41083 .
41084 Language=Romanian
41085 Service experienced a severe error and can no longer provide remote boot\n
41086 for 3Com 3Start remote boot clients.
41087 .
41088 Language=Russian
41089 Service experienced a severe error and can no longer provide remote boot\n
41090 for 3Com 3Start remote boot clients.
41091 .
41092 Language=Spanish
41093 Service experienced a severe error and can no longer provide remote boot\n
41094 for 3Com 3Start remote boot clients.
41095 .
41096 Language=Turkish
41097 Service experienced a severe error and can no longer provide remote boot\n
41098 for 3Com 3Start remote boot clients.
41099 .
41100 Language=Chinese
41101 Service experienced a severe error and can no longer provide remote boot\n
41102 for 3Com 3Start remote boot clients.
41103 .
41104 Language=Taiwanese
41105 Service experienced a severe error and can no longer provide remote boot\n
41106 for 3Com 3Start remote boot clients.
41107 .
41108
41109 MessageId=5744
41110 Severity=Success
41111 Facility=System
41112 SymbolicName=NELOG_RplSystem
41113 Language=English
41114 Service experienced a severe system error and will shut itself down.
41115 .
41116 Language=Polish
41117 Service experienced a severe system error and will shut itself down.
41118 .
41119 Language=Romanian
41120 Service experienced a severe system error and will shut itself down.
41121 .
41122 Language=Russian
41123 Service experienced a severe system error and will shut itself down.
41124 .
41125 Language=Spanish
41126 Service experienced a severe system error and will shut itself down.
41127 .
41128 Language=Turkish
41129 Service experienced a severe system error and will shut itself down.
41130 .
41131 Language=Chinese
41132 Service experienced a severe system error and will shut itself down.
41133 .
41134 Language=Taiwanese
41135 Service experienced a severe system error and will shut itself down.
41136 .
41137
41138 MessageId=5745
41139 Severity=Success
41140 Facility=System
41141 SymbolicName=NELOG_RplWkstaTimeout
41142 Language=English
41143 Client with computer name %1 failed to acknowledge receipt of the\n
41144 boot data. Remote boot of this client was not completed.
41145 .
41146 Language=Polish
41147 Client with computer name %1 failed to acknowledge receipt of the\n
41148 boot data. Remote boot of this client was not completed.
41149 .
41150 Language=Romanian
41151 Client with computer name %1 failed to acknowledge receipt of the\n
41152 boot data. Remote boot of this client was not completed.
41153 .
41154 Language=Russian
41155 Client with computer name %1 failed to acknowledge receipt of the\n
41156 boot data. Remote boot of this client was not completed.
41157 .
41158 Language=Spanish
41159 Client with computer name %1 failed to acknowledge receipt of the\n
41160 boot data. Remote boot of this client was not completed.
41161 .
41162 Language=Turkish
41163 Client with computer name %1 failed to acknowledge receipt of the\n
41164 boot data. Remote boot of this client was not completed.
41165 .
41166 Language=Chinese
41167 Client with computer name %1 failed to acknowledge receipt of the\n
41168 boot data. Remote boot of this client was not completed.
41169 .
41170 Language=Taiwanese
41171 Client with computer name %1 failed to acknowledge receipt of the\n
41172 boot data. Remote boot of this client was not completed.
41173 .
41174
41175 MessageId=5746
41176 Severity=Success
41177 Facility=System
41178 SymbolicName=NELOG_RplWkstaFileOpen
41179 Language=English
41180 Client with computer name %1 was not booted due to an error in opening\n
41181 file %2.
41182 .
41183 Language=Polish
41184 Client with computer name %1 was not booted due to an error in opening\n
41185 file %2.
41186 .
41187 Language=Romanian
41188 Client with computer name %1 was not booted due to an error in opening\n
41189 file %2.
41190 .
41191 Language=Russian
41192 Client with computer name %1 was not booted due to an error in opening\n
41193 file %2.
41194 .
41195 Language=Spanish
41196 Client with computer name %1 was not booted due to an error in opening\n
41197 file %2.
41198 .
41199 Language=Turkish
41200 Client with computer name %1 was not booted due to an error in opening\n
41201 file %2.
41202 .
41203 Language=Chinese
41204 Client with computer name %1 was not booted due to an error in opening\n
41205 file %2.
41206 .
41207 Language=Taiwanese
41208 Client with computer name %1 was not booted due to an error in opening\n
41209 file %2.
41210 .
41211
41212 MessageId=5747
41213 Severity=Success
41214 Facility=System
41215 SymbolicName=NELOG_RplWkstaFileRead
41216 Language=English
41217 Client with computer name %1 was not booted due to an error in reading\n
41218 file %2.
41219 .
41220 Language=Polish
41221 Client with computer name %1 was not booted due to an error in reading\n
41222 file %2.
41223 .
41224 Language=Romanian
41225 Client with computer name %1 was not booted due to an error in reading\n
41226 file %2.
41227 .
41228 Language=Russian
41229 Client with computer name %1 was not booted due to an error in reading\n
41230 file %2.
41231 .
41232 Language=Spanish
41233 Client with computer name %1 was not booted due to an error in reading\n
41234 file %2.
41235 .
41236 Language=Turkish
41237 Client with computer name %1 was not booted due to an error in reading\n
41238 file %2.
41239 .
41240 Language=Chinese
41241 Client with computer name %1 was not booted due to an error in reading\n
41242 file %2.
41243 .
41244 Language=Taiwanese
41245 Client with computer name %1 was not booted due to an error in reading\n
41246 file %2.
41247 .
41248
41249 MessageId=5748
41250 Severity=Success
41251 Facility=System
41252 SymbolicName=NELOG_RplWkstaMemory
41253 Language=English
41254 Client with computer name %1 was not booted due to insufficient memory\n
41255 at the remote boot server.
41256 .
41257 Language=Polish
41258 Client with computer name %1 was not booted due to insufficient memory\n
41259 at the remote boot server.
41260 .
41261 Language=Romanian
41262 Client with computer name %1 was not booted due to insufficient memory\n
41263 at the remote boot server.
41264 .
41265 Language=Russian
41266 Client with computer name %1 was not booted due to insufficient memory\n
41267 at the remote boot server.
41268 .
41269 Language=Spanish
41270 Client with computer name %1 was not booted due to insufficient memory\n
41271 at the remote boot server.
41272 .
41273 Language=Turkish
41274 Client with computer name %1 was not booted due to insufficient memory\n
41275 at the remote boot server.
41276 .
41277 Language=Chinese
41278 Client with computer name %1 was not booted due to insufficient memory\n
41279 at the remote boot server.
41280 .
41281 Language=Taiwanese
41282 Client with computer name %1 was not booted due to insufficient memory\n
41283 at the remote boot server.
41284 .
41285
41286 MessageId=5749
41287 Severity=Success
41288 Facility=System
41289 SymbolicName=NELOG_RplWkstaFileChecksum
41290 Language=English
41291 Client with computer name %1 will be booted without using checksums\n
41292 because checksum for file %2 could not be calculated.
41293 .
41294 Language=Polish
41295 Client with computer name %1 will be booted without using checksums\n
41296 because checksum for file %2 could not be calculated.
41297 .
41298 Language=Romanian
41299 Client with computer name %1 will be booted without using checksums\n
41300 because checksum for file %2 could not be calculated.
41301 .
41302 Language=Russian
41303 Client with computer name %1 will be booted without using checksums\n
41304 because checksum for file %2 could not be calculated.
41305 .
41306 Language=Spanish
41307 Client with computer name %1 will be booted without using checksums\n
41308 because checksum for file %2 could not be calculated.
41309 .
41310 Language=Turkish
41311 Client with computer name %1 will be booted without using checksums\n
41312 because checksum for file %2 could not be calculated.
41313 .
41314 Language=Chinese
41315 Client with computer name %1 will be booted without using checksums\n
41316 because checksum for file %2 could not be calculated.
41317 .
41318 Language=Taiwanese
41319 Client with computer name %1 will be booted without using checksums\n
41320 because checksum for file %2 could not be calculated.
41321 .
41322
41323 MessageId=5750
41324 Severity=Success
41325 Facility=System
41326 SymbolicName=NELOG_RplWkstaFileLineCount
41327 Language=English
41328 Client with computer name %1 was not booted due to too many lines in\n
41329 file %2.
41330 .
41331 Language=Polish
41332 Client with computer name %1 was not booted due to too many lines in\n
41333 file %2.
41334 .
41335 Language=Romanian
41336 Client with computer name %1 was not booted due to too many lines in\n
41337 file %2.
41338 .
41339 Language=Russian
41340 Client with computer name %1 was not booted due to too many lines in\n
41341 file %2.
41342 .
41343 Language=Spanish
41344 Client with computer name %1 was not booted due to too many lines in\n
41345 file %2.
41346 .
41347 Language=Turkish
41348 Client with computer name %1 was not booted due to too many lines in\n
41349 file %2.
41350 .
41351 Language=Chinese
41352 Client with computer name %1 was not booted due to too many lines in\n
41353 file %2.
41354 .
41355 Language=Taiwanese
41356 Client with computer name %1 was not booted due to too many lines in\n
41357 file %2.
41358 .
41359
41360 MessageId=5751
41361 Severity=Success
41362 Facility=System
41363 SymbolicName=NELOG_RplWkstaBbcFile
41364 Language=English
41365 Client with computer name %1 was not booted because the boot block\n
41366 configuration file %2 for this client does not contain boot block\n
41367 line and/or loader line.
41368 .
41369 Language=Polish
41370 Client with computer name %1 was not booted because the boot block\n
41371 configuration file %2 for this client does not contain boot block\n
41372 line and/or loader line.
41373 .
41374 Language=Romanian
41375 Client with computer name %1 was not booted because the boot block\n
41376 configuration file %2 for this client does not contain boot block\n
41377 line and/or loader line.
41378 .
41379 Language=Russian
41380 Client with computer name %1 was not booted because the boot block\n
41381 configuration file %2 for this client does not contain boot block\n
41382 line and/or loader line.
41383 .
41384 Language=Spanish
41385 Client with computer name %1 was not booted because the boot block\n
41386 configuration file %2 for this client does not contain boot block\n
41387 line and/or loader line.
41388 .
41389 Language=Turkish
41390 Client with computer name %1 was not booted because the boot block\n
41391 configuration file %2 for this client does not contain boot block\n
41392 line and/or loader line.
41393 .
41394 Language=Chinese
41395 Client with computer name %1 was not booted because the boot block\n
41396 configuration file %2 for this client does not contain boot block\n
41397 line and/or loader line.
41398 .
41399 Language=Taiwanese
41400 Client with computer name %1 was not booted because the boot block\n
41401 configuration file %2 for this client does not contain boot block\n
41402 line and/or loader line.
41403 .
41404
41405 MessageId=5752
41406 Severity=Success
41407 Facility=System
41408 SymbolicName=NELOG_RplWkstaFileSize
41409 Language=English
41410 Client with computer name %1 was not booted due to a bad size of\n
41411 file %2.
41412 .
41413 Language=Polish
41414 Client with computer name %1 was not booted due to a bad size of\n
41415 file %2.
41416 .
41417 Language=Romanian
41418 Client with computer name %1 was not booted due to a bad size of\n
41419 file %2.
41420 .
41421 Language=Russian
41422 Client with computer name %1 was not booted due to a bad size of\n
41423 file %2.
41424 .
41425 Language=Spanish
41426 Client with computer name %1 was not booted due to a bad size of\n
41427 file %2.
41428 .
41429 Language=Turkish
41430 Client with computer name %1 was not booted due to a bad size of\n
41431 file %2.
41432 .
41433 Language=Chinese
41434 Client with computer name %1 was not booted due to a bad size of\n
41435 file %2.
41436 .
41437 Language=Taiwanese
41438 Client with computer name %1 was not booted due to a bad size of\n
41439 file %2.
41440 .
41441
41442 MessageId=5753
41443 Severity=Success
41444 Facility=System
41445 SymbolicName=NELOG_RplWkstaInternal
41446 Language=English
41447 Client with computer name %1 was not booted due to remote boot\n
41448 service internal error.
41449 .
41450 Language=Polish
41451 Client with computer name %1 was not booted due to remote boot\n
41452 service internal error.
41453 .
41454 Language=Romanian
41455 Client with computer name %1 was not booted due to remote boot\n
41456 service internal error.
41457 .
41458 Language=Russian
41459 Client with computer name %1 was not booted due to remote boot\n
41460 service internal error.
41461 .
41462 Language=Spanish
41463 Client with computer name %1 was not booted due to remote boot\n
41464 service internal error.
41465 .
41466 Language=Turkish
41467 Client with computer name %1 was not booted due to remote boot\n
41468 service internal error.
41469 .
41470 Language=Chinese
41471 Client with computer name %1 was not booted due to remote boot\n
41472 service internal error.
41473 .
41474 Language=Taiwanese
41475 Client with computer name %1 was not booted due to remote boot\n
41476 service internal error.
41477 .
41478
41479 MessageId=5754
41480 Severity=Success
41481 Facility=System
41482 SymbolicName=NELOG_RplWkstaWrongVersion
41483 Language=English
41484 Client with computer name %1 was not booted because file %2 has an\n
41485 invalid boot header.
41486 .
41487 Language=Polish
41488 Client with computer name %1 was not booted because file %2 has an\n
41489 invalid boot header.
41490 .
41491 Language=Romanian
41492 Client with computer name %1 was not booted because file %2 has an\n
41493 invalid boot header.
41494 .
41495 Language=Russian
41496 Client with computer name %1 was not booted because file %2 has an\n
41497 invalid boot header.
41498 .
41499 Language=Spanish
41500 Client with computer name %1 was not booted because file %2 has an\n
41501 invalid boot header.
41502 .
41503 Language=Turkish
41504 Client with computer name %1 was not booted because file %2 has an\n
41505 invalid boot header.
41506 .
41507 Language=Chinese
41508 Client with computer name %1 was not booted because file %2 has an\n
41509 invalid boot header.
41510 .
41511 Language=Taiwanese
41512 Client with computer name %1 was not booted because file %2 has an\n
41513 invalid boot header.
41514 .
41515
41516 MessageId=5755
41517 Severity=Success
41518 Facility=System
41519 SymbolicName=NELOG_RplWkstaNetwork
41520 Language=English
41521 Client with computer name %1 was not booted due to network error.
41522 .
41523 Language=Polish
41524 Client with computer name %1 was not booted due to network error.
41525 .
41526 Language=Romanian
41527 Client with computer name %1 was not booted due to network error.
41528 .
41529 Language=Russian
41530 Client with computer name %1 was not booted due to network error.
41531 .
41532 Language=Spanish
41533 Client with computer name %1 was not booted due to network error.
41534 .
41535 Language=Turkish
41536 Client with computer name %1 was not booted due to network error.
41537 .
41538 Language=Chinese
41539 Client with computer name %1 was not booted due to network error.
41540 .
41541 Language=Taiwanese
41542 Client with computer name %1 was not booted due to network error.
41543 .
41544
41545 MessageId=5756
41546 Severity=Success
41547 Facility=System
41548 SymbolicName=NELOG_RplAdapterResource
41549 Language=English
41550 Client with adapter id %1 was not booted due to lack of resources.
41551 .
41552 Language=Polish
41553 Client with adapter id %1 was not booted due to lack of resources.
41554 .
41555 Language=Romanian
41556 Client with adapter id %1 was not booted due to lack of resources.
41557 .
41558 Language=Russian
41559 Client with adapter id %1 was not booted due to lack of resources.
41560 .
41561 Language=Spanish
41562 Client with adapter id %1 was not booted due to lack of resources.
41563 .
41564 Language=Turkish
41565 Client with adapter id %1 was not booted due to lack of resources.
41566 .
41567 Language=Chinese
41568 Client with adapter id %1 was not booted due to lack of resources.
41569 .
41570 Language=Taiwanese
41571 Client with adapter id %1 was not booted due to lack of resources.
41572 .
41573
41574 MessageId=5757
41575 Severity=Success
41576 Facility=System
41577 SymbolicName=NELOG_RplFileCopy
41578 Language=English
41579 Service experienced error copying file or directory %1.
41580 .
41581 Language=Polish
41582 Service experienced error copying file or directory %1.
41583 .
41584 Language=Romanian
41585 Service experienced error copying file or directory %1.
41586 .
41587 Language=Russian
41588 Service experienced error copying file or directory %1.
41589 .
41590 Language=Spanish
41591 Service experienced error copying file or directory %1.
41592 .
41593 Language=Turkish
41594 Service experienced error copying file or directory %1.
41595 .
41596 Language=Chinese
41597 Service experienced error copying file or directory %1.
41598 .
41599 Language=Taiwanese
41600 Service experienced error copying file or directory %1.
41601 .
41602
41603 MessageId=5758
41604 Severity=Success
41605 Facility=System
41606 SymbolicName=NELOG_RplFileDelete
41607 Language=English
41608 Service experienced error deleting file or directory %1.
41609 .
41610 Language=Polish
41611 Service experienced error deleting file or directory %1.
41612 .
41613 Language=Romanian
41614 Service experienced error deleting file or directory %1.
41615 .
41616 Language=Russian
41617 Service experienced error deleting file or directory %1.
41618 .
41619 Language=Spanish
41620 Service experienced error deleting file or directory %1.
41621 .
41622 Language=Turkish
41623 Service experienced error deleting file or directory %1.
41624 .
41625 Language=Chinese
41626 Service experienced error deleting file or directory %1.
41627 .
41628 Language=Taiwanese
41629 Service experienced error deleting file or directory %1.
41630 .
41631
41632 MessageId=5759
41633 Severity=Success
41634 Facility=System
41635 SymbolicName=NELOG_RplFilePerms
41636 Language=English
41637 Service experienced error setting permissions on file or directory %1.
41638 .
41639 Language=Polish
41640 Service experienced error setting permissions on file or directory %1.
41641 .
41642 Language=Romanian
41643 Service experienced error setting permissions on file or directory %1.
41644 .
41645 Language=Russian
41646 Service experienced error setting permissions on file or directory %1.
41647 .
41648 Language=Spanish
41649 Service experienced error setting permissions on file or directory %1.
41650 .
41651 Language=Turkish
41652 Service experienced error setting permissions on file or directory %1.
41653 .
41654 Language=Chinese
41655 Service experienced error setting permissions on file or directory %1.
41656 .
41657 Language=Taiwanese
41658 Service experienced error setting permissions on file or directory %1.
41659 .
41660
41661 MessageId=5760
41662 Severity=Success
41663 Facility=System
41664 SymbolicName=NELOG_RplCheckConfigs
41665 Language=English
41666 Service experienced error evaluating RPL configurations.
41667 .
41668 Language=Polish
41669 Service experienced error evaluating RPL configurations.
41670 .
41671 Language=Romanian
41672 Service experienced error evaluating RPL configurations.
41673 .
41674 Language=Russian
41675 Service experienced error evaluating RPL configurations.
41676 .
41677 Language=Spanish
41678 Service experienced error evaluating RPL configurations.
41679 .
41680 Language=Turkish
41681 Service experienced error evaluating RPL configurations.
41682 .
41683 Language=Chinese
41684 Service experienced error evaluating RPL configurations.
41685 .
41686 Language=Taiwanese
41687 Service experienced error evaluating RPL configurations.
41688 .
41689
41690 MessageId=5761
41691 Severity=Success
41692 Facility=System
41693 SymbolicName=NELOG_RplCreateProfiles
41694 Language=English
41695 Service experienced error creating RPL profiles for all configurations.
41696 .
41697 Language=Polish
41698 Service experienced error creating RPL profiles for all configurations.
41699 .
41700 Language=Romanian
41701 Service experienced error creating RPL profiles for all configurations.
41702 .
41703 Language=Russian
41704 Service experienced error creating RPL profiles for all configurations.
41705 .
41706 Language=Spanish
41707 Service experienced error creating RPL profiles for all configurations.
41708 .
41709 Language=Turkish
41710 Service experienced error creating RPL profiles for all configurations.
41711 .
41712 Language=Chinese
41713 Service experienced error creating RPL profiles for all configurations.
41714 .
41715 Language=Taiwanese
41716 Service experienced error creating RPL profiles for all configurations.
41717 .
41718
41719 MessageId=5762
41720 Severity=Success
41721 Facility=System
41722 SymbolicName=NELOG_RplRegistry
41723 Language=English
41724 Service experienced error accessing registry.
41725 .
41726 Language=Polish
41727 Service experienced error accessing registry.
41728 .
41729 Language=Romanian
41730 Service experienced error accessing registry.
41731 .
41732 Language=Russian
41733 Service experienced error accessing registry.
41734 .
41735 Language=Spanish
41736 Service experienced error accessing registry.
41737 .
41738 Language=Turkish
41739 Service experienced error accessing registry.
41740 .
41741 Language=Chinese
41742 Service experienced error accessing registry.
41743 .
41744 Language=Taiwanese
41745 Service experienced error accessing registry.
41746 .
41747
41748 MessageId=5763
41749 Severity=Success
41750 Facility=System
41751 SymbolicName=NELOG_RplReplaceRPLDISK
41752 Language=English
41753 Service experienced error replacing possibly outdated RPLDISK.SYS.
41754 .
41755 Language=Polish
41756 Service experienced error replacing possibly outdated RPLDISK.SYS.
41757 .
41758 Language=Romanian
41759 Service experienced error replacing possibly outdated RPLDISK.SYS.
41760 .
41761 Language=Russian
41762 Service experienced error replacing possibly outdated RPLDISK.SYS.
41763 .
41764 Language=Spanish
41765 Service experienced error replacing possibly outdated RPLDISK.SYS.
41766 .
41767 Language=Turkish
41768 Service experienced error replacing possibly outdated RPLDISK.SYS.
41769 .
41770 Language=Chinese
41771 Service experienced error replacing possibly outdated RPLDISK.SYS.
41772 .
41773 Language=Taiwanese
41774 Service experienced error replacing possibly outdated RPLDISK.SYS.
41775 .
41776
41777 MessageId=5764
41778 Severity=Success
41779 Facility=System
41780 SymbolicName=NELOG_RplCheckSecurity
41781 Language=English
41782 Service experienced error adding security accounts or setting\n
41783 file permissions. These accounts are the RPLUSER local group\n
41784 and the user accounts for the individual RPL workstations.
41785 .
41786 Language=Polish
41787 Service experienced error adding security accounts or setting\n
41788 file permissions. These accounts are the RPLUSER local group\n
41789 and the user accounts for the individual RPL workstations.
41790 .
41791 Language=Romanian
41792 Service experienced error adding security accounts or setting\n
41793 file permissions. These accounts are the RPLUSER local group\n
41794 and the user accounts for the individual RPL workstations.
41795 .
41796 Language=Russian
41797 Service experienced error adding security accounts or setting\n
41798 file permissions. These accounts are the RPLUSER local group\n
41799 and the user accounts for the individual RPL workstations.
41800 .
41801 Language=Spanish
41802 Service experienced error adding security accounts or setting\n
41803 file permissions. These accounts are the RPLUSER local group\n
41804 and the user accounts for the individual RPL workstations.
41805 .
41806 Language=Turkish
41807 Service experienced error adding security accounts or setting\n
41808 file permissions. These accounts are the RPLUSER local group\n
41809 and the user accounts for the individual RPL workstations.
41810 .
41811 Language=Chinese
41812 Service experienced error adding security accounts or setting\n
41813 file permissions. These accounts are the RPLUSER local group\n
41814 and the user accounts for the individual RPL workstations.
41815 .
41816 Language=Taiwanese
41817 Service experienced error adding security accounts or setting\n
41818 file permissions. These accounts are the RPLUSER local group\n
41819 and the user accounts for the individual RPL workstations.
41820 .
41821
41822 MessageId=5765
41823 Severity=Success
41824 Facility=System
41825 SymbolicName=NELOG_RplBackupDatabase
41826 Language=English
41827 Service failed to back up its database.
41828 .
41829 Language=Polish
41830 Service failed to back up its database.
41831 .
41832 Language=Romanian
41833 Service failed to back up its database.
41834 .
41835 Language=Russian
41836 Service failed to back up its database.
41837 .
41838 Language=Spanish
41839 Service failed to back up its database.
41840 .
41841 Language=Turkish
41842 Service failed to back up its database.
41843 .
41844 Language=Chinese
41845 Service failed to back up its database.
41846 .
41847 Language=Taiwanese
41848 Service failed to back up its database.
41849 .
41850
41851 MessageId=5766
41852 Severity=Success
41853 Facility=System
41854 SymbolicName=NELOG_RplInitDatabase
41855 Language=English
41856 Service failed to initialize from its database. The database may be\n
41857 missing or corrupted. Service will attempt restoring the database\n
41858 from the backup.
41859 .
41860 Language=Polish
41861 Service failed to initialize from its database. The database may be\n
41862 missing or corrupted. Service will attempt restoring the database\n
41863 from the backup.
41864 .
41865 Language=Romanian
41866 Service failed to initialize from its database. The database may be\n
41867 missing or corrupted. Service will attempt restoring the database\n
41868 from the backup.
41869 .
41870 Language=Russian
41871 Service failed to initialize from its database. The database may be\n
41872 missing or corrupted. Service will attempt restoring the database\n
41873 from the backup.
41874 .
41875 Language=Spanish
41876 Service failed to initialize from its database. The database may be\n
41877 missing or corrupted. Service will attempt restoring the database\n
41878 from the backup.
41879 .
41880 Language=Turkish
41881 Service failed to initialize from its database. The database may be\n
41882 missing or corrupted. Service will attempt restoring the database\n
41883 from the backup.
41884 .
41885 Language=Chinese
41886 Service failed to initialize from its database. The database may be\n
41887 missing or corrupted. Service will attempt restoring the database\n
41888 from the backup.
41889 .
41890 Language=Taiwanese
41891 Service failed to initialize from its database. The database may be\n
41892 missing or corrupted. Service will attempt restoring the database\n
41893 from the backup.
41894 .
41895
41896 MessageId=5767
41897 Severity=Success
41898 Facility=System
41899 SymbolicName=NELOG_RplRestoreDatabaseFailure
41900 Language=English
41901 Service failed to restore its database from the backup. Service\n
41902 will not start.
41903 .
41904 Language=Polish
41905 Service failed to restore its database from the backup. Service\n
41906 will not start.
41907 .
41908 Language=Romanian
41909 Service failed to restore its database from the backup. Service\n
41910 will not start.
41911 .
41912 Language=Russian
41913 Service failed to restore its database from the backup. Service\n
41914 will not start.
41915 .
41916 Language=Spanish
41917 Service failed to restore its database from the backup. Service\n
41918 will not start.
41919 .
41920 Language=Turkish
41921 Service failed to restore its database from the backup. Service\n
41922 will not start.
41923 .
41924 Language=Chinese
41925 Service failed to restore its database from the backup. Service\n
41926 will not start.
41927 .
41928 Language=Taiwanese
41929 Service failed to restore its database from the backup. Service\n
41930 will not start.
41931 .
41932
41933 MessageId=5768
41934 Severity=Success
41935 Facility=System
41936 SymbolicName=NELOG_RplRestoreDatabaseSuccess
41937 Language=English
41938 Service successfully restored its database from the backup.
41939 .
41940 Language=Polish
41941 Service successfully restored its database from the backup.
41942 .
41943 Language=Romanian
41944 Service successfully restored its database from the backup.
41945 .
41946 Language=Russian
41947 Service successfully restored its database from the backup.
41948 .
41949 Language=Spanish
41950 Service successfully restored its database from the backup.
41951 .
41952 Language=Turkish
41953 Service successfully restored its database from the backup.
41954 .
41955 Language=Chinese
41956 Service successfully restored its database from the backup.
41957 .
41958 Language=Taiwanese
41959 Service successfully restored its database from the backup.
41960 .
41961
41962 MessageId=5769
41963 Severity=Success
41964 Facility=System
41965 SymbolicName=NELOG_RplInitRestoredDatabase
41966 Language=English
41967 Service failed to initialize from its restored database. Service\n
41968 will not start.
41969 .
41970 Language=Polish
41971 Service failed to initialize from its restored database. Service\n
41972 will not start.
41973 .
41974 Language=Romanian
41975 Service failed to initialize from its restored database. Service\n
41976 will not start.
41977 .
41978 Language=Russian
41979 Service failed to initialize from its restored database. Service\n
41980 will not start.
41981 .
41982 Language=Spanish
41983 Service failed to initialize from its restored database. Service\n
41984 will not start.
41985 .
41986 Language=Turkish
41987 Service failed to initialize from its restored database. Service\n
41988 will not start.
41989 .
41990 Language=Chinese
41991 Service failed to initialize from its restored database. Service\n
41992 will not start.
41993 .
41994 Language=Taiwanese
41995 Service failed to initialize from its restored database. Service\n
41996 will not start.
41997 .
41998
41999 MessageId=5770
42000 Severity=Success
42001 Facility=System
42002 SymbolicName=NELOG_NetlogonSessionTypeWrong
42003 Language=English
42004 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
42005 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
42006 However, %2 tried to connect as either a DC in a trusted domain,\n
42007 a member workstation in domain %3, or as a server in domain %3.\n
42008 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
42009 .
42010 Language=Polish
42011 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
42012 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
42013 However, %2 tried to connect as either a DC in a trusted domain,\n
42014 a member workstation in domain %3, or as a server in domain %3.\n
42015 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
42016 .
42017 Language=Romanian
42018 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
42019 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
42020 However, %2 tried to connect as either a DC in a trusted domain,\n
42021 a member workstation in domain %3, or as a server in domain %3.\n
42022 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
42023 .
42024 Language=Russian
42025 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
42026 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
42027 However, %2 tried to connect as either a DC in a trusted domain,\n
42028 a member workstation in domain %3, or as a server in domain %3.\n
42029 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
42030 .
42031 Language=Spanish
42032 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
42033 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
42034 However, %2 tried to connect as either a DC in a trusted domain,\n
42035 a member workstation in domain %3, or as a server in domain %3.\n
42036 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
42037 .
42038 Language=Turkish
42039 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
42040 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
42041 However, %2 tried to connect as either a DC in a trusted domain,\n
42042 a member workstation in domain %3, or as a server in domain %3.\n
42043 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
42044 .
42045 Language=Chinese
42046 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
42047 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
42048 However, %2 tried to connect as either a DC in a trusted domain,\n
42049 a member workstation in domain %3, or as a server in domain %3.\n
42050 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
42051 .
42052 Language=Taiwanese
42053 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
42054 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
42055 However, %2 tried to connect as either a DC in a trusted domain,\n
42056 a member workstation in domain %3, or as a server in domain %3.\n
42057 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
42058 .
42059
42060 MessageId=5771
42061 Severity=Success
42062 Facility=System
42063 SymbolicName=NELOG_RplUpgradeDBTo40
42064 Language=English
42065 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
42066 attempting to convert it to NT 4.0 format. The JETCONV converter\n
42067 will write to the Application event log when it is finished.
42068 .
42069 Language=Polish
42070 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
42071 attempting to convert it to NT 4.0 format. The JETCONV converter\n
42072 will write to the Application event log when it is finished.
42073 .
42074 Language=Romanian
42075 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
42076 attempting to convert it to NT 4.0 format. The JETCONV converter\n
42077 will write to the Application event log when it is finished.
42078 .
42079 Language=Russian
42080 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
42081 attempting to convert it to NT 4.0 format. The JETCONV converter\n
42082 will write to the Application event log when it is finished.
42083 .
42084 Language=Spanish
42085 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
42086 attempting to convert it to NT 4.0 format. The JETCONV converter\n
42087 will write to the Application event log when it is finished.
42088 .
42089 Language=Turkish
42090 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
42091 attempting to convert it to NT 4.0 format. The JETCONV converter\n
42092 will write to the Application event log when it is finished.
42093 .
42094 Language=Chinese
42095 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
42096 attempting to convert it to NT 4.0 format. The JETCONV converter\n
42097 will write to the Application event log when it is finished.
42098 .
42099 Language=Taiwanese
42100 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
42101 attempting to convert it to NT 4.0 format. The JETCONV converter\n
42102 will write to the Application event log when it is finished.
42103 .
42104
42105 MessageId=5772
42106 Severity=Success
42107 Facility=System
42108 SymbolicName=NELOG_NetlogonLanmanBdcsNotAllowed
42109 Language=English
42110 Global group SERVERS exists in domain %1 and has members.\n
42111 This group defines Lan Manager BDCs in the domain.\n
42112 Lan Manager BDCs are not permitted in NT domains.
42113 .
42114 Language=Polish
42115 Global group SERVERS exists in domain %1 and has members.\n
42116 This group defines Lan Manager BDCs in the domain.\n
42117 Lan Manager BDCs are not permitted in NT domains.
42118 .
42119 Language=Romanian
42120 Global group SERVERS exists in domain %1 and has members.\n
42121 This group defines Lan Manager BDCs in the domain.\n
42122 Lan Manager BDCs are not permitted in NT domains.
42123 .
42124 Language=Russian
42125 Global group SERVERS exists in domain %1 and has members.\n
42126 This group defines Lan Manager BDCs in the domain.\n
42127 Lan Manager BDCs are not permitted in NT domains.
42128 .
42129 Language=Spanish
42130 Global group SERVERS exists in domain %1 and has members.\n
42131 This group defines Lan Manager BDCs in the domain.\n
42132 Lan Manager BDCs are not permitted in NT domains.
42133 .
42134 Language=Turkish
42135 Global group SERVERS exists in domain %1 and has members.\n
42136 This group defines Lan Manager BDCs in the domain.\n
42137 Lan Manager BDCs are not permitted in NT domains.
42138 .
42139 Language=Chinese
42140 Global group SERVERS exists in domain %1 and has members.\n
42141 This group defines Lan Manager BDCs in the domain.\n
42142 Lan Manager BDCs are not permitted in NT domains.
42143 .
42144 Language=Taiwanese
42145 Global group SERVERS exists in domain %1 and has members.\n
42146 This group defines Lan Manager BDCs in the domain.\n
42147 Lan Manager BDCs are not permitted in NT domains.
42148 .
42149
42150 MessageId=5773
42151 Severity=Success
42152 Facility=System
42153 SymbolicName=NELOG_NetlogonNoDynamicDns
42154 Language=English
42155 The following DNS server that is authoritative for the DNS domain controller\n
42156 locator records of this domain controller does not support dynamic DNS updates:\n\n
42157 %n%nDNS server IP address: %1\n
42158 %nReturned Response Code (RCODE): %2\n
42159 %nReturned Status Code: %3\n\n
42160 %n%nUSER ACTION\n\n
42161 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
42162 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
42163 .
42164 Language=Polish
42165 The following DNS server that is authoritative for the DNS domain controller\n
42166 locator records of this domain controller does not support dynamic DNS updates:\n\n
42167 %n%nDNS server IP address: %1\n
42168 %nReturned Response Code (RCODE): %2\n
42169 %nReturned Status Code: %3\n\n
42170 %n%nUSER ACTION\n\n
42171 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
42172 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
42173 .
42174 Language=Romanian
42175 The following DNS server that is authoritative for the DNS domain controller\n
42176 locator records of this domain controller does not support dynamic DNS updates:\n\n
42177 %n%nDNS server IP address: %1\n
42178 %nReturned Response Code (RCODE): %2\n
42179 %nReturned Status Code: %3\n\n
42180 %n%nUSER ACTION\n\n
42181 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
42182 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
42183 .
42184 Language=Russian
42185 The following DNS server that is authoritative for the DNS domain controller\n
42186 locator records of this domain controller does not support dynamic DNS updates:\n\n
42187 %n%nDNS server IP address: %1\n
42188 %nReturned Response Code (RCODE): %2\n
42189 %nReturned Status Code: %3\n\n
42190 %n%nUSER ACTION\n\n
42191 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
42192 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
42193 .
42194 Language=Spanish
42195 The following DNS server that is authoritative for the DNS domain controller\n
42196 locator records of this domain controller does not support dynamic DNS updates:\n\n
42197 %n%nDNS server IP address: %1\n
42198 %nReturned Response Code (RCODE): %2\n
42199 %nReturned Status Code: %3\n\n
42200 %n%nUSER ACTION\n\n
42201 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
42202 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
42203 .
42204 Language=Turkish
42205 The following DNS server that is authoritative for the DNS domain controller\n
42206 locator records of this domain controller does not support dynamic DNS updates:\n\n
42207 %n%nDNS server IP address: %1\n
42208 %nReturned Response Code (RCODE): %2\n
42209 %nReturned Status Code: %3\n\n
42210 %n%nUSER ACTION\n\n
42211 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
42212 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
42213 .
42214 Language=Chinese
42215 The following DNS server that is authoritative for the DNS domain controller\n
42216 locator records of this domain controller does not support dynamic DNS updates:\n\n
42217 %n%nDNS server IP address: %1\n
42218 %nReturned Response Code (RCODE): %2\n
42219 %nReturned Status Code: %3\n\n
42220 %n%nUSER ACTION\n\n
42221 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
42222 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
42223 .
42224 Language=Taiwanese
42225 The following DNS server that is authoritative for the DNS domain controller\n
42226 locator records of this domain controller does not support dynamic DNS updates:\n\n
42227 %n%nDNS server IP address: %1\n
42228 %nReturned Response Code (RCODE): %2\n
42229 %nReturned Status Code: %3\n\n
42230 %n%nUSER ACTION\n\n
42231 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
42232 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
42233 .
42234
42235 MessageId=5774
42236 Severity=Success
42237 Facility=System
42238 SymbolicName=NELOG_NetlogonDynamicDnsRegisterFailure
42239 Language=English
42240 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
42241 %n%nDNS server IP address: %3\n
42242 %nReturned Response Code (RCODE): %4\n
42243 %nReturned Status Code: %5\n\n
42244 %n%nFor computers and users to locate this domain controller, this record must be\n
42245 registered in DNS.\n\n
42246 %n%nUSER ACTION\n\n
42247 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
42248 registration of the DNS records by the domain controller. To determine what might\n
42249 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
42250 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
42251 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
42252 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
42253 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
42254 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
42255 recommended.\n\n
42256 %n%nADDITIONAL DATA\n
42257 %nError Value: %2
42258 .
42259 Language=Polish
42260 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
42261 %n%nDNS server IP address: %3\n
42262 %nReturned Response Code (RCODE): %4\n
42263 %nReturned Status Code: %5\n\n
42264 %n%nFor computers and users to locate this domain controller, this record must be\n
42265 registered in DNS.\n\n
42266 %n%nUSER ACTION\n\n
42267 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
42268 registration of the DNS records by the domain controller. To determine what might\n
42269 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
42270 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
42271 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
42272 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
42273 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
42274 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
42275 recommended.\n\n
42276 %n%nADDITIONAL DATA\n
42277 %nError Value: %2
42278 .
42279 Language=Romanian
42280 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
42281 %n%nDNS server IP address: %3\n
42282 %nReturned Response Code (RCODE): %4\n
42283 %nReturned Status Code: %5\n\n
42284 %n%nFor computers and users to locate this domain controller, this record must be\n
42285 registered in DNS.\n\n
42286 %n%nUSER ACTION\n\n
42287 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
42288 registration of the DNS records by the domain controller. To determine what might\n
42289 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
42290 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
42291 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
42292 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
42293 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
42294 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
42295 recommended.\n\n
42296 %n%nADDITIONAL DATA\n
42297 %nError Value: %2
42298 .
42299 Language=Russian
42300 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
42301 %n%nDNS server IP address: %3\n
42302 %nReturned Response Code (RCODE): %4\n
42303 %nReturned Status Code: %5\n\n
42304 %n%nFor computers and users to locate this domain controller, this record must be\n
42305 registered in DNS.\n\n
42306 %n%nUSER ACTION\n\n
42307 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
42308 registration of the DNS records by the domain controller. To determine what might\n
42309 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
42310 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
42311 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
42312 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
42313 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
42314 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
42315 recommended.\n\n
42316 %n%nADDITIONAL DATA\n
42317 %nError Value: %2
42318 .
42319 Language=Spanish
42320 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
42321 %n%nDNS server IP address: %3\n
42322 %nReturned Response Code (RCODE): %4\n
42323 %nReturned Status Code: %5\n\n
42324 %n%nFor computers and users to locate this domain controller, this record must be\n
42325 registered in DNS.\n\n
42326 %n%nUSER ACTION\n\n
42327 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
42328 registration of the DNS records by the domain controller. To determine what might\n
42329 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
42330 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
42331 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
42332 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
42333 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
42334 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
42335 recommended.\n\n
42336 %n%nADDITIONAL DATA\n
42337 %nError Value: %2
42338 .
42339 Language=Turkish
42340 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
42341 %n%nDNS server IP address: %3\n
42342 %nReturned Response Code (RCODE): %4\n
42343 %nReturned Status Code: %5\n\n
42344 %n%nFor computers and users to locate this domain controller, this record must be\n
42345 registered in DNS.\n\n
42346 %n%nUSER ACTION\n\n
42347 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
42348 registration of the DNS records by the domain controller. To determine what might\n
42349 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
42350 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
42351 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
42352 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
42353 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
42354 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
42355 recommended.\n\n
42356 %n%nADDITIONAL DATA\n
42357 %nError Value: %2
42358 .
42359 Language=Chinese
42360 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
42361 %n%nDNS server IP address: %3\n
42362 %nReturned Response Code (RCODE): %4\n
42363 %nReturned Status Code: %5\n\n
42364 %n%nFor computers and users to locate this domain controller, this record must be\n
42365 registered in DNS.\n\n
42366 %n%nUSER ACTION\n\n
42367 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
42368 registration of the DNS records by the domain controller. To determine what might\n
42369 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
42370 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
42371 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
42372 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
42373 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
42374 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
42375 recommended.\n\n
42376 %n%nADDITIONAL DATA\n
42377 %nError Value: %2
42378 .
42379 Language=Taiwanese
42380 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
42381 %n%nDNS server IP address: %3\n
42382 %nReturned Response Code (RCODE): %4\n
42383 %nReturned Status Code: %5\n\n
42384 %n%nFor computers and users to locate this domain controller, this record must be\n
42385 registered in DNS.\n\n
42386 %n%nUSER ACTION\n\n
42387 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
42388 registration of the DNS records by the domain controller. To determine what might\n
42389 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
42390 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
42391 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
42392 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
42393 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
42394 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
42395 recommended.\n\n
42396 %n%nADDITIONAL DATA\n
42397 %nError Value: %2
42398 .
42399
42400 MessageId=5775
42401 Severity=Success
42402 Facility=System
42403 SymbolicName=NELOG_NetlogonDynamicDnsDeregisterFailure
42404 Language=English
42405 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
42406 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
42407 %nReturned Status Code: %5\n\n
42408 %n%nUSER ACTION\n\n
42409 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
42410 delete the record manually or troubleshoot the failure to dynamically delete the\n
42411 record. To learn more about debugging DNS, see Help and Support Center.\n\n
42412 %n%nADDITIONAL DATA\n
42413 %nError Value: %2
42414 .
42415 Language=Polish
42416 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
42417 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
42418 %nReturned Status Code: %5\n\n
42419 %n%nUSER ACTION\n\n
42420 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
42421 delete the record manually or troubleshoot the failure to dynamically delete the\n
42422 record. To learn more about debugging DNS, see Help and Support Center.\n\n
42423 %n%nADDITIONAL DATA\n
42424 %nError Value: %2
42425 .
42426 Language=Romanian
42427 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
42428 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
42429 %nReturned Status Code: %5\n\n
42430 %n%nUSER ACTION\n\n
42431 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
42432 delete the record manually or troubleshoot the failure to dynamically delete the\n
42433 record. To learn more about debugging DNS, see Help and Support Center.\n\n
42434 %n%nADDITIONAL DATA\n
42435 %nError Value: %2
42436 .
42437 Language=Russian
42438 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
42439 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
42440 %nReturned Status Code: %5\n\n
42441 %n%nUSER ACTION\n\n
42442 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
42443 delete the record manually or troubleshoot the failure to dynamically delete the\n
42444 record. To learn more about debugging DNS, see Help and Support Center.\n\n
42445 %n%nADDITIONAL DATA\n
42446 %nError Value: %2
42447 .
42448 Language=Spanish
42449 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
42450 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
42451 %nReturned Status Code: %5\n\n
42452 %n%nUSER ACTION\n\n
42453 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
42454 delete the record manually or troubleshoot the failure to dynamically delete the\n
42455 record. To learn more about debugging DNS, see Help and Support Center.\n\n
42456 %n%nADDITIONAL DATA\n
42457 %nError Value: %2
42458 .
42459 Language=Turkish
42460 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
42461 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
42462 %nReturned Status Code: %5\n\n
42463 %n%nUSER ACTION\n\n
42464 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
42465 delete the record manually or troubleshoot the failure to dynamically delete the\n
42466 record. To learn more about debugging DNS, see Help and Support Center.\n\n
42467 %n%nADDITIONAL DATA\n
42468 %nError Value: %2
42469 .
42470 Language=Chinese
42471 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
42472 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
42473 %nReturned Status Code: %5\n\n
42474 %n%nUSER ACTION\n\n
42475 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
42476 delete the record manually or troubleshoot the failure to dynamically delete the\n
42477 record. To learn more about debugging DNS, see Help and Support Center.\n\n
42478 %n%nADDITIONAL DATA\n
42479 %nError Value: %2
42480 .
42481 Language=Taiwanese
42482 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
42483 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
42484 %nReturned Status Code: %5\n\n
42485 %n%nUSER ACTION\n\n
42486 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
42487 delete the record manually or troubleshoot the failure to dynamically delete the\n
42488 record. To learn more about debugging DNS, see Help and Support Center.\n\n
42489 %n%nADDITIONAL DATA\n
42490 %nError Value: %2
42491 .
42492
42493 MessageId=5776
42494 Severity=Success
42495 Facility=System
42496 SymbolicName=NELOG_NetlogonFailedFileCreate
42497 Language=English
42498 Failed to create/open file %1 with the following error: %n%2
42499 .
42500 Language=Polish
42501 Failed to create/open file %1 with the following error: %n%2
42502 .
42503 Language=Romanian
42504 Failed to create/open file %1 with the following error: %n%2
42505 .
42506 Language=Russian
42507 Failed to create/open file %1 with the following error: %n%2
42508 .
42509 Language=Spanish
42510 Failed to create/open file %1 with the following error: %n%2
42511 .
42512 Language=Turkish
42513 Failed to create/open file %1 with the following error: %n%2
42514 .
42515 Language=Chinese
42516 Failed to create/open file %1 with the following error: %n%2
42517 .
42518 Language=Taiwanese
42519 Failed to create/open file %1 with the following error: %n%2
42520 .
42521
42522 MessageId=5777
42523 Severity=Success
42524 Facility=System
42525 SymbolicName=NELOG_NetlogonGetSubnetToSite
42526 Language=English
42527 Netlogon got the following error while trying to get the subnet to site\n
42528 mapping information from the DS: %n%1
42529 .
42530 Language=Polish
42531 Netlogon got the following error while trying to get the subnet to site\n
42532 mapping information from the DS: %n%1
42533 .
42534 Language=Romanian
42535 Netlogon got the following error while trying to get the subnet to site\n
42536 mapping information from the DS: %n%1
42537 .
42538 Language=Russian
42539 Netlogon got the following error while trying to get the subnet to site\n
42540 mapping information from the DS: %n%1
42541 .
42542 Language=Spanish
42543 Netlogon got the following error while trying to get the subnet to site\n
42544 mapping information from the DS: %n%1
42545 .
42546 Language=Turkish
42547 Netlogon got the following error while trying to get the subnet to site\n
42548 mapping information from the DS: %n%1
42549 .
42550 Language=Chinese
42551 Netlogon got the following error while trying to get the subnet to site\n
42552 mapping information from the DS: %n%1
42553 .
42554 Language=Taiwanese
42555 Netlogon got the following error while trying to get the subnet to site\n
42556 mapping information from the DS: %n%1
42557 .
42558
42559 MessageId=5778
42560 Severity=Success
42561 Facility=System
42562 SymbolicName=NELOG_NetlogonNoSiteForClient
42563 Language=English
42564 '%1' tried to determine its site by looking up its IP address ('%2')\n
42565 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
42566 the IP address. Consider adding a subnet object for this IP address.
42567 .
42568 Language=Polish
42569 '%1' tried to determine its site by looking up its IP address ('%2')\n
42570 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
42571 the IP address. Consider adding a subnet object for this IP address.
42572 .
42573 Language=Romanian
42574 '%1' tried to determine its site by looking up its IP address ('%2')\n
42575 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
42576 the IP address. Consider adding a subnet object for this IP address.
42577 .
42578 Language=Russian
42579 '%1' tried to determine its site by looking up its IP address ('%2')\n
42580 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
42581 the IP address. Consider adding a subnet object for this IP address.
42582 .
42583 Language=Spanish
42584 '%1' tried to determine its site by looking up its IP address ('%2')\n
42585 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
42586 the IP address. Consider adding a subnet object for this IP address.
42587 .
42588 Language=Turkish
42589 '%1' tried to determine its site by looking up its IP address ('%2')\n
42590 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
42591 the IP address. Consider adding a subnet object for this IP address.
42592 .
42593 Language=Chinese
42594 '%1' tried to determine its site by looking up its IP address ('%2')\n
42595 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
42596 the IP address. Consider adding a subnet object for this IP address.
42597 .
42598 Language=Taiwanese
42599 '%1' tried to determine its site by looking up its IP address ('%2')\n
42600 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
42601 the IP address. Consider adding a subnet object for this IP address.
42602 .
42603
42604 MessageId=5779
42605 Severity=Success
42606 Facility=System
42607 SymbolicName=NELOG_NetlogonBadSiteName
42608 Language=English
42609 The site name for this computer is '%1'. That site name is not a valid\n
42610 site name. A site name must be a valid DNS label.\n
42611 Rename the site to be a valid name.
42612 .
42613 Language=Polish
42614 The site name for this computer is '%1'. That site name is not a valid\n
42615 site name. A site name must be a valid DNS label.\n
42616 Rename the site to be a valid name.
42617 .
42618 Language=Romanian
42619 The site name for this computer is '%1'. That site name is not a valid\n
42620 site name. A site name must be a valid DNS label.\n
42621 Rename the site to be a valid name.
42622 .
42623 Language=Russian
42624 The site name for this computer is '%1'. That site name is not a valid\n
42625 site name. A site name must be a valid DNS label.\n
42626 Rename the site to be a valid name.
42627 .
42628 Language=Spanish
42629 The site name for this computer is '%1'. That site name is not a valid\n
42630 site name. A site name must be a valid DNS label.\n
42631 Rename the site to be a valid name.
42632 .
42633 Language=Turkish
42634 The site name for this computer is '%1'. That site name is not a valid\n
42635 site name. A site name must be a valid DNS label.\n
42636 Rename the site to be a valid name.
42637 .
42638 Language=Chinese
42639 The site name for this computer is '%1'. That site name is not a valid\n
42640 site name. A site name must be a valid DNS label.\n
42641 Rename the site to be a valid name.
42642 .
42643 Language=Taiwanese
42644 The site name for this computer is '%1'. That site name is not a valid\n
42645 site name. A site name must be a valid DNS label.\n
42646 Rename the site to be a valid name.
42647 .
42648
42649 MessageId=5780
42650 Severity=Success
42651 Facility=System
42652 SymbolicName=NELOG_NetlogonBadSubnetName
42653 Language=English
42654 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
42655 container in the DS. The name is not syntactically valid. The valid\n
42656 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
42657 and yy is the number of bits in the subnet mask.\n\n
42658 Correct the name of the subnet object.
42659 .
42660 Language=Polish
42661 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
42662 container in the DS. The name is not syntactically valid. The valid\n
42663 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
42664 and yy is the number of bits in the subnet mask.\n\n
42665 Correct the name of the subnet object.
42666 .
42667 Language=Romanian
42668 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
42669 container in the DS. The name is not syntactically valid. The valid\n
42670 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
42671 and yy is the number of bits in the subnet mask.\n\n
42672 Correct the name of the subnet object.
42673 .
42674 Language=Russian
42675 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
42676 container in the DS. The name is not syntactically valid. The valid\n
42677 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
42678 and yy is the number of bits in the subnet mask.\n\n
42679 Correct the name of the subnet object.
42680 .
42681 Language=Spanish
42682 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
42683 container in the DS. The name is not syntactically valid. The valid\n
42684 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
42685 and yy is the number of bits in the subnet mask.\n\n
42686 Correct the name of the subnet object.
42687 .
42688 Language=Turkish
42689 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
42690 container in the DS. The name is not syntactically valid. The valid\n
42691 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
42692 and yy is the number of bits in the subnet mask.\n\n
42693 Correct the name of the subnet object.
42694 .
42695 Language=Chinese
42696 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
42697 container in the DS. The name is not syntactically valid. The valid\n
42698 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
42699 and yy is the number of bits in the subnet mask.\n\n
42700 Correct the name of the subnet object.
42701 .
42702 Language=Taiwanese
42703 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
42704 container in the DS. The name is not syntactically valid. The valid\n
42705 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
42706 and yy is the number of bits in the subnet mask.\n\n
42707 Correct the name of the subnet object.
42708 .
42709
42710 MessageId=5781
42711 Severity=Success
42712 Facility=System
42713 SymbolicName=NELOG_NetlogonDynamicDnsServerFailure
42714 Language=English
42715 Dynamic registration or deletion of one or more DNS records associated with DNS\n
42716 domain '%1' failed. These records are used by other computers to locate this\n
42717 server as a domain controller (if the specified domain is an Active Directory\n
42718 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
42719 %n%nPossible causes of failure include:\n\n
42720 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
42721 %n- Specified preferred and alternate DNS servers are not running\n
42722 %n- DNS server(s) primary for the records to be registered is not running\n
42723 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
42724 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
42725 %n%nUSER ACTION\n\n
42726 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
42727 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
42728 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
42729 .
42730 Language=Polish
42731 Dynamic registration or deletion of one or more DNS records associated with DNS\n
42732 domain '%1' failed. These records are used by other computers to locate this\n
42733 server as a domain controller (if the specified domain is an Active Directory\n
42734 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
42735 %n%nPossible causes of failure include:\n\n
42736 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
42737 %n- Specified preferred and alternate DNS servers are not running\n
42738 %n- DNS server(s) primary for the records to be registered is not running\n
42739 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
42740 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
42741 %n%nUSER ACTION\n\n
42742 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
42743 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
42744 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
42745 .
42746 Language=Romanian
42747 Dynamic registration or deletion of one or more DNS records associated with DNS\n
42748 domain '%1' failed. These records are used by other computers to locate this\n
42749 server as a domain controller (if the specified domain is an Active Directory\n
42750 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
42751 %n%nPossible causes of failure include:\n\n
42752 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
42753 %n- Specified preferred and alternate DNS servers are not running\n
42754 %n- DNS server(s) primary for the records to be registered is not running\n
42755 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
42756 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
42757 %n%nUSER ACTION\n\n
42758 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
42759 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
42760 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
42761 .
42762 Language=Russian
42763 Dynamic registration or deletion of one or more DNS records associated with DNS\n
42764 domain '%1' failed. These records are used by other computers to locate this\n
42765 server as a domain controller (if the specified domain is an Active Directory\n
42766 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
42767 %n%nPossible causes of failure include:\n\n
42768 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
42769 %n- Specified preferred and alternate DNS servers are not running\n
42770 %n- DNS server(s) primary for the records to be registered is not running\n
42771 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
42772 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
42773 %n%nUSER ACTION\n\n
42774 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
42775 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
42776 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
42777 .
42778 Language=Spanish
42779 Dynamic registration or deletion of one or more DNS records associated with DNS\n
42780 domain '%1' failed. These records are used by other computers to locate this\n
42781 server as a domain controller (if the specified domain is an Active Directory\n
42782 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
42783 %n%nPossible causes of failure include:\n\n
42784 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
42785 %n- Specified preferred and alternate DNS servers are not running\n
42786 %n- DNS server(s) primary for the records to be registered is not running\n
42787 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
42788 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
42789 %n%nUSER ACTION\n\n
42790 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
42791 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
42792 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
42793 .
42794 Language=Turkish
42795 Dynamic registration or deletion of one or more DNS records associated with DNS\n
42796 domain '%1' failed. These records are used by other computers to locate this\n
42797 server as a domain controller (if the specified domain is an Active Directory\n
42798 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
42799 %n%nPossible causes of failure include:\n\n
42800 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
42801 %n- Specified preferred and alternate DNS servers are not running\n
42802 %n- DNS server(s) primary for the records to be registered is not running\n
42803 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
42804 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
42805 %n%nUSER ACTION\n\n
42806 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
42807 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
42808 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
42809 .
42810 Language=Chinese
42811 Dynamic registration or deletion of one or more DNS records associated with DNS\n
42812 domain '%1' failed. These records are used by other computers to locate this\n
42813 server as a domain controller (if the specified domain is an Active Directory\n
42814 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
42815 %n%nPossible causes of failure include:\n\n
42816 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
42817 %n- Specified preferred and alternate DNS servers are not running\n
42818 %n- DNS server(s) primary for the records to be registered is not running\n
42819 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
42820 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
42821 %n%nUSER ACTION\n\n
42822 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
42823 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
42824 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
42825 .
42826 Language=Taiwanese
42827 Dynamic registration or deletion of one or more DNS records associated with DNS\n
42828 domain '%1' failed. These records are used by other computers to locate this\n
42829 server as a domain controller (if the specified domain is an Active Directory\n
42830 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
42831 %n%nPossible causes of failure include:\n\n
42832 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
42833 %n- Specified preferred and alternate DNS servers are not running\n
42834 %n- DNS server(s) primary for the records to be registered is not running\n
42835 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
42836 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
42837 %n%nUSER ACTION\n\n
42838 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
42839 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
42840 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
42841 .
42842
42843 MessageId=5782
42844 Severity=Success
42845 Facility=System
42846 SymbolicName=NELOG_NetlogonDynamicDnsFailure
42847 Language=English
42848 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
42849 .
42850 Language=Polish
42851 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
42852 .
42853 Language=Romanian
42854 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
42855 .
42856 Language=Russian
42857 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
42858 .
42859 Language=Spanish
42860 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
42861 .
42862 Language=Turkish
42863 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
42864 .
42865 Language=Chinese
42866 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
42867 .
42868 Language=Taiwanese
42869 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
42870 .
42871
42872 MessageId=5783
42873 Severity=Success
42874 Facility=System
42875 SymbolicName=NELOG_NetlogonRpcCallCancelled
42876 Language=English
42877 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
42878 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
42879 .
42880 Language=Polish
42881 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
42882 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
42883 .
42884 Language=Romanian
42885 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
42886 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
42887 .
42888 Language=Russian
42889 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
42890 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
42891 .
42892 Language=Spanish
42893 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
42894 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
42895 .
42896 Language=Turkish
42897 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
42898 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
42899 .
42900 Language=Chinese
42901 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
42902 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
42903 .
42904 Language=Taiwanese
42905 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
42906 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
42907 .
42908
42909 MessageId=5784
42910 Severity=Success
42911 Facility=System
42912 SymbolicName=NELOG_NetlogonDcSiteCovered
42913 Language=English
42914 Site '%2' does not have any Domain Controllers for domain '%3'.\n
42915 Domain Controllers in site '%1' have been automatically\n
42916 selected to cover site '%2' for domain '%3' based on configured\n
42917 Directory Server replication costs.
42918 .
42919 Language=Polish
42920 Site '%2' does not have any Domain Controllers for domain '%3'.\n
42921 Domain Controllers in site '%1' have been automatically\n
42922 selected to cover site '%2' for domain '%3' based on configured\n
42923 Directory Server replication costs.
42924 .
42925 Language=Romanian
42926 Site '%2' does not have any Domain Controllers for domain '%3'.\n
42927 Domain Controllers in site '%1' have been automatically\n
42928 selected to cover site '%2' for domain '%3' based on configured\n
42929 Directory Server replication costs.
42930 .
42931 Language=Russian
42932 Site '%2' does not have any Domain Controllers for domain '%3'.\n
42933 Domain Controllers in site '%1' have been automatically\n
42934 selected to cover site '%2' for domain '%3' based on configured\n
42935 Directory Server replication costs.
42936 .
42937 Language=Spanish
42938 Site '%2' does not have any Domain Controllers for domain '%3'.\n
42939 Domain Controllers in site '%1' have been automatically\n
42940 selected to cover site '%2' for domain '%3' based on configured\n
42941 Directory Server replication costs.
42942 .
42943 Language=Turkish
42944 Site '%2' does not have any Domain Controllers for domain '%3'.\n
42945 Domain Controllers in site '%1' have been automatically\n
42946 selected to cover site '%2' for domain '%3' based on configured\n
42947 Directory Server replication costs.
42948 .
42949 Language=Chinese
42950 Site '%2' does not have any Domain Controllers for domain '%3'.\n
42951 Domain Controllers in site '%1' have been automatically\n
42952 selected to cover site '%2' for domain '%3' based on configured\n
42953 Directory Server replication costs.
42954 .
42955 Language=Taiwanese
42956 Site '%2' does not have any Domain Controllers for domain '%3'.\n
42957 Domain Controllers in site '%1' have been automatically\n
42958 selected to cover site '%2' for domain '%3' based on configured\n
42959 Directory Server replication costs.
42960 .
42961
42962 MessageId=5785
42963 Severity=Success
42964 Facility=System
42965 SymbolicName=NELOG_NetlogonDcSiteNotCovered
42966 Language=English
42967 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
42968 .
42969 Language=Polish
42970 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
42971 .
42972 Language=Romanian
42973 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
42974 .
42975 Language=Russian
42976 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
42977 .
42978 Language=Spanish
42979 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
42980 .
42981 Language=Turkish
42982 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
42983 .
42984 Language=Chinese
42985 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
42986 .
42987 Language=Taiwanese
42988 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
42989 .
42990
42991 MessageId=5786
42992 Severity=Success
42993 Facility=System
42994 SymbolicName=NELOG_NetlogonGcSiteCovered
42995 Language=English
42996 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
42997 Global Catalog servers in site '%1' have been automatically\n
42998 selected to cover site '%2' for forest '%3' based on configured\n
42999 Directory Server replication costs.
43000 .
43001 Language=Polish
43002 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
43003 Global Catalog servers in site '%1' have been automatically\n
43004 selected to cover site '%2' for forest '%3' based on configured\n
43005 Directory Server replication costs.
43006 .
43007 Language=Romanian
43008 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
43009 Global Catalog servers in site '%1' have been automatically\n
43010 selected to cover site '%2' for forest '%3' based on configured\n
43011 Directory Server replication costs.
43012 .
43013 Language=Russian
43014 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
43015 Global Catalog servers in site '%1' have been automatically\n
43016 selected to cover site '%2' for forest '%3' based on configured\n
43017 Directory Server replication costs.
43018 .
43019 Language=Spanish
43020 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
43021 Global Catalog servers in site '%1' have been automatically\n
43022 selected to cover site '%2' for forest '%3' based on configured\n
43023 Directory Server replication costs.
43024 .
43025 Language=Turkish
43026 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
43027 Global Catalog servers in site '%1' have been automatically\n
43028 selected to cover site '%2' for forest '%3' based on configured\n
43029 Directory Server replication costs.
43030 .
43031 Language=Chinese
43032 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
43033 Global Catalog servers in site '%1' have been automatically\n
43034 selected to cover site '%2' for forest '%3' based on configured\n
43035 Directory Server replication costs.
43036 .
43037 Language=Taiwanese
43038 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
43039 Global Catalog servers in site '%1' have been automatically\n
43040 selected to cover site '%2' for forest '%3' based on configured\n
43041 Directory Server replication costs.
43042 .
43043
43044 MessageId=5787
43045 Severity=Success
43046 Facility=System
43047 SymbolicName=NELOG_NetlogonGcSiteNotCovered
43048 Language=English
43049 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
43050 .
43051 Language=Polish
43052 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
43053 .
43054 Language=Romanian
43055 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
43056 .
43057 Language=Russian
43058 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
43059 .
43060 Language=Spanish
43061 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
43062 .
43063 Language=Turkish
43064 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
43065 .
43066 Language=Chinese
43067 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
43068 .
43069 Language=Taiwanese
43070 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
43071 .
43072
43073 MessageId=5788
43074 Severity=Success
43075 Facility=System
43076 SymbolicName=NELOG_NetlogonFailedSpnUpdate
43077 Language=English
43078 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
43079 object in Active Directory failed. The updated values were '%1' and '%2'.\n
43080 The following error occurred: %n%3
43081 .
43082 Language=Polish
43083 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
43084 object in Active Directory failed. The updated values were '%1' and '%2'.\n
43085 The following error occurred: %n%3
43086 .
43087 Language=Romanian
43088 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
43089 object in Active Directory failed. The updated values were '%1' and '%2'.\n
43090 The following error occurred: %n%3
43091 .
43092 Language=Russian
43093 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
43094 object in Active Directory failed. The updated values were '%1' and '%2'.\n
43095 The following error occurred: %n%3
43096 .
43097 Language=Spanish
43098 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
43099 object in Active Directory failed. The updated values were '%1' and '%2'.\n
43100 The following error occurred: %n%3
43101 .
43102 Language=Turkish
43103 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
43104 object in Active Directory failed. The updated values were '%1' and '%2'.\n
43105 The following error occurred: %n%3
43106 .
43107 Language=Chinese
43108 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
43109 object in Active Directory failed. The updated values were '%1' and '%2'.\n
43110 The following error occurred: %n%3
43111 .
43112 Language=Taiwanese
43113 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
43114 object in Active Directory failed. The updated values were '%1' and '%2'.\n
43115 The following error occurred: %n%3
43116 .
43117
43118 MessageId=5789
43119 Severity=Success
43120 Facility=System
43121 SymbolicName=NELOG_NetlogonFailedDnsHostNameUpdate
43122 Language=English
43123 Attempt to update DNS Host Name of the computer object\n
43124 in Active Directory failed. The updated value was '%1'.\n
43125 The following error occurred: %n%2
43126 .
43127 Language=Polish
43128 Attempt to update DNS Host Name of the computer object\n
43129 in Active Directory failed. The updated value was '%1'.\n
43130 The following error occurred: %n%2
43131 .
43132 Language=Romanian
43133 Attempt to update DNS Host Name of the computer object\n
43134 in Active Directory failed. The updated value was '%1'.\n
43135 The following error occurred: %n%2
43136 .
43137 Language=Russian
43138 Attempt to update DNS Host Name of the computer object\n
43139 in Active Directory failed. The updated value was '%1'.\n
43140 The following error occurred: %n%2
43141 .
43142 Language=Spanish
43143 Attempt to update DNS Host Name of the computer object\n
43144 in Active Directory failed. The updated value was '%1'.\n
43145 The following error occurred: %n%2
43146 .
43147 Language=Turkish
43148 Attempt to update DNS Host Name of the computer object\n
43149 in Active Directory failed. The updated value was '%1'.\n
43150 The following error occurred: %n%2
43151 .
43152 Language=Chinese
43153 Attempt to update DNS Host Name of the computer object\n
43154 in Active Directory failed. The updated value was '%1'.\n
43155 The following error occurred: %n%2
43156 .
43157 Language=Taiwanese
43158 Attempt to update DNS Host Name of the computer object\n
43159 in Active Directory failed. The updated value was '%1'.\n
43160 The following error occurred: %n%2
43161 .
43162
43163 MessageId=5790
43164 Severity=Success
43165 Facility=System
43166 SymbolicName=NELOG_NetlogonAuthNoUplevelDomainController
43167 Language=English
43168 No suitable Domain Controller is available for domain %1.\n
43169 An NT4 or older domain controller is available but it cannot\n
43170 be used for authentication purposes in the Windows 2000 or newer\n
43171 domain that this computer is a member of.\n
43172 The following error occurred:%n%2
43173 .
43174 Language=Polish
43175 No suitable Domain Controller is available for domain %1.\n
43176 An NT4 or older domain controller is available but it cannot\n
43177 be used for authentication purposes in the Windows 2000 or newer\n
43178 domain that this computer is a member of.\n
43179 The following error occurred:%n%2
43180 .
43181 Language=Romanian
43182 No suitable Domain Controller is available for domain %1.\n
43183 An NT4 or older domain controller is available but it cannot\n
43184 be used for authentication purposes in the Windows 2000 or newer\n
43185 domain that this computer is a member of.\n
43186 The following error occurred:%n%2
43187 .
43188 Language=Russian
43189 No suitable Domain Controller is available for domain %1.\n
43190 An NT4 or older domain controller is available but it cannot\n
43191 be used for authentication purposes in the Windows 2000 or newer\n
43192 domain that this computer is a member of.\n
43193 The following error occurred:%n%2
43194 .
43195 Language=Spanish
43196 No suitable Domain Controller is available for domain %1.\n
43197 An NT4 or older domain controller is available but it cannot\n
43198 be used for authentication purposes in the Windows 2000 or newer\n
43199 domain that this computer is a member of.\n
43200 The following error occurred:%n%2
43201 .
43202 Language=Turkish
43203 No suitable Domain Controller is available for domain %1.\n
43204 An NT4 or older domain controller is available but it cannot\n
43205 be used for authentication purposes in the Windows 2000 or newer\n
43206 domain that this computer is a member of.\n
43207 The following error occurred:%n%2
43208 .
43209 Language=Chinese
43210 No suitable Domain Controller is available for domain %1.\n
43211 An NT4 or older domain controller is available but it cannot\n
43212 be used for authentication purposes in the Windows 2000 or newer\n
43213 domain that this computer is a member of.\n
43214 The following error occurred:%n%2
43215 .
43216 Language=Taiwanese
43217 No suitable Domain Controller is available for domain %1.\n
43218 An NT4 or older domain controller is available but it cannot\n
43219 be used for authentication purposes in the Windows 2000 or newer\n
43220 domain that this computer is a member of.\n
43221 The following error occurred:%n%2
43222 .
43223
43224 MessageId=5791
43225 Severity=Success
43226 Facility=System
43227 SymbolicName=NELOG_NetlogonAuthDomainDowngraded
43228 Language=English
43229 The domain of this computer, %1 has been downgraded from Windows 2000\n
43230 or newer to Windows NT4 or older. The computer cannot function properly\n
43231 in this case for authentication purposes. This computer needs to rejoin\n
43232 the domain.\n
43233 The following error occurred:%n%2
43234 .
43235 Language=Polish
43236 The domain of this computer, %1 has been downgraded from Windows 2000\n
43237 or newer to Windows NT4 or older. The computer cannot function properly\n
43238 in this case for authentication purposes. This computer needs to rejoin\n
43239 the domain.\n
43240 The following error occurred:%n%2
43241 .
43242 Language=Romanian
43243 The domain of this computer, %1 has been downgraded from Windows 2000\n
43244 or newer to Windows NT4 or older. The computer cannot function properly\n
43245 in this case for authentication purposes. This computer needs to rejoin\n
43246 the domain.\n
43247 The following error occurred:%n%2
43248 .
43249 Language=Russian
43250 The domain of this computer, %1 has been downgraded from Windows 2000\n
43251 or newer to Windows NT4 or older. The computer cannot function properly\n
43252 in this case for authentication purposes. This computer needs to rejoin\n
43253 the domain.\n
43254 The following error occurred:%n%2
43255 .
43256 Language=Spanish
43257 The domain of this computer, %1 has been downgraded from Windows 2000\n
43258 or newer to Windows NT4 or older. The computer cannot function properly\n
43259 in this case for authentication purposes. This computer needs to rejoin\n
43260 the domain.\n
43261 The following error occurred:%n%2
43262 .
43263 Language=Turkish
43264 The domain of this computer, %1 has been downgraded from Windows 2000\n
43265 or newer to Windows NT4 or older. The computer cannot function properly\n
43266 in this case for authentication purposes. This computer needs to rejoin\n
43267 the domain.\n
43268 The following error occurred:%n%2
43269 .
43270 Language=Chinese
43271 The domain of this computer, %1 has been downgraded from Windows 2000\n
43272 or newer to Windows NT4 or older. The computer cannot function properly\n
43273 in this case for authentication purposes. This computer needs to rejoin\n
43274 the domain.\n
43275 The following error occurred:%n%2
43276 .
43277 Language=Taiwanese
43278 The domain of this computer, %1 has been downgraded from Windows 2000\n
43279 or newer to Windows NT4 or older. The computer cannot function properly\n
43280 in this case for authentication purposes. This computer needs to rejoin\n
43281 the domain.\n
43282 The following error occurred:%n%2
43283 .
43284
43285 MessageId=5792
43286 Severity=Success
43287 Facility=System
43288 SymbolicName=NELOG_NetlogonNdncSiteCovered
43289 Language=English
43290 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43291 LDAP servers in site '%1' have been automatically selected to\n
43292 cover site '%2' for non-domain NC '%3' based on configured\n
43293 Directory Server replication costs.
43294 .
43295 Language=Polish
43296 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43297 LDAP servers in site '%1' have been automatically selected to\n
43298 cover site '%2' for non-domain NC '%3' based on configured\n
43299 Directory Server replication costs.
43300 .
43301 Language=Romanian
43302 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43303 LDAP servers in site '%1' have been automatically selected to\n
43304 cover site '%2' for non-domain NC '%3' based on configured\n
43305 Directory Server replication costs.
43306 .
43307 Language=Russian
43308 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43309 LDAP servers in site '%1' have been automatically selected to\n
43310 cover site '%2' for non-domain NC '%3' based on configured\n
43311 Directory Server replication costs.
43312 .
43313 Language=Spanish
43314 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43315 LDAP servers in site '%1' have been automatically selected to\n
43316 cover site '%2' for non-domain NC '%3' based on configured\n
43317 Directory Server replication costs.
43318 .
43319 Language=Turkish
43320 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43321 LDAP servers in site '%1' have been automatically selected to\n
43322 cover site '%2' for non-domain NC '%3' based on configured\n
43323 Directory Server replication costs.
43324 .
43325 Language=Chinese
43326 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43327 LDAP servers in site '%1' have been automatically selected to\n
43328 cover site '%2' for non-domain NC '%3' based on configured\n
43329 Directory Server replication costs.
43330 .
43331 Language=Taiwanese
43332 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43333 LDAP servers in site '%1' have been automatically selected to\n
43334 cover site '%2' for non-domain NC '%3' based on configured\n
43335 Directory Server replication costs.
43336 .
43337
43338 MessageId=5793
43339 Severity=Success
43340 Facility=System
43341 SymbolicName=NELOG_NetlogonNdncSiteNotCovered
43342 Language=English
43343 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
43344 .
43345 Language=Polish
43346 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
43347 .
43348 Language=Romanian
43349 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
43350 .
43351 Language=Russian
43352 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
43353 .
43354 Language=Spanish
43355 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
43356 .
43357 Language=Turkish
43358 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
43359 .
43360 Language=Chinese
43361 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
43362 .
43363 Language=Taiwanese
43364 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
43365 .
43366
43367 MessageId=5794
43368 Severity=Success
43369 Facility=System
43370 SymbolicName=NELOG_NetlogonDcOldSiteCovered
43371 Language=English
43372 Site '%2' is no longer manually configured in the registry as\n
43373 covered by this Domain Controller for domain '%3'. As a result,\n
43374 site '%2' does not have any Domain Controllers for domain '%3'.\n
43375 Domain Controllers in site '%1' have been automatically\n
43376 selected to cover site '%2' for domain '%3' based on configured\n
43377 Directory Server replication costs.
43378 .
43379 Language=Polish
43380 Site '%2' is no longer manually configured in the registry as\n
43381 covered by this Domain Controller for domain '%3'. As a result,\n
43382 site '%2' does not have any Domain Controllers for domain '%3'.\n
43383 Domain Controllers in site '%1' have been automatically\n
43384 selected to cover site '%2' for domain '%3' based on configured\n
43385 Directory Server replication costs.
43386 .
43387 Language=Romanian
43388 Site '%2' is no longer manually configured in the registry as\n
43389 covered by this Domain Controller for domain '%3'. As a result,\n
43390 site '%2' does not have any Domain Controllers for domain '%3'.\n
43391 Domain Controllers in site '%1' have been automatically\n
43392 selected to cover site '%2' for domain '%3' based on configured\n
43393 Directory Server replication costs.
43394 .
43395 Language=Russian
43396 Site '%2' is no longer manually configured in the registry as\n
43397 covered by this Domain Controller for domain '%3'. As a result,\n
43398 site '%2' does not have any Domain Controllers for domain '%3'.\n
43399 Domain Controllers in site '%1' have been automatically\n
43400 selected to cover site '%2' for domain '%3' based on configured\n
43401 Directory Server replication costs.
43402 .
43403 Language=Spanish
43404 Site '%2' is no longer manually configured in the registry as\n
43405 covered by this Domain Controller for domain '%3'. As a result,\n
43406 site '%2' does not have any Domain Controllers for domain '%3'.\n
43407 Domain Controllers in site '%1' have been automatically\n
43408 selected to cover site '%2' for domain '%3' based on configured\n
43409 Directory Server replication costs.
43410 .
43411 Language=Turkish
43412 Site '%2' is no longer manually configured in the registry as\n
43413 covered by this Domain Controller for domain '%3'. As a result,\n
43414 site '%2' does not have any Domain Controllers for domain '%3'.\n
43415 Domain Controllers in site '%1' have been automatically\n
43416 selected to cover site '%2' for domain '%3' based on configured\n
43417 Directory Server replication costs.
43418 .
43419 Language=Chinese
43420 Site '%2' is no longer manually configured in the registry as\n
43421 covered by this Domain Controller for domain '%3'. As a result,\n
43422 site '%2' does not have any Domain Controllers for domain '%3'.\n
43423 Domain Controllers in site '%1' have been automatically\n
43424 selected to cover site '%2' for domain '%3' based on configured\n
43425 Directory Server replication costs.
43426 .
43427 Language=Taiwanese
43428 Site '%2' is no longer manually configured in the registry as\n
43429 covered by this Domain Controller for domain '%3'. As a result,\n
43430 site '%2' does not have any Domain Controllers for domain '%3'.\n
43431 Domain Controllers in site '%1' have been automatically\n
43432 selected to cover site '%2' for domain '%3' based on configured\n
43433 Directory Server replication costs.
43434 .
43435
43436 MessageId=5795
43437 Severity=Success
43438 Facility=System
43439 SymbolicName=NELOG_NetlogonDcSiteNotCoveredAuto
43440 Language=English
43441 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
43442 However, site '%1' is still (manually) covered by this Domain Controller for\n
43443 domain '%2' since this site has been manually configured in the registry.
43444 .
43445 Language=Polish
43446 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
43447 However, site '%1' is still (manually) covered by this Domain Controller for\n
43448 domain '%2' since this site has been manually configured in the registry.
43449 .
43450 Language=Romanian
43451 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
43452 However, site '%1' is still (manually) covered by this Domain Controller for\n
43453 domain '%2' since this site has been manually configured in the registry.
43454 .
43455 Language=Russian
43456 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
43457 However, site '%1' is still (manually) covered by this Domain Controller for\n
43458 domain '%2' since this site has been manually configured in the registry.
43459 .
43460 Language=Spanish
43461 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
43462 However, site '%1' is still (manually) covered by this Domain Controller for\n
43463 domain '%2' since this site has been manually configured in the registry.
43464 .
43465 Language=Turkish
43466 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
43467 However, site '%1' is still (manually) covered by this Domain Controller for\n
43468 domain '%2' since this site has been manually configured in the registry.
43469 .
43470 Language=Chinese
43471 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
43472 However, site '%1' is still (manually) covered by this Domain Controller for\n
43473 domain '%2' since this site has been manually configured in the registry.
43474 .
43475 Language=Taiwanese
43476 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
43477 However, site '%1' is still (manually) covered by this Domain Controller for\n
43478 domain '%2' since this site has been manually configured in the registry.
43479 .
43480
43481 MessageId=5796
43482 Severity=Success
43483 Facility=System
43484 SymbolicName=NELOG_NetlogonGcOldSiteCovered
43485 Language=English
43486 Site '%2' is no longer manually configured in the registry as\n
43487 covered by this Global Catalog server for forest '%3'. As a result,\n
43488 site '%2' does not have any Global Catalog servers for forest '%3'.\n
43489 Global Catalog servers in site '%1' have been automatically\n
43490 selected to cover site '%2' for forest '%3' based on configured\n
43491 Directory Server replication costs.
43492 .
43493 Language=Polish
43494 Site '%2' is no longer manually configured in the registry as\n
43495 covered by this Global Catalog server for forest '%3'. As a result,\n
43496 site '%2' does not have any Global Catalog servers for forest '%3'.\n
43497 Global Catalog servers in site '%1' have been automatically\n
43498 selected to cover site '%2' for forest '%3' based on configured\n
43499 Directory Server replication costs.
43500 .
43501 Language=Romanian
43502 Site '%2' is no longer manually configured in the registry as\n
43503 covered by this Global Catalog server for forest '%3'. As a result,\n
43504 site '%2' does not have any Global Catalog servers for forest '%3'.\n
43505 Global Catalog servers in site '%1' have been automatically\n
43506 selected to cover site '%2' for forest '%3' based on configured\n
43507 Directory Server replication costs.
43508 .
43509 Language=Russian
43510 Site '%2' is no longer manually configured in the registry as\n
43511 covered by this Global Catalog server for forest '%3'. As a result,\n
43512 site '%2' does not have any Global Catalog servers for forest '%3'.\n
43513 Global Catalog servers in site '%1' have been automatically\n
43514 selected to cover site '%2' for forest '%3' based on configured\n
43515 Directory Server replication costs.
43516 .
43517 Language=Spanish
43518 Site '%2' is no longer manually configured in the registry as\n
43519 covered by this Global Catalog server for forest '%3'. As a result,\n
43520 site '%2' does not have any Global Catalog servers for forest '%3'.\n
43521 Global Catalog servers in site '%1' have been automatically\n
43522 selected to cover site '%2' for forest '%3' based on configured\n
43523 Directory Server replication costs.
43524 .
43525 Language=Turkish
43526 Site '%2' is no longer manually configured in the registry as\n
43527 covered by this Global Catalog server for forest '%3'. As a result,\n
43528 site '%2' does not have any Global Catalog servers for forest '%3'.\n
43529 Global Catalog servers in site '%1' have been automatically\n
43530 selected to cover site '%2' for forest '%3' based on configured\n
43531 Directory Server replication costs.
43532 .
43533 Language=Chinese
43534 Site '%2' is no longer manually configured in the registry as\n
43535 covered by this Global Catalog server for forest '%3'. As a result,\n
43536 site '%2' does not have any Global Catalog servers for forest '%3'.\n
43537 Global Catalog servers in site '%1' have been automatically\n
43538 selected to cover site '%2' for forest '%3' based on configured\n
43539 Directory Server replication costs.
43540 .
43541 Language=Taiwanese
43542 Site '%2' is no longer manually configured in the registry as\n
43543 covered by this Global Catalog server for forest '%3'. As a result,\n
43544 site '%2' does not have any Global Catalog servers for forest '%3'.\n
43545 Global Catalog servers in site '%1' have been automatically\n
43546 selected to cover site '%2' for forest '%3' based on configured\n
43547 Directory Server replication costs.
43548 .
43549
43550 MessageId=5797
43551 Severity=Success
43552 Facility=System
43553 SymbolicName=NELOG_NetlogonGcSiteNotCoveredAuto
43554 Language=English
43555 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
43556 However, site '%1' is still (manually) covered by this Global catalog for\n
43557 forest '%2' since this site has been manually configured in the registry.
43558 .
43559 Language=Polish
43560 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
43561 However, site '%1' is still (manually) covered by this Global catalog for\n
43562 forest '%2' since this site has been manually configured in the registry.
43563 .
43564 Language=Romanian
43565 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
43566 However, site '%1' is still (manually) covered by this Global catalog for\n
43567 forest '%2' since this site has been manually configured in the registry.
43568 .
43569 Language=Russian
43570 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
43571 However, site '%1' is still (manually) covered by this Global catalog for\n
43572 forest '%2' since this site has been manually configured in the registry.
43573 .
43574 Language=Spanish
43575 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
43576 However, site '%1' is still (manually) covered by this Global catalog for\n
43577 forest '%2' since this site has been manually configured in the registry.
43578 .
43579 Language=Turkish
43580 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
43581 However, site '%1' is still (manually) covered by this Global catalog for\n
43582 forest '%2' since this site has been manually configured in the registry.
43583 .
43584 Language=Chinese
43585 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
43586 However, site '%1' is still (manually) covered by this Global catalog for\n
43587 forest '%2' since this site has been manually configured in the registry.
43588 .
43589 Language=Taiwanese
43590 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
43591 However, site '%1' is still (manually) covered by this Global catalog for\n
43592 forest '%2' since this site has been manually configured in the registry.
43593 .
43594
43595 MessageId=5798
43596 Severity=Success
43597 Facility=System
43598 SymbolicName=NELOG_NetlogonNdncOldSiteCovered
43599 Language=English
43600 Site '%2' is no longer manually configured in the registry as\n
43601 covered by this LDAP server for non-domain NC '%3'. As a result,\n
43602 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43603 LDAP servers in site '%1' have been automatically\n
43604 selected to cover site '%2' for non-domain NC '%3' based on\n
43605 configured Directory Server replication costs.
43606 .
43607 Language=Polish
43608 Site '%2' is no longer manually configured in the registry as\n
43609 covered by this LDAP server for non-domain NC '%3'. As a result,\n
43610 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43611 LDAP servers in site '%1' have been automatically\n
43612 selected to cover site '%2' for non-domain NC '%3' based on\n
43613 configured Directory Server replication costs.
43614 .
43615 Language=Romanian
43616 Site '%2' is no longer manually configured in the registry as\n
43617 covered by this LDAP server for non-domain NC '%3'. As a result,\n
43618 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43619 LDAP servers in site '%1' have been automatically\n
43620 selected to cover site '%2' for non-domain NC '%3' based on\n
43621 configured Directory Server replication costs.
43622 .
43623 Language=Russian
43624 Site '%2' is no longer manually configured in the registry as\n
43625 covered by this LDAP server for non-domain NC '%3'. As a result,\n
43626 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43627 LDAP servers in site '%1' have been automatically\n
43628 selected to cover site '%2' for non-domain NC '%3' based on\n
43629 configured Directory Server replication costs.
43630 .
43631 Language=Spanish
43632 Site '%2' is no longer manually configured in the registry as\n
43633 covered by this LDAP server for non-domain NC '%3'. As a result,\n
43634 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43635 LDAP servers in site '%1' have been automatically\n
43636 selected to cover site '%2' for non-domain NC '%3' based on\n
43637 configured Directory Server replication costs.
43638 .
43639 Language=Turkish
43640 Site '%2' is no longer manually configured in the registry as\n
43641 covered by this LDAP server for non-domain NC '%3'. As a result,\n
43642 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43643 LDAP servers in site '%1' have been automatically\n
43644 selected to cover site '%2' for non-domain NC '%3' based on\n
43645 configured Directory Server replication costs.
43646 .
43647 Language=Chinese
43648 Site '%2' is no longer manually configured in the registry as\n
43649 covered by this LDAP server for non-domain NC '%3'. As a result,\n
43650 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43651 LDAP servers in site '%1' have been automatically\n
43652 selected to cover site '%2' for non-domain NC '%3' based on\n
43653 configured Directory Server replication costs.
43654 .
43655 Language=Taiwanese
43656 Site '%2' is no longer manually configured in the registry as\n
43657 covered by this LDAP server for non-domain NC '%3'. As a result,\n
43658 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
43659 LDAP servers in site '%1' have been automatically\n
43660 selected to cover site '%2' for non-domain NC '%3' based on\n
43661 configured Directory Server replication costs.
43662 .
43663
43664 MessageId=5799
43665 Severity=Success
43666 Facility=System
43667 SymbolicName=NELOG_NetlogonNdncSiteNotCoveredAuto
43668 Language=English
43669 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
43670 However, site '%1' is still (manually) covered by this LDAP server for\n
43671 non-domain NC '%2' since this site has been manually configured in the registry.
43672 .
43673 Language=Polish
43674 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
43675 However, site '%1' is still (manually) covered by this LDAP server for\n
43676 non-domain NC '%2' since this site has been manually configured in the registry.
43677 .
43678 Language=Romanian
43679 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
43680 However, site '%1' is still (manually) covered by this LDAP server for\n
43681 non-domain NC '%2' since this site has been manually configured in the registry.
43682 .
43683 Language=Russian
43684 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
43685 However, site '%1' is still (manually) covered by this LDAP server for\n
43686 non-domain NC '%2' since this site has been manually configured in the registry.
43687 .
43688 Language=Spanish
43689 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
43690 However, site '%1' is still (manually) covered by this LDAP server for\n
43691 non-domain NC '%2' since this site has been manually configured in the registry.
43692 .
43693 Language=Turkish
43694 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
43695 However, site '%1' is still (manually) covered by this LDAP server for\n
43696 non-domain NC '%2' since this site has been manually configured in the registry.
43697 .
43698 Language=Chinese
43699 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
43700 However, site '%1' is still (manually) covered by this LDAP server for\n
43701 non-domain NC '%2' since this site has been manually configured in the registry.
43702 .
43703 Language=Taiwanese
43704 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
43705 However, site '%1' is still (manually) covered by this LDAP server for\n
43706 non-domain NC '%2' since this site has been manually configured in the registry.
43707 .
43708
43709 MessageId=5800
43710 Severity=Success
43711 Facility=System
43712 SymbolicName=NELOG_NetlogonSpnMultipleSamAccountNames
43713 Language=English
43714 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43715 of the computer object in Active Directory failed because the Domain Controller\n
43716 '%1' had more than one account with the name '%2' corresponding to this computer.\n
43717 Not having SPNs registered may result in authentication failures for this computer.\n
43718 Contact your domain administrator who may need to manually resolve the account name\n
43719 collision.
43720 .
43721 Language=Polish
43722 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43723 of the computer object in Active Directory failed because the Domain Controller\n
43724 '%1' had more than one account with the name '%2' corresponding to this computer.\n
43725 Not having SPNs registered may result in authentication failures for this computer.\n
43726 Contact your domain administrator who may need to manually resolve the account name\n
43727 collision.
43728 .
43729 Language=Romanian
43730 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43731 of the computer object in Active Directory failed because the Domain Controller\n
43732 '%1' had more than one account with the name '%2' corresponding to this computer.\n
43733 Not having SPNs registered may result in authentication failures for this computer.\n
43734 Contact your domain administrator who may need to manually resolve the account name\n
43735 collision.
43736 .
43737 Language=Russian
43738 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43739 of the computer object in Active Directory failed because the Domain Controller\n
43740 '%1' had more than one account with the name '%2' corresponding to this computer.\n
43741 Not having SPNs registered may result in authentication failures for this computer.\n
43742 Contact your domain administrator who may need to manually resolve the account name\n
43743 collision.
43744 .
43745 Language=Spanish
43746 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43747 of the computer object in Active Directory failed because the Domain Controller\n
43748 '%1' had more than one account with the name '%2' corresponding to this computer.\n
43749 Not having SPNs registered may result in authentication failures for this computer.\n
43750 Contact your domain administrator who may need to manually resolve the account name\n
43751 collision.
43752 .
43753 Language=Turkish
43754 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43755 of the computer object in Active Directory failed because the Domain Controller\n
43756 '%1' had more than one account with the name '%2' corresponding to this computer.\n
43757 Not having SPNs registered may result in authentication failures for this computer.\n
43758 Contact your domain administrator who may need to manually resolve the account name\n
43759 collision.
43760 .
43761 Language=Chinese
43762 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43763 of the computer object in Active Directory failed because the Domain Controller\n
43764 '%1' had more than one account with the name '%2' corresponding to this computer.\n
43765 Not having SPNs registered may result in authentication failures for this computer.\n
43766 Contact your domain administrator who may need to manually resolve the account name\n
43767 collision.
43768 .
43769 Language=Taiwanese
43770 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43771 of the computer object in Active Directory failed because the Domain Controller\n
43772 '%1' had more than one account with the name '%2' corresponding to this computer.\n
43773 Not having SPNs registered may result in authentication failures for this computer.\n
43774 Contact your domain administrator who may need to manually resolve the account name\n
43775 collision.
43776 .
43777
43778 MessageId=5801
43779 Severity=Success
43780 Facility=System
43781 SymbolicName=NELOG_NetlogonSpnCrackNamesFailure
43782 Language=English
43783 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43784 of the computer object in Active Directory failed because this computer account\n
43785 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
43786 Not having SPNs registered may result in authentication failures for this computer.\n
43787 Contact your domain administrator. The following technical information may be\n
43788 useful for the resolution of this failure:%n\n
43789 DsCrackNames status = 0x%3, crack error = 0x%4.
43790 .
43791 Language=Polish
43792 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43793 of the computer object in Active Directory failed because this computer account\n
43794 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
43795 Not having SPNs registered may result in authentication failures for this computer.\n
43796 Contact your domain administrator. The following technical information may be\n
43797 useful for the resolution of this failure:%n\n
43798 DsCrackNames status = 0x%3, crack error = 0x%4.
43799 .
43800 Language=Romanian
43801 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43802 of the computer object in Active Directory failed because this computer account\n
43803 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
43804 Not having SPNs registered may result in authentication failures for this computer.\n
43805 Contact your domain administrator. The following technical information may be\n
43806 useful for the resolution of this failure:%n\n
43807 DsCrackNames status = 0x%3, crack error = 0x%4.
43808 .
43809 Language=Russian
43810 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43811 of the computer object in Active Directory failed because this computer account\n
43812 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
43813 Not having SPNs registered may result in authentication failures for this computer.\n
43814 Contact your domain administrator. The following technical information may be\n
43815 useful for the resolution of this failure:%n\n
43816 DsCrackNames status = 0x%3, crack error = 0x%4.
43817 .
43818 Language=Spanish
43819 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43820 of the computer object in Active Directory failed because this computer account\n
43821 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
43822 Not having SPNs registered may result in authentication failures for this computer.\n
43823 Contact your domain administrator. The following technical information may be\n
43824 useful for the resolution of this failure:%n\n
43825 DsCrackNames status = 0x%3, crack error = 0x%4.
43826 .
43827 Language=Turkish
43828 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43829 of the computer object in Active Directory failed because this computer account\n
43830 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
43831 Not having SPNs registered may result in authentication failures for this computer.\n
43832 Contact your domain administrator. The following technical information may be\n
43833 useful for the resolution of this failure:%n\n
43834 DsCrackNames status = 0x%3, crack error = 0x%4.
43835 .
43836 Language=Chinese
43837 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43838 of the computer object in Active Directory failed because this computer account\n
43839 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
43840 Not having SPNs registered may result in authentication failures for this computer.\n
43841 Contact your domain administrator. The following technical information may be\n
43842 useful for the resolution of this failure:%n\n
43843 DsCrackNames status = 0x%3, crack error = 0x%4.
43844 .
43845 Language=Taiwanese
43846 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
43847 of the computer object in Active Directory failed because this computer account\n
43848 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
43849 Not having SPNs registered may result in authentication failures for this computer.\n
43850 Contact your domain administrator. The following technical information may be\n
43851 useful for the resolution of this failure:%n\n
43852 DsCrackNames status = 0x%3, crack error = 0x%4.
43853 .
43854
43855 MessageId=5802
43856 Severity=Success
43857 Facility=System
43858 SymbolicName=NELOG_NetlogonNoAddressToSiteMapping
43859 Language=English
43860 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
43861 While this may be a temporary situation due to IP address changes, it is generally\n
43862 recommended that the IP address of the Domain Controller (accessible to machines in\n
43863 its domain) maps to the Site which it services. If the above list of IP addresses is\n
43864 stable, consider moving this server to a site (or create one if it does not already\n
43865 exist) such that the above IP address maps to the selected site. This may require the\n
43866 creation of a new subnet object (whose range includes the above IP address) which maps\n
43867 to the selected site object.
43868 .
43869 Language=Polish
43870 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
43871 While this may be a temporary situation due to IP address changes, it is generally\n
43872 recommended that the IP address of the Domain Controller (accessible to machines in\n
43873 its domain) maps to the Site which it services. If the above list of IP addresses is\n
43874 stable, consider moving this server to a site (or create one if it does not already\n
43875 exist) such that the above IP address maps to the selected site. This may require the\n
43876 creation of a new subnet object (whose range includes the above IP address) which maps\n
43877 to the selected site object.
43878 .
43879 Language=Romanian
43880 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
43881 While this may be a temporary situation due to IP address changes, it is generally\n
43882 recommended that the IP address of the Domain Controller (accessible to machines in\n
43883 its domain) maps to the Site which it services. If the above list of IP addresses is\n
43884 stable, consider moving this server to a site (or create one if it does not already\n
43885 exist) such that the above IP address maps to the selected site. This may require the\n
43886 creation of a new subnet object (whose range includes the above IP address) which maps\n
43887 to the selected site object.
43888 .
43889 Language=Russian
43890 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
43891 While this may be a temporary situation due to IP address changes, it is generally\n
43892 recommended that the IP address of the Domain Controller (accessible to machines in\n
43893 its domain) maps to the Site which it services. If the above list of IP addresses is\n
43894 stable, consider moving this server to a site (or create one if it does not already\n
43895 exist) such that the above IP address maps to the selected site. This may require the\n
43896 creation of a new subnet object (whose range includes the above IP address) which maps\n
43897 to the selected site object.
43898 .
43899 Language=Spanish
43900 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
43901 While this may be a temporary situation due to IP address changes, it is generally\n
43902 recommended that the IP address of the Domain Controller (accessible to machines in\n
43903 its domain) maps to the Site which it services. If the above list of IP addresses is\n
43904 stable, consider moving this server to a site (or create one if it does not already\n
43905 exist) such that the above IP address maps to the selected site. This may require the\n
43906 creation of a new subnet object (whose range includes the above IP address) which maps\n
43907 to the selected site object.
43908 .
43909 Language=Turkish
43910 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
43911 While this may be a temporary situation due to IP address changes, it is generally\n
43912 recommended that the IP address of the Domain Controller (accessible to machines in\n
43913 its domain) maps to the Site which it services. If the above list of IP addresses is\n
43914 stable, consider moving this server to a site (or create one if it does not already\n
43915 exist) such that the above IP address maps to the selected site. This may require the\n
43916 creation of a new subnet object (whose range includes the above IP address) which maps\n
43917 to the selected site object.
43918 .
43919 Language=Chinese
43920 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
43921 While this may be a temporary situation due to IP address changes, it is generally\n
43922 recommended that the IP address of the Domain Controller (accessible to machines in\n
43923 its domain) maps to the Site which it services. If the above list of IP addresses is\n
43924 stable, consider moving this server to a site (or create one if it does not already\n
43925 exist) such that the above IP address maps to the selected site. This may require the\n
43926 creation of a new subnet object (whose range includes the above IP address) which maps\n
43927 to the selected site object.
43928 .
43929 Language=Taiwanese
43930 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
43931 While this may be a temporary situation due to IP address changes, it is generally\n
43932 recommended that the IP address of the Domain Controller (accessible to machines in\n
43933 its domain) maps to the Site which it services. If the above list of IP addresses is\n
43934 stable, consider moving this server to a site (or create one if it does not already\n
43935 exist) such that the above IP address maps to the selected site. This may require the\n
43936 creation of a new subnet object (whose range includes the above IP address) which maps\n
43937 to the selected site object.
43938 .
43939
43940 MessageId=5803
43941 Severity=Success
43942 Facility=System
43943 SymbolicName=NELOG_NetlogonInvalidGenericParameterValue
43944 Language=English
43945 The following error occurred while reading a parameter '%2' in the\n
43946 Netlogon %1 registry section:%n%3
43947 .
43948 Language=Polish
43949 The following error occurred while reading a parameter '%2' in the\n
43950 Netlogon %1 registry section:%n%3
43951 .
43952 Language=Romanian
43953 The following error occurred while reading a parameter '%2' in the\n
43954 Netlogon %1 registry section:%n%3
43955 .
43956 Language=Russian
43957 The following error occurred while reading a parameter '%2' in the\n
43958 Netlogon %1 registry section:%n%3
43959 .
43960 Language=Spanish
43961 The following error occurred while reading a parameter '%2' in the\n
43962 Netlogon %1 registry section:%n%3
43963 .
43964 Language=Turkish
43965 The following error occurred while reading a parameter '%2' in the\n
43966 Netlogon %1 registry section:%n%3
43967 .
43968 Language=Chinese
43969 The following error occurred while reading a parameter '%2' in the\n
43970 Netlogon %1 registry section:%n%3
43971 .
43972 Language=Taiwanese
43973 The following error occurred while reading a parameter '%2' in the\n
43974 Netlogon %1 registry section:%n%3
43975 .
43976
43977 MessageId=5804
43978 Severity=Success
43979 Facility=System
43980 SymbolicName=NELOG_NetlogonInvalidDwordParameterValue
43981 Language=English
43982 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
43983 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
43984 The value of 0x%6 has been assigned to this parameter.
43985 .
43986 Language=Polish
43987 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
43988 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
43989 The value of 0x%6 has been assigned to this parameter.
43990 .
43991 Language=Romanian
43992 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
43993 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
43994 The value of 0x%6 has been assigned to this parameter.
43995 .
43996 Language=Russian
43997 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
43998 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
43999 The value of 0x%6 has been assigned to this parameter.
44000 .
44001 Language=Spanish
44002 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
44003 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
44004 The value of 0x%6 has been assigned to this parameter.
44005 .
44006 Language=Turkish
44007 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
44008 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
44009 The value of 0x%6 has been assigned to this parameter.
44010 .
44011 Language=Chinese
44012 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
44013 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
44014 The value of 0x%6 has been assigned to this parameter.
44015 .
44016 Language=Taiwanese
44017 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
44018 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
44019 The value of 0x%6 has been assigned to this parameter.
44020 .
44021
44022 MessageId=5805
44023 Severity=Success
44024 Facility=System
44025 SymbolicName=NELOG_NetlogonServerAuthFailedNoAccount
44026 Language=English
44027 The session setup from the computer %1 failed to authenticate.\n
44028 The following error occurred: %n%2
44029 .
44030 Language=Polish
44031 The session setup from the computer %1 failed to authenticate.\n
44032 The following error occurred: %n%2
44033 .
44034 Language=Romanian
44035 The session setup from the computer %1 failed to authenticate.\n
44036 The following error occurred: %n%2
44037 .
44038 Language=Russian
44039 The session setup from the computer %1 failed to authenticate.\n
44040 The following error occurred: %n%2
44041 .
44042 Language=Spanish
44043 The session setup from the computer %1 failed to authenticate.\n
44044 The following error occurred: %n%2
44045 .
44046 Language=Turkish
44047 The session setup from the computer %1 failed to authenticate.\n
44048 The following error occurred: %n%2
44049 .
44050 Language=Chinese
44051 The session setup from the computer %1 failed to authenticate.\n
44052 The following error occurred: %n%2
44053 .
44054 Language=Taiwanese
44055 The session setup from the computer %1 failed to authenticate.\n
44056 The following error occurred: %n%2
44057 .
44058
44059 MessageId=5806
44060 Severity=Success
44061 Facility=System
44062 SymbolicName=NELOG_NetlogonNoDynamicDnsManual
44063 Language=English
44064 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
44065 %n%nUSER ACTION\n\n
44066 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
44067 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
44068 .
44069 Language=Polish
44070 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
44071 %n%nUSER ACTION\n\n
44072 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
44073 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
44074 .
44075 Language=Romanian
44076 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
44077 %n%nUSER ACTION\n\n
44078 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
44079 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
44080 .
44081 Language=Russian
44082 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
44083 %n%nUSER ACTION\n\n
44084 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
44085 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
44086 .
44087 Language=Spanish
44088 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
44089 %n%nUSER ACTION\n\n
44090 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
44091 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
44092 .
44093 Language=Turkish
44094 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
44095 %n%nUSER ACTION\n\n
44096 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
44097 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
44098 .
44099 Language=Chinese
44100 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
44101 %n%nUSER ACTION\n\n
44102 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
44103 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
44104 .
44105 Language=Taiwanese
44106 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
44107 %n%nUSER ACTION\n\n
44108 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
44109 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
44110 .
44111
44112 MessageId=5807
44113 Severity=Success
44114 Facility=System
44115 SymbolicName=NELOG_NetlogonNoSiteForClients
44116 Language=English
44117 During the past %1 hours there have been %2 connections to this Domain\n
44118 Controller from client machines whose IP addresses don't map to any of\n
44119 the existing sites in the enterprise. Those clients, therefore, have\n
44120 undefined sites and may connect to any Domain Controller including\n
44121 those that are in far distant locations from the clients. A client's site\n
44122 is determined by the mapping of its subnet to one of the existing sites.\n
44123 To move the above clients to one of the sites, please consider creating\n
44124 subnet object(s) covering the above IP addresses with mapping to one of the\n
44125 existing sites. The names and IP addresses of the clients in question have\n
44126 been logged on this computer in the following log file\n
44127 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
44128 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
44129 The log(s) may contain additional unrelated debugging information. To filter\n
44130 out the needed information, please search for lines which contain text\n
44131 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
44132 the second word is the client IP address. The maximum size of the log(s) is\n
44133 controlled by the following registry DWORD value\n
44134 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
44135 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
44136 different maximum size, create the above registry value and set the desired\n
44137 maximum size in bytes.
44138 .
44139 Language=Polish
44140 During the past %1 hours there have been %2 connections to this Domain\n
44141 Controller from client machines whose IP addresses don't map to any of\n
44142 the existing sites in the enterprise. Those clients, therefore, have\n
44143 undefined sites and may connect to any Domain Controller including\n
44144 those that are in far distant locations from the clients. A client's site\n
44145 is determined by the mapping of its subnet to one of the existing sites.\n
44146 To move the above clients to one of the sites, please consider creating\n
44147 subnet object(s) covering the above IP addresses with mapping to one of the\n
44148 existing sites. The names and IP addresses of the clients in question have\n
44149 been logged on this computer in the following log file\n
44150 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
44151 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
44152 The log(s) may contain additional unrelated debugging information. To filter\n
44153 out the needed information, please search for lines which contain text\n
44154 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
44155 the second word is the client IP address. The maximum size of the log(s) is\n
44156 controlled by the following registry DWORD value\n
44157 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
44158 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
44159 different maximum size, create the above registry value and set the desired\n
44160 maximum size in bytes.
44161 .
44162 Language=Romanian
44163 During the past %1 hours there have been %2 connections to this Domain\n
44164 Controller from client machines whose IP addresses don't map to any of\n
44165 the existing sites in the enterprise. Those clients, therefore, have\n
44166 undefined sites and may connect to any Domain Controller including\n
44167 those that are in far distant locations from the clients. A client's site\n
44168 is determined by the mapping of its subnet to one of the existing sites.\n
44169 To move the above clients to one of the sites, please consider creating\n
44170 subnet object(s) covering the above IP addresses with mapping to one of the\n
44171 existing sites. The names and IP addresses of the clients in question have\n
44172 been logged on this computer in the following log file\n
44173 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
44174 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
44175 The log(s) may contain additional unrelated debugging information. To filter\n
44176 out the needed information, please search for lines which contain text\n
44177 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
44178 the second word is the client IP address. The maximum size of the log(s) is\n
44179 controlled by the following registry DWORD value\n
44180 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
44181 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
44182 different maximum size, create the above registry value and set the desired\n
44183 maximum size in bytes.
44184 .
44185 Language=Russian
44186 During the past %1 hours there have been %2 connections to this Domain\n
44187 Controller from client machines whose IP addresses don't map to any of\n
44188 the existing sites in the enterprise. Those clients, therefore, have\n
44189 undefined sites and may connect to any Domain Controller including\n
44190 those that are in far distant locations from the clients. A client's site\n
44191 is determined by the mapping of its subnet to one of the existing sites.\n
44192 To move the above clients to one of the sites, please consider creating\n
44193 subnet object(s) covering the above IP addresses with mapping to one of the\n
44194 existing sites. The names and IP addresses of the clients in question have\n
44195 been logged on this computer in the following log file\n
44196 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
44197 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
44198 The log(s) may contain additional unrelated debugging information. To filter\n
44199 out the needed information, please search for lines which contain text\n
44200 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
44201 the second word is the client IP address. The maximum size of the log(s) is\n
44202 controlled by the following registry DWORD value\n
44203 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
44204 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
44205 different maximum size, create the above registry value and set the desired\n
44206 maximum size in bytes.
44207 .
44208 Language=Spanish
44209 During the past %1 hours there have been %2 connections to this Domain\n
44210 Controller from client machines whose IP addresses don't map to any of\n
44211 the existing sites in the enterprise. Those clients, therefore, have\n
44212 undefined sites and may connect to any Domain Controller including\n
44213 those that are in far distant locations from the clients. A client's site\n
44214 is determined by the mapping of its subnet to one of the existing sites.\n
44215 To move the above clients to one of the sites, please consider creating\n
44216 subnet object(s) covering the above IP addresses with mapping to one of the\n
44217 existing sites. The names and IP addresses of the clients in question have\n
44218 been logged on this computer in the following log file\n
44219 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
44220 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
44221 The log(s) may contain additional unrelated debugging information. To filter\n
44222 out the needed information, please search for lines which contain text\n
44223 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
44224 the second word is the client IP address. The maximum size of the log(s) is\n
44225 controlled by the following registry DWORD value\n
44226 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
44227 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
44228 different maximum size, create the above registry value and set the desired\n
44229 maximum size in bytes.
44230 .
44231 Language=Turkish
44232 During the past %1 hours there have been %2 connections to this Domain\n
44233 Controller from client machines whose IP addresses don't map to any of\n
44234 the existing sites in the enterprise. Those clients, therefore, have\n
44235 undefined sites and may connect to any Domain Controller including\n
44236 those that are in far distant locations from the clients. A client's site\n
44237 is determined by the mapping of its subnet to one of the existing sites.\n
44238 To move the above clients to one of the sites, please consider creating\n
44239 subnet object(s) covering the above IP addresses with mapping to one of the\n
44240 existing sites. The names and IP addresses of the clients in question have\n
44241 been logged on this computer in the following log file\n
44242 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
44243 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
44244 The log(s) may contain additional unrelated debugging information. To filter\n
44245 out the needed information, please search for lines which contain text\n
44246 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
44247 the second word is the client IP address. The maximum size of the log(s) is\n
44248 controlled by the following registry DWORD value\n
44249 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
44250 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
44251 different maximum size, create the above registry value and set the desired\n
44252 maximum size in bytes.
44253 .
44254 Language=Chinese
44255 During the past %1 hours there have been %2 connections to this Domain\n
44256 Controller from client machines whose IP addresses don't map to any of\n
44257 the existing sites in the enterprise. Those clients, therefore, have\n
44258 undefined sites and may connect to any Domain Controller including\n
44259 those that are in far distant locations from the clients. A client's site\n
44260 is determined by the mapping of its subnet to one of the existing sites.\n
44261 To move the above clients to one of the sites, please consider creating\n
44262 subnet object(s) covering the above IP addresses with mapping to one of the\n
44263 existing sites. The names and IP addresses of the clients in question have\n
44264 been logged on this computer in the following log file\n
44265 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
44266 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
44267 The log(s) may contain additional unrelated debugging information. To filter\n
44268 out the needed information, please search for lines which contain text\n
44269 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
44270 the second word is the client IP address. The maximum size of the log(s) is\n
44271 controlled by the following registry DWORD value\n
44272 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
44273 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
44274 different maximum size, create the above registry value and set the desired\n
44275 maximum size in bytes.
44276 .
44277 Language=Taiwanese
44278 During the past %1 hours there have been %2 connections to this Domain\n
44279 Controller from client machines whose IP addresses don't map to any of\n
44280 the existing sites in the enterprise. Those clients, therefore, have\n
44281 undefined sites and may connect to any Domain Controller including\n
44282 those that are in far distant locations from the clients. A client's site\n
44283 is determined by the mapping of its subnet to one of the existing sites.\n
44284 To move the above clients to one of the sites, please consider creating\n
44285 subnet object(s) covering the above IP addresses with mapping to one of the\n
44286 existing sites. The names and IP addresses of the clients in question have\n
44287 been logged on this computer in the following log file\n
44288 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
44289 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
44290 The log(s) may contain additional unrelated debugging information. To filter\n
44291 out the needed information, please search for lines which contain text\n
44292 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
44293 the second word is the client IP address. The maximum size of the log(s) is\n
44294 controlled by the following registry DWORD value\n
44295 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
44296 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
44297 different maximum size, create the above registry value and set the desired\n
44298 maximum size in bytes.
44299 .
44300
44301 MessageId=5808
44302 Severity=Success
44303 Facility=System
44304 SymbolicName=NELOG_NetlogonDnsDeregAborted
44305 Language=English
44306 The deregistration of some DNS domain controller locator records was aborted\n
44307 at the time of this domain controller demotion because the DNS deregistrations\n
44308 took too long.\n\n
44309 %n%nUSER ACTION\n\n
44310 %nManually delete the DNS records listed in the file\n
44311 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
44312 .
44313 Language=Polish
44314 The deregistration of some DNS domain controller locator records was aborted\n
44315 at the time of this domain controller demotion because the DNS deregistrations\n
44316 took too long.\n\n
44317 %n%nUSER ACTION\n\n
44318 %nManually delete the DNS records listed in the file\n
44319 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
44320 .
44321 Language=Romanian
44322 The deregistration of some DNS domain controller locator records was aborted\n
44323 at the time of this domain controller demotion because the DNS deregistrations\n
44324 took too long.\n\n
44325 %n%nUSER ACTION\n\n
44326 %nManually delete the DNS records listed in the file\n
44327 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
44328 .
44329 Language=Russian
44330 The deregistration of some DNS domain controller locator records was aborted\n
44331 at the time of this domain controller demotion because the DNS deregistrations\n
44332 took too long.\n\n
44333 %n%nUSER ACTION\n\n
44334 %nManually delete the DNS records listed in the file\n
44335 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
44336 .
44337 Language=Spanish
44338 The deregistration of some DNS domain controller locator records was aborted\n
44339 at the time of this domain controller demotion because the DNS deregistrations\n
44340 took too long.\n\n
44341 %n%nUSER ACTION\n\n
44342 %nManually delete the DNS records listed in the file\n
44343 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
44344 .
44345 Language=Turkish
44346 The deregistration of some DNS domain controller locator records was aborted\n
44347 at the time of this domain controller demotion because the DNS deregistrations\n
44348 took too long.\n\n
44349 %n%nUSER ACTION\n\n
44350 %nManually delete the DNS records listed in the file\n
44351 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
44352 .
44353 Language=Chinese
44354 The deregistration of some DNS domain controller locator records was aborted\n
44355 at the time of this domain controller demotion because the DNS deregistrations\n
44356 took too long.\n\n
44357 %n%nUSER ACTION\n\n
44358 %nManually delete the DNS records listed in the file\n
44359 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
44360 .
44361 Language=Taiwanese
44362 The deregistration of some DNS domain controller locator records was aborted\n
44363 at the time of this domain controller demotion because the DNS deregistrations\n
44364 took too long.\n\n
44365 %n%nUSER ACTION\n\n
44366 %nManually delete the DNS records listed in the file\n
44367 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
44368 .
44369
44370 MessageId=5809
44371 Severity=Success
44372 Facility=System
44373 SymbolicName=NELOG_NetlogonRpcPortRequestFailure
44374 Language=English
44375 The NetLogon service on this domain controller has been configured to use port %1\n
44376 for incoming RPC connections over TCP/IP from remote machines. However, the\n
44377 following error occurred when Netlogon attempted to register this port with the RPC\n
44378 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
44379 machines from connecting to this domain controller over TCP/IP that may result in\n
44380 authentication problems.\n\n
44381 %n%nUSER ACTION\n\n
44382 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
44383 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
44384 registry key; the value configured through the Group Policy takes precedence. If the\n
44385 port specified is in error, reset it to a correct value. You can also remove this\n
44386 configuration for the port in which case the port will be assigned dynamically by\n
44387 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
44388 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
44389 service on this machine and verify that this event log no longer appears.
44390 .
44391 Language=Polish
44392 The NetLogon service on this domain controller has been configured to use port %1\n
44393 for incoming RPC connections over TCP/IP from remote machines. However, the\n
44394 following error occurred when Netlogon attempted to register this port with the RPC\n
44395 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
44396 machines from connecting to this domain controller over TCP/IP that may result in\n
44397 authentication problems.\n\n
44398 %n%nUSER ACTION\n\n
44399 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
44400 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
44401 registry key; the value configured through the Group Policy takes precedence. If the\n
44402 port specified is in error, reset it to a correct value. You can also remove this\n
44403 configuration for the port in which case the port will be assigned dynamically by\n
44404 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
44405 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
44406 service on this machine and verify that this event log no longer appears.
44407 .
44408 Language=Romanian
44409 The NetLogon service on this domain controller has been configured to use port %1\n
44410 for incoming RPC connections over TCP/IP from remote machines. However, the\n
44411 following error occurred when Netlogon attempted to register this port with the RPC\n
44412 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
44413 machines from connecting to this domain controller over TCP/IP that may result in\n
44414 authentication problems.\n\n
44415 %n%nUSER ACTION\n\n
44416 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
44417 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
44418 registry key; the value configured through the Group Policy takes precedence. If the\n
44419 port specified is in error, reset it to a correct value. You can also remove this\n
44420 configuration for the port in which case the port will be assigned dynamically by\n
44421 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
44422 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
44423 service on this machine and verify that this event log no longer appears.
44424 .
44425 Language=Russian
44426 The NetLogon service on this domain controller has been configured to use port %1\n
44427 for incoming RPC connections over TCP/IP from remote machines. However, the\n
44428 following error occurred when Netlogon attempted to register this port with the RPC\n
44429 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
44430 machines from connecting to this domain controller over TCP/IP that may result in\n
44431 authentication problems.\n\n
44432 %n%nUSER ACTION\n\n
44433 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
44434 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
44435 registry key; the value configured through the Group Policy takes precedence. If the\n
44436 port specified is in error, reset it to a correct value. You can also remove this\n
44437 configuration for the port in which case the port will be assigned dynamically by\n
44438 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
44439 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
44440 service on this machine and verify that this event log no longer appears.
44441 .
44442 Language=Spanish
44443 The NetLogon service on this domain controller has been configured to use port %1\n
44444 for incoming RPC connections over TCP/IP from remote machines. However, the\n
44445 following error occurred when Netlogon attempted to register this port with the RPC\n
44446 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
44447 machines from connecting to this domain controller over TCP/IP that may result in\n
44448 authentication problems.\n\n
44449 %n%nUSER ACTION\n\n
44450 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
44451 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
44452 registry key; the value configured through the Group Policy takes precedence. If the\n
44453 port specified is in error, reset it to a correct value. You can also remove this\n
44454 configuration for the port in which case the port will be assigned dynamically by\n
44455 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
44456 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
44457 service on this machine and verify that this event log no longer appears.
44458 .
44459 Language=Turkish
44460 The NetLogon service on this domain controller has been configured to use port %1\n
44461 for incoming RPC connections over TCP/IP from remote machines. However, the\n
44462 following error occurred when Netlogon attempted to register this port with the RPC\n
44463 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
44464 machines from connecting to this domain controller over TCP/IP that may result in\n
44465 authentication problems.\n\n
44466 %n%nUSER ACTION\n\n
44467 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
44468 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
44469 registry key; the value configured through the Group Policy takes precedence. If the\n
44470 port specified is in error, reset it to a correct value. You can also remove this\n
44471 configuration for the port in which case the port will be assigned dynamically by\n
44472 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
44473 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
44474 service on this machine and verify that this event log no longer appears.
44475 .
44476 Language=Chinese
44477 The NetLogon service on this domain controller has been configured to use port %1\n
44478 for incoming RPC connections over TCP/IP from remote machines. However, the\n
44479 following error occurred when Netlogon attempted to register this port with the RPC\n
44480 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
44481 machines from connecting to this domain controller over TCP/IP that may result in\n
44482 authentication problems.\n\n
44483 %n%nUSER ACTION\n\n
44484 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
44485 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
44486 registry key; the value configured through the Group Policy takes precedence. If the\n
44487 port specified is in error, reset it to a correct value. You can also remove this\n
44488 configuration for the port in which case the port will be assigned dynamically by\n
44489 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
44490 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
44491 service on this machine and verify that this event log no longer appears.
44492 .
44493 Language=Taiwanese
44494 The NetLogon service on this domain controller has been configured to use port %1\n
44495 for incoming RPC connections over TCP/IP from remote machines. However, the\n
44496 following error occurred when Netlogon attempted to register this port with the RPC\n
44497 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
44498 machines from connecting to this domain controller over TCP/IP that may result in\n
44499 authentication problems.\n\n
44500 %n%nUSER ACTION\n\n
44501 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
44502 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
44503 registry key; the value configured through the Group Policy takes precedence. If the\n
44504 port specified is in error, reset it to a correct value. You can also remove this\n
44505 configuration for the port in which case the port will be assigned dynamically by\n
44506 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
44507 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
44508 service on this machine and verify that this event log no longer appears.
44509 .