[NET][MC] Replace strings for the ACCOUNTS, GROUP and LOCALGROUP commands by netmsg...
[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=Russian
9053 Drive %1 is nearly full. %2 bytes are available.\n
9054 Please warn users and delete unneeded files.
9055 .
9056
9057 MessageId=3001
9058 Severity=Success
9059 Facility=System
9060 SymbolicName=ALERT_3001
9061 Language=English
9062 %1 errors were logged in the last %2 minutes.\n
9063 Please review the server's error log.
9064 .
9065 Language=Russian
9066 %1 errors were logged in the last %2 minutes.\n
9067 Please review the server's error log.
9068 .
9069
9070 MessageId=3002
9071 Severity=Success
9072 Facility=System
9073 SymbolicName=ALERT_3002
9074 Language=English
9075 %1 network errors occurred in the last %2 minutes.\n
9076 Please review the server's error log. The server and/or\n
9077 network hardware may need service.
9078 .
9079 Language=Russian
9080 %1 network errors occurred in the last %2 minutes.\n
9081 Please review the server's error log. The server and/or\n
9082 network hardware may need service.
9083 .
9084
9085 MessageId=3003
9086 Severity=Success
9087 Facility=System
9088 SymbolicName=ALERT_3003
9089 Language=English
9090 There were %1 bad password attempts in the last %2 minutes.\n
9091 Please review the server's audit trail.
9092 .
9093 Language=Russian
9094 There were %1 bad password attempts in the last %2 minutes.\n
9095 Please review the server's audit trail.
9096 .
9097
9098 MessageId=3004
9099 Severity=Success
9100 Facility=System
9101 SymbolicName=ALERT_3004
9102 Language=English
9103 There were %1 access-denied errors in the last %2 minutes.\n
9104 Please review the server's audit trail.
9105 .
9106 Language=Russian
9107 There were %1 access-denied errors in the last %2 minutes.\n
9108 Please review the server's audit trail.
9109 .
9110
9111 MessageId=3006
9112 Severity=Success
9113 Facility=System
9114 SymbolicName=ALERT_3006
9115 Language=English
9116 The error log is full. No errors will be logged until\n
9117 the file is cleared or the limit is raised.
9118 .
9119 Language=Russian
9120 The error log is full. No errors will be logged until\n
9121 the file is cleared or the limit is raised.
9122 .
9123
9124 MessageId=3007
9125 Severity=Success
9126 Facility=System
9127 SymbolicName=ALERT_3007
9128 Language=English
9129 The error log is 80%% full.
9130 .
9131 Language=Polish
9132 The error log is 80%% full.
9133 .
9134 Language=Romanian
9135 The error log is 80%% full.
9136 .
9137 Language=Russian
9138 The error log is 80%% full.
9139 .
9140 Language=Spanish
9141 The error log is 80%% full.
9142 .
9143 Language=Turkish
9144 The error log is 80%% full.
9145 .
9146 Language=Chinese
9147 The error log is 80%% full.
9148 .
9149 Language=Taiwanese
9150 The error log is 80%% full.
9151 .
9152
9153 MessageId=3008
9154 Severity=Success
9155 Facility=System
9156 SymbolicName=ALERT_3008
9157 Language=English
9158 The audit log is full. No audit entries will be logged\n
9159 until the file is cleared or the limit is raised.
9160 .
9161 Language=Russian
9162 The audit log is full. No audit entries will be logged\n
9163 until the file is cleared or the limit is raised.
9164 .
9165
9166 MessageId=3009
9167 Severity=Success
9168 Facility=System
9169 SymbolicName=ALERT_3009
9170 Language=English
9171 The audit log is 80%% full.
9172 .
9173 Language=Polish
9174 The audit log is 80%% full.
9175 .
9176 Language=Romanian
9177 The audit log is 80%% full.
9178 .
9179 Language=Russian
9180 The audit log is 80%% full.
9181 .
9182 Language=Spanish
9183 The audit log is 80%% full.
9184 .
9185 Language=Turkish
9186 The audit log is 80%% full.
9187 .
9188 Language=Chinese
9189 The audit log is 80%% full.
9190 .
9191 Language=Taiwanese
9192 The audit log is 80%% full.
9193 .
9194
9195 MessageId=3010
9196 Severity=Success
9197 Facility=System
9198 SymbolicName=ALERT_3010
9199 Language=English
9200 An error occurred closing file %1.\n
9201 Please check the file to make sure it is not corrupted.
9202 .
9203 Language=Russian
9204 An error occurred closing file %1.\n
9205 Please check the file to make sure it is not corrupted.
9206 .
9207
9208 MessageId=3011
9209 Severity=Success
9210 Facility=System
9211 SymbolicName=ALERT_3011
9212 Language=English
9213 The administrator has closed %1.
9214 .
9215 Language=Polish
9216 The administrator has closed %1.
9217 .
9218 Language=Romanian
9219 The administrator has closed %1.
9220 .
9221 Language=Russian
9222 The administrator has closed %1.
9223 .
9224 Language=Spanish
9225 The administrator has closed %1.
9226 .
9227 Language=Turkish
9228 The administrator has closed %1.
9229 .
9230 Language=Chinese
9231 The administrator has closed %1.
9232 .
9233 Language=Taiwanese
9234 The administrator has closed %1.
9235 .
9236
9237 MessageId=3012
9238 Severity=Success
9239 Facility=System
9240 SymbolicName=ALERT_3012
9241 Language=English
9242 There were %1 access-denied errors in the last %2 minutes.
9243 .
9244 Language=Polish
9245 There were %1 access-denied errors in the last %2 minutes.
9246 .
9247 Language=Romanian
9248 There were %1 access-denied errors in the last %2 minutes.
9249 .
9250 Language=Russian
9251 There were %1 access-denied errors in the last %2 minutes.
9252 .
9253 Language=Spanish
9254 There were %1 access-denied errors in the last %2 minutes.
9255 .
9256 Language=Turkish
9257 There were %1 access-denied errors in the last %2 minutes.
9258 .
9259 Language=Chinese
9260 There were %1 access-denied errors in the last %2 minutes.
9261 .
9262 Language=Taiwanese
9263 There were %1 access-denied errors in the last %2 minutes.
9264 .
9265
9266 MessageId=3020
9267 Severity=Success
9268 Facility=System
9269 SymbolicName=ALERT_3020
9270 Language=English
9271 A power failure was detected at %1. The server has been paused.
9272 .
9273 Language=Polish
9274 A power failure was detected at %1. The server has been paused.
9275 .
9276 Language=Romanian
9277 A power failure was detected at %1. The server has been paused.
9278 .
9279 Language=Russian
9280 A power failure was detected at %1. The server has been paused.
9281 .
9282 Language=Spanish
9283 A power failure was detected at %1. The server has been paused.
9284 .
9285 Language=Turkish
9286 A power failure was detected at %1. The server has been paused.
9287 .
9288 Language=Chinese
9289 A power failure was detected at %1. The server has been paused.
9290 .
9291 Language=Taiwanese
9292 A power failure was detected at %1. The server has been paused.
9293 .
9294
9295 MessageId=3021
9296 Severity=Success
9297 Facility=System
9298 SymbolicName=ALERT_3021
9299 Language=English
9300 Power has been restored at %1. The server is no longer paused.
9301 .
9302 Language=Polish
9303 Power has been restored at %1. The server is no longer paused.
9304 .
9305 Language=Romanian
9306 Power has been restored at %1. The server is no longer paused.
9307 .
9308 Language=Russian
9309 Power has been restored at %1. The server is no longer paused.
9310 .
9311 Language=Spanish
9312 Power has been restored at %1. The server is no longer paused.
9313 .
9314 Language=Turkish
9315 Power has been restored at %1. The server is no longer paused.
9316 .
9317 Language=Chinese
9318 Power has been restored at %1. The server is no longer paused.
9319 .
9320 Language=Taiwanese
9321 Power has been restored at %1. The server is no longer paused.
9322 .
9323
9324 MessageId=3022
9325 Severity=Success
9326 Facility=System
9327 SymbolicName=ALERT_3022
9328 Language=English
9329 The UPS service is starting shut down at %1 due to low battery.
9330 .
9331 Language=Polish
9332 The UPS service is starting shut down at %1 due to low battery.
9333 .
9334 Language=Romanian
9335 The UPS service is starting shut down at %1 due to low battery.
9336 .
9337 Language=Russian
9338 The UPS service is starting shut down at %1 due to low battery.
9339 .
9340 Language=Spanish
9341 The UPS service is starting shut down at %1 due to low battery.
9342 .
9343 Language=Turkish
9344 The UPS service is starting shut down at %1 due to low battery.
9345 .
9346 Language=Chinese
9347 The UPS service is starting shut down at %1 due to low battery.
9348 .
9349 Language=Taiwanese
9350 The UPS service is starting shut down at %1 due to low battery.
9351 .
9352
9353 MessageId=3023
9354 Severity=Success
9355 Facility=System
9356 SymbolicName=ALERT_3023
9357 Language=English
9358 There is a problem with a configuration of user specified\n
9359 shut down command file. The UPS service started anyway.
9360 .
9361 Language=Russian
9362 There is a problem with a configuration of user specified\n
9363 shut down command file. The UPS service started anyway.
9364 .
9365
9366 MessageId=3025
9367 Severity=Success
9368 Facility=System
9369 SymbolicName=ALERT_3025
9370 Language=English
9371 A defective sector on drive %1 has been replaced (hotfixed).\n
9372 No data was lost. You should run CHKDSK soon to restore full\n
9373 performance and replenish the volume's spare sector pool.\n\n
9374 The hotfix occurred while processing a remote request.
9375 .
9376 Language=Russian
9377 A defective sector on drive %1 has been replaced (hotfixed).\n
9378 No data was lost. You should run CHKDSK soon to restore full\n
9379 performance and replenish the volume's spare sector pool.\n\n
9380 The hotfix occurred while processing a remote request.
9381 .
9382
9383 MessageId=3026
9384 Severity=Success
9385 Facility=System
9386 SymbolicName=ALERT_3026
9387 Language=English
9388 A disk error occurred on the HPFS volume in drive %1.\n
9389 The error occurred while processing a remote request.
9390 .
9391 Language=Russian
9392 A disk error occurred on the HPFS volume in drive %1.\n
9393 The error occurred while processing a remote request.
9394 .
9395
9396 MessageId=3027
9397 Severity=Success
9398 Facility=System
9399 SymbolicName=ALERT_3027
9400 Language=English
9401 The user accounts database (NET.ACC) is corrupted. The local security\n
9402 system is replacing the corrupted NET.ACC with the backup\n
9403 made on %1 at %2.\n
9404 Any updates made to the database after this time are lost.\n
9405 .
9406 Language=Russian
9407 The user accounts database (NET.ACC) is corrupted. The local security\n
9408 system is replacing the corrupted NET.ACC with the backup\n
9409 made on %1 at %2.\n
9410 Any updates made to the database after this time are lost.\n
9411 .
9412
9413 MessageId=3028
9414 Severity=Success
9415 Facility=System
9416 SymbolicName=ALERT_3028
9417 Language=English
9418 The user accounts database (NET.ACC) is missing. The local\n
9419 security system is restoring the backup database\n
9420 made on %1 at %2.\n
9421 Any updates made to the database after this time are lost.\n
9422 .
9423 Language=Russian
9424 The user accounts database (NET.ACC) is missing. The local\n
9425 security system is restoring the backup database\n
9426 made on %1 at %2.\n
9427 Any updates made to the database after this time are lost.\n
9428 .
9429
9430 MessageId=3029
9431 Severity=Success
9432 Facility=System
9433 SymbolicName=ALERT_3029
9434 Language=English
9435 Local security could not be started because the user accounts database\n
9436 (NET.ACC) was missing or corrupted, and no usable backup\n
9437 database was present.\n\n
9438 THE SYSTEM IS NOT SECURE.\n"
9439 .
9440 Language=Russian
9441 Local security could not be started because the user accounts database\n
9442 (NET.ACC) was missing or corrupted, and no usable backup\n
9443 database was present.\n\n
9444 THE SYSTEM IS NOT SECURE.\n"
9445 .
9446
9447 MessageId=3030
9448 Severity=Success
9449 Facility=System
9450 SymbolicName=ALERT_3030
9451 Language=English
9452 The server cannot export directory %1, to client %2.\n
9453 It is exported from another server.
9454 .
9455 Language=Russian
9456 The server cannot export directory %1, to client %2.\n
9457 It is exported from another server.
9458 .
9459
9460 MessageId=3031
9461 Severity=Success
9462 Facility=System
9463 SymbolicName=ALERT_3031
9464 Language=English
9465 The replication server could not update directory %2 from the source\n
9466 on %3 due to error %1.
9467 .
9468 Language=Russian
9469 The replication server could not update directory %2 from the source\n
9470 on %3 due to error %1.
9471 .
9472
9473 MessageId=3032
9474 Severity=Success
9475 Facility=System
9476 SymbolicName=ALERT_3032
9477 Language=English
9478 Master %1 did not send an update notice for directory %2 at the expected\n
9479 time.
9480 .
9481 Language=Russian
9482 Master %1 did not send an update notice for directory %2 at the expected\n
9483 time.
9484 .
9485
9486 MessageId=3033
9487 Severity=Success
9488 Facility=System
9489 SymbolicName=ALERT_3033
9490 Language=English
9491 User %1 has exceeded account limitation %2 on server %3.
9492 .
9493 Language=Polish
9494 User %1 has exceeded account limitation %2 on server %3.
9495 .
9496 Language=Romanian
9497 User %1 has exceeded account limitation %2 on server %3.
9498 .
9499 Language=Russian
9500 User %1 has exceeded account limitation %2 on server %3.
9501 .
9502 Language=Spanish
9503 User %1 has exceeded account limitation %2 on server %3.
9504 .
9505 Language=Turkish
9506 User %1 has exceeded account limitation %2 on server %3.
9507 .
9508 Language=Chinese
9509 User %1 has exceeded account limitation %2 on server %3.
9510 .
9511 Language=Taiwanese
9512 User %1 has exceeded account limitation %2 on server %3.
9513 .
9514
9515 MessageId=3034
9516 Severity=Success
9517 Facility=System
9518 SymbolicName=ALERT_3034
9519 Language=English
9520 The primary domain controller for domain %1 failed.
9521 .
9522 Language=Polish
9523 The primary domain controller for domain %1 failed.
9524 .
9525 Language=Romanian
9526 The primary domain controller for domain %1 failed.
9527 .
9528 Language=Russian
9529 The primary domain controller for domain %1 failed.
9530 .
9531 Language=Spanish
9532 The primary domain controller for domain %1 failed.
9533 .
9534 Language=Turkish
9535 The primary domain controller for domain %1 failed.
9536 .
9537 Language=Chinese
9538 The primary domain controller for domain %1 failed.
9539 .
9540 Language=Taiwanese
9541 The primary domain controller for domain %1 failed.
9542 .
9543
9544 MessageId=3035
9545 Severity=Success
9546 Facility=System
9547 SymbolicName=ALERT_3035
9548 Language=English
9549 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
9550 domain %1.
9551 .
9552 Language=Russian
9553 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
9554 domain %1.
9555 .
9556
9557 MessageId=3036
9558 Severity=Success
9559 Facility=System
9560 SymbolicName=ALERT_3036
9561 Language=English
9562 The replicator attempted to log on at %2 as %1 and failed.
9563 .
9564 Language=Polish
9565 The replicator attempted to log on at %2 as %1 and failed.
9566 .
9567 Language=Romanian
9568 The replicator attempted to log on at %2 as %1 and failed.
9569 .
9570 Language=Russian
9571 The replicator attempted to log on at %2 as %1 and failed.
9572 .
9573 Language=Spanish
9574 The replicator attempted to log on at %2 as %1 and failed.
9575 .
9576 Language=Turkish
9577 The replicator attempted to log on at %2 as %1 and failed.
9578 .
9579 Language=Chinese
9580 The replicator attempted to log on at %2 as %1 and failed.
9581 .
9582 Language=Taiwanese
9583 The replicator attempted to log on at %2 as %1 and failed.
9584 .
9585
9586 MessageId=3037
9587 Severity=Success
9588 Facility=System
9589 SymbolicName=ALERT_3037
9590 Language=English
9591 @I *LOGON HOURS %0
9592 .
9593 Language=Polish
9594 @I *LOGON HOURS %0
9595 .
9596 Language=Romanian
9597 @I *LOGON HOURS %0
9598 .
9599 Language=Russian
9600 @I *LOGON HOURS %0
9601 .
9602 Language=Spanish
9603 @I *LOGON HOURS %0
9604 .
9605 Language=Turkish
9606 @I *LOGON HOURS %0
9607 .
9608 Language=Chinese
9609 @I *LOGON HOURS %0
9610 .
9611 Language=Taiwanese
9612 @I *LOGON HOURS %0
9613 .
9614
9615 MessageId=3038
9616 Severity=Success
9617 Facility=System
9618 SymbolicName=ALERT_3038
9619 Language=English
9620 Replicator could not access %2\n
9621 on %3 due to system error %1.
9622 .
9623 Language=Russian
9624 Replicator could not access %2\n
9625 on %3 due to system error %1.
9626 .
9627
9628 MessageId=3039
9629 Severity=Success
9630 Facility=System
9631 SymbolicName=ALERT_3039
9632 Language=English
9633 Replicator limit for files in a directory has been exceeded.
9634 .
9635 Language=Polish
9636 Replicator limit for files in a directory has been exceeded.
9637 .
9638 Language=Romanian
9639 Replicator limit for files in a directory has been exceeded.
9640 .
9641 Language=Russian
9642 Replicator limit for files in a directory has been exceeded.
9643 .
9644 Language=Spanish
9645 Replicator limit for files in a directory has been exceeded.
9646 .
9647 Language=Turkish
9648 Replicator limit for files in a directory has been exceeded.
9649 .
9650 Language=Chinese
9651 Replicator limit for files in a directory has been exceeded.
9652 .
9653 Language=Taiwanese
9654 Replicator limit for files in a directory has been exceeded.
9655 .
9656
9657 MessageId=3040
9658 Severity=Success
9659 Facility=System
9660 SymbolicName=ALERT_3040
9661 Language=English
9662 Replicator limit for tree depth has been exceeded.
9663 .
9664 Language=Polish
9665 Replicator limit for tree depth has been exceeded.
9666 .
9667 Language=Romanian
9668 Replicator limit for tree depth has been exceeded.
9669 .
9670 Language=Russian
9671 Replicator limit for tree depth has been exceeded.
9672 .
9673 Language=Spanish
9674 Replicator limit for tree depth has been exceeded.
9675 .
9676 Language=Turkish
9677 Replicator limit for tree depth has been exceeded.
9678 .
9679 Language=Chinese
9680 Replicator limit for tree depth has been exceeded.
9681 .
9682 Language=Taiwanese
9683 Replicator limit for tree depth has been exceeded.
9684 .
9685
9686 MessageId=3041
9687 Severity=Success
9688 Facility=System
9689 SymbolicName=ALERT_3041
9690 Language=English
9691 The replicator cannot update directory %1. It has tree integrity\n
9692 and is the current directory for some process.
9693 .
9694 Language=Russian
9695 The replicator cannot update directory %1. It has tree integrity\n
9696 and is the current directory for some process.
9697 .
9698
9699 MessageId=3042
9700 Severity=Success
9701 Facility=System
9702 SymbolicName=ALERT_3042
9703 Language=English
9704 Network error %1 occurred.
9705 .
9706 Language=Polish
9707 Network error %1 occurred.
9708 .
9709 Language=Romanian
9710 Network error %1 occurred.
9711 .
9712 Language=Russian
9713 Network error %1 occurred.
9714 .
9715 Language=Spanish
9716 Network error %1 occurred.
9717 .
9718 Language=Turkish
9719 Network error %1 occurred.
9720 .
9721 Language=Chinese
9722 Network error %1 occurred.
9723 .
9724 Language=Taiwanese
9725 Network error %1 occurred.
9726 .
9727
9728 MessageId=3045
9729 Severity=Success
9730 Facility=System
9731 SymbolicName=ALERT_3045
9732 Language=English
9733 System error %1 occurred.
9734 .
9735 Language=Polish
9736 System error %1 occurred.
9737 .
9738 Language=Romanian
9739 System error %1 occurred.
9740 .
9741 Language=Russian
9742 System error %1 occurred.
9743 .
9744 Language=Spanish
9745 System error %1 occurred.
9746 .
9747 Language=Turkish
9748 System error %1 occurred.
9749 .
9750 Language=Chinese
9751 System error %1 occurred.
9752 .
9753 Language=Taiwanese
9754 System error %1 occurred.
9755 .
9756
9757 MessageId=3046
9758 Severity=Success
9759 Facility=System
9760 SymbolicName=ALERT_3046
9761 Language=English
9762 Cannot log on. User is currently logged on and argument TRYUSER\n
9763 is set to NO.
9764 .
9765 Language=Russian
9766 Cannot log on. User is currently logged on and argument TRYUSER\n
9767 is set to NO.
9768 .
9769
9770 MessageId=3047
9771 Severity=Success
9772 Facility=System
9773 SymbolicName=ALERT_3047
9774 Language=English
9775 IMPORT path %1 cannot be found.
9776 .
9777 Language=Polish
9778 IMPORT path %1 cannot be found.
9779 .
9780 Language=Romanian
9781 IMPORT path %1 cannot be found.
9782 .
9783 Language=Russian
9784 IMPORT path %1 cannot be found.
9785 .
9786 Language=Spanish
9787 IMPORT path %1 cannot be found.
9788 .
9789 Language=Turkish
9790 IMPORT path %1 cannot be found.
9791 .
9792 Language=Chinese
9793 IMPORT path %1 cannot be found.
9794 .
9795 Language=Taiwanese
9796 IMPORT path %1 cannot be found.
9797 .
9798
9799 MessageId=3048
9800 Severity=Success
9801 Facility=System
9802 SymbolicName=ALERT_3048
9803 Language=English
9804 EXPORT path %1 cannot be found.
9805 .
9806 Language=Polish
9807 EXPORT path %1 cannot be found.
9808 .
9809 Language=Romanian
9810 EXPORT path %1 cannot be found.
9811 .
9812 Language=Russian
9813 EXPORT path %1 cannot be found.
9814 .
9815 Language=Spanish
9816 EXPORT path %1 cannot be found.
9817 .
9818 Language=Turkish
9819 EXPORT path %1 cannot be found.
9820 .
9821 Language=Chinese
9822 EXPORT path %1 cannot be found.
9823 .
9824 Language=Taiwanese
9825 EXPORT path %1 cannot be found.
9826 .
9827
9828 MessageId=3049
9829 Severity=Success
9830 Facility=System
9831 SymbolicName=ALERT_3049
9832 Language=English
9833 Replicated data has changed in directory %1.
9834 .
9835 Language=Polish
9836 Replicated data has changed in directory %1.
9837 .
9838 Language=Romanian
9839 Replicated data has changed in directory %1.
9840 .
9841 Language=Russian
9842 Replicated data has changed in directory %1.
9843 .
9844 Language=Spanish
9845 Replicated data has changed in directory %1.
9846 .
9847 Language=Turkish
9848 Replicated data has changed in directory %1.
9849 .
9850 Language=Chinese
9851 Replicated data has changed in directory %1.
9852 .
9853 Language=Taiwanese
9854 Replicated data has changed in directory %1.
9855 .
9856
9857 MessageId=3050
9858 Severity=Success
9859 Facility=System
9860 SymbolicName=ALERT_3050
9861 Language=English
9862 Replicator failed to update signal file in directory %2 due to\n
9863 %1 system error.
9864 .
9865 Language=Russian
9866 Replicator failed to update signal file in directory %2 due to\n
9867 %1 system error.
9868 .
9869
9870
9871 ;
9872 ; lmsvc.h message definitions (3050 - 3099 SERVICE_BASE)
9873 ;
9874
9875 MessageId=3051
9876 Severity=Success
9877 Facility=System
9878 SymbolicName=SERVICE_UIC_BADPARMVAL
9879 Language=English
9880 The Registry or the information you just typed includes an illegal\n
9881 value for \"%1\".
9882 .
9883 Language=Russian
9884 The Registry or the information you just typed includes an illegal\n
9885 value for \"%1\".
9886 .
9887
9888 MessageId=3052
9889 Severity=Success
9890 Facility=System
9891 SymbolicName=SERVICE_UIC_MISSPARM
9892 Language=English
9893 The required parameter was not provided on the command\nline or in the configuration file.
9894 .
9895 Language=Polish
9896 The required parameter was not provided on the command\nline or in the configuration file.
9897 .
9898 Language=Romanian
9899 The required parameter was not provided on the command\nline or in the configuration file.
9900 .
9901 Language=Russian
9902 The required parameter was not provided on the command\nline or in the configuration file.
9903 .
9904 Language=Spanish
9905 The required parameter was not provided on the command\nline or in the configuration file.
9906 .
9907 Language=Turkish
9908 The required parameter was not provided on the command\nline or in the configuration file.
9909 .
9910 Language=Chinese
9911 The required parameter was not provided on the command\nline or in the configuration file.
9912 .
9913 Language=Taiwanese
9914 The required parameter was not provided on the command\nline or in the configuration file.
9915 .
9916
9917 MessageId=3053
9918 Severity=Success
9919 Facility=System
9920 SymbolicName=SERVICE_UIC_UNKPARM
9921 Language=English
9922 LAN Manager does not recognize \"%1\" as a valid option.
9923 .
9924 Language=Polish
9925 LAN Manager does not recognize \"%1\" as a valid option.
9926 .
9927 Language=Romanian
9928 LAN Manager does not recognize \"%1\" as a valid option.
9929 .
9930 Language=Russian
9931 LAN Manager does not recognize \"%1\" as a valid option.
9932 .
9933 Language=Spanish
9934 LAN Manager does not recognize \"%1\" as a valid option.
9935 .
9936 Language=Turkish
9937 LAN Manager does not recognize \"%1\" as a valid option.
9938 .
9939 Language=Chinese
9940 LAN Manager does not recognize \"%1\" as a valid option.
9941 .
9942 Language=Taiwanese
9943 LAN Manager does not recognize \"%1\" as a valid option.
9944 .
9945
9946 MessageId=3054
9947 Severity=Success
9948 Facility=System
9949 SymbolicName=SERVICE_UIC_RESOURCE
9950 Language=English
9951 A request for resource could not be satisfied.
9952 .
9953 Language=Polish
9954 A request for resource could not be satisfied.
9955 .
9956 Language=Romanian
9957 A request for resource could not be satisfied.
9958 .
9959 Language=Russian
9960 A request for resource could not be satisfied.
9961 .
9962 Language=Spanish
9963 A request for resource could not be satisfied.
9964 .
9965 Language=Turkish
9966 A request for resource could not be satisfied.
9967 .
9968 Language=Chinese
9969 A request for resource could not be satisfied.
9970 .
9971 Language=Taiwanese
9972 A request for resource could not be satisfied.
9973 .
9974
9975 MessageId=3055
9976 Severity=Success
9977 Facility=System
9978 SymbolicName=SERVICE_UIC_CONFIG
9979 Language=English
9980 A problem exists with the system configuration.
9981 .
9982 Language=Polish
9983 A problem exists with the system configuration.
9984 .
9985 Language=Romanian
9986 A problem exists with the system configuration.
9987 .
9988 Language=Russian
9989 A problem exists with the system configuration.
9990 .
9991 Language=Spanish
9992 A problem exists with the system configuration.
9993 .
9994 Language=Turkish
9995 A problem exists with the system configuration.
9996 .
9997 Language=Chinese
9998 A problem exists with the system configuration.
9999 .
10000 Language=Taiwanese
10001 A problem exists with the system configuration.
10002 .
10003
10004 MessageId=3056
10005 Severity=Success
10006 Facility=System
10007 SymbolicName=SERVICE_UIC_SYSTEM
10008 Language=English
10009 A system error has occurred.
10010 .
10011 Language=Polish
10012 A system error has occurred.
10013 .
10014 Language=Romanian
10015 A system error has occurred.
10016 .
10017 Language=Russian
10018 A system error has occurred.
10019 .
10020 Language=Spanish
10021 A system error has occurred.
10022 .
10023 Language=Turkish
10024 A system error has occurred.
10025 .
10026 Language=Chinese
10027 A system error has occurred.
10028 .
10029 Language=Taiwanese
10030 A system error has occurred.
10031 .
10032
10033 MessageId=3057
10034 Severity=Success
10035 Facility=System
10036 SymbolicName=SERVICE_UIC_INTERNAL
10037 Language=English
10038 An internal consistency error has occurred.
10039 .
10040 Language=Polish
10041 An internal consistency error has occurred.
10042 .
10043 Language=Romanian
10044 An internal consistency error has occurred.
10045 .
10046 Language=Russian
10047 An internal consistency error has occurred.
10048 .
10049 Language=Spanish
10050 An internal consistency error has occurred.
10051 .
10052 Language=Turkish
10053 An internal consistency error has occurred.
10054 .
10055 Language=Chinese
10056 An internal consistency error has occurred.
10057 .
10058 Language=Taiwanese
10059 An internal consistency error has occurred.
10060 .
10061
10062 MessageId=3058
10063 Severity=Success
10064 Facility=System
10065 SymbolicName=SERVICE_UIC_AMBIGPARM
10066 Language=English
10067 The configuration file or the command line has an ambiguous option.
10068 .
10069 Language=Polish
10070 The configuration file or the command line has an ambiguous option.
10071 .
10072 Language=Romanian
10073 The configuration file or the command line has an ambiguous option.
10074 .
10075 Language=Russian
10076 The configuration file or the command line has an ambiguous option.
10077 .
10078 Language=Spanish
10079 The configuration file or the command line has an ambiguous option.
10080 .
10081 Language=Turkish
10082 The configuration file or the command line has an ambiguous option.
10083 .
10084 Language=Chinese
10085 The configuration file or the command line has an ambiguous option.
10086 .
10087 Language=Taiwanese
10088 The configuration file or the command line has an ambiguous option.
10089 .
10090
10091 MessageId=3059
10092 Severity=Success
10093 Facility=System
10094 SymbolicName=SERVICE_UIC_DUPPARM
10095 Language=English
10096 The configuration file or the command line has a duplicate parameter.
10097 .
10098 Language=Polish
10099 The configuration file or the command line has a duplicate parameter.
10100 .
10101 Language=Romanian
10102 The configuration file or the command line has a duplicate parameter.
10103 .
10104 Language=Russian
10105 The configuration file or the command line has a duplicate parameter.
10106 .
10107 Language=Spanish
10108 The configuration file or the command line has a duplicate parameter.
10109 .
10110 Language=Turkish
10111 The configuration file or the command line has a duplicate parameter.
10112 .
10113 Language=Chinese
10114 The configuration file or the command line has a duplicate parameter.
10115 .
10116 Language=Taiwanese
10117 The configuration file or the command line has a duplicate parameter.
10118 .
10119
10120 MessageId=3060
10121 Severity=Success
10122 Facility=System
10123 SymbolicName=SERVICE_UIC_KILL
10124 Language=English
10125 The service did not respond to control and was stopped with\nthe DosKillProc function.
10126 .
10127 Language=Polish
10128 The service did not respond to control and was stopped with\nthe DosKillProc function.
10129 .
10130 Language=Romanian
10131 The service did not respond to control and was stopped with\nthe DosKillProc function.
10132 .
10133 Language=Russian
10134 The service did not respond to control and was stopped with\nthe DosKillProc function.
10135 .
10136 Language=Spanish
10137 The service did not respond to control and was stopped with\nthe DosKillProc function.
10138 .
10139 Language=Turkish
10140 The service did not respond to control and was stopped with\nthe DosKillProc function.
10141 .
10142 Language=Chinese
10143 The service did not respond to control and was stopped with\nthe DosKillProc function.
10144 .
10145 Language=Taiwanese
10146 The service did not respond to control and was stopped with\nthe DosKillProc function.
10147 .
10148
10149 MessageId=3061
10150 Severity=Success
10151 Facility=System
10152 SymbolicName=SERVICE_UIC_EXEC
10153 Language=English
10154 An error occurred when attempting to run the service program.
10155 .
10156 Language=Polish
10157 An error occurred when attempting to run the service program.
10158 .
10159 Language=Romanian
10160 An error occurred when attempting to run the service program.
10161 .
10162 Language=Russian
10163 An error occurred when attempting to run the service program.
10164 .
10165 Language=Spanish
10166 An error occurred when attempting to run the service program.
10167 .
10168 Language=Turkish
10169 An error occurred when attempting to run the service program.
10170 .
10171 Language=Chinese
10172 An error occurred when attempting to run the service program.
10173 .
10174 Language=Taiwanese
10175 An error occurred when attempting to run the service program.
10176 .
10177
10178 MessageId=3062
10179 Severity=Success
10180 Facility=System
10181 SymbolicName=SERVICE_UIC_SUBSERV
10182 Language=English
10183 The sub-service failed to start.
10184 .
10185 Language=Polish
10186 The sub-service failed to start.
10187 .
10188 Language=Romanian
10189 The sub-service failed to start.
10190 .
10191 Language=Russian
10192 The sub-service failed to start.
10193 .
10194 Language=Spanish
10195 The sub-service failed to start.
10196 .
10197 Language=Turkish
10198 The sub-service failed to start.
10199 .
10200 Language=Chinese
10201 The sub-service failed to start.
10202 .
10203 Language=Taiwanese
10204 The sub-service failed to start.
10205 .
10206
10207 MessageId=3063
10208 Severity=Success
10209 Facility=System
10210 SymbolicName=SERVICE_UIC_CONFLPARM
10211 Language=English
10212 There is a conflict in the value or use of these options: %1.
10213 .
10214 Language=Polish
10215 There is a conflict in the value or use of these options: %1.
10216 .
10217 Language=Romanian
10218 There is a conflict in the value or use of these options: %1.
10219 .
10220 Language=Russian
10221 There is a conflict in the value or use of these options: %1.
10222 .
10223 Language=Spanish
10224 There is a conflict in the value or use of these options: %1.
10225 .
10226 Language=Turkish
10227 There is a conflict in the value or use of these options: %1.
10228 .
10229 Language=Chinese
10230 There is a conflict in the value or use of these options: %1.
10231 .
10232 Language=Taiwanese
10233 There is a conflict in the value or use of these options: %1.
10234 .
10235
10236 MessageId=3064
10237 Severity=Success
10238 Facility=System
10239 SymbolicName=SERVICE_UIC_FILE
10240 Language=English
10241 There is a problem with the file.
10242 .
10243 Language=Polish
10244 There is a problem with the file.
10245 .
10246 Language=Romanian
10247 There is a problem with the file.
10248 .
10249 Language=Russian
10250 There is a problem with the file.
10251 .
10252 Language=Spanish
10253 There is a problem with the file.
10254 .
10255 Language=Turkish
10256 There is a problem with the file.
10257 .
10258 Language=Chinese
10259 There is a problem with the file.
10260 .
10261 Language=Taiwanese
10262 There is a problem with the file.
10263 .
10264
10265 MessageId=3070
10266 Severity=Success
10267 Facility=System
10268 SymbolicName=SERVICE_UIC_M_MEMORY
10269 Language=English
10270 memory
10271 .
10272 Language=Polish
10273 memory
10274 .
10275 Language=Romanian
10276 memory
10277 .
10278 Language=Russian
10279 memory
10280 .
10281 Language=Spanish
10282 memory
10283 .
10284 Language=Turkish
10285 memory
10286 .
10287 Language=Chinese
10288 memory
10289 .
10290 Language=Taiwanese
10291 memory
10292 .
10293
10294 MessageId=3071
10295 Severity=Success
10296 Facility=System
10297 SymbolicName=SERVICE_UIC_M_DISK
10298 Language=English
10299 disk space
10300 .
10301 Language=Polish
10302 disk space
10303 .
10304 Language=Romanian
10305 disk space
10306 .
10307 Language=Russian
10308 disk space
10309 .
10310 Language=Spanish
10311 disk space
10312 .
10313 Language=Turkish
10314 disk space
10315 .
10316 Language=Chinese
10317 disk space
10318 .
10319 Language=Taiwanese
10320 disk space
10321 .
10322
10323 MessageId=3072
10324 Severity=Success
10325 Facility=System
10326 SymbolicName=SERVICE_UIC_M_THREADS
10327 Language=English
10328 thread
10329 .
10330 Language=Polish
10331 thread
10332 .
10333 Language=Romanian
10334 thread
10335 .
10336 Language=Russian
10337 thread
10338 .
10339 Language=Spanish
10340 thread
10341 .
10342 Language=Turkish
10343 thread
10344 .
10345 Language=Chinese
10346 thread
10347 .
10348 Language=Taiwanese
10349 thread
10350 .
10351
10352 MessageId=3073
10353 Severity=Success
10354 Facility=System
10355 SymbolicName=SERVICE_UIC_M_PROCESSES
10356 Language=English
10357 process
10358 .
10359 Language=Polish
10360 process
10361 .
10362 Language=Romanian
10363 process
10364 .
10365 Language=Russian
10366 process
10367 .
10368 Language=Spanish
10369 process
10370 .
10371 Language=Turkish
10372 process
10373 .
10374 Language=Chinese
10375 process
10376 .
10377 Language=Taiwanese
10378 process
10379 .
10380
10381 MessageId=3074
10382 Severity=Success
10383 Facility=System
10384 SymbolicName=SERVICE_UIC_M_SECURITY
10385 Language=English
10386 Security Failure. %0
10387 .
10388 Language=Polish
10389 Security Failure. %0
10390 .
10391 Language=Romanian
10392 Security Failure. %0
10393 .
10394 Language=Russian
10395 Security Failure. %0
10396 .
10397 Language=Spanish
10398 Security Failure. %0
10399 .
10400 Language=Turkish
10401 Security Failure. %0
10402 .
10403 Language=Chinese
10404 Security Failure. %0
10405 .
10406 Language=Taiwanese
10407 Security Failure. %0
10408 .
10409
10410 MessageId=3075
10411 Severity=Success
10412 Facility=System
10413 SymbolicName=SERVICE_UIC_M_LANROOT
10414 Language=English
10415 Bad or missing LAN Manager root directory.
10416 .
10417 Language=Polish
10418 Bad or missing LAN Manager root directory.
10419 .
10420 Language=Romanian
10421 Bad or missing LAN Manager root directory.
10422 .
10423 Language=Russian
10424 Bad or missing LAN Manager root directory.
10425 .
10426 Language=Spanish
10427 Bad or missing LAN Manager root directory.
10428 .
10429 Language=Turkish
10430 Bad or missing LAN Manager root directory.
10431 .
10432 Language=Chinese
10433 Bad or missing LAN Manager root directory.
10434 .
10435 Language=Taiwanese
10436 Bad or missing LAN Manager root directory.
10437 .
10438
10439 MessageId=3076
10440 Severity=Success
10441 Facility=System
10442 SymbolicName=SERVICE_UIC_M_REDIR
10443 Language=English
10444 The network software is not installed.
10445 .
10446 Language=Polish
10447 The network software is not installed.
10448 .
10449 Language=Romanian
10450 The network software is not installed.
10451 .
10452 Language=Russian
10453 The network software is not installed.
10454 .
10455 Language=Spanish
10456 The network software is not installed.
10457 .
10458 Language=Turkish
10459 The network software is not installed.
10460 .
10461 Language=Chinese
10462 The network software is not installed.
10463 .
10464 Language=Taiwanese
10465 The network software is not installed.
10466 .
10467
10468 MessageId=3077
10469 Severity=Success
10470 Facility=System
10471 SymbolicName=SERVICE_UIC_M_SERVER
10472 Language=English
10473 The server is not started.
10474 .
10475 Language=Polish
10476 The server is not started.
10477 .
10478 Language=Romanian
10479 The server is not started.
10480 .
10481 Language=Russian
10482 The server is not started.
10483 .
10484 Language=Spanish
10485 The server is not started.
10486 .
10487 Language=Turkish
10488 The server is not started.
10489 .
10490 Language=Chinese
10491 The server is not started.
10492 .
10493 Language=Taiwanese
10494 The server is not started.
10495 .
10496
10497 MessageId=3078
10498 Severity=Success
10499 Facility=System
10500 SymbolicName=SERVICE_UIC_M_SEC_FILE_ERR
10501 Language=English
10502 The server cannot access the user accounts database (NET.ACC).
10503 .
10504 Language=Polish
10505 The server cannot access the user accounts database (NET.ACC).
10506 .
10507 Language=Romanian
10508 The server cannot access the user accounts database (NET.ACC).
10509 .
10510 Language=Russian
10511 The server cannot access the user accounts database (NET.ACC).
10512 .
10513 Language=Spanish
10514 The server cannot access the user accounts database (NET.ACC).
10515 .
10516 Language=Turkish
10517 The server cannot access the user accounts database (NET.ACC).
10518 .
10519 Language=Chinese
10520 The server cannot access the user accounts database (NET.ACC).
10521 .
10522 Language=Taiwanese
10523 The server cannot access the user accounts database (NET.ACC).
10524 .
10525
10526 MessageId=3079
10527 Severity=Success
10528 Facility=System
10529 SymbolicName=SERVICE_UIC_M_FILES
10530 Language=English
10531 Incompatible files are installed in the LANMAN tree.
10532 .
10533 Language=Polish
10534 Incompatible files are installed in the LANMAN tree.
10535 .
10536 Language=Romanian
10537 Incompatible files are installed in the LANMAN tree.
10538 .
10539 Language=Russian
10540 Incompatible files are installed in the LANMAN tree.
10541 .
10542 Language=Spanish
10543 Incompatible files are installed in the LANMAN tree.
10544 .
10545 Language=Turkish
10546 Incompatible files are installed in the LANMAN tree.
10547 .
10548 Language=Chinese
10549 Incompatible files are installed in the LANMAN tree.
10550 .
10551 Language=Taiwanese
10552 Incompatible files are installed in the LANMAN tree.
10553 .
10554
10555 MessageId=3080
10556 Severity=Success
10557 Facility=System
10558 SymbolicName=SERVICE_UIC_M_LOGS
10559 Language=English
10560 The LANMAN\\LOGS directory is invalid.
10561 .
10562 Language=Polish
10563 The LANMAN\\LOGS directory is invalid.
10564 .
10565 Language=Romanian
10566 The LANMAN\\LOGS directory is invalid.
10567 .
10568 Language=Russian
10569 The LANMAN\\LOGS directory is invalid.
10570 .
10571 Language=Spanish
10572 The LANMAN\\LOGS directory is invalid.
10573 .
10574 Language=Turkish
10575 The LANMAN\\LOGS directory is invalid.
10576 .
10577 Language=Chinese
10578 The LANMAN\\LOGS directory is invalid.
10579 .
10580 Language=Taiwanese
10581 The LANMAN\\LOGS directory is invalid.
10582 .
10583
10584 MessageId=3081
10585 Severity=Success
10586 Facility=System
10587 SymbolicName=SERVICE_UIC_M_LANGROUP
10588 Language=English
10589 The domain specified could not be used.
10590 .
10591 Language=Polish
10592 The domain specified could not be used.
10593 .
10594 Language=Romanian
10595 The domain specified could not be used.
10596 .
10597 Language=Russian
10598 The domain specified could not be used.
10599 .
10600 Language=Spanish
10601 The domain specified could not be used.
10602 .
10603 Language=Turkish
10604 The domain specified could not be used.
10605 .
10606 Language=Chinese
10607 The domain specified could not be used.
10608 .
10609 Language=Taiwanese
10610 The domain specified could not be used.
10611 .
10612
10613 MessageId=3082
10614 Severity=Success
10615 Facility=System
10616 SymbolicName=SERVICE_UIC_M_MSGNAME
10617 Language=English
10618 The computer name is being used as a message alias on another computer.
10619 .
10620 Language=Polish
10621 The computer name is being used as a message alias on another computer.
10622 .
10623 Language=Romanian
10624 The computer name is being used as a message alias on another computer.
10625 .
10626 Language=Russian
10627 The computer name is being used as a message alias on another computer.
10628 .
10629 Language=Spanish
10630 The computer name is being used as a message alias on another computer.
10631 .
10632 Language=Turkish
10633 The computer name is being used as a message alias on another computer.
10634 .
10635 Language=Chinese
10636 The computer name is being used as a message alias on another computer.
10637 .
10638 Language=Taiwanese
10639 The computer name is being used as a message alias on another computer.
10640 .
10641
10642 MessageId=3083
10643 Severity=Success
10644 Facility=System
10645 SymbolicName=SERVICE_UIC_M_ANNOUNCE
10646 Language=English
10647 The announcement of the server name failed.
10648 .
10649 Language=Polish
10650 The announcement of the server name failed.
10651 .
10652 Language=Romanian
10653 The announcement of the server name failed.
10654 .
10655 Language=Russian
10656 The announcement of the server name failed.
10657 .
10658 Language=Spanish
10659 The announcement of the server name failed.
10660 .
10661 Language=Turkish
10662 The announcement of the server name failed.
10663 .
10664 Language=Chinese
10665 The announcement of the server name failed.
10666 .
10667 Language=Taiwanese
10668 The announcement of the server name failed.
10669 .
10670
10671 MessageId=3084
10672 Severity=Success
10673 Facility=System
10674 SymbolicName=SERVICE_UIC_M_UAS
10675 Language=English
10676 The user accounts database is not configured correctly.
10677 .
10678 Language=Polish
10679 The user accounts database is not configured correctly.
10680 .
10681 Language=Romanian
10682 The user accounts database is not configured correctly.
10683 .
10684 Language=Russian
10685 The user accounts database is not configured correctly.
10686 .
10687 Language=Spanish
10688 The user accounts database is not configured correctly.
10689 .
10690 Language=Turkish
10691 The user accounts database is not configured correctly.
10692 .
10693 Language=Chinese
10694 The user accounts database is not configured correctly.
10695 .
10696 Language=Taiwanese
10697 The user accounts database is not configured correctly.
10698 .
10699
10700 MessageId=3085
10701 Severity=Success
10702 Facility=System
10703 SymbolicName=SERVICE_UIC_M_SERVER_SEC_ERR
10704 Language=English
10705 The server is not running with user-level security.
10706 .
10707 Language=Polish
10708 The server is not running with user-level security.
10709 .
10710 Language=Romanian
10711 The server is not running with user-level security.
10712 .
10713 Language=Russian
10714 The server is not running with user-level security.
10715 .
10716 Language=Spanish
10717 The server is not running with user-level security.
10718 .
10719 Language=Turkish
10720 The server is not running with user-level security.
10721 .
10722 Language=Chinese
10723 The server is not running with user-level security.
10724 .
10725 Language=Taiwanese
10726 The server is not running with user-level security.
10727 .
10728
10729 MessageId=3087
10730 Severity=Success
10731 Facility=System
10732 SymbolicName=SERVICE_UIC_M_WKSTA
10733 Language=English
10734 The workstation is not configured properly.
10735 .
10736 Language=Polish
10737 The workstation is not configured properly.
10738 .
10739 Language=Romanian
10740 The workstation is not configured properly.
10741 .
10742 Language=Russian
10743 The workstation is not configured properly.
10744 .
10745 Language=Spanish
10746 The workstation is not configured properly.
10747 .
10748 Language=Turkish
10749 The workstation is not configured properly.
10750 .
10751 Language=Chinese
10752 The workstation is not configured properly.
10753 .
10754 Language=Taiwanese
10755 The workstation is not configured properly.
10756 .
10757
10758 MessageId=3088
10759 Severity=Success
10760 Facility=System
10761 SymbolicName=SERVICE_UIC_M_ERRLOG
10762 Language=English
10763 View your error log for details.
10764 .
10765 Language=Polish
10766 View your error log for details.
10767 .
10768 Language=Romanian
10769 View your error log for details.
10770 .
10771 Language=Russian
10772 View your error log for details.
10773 .
10774 Language=Spanish
10775 View your error log for details.
10776 .
10777 Language=Turkish
10778 View your error log for details.
10779 .
10780 Language=Chinese
10781 View your error log for details.
10782 .
10783 Language=Taiwanese
10784 View your error log for details.
10785 .
10786
10787 MessageId=3089
10788 Severity=Success
10789 Facility=System
10790 SymbolicName=SERVICE_UIC_M_FILE_UW
10791 Language=English
10792 Unable to write to this file.
10793 .
10794 Language=Polish
10795 Unable to write to this file.
10796 .
10797 Language=Romanian
10798 Unable to write to this file.
10799 .
10800 Language=Russian
10801 Unable to write to this file.
10802 .
10803 Language=Spanish
10804 Unable to write to this file.
10805 .
10806 Language=Turkish
10807 Unable to write to this file.
10808 .
10809 Language=Chinese
10810 Unable to write to this file.
10811 .
10812 Language=Taiwanese
10813 Unable to write to this file.
10814 .
10815
10816 MessageId=3090
10817 Severity=Success
10818 Facility=System
10819 SymbolicName=SERVICE_UIC_M_ADDPAK
10820 Language=English
10821 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
10822 and reapply all ADDPAKs.
10823 .
10824 Language=Russian
10825 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
10826 and reapply all ADDPAKs.
10827 .
10828
10829 MessageId=3091
10830 Severity=Success
10831 Facility=System
10832 SymbolicName=SERVICE_UIC_M_LAZY
10833 Language=English
10834 The LM386 server cannot be started because CACHE.EXE is not running.
10835 .
10836 Language=Polish
10837 The LM386 server cannot be started because CACHE.EXE is not running.
10838 .
10839 Language=Romanian
10840 The LM386 server cannot be started because CACHE.EXE is not running.
10841 .
10842 Language=Russian
10843 The LM386 server cannot be started because CACHE.EXE is not running.
10844 .
10845 Language=Spanish
10846 The LM386 server cannot be started because CACHE.EXE is not running.
10847 .
10848 Language=Turkish
10849 The LM386 server cannot be started because CACHE.EXE is not running.
10850 .
10851 Language=Chinese
10852 The LM386 server cannot be started because CACHE.EXE is not running.
10853 .
10854 Language=Taiwanese
10855 The LM386 server cannot be started because CACHE.EXE is not running.
10856 .
10857
10858 MessageId=3092
10859 Severity=Success
10860 Facility=System
10861 SymbolicName=SERVICE_UIC_M_UAS_MACHINE_ACCT
10862 Language=English
10863 There is no account for this computer in the security database.
10864 .
10865 Language=Polish
10866 There is no account for this computer in the security database.
10867 .
10868 Language=Romanian
10869 There is no account for this computer in the security database.
10870 .
10871 Language=Russian
10872 There is no account for this computer in the security database.
10873 .
10874 Language=Spanish
10875 There is no account for this computer in the security database.
10876 .
10877 Language=Turkish
10878 There is no account for this computer in the security database.
10879 .
10880 Language=Chinese
10881 There is no account for this computer in the security database.
10882 .
10883 Language=Taiwanese
10884 There is no account for this computer in the security database.
10885 .
10886
10887 MessageId=3093
10888 Severity=Success
10889 Facility=System
10890 SymbolicName=SERVICE_UIC_M_UAS_SERVERS_NMEMB
10891 Language=English
10892 This computer is not a member of the group SERVERS.
10893 .
10894 Language=Polish
10895 This computer is not a member of the group SERVERS.
10896 .
10897 Language=Romanian
10898 This computer is not a member of the group SERVERS.
10899 .
10900 Language=Russian
10901 This computer is not a member of the group SERVERS.
10902 .
10903 Language=Spanish
10904 This computer is not a member of the group SERVERS.
10905 .
10906 Language=Turkish
10907 This computer is not a member of the group SERVERS.
10908 .
10909 Language=Chinese
10910 This computer is not a member of the group SERVERS.
10911 .
10912 Language=Taiwanese
10913 This computer is not a member of the group SERVERS.
10914 .
10915
10916 MessageId=3094
10917 Severity=Success
10918 Facility=System
10919 SymbolicName=SERVICE_UIC_M_UAS_SERVERS_NOGRP
10920 Language=English
10921 The group SERVERS is not present in the local security database.
10922 .
10923 Language=Polish
10924 The group SERVERS is not present in the local security database.
10925 .
10926 Language=Romanian
10927 The group SERVERS is not present in the local security database.
10928 .
10929 Language=Russian
10930 The group SERVERS is not present in the local security database.
10931 .
10932 Language=Spanish
10933 The group SERVERS is not present in the local security database.
10934 .
10935 Language=Turkish
10936 The group SERVERS is not present in the local security database.
10937 .
10938 Language=Chinese
10939 The group SERVERS is not present in the local security database.
10940 .
10941 Language=Taiwanese
10942 The group SERVERS is not present in the local security database.
10943 .
10944
10945 MessageId=3095
10946 Severity=Success
10947 Facility=System
10948 SymbolicName=SERVICE_UIC_M_UAS_INVALID_ROLE
10949 Language=English
10950 This computer is configured as a member of a workgroup, not as\n
10951 a member of a domain. The Netlogon service does not need to run in this\n
10952 configuration.
10953 .
10954 Language=Russian
10955 This computer is configured as a member of a workgroup, not as\n
10956 a member of a domain. The Netlogon service does not need to run in this\n
10957 configuration.
10958 .
10959
10960 MessageId=3096
10961 Severity=Success
10962 Facility=System
10963 SymbolicName=SERVICE_UIC_M_NETLOGON_NO_DC
10964 Language=English
10965 The primary Domain Controller for this domain could not be located.
10966 .
10967 Language=Polish
10968 The primary Domain Controller for this domain could not be located.
10969 .
10970 Language=Romanian
10971 The primary Domain Controller for this domain could not be located.
10972 .
10973 Language=Russian
10974 The primary Domain Controller for this domain could not be located.
10975 .
10976 Language=Spanish
10977 The primary Domain Controller for this domain could not be located.
10978 .
10979 Language=Turkish
10980 The primary Domain Controller for this domain could not be located.
10981 .
10982 Language=Chinese
10983 The primary Domain Controller for this domain could not be located.
10984 .
10985 Language=Taiwanese
10986 The primary Domain Controller for this domain could not be located.
10987 .
10988
10989 MessageId=3097
10990 Severity=Success
10991 Facility=System
10992 SymbolicName=SERVICE_UIC_M_NETLOGON_DC_CFLCT
10993 Language=English
10994 This computer is configured to be the primary domain controller of its domain.\n
10995 However, the computer %1 is currently claiming to be the primary domain controller\n
10996 of the domain.
10997 .
10998 Language=Russian
10999 This computer is configured to be the primary domain controller of its domain.\n
11000 However, the computer %1 is currently claiming to be the primary domain controller\n
11001 of the domain.
11002 .
11003
11004 MessageId=3098
11005 Severity=Success
11006 Facility=System
11007 SymbolicName=SERVICE_UIC_M_NETLOGON_AUTH
11008 Language=English
11009 The service failed to authenticate with the primary domain controller.
11010 .
11011 Language=Polish
11012 The service failed to authenticate with the primary domain controller.
11013 .
11014 Language=Romanian
11015 The service failed to authenticate with the primary domain controller.
11016 .
11017 Language=Russian
11018 The service failed to authenticate with the primary domain controller.
11019 .
11020 Language=Spanish
11021 The service failed to authenticate with the primary domain controller.
11022 .
11023 Language=Turkish
11024 The service failed to authenticate with the primary domain controller.
11025 .
11026 Language=Chinese
11027 The service failed to authenticate with the primary domain controller.
11028 .
11029 Language=Taiwanese
11030 The service failed to authenticate with the primary domain controller.
11031 .
11032
11033 MessageId=3099
11034 Severity=Success
11035 Facility=System
11036 SymbolicName=SERVICE_UIC_M_UAS_PROLOG
11037 Language=English
11038 There is a problem with the security database creation date or serial number.
11039 .
11040 Language=Polish
11041 There is a problem with the security database creation date or serial number.
11042 .
11043 Language=Romanian
11044 There is a problem with the security database creation date or serial number.
11045 .
11046 Language=Russian
11047 There is a problem with the security database creation date or serial number.
11048 .
11049 Language=Spanish
11050 There is a problem with the security database creation date or serial number.
11051 .
11052 Language=Turkish
11053 There is a problem with the security database creation date or serial number.
11054 .
11055 Language=Chinese
11056 There is a problem with the security database creation date or serial number.
11057 .
11058 Language=Taiwanese
11059 There is a problem with the security database creation date or serial number.
11060 .
11061
11062
11063 ;
11064 ; lmerrlog.h messages definitions (3100 - 3299 ERRLOG_BASE)
11065 ;
11066
11067 MessageId=3100
11068 Severity=Success
11069 Facility=System
11070 SymbolicName=NELOG_Internal_Error
11071 Language=English
11072 The operation failed because a network software error occurred.
11073 .
11074 Language=Polish
11075 The operation failed because a network software error occurred.
11076 .
11077 Language=Romanian
11078 The operation failed because a network software error occurred.
11079 .
11080 Language=Russian
11081 The operation failed because a network software error occurred.
11082 .
11083 Language=Spanish
11084 The operation failed because a network software error occurred.
11085 .
11086 Language=Turkish
11087 The operation failed because a network software error occurred.
11088 .
11089 Language=Chinese
11090 The operation failed because a network software error occurred.
11091 .
11092 Language=Taiwanese
11093 The operation failed because a network software error occurred.
11094 .
11095
11096 MessageId=3101
11097 Severity=Success
11098 Facility=System
11099 SymbolicName=NELOG_Resource_Shortage
11100 Language=English
11101 The system ran out of a resource controlled by the %1 option.
11102 .
11103 Language=Polish
11104 The system ran out of a resource controlled by the %1 option.
11105 .
11106 Language=Romanian
11107 The system ran out of a resource controlled by the %1 option.
11108 .
11109 Language=Russian
11110 The system ran out of a resource controlled by the %1 option.
11111 .
11112 Language=Spanish
11113 The system ran out of a resource controlled by the %1 option.
11114 .
11115 Language=Turkish
11116 The system ran out of a resource controlled by the %1 option.
11117 .
11118 Language=Chinese
11119 The system ran out of a resource controlled by the %1 option.
11120 .
11121 Language=Taiwanese
11122 The system ran out of a resource controlled by the %1 option.
11123 .
11124
11125 MessageId=3102
11126 Severity=Success
11127 Facility=System
11128 SymbolicName=NELOG_Unable_To_Lock_Segment
11129 Language=English
11130 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11131 .
11132 Language=Polish
11133 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11134 .
11135 Language=Romanian
11136 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11137 .
11138 Language=Russian
11139 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11140 .
11141 Language=Spanish
11142 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11143 .
11144 Language=Turkish
11145 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11146 .
11147 Language=Chinese
11148 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11149 .
11150 Language=Taiwanese
11151 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11152 .
11153
11154 MessageId=3103
11155 Severity=Success
11156 Facility=System
11157 SymbolicName=NELOG_Unable_To_Unlock_Segment
11158 Language=English
11159 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11160 .
11161 Language=Polish
11162 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11163 .
11164 Language=Romanian
11165 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11166 .
11167 Language=Russian
11168 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11169 .
11170 Language=Spanish
11171 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11172 .
11173 Language=Turkish
11174 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11175 .
11176 Language=Chinese
11177 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11178 .
11179 Language=Taiwanese
11180 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
11181 .
11182
11183 MessageId=3104
11184 Severity=Success
11185 Facility=System
11186 SymbolicName=NELOG_Uninstall_Service
11187 Language=English
11188 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11189 .
11190 Language=Polish
11191 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11192 .
11193 Language=Romanian
11194 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11195 .
11196 Language=Russian
11197 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11198 .
11199 Language=Spanish
11200 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11201 .
11202 Language=Turkish
11203 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11204 .
11205 Language=Chinese
11206 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11207 .
11208 Language=Taiwanese
11209 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
11210 .
11211
11212 MessageId=3105
11213 Severity=Success
11214 Facility=System
11215 SymbolicName=NELOG_Init_Exec_Fail
11216 Language=English
11217 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11218 .
11219 Language=Polish
11220 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11221 .
11222 Language=Romanian
11223 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11224 .
11225 Language=Russian
11226 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11227 .
11228 Language=Spanish
11229 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11230 .
11231 Language=Turkish
11232 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11233 .
11234 Language=Chinese
11235 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11236 .
11237 Language=Taiwanese
11238 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
11239 .
11240
11241 MessageId=3106
11242 Severity=Success
11243 Facility=System
11244 SymbolicName=NELOG_Ncb_Error
11245 Language=English
11246 An unexpected network control block (NCB) was received. The NCB is the data.
11247 .
11248 Language=Polish
11249 An unexpected network control block (NCB) was received. The NCB is the data.
11250 .
11251 Language=Romanian
11252 An unexpected network control block (NCB) was received. The NCB is the data.
11253 .
11254 Language=Russian
11255 An unexpected network control block (NCB) was received. The NCB is the data.
11256 .
11257 Language=Spanish
11258 An unexpected network control block (NCB) was received. The NCB is the data.
11259 .
11260 Language=Turkish
11261 An unexpected network control block (NCB) was received. The NCB is the data.
11262 .
11263 Language=Chinese
11264 An unexpected network control block (NCB) was received. The NCB is the data.
11265 .
11266 Language=Taiwanese
11267 An unexpected network control block (NCB) was received. The NCB is the data.
11268 .
11269
11270 MessageId=3107
11271 Severity=Success
11272 Facility=System
11273 SymbolicName=NELOG_Net_Not_Started
11274 Language=English
11275 The network is not started.
11276 .
11277 Language=Polish
11278 The network is not started.
11279 .
11280 Language=Romanian
11281 The network is not started.
11282 .
11283 Language=Russian
11284 The network is not started.
11285 .
11286 Language=Spanish
11287 The network is not started.
11288 .
11289 Language=Turkish
11290 The network is not started.
11291 .
11292 Language=Chinese
11293 The network is not started.
11294 .
11295 Language=Taiwanese
11296 The network is not started.
11297 .
11298
11299 MessageId=3108
11300 Severity=Success
11301 Facility=System
11302 SymbolicName=NELOG_Ioctl_Error
11303 Language=English
11304 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
11305 .
11306 Language=Polish
11307 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
11308 .
11309 Language=Romanian
11310 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
11311 .
11312 Language=Russian
11313 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
11314 .
11315 Language=Spanish
11316 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
11317 .
11318 Language=Turkish
11319 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
11320 .
11321 Language=Chinese
11322 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
11323 .
11324 Language=Taiwanese
11325 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
11326 .
11327
11328 MessageId=3109
11329 Severity=Success
11330 Facility=System
11331 SymbolicName=NELOG_System_Semaphore
11332 Language=English
11333 Unable to create or open system semaphore %1.\nThe error code is the data.
11334 .
11335 Language=Polish
11336 Unable to create or open system semaphore %1.\nThe error code is the data.
11337 .
11338 Language=Romanian
11339 Unable to create or open system semaphore %1.\nThe error code is the data.
11340 .
11341 Language=Russian
11342 Unable to create or open system semaphore %1.\nThe error code is the data.
11343 .
11344 Language=Spanish
11345 Unable to create or open system semaphore %1.\nThe error code is the data.
11346 .
11347 Language=Turkish
11348 Unable to create or open system semaphore %1.\nThe error code is the data.
11349 .
11350 Language=Chinese
11351 Unable to create or open system semaphore %1.\nThe error code is the data.
11352 .
11353 Language=Taiwanese
11354 Unable to create or open system semaphore %1.\nThe error code is the data.
11355 .
11356
11357 MessageId=3110
11358 Severity=Success
11359 Facility=System
11360 SymbolicName=NELOG_Init_OpenCreate_Err
11361 Language=English
11362 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
11363 .
11364 Language=Polish
11365 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
11366 .
11367 Language=Romanian
11368 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
11369 .
11370 Language=Russian
11371 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
11372 .
11373 Language=Spanish
11374 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
11375 .
11376 Language=Turkish
11377 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
11378 .
11379 Language=Chinese
11380 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
11381 .
11382 Language=Taiwanese
11383 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
11384 .
11385
11386 MessageId=3111
11387 Severity=Success
11388 Facility=System
11389 SymbolicName=NELOG_NetBios
11390 Language=English
11391 An unexpected NetBIOS error occurred.\nThe error code is the data.
11392 .
11393 Language=Polish
11394 An unexpected NetBIOS error occurred.\nThe error code is the data.
11395 .
11396 Language=Romanian
11397 An unexpected NetBIOS error occurred.\nThe error code is the data.
11398 .
11399 Language=Russian
11400 An unexpected NetBIOS error occurred.\nThe error code is the data.
11401 .
11402 Language=Spanish
11403 An unexpected NetBIOS error occurred.\nThe error code is the data.
11404 .
11405 Language=Turkish
11406 An unexpected NetBIOS error occurred.\nThe error code is the data.
11407 .
11408 Language=Chinese
11409 An unexpected NetBIOS error occurred.\nThe error code is the data.
11410 .
11411 Language=Taiwanese
11412 An unexpected NetBIOS error occurred.\nThe error code is the data.
11413 .
11414
11415 MessageId=3112
11416 Severity=Success
11417 Facility=System
11418 SymbolicName=NELOG_SMB_Illegal
11419 Language=English
11420 An illegal server message block (SMB) was received.\nThe SMB is the data.
11421 .
11422 Language=Polish
11423 An illegal server message block (SMB) was received.\nThe SMB is the data.
11424 .
11425 Language=Romanian
11426 An illegal server message block (SMB) was received.\nThe SMB is the data.
11427 .
11428 Language=Russian
11429 An illegal server message block (SMB) was received.\nThe SMB is the data.
11430 .
11431 Language=Spanish
11432 An illegal server message block (SMB) was received.\nThe SMB is the data.
11433 .
11434 Language=Turkish
11435 An illegal server message block (SMB) was received.\nThe SMB is the data.
11436 .
11437 Language=Chinese
11438 An illegal server message block (SMB) was received.\nThe SMB is the data.
11439 .
11440 Language=Taiwanese
11441 An illegal server message block (SMB) was received.\nThe SMB is the data.
11442 .
11443
11444 MessageId=3113
11445 Severity=Success
11446 Facility=System
11447 SymbolicName=NELOG_Service_Fail
11448 Language=English
11449 Initialization failed because the requested service %1\ncould not be started.
11450 .
11451 Language=Polish
11452 Initialization failed because the requested service %1\ncould not be started.
11453 .
11454 Language=Romanian
11455 Initialization failed because the requested service %1\ncould not be started.
11456 .
11457 Language=Russian
11458 Initialization failed because the requested service %1\ncould not be started.
11459 .
11460 Language=Spanish
11461 Initialization failed because the requested service %1\ncould not be started.
11462 .
11463 Language=Turkish
11464 Initialization failed because the requested service %1\ncould not be started.
11465 .
11466 Language=Chinese
11467 Initialization failed because the requested service %1\ncould not be started.
11468 .
11469 Language=Taiwanese
11470 Initialization failed because the requested service %1\ncould not be started.
11471 .
11472
11473 MessageId=3114
11474 Severity=Success
11475 Facility=System
11476 SymbolicName=NELOG_Entries_Lost
11477 Language=English
11478 Some entries in the error log were lost because of a buffer\noverflow.
11479 .
11480 Language=Polish
11481 Some entries in the error log were lost because of a buffer\noverflow.
11482 .
11483 Language=Romanian
11484 Some entries in the error log were lost because of a buffer\noverflow.
11485 .
11486 Language=Russian
11487 Some entries in the error log were lost because of a buffer\noverflow.
11488 .
11489 Language=Spanish
11490 Some entries in the error log were lost because of a buffer\noverflow.
11491 .
11492 Language=Turkish
11493 Some entries in the error log were lost because of a buffer\noverflow.
11494 .
11495 Language=Chinese
11496 Some entries in the error log were lost because of a buffer\noverflow.
11497 .
11498 Language=Taiwanese
11499 Some entries in the error log were lost because of a buffer\noverflow.
11500 .
11501
11502 MessageId=3120
11503 Severity=Success
11504 Facility=System
11505 SymbolicName=NELOG_Init_Seg_Overflow
11506 Language=English
11507 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
11508 .
11509 Language=Polish
11510 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
11511 .
11512 Language=Romanian
11513 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
11514 .
11515 Language=Russian
11516 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
11517 .
11518 Language=Spanish
11519 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
11520 .
11521 Language=Turkish
11522 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
11523 .
11524 Language=Chinese
11525 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
11526 .
11527 Language=Taiwanese
11528 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
11529 .
11530
11531 MessageId=3121
11532 Severity=Success
11533 Facility=System
11534 SymbolicName=NELOG_Srv_No_Mem_Grow
11535 Language=English
11536 The server cannot increase the size of a memory segment.
11537 .
11538 Language=Polish
11539 The server cannot increase the size of a memory segment.
11540 .
11541 Language=Romanian
11542 The server cannot increase the size of a memory segment.
11543 .
11544 Language=Russian
11545 The server cannot increase the size of a memory segment.
11546 .
11547 Language=Spanish
11548 The server cannot increase the size of a memory segment.
11549 .
11550 Language=Turkish
11551 The server cannot increase the size of a memory segment.
11552 .
11553 Language=Chinese
11554 The server cannot increase the size of a memory segment.
11555 .
11556 Language=Taiwanese
11557 The server cannot increase the size of a memory segment.
11558 .
11559
11560 MessageId=3122
11561 Severity=Success
11562 Facility=System
11563 SymbolicName=NELOG_Access_File_Bad
11564 Language=English
11565 Initialization failed because account file %1 is either incorrect\nor not present.
11566 .
11567 Language=Polish
11568 Initialization failed because account file %1 is either incorrect\nor not present.
11569 .
11570 Language=Romanian
11571 Initialization failed because account file %1 is either incorrect\nor not present.
11572 .
11573 Language=Russian
11574 Initialization failed because account file %1 is either incorrect\nor not present.
11575 .
11576 Language=Spanish
11577 Initialization failed because account file %1 is either incorrect\nor not present.
11578 .
11579 Language=Turkish
11580 Initialization failed because account file %1 is either incorrect\nor not present.
11581 .
11582 Language=Chinese
11583 Initialization failed because account file %1 is either incorrect\nor not present.
11584 .
11585 Language=Taiwanese
11586 Initialization failed because account file %1 is either incorrect\nor not present.
11587 .
11588
11589 MessageId=3123
11590 Severity=Success
11591 Facility=System
11592 SymbolicName=NELOG_Srvnet_Not_Started
11593 Language=English
11594 Initialization failed because network %1 was not started.
11595 .
11596 Language=Polish
11597 Initialization failed because network %1 was not started.
11598 .
11599 Language=Romanian
11600 Initialization failed because network %1 was not started.
11601 .
11602 Language=Russian
11603 Initialization failed because network %1 was not started.
11604 .
11605 Language=Spanish
11606 Initialization failed because network %1 was not started.
11607 .
11608 Language=Turkish
11609 Initialization failed because network %1 was not started.
11610 .
11611 Language=Chinese
11612 Initialization failed because network %1 was not started.
11613 .
11614 Language=Taiwanese
11615 Initialization failed because network %1 was not started.
11616 .
11617
11618 MessageId=3124
11619 Severity=Success
11620 Facility=System
11621 SymbolicName=NELOG_Init_Chardev_Err
11622 Language=English
11623 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
11624 .
11625 Language=Polish
11626 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
11627 .
11628 Language=Romanian
11629 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
11630 .
11631 Language=Russian
11632 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
11633 .
11634 Language=Spanish
11635 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
11636 .
11637 Language=Turkish
11638 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
11639 .
11640 Language=Chinese
11641 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
11642 .
11643 Language=Taiwanese
11644 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
11645 .
11646
11647 MessageId=3125
11648 Severity=Success
11649 Facility=System
11650 SymbolicName=NELOG_Remote_API
11651 Language=English
11652 A remote API request was halted due to the following\ninvalid description string: %1.
11653 .
11654 Language=Polish
11655 A remote API request was halted due to the following\ninvalid description string: %1.
11656 .
11657 Language=Romanian
11658 A remote API request was halted due to the following\ninvalid description string: %1.
11659 .
11660 Language=Russian
11661 A remote API request was halted due to the following\ninvalid description string: %1.
11662 .
11663 Language=Spanish
11664 A remote API request was halted due to the following\ninvalid description string: %1.
11665 .
11666 Language=Turkish
11667 A remote API request was halted due to the following\ninvalid description string: %1.
11668 .
11669 Language=Chinese
11670 A remote API request was halted due to the following\ninvalid description string: %1.
11671 .
11672 Language=Taiwanese
11673 A remote API request was halted due to the following\ninvalid description string: %1.
11674 .
11675
11676 MessageId=3126
11677 Severity=Success
11678 Facility=System
11679 SymbolicName=NELOG_Ncb_TooManyErr
11680 Language=English
11681 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:
11682 .
11683 Language=Polish
11684 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:
11685 .
11686 Language=Romanian
11687 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:
11688 .
11689 Language=Russian
11690 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:
11691 .
11692 Language=Spanish
11693 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:
11694 .
11695 Language=Turkish
11696 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:
11697 .
11698 Language=Chinese
11699 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:
11700 .
11701 Language=Taiwanese
11702 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:
11703 .
11704
11705 MessageId=3127
11706 Severity=Success
11707 Facility=System
11708 SymbolicName=NELOG_Mailslot_err
11709 Language=English
11710 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
11711 .
11712 Language=Polish
11713 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
11714 .
11715 Language=Romanian
11716 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
11717 .
11718 Language=Russian
11719 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
11720 .
11721 Language=Spanish
11722 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
11723 .
11724 Language=Turkish
11725 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
11726 .
11727 Language=Chinese
11728 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
11729 .
11730 Language=Taiwanese
11731 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
11732 .
11733
11734 MessageId=3128
11735 Severity=Success
11736 Facility=System
11737 SymbolicName=NELOG_ReleaseMem_Alert
11738 Language=English
11739 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
11740 .
11741 Language=Polish
11742 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
11743 .
11744 Language=Romanian
11745 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
11746 .
11747 Language=Russian
11748 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
11749 .
11750 Language=Spanish
11751 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
11752 .
11753 Language=Turkish
11754 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
11755 .
11756 Language=Chinese
11757 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
11758 .
11759 Language=Taiwanese
11760 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
11761 .
11762
11763 MessageId=3129
11764 Severity=Success
11765 Facility=System
11766 SymbolicName=NELOG_AT_cannot_write
11767 Language=English
11768 The server cannot update the AT schedule file. The file\nis corrupted.
11769 .
11770 Language=Polish
11771 The server cannot update the AT schedule file. The file\nis corrupted.
11772 .
11773 Language=Romanian
11774 The server cannot update the AT schedule file. The file\nis corrupted.
11775 .
11776 Language=Russian
11777 The server cannot update the AT schedule file. The file\nis corrupted.
11778 .
11779 Language=Spanish
11780 The server cannot update the AT schedule file. The file\nis corrupted.
11781 .
11782 Language=Turkish
11783 The server cannot update the AT schedule file. The file\nis corrupted.
11784 .
11785 Language=Chinese
11786 The server cannot update the AT schedule file. The file\nis corrupted.
11787 .
11788 Language=Taiwanese
11789 The server cannot update the AT schedule file. The file\nis corrupted.
11790 .
11791
11792 MessageId=3130
11793 Severity=Success
11794 Facility=System
11795 SymbolicName=NELOG_Cant_Make_Msg_File
11796 Language=English
11797 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
11798 .
11799 Language=Polish
11800 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
11801 .
11802 Language=Romanian
11803 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
11804 .
11805 Language=Russian
11806 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
11807 .
11808 Language=Spanish
11809 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
11810 .
11811 Language=Turkish
11812 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
11813 .
11814 Language=Chinese
11815 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
11816 .
11817 Language=Taiwanese
11818 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
11819 .
11820
11821 MessageId=3131
11822 Severity=Success
11823 Facility=System
11824 SymbolicName=NELOG_Exec_Netservr_NoMem
11825 Language=English
11826 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.
11827 .
11828 Language=Polish
11829 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.
11830 .
11831 Language=Romanian
11832 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.
11833 .
11834 Language=Russian
11835 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.
11836 .
11837 Language=Spanish
11838 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.
11839 .
11840 Language=Turkish
11841 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.
11842 .
11843 Language=Chinese
11844 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.
11845 .
11846 Language=Taiwanese
11847 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.
11848 .
11849
11850 MessageId=3132
11851 Severity=Success
11852 Facility=System
11853 SymbolicName=NELOG_Server_Lock_Failure
11854 Language=English
11855 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
11856 .
11857 Language=Polish
11858 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
11859 .
11860 Language=Romanian
11861 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
11862 .
11863 Language=Russian
11864 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
11865 .
11866 Language=Spanish
11867 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
11868 .
11869 Language=Turkish
11870 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
11871 .
11872 Language=Chinese
11873 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
11874 .
11875 Language=Taiwanese
11876 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
11877 .
11878
11879 MessageId=3140
11880 Severity=Success
11881 Facility=System
11882 SymbolicName=NELOG_Msg_Shutdown
11883 Language=English
11884 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
11885 .
11886 Language=Polish
11887 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
11888 .
11889 Language=Romanian
11890 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
11891 .
11892 Language=Russian
11893 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
11894 .
11895 Language=Spanish
11896 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
11897 .
11898 Language=Turkish
11899 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
11900 .
11901 Language=Chinese
11902 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
11903 .
11904 Language=Taiwanese
11905 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
11906 .
11907
11908 MessageId=3141
11909 Severity=Success
11910 Facility=System
11911 SymbolicName=NELOG_Msg_Sem_Shutdown
11912 Language=English
11913 The Message server has stopped due to a lock on the\nMessage server shared data segment.
11914 .
11915 Language=Polish
11916 The Message server has stopped due to a lock on the\nMessage server shared data segment.
11917 .
11918 Language=Romanian
11919 The Message server has stopped due to a lock on the\nMessage server shared data segment.
11920 .
11921 Language=Russian
11922 The Message server has stopped due to a lock on the\nMessage server shared data segment.
11923 .
11924 Language=Spanish
11925 The Message server has stopped due to a lock on the\nMessage server shared data segment.
11926 .
11927 Language=Turkish
11928 The Message server has stopped due to a lock on the\nMessage server shared data segment.
11929 .
11930 Language=Chinese
11931 The Message server has stopped due to a lock on the\nMessage server shared data segment.
11932 .
11933 Language=Taiwanese
11934 The Message server has stopped due to a lock on the\nMessage server shared data segment.
11935 .
11936
11937 MessageId=3150
11938 Severity=Success
11939 Facility=System
11940 SymbolicName=NELOG_Msg_Log_Err
11941 Language=English
11942 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.
11943 .
11944 Language=Polish
11945 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.
11946 .
11947 Language=Romanian
11948 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.
11949 .
11950 Language=Russian
11951 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.
11952 .
11953 Language=Spanish
11954 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.
11955 .
11956 Language=Turkish
11957 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.
11958 .
11959 Language=Chinese
11960 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.
11961 .
11962 Language=Taiwanese
11963 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.
11964 .
11965
11966 MessageId=3151
11967 Severity=Success
11968 Facility=System
11969 SymbolicName=NELOG_VIO_POPUP_ERR
11970 Language=English
11971 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
11972 .
11973 Language=Polish
11974 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
11975 .
11976 Language=Romanian
11977 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
11978 .
11979 Language=Russian
11980 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
11981 .
11982 Language=Spanish
11983 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
11984 .
11985 Language=Turkish
11986 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
11987 .
11988 Language=Chinese
11989 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
11990 .
11991 Language=Taiwanese
11992 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
11993 .
11994
11995 MessageId=3152
11996 Severity=Success
11997 Facility=System
11998 SymbolicName=NELOG_Msg_Unexpected_SMB_Type
11999 Language=English
12000 An illegal server message block (SMB) was received. The SMB is the data.
12001 .
12002 Language=Polish
12003 An illegal server message block (SMB) was received. The SMB is the data.
12004 .
12005 Language=Romanian
12006 An illegal server message block (SMB) was received. The SMB is the data.
12007 .
12008 Language=Russian
12009 An illegal server message block (SMB) was received. The SMB is the data.
12010 .
12011 Language=Spanish
12012 An illegal server message block (SMB) was received. The SMB is the data.
12013 .
12014 Language=Turkish
12015 An illegal server message block (SMB) was received. The SMB is the data.
12016 .
12017 Language=Chinese
12018 An illegal server message block (SMB) was received. The SMB is the data.
12019 .
12020 Language=Taiwanese
12021 An illegal server message block (SMB) was received. The SMB is the data.
12022 .
12023
12024 MessageId=3160
12025 Severity=Success
12026 Facility=System
12027 SymbolicName=NELOG_Wksta_Infoseg
12028 Language=English
12029 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12030 .
12031 Language=Polish
12032 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12033 .
12034 Language=Romanian
12035 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12036 .
12037 Language=Russian
12038 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12039 .
12040 Language=Spanish
12041 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12042 .
12043 Language=Turkish
12044 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12045 .
12046 Language=Chinese
12047 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12048 .
12049 Language=Taiwanese
12050 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
12051 .
12052
12053 MessageId=3161
12054 Severity=Success
12055 Facility=System
12056 SymbolicName=NELOG_Wksta_Compname
12057 Language=English
12058 The workstation was unable to get the name-number of the computer.
12059 .
12060 Language=Polish
12061 The workstation was unable to get the name-number of the computer.
12062 .
12063 Language=Romanian
12064 The workstation was unable to get the name-number of the computer.
12065 .
12066 Language=Russian
12067 The workstation was unable to get the name-number of the computer.
12068 .
12069 Language=Spanish
12070 The workstation was unable to get the name-number of the computer.
12071 .
12072 Language=Turkish
12073 The workstation was unable to get the name-number of the computer.
12074 .
12075 Language=Chinese
12076 The workstation was unable to get the name-number of the computer.
12077 .
12078 Language=Taiwanese
12079 The workstation was unable to get the name-number of the computer.
12080 .
12081
12082 MessageId=3162
12083 Severity=Success
12084 Facility=System
12085 SymbolicName=NELOG_Wksta_BiosThreadFailure
12086 Language=English
12087 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12088 .
12089 Language=Polish
12090 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12091 .
12092 Language=Romanian
12093 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12094 .
12095 Language=Russian
12096 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12097 .
12098 Language=Spanish
12099 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12100 .
12101 Language=Turkish
12102 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12103 .
12104 Language=Chinese
12105 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12106 .
12107 Language=Taiwanese
12108 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
12109 .
12110
12111 MessageId=3163
12112 Severity=Success
12113 Facility=System
12114 SymbolicName=NELOG_Wksta_IniSeg
12115 Language=English
12116 The workstation could not open the initial shared segment.\nThe error code is the data.
12117 .
12118 Language=Polish
12119 The workstation could not open the initial shared segment.\nThe error code is the data.
12120 .
12121 Language=Romanian
12122 The workstation could not open the initial shared segment.\nThe error code is the data.
12123 .
12124 Language=Russian
12125 The workstation could not open the initial shared segment.\nThe error code is the data.
12126 .
12127 Language=Spanish
12128 The workstation could not open the initial shared segment.\nThe error code is the data.
12129 .
12130 Language=Turkish
12131 The workstation could not open the initial shared segment.\nThe error code is the data.
12132 .
12133 Language=Chinese
12134 The workstation could not open the initial shared segment.\nThe error code is the data.
12135 .
12136 Language=Taiwanese
12137 The workstation could not open the initial shared segment.\nThe error code is the data.
12138 .
12139
12140 MessageId=3164
12141 Severity=Success
12142 Facility=System
12143 SymbolicName=NELOG_Wksta_HostTab_Full
12144 Language=English
12145 The workstation host table is full.
12146 .
12147 Language=Polish
12148 The workstation host table is full.
12149 .
12150 Language=Romanian
12151 The workstation host table is full.
12152 .
12153 Language=Russian
12154 The workstation host table is full.
12155 .
12156 Language=Spanish
12157 The workstation host table is full.
12158 .
12159 Language=Turkish
12160 The workstation host table is full.
12161 .
12162 Language=Chinese
12163 The workstation host table is full.
12164 .
12165 Language=Taiwanese
12166 The workstation host table is full.
12167 .
12168
12169 MessageId=3165
12170 Severity=Success
12171 Facility=System
12172 SymbolicName=NELOG_Wksta_Bad_Mailslot_SMB
12173 Language=English
12174 A bad mailslot server message block (SMB) was received. The SMB is the data.
12175 .
12176 Language=Polish
12177 A bad mailslot server message block (SMB) was received. The SMB is the data.
12178 .
12179 Language=Romanian
12180 A bad mailslot server message block (SMB) was received. The SMB is the data.
12181 .
12182 Language=Russian
12183 A bad mailslot server message block (SMB) was received. The SMB is the data.
12184 .
12185 Language=Spanish
12186 A bad mailslot server message block (SMB) was received. The SMB is the data.
12187 .
12188 Language=Turkish
12189 A bad mailslot server message block (SMB) was received. The SMB is the data.
12190 .
12191 Language=Chinese
12192 A bad mailslot server message block (SMB) was received. The SMB is the data.
12193 .
12194 Language=Taiwanese
12195 A bad mailslot server message block (SMB) was received. The SMB is the data.
12196 .
12197
12198 MessageId=3166
12199 Severity=Success
12200 Facility=System
12201 SymbolicName=NELOG_Wksta_UASInit
12202 Language=English
12203 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12204 .
12205 Language=Polish
12206 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12207 .
12208 Language=Romanian
12209 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12210 .
12211 Language=Russian
12212 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12213 .
12214 Language=Spanish
12215 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12216 .
12217 Language=Turkish
12218 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12219 .
12220 Language=Chinese
12221 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12222 .
12223 Language=Taiwanese
12224 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
12225 .
12226
12227 MessageId=3167
12228 Severity=Success
12229 Facility=System
12230 SymbolicName=NELOG_Wksta_SSIRelogon
12231 Language=English
12232 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12233 .
12234 Language=Polish
12235 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12236 .
12237 Language=Romanian
12238 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12239 .
12240 Language=Russian
12241 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12242 .
12243 Language=Spanish
12244 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12245 .
12246 Language=Turkish
12247 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12248 .
12249 Language=Chinese
12250 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12251 .
12252 Language=Taiwanese
12253 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
12254 .
12255
12256 MessageId=3170
12257 Severity=Success
12258 Facility=System
12259 SymbolicName=NELOG_Build_Name
12260 Language=English
12261 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12262 .
12263 Language=Polish
12264 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12265 .
12266 Language=Romanian
12267 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12268 .
12269 Language=Russian
12270 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12271 .
12272 Language=Spanish
12273 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12274 .
12275 Language=Turkish
12276 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12277 .
12278 Language=Chinese
12279 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12280 .
12281 Language=Taiwanese
12282 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
12283 .
12284
12285 MessageId=3171
12286 Severity=Success
12287 Facility=System
12288 SymbolicName=NELOG_Name_Expansion
12289 Language=English
12290 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12291 .
12292 Language=Polish
12293 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12294 .
12295 Language=Romanian
12296 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12297 .
12298 Language=Russian
12299 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12300 .
12301 Language=Spanish
12302 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12303 .
12304 Language=Turkish
12305 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12306 .
12307 Language=Chinese
12308 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12309 .
12310 Language=Taiwanese
12311 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
12312 .
12313
12314 MessageId=3172
12315 Severity=Success
12316 Facility=System
12317 SymbolicName=NELOG_Message_Send
12318 Language=English
12319 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
12320 .
12321 Language=Polish
12322 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
12323 .
12324 Language=Romanian
12325 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
12326 .
12327 Language=Russian
12328 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
12329 .
12330 Language=Spanish
12331 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
12332 .
12333 Language=Turkish
12334 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
12335 .
12336 Language=Chinese
12337 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
12338 .
12339 Language=Taiwanese
12340 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
12341 .
12342
12343 MessageId=3173
12344 Severity=Success
12345 Facility=System
12346 SymbolicName=NELOG_Mail_Slt_Err
12347 Language=English
12348 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
12349 .
12350 Language=Polish
12351 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
12352 .
12353 Language=Romanian
12354 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
12355 .
12356 Language=Russian
12357 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
12358 .
12359 Language=Spanish
12360 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
12361 .
12362 Language=Turkish
12363 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
12364 .
12365 Language=Chinese
12366 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
12367 .
12368 Language=Taiwanese
12369 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
12370 .
12371
12372 MessageId=3174
12373 Severity=Success
12374 Facility=System
12375 SymbolicName=NELOG_AT_cannot_read
12376 Language=English
12377 The server could not read the AT schedule file.
12378 .
12379 Language=Polish
12380 The server could not read the AT schedule file.
12381 .
12382 Language=Romanian
12383 The server could not read the AT schedule file.
12384 .
12385 Language=Russian
12386 The server could not read the AT schedule file.
12387 .
12388 Language=Spanish
12389 The server could not read the AT schedule file.
12390 .
12391 Language=Turkish
12392 The server could not read the AT schedule file.
12393 .
12394 Language=Chinese
12395 The server could not read the AT schedule file.
12396 .
12397 Language=Taiwanese
12398 The server could not read the AT schedule file.
12399 .
12400
12401 MessageId=3175
12402 Severity=Success
12403 Facility=System
12404 SymbolicName=NELOG_AT_sched_err
12405 Language=English
12406 The server found an invalid AT schedule record.
12407 .
12408 Language=Polish
12409 The server found an invalid AT schedule record.
12410 .
12411 Language=Romanian
12412 The server found an invalid AT schedule record.
12413 .
12414 Language=Russian
12415 The server found an invalid AT schedule record.
12416 .
12417 Language=Spanish
12418 The server found an invalid AT schedule record.
12419 .
12420 Language=Turkish
12421 The server found an invalid AT schedule record.
12422 .
12423 Language=Chinese
12424 The server found an invalid AT schedule record.
12425 .
12426 Language=Taiwanese
12427 The server found an invalid AT schedule record.
12428 .
12429
12430 MessageId=3176
12431 Severity=Success
12432 Facility=System
12433 SymbolicName=NELOG_AT_schedule_file_created
12434 Language=English
12435 The server could not find an AT schedule file so it created one.
12436 .
12437 Language=Polish
12438 The server could not find an AT schedule file so it created one.
12439 .
12440 Language=Romanian
12441 The server could not find an AT schedule file so it created one.
12442 .
12443 Language=Russian
12444 The server could not find an AT schedule file so it created one.
12445 .
12446 Language=Spanish
12447 The server could not find an AT schedule file so it created one.
12448 .
12449 Language=Turkish
12450 The server could not find an AT schedule file so it created one.
12451 .
12452 Language=Chinese
12453 The server could not find an AT schedule file so it created one.
12454 .
12455 Language=Taiwanese
12456 The server could not find an AT schedule file so it created one.
12457 .
12458
12459 MessageId=3177
12460 Severity=Success
12461 Facility=System
12462 SymbolicName=NELOG_Srvnet_NB_Open
12463 Language=English
12464 The server could not access the %1 network with NetBiosOpen.
12465 .
12466 Language=Polish
12467 The server could not access the %1 network with NetBiosOpen.
12468 .
12469 Language=Romanian
12470 The server could not access the %1 network with NetBiosOpen.
12471 .
12472 Language=Russian
12473 The server could not access the %1 network with NetBiosOpen.
12474 .
12475 Language=Spanish
12476 The server could not access the %1 network with NetBiosOpen.
12477 .
12478 Language=Turkish
12479 The server could not access the %1 network with NetBiosOpen.
12480 .
12481 Language=Chinese
12482 The server could not access the %1 network with NetBiosOpen.
12483 .
12484 Language=Taiwanese
12485 The server could not access the %1 network with NetBiosOpen.
12486 .
12487
12488 MessageId=3178
12489 Severity=Success
12490 Facility=System
12491 SymbolicName=NELOG_AT_Exec_Err
12492 Language=English
12493 The AT command processor could not run %1.
12494 .
12495 Language=Polish
12496 The AT command processor could not run %1.
12497 .
12498 Language=Romanian
12499 The AT command processor could not run %1.
12500 .
12501 Language=Russian
12502 The AT command processor could not run %1.
12503 .
12504 Language=Spanish
12505 The AT command processor could not run %1.
12506 .
12507 Language=Turkish
12508 The AT command processor could not run %1.
12509 .
12510 Language=Chinese
12511 The AT command processor could not run %1.
12512 .
12513 Language=Taiwanese
12514 The AT command processor could not run %1.
12515 .
12516
12517 MessageId=3180
12518 Severity=Success
12519 Facility=System
12520 SymbolicName=NELOG_Lazy_Write_Err
12521 Language=English
12522 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
12523 .
12524 Language=Polish
12525 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
12526 .
12527 Language=Romanian
12528 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
12529 .
12530 Language=Russian
12531 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
12532 .
12533 Language=Spanish
12534 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
12535 .
12536 Language=Turkish
12537 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
12538 .
12539 Language=Chinese
12540 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
12541 .
12542 Language=Taiwanese
12543 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
12544 .
12545
12546 MessageId=3181
12547 Severity=Success
12548 Facility=System
12549 SymbolicName=NELOG_HotFix
12550 Language=English
12551 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.
12552 .
12553 Language=Polish
12554 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.
12555 .
12556 Language=Romanian
12557 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.
12558 .
12559 Language=Russian
12560 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.
12561 .
12562 Language=Spanish
12563 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.
12564 .
12565 Language=Turkish
12566 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.
12567 .
12568 Language=Chinese
12569 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.
12570 .
12571 Language=Taiwanese
12572 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.
12573 .
12574
12575 MessageId=3182
12576 Severity=Success
12577 Facility=System
12578 SymbolicName=NELOG_HardErr_From_Server
12579 Language=English
12580 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
12581 .
12582 Language=Polish
12583 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
12584 .
12585 Language=Romanian
12586 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
12587 .
12588 Language=Russian
12589 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
12590 .
12591 Language=Spanish
12592 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
12593 .
12594 Language=Turkish
12595 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
12596 .
12597 Language=Chinese
12598 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
12599 .
12600 Language=Taiwanese
12601 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
12602 .
12603
12604 MessageId=3183
12605 Severity=Success
12606 Facility=System
12607 SymbolicName=NELOG_LocalSecFail1
12608 Language=English
12609 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
12610 .
12611 Language=Polish
12612 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
12613 .
12614 Language=Romanian
12615 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
12616 .
12617 Language=Russian
12618 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
12619 .
12620 Language=Spanish
12621 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
12622 .
12623 Language=Turkish
12624 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
12625 .
12626 Language=Chinese
12627 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
12628 .
12629 Language=Taiwanese
12630 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
12631 .
12632
12633 MessageId=3184
12634 Severity=Success
12635 Facility=System
12636 SymbolicName=NELOG_LocalSecFail2
12637 Language=English
12638 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
12639 .
12640 Language=Polish
12641 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
12642 .
12643 Language=Romanian
12644 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
12645 .
12646 Language=Russian
12647 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
12648 .
12649 Language=Spanish
12650 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
12651 .
12652 Language=Turkish
12653 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
12654 .
12655 Language=Chinese
12656 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
12657 .
12658 Language=Taiwanese
12659 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
12660 .
12661
12662 MessageId=3185
12663 Severity=Success
12664 Facility=System
12665 SymbolicName=NELOG_LocalSecFail3
12666 Language=English
12667 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.
12668 .
12669 Language=Polish
12670 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.
12671 .
12672 Language=Romanian
12673 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.
12674 .
12675 Language=Russian
12676 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.
12677 .
12678 Language=Spanish
12679 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.
12680 .
12681 Language=Turkish
12682 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.
12683 .
12684 Language=Chinese
12685 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.
12686 .
12687 Language=Taiwanese
12688 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.
12689 .
12690
12691 MessageId=3186
12692 Severity=Success
12693 Facility=System
12694 SymbolicName=NELOG_LocalSecGeneralFail
12695 Language=English
12696 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
12697 .
12698 Language=Polish
12699 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
12700 .
12701 Language=Romanian
12702 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
12703 .
12704 Language=Russian
12705 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
12706 .
12707 Language=Spanish
12708 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
12709 .
12710 Language=Turkish
12711 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
12712 .
12713 Language=Chinese
12714 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
12715 .
12716 Language=Taiwanese
12717 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
12718 .
12719
12720 MessageId=3190
12721 Severity=Success
12722 Facility=System
12723 SymbolicName=NELOG_NetWkSta_Internal_Error
12724 Language=English
12725 A NetWksta internal error has occurred:\n%1
12726 .
12727 Language=Polish
12728 A NetWksta internal error has occurred:\n%1
12729 .
12730 Language=Romanian
12731 A NetWksta internal error has occurred:\n%1
12732 .
12733 Language=Russian
12734 A NetWksta internal error has occurred:\n%1
12735 .
12736 Language=Spanish
12737 A NetWksta internal error has occurred:\n%1
12738 .
12739 Language=Turkish
12740 A NetWksta internal error has occurred:\n%1
12741 .
12742 Language=Chinese
12743 A NetWksta internal error has occurred:\n%1
12744 .
12745 Language=Taiwanese
12746 A NetWksta internal error has occurred:\n%1
12747 .
12748
12749 MessageId=3191
12750 Severity=Success
12751 Facility=System
12752 SymbolicName=NELOG_NetWkSta_No_Resource
12753 Language=English
12754 The redirector is out of a resource: %1.
12755 .
12756 Language=Polish
12757 The redirector is out of a resource: %1.
12758 .
12759 Language=Romanian
12760 The redirector is out of a resource: %1.
12761 .
12762 Language=Russian
12763 The redirector is out of a resource: %1.
12764 .
12765 Language=Spanish
12766 The redirector is out of a resource: %1.
12767 .
12768 Language=Turkish
12769 The redirector is out of a resource: %1.
12770 .
12771 Language=Chinese
12772 The redirector is out of a resource: %1.
12773 .
12774 Language=Taiwanese
12775 The redirector is out of a resource: %1.
12776 .
12777
12778 MessageId=3192
12779 Severity=Success
12780 Facility=System
12781 SymbolicName=NELOG_NetWkSta_SMB_Err
12782 Language=English
12783 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
12784 .
12785 Language=Polish
12786 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
12787 .
12788 Language=Romanian
12789 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
12790 .
12791 Language=Russian
12792 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
12793 .
12794 Language=Spanish
12795 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
12796 .
12797 Language=Turkish
12798 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
12799 .
12800 Language=Chinese
12801 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
12802 .
12803 Language=Taiwanese
12804 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
12805 .
12806
12807 MessageId=3193
12808 Severity=Success
12809 Facility=System
12810 SymbolicName=NELOG_NetWkSta_VC_Err
12811 Language=English
12812 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
12813 .
12814 Language=Polish
12815 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
12816 .
12817 Language=Romanian
12818 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
12819 .
12820 Language=Russian
12821 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
12822 .
12823 Language=Spanish
12824 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
12825 .
12826 Language=Turkish
12827 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
12828 .
12829 Language=Chinese
12830 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
12831 .
12832 Language=Taiwanese
12833 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
12834 .
12835
12836 MessageId=3194
12837 Severity=Success
12838 Facility=System
12839 SymbolicName=NELOG_NetWkSta_Stuck_VC_Err
12840 Language=English
12841 Hanging up a stuck session to %1.
12842 .
12843 Language=Polish
12844 Hanging up a stuck session to %1.
12845 .
12846 Language=Romanian
12847 Hanging up a stuck session to %1.
12848 .
12849 Language=Russian
12850 Hanging up a stuck session to %1.
12851 .
12852 Language=Spanish
12853 Hanging up a stuck session to %1.
12854 .
12855 Language=Turkish
12856 Hanging up a stuck session to %1.
12857 .
12858 Language=Chinese
12859 Hanging up a stuck session to %1.
12860 .
12861 Language=Taiwanese
12862 Hanging up a stuck session to %1.
12863 .
12864
12865 MessageId=3195
12866 Severity=Success
12867 Facility=System
12868 SymbolicName=NELOG_NetWkSta_NCB_Err
12869 Language=English
12870 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
12871 .
12872 Language=Polish
12873 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
12874 .
12875 Language=Romanian
12876 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
12877 .
12878 Language=Russian
12879 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
12880 .
12881 Language=Spanish
12882 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
12883 .
12884 Language=Turkish
12885 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
12886 .
12887 Language=Chinese
12888 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
12889 .
12890 Language=Taiwanese
12891 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
12892 .
12893
12894 MessageId=3196
12895 Severity=Success
12896 Facility=System
12897 SymbolicName=NELOG_NetWkSta_Write_Behind_Err
12898 Language=English
12899 A write operation to %1 failed.\nData may have been lost.
12900 .
12901 Language=Polish
12902 A write operation to %1 failed.\nData may have been lost.
12903 .
12904 Language=Romanian
12905 A write operation to %1 failed.\nData may have been lost.
12906 .
12907 Language=Russian
12908 A write operation to %1 failed.\nData may have been lost.
12909 .
12910 Language=Spanish
12911 A write operation to %1 failed.\nData may have been lost.
12912 .
12913 Language=Turkish
12914 A write operation to %1 failed.\nData may have been lost.
12915 .
12916 Language=Chinese
12917 A write operation to %1 failed.\nData may have been lost.
12918 .
12919 Language=Taiwanese
12920 A write operation to %1 failed.\nData may have been lost.
12921 .
12922
12923 MessageId=3197
12924 Severity=Success
12925 Facility=System
12926 SymbolicName=NELOG_NetWkSta_Reset_Err
12927 Language=English
12928 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
12929 .
12930 Language=Polish
12931 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
12932 .
12933 Language=Romanian
12934 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
12935 .
12936 Language=Russian
12937 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
12938 .
12939 Language=Spanish
12940 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
12941 .
12942 Language=Turkish
12943 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
12944 .
12945 Language=Chinese
12946 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
12947 .
12948 Language=Taiwanese
12949 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
12950 .
12951
12952 MessageId=3198
12953 Severity=Success
12954 Facility=System
12955 SymbolicName=NELOG_NetWkSta_Too_Many
12956 Language=English
12957 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
12958 .
12959 Language=Polish
12960 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
12961 .
12962 Language=Romanian
12963 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
12964 .
12965 Language=Russian
12966 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
12967 .
12968 Language=Spanish
12969 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
12970 .
12971 Language=Turkish
12972 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
12973 .
12974 Language=Chinese
12975 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
12976 .
12977 Language=Taiwanese
12978 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
12979 .
12980
12981 MessageId=3204
12982 Severity=Success
12983 Facility=System
12984 SymbolicName=NELOG_Srv_Thread_Failure
12985 Language=English
12986 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
12987 .
12988 Language=Polish
12989 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
12990 .
12991 Language=Romanian
12992 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
12993 .
12994 Language=Russian
12995 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
12996 .
12997 Language=Spanish
12998 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
12999 .
13000 Language=Turkish
13001 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13002 .
13003 Language=Chinese
13004 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13005 .
13006 Language=Taiwanese
13007 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
13008 .
13009
13010 MessageId=3205
13011 Severity=Success
13012 Facility=System
13013 SymbolicName=NELOG_Srv_Close_Failure
13014 Language=English
13015 The server could not close %1.\nThe file is probably corrupted.
13016 .
13017 Language=Polish
13018 The server could not close %1.\nThe file is probably corrupted.
13019 .
13020 Language=Romanian
13021 The server could not close %1.\nThe file is probably corrupted.
13022 .
13023 Language=Russian
13024 The server could not close %1.\nThe file is probably corrupted.
13025 .
13026 Language=Spanish
13027 The server could not close %1.\nThe file is probably corrupted.
13028 .
13029 Language=Turkish
13030 The server could not close %1.\nThe file is probably corrupted.
13031 .
13032 Language=Chinese
13033 The server could not close %1.\nThe file is probably corrupted.
13034 .
13035 Language=Taiwanese
13036 The server could not close %1.\nThe file is probably corrupted.
13037 .
13038
13039 MessageId=3206
13040 Severity=Success
13041 Facility=System
13042 SymbolicName=NELOG_ReplUserCurDir
13043 Language=English
13044 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13045 .
13046 Language=Polish
13047 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13048 .
13049 Language=Romanian
13050 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13051 .
13052 Language=Russian
13053 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13054 .
13055 Language=Spanish
13056 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13057 .
13058 Language=Turkish
13059 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13060 .
13061 Language=Chinese
13062 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13063 .
13064 Language=Taiwanese
13065 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
13066 .
13067
13068 MessageId=3207
13069 Severity=Success
13070 Facility=System
13071 SymbolicName=NELOG_ReplCannotMasterDir
13072 Language=English
13073 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13074 .
13075 Language=Polish
13076 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13077 .
13078 Language=Romanian
13079 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13080 .
13081 Language=Russian
13082 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13083 .
13084 Language=Spanish
13085 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13086 .
13087 Language=Turkish
13088 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13089 .
13090 Language=Chinese
13091 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13092 .
13093 Language=Taiwanese
13094 The server cannot export directory %1 to client %2.\nIt is exported from another server.
13095 .
13096
13097 MessageId=3208
13098 Severity=Success
13099 Facility=System
13100 SymbolicName=NELOG_ReplUpdateError
13101 Language=English
13102 The replication server could not update directory %2 from the source\non %3 due to error %1.
13103 .
13104 Language=Polish
13105 The replication server could not update directory %2 from the source\non %3 due to error %1.
13106 .
13107 Language=Romanian
13108 The replication server could not update directory %2 from the source\non %3 due to error %1.
13109 .
13110 Language=Russian
13111 The replication server could not update directory %2 from the source\non %3 due to error %1.
13112 .
13113 Language=Spanish
13114 The replication server could not update directory %2 from the source\non %3 due to error %1.
13115 .
13116 Language=Turkish
13117 The replication server could not update directory %2 from the source\non %3 due to error %1.
13118 .
13119 Language=Chinese
13120 The replication server could not update directory %2 from the source\non %3 due to error %1.
13121 .
13122 Language=Taiwanese
13123 The replication server could not update directory %2 from the source\non %3 due to error %1.
13124 .
13125
13126 MessageId=3209
13127 Severity=Success
13128 Facility=System
13129 SymbolicName=NELOG_ReplLostMaster
13130 Language=English
13131 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13132 .
13133 Language=Polish
13134 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13135 .
13136 Language=Romanian
13137 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13138 .
13139 Language=Russian
13140 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13141 .
13142 Language=Spanish
13143 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13144 .
13145 Language=Turkish
13146 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13147 .
13148 Language=Chinese
13149 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13150 .
13151 Language=Taiwanese
13152 Master %1 did not send an update notice for directory %2 at the expected\ntime.
13153 .
13154
13155 MessageId=3210
13156 Severity=Success
13157 Facility=System
13158 SymbolicName=NELOG_NetlogonAuthDCFail
13159 Language=English
13160 This computer could not authenticate with %2, a domain controller\n
13161 for domain %1, and therefore this computer might deny logon requests.\n
13162 This inability to authenticate might be caused by another computer on the\n
13163 same network using the same name or the password for this computer account\n
13164 is not recognized. If this message appears again, contact your system\n
13165 administrator.
13166 .
13167 Language=Russian
13168 This computer could not authenticate with %2, a domain controller\n
13169 for domain %1, and therefore this computer might deny logon requests.\n
13170 This inability to authenticate might be caused by another computer on the\n
13171 same network using the same name or the password for this computer account\n
13172 is not recognized. If this message appears again, contact your system\n
13173 administrator.
13174 .
13175
13176 MessageId=3211
13177 Severity=Success
13178 Facility=System
13179 SymbolicName=NELOG_ReplLogonFailed
13180 Language=English
13181 The replicator attempted to log on at %2 as %1 and failed.
13182 .
13183 Language=Polish
13184 The replicator attempted to log on at %2 as %1 and failed.
13185 .
13186 Language=Romanian
13187 The replicator attempted to log on at %2 as %1 and failed.
13188 .
13189 Language=Russian
13190 The replicator attempted to log on at %2 as %1 and failed.
13191 .
13192 Language=Spanish
13193 The replicator attempted to log on at %2 as %1 and failed.
13194 .
13195 Language=Turkish
13196 The replicator attempted to log on at %2 as %1 and failed.
13197 .
13198 Language=Chinese
13199 The replicator attempted to log on at %2 as %1 and failed.
13200 .
13201 Language=Taiwanese
13202 The replicator attempted to log on at %2 as %1 and failed.
13203 .
13204
13205 MessageId=3212
13206 Severity=Success
13207 Facility=System
13208 SymbolicName=NELOG_ReplNetErr
13209 Language=English
13210 Network error %1 occurred.
13211 .
13212 Language=Polish
13213 Network error %1 occurred.
13214 .
13215 Language=Romanian
13216 Network error %1 occurred.
13217 .
13218 Language=Russian
13219 Network error %1 occurred.
13220 .
13221 Language=Spanish
13222 Network error %1 occurred.
13223 .
13224 Language=Turkish
13225 Network error %1 occurred.
13226 .
13227 Language=Chinese
13228 Network error %1 occurred.
13229 .
13230 Language=Taiwanese
13231 Network error %1 occurred.
13232 .
13233
13234 MessageId=3213
13235 Severity=Success
13236 Facility=System
13237 SymbolicName=NELOG_ReplMaxFiles
13238 Language=English
13239 Replicator limit for files in a directory has been exceeded.
13240 .
13241 Language=Polish
13242 Replicator limit for files in a directory has been exceeded.
13243 .
13244 Language=Romanian
13245 Replicator limit for files in a directory has been exceeded.
13246 .
13247 Language=Russian
13248 Replicator limit for files in a directory has been exceeded.
13249 .
13250 Language=Spanish
13251 Replicator limit for files in a directory has been exceeded.
13252 .
13253 Language=Turkish
13254 Replicator limit for files in a directory has been exceeded.
13255 .
13256 Language=Chinese
13257 Replicator limit for files in a directory has been exceeded.
13258 .
13259 Language=Taiwanese
13260 Replicator limit for files in a directory has been exceeded.
13261 .
13262
13263 MessageId=3214
13264 Severity=Success
13265 Facility=System
13266 SymbolicName=NELOG_ReplMaxTreeDepth
13267 Language=English
13268 Replicator limit for tree depth has been exceeded.
13269 .
13270 Language=Polish
13271 Replicator limit for tree depth has been exceeded.
13272 .
13273 Language=Romanian
13274 Replicator limit for tree depth has been exceeded.
13275 .
13276 Language=Russian
13277 Replicator limit for tree depth has been exceeded.
13278 .
13279 Language=Spanish
13280 Replicator limit for tree depth has been exceeded.
13281 .
13282 Language=Turkish
13283 Replicator limit for tree depth has been exceeded.
13284 .
13285 Language=Chinese
13286 Replicator limit for tree depth has been exceeded.
13287 .
13288 Language=Taiwanese
13289 Replicator limit for tree depth has been exceeded.
13290 .
13291
13292 MessageId=3215
13293 Severity=Success
13294 Facility=System
13295 SymbolicName=NELOG_ReplBadMsg
13296 Language=English
13297 Unrecognized message received in mailslot.
13298 .
13299 Language=Polish
13300 Unrecognized message received in mailslot.
13301 .
13302 Language=Romanian
13303 Unrecognized message received in mailslot.
13304 .
13305 Language=Russian
13306 Unrecognized message received in mailslot.
13307 .
13308 Language=Spanish
13309 Unrecognized message received in mailslot.
13310 .
13311 Language=Turkish
13312 Unrecognized message received in mailslot.
13313 .
13314 Language=Chinese
13315 Unrecognized message received in mailslot.
13316 .
13317 Language=Taiwanese
13318 Unrecognized message received in mailslot.
13319 .
13320
13321 MessageId=3216
13322 Severity=Success
13323 Facility=System
13324 SymbolicName=NELOG_ReplSysErr
13325 Language=English
13326 System error %1 occurred.
13327 .
13328 Language=Polish
13329 System error %1 occurred.
13330 .
13331 Language=Romanian
13332 System error %1 occurred.
13333 .
13334 Language=Russian
13335 System error %1 occurred.
13336 .
13337 Language=Spanish
13338 System error %1 occurred.
13339 .
13340 Language=Turkish
13341 System error %1 occurred.
13342 .
13343 Language=Chinese
13344 System error %1 occurred.
13345 .
13346 Language=Taiwanese
13347 System error %1 occurred.
13348 .
13349
13350 MessageId=3217
13351 Severity=Success
13352 Facility=System
13353 SymbolicName=NELOG_ReplUserLoged
13354 Language=English
13355 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
13356 .
13357 Language=Polish
13358 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
13359 .
13360 Language=Romanian
13361 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
13362 .
13363 Language=Russian
13364 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
13365 .
13366 Language=Spanish
13367 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
13368 .
13369 Language=Turkish
13370 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
13371 .
13372 Language=Chinese
13373 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
13374 .
13375 Language=Taiwanese
13376 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
13377 .
13378
13379 MessageId=3218
13380 Severity=Success
13381 Facility=System
13382 SymbolicName=NELOG_ReplBadImport
13383 Language=English
13384 IMPORT path %1 cannot be found.
13385 .
13386 Language=Polish
13387 IMPORT path %1 cannot be found.
13388 .
13389 Language=Romanian
13390 IMPORT path %1 cannot be found.
13391 .
13392 Language=Russian
13393 IMPORT path %1 cannot be found.
13394 .
13395 Language=Spanish
13396 IMPORT path %1 cannot be found.
13397 .
13398 Language=Turkish
13399 IMPORT path %1 cannot be found.
13400 .
13401 Language=Chinese
13402 IMPORT path %1 cannot be found.
13403 .
13404 Language=Taiwanese
13405 IMPORT path %1 cannot be found.
13406 .
13407
13408 MessageId=3219
13409 Severity=Success
13410 Facility=System
13411 SymbolicName=NELOG_ReplBadExport
13412 Language=English
13413 EXPORT path %1 cannot be found.
13414 .
13415 Language=Polish
13416 EXPORT path %1 cannot be found.
13417 .
13418 Language=Romanian
13419 EXPORT path %1 cannot be found.
13420 .
13421 Language=Russian
13422 EXPORT path %1 cannot be found.
13423 .
13424 Language=Spanish
13425 EXPORT path %1 cannot be found.
13426 .
13427 Language=Turkish
13428 EXPORT path %1 cannot be found.
13429 .
13430 Language=Chinese
13431 EXPORT path %1 cannot be found.
13432 .
13433 Language=Taiwanese
13434 EXPORT path %1 cannot be found.
13435 .
13436
13437 MessageId=3220
13438 Severity=Success
13439 Facility=System
13440 SymbolicName=NELOG_ReplSignalFileErr
13441 Language=English
13442 Replicator failed to update signal file in directory %2 due to\n%1 system error.
13443 .
13444 Language=Polish
13445 Replicator failed to update signal file in directory %2 due to\n%1 system error.
13446 .
13447 Language=Romanian
13448 Replicator failed to update signal file in directory %2 due to\n%1 system error.
13449 .
13450 Language=Russian
13451 Replicator failed to update signal file in directory %2 due to\n%1 system error.
13452 .
13453 Language=Spanish
13454 Replicator failed to update signal file in directory %2 due to\n%1 system error.
13455 .
13456 Language=Turkish
13457 Replicator failed to update signal file in directory %2 due to\n%1 system error.
13458 .
13459 Language=Chinese
13460 Replicator failed to update signal file in directory %2 due to\n%1 system error.
13461 .
13462 Language=Taiwanese
13463 Replicator failed to update signal file in directory %2 due to\n%1 system error.
13464 .
13465
13466 MessageId=3221
13467 Severity=Success
13468 Facility=System
13469 SymbolicName=NELOG_DiskFT
13470 Language=English
13471 Disk Fault Tolerance Error\n\n%1
13472 .
13473 Language=Polish
13474 Disk Fault Tolerance Error\n\n%1
13475 .
13476 Language=Romanian
13477 Disk Fault Tolerance Error\n\n%1
13478 .
13479 Language=Russian
13480 Disk Fault Tolerance Error\n\n%1
13481 .
13482 Language=Spanish
13483 Disk Fault Tolerance Error\n\n%1
13484 .
13485 Language=Turkish
13486 Disk Fault Tolerance Error\n\n%1
13487 .
13488 Language=Chinese
13489 Disk Fault Tolerance Error\n\n%1
13490 .
13491 Language=Taiwanese
13492 Disk Fault Tolerance Error\n\n%1
13493 .
13494
13495 MessageId=3222
13496 Severity=Success
13497 Facility=System
13498 SymbolicName=NELOG_ReplAccessDenied
13499 Language=English
13500 Replicator could not access %2\non %3 due to system error %1.
13501 .
13502 Language=Polish
13503 Replicator could not access %2\non %3 due to system error %1.
13504 .
13505 Language=Romanian
13506 Replicator could not access %2\non %3 due to system error %1.
13507 .
13508 Language=Russian
13509 Replicator could not access %2\non %3 due to system error %1.
13510 .
13511 Language=Spanish
13512 Replicator could not access %2\non %3 due to system error %1.
13513 .
13514 Language=Turkish
13515 Replicator could not access %2\non %3 due to system error %1.
13516 .
13517 Language=Chinese
13518 Replicator could not access %2\non %3 due to system error %1.
13519 .
13520 Language=Taiwanese
13521 Replicator could not access %2\non %3 due to system error %1.
13522 .
13523
13524 MessageId=3223
13525 Severity=Success
13526 Facility=System
13527 SymbolicName=NELOG_NetlogonFailedPrimary
13528 Language=English
13529 The primary domain controller for domain %1 has apparently failed.
13530 .
13531 Language=Polish
13532 The primary domain controller for domain %1 has apparently failed.
13533 .
13534 Language=Romanian
13535 The primary domain controller for domain %1 has apparently failed.
13536 .
13537 Language=Russian
13538 The primary domain controller for domain %1 has apparently failed.
13539 .
13540 Language=Spanish
13541 The primary domain controller for domain %1 has apparently failed.
13542 .
13543 Language=Turkish
13544 The primary domain controller for domain %1 has apparently failed.
13545 .
13546 Language=Chinese
13547 The primary domain controller for domain %1 has apparently failed.
13548 .
13549 Language=Taiwanese
13550 The primary domain controller for domain %1 has apparently failed.
13551 .
13552
13553 MessageId=3224
13554 Severity=Success
13555 Facility=System
13556 SymbolicName=NELOG_NetlogonPasswdSetFailed
13557 Language=English
13558 Changing machine account password for account %1 failed with\nthe following error: %n%2
13559 .
13560 Language=Polish
13561 Changing machine account password for account %1 failed with\nthe following error: %n%2
13562 .
13563 Language=Romanian
13564 Changing machine account password for account %1 failed with\nthe following error: %n%2
13565 .
13566 Language=Russian
13567 Changing machine account password for account %1 failed with\nthe following error: %n%2
13568 .
13569 Language=Spanish
13570 Changing machine account password for account %1 failed with\nthe following error: %n%2
13571 .
13572 Language=Turkish
13573 Changing machine account password for account %1 failed with\nthe following error: %n%2
13574 .
13575 Language=Chinese
13576 Changing machine account password for account %1 failed with\nthe following error: %n%2
13577 .
13578 Language=Taiwanese
13579 Changing machine account password for account %1 failed with\nthe following error: %n%2
13580 .
13581
13582 MessageId=3225
13583 Severity=Success
13584 Facility=System
13585 SymbolicName=NELOG_NetlogonTrackingError
13586 Language=English
13587 An error occurred while updating the logon or logoff information for %1.
13588 .
13589 Language=Polish
13590 An error occurred while updating the logon or logoff information for %1.
13591 .
13592 Language=Romanian
13593 An error occurred while updating the logon or logoff information for %1.
13594 .
13595 Language=Russian
13596 An error occurred while updating the logon or logoff information for %1.
13597 .
13598 Language=Spanish
13599 An error occurred while updating the logon or logoff information for %1.
13600 .
13601 Language=Turkish
13602 An error occurred while updating the logon or logoff information for %1.
13603 .
13604 Language=Chinese
13605 An error occurred while updating the logon or logoff information for %1.
13606 .
13607 Language=Taiwanese
13608 An error occurred while updating the logon or logoff information for %1.
13609 .
13610
13611 MessageId=3226
13612 Severity=Success
13613 Facility=System
13614 SymbolicName=NELOG_NetlogonSyncError
13615 Language=English
13616 An error occurred while synchronizing with primary domain controller %1
13617 .
13618 Language=Polish
13619 An error occurred while synchronizing with primary domain controller %1
13620 .
13621 Language=Romanian
13622 An error occurred while synchronizing with primary domain controller %1
13623 .
13624 Language=Russian
13625 An error occurred while synchronizing with primary domain controller %1
13626 .
13627 Language=Spanish
13628 An error occurred while synchronizing with primary domain controller %1
13629 .
13630 Language=Turkish
13631 An error occurred while synchronizing with primary domain controller %1
13632 .
13633 Language=Chinese
13634 An error occurred while synchronizing with primary domain controller %1
13635 .
13636 Language=Taiwanese
13637 An error occurred while synchronizing with primary domain controller %1
13638 .
13639
13640 MessageId=3227
13641 Severity=Success
13642 Facility=System
13643 SymbolicName=NELOG_NetlogonRequireSignOrSealError
13644 Language=English
13645 The session setup to the Domain Controller %1 for the domain %2 failed\n
13646 because %1 does not support signing or sealing the Netlogon session.\n\n
13647 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
13648 registry entry on this machine to 0.
13649 .
13650 Language=Russian
13651 The session setup to the Domain Controller %1 for the domain %2 failed\n
13652 because %1 does not support signing or sealing the Netlogon session.\n\n
13653 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
13654 registry entry on this machine to 0.
13655 .
13656
13657 MessageId=3230
13658 Severity=Success
13659 Facility=System
13660 SymbolicName=NELOG_UPS_PowerOut
13661 Language=English
13662 A power failure was detected at the server.
13663 .
13664 Language=Polish
13665 A power failure was detected at the server.
13666 .
13667 Language=Romanian
13668 A power failure was detected at the server.
13669 .
13670 Language=Russian
13671 A power failure was detected at the server.
13672 .
13673 Language=Spanish
13674 A power failure was detected at the server.
13675 .
13676 Language=Turkish
13677 A power failure was detected at the server.
13678 .
13679 Language=Chinese
13680 A power failure was detected at the server.
13681 .
13682 Language=Taiwanese
13683 A power failure was detected at the server.
13684 .
13685
13686 MessageId=3231
13687 Severity=Success
13688 Facility=System
13689 SymbolicName=NELOG_UPS_Shutdown
13690 Language=English
13691 The UPS service performed server shut down.
13692 .
13693 Language=Polish
13694 The UPS service performed server shut down.
13695 .
13696 Language=Romanian
13697 The UPS service performed server shut down.
13698 .
13699 Language=Russian
13700 The UPS service performed server shut down.
13701 .
13702 Language=Spanish
13703 The UPS service performed server shut down.
13704 .
13705 Language=Turkish
13706 The UPS service performed server shut down.
13707 .
13708 Language=Chinese
13709 The UPS service performed server shut down.
13710 .
13711 Language=Taiwanese
13712 The UPS service performed server shut down.
13713 .
13714
13715 MessageId=3232
13716 Severity=Success
13717 Facility=System
13718 SymbolicName=NELOG_UPS_CmdFileError
13719 Language=English
13720 The UPS service did not complete execution of the\nuser specified shut down command file.
13721 .
13722 Language=Polish
13723 The UPS service did not complete execution of the\nuser specified shut down command file.
13724 .
13725 Language=Romanian
13726 The UPS service did not complete execution of the\nuser specified shut down command file.
13727 .
13728 Language=Russian
13729 The UPS service did not complete execution of the\nuser specified shut down command file.
13730 .
13731 Language=Spanish
13732 The UPS service did not complete execution of the\nuser specified shut down command file.
13733 .
13734 Language=Turkish
13735 The UPS service did not complete execution of the\nuser specified shut down command file.
13736 .
13737 Language=Chinese
13738 The UPS service did not complete execution of the\nuser specified shut down command file.
13739 .
13740 Language=Taiwanese
13741 The UPS service did not complete execution of the\nuser specified shut down command file.
13742 .
13743
13744 MessageId=3233
13745 Severity=Success
13746 Facility=System
13747 SymbolicName=NELOG_UPS_CannotOpenDriver
13748 Language=English
13749 The UPS driver could not be opened. The error code is\nthe data.
13750 .
13751 Language=Polish
13752 The UPS driver could not be opened. The error code is\nthe data.
13753 .
13754 Language=Romanian
13755 The UPS driver could not be opened. The error code is\nthe data.
13756 .
13757 Language=Russian
13758 The UPS driver could not be opened. The error code is\nthe data.
13759 .
13760 Language=Spanish
13761 The UPS driver could not be opened. The error code is\nthe data.
13762 .
13763 Language=Turkish
13764 The UPS driver could not be opened. The error code is\nthe data.
13765 .
13766 Language=Chinese
13767 The UPS driver could not be opened. The error code is\nthe data.
13768 .
13769 Language=Taiwanese
13770 The UPS driver could not be opened. The error code is\nthe data.
13771 .
13772
13773 MessageId=3234
13774 Severity=Success
13775 Facility=System
13776 SymbolicName=NELOG_UPS_PowerBack
13777 Language=English
13778 Power has been restored.
13779 .
13780 Language=Polish
13781 Power has been restored.
13782 .
13783 Language=Romanian
13784 Power has been restored.
13785 .
13786 Language=Russian
13787 Power has been restored.
13788 .
13789 Language=Spanish
13790 Power has been restored.
13791 .
13792 Language=Turkish
13793 Power has been restored.
13794 .
13795 Language=Chinese
13796 Power has been restored.
13797 .
13798 Language=Taiwanese
13799 Power has been restored.
13800 .
13801
13802 MessageId=3235
13803 Severity=Success
13804 Facility=System
13805 SymbolicName=NELOG_UPS_CmdFileConfig
13806 Language=English
13807 There is a problem with a configuration of user specified\nshut down command file.
13808 .
13809 Language=Polish
13810 There is a problem with a configuration of user specified\nshut down command file.
13811 .
13812 Language=Romanian
13813 There is a problem with a configuration of user specified\nshut down command file.
13814 .
13815 Language=Russian
13816 There is a problem with a configuration of user specified\nshut down command file.
13817 .
13818 Language=Spanish
13819 There is a problem with a configuration of user specified\nshut down command file.
13820 .
13821 Language=Turkish
13822 There is a problem with a configuration of user specified\nshut down command file.
13823 .
13824 Language=Chinese
13825 There is a problem with a configuration of user specified\nshut down command file.
13826 .
13827 Language=Taiwanese
13828 There is a problem with a configuration of user specified\nshut down command file.
13829 .
13830
13831 MessageId=3236
13832 Severity=Success
13833 Facility=System
13834 SymbolicName=NELOG_UPS_CmdFileExec
13835 Language=English
13836 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
13837 .
13838 Language=Polish
13839 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
13840 .
13841 Language=Romanian
13842 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
13843 .
13844 Language=Russian
13845 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
13846 .
13847 Language=Spanish
13848 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
13849 .
13850 Language=Turkish
13851 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
13852 .
13853 Language=Chinese
13854 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
13855 .
13856 Language=Taiwanese
13857 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
13858 .
13859
13860 MessageId=3250
13861 Severity=Success
13862 Facility=System
13863 SymbolicName=NELOG_Missing_Parameter
13864 Language=English
13865 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
13866 .
13867 Language=Polish
13868 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
13869 .
13870 Language=Romanian
13871 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
13872 .
13873 Language=Russian
13874 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
13875 .
13876 Language=Spanish
13877 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
13878 .
13879 Language=Turkish
13880 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
13881 .
13882 Language=Chinese
13883 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
13884 .
13885 Language=Taiwanese
13886 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
13887 .
13888
13889 MessageId=3251
13890 Severity=Success
13891 Facility=System
13892 SymbolicName=NELOG_Invalid_Config_Line
13893 Language=English
13894 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
13895 .
13896 Language=Polish
13897 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
13898 .
13899 Language=Romanian
13900 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
13901 .
13902 Language=Russian
13903 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
13904 .
13905 Language=Spanish
13906 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
13907 .
13908 Language=Turkish
13909 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
13910 .
13911 Language=Chinese
13912 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
13913 .
13914 Language=Taiwanese
13915 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
13916 .
13917
13918 MessageId=3252
13919 Severity=Success
13920 Facility=System
13921 SymbolicName=NELOG_Invalid_Config_File
13922 Language=English
13923 Initialization failed because of an error in the configuration\nfile %1.
13924 .
13925 Language=Polish
13926 Initialization failed because of an error in the configuration\nfile %1.
13927 .
13928 Language=Romanian
13929 Initialization failed because of an error in the configuration\nfile %1.
13930 .
13931 Language=Russian
13932 Initialization failed because of an error in the configuration\nfile %1.
13933 .
13934 Language=Spanish
13935 Initialization failed because of an error in the configuration\nfile %1.
13936 .
13937 Language=Turkish
13938 Initialization failed because of an error in the configuration\nfile %1.
13939 .
13940 Language=Chinese
13941 Initialization failed because of an error in the configuration\nfile %1.
13942 .
13943 Language=Taiwanese
13944 Initialization failed because of an error in the configuration\nfile %1.
13945 .
13946
13947 MessageId=3253
13948 Severity=Success
13949 Facility=System
13950 SymbolicName=NELOG_File_Changed
13951 Language=English
13952 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
13953 .
13954 Language=Polish
13955 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
13956 .
13957 Language=Romanian
13958 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
13959 .
13960 Language=Russian
13961 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
13962 .
13963 Language=Spanish
13964 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
13965 .
13966 Language=Turkish
13967 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
13968 .
13969 Language=Chinese
13970 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
13971 .
13972 Language=Taiwanese
13973 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
13974 .
13975
13976 MessageId=3254
13977 Severity=Success
13978 Facility=System
13979 SymbolicName=NELOG_Files_Dont_Fit
13980 Language=English
13981 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
13982 .
13983 Language=Polish
13984 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
13985 .
13986 Language=Romanian
13987 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
13988 .
13989 Language=Russian
13990 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
13991 .
13992 Language=Spanish
13993 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
13994 .
13995 Language=Turkish
13996 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
13997 .
13998 Language=Chinese
13999 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14000 .
14001 Language=Taiwanese
14002 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
14003 .
14004
14005 MessageId=3255
14006 Severity=Success
14007 Facility=System
14008 SymbolicName=NELOG_Wrong_DLL_Version
14009 Language=English
14010 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14011 .
14012 Language=Polish
14013 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14014 .
14015 Language=Romanian
14016 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14017 .
14018 Language=Russian
14019 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14020 .
14021 Language=Spanish
14022 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14023 .
14024 Language=Turkish
14025 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14026 .
14027 Language=Chinese
14028 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14029 .
14030 Language=Taiwanese
14031 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
14032 .
14033
14034 MessageId=3256
14035 Severity=Success
14036 Facility=System
14037 SymbolicName=NELOG_Error_in_DLL
14038 Language=English
14039 There was an unrecoverable error in the dynamic-\nlink library of the service.
14040 .
14041 Language=Polish
14042 There was an unrecoverable error in the dynamic-\nlink library of the service.
14043 .
14044 Language=Romanian
14045 There was an unrecoverable error in the dynamic-\nlink library of the service.
14046 .
14047 Language=Russian
14048 There was an unrecoverable error in the dynamic-\nlink library of the service.
14049 .
14050 Language=Spanish
14051 There was an unrecoverable error in the dynamic-\nlink library of the service.
14052 .
14053 Language=Turkish
14054 There was an unrecoverable error in the dynamic-\nlink library of the service.
14055 .
14056 Language=Chinese
14057 There was an unrecoverable error in the dynamic-\nlink library of the service.
14058 .
14059 Language=Taiwanese
14060 There was an unrecoverable error in the dynamic-\nlink library of the service.
14061 .
14062
14063 MessageId=3257
14064 Severity=Success
14065 Facility=System
14066 SymbolicName=NELOG_System_Error
14067 Language=English
14068 The system returned an unexpected error code.\nThe error code is the data.
14069 .
14070 Language=Polish
14071 The system returned an unexpected error code.\nThe error code is the data.
14072 .
14073 Language=Romanian
14074 The system returned an unexpected error code.\nThe error code is the data.
14075 .
14076 Language=Russian
14077 The system returned an unexpected error code.\nThe error code is the data.
14078 .
14079 Language=Spanish
14080 The system returned an unexpected error code.\nThe error code is the data.
14081 .
14082 Language=Turkish
14083 The system returned an unexpected error code.\nThe error code is the data.
14084 .
14085 Language=Chinese
14086 The system returned an unexpected error code.\nThe error code is the data.
14087 .
14088 Language=Taiwanese
14089 The system returned an unexpected error code.\nThe error code is the data.
14090 .
14091
14092 MessageId=3258
14093 Severity=Success
14094 Facility=System
14095 SymbolicName=NELOG_FT_ErrLog_Too_Large
14096 Language=English
14097 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14098 .
14099 Language=Polish
14100 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14101 .
14102 Language=Romanian
14103 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14104 .
14105 Language=Russian
14106 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14107 .
14108 Language=Spanish
14109 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14110 .
14111 Language=Turkish
14112 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14113 .
14114 Language=Chinese
14115 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14116 .
14117 Language=Taiwanese
14118 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
14119 .
14120
14121 MessageId=3259
14122 Severity=Success
14123 Facility=System
14124 SymbolicName=NELOG_FT_Update_In_Progress
14125 Language=English
14126 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14127 update in progress bit set upon opening, which means that the\n
14128 system crashed while working on the error log.
14129 .
14130 Language=Russian
14131 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
14132 update in progress bit set upon opening, which means that the\n
14133 system crashed while working on the error log.
14134 .
14135
14136 MessageId=3260
14137 Severity=Success
14138 Facility=System
14139 SymbolicName=NELOG_Joined_Domain
14140 Language=English
14141 This computer has been successfully joined to domain '%1'.
14142 .
14143 Language=Polish
14144 This computer has been successfully joined to domain '%1'.
14145 .
14146 Language=Romanian
14147 This computer has been successfully joined to domain '%1'.
14148 .
14149 Language=Russian
14150 This computer has been successfully joined to domain '%1'.
14151 .
14152 Language=Spanish
14153 This computer has been successfully joined to domain '%1'.
14154 .
14155 Language=Turkish
14156 This computer has been successfully joined to domain '%1'.
14157 .
14158 Language=Chinese
14159 This computer has been successfully joined to domain '%1'.
14160 .
14161 Language=Taiwanese
14162 This computer has been successfully joined to domain '%1'.
14163 .
14164
14165 MessageId=3261
14166 Severity=Success
14167 Facility=System
14168 SymbolicName=NELOG_Joined_Workgroup
14169 Language=English
14170 This computer has been successfully joined to workgroup '%1'.
14171 .
14172 Language=Polish
14173 This computer has been successfully joined to workgroup '%1'.
14174 .
14175 Language=Romanian
14176 This computer has been successfully joined to workgroup '%1'.
14177 .
14178 Language=Russian
14179 This computer has been successfully joined to workgroup '%1'.
14180 .
14181 Language=Spanish
14182 This computer has been successfully joined to workgroup '%1'.
14183 .
14184 Language=Turkish
14185 This computer has been successfully joined to workgroup '%1'.
14186 .
14187 Language=Chinese
14188 This computer has been successfully joined to workgroup '%1'.
14189 .
14190 Language=Taiwanese
14191 This computer has been successfully joined to workgroup '%1'.
14192 .
14193
14194 MessageId=3299
14195 Severity=Success
14196 Facility=System
14197 SymbolicName=NELOG_OEM_Code
14198 Language=English
14199 %1 %2 %3 %4 %5 %6 %7 %8 %9.
14200 .
14201 Language=Polish
14202 %1 %2 %3 %4 %5 %6 %7 %8 %9.
14203 .
14204 Language=Romanian
14205 %1 %2 %3 %4 %5 %6 %7 %8 %9.
14206 .
14207 Language=Russian
14208 %1 %2 %3 %4 %5 %6 %7 %8 %9.
14209 .
14210 Language=Spanish
14211 %1 %2 %3 %4 %5 %6 %7 %8 %9.
14212 .
14213 Language=Turkish
14214 %1 %2 %3 %4 %5 %6 %7 %8 %9.
14215 .
14216 Language=Chinese
14217 %1 %2 %3 %4 %5 %6 %7 %8 %9.
14218 .
14219 Language=Taiwanese
14220 %1 %2 %3 %4 %5 %6 %7 %8 %9.
14221 .
14222
14223
14224 ;
14225 ; msgtext.h (non-public) message definitions (3300 - 3499 MTXT_BASE)
14226 ;
14227
14228 MessageId=3301
14229 Severity=Success
14230 Facility=System
14231 SymbolicName=MTXT_3301
14232 Language=English
14233 Remote IPC %0
14234 .
14235 Language=Polish
14236 Remote IPC %0
14237 .
14238 Language=Romanian
14239 Remote IPC %0
14240 .
14241 Language=Russian
14242 Remote IPC %0
14243 .
14244 Language=Spanish
14245 Remote IPC %0
14246 .
14247 Language=Turkish
14248 Remote IPC %0
14249 .
14250 Language=Chinese
14251 Remote IPC %0
14252 .
14253 Language=Taiwanese
14254 Remote IPC %0
14255 .
14256
14257 MessageId=3302
14258 Severity=Success
14259 Facility=System
14260 SymbolicName=MTXT_3302
14261 Language=English
14262 Remote Admin %0
14263 .
14264 Language=Polish
14265 Remote Admin %0
14266 .
14267 Language=Romanian
14268 Remote Admin %0
14269 .
14270 Language=Russian
14271 Remote Admin %0
14272 .
14273 Language=Spanish
14274 Remote Admin %0
14275 .
14276 Language=Turkish
14277 Remote Admin %0
14278 .
14279 Language=Chinese
14280 Remote Admin %0
14281 .
14282 Language=Taiwanese
14283 Remote Admin %0
14284 .
14285
14286 MessageId=3303
14287 Severity=Success
14288 Facility=System
14289 SymbolicName=MTXT_3303
14290 Language=English
14291 Logon server share %0
14292 .
14293 Language=Polish
14294 Logon server share %0
14295 .
14296 Language=Romanian
14297 Logon server share %0
14298 .
14299 Language=Russian
14300 Logon server share %0
14301 .
14302 Language=Spanish
14303 Logon server share %0
14304 .
14305 Language=Turkish
14306 Logon server share %0
14307 .
14308 Language=Chinese
14309 Logon server share %0
14310 .
14311 Language=Taiwanese
14312 Logon server share %0
14313 .
14314
14315 MessageId=3304
14316 Severity=Success
14317 Facility=System
14318 SymbolicName=MTXT_3304
14319 Language=English
14320 A network error occurred. %0
14321 .
14322 Language=Polish
14323 A network error occurred. %0
14324 .
14325 Language=Romanian
14326 A network error occurred. %0
14327 .
14328 Language=Russian
14329 A network error occurred. %0
14330 .
14331 Language=Spanish
14332 A network error occurred. %0
14333 .
14334 Language=Turkish
14335 A network error occurred. %0
14336 .
14337 Language=Chinese
14338 A network error occurred. %0
14339 .
14340 Language=Taiwanese
14341 A network error occurred. %0
14342 .
14343
14344 MessageId=3400
14345 Severity=Success
14346 Facility=System
14347 SymbolicName=MTXT_3400
14348 Language=English
14349 There is not enough memory to start the Workstation service.
14350 .
14351 Language=Polish
14352 There is not enough memory to start the Workstation service.
14353 .
14354 Language=Romanian
14355 There is not enough memory to start the Workstation service.
14356 .
14357 Language=Russian
14358 There is not enough memory to start the Workstation service.
14359 .
14360 Language=Spanish
14361 There is not enough memory to start the Workstation service.
14362 .
14363 Language=Turkish
14364 There is not enough memory to start the Workstation service.
14365 .
14366 Language=Chinese
14367 There is not enough memory to start the Workstation service.
14368 .
14369 Language=Taiwanese
14370 There is not enough memory to start the Workstation service.
14371 .
14372
14373 MessageId=3401
14374 Severity=Success
14375 Facility=System
14376 SymbolicName=MTXT_3401
14377 Language=English
14378 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
14379 .
14380 Language=Polish
14381 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
14382 .
14383 Language=Romanian
14384 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
14385 .
14386 Language=Russian
14387 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
14388 .
14389 Language=Spanish
14390 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
14391 .
14392 Language=Turkish
14393 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
14394 .
14395 Language=Chinese
14396 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
14397 .
14398 Language=Taiwanese
14399 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
14400 .
14401
14402 MessageId=3402
14403 Severity=Success
14404 Facility=System
14405 SymbolicName=MTXT_3402
14406 Language=English
14407 This is an invalid argument: %1.
14408 .
14409 Language=Polish
14410 This is an invalid argument: %1.
14411 .
14412 Language=Romanian
14413 This is an invalid argument: %1.
14414 .
14415 Language=Russian
14416 This is an invalid argument: %1.
14417 .
14418 Language=Spanish
14419 This is an invalid argument: %1.
14420 .
14421 Language=Turkish
14422 This is an invalid argument: %1.
14423 .
14424 Language=Chinese
14425 This is an invalid argument: %1.
14426 .
14427 Language=Taiwanese
14428 This is an invalid argument: %1.
14429 .
14430
14431 MessageId=3403
14432 Severity=Success
14433 Facility=System
14434 SymbolicName=MTXT_3403
14435 Language=English
14436 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
14437 .
14438 Language=Polish
14439 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
14440 .
14441 Language=Romanian
14442 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
14443 .
14444 Language=Russian
14445 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
14446 .
14447 Language=Spanish
14448 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
14449 .
14450 Language=Turkish
14451 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
14452 .
14453 Language=Chinese
14454 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
14455 .
14456 Language=Taiwanese
14457 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
14458 .
14459
14460 MessageId=3404
14461 Severity=Success
14462 Facility=System
14463 SymbolicName=MTXT_3404
14464 Language=English
14465 There are too many NETWORKS entries in the LANMAN.INI file.
14466 .
14467 Language=Polish
14468 There are too many NETWORKS entries in the LANMAN.INI file.
14469 .
14470 Language=Romanian
14471 There are too many NETWORKS entries in the LANMAN.INI file.
14472 .
14473 Language=Russian
14474 There are too many NETWORKS entries in the LANMAN.INI file.
14475 .
14476 Language=Spanish
14477 There are too many NETWORKS entries in the LANMAN.INI file.
14478 .
14479 Language=Turkish
14480 There are too many NETWORKS entries in the LANMAN.INI file.
14481 .
14482 Language=Chinese
14483 There are too many NETWORKS entries in the LANMAN.INI file.
14484 .
14485 Language=Taiwanese
14486 There are too many NETWORKS entries in the LANMAN.INI file.
14487 .
14488
14489 MessageId=3406
14490 Severity=Success
14491 Facility=System
14492 SymbolicName=MTXT_3406
14493 Language=English
14494 An error occurred when opening network\ndevice driver %1 = %2.
14495 .
14496 Language=Polish
14497 An error occurred when opening network\ndevice driver %1 = %2.
14498 .
14499 Language=Romanian
14500 An error occurred when opening network\ndevice driver %1 = %2.
14501 .
14502 Language=Russian
14503 An error occurred when opening network\ndevice driver %1 = %2.
14504 .
14505 Language=Spanish
14506 An error occurred when opening network\ndevice driver %1 = %2.
14507 .
14508 Language=Turkish
14509 An error occurred when opening network\ndevice driver %1 = %2.
14510 .
14511 Language=Chinese
14512 An error occurred when opening network\ndevice driver %1 = %2.
14513 .
14514 Language=Taiwanese
14515 An error occurred when opening network\ndevice driver %1 = %2.
14516 .
14517
14518 MessageId=3407
14519 Severity=Success
14520 Facility=System
14521 SymbolicName=MTXT_3407
14522 Language=English
14523 Device driver %1 sent a bad BiosLinkage response.
14524 .
14525 Language=Polish
14526 Device driver %1 sent a bad BiosLinkage response.
14527 .
14528 Language=Romanian
14529 Device driver %1 sent a bad BiosLinkage response.
14530 .
14531 Language=Russian
14532 Device driver %1 sent a bad BiosLinkage response.
14533 .
14534 Language=Spanish
14535 Device driver %1 sent a bad BiosLinkage response.
14536 .
14537 Language=Turkish
14538 Device driver %1 sent a bad BiosLinkage response.
14539 .
14540 Language=Chinese
14541 Device driver %1 sent a bad BiosLinkage response.
14542 .
14543 Language=Taiwanese
14544 Device driver %1 sent a bad BiosLinkage response.
14545 .
14546
14547 MessageId=3408
14548 Severity=Success
14549 Facility=System
14550 SymbolicName=MTXT_3408
14551 Language=English
14552 The program cannot be used with this operating system.
14553 .
14554 Language=Polish
14555 The program cannot be used with this operating system.
14556 .
14557 Language=Romanian
14558 The program cannot be used with this operating system.
14559 .
14560 Language=Russian
14561 The program cannot be used with this operating system.
14562 .
14563 Language=Spanish
14564 The program cannot be used with this operating system.
14565 .
14566 Language=Turkish
14567 The program cannot be used with this operating system.
14568 .
14569 Language=Chinese
14570 The program cannot be used with this operating system.
14571 .
14572 Language=Taiwanese
14573 The program cannot be used with this operating system.
14574 .
14575
14576 MessageId=3409
14577 Severity=Success
14578 Facility=System
14579 SymbolicName=MTXT_3409
14580 Language=English
14581 The redirector is already installed.
14582 .
14583 Language=Polish
14584 The redirector is already installed.
14585 .
14586 Language=Romanian
14587 The redirector is already installed.
14588 .
14589 Language=Russian
14590 The redirector is already installed.
14591 .
14592 Language=Spanish
14593 The redirector is already installed.
14594 .
14595 Language=Turkish
14596 The redirector is already installed.
14597 .
14598 Language=Chinese
14599 The redirector is already installed.
14600 .
14601 Language=Taiwanese
14602 The redirector is already installed.
14603 .
14604
14605 MessageId=3410
14606 Severity=Success
14607 Facility=System
14608 SymbolicName=MTXT_3410
14609 Language=English
14610 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
14611 .
14612 Language=Polish
14613 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
14614 .
14615 Language=Romanian
14616 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
14617 .
14618 Language=Russian
14619 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
14620 .
14621 Language=Spanish
14622 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
14623 .
14624 Language=Turkish
14625 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
14626 .
14627 Language=Chinese
14628 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
14629 .
14630 Language=Taiwanese
14631 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
14632 .
14633
14634 MessageId=3411
14635 Severity=Success
14636 Facility=System
14637 SymbolicName=MTXT_3411
14638 Language=English
14639 There was an error installing NETWKSTA.SYS.\n\n
14640 Press ENTER to continue.
14641 .
14642 Language=Russian
14643 There was an error installing NETWKSTA.SYS.\n\n
14644 Press ENTER to continue.
14645 .
14646
14647 MessageId=3412
14648 Severity=Success
14649 Facility=System
14650 SymbolicName=MTXT_3412
14651 Language=English
14652 Resolver linkage problem.
14653 .
14654 Language=Polish
14655 Resolver linkage problem.
14656 .
14657 Language=Romanian
14658 Resolver linkage problem.
14659 .
14660 Language=Russian
14661 Resolver linkage problem.
14662 .
14663 Language=Spanish
14664 Resolver linkage problem.
14665 .
14666 Language=Turkish
14667 Resolver linkage problem.
14668 .
14669 Language=Chinese
14670 Resolver linkage problem.
14671 .
14672 Language=Taiwanese
14673 Resolver linkage problem.
14674 .
14675
14676 MessageId=3413
14677 Severity=Success
14678 Facility=System
14679 SymbolicName=MTXT_3413
14680 Language=English
14681 Your logon time at %1 ends at %2.\n
14682 Please clean up and log off.
14683 .
14684 Language=Russian
14685 Your logon time at %1 ends at %2.\n
14686 Please clean up and log off.
14687 .
14688
14689 MessageId=3414
14690 Severity=Success
14691 Facility=System
14692 SymbolicName=MTXT_3414
14693 Language=English
14694 You will be automatically disconnected at %1.
14695 .
14696 Language=Polish
14697 You will be automatically disconnected at %1.
14698 .
14699 Language=Romanian
14700 You will be automatically disconnected at %1.
14701 .
14702 Language=Russian
14703 You will be automatically disconnected at %1.
14704 .
14705 Language=Spanish
14706 You will be automatically disconnected at %1.
14707 .
14708 Language=Turkish
14709 You will be automatically disconnected at %1.
14710 .
14711 Language=Chinese
14712 You will be automatically disconnected at %1.
14713 .
14714 Language=Taiwanese
14715 You will be automatically disconnected at %1.
14716 .
14717
14718 MessageId=3415
14719 Severity=Success
14720 Facility=System
14721 SymbolicName=MTXT_3415
14722 Language=English
14723 Your logon time at %1 has ended.
14724 .
14725 Language=Polish
14726 Your logon time at %1 has ended.
14727 .
14728 Language=Romanian
14729 Your logon time at %1 has ended.
14730 .
14731 Language=Russian
14732 Your logon time at %1 has ended.
14733 .
14734 Language=Spanish
14735 Your logon time at %1 has ended.
14736 .
14737 Language=Turkish
14738 Your logon time at %1 has ended.
14739 .
14740 Language=Chinese
14741 Your logon time at %1 has ended.
14742 .
14743 Language=Taiwanese
14744 Your logon time at %1 has ended.
14745 .
14746
14747 MessageId=3416
14748 Severity=Success
14749 Facility=System
14750 SymbolicName=MTXT_3416
14751 Language=English
14752 Your logon time at %1 ended at %2.
14753 .
14754 Language=Polish
14755 Your logon time at %1 ended at %2.
14756 .
14757 Language=Romanian
14758 Your logon time at %1 ended at %2.
14759 .
14760 Language=Russian
14761 Your logon time at %1 ended at %2.
14762 .
14763 Language=Spanish
14764 Your logon time at %1 ended at %2.
14765 .
14766 Language=Turkish
14767 Your logon time at %1 ended at %2.
14768 .
14769 Language=Chinese
14770 Your logon time at %1 ended at %2.
14771 .
14772 Language=Taiwanese
14773 Your logon time at %1 ended at %2.
14774 .
14775
14776 MessageId=3417
14777 Severity=Success
14778 Facility=System
14779 SymbolicName=MTXT_3417
14780 Language=English
14781 WARNING: You have until %1 to logoff. If you\n
14782 have not logged off at this time, your session will be\n
14783 disconnected, and any open files or devices you\n
14784 have open may lose data.
14785 .
14786 Language=Russian
14787 WARNING: You have until %1 to logoff. If you\n
14788 have not logged off at this time, your session will be\n
14789 disconnected, and any open files or devices you\n
14790 have open may lose data.
14791 .
14792
14793 MessageId=3418
14794 Severity=Success
14795 Facility=System
14796 SymbolicName=MTXT_3418
14797 Language=English
14798 WARNING: You must log off at %1 now. You have\n
14799 two minutes to log off, or you will be disconnected.
14800 .
14801 Language=Russian
14802 WARNING: You must log off at %1 now. You have\n
14803 two minutes to log off, or you will be disconnected.
14804 .
14805
14806 MessageId=3419
14807 Severity=Success
14808 Facility=System
14809 SymbolicName=MTXT_3419
14810 Language=English
14811 You have open files or devices, and a forced\n
14812 disconnection may cause you to lose data.
14813 .
14814 Language=Russian
14815 You have open files or devices, and a forced\n
14816 disconnection may cause you to lose data.
14817 .
14818
14819 MessageId=3420
14820 Severity=Success
14821 Facility=System
14822 SymbolicName=MTXT_3420
14823 Language=English
14824 Default Share for Internal Use %0
14825 .
14826 Language=Polish
14827 Default Share for Internal Use %0
14828 .
14829 Language=Romanian
14830 Default Share for Internal Use %0
14831 .
14832 Language=Russian
14833 Default Share for Internal Use %0
14834 .
14835 Language=Spanish
14836 Default Share for Internal Use %0
14837 .
14838 Language=Turkish
14839 Default Share for Internal Use %0
14840 .
14841 Language=Chinese
14842 Default Share for Internal Use %0
14843 .
14844 Language=Taiwanese
14845 Default Share for Internal Use %0
14846 .
14847
14848 MessageId=3421
14849 Severity=Success
14850 Facility=System
14851 SymbolicName=MTXT_3421
14852 Language=English
14853 Messenger Service %0
14854 .
14855 Language=Polish
14856 Messenger Service %0
14857 .
14858 Language=Romanian
14859 Messenger Service %0
14860 .
14861 Language=Russian
14862 Messenger Service %0
14863 .
14864 Language=Spanish
14865 Messenger Service %0
14866 .
14867 Language=Turkish
14868 Messenger Service %0
14869 .
14870 Language=Chinese
14871 Messenger Service %0
14872 .
14873 Language=Taiwanese
14874 Messenger Service %0
14875 .
14876
14877
14878 ;
14879 ; apperr.h (non-public) message definitions (3500 - 3999 APPERR_BASE)
14880 ;
14881
14882 MessageId=3500
14883 Severity=Success
14884 Facility=System
14885 SymbolicName=APPERR_3500
14886 Language=English
14887 The command completed successfully.
14888 .
14889 Language=Polish
14890 The command completed successfully.
14891 .
14892 Language=Romanian
14893 The command completed successfully.
14894 .
14895 Language=Russian
14896 The command completed successfully.
14897 .
14898 Language=Spanish
14899 The command completed successfully.
14900 .
14901 Language=Turkish
14902 The command completed successfully.
14903 .
14904 Language=Chinese
14905 The command completed successfully.
14906 .
14907 Language=Taiwanese
14908 The command completed successfully.
14909 .
14910
14911 MessageId=3501
14912 Severity=Success
14913 Facility=System
14914 SymbolicName=APPERR_3501
14915 Language=English
14916 You used an invalid option.
14917 .
14918 Language=Polish
14919 You used an invalid option.
14920 .
14921 Language=Romanian
14922 You used an invalid option.
14923 .
14924 Language=Russian
14925 You used an invalid option.
14926 .
14927 Language=Spanish
14928 You used an invalid option.
14929 .
14930 Language=Turkish
14931 You used an invalid option.
14932 .
14933 Language=Chinese
14934 You used an invalid option.
14935 .
14936 Language=Taiwanese
14937 You used an invalid option.
14938 .
14939
14940 MessageId=3502
14941 Severity=Success
14942 Facility=System
14943 SymbolicName=APPERR_3502
14944 Language=English
14945 System error %1 has occurred.
14946 .
14947 Language=Polish
14948 System error %1 has occurred.
14949 .
14950 Language=Romanian
14951 System error %1 has occurred.
14952 .
14953 Language=Russian
14954 System error %1 has occurred.
14955 .
14956 Language=Spanish
14957 System error %1 has occurred.
14958 .
14959 Language=Turkish
14960 System error %1 has occurred.
14961 .
14962 Language=Chinese
14963 System error %1 has occurred.
14964 .
14965 Language=Taiwanese
14966 System error %1 has occurred.
14967 .
14968
14969 MessageId=3503
14970 Severity=Success
14971 Facility=System
14972 SymbolicName=APPERR_3503
14973 Language=English
14974 The command contains an invalid number of arguments.
14975 .
14976 Language=Polish
14977 The command contains an invalid number of arguments.
14978 .
14979 Language=Romanian
14980 The command contains an invalid number of arguments.
14981 .
14982 Language=Russian
14983 The command contains an invalid number of arguments.
14984 .
14985 Language=Spanish
14986 The command contains an invalid number of arguments.
14987 .
14988 Language=Turkish
14989 The command contains an invalid number of arguments.
14990 .
14991 Language=Chinese
14992 The command contains an invalid number of arguments.
14993 .
14994 Language=Taiwanese
14995 The command contains an invalid number of arguments.
14996 .
14997
14998 MessageId=3504
14999 Severity=Success
15000 Facility=System
15001 SymbolicName=APPERR_3504
15002 Language=English
15003 The command completed with one or more errors.
15004 .
15005 Language=Polish
15006 The command completed with one or more errors.
15007 .
15008 Language=Romanian
15009 The command completed with one or more errors.
15010 .
15011 Language=Russian
15012 The command completed with one or more errors.
15013 .
15014 Language=Spanish
15015 The command completed with one or more errors.
15016 .
15017 Language=Turkish
15018 The command completed with one or more errors.
15019 .
15020 Language=Chinese
15021 The command completed with one or more errors.
15022 .
15023 Language=Taiwanese
15024 The command completed with one or more errors.
15025 .
15026
15027 MessageId=3505
15028 Severity=Success
15029 Facility=System
15030 SymbolicName=APPERR_3505
15031 Language=English
15032 You used an option with an invalid value.
15033 .
15034 Language=Polish
15035 You used an option with an invalid value.
15036 .
15037 Language=Romanian
15038 You used an option with an invalid value.
15039 .
15040 Language=Russian
15041 You used an option with an invalid value.
15042 .
15043 Language=Spanish
15044 You used an option with an invalid value.
15045 .
15046 Language=Turkish
15047 You used an option with an invalid value.
15048 .
15049 Language=Chinese
15050 You used an option with an invalid value.
15051 .
15052 Language=Taiwanese
15053 You used an option with an invalid value.
15054 .
15055
15056 MessageId=3506
15057 Severity=Success
15058 Facility=System
15059 SymbolicName=APPERR_3506
15060 Language=English
15061 The option %1 is unknown.
15062 .
15063 Language=Polish
15064 The option %1 is unknown.
15065 .
15066 Language=Romanian
15067 The option %1 is unknown.
15068 .
15069 Language=Russian
15070 The option %1 is unknown.
15071 .
15072 Language=Spanish
15073 The option %1 is unknown.
15074 .
15075 Language=Turkish
15076 The option %1 is unknown.
15077 .
15078 Language=Chinese
15079 The option %1 is unknown.
15080 .
15081 Language=Taiwanese
15082 The option %1 is unknown.
15083 .
15084
15085 MessageId=3507
15086 Severity=Success
15087 Facility=System
15088 SymbolicName=APPERR_3507
15089 Language=English
15090 Option %1 is ambiguous.
15091 .
15092 Language=Polish
15093 Option %1 is ambiguous.
15094 .
15095 Language=Romanian
15096 Option %1 is ambiguous.
15097 .
15098 Language=Russian
15099 Option %1 is ambiguous.
15100 .
15101 Language=Spanish
15102 Option %1 is ambiguous.
15103 .
15104 Language=Turkish
15105 Option %1 is ambiguous.
15106 .
15107 Language=Chinese
15108 Option %1 is ambiguous.
15109 .
15110 Language=Taiwanese
15111 Option %1 is ambiguous.
15112 .
15113
15114 MessageId=3510
15115 Severity=Success
15116 Facility=System
15117 SymbolicName=APPERR_3510
15118 Language=English
15119 A command was used with conflicting switches.
15120 .
15121 Language=Polish
15122 A command was used with conflicting switches.
15123 .
15124 Language=Romanian
15125 A command was used with conflicting switches.
15126 .
15127 Language=Russian
15128 A command was used with conflicting switches.
15129 .
15130 Language=Spanish
15131 A command was used with conflicting switches.
15132 .
15133 Language=Turkish
15134 A command was used with conflicting switches.
15135 .
15136 Language=Chinese
15137 A command was used with conflicting switches.
15138 .
15139 Language=Taiwanese
15140 A command was used with conflicting switches.
15141 .
15142
15143 MessageId=3511
15144 Severity=Success
15145 Facility=System
15146 SymbolicName=APPERR_3511
15147 Language=English
15148 Could not find subprogram %1.
15149 .
15150 Language=Polish
15151 Could not find subprogram %1.
15152 .
15153 Language=Romanian
15154 Could not find subprogram %1.
15155 .
15156 Language=Russian
15157 Could not find subprogram %1.
15158 .
15159 Language=Spanish
15160 Could not find subprogram %1.
15161 .
15162 Language=Turkish
15163 Could not find subprogram %1.
15164 .
15165 Language=Chinese
15166 Could not find subprogram %1.
15167 .
15168 Language=Taiwanese
15169 Could not find subprogram %1.
15170 .
15171
15172 MessageId=3512
15173 Severity=Success
15174 Facility=System
15175 SymbolicName=APPERR_3512
15176 Language=English
15177 The software requires a newer version of the operating\nsystem.
15178 .
15179 Language=Polish
15180 The software requires a newer version of the operating\nsystem.
15181 .
15182 Language=Romanian
15183 The software requires a newer version of the operating\nsystem.
15184 .
15185 Language=Russian
15186 The software requires a newer version of the operating\nsystem.
15187 .
15188 Language=Spanish
15189 The software requires a newer version of the operating\nsystem.
15190 .
15191 Language=Turkish
15192 The software requires a newer version of the operating\nsystem.
15193 .
15194 Language=Chinese
15195 The software requires a newer version of the operating\nsystem.
15196 .
15197 Language=Taiwanese
15198 The software requires a newer version of the operating\nsystem.
15199 .
15200
15201 MessageId=3513
15202 Severity=Success
15203 Facility=System
15204 SymbolicName=APPERR_3513
15205 Language=English
15206 More data is available than can be returned by the operating\nsystem.
15207 .
15208 Language=Polish
15209 More data is available than can be returned by the operating\nsystem.
15210 .
15211 Language=Romanian
15212 More data is available than can be returned by the operating\nsystem.
15213 .
15214 Language=Russian
15215 More data is available than can be returned by the operating\nsystem.
15216 .
15217 Language=Spanish
15218 More data is available than can be returned by the operating\nsystem.
15219 .
15220 Language=Turkish
15221 More data is available than can be returned by the operating\nsystem.
15222 .
15223 Language=Chinese
15224 More data is available than can be returned by the operating\nsystem.
15225 .
15226 Language=Taiwanese
15227 More data is available than can be returned by the operating\nsystem.
15228 .
15229
15230 MessageId=3514
15231 Severity=Success
15232 Facility=System
15233 SymbolicName=APPERR_3514
15234 Language=English
15235 More help is available by typing NET HELPMSG %1.
15236 .
15237 Language=Polish
15238 More help is available by typing NET HELPMSG %1.
15239 .
15240 Language=Romanian
15241 More help is available by typing NET HELPMSG %1.
15242 .
15243 Language=Russian
15244 More help is available by typing NET HELPMSG %1.
15245 .
15246 Language=Spanish
15247 More help is available by typing NET HELPMSG %1.
15248 .
15249 Language=Turkish
15250 More help is available by typing NET HELPMSG %1.
15251 .
15252 Language=Chinese
15253 More help is available by typing NET HELPMSG %1.
15254 .
15255 Language=Taiwanese
15256 More help is available by typing NET HELPMSG %1.
15257 .
15258
15259 MessageId=3515
15260 Severity=Success
15261 Facility=System
15262 SymbolicName=APPERR_3515
15263 Language=English
15264 The command can be used only on a Domain Controller.
15265 .
15266 Language=Polish
15267 The command can be used only on a Domain Controller.
15268 .
15269 Language=Romanian
15270 The command can be used only on a Domain Controller.
15271 .
15272 Language=Russian
15273 The command can be used only on a Domain Controller.
15274 .
15275 Language=Spanish
15276 The command can be used only on a Domain Controller.
15277 .
15278 Language=Turkish
15279 The command can be used only on a Domain Controller.
15280 .
15281 Language=Chinese
15282 The command can be used only on a Domain Controller.
15283 .
15284 Language=Taiwanese
15285 The command can be used only on a Domain Controller.
15286 .
15287
15288 MessageId=3516
15289 Severity=Success
15290 Facility=System
15291 SymbolicName=APPERR_3516
15292 Language=English
15293 This command cannot be used on a Domain Controller.
15294 .
15295 Language=Polish
15296 This command cannot be used on a Domain Controller.
15297 .
15298 Language=Romanian
15299 This command cannot be used on a Domain Controller.
15300 .
15301 Language=Russian
15302 This command cannot be used on a Domain Controller.
15303 .
15304 Language=Spanish
15305 This command cannot be used on a Domain Controller.
15306 .
15307 Language=Turkish
15308 This command cannot be used on a Domain Controller.
15309 .
15310 Language=Chinese
15311 This command cannot be used on a Domain Controller.
15312 .
15313 Language=Taiwanese
15314 This command cannot be used on a Domain Controller.
15315 .
15316
15317 MessageId=3520
15318 Severity=Success
15319 Facility=System
15320 SymbolicName=APPERR_3520
15321 Language=English
15322 These services are started:
15323 .
15324 Language=Polish
15325 These services are started:
15326 .
15327 Language=Romanian
15328 These services are started:
15329 .
15330 Language=Russian
15331 These services are started:
15332 .
15333 Language=Spanish
15334 These services are started:
15335 .
15336 Language=Turkish
15337 These services are started:
15338 .
15339 Language=Chinese
15340 These services are started:
15341 .
15342 Language=Taiwanese
15343 These services are started:
15344 .
15345
15346 MessageId=3521
15347 Severity=Success
15348 Facility=System
15349 SymbolicName=APPERR_3521
15350 Language=English
15351 The %1 service is not started.
15352 .
15353 Language=Polish
15354 The %1 service is not started.
15355 .
15356 Language=Romanian
15357 The %1 service is not started.
15358 .
15359 Language=Russian
15360 The %1 service is not started.
15361 .
15362 Language=Spanish
15363 The %1 service is not started.
15364 .
15365 Language=Turkish
15366 The %1 service is not started.
15367 .
15368 Language=Chinese
15369 The %1 service is not started.
15370 .
15371 Language=Taiwanese
15372 The %1 service is not started.
15373 .
15374
15375 MessageId=3522
15376 Severity=Success
15377 Facility=System
15378 SymbolicName=APPERR_3522
15379 Language=English
15380 The %1 service is starting%0
15381 .
15382 Language=Polish
15383 The %1 service is starting%0
15384 .
15385 Language=Romanian
15386 The %1 service is starting%0
15387 .
15388 Language=Russian
15389 The %1 service is starting%0
15390 .
15391 Language=Spanish
15392 The %1 service is starting%0
15393 .
15394 Language=Turkish
15395 The %1 service is starting%0
15396 .
15397 Language=Chinese
15398 The %1 service is starting%0
15399 .
15400 Language=Taiwanese
15401 The %1 service is starting%0
15402 .
15403
15404 MessageId=3523
15405 Severity=Success
15406 Facility=System
15407 SymbolicName=APPERR_3523
15408 Language=English
15409 The %1 service could not be started.
15410 .
15411 Language=Polish
15412 The %1 service could not be started.
15413 .
15414 Language=Romanian
15415 The %1 service could not be started.
15416 .
15417 Language=Russian
15418 The %1 service could not be started.
15419 .
15420 Language=Spanish
15421 The %1 service could not be started.
15422 .
15423 Language=Turkish
15424 The %1 service could not be started.
15425 .
15426 Language=Chinese
15427 The %1 service could not be started.
15428 .
15429 Language=Taiwanese
15430 The %1 service could not be started.
15431 .
15432
15433 MessageId=3524
15434 Severity=Success
15435 Facility=System
15436 SymbolicName=APPERR_3524
15437 Language=English
15438 The %1 service was started successfully.
15439 .
15440 Language=Polish
15441 The %1 service was started successfully.
15442 .
15443 Language=Romanian
15444 The %1 service was started successfully.
15445 .
15446 Language=Russian
15447 The %1 service was started successfully.
15448 .
15449 Language=Spanish
15450 The %1 service was started successfully.
15451 .
15452 Language=Turkish
15453 The %1 service was started successfully.
15454 .
15455 Language=Chinese
15456 The %1 service was started successfully.
15457 .
15458 Language=Taiwanese
15459 The %1 service was started successfully.
15460 .
15461
15462 MessageId=3525
15463 Severity=Success
15464 Facility=System
15465 SymbolicName=APPERR_3525
15466 Language=English
15467 Stopping the Workstation service also stops the Server service.
15468 .
15469 Language=Polish
15470 Stopping the Workstation service also stops the Server service.
15471 .
15472 Language=Romanian
15473 Stopping the Workstation service also stops the Server service.
15474 .
15475 Language=Russian
15476 Stopping the Workstation service also stops the Server service.
15477 .
15478 Language=Spanish
15479 Stopping the Workstation service also stops the Server service.
15480 .
15481 Language=Turkish
15482 Stopping the Workstation service also stops the Server service.
15483 .
15484 Language=Chinese
15485 Stopping the Workstation service also stops the Server service.
15486 .
15487 Language=Taiwanese
15488 Stopping the Workstation service also stops the Server service.
15489 .
15490
15491 MessageId=3526
15492 Severity=Success
15493 Facility=System
15494 SymbolicName=APPERR_3526
15495 Language=English
15496 The workstation has open files.
15497 .
15498 Language=Polish
15499 The workstation has open files.
15500 .
15501 Language=Romanian
15502 The workstation has open files.
15503 .
15504 Language=Russian
15505 The workstation has open files.
15506 .
15507 Language=Spanish
15508 The workstation has open files.
15509 .
15510 Language=Turkish
15511 The workstation has open files.
15512 .
15513 Language=Chinese
15514 The workstation has open files.
15515 .
15516 Language=Taiwanese
15517 The workstation has open files.
15518 .
15519
15520 MessageId=3527
15521 Severity=Success
15522 Facility=System
15523 SymbolicName=APPERR_3527
15524 Language=English
15525 The %1 service is stopping%0
15526 .
15527 Language=Polish
15528 The %1 service is stopping%0
15529 .
15530 Language=Romanian
15531 The %1 service is stopping%0
15532 .
15533 Language=Russian
15534 The %1 service is stopping%0
15535 .
15536 Language=Spanish
15537 The %1 service is stopping%0
15538 .
15539 Language=Turkish
15540 The %1 service is stopping%0
15541 .
15542 Language=Chinese
15543 The %1 service is stopping%0
15544 .
15545 Language=Taiwanese
15546 The %1 service is stopping%0
15547 .
15548
15549 MessageId=3528
15550 Severity=Success
15551 Facility=System
15552 SymbolicName=APPERR_3528
15553 Language=English
15554 The %1 service could not be stopped.
15555 .
15556 Language=Polish
15557 The %1 service could not be stopped.
15558 .
15559 Language=Romanian
15560 The %1 service could not be stopped.
15561 .
15562 Language=Russian
15563 The %1 service could not be stopped.
15564 .
15565 Language=Spanish
15566 The %1 service could not be stopped.
15567 .
15568 Language=Turkish
15569 The %1 service could not be stopped.
15570 .
15571 Language=Chinese
15572 The %1 service could not be stopped.
15573 .
15574 Language=Taiwanese
15575 The %1 service could not be stopped.
15576 .
15577
15578 MessageId=3529
15579 Severity=Success
15580 Facility=System
15581 SymbolicName=APPERR_3529
15582 Language=English
15583 The %1 service was stopped successfully.
15584 .
15585 Language=Polish
15586 The %1 service was stopped successfully.
15587 .
15588 Language=Romanian
15589 The %1 service was stopped successfully.
15590 .
15591 Language=Russian
15592 The %1 service was stopped successfully.
15593 .
15594 Language=Spanish
15595 The %1 service was stopped successfully.
15596 .
15597 Language=Turkish
15598 The %1 service was stopped successfully.
15599 .
15600 Language=Chinese
15601 The %1 service was stopped successfully.
15602 .
15603 Language=Taiwanese
15604 The %1 service was stopped successfully.
15605 .
15606
15607 MessageId=3530
15608 Severity=Success
15609 Facility=System
15610 SymbolicName=APPERR_3530
15611 Language=English
15612 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
15613 .
15614 Language=Polish
15615 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
15616 .
15617 Language=Romanian
15618 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
15619 .
15620 Language=Russian
15621 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
15622 .
15623 Language=Spanish
15624 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
15625 .
15626 Language=Turkish
15627 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
15628 .
15629 Language=Chinese
15630 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
15631 .
15632 Language=Taiwanese
15633 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
15634 .
15635
15636 MessageId=3533
15637 Severity=Success
15638 Facility=System
15639 SymbolicName=APPERR_3533
15640 Language=English
15641 The service is starting or stopping. Please try again later.
15642 .
15643 Language=Polish
15644 The service is starting or stopping. Please try again later.
15645 .
15646 Language=Romanian
15647 The service is starting or stopping. Please try again later.
15648 .
15649 Language=Russian
15650 The service is starting or stopping. Please try again later.
15651 .
15652 Language=Spanish
15653 The service is starting or stopping. Please try again later.
15654 .
15655 Language=Turkish
15656 The service is starting or stopping. Please try again later.
15657 .
15658 Language=Chinese
15659 The service is starting or stopping. Please try again later.
15660 .
15661 Language=Taiwanese
15662 The service is starting or stopping. Please try again later.
15663 .
15664
15665 MessageId=3534
15666 Severity=Success
15667 Facility=System
15668 SymbolicName=APPERR_3534
15669 Language=English
15670 The service did not report an error.
15671 .
15672 Language=Polish
15673 The service did not report an error.
15674 .
15675 Language=Romanian
15676 The service did not report an error.
15677 .
15678 Language=Russian
15679 The service did not report an error.
15680 .
15681 Language=Spanish
15682 The service did not report an error.
15683 .
15684 Language=Turkish
15685 The service did not report an error.
15686 .
15687 Language=Chinese
15688 The service did not report an error.
15689 .
15690 Language=Taiwanese
15691 The service did not report an error.
15692 .
15693
15694 MessageId=3535
15695 Severity=Success
15696 Facility=System
15697 SymbolicName=APPERR_3535
15698 Language=English
15699 An error occurred controlling the device.
15700 .
15701 Language=Polish
15702 An error occurred controlling the device.
15703 .
15704 Language=Romanian
15705 An error occurred controlling the device.
15706 .
15707 Language=Russian
15708 An error occurred controlling the device.
15709 .
15710 Language=Spanish
15711 An error occurred controlling the device.
15712 .
15713 Language=Turkish
15714 An error occurred controlling the device.
15715 .
15716 Language=Chinese
15717 An error occurred controlling the device.
15718 .
15719 Language=Taiwanese
15720 An error occurred controlling the device.
15721 .
15722
15723 MessageId=3536
15724 Severity=Success
15725 Facility=System
15726 SymbolicName=APPERR_3536
15727 Language=English
15728 The %1 service was continued successfully.
15729 .
15730 Language=Polish
15731 The %1 service was continued successfully.
15732 .
15733 Language=Romanian
15734 The %1 service was continued successfully.
15735 .
15736 Language=Russian
15737 The %1 service was continued successfully.
15738 .
15739 Language=Spanish
15740 The %1 service was continued successfully.
15741 .
15742 Language=Turkish
15743 The %1 service was continued successfully.
15744 .
15745 Language=Chinese
15746 The %1 service was continued successfully.
15747 .
15748 Language=Taiwanese
15749 The %1 service was continued successfully.
15750 .
15751
15752 MessageId=3537
15753 Severity=Success
15754 Facility=System
15755 SymbolicName=APPERR_3537
15756 Language=English
15757 The %1 service was paused successfully.
15758 .
15759 Language=Polish
15760 The %1 service was paused successfully.
15761 .
15762 Language=Romanian
15763 The %1 service was paused successfully.
15764 .
15765 Language=Russian
15766 The %1 service was paused successfully.
15767 .
15768 Language=Spanish
15769 The %1 service was paused successfully.
15770 .
15771 Language=Turkish
15772 The %1 service was paused successfully.
15773 .
15774 Language=Chinese
15775 The %1 service was paused successfully.
15776 .
15777 Language=Taiwanese
15778 The %1 service was paused successfully.
15779 .
15780
15781 MessageId=3538
15782 Severity=Success
15783 Facility=System
15784 SymbolicName=APPERR_3538
15785 Language=English
15786 The %1 service failed to resume.
15787 .
15788 Language=Polish
15789 The %1 service failed to resume.
15790 .
15791 Language=Romanian
15792 The %1 service failed to resume.
15793 .
15794 Language=Russian
15795 The %1 service failed to resume.
15796 .
15797 Language=Spanish
15798 The %1 service failed to resume.
15799 .
15800 Language=Turkish
15801 The %1 service failed to resume.
15802 .
15803 Language=Chinese
15804 The %1 service failed to resume.
15805 .
15806 Language=Taiwanese
15807 The %1 service failed to resume.
15808 .
15809
15810 MessageId=3539
15811 Severity=Success
15812 Facility=System
15813 SymbolicName=APPERR_3539
15814 Language=English
15815 The %1 service failed to pause.
15816 .
15817 Language=Polish
15818 The %1 service failed to pause.
15819 .
15820 Language=Romanian
15821 The %1 service failed to pause.
15822 .
15823 Language=Russian
15824 The %1 service failed to pause.
15825 .
15826 Language=Spanish
15827 The %1 service failed to pause.
15828 .
15829 Language=Turkish
15830 The %1 service failed to pause.
15831 .
15832 Language=Chinese
15833 The %1 service failed to pause.
15834 .
15835 Language=Taiwanese
15836 The %1 service failed to pause.
15837 .
15838
15839 MessageId=3540
15840 Severity=Success
15841 Facility=System
15842 SymbolicName=APPERR_3540
15843 Language=English
15844 The %1 service continue is pending%0
15845 .
15846 Language=Polish
15847 The %1 service continue is pending%0
15848 .
15849 Language=Romanian
15850 The %1 service continue is pending%0
15851 .
15852 Language=Russian
15853 The %1 service continue is pending%0
15854 .
15855 Language=Spanish
15856 The %1 service continue is pending%0
15857 .
15858 Language=Turkish
15859 The %1 service continue is pending%0
15860 .
15861 Language=Chinese
15862 The %1 service continue is pending%0
15863 .
15864 Language=Taiwanese
15865 The %1 service continue is pending%0
15866 .
15867
15868 MessageId=3541
15869 Severity=Success
15870 Facility=System
15871 SymbolicName=APPERR_3541
15872 Language=English
15873 The %1 service pause is pending%0
15874 .
15875 Language=Polish
15876 The %1 service pause is pending%0
15877 .
15878 Language=Romanian
15879 The %1 service pause is pending%0
15880 .
15881 Language=Russian
15882 The %1 service pause is pending%0
15883 .
15884 Language=Spanish
15885 The %1 service pause is pending%0
15886 .
15887 Language=Turkish
15888 The %1 service pause is pending%0
15889 .
15890 Language=Chinese
15891 The %1 service pause is pending%0
15892 .
15893 Language=Taiwanese
15894 The %1 service pause is pending%0
15895 .
15896
15897 MessageId=3542
15898 Severity=Success
15899 Facility=System
15900 SymbolicName=APPERR_3542
15901 Language=English
15902 %1 was continued successfully.
15903 .
15904 Language=Polish
15905 %1 was continued successfully.
15906 .
15907 Language=Romanian
15908 %1 was continued successfully.
15909 .
15910 Language=Russian
15911 %1 was continued successfully.
15912 .
15913 Language=Spanish
15914 %1 was continued successfully.
15915 .
15916 Language=Turkish
15917 %1 was continued successfully.
15918 .
15919 Language=Chinese
15920 %1 was continued successfully.
15921 .
15922 Language=Taiwanese
15923 %1 was continued successfully.
15924 .
15925
15926 MessageId=3543
15927 Severity=Success
15928 Facility=System
15929 SymbolicName=APPERR_3543
15930 Language=English
15931 %1 was paused successfully.
15932 .
15933 Language=Polish
15934 %1 was paused successfully.
15935 .
15936 Language=Romanian
15937 %1 was paused successfully.
15938 .
15939 Language=Russian
15940 %1 was paused successfully.
15941 .
15942 Language=Spanish
15943 %1 was paused successfully.
15944 .
15945 Language=Turkish
15946 %1 was paused successfully.
15947 .
15948 Language=Chinese
15949 %1 was paused successfully.
15950 .
15951 Language=Taiwanese
15952 %1 was paused successfully.
15953 .
15954
15955 MessageId=3544
15956 Severity=Success
15957 Facility=System
15958 SymbolicName=APPERR_3544
15959 Language=English
15960 The %1 service has been started by another process and is pending.%0
15961 .
15962 Language=Polish
15963 The %1 service has been started by another process and is pending.%0
15964 .
15965 Language=Romanian
15966 The %1 service has been started by another process and is pending.%0
15967 .
15968 Language=Russian
15969 The %1 service has been started by another process and is pending.%0
15970 .
15971 Language=Spanish
15972 The %1 service has been started by another process and is pending.%0
15973 .
15974 Language=Turkish
15975 The %1 service has been started by another process and is pending.%0
15976 .
15977 Language=Chinese
15978 The %1 service has been started by another process and is pending.%0
15979 .
15980 Language=Taiwanese
15981 The %1 service has been started by another process and is pending.%0
15982 .
15983
15984 MessageId=3547
15985 Severity=Success
15986 Facility=System
15987 SymbolicName=APPERR_3547
15988 Language=English
15989 A service specific error occurred: %1.
15990 .
15991 Language=Polish
15992 A service specific error occurred: %1.
15993 .
15994 Language=Romanian
15995 A service specific error occurred: %1.
15996 .
15997 Language=Russian
15998 A service specific error occurred: %1.
15999 .
16000 Language=Spanish
16001 A service specific error occurred: %1.
16002 .
16003 Language=Turkish
16004 A service specific error occurred: %1.
16005 .
16006 Language=Chinese
16007 A service specific error occurred: %1.
16008 .
16009 Language=Taiwanese
16010 A service specific error occurred: %1.
16011 .
16012
16013
16014 MessageId=3660
16015 Severity=Success
16016 Facility=System
16017 SymbolicName=APPERR_3660
16018 Language=English
16019 These workstations have sessions on this server:
16020 .
16021 Language=Polish
16022 These workstations have sessions on this server:
16023 .
16024 Language=Romanian
16025 These workstations have sessions on this server:
16026 .
16027 Language=Russian
16028 These workstations have sessions on this server:
16029 .
16030 Language=Spanish
16031 These workstations have sessions on this server:
16032 .
16033 Language=Turkish
16034 These workstations have sessions on this server:
16035 .
16036 Language=Chinese
16037 These workstations have sessions on this server:
16038 .
16039 Language=Taiwanese
16040 These workstations have sessions on this server:
16041 .
16042
16043 MessageId=3661
16044 Severity=Success
16045 Facility=System
16046 SymbolicName=APPERR_3661
16047 Language=English
16048 These workstations have sessions with open files on this server:
16049 .
16050 Language=Polish
16051 These workstations have sessions with open files on this server:
16052 .
16053 Language=Romanian
16054 These workstations have sessions with open files on this server:
16055 .
16056 Language=Russian
16057 These workstations have sessions with open files on this server:
16058 .
16059 Language=Spanish
16060 These workstations have sessions with open files on this server:
16061 .
16062 Language=Turkish
16063 These workstations have sessions with open files on this server:
16064 .
16065 Language=Chinese
16066 These workstations have sessions with open files on this server:
16067 .
16068 Language=Taiwanese
16069 These workstations have sessions with open files on this server:
16070 .
16071
16072 MessageId=3666
16073 Severity=Success
16074 Facility=System
16075 SymbolicName=APPERR_3666
16076 Language=English
16077 The message alias is forwarded.
16078 .
16079 Language=Polish
16080 The message alias is forwarded.
16081 .
16082 Language=Romanian
16083 The message alias is forwarded.
16084 .
16085 Language=Russian
16086 The message alias is forwarded.
16087 .
16088 Language=Spanish
16089 The message alias is forwarded.
16090 .
16091 Language=Turkish
16092 The message alias is forwarded.
16093 .
16094 Language=Chinese
16095 The message alias is forwarded.
16096 .
16097 Language=Taiwanese
16098 The message alias is forwarded.
16099 .
16100
16101 MessageId=3670
16102 Severity=Success
16103 Facility=System
16104 SymbolicName=APPERR_3670
16105 Language=English
16106 You have these remote connections:
16107 .
16108 Language=Polish
16109 You have these remote connections:
16110 .
16111 Language=Romanian
16112 You have these remote connections:
16113 .
16114 Language=Russian
16115 You have these remote connections:
16116 .
16117 Language=Spanish
16118 You have these remote connections:
16119 .
16120 Language=Turkish
16121 You have these remote connections:
16122 .
16123 Language=Chinese
16124 You have these remote connections:
16125 .
16126 Language=Taiwanese
16127 You have these remote connections:
16128 .
16129
16130 MessageId=3671
16131 Severity=Success
16132 Facility=System
16133 SymbolicName=APPERR_3671
16134 Language=English
16135 Continuing will cancel the connections.
16136 .
16137 Language=Polish
16138 Continuing will cancel the connections.
16139 .
16140 Language=Romanian
16141 Continuing will cancel the connections.
16142 .
16143 Language=Russian
16144 Continuing will cancel the connections.
16145 .
16146 Language=Spanish
16147 Continuing will cancel the connections.
16148 .
16149 Language=Turkish
16150 Continuing will cancel the connections.
16151 .
16152 Language=Chinese
16153 Continuing will cancel the connections.
16154 .
16155 Language=Taiwanese
16156 Continuing will cancel the connections.
16157 .
16158
16159 MessageId=3675
16160 Severity=Success
16161 Facility=System
16162 SymbolicName=APPERR_3675
16163 Language=English
16164 The session from %1 has open files.
16165 .
16166 Language=Polish
16167 The session from %1 has open files.
16168 .
16169 Language=Romanian
16170 The session from %1 has open files.
16171 .
16172 Language=Russian
16173 The session from %1 has open files.
16174 .
16175 Language=Spanish
16176 The session from %1 has open files.
16177 .
16178 Language=Turkish
16179 The session from %1 has open files.
16180 .
16181 Language=Chinese
16182 The session from %1 has open files.
16183 .
16184 Language=Taiwanese
16185 The session from %1 has open files.
16186 .
16187
16188 MessageId=3676
16189 Severity=Success
16190 Facility=System
16191 SymbolicName=APPERR_3676
16192 Language=English
16193 New connections will be remembered.
16194 .
16195 Language=Polish
16196 New connections will be remembered.
16197 .
16198 Language=Romanian
16199 New connections will be remembered.
16200 .
16201 Language=Russian
16202 New connections will be remembered.
16203 .
16204 Language=Spanish
16205 New connections will be remembered.
16206 .
16207 Language=Turkish
16208 New connections will be remembered.
16209 .
16210 Language=Chinese
16211 New connections will be remembered.
16212 .
16213 Language=Taiwanese
16214 New connections will be remembered.
16215 .
16216
16217 MessageId=3677
16218 Severity=Success
16219 Facility=System
16220 SymbolicName=APPERR_3677
16221 Language=English
16222 New connections will not be remembered.
16223 .
16224 Language=Polish
16225 New connections will not be remembered.
16226 .
16227 Language=Romanian
16228 New connections will not be remembered.
16229 .
16230 Language=Russian
16231 New connections will not be remembered.
16232 .
16233 Language=Spanish
16234 New connections will not be remembered.
16235 .
16236 Language=Turkish
16237 New connections will not be remembered.
16238 .
16239 Language=Chinese
16240 New connections will not be remembered.
16241 .
16242 Language=Taiwanese
16243 New connections will not be remembered.
16244 .
16245
16246 MessageId=3678
16247 Severity=Success
16248 Facility=System
16249 SymbolicName=APPERR_3678
16250 Language=English
16251 An error occurred while saving your profile. The state of your remembered connections has not changed.
16252 .
16253 Language=Polish
16254 An error occurred while saving your profile. The state of your remembered connections has not changed.
16255 .
16256 Language=Romanian
16257 An error occurred while saving your profile. The state of your remembered connections has not changed.
16258 .
16259 Language=Russian
16260 An error occurred while saving your profile. The state of your remembered connections has not changed.
16261 .
16262 Language=Spanish
16263 An error occurred while saving your profile. The state of your remembered connections has not changed.
16264 .
16265 Language=Turkish
16266 An error occurred while saving your profile. The state of your remembered connections has not changed.
16267 .
16268 Language=Chinese
16269 An error occurred while saving your profile. The state of your remembered connections has not changed.
16270 .
16271 Language=Taiwanese
16272 An error occurred while saving your profile. The state of your remembered connections has not changed.
16273 .
16274
16275 MessageId=3679
16276 Severity=Success
16277 Facility=System
16278 SymbolicName=APPERR_3679
16279 Language=English
16280 An error occurred while reading your profile.
16281 .
16282 Language=Polish
16283 An error occurred while reading your profile.
16284 .
16285 Language=Romanian
16286 An error occurred while reading your profile.
16287 .
16288 Language=Russian
16289 An error occurred while reading your profile.
16290 .
16291 Language=Spanish
16292 An error occurred while reading your profile.
16293 .
16294 Language=Turkish
16295 An error occurred while reading your profile.
16296 .
16297 Language=Chinese
16298 An error occurred while reading your profile.
16299 .
16300 Language=Taiwanese
16301 An error occurred while reading your profile.
16302 .
16303
16304 MessageId=3680
16305 Severity=Success
16306 Facility=System
16307 SymbolicName=APPERR_3680
16308 Language=English
16309 An error occurred while restoring the connection to %1.
16310 .
16311 Language=Polish
16312 An error occurred while restoring the connection to %1.
16313 .
16314 Language=Romanian
16315 An error occurred while restoring the connection to %1.
16316 .
16317 Language=Russian
16318 An error occurred while restoring the connection to %1.
16319 .
16320 Language=Spanish
16321 An error occurred while restoring the connection to %1.
16322 .
16323 Language=Turkish
16324 An error occurred while restoring the connection to %1.
16325 .
16326 Language=Chinese
16327 An error occurred while restoring the connection to %1.
16328 .
16329 Language=Taiwanese
16330 An error occurred while restoring the connection to %1.
16331 .
16332
16333 MessageId=3682
16334 Severity=Success
16335 Facility=System
16336 SymbolicName=APPERR_3682
16337 Language=English
16338 No network services are started.
16339 .
16340 Language=Polish
16341 No network services are started.
16342 .
16343 Language=Romanian
16344 No network services are started.
16345 .
16346 Language=Russian
16347 No network services are started.
16348 .
16349 Language=Spanish
16350 No network services are started.
16351 .
16352 Language=Turkish
16353 No network services are started.
16354 .
16355 Language=Chinese
16356 No network services are started.
16357 .
16358 Language=Taiwanese
16359 No network services are started.
16360 .
16361
16362 MessageId=3683
16363 Severity=Success
16364 Facility=System
16365 SymbolicName=APPERR_3683
16366 Language=English
16367 There are no entries in the list.
16368 .
16369 Language=Polish
16370 There are no entries in the list.
16371 .
16372 Language=Romanian
16373 There are no entries in the list.
16374 .
16375 Language=Russian
16376 There are no entries in the list.
16377 .
16378 Language=Spanish
16379 There are no entries in the list.
16380 .
16381 Language=Turkish
16382 There are no entries in the list.
16383 .
16384 Language=Chinese
16385 There are no entries in the list.
16386 .
16387 Language=Taiwanese
16388 There are no entries in the list.
16389 .
16390
16391 MessageId=3688
16392 Severity=Success
16393 Facility=System
16394 SymbolicName=APPERR_3688
16395 Language=English
16396 Users have open files on %1. Continuing the operation will force the files closed.
16397 .
16398 Language=Polish
16399 Users have open files on %1. Continuing the operation will force the files closed.
16400 .
16401 Language=Romanian
16402 Users have open files on %1. Continuing the operation will force the files closed.
16403 .
16404 Language=Russian
16405 Users have open files on %1. Continuing the operation will force the files closed.
16406 .
16407 Language=Spanish
16408 Users have open files on %1. Continuing the operation will force the files closed.
16409 .
16410 Language=Turkish
16411 Users have open files on %1. Continuing the operation will force the files closed.
16412 .
16413 Language=Chinese
16414 Users have open files on %1. Continuing the operation will force the files closed.
16415 .
16416 Language=Taiwanese
16417 Users have open files on %1. Continuing the operation will force the files closed.
16418 .
16419
16420 MessageId=3689
16421 Severity=Success
16422 Facility=System
16423 SymbolicName=APPERR_3689
16424 Language=English
16425 The Workstation service is already running. The operating system will ignore command options for the workstation.
16426 .
16427 Language=Polish
16428 The Workstation service is already running. The operating system will ignore command options for the workstation.
16429 .
16430 Language=Romanian
16431 The Workstation service is already running. The operating system will ignore command options for the workstation.
16432 .
16433 Language=Russian
16434 The Workstation service is already running. The operating system will ignore command options for the workstation.
16435 .
16436 Language=Spanish
16437 The Workstation service is already running. The operating system will ignore command options for the workstation.
16438 .
16439 Language=Turkish
16440 The Workstation service is already running. The operating system will ignore command options for the workstation.
16441 .
16442 Language=Chinese
16443 The Workstation service is already running. The operating system will ignore command options for the workstation.
16444 .
16445 Language=Taiwanese
16446 The Workstation service is already running. The operating system will ignore command options for the workstation.
16447 .
16448
16449 MessageId=3691
16450 Severity=Success
16451 Facility=System
16452 SymbolicName=APPERR_3691
16453 Language=English
16454 There are open files and/or incomplete directory searches pending on the connection to %1.
16455 .
16456 Language=Polish
16457 There are open files and/or incomplete directory searches pending on the connection to %1.
16458 .
16459 Language=Romanian
16460 There are open files and/or incomplete directory searches pending on the connection to %1.
16461 .
16462 Language=Russian
16463 There are open files and/or incomplete directory searches pending on the connection to %1.
16464 .
16465 Language=Spanish
16466 There are open files and/or incomplete directory searches pending on the connection to %1.
16467 .
16468 Language=Turkish
16469 There are open files and/or incomplete directory searches pending on the connection to %1.
16470 .
16471 Language=Chinese
16472 There are open files and/or incomplete directory searches pending on the connection to %1.
16473 .
16474 Language=Taiwanese
16475 There are open files and/or incomplete directory searches pending on the connection to %1.
16476 .
16477
16478 MessageId=3693
16479 Severity=Success
16480 Facility=System
16481 SymbolicName=APPERR_3693
16482 Language=English
16483 The request will be processed at a domain controller for domain %1.
16484 .
16485 Language=Polish
16486 The request will be processed at a domain controller for domain %1.
16487 .
16488 Language=Romanian
16489 The request will be processed at a domain controller for domain %1.
16490 .
16491 Language=Russian
16492 The request will be processed at a domain controller for domain %1.
16493 .
16494 Language=Spanish
16495 The request will be processed at a domain controller for domain %1.
16496 .
16497 Language=Turkish
16498 The request will be processed at a domain controller for domain %1.
16499 .
16500 Language=Chinese
16501 The request will be processed at a domain controller for domain %1.
16502 .
16503 Language=Taiwanese
16504 The request will be processed at a domain controller for domain %1.
16505 .
16506
16507 MessageId=3694
16508 Severity=Success
16509 Facility=System
16510 SymbolicName=APPERR_3694
16511 Language=English
16512 The shared queue cannot be deleted while a print job is being spooled to the queue.
16513 .
16514 Language=Polish
16515 The shared queue cannot be deleted while a print job is being spooled to the queue.
16516 .
16517 Language=Romanian
16518 The shared queue cannot be deleted while a print job is being spooled to the queue.
16519 .
16520 Language=Russian
16521 The shared queue cannot be deleted while a print job is being spooled to the queue.
16522 .
16523 Language=Spanish
16524 The shared queue cannot be deleted while a print job is being spooled to the queue.
16525 .
16526 Language=Turkish
16527 The shared queue cannot be deleted while a print job is being spooled to the queue.
16528 .
16529 Language=Chinese
16530 The shared queue cannot be deleted while a print job is being spooled to the queue.
16531 .
16532 Language=Taiwanese
16533 The shared queue cannot be deleted while a print job is being spooled to the queue.
16534 .
16535
16536 MessageId=3695
16537 Severity=Success
16538 Facility=System
16539 SymbolicName=APPERR_3695
16540 Language=English
16541 %1 has a remembered connection to %2.
16542 .
16543 Language=Polish
16544 %1 has a remembered connection to %2.
16545 .
16546 Language=Romanian
16547 %1 has a remembered connection to %2.
16548 .
16549 Language=Russian
16550 %1 has a remembered connection to %2.
16551 .
16552 Language=Spanish
16553 %1 has a remembered connection to %2.
16554 .
16555 Language=Turkish
16556 %1 has a remembered connection to %2.
16557 .
16558 Language=Chinese
16559 %1 has a remembered connection to %2.
16560 .
16561 Language=Taiwanese
16562 %1 has a remembered connection to %2.
16563 .
16564
16565 MessageId=3710
16566 Severity=Success
16567 Facility=System
16568 SymbolicName=APPERR_3710
16569 Language=English
16570 An error occurred while opening the Help file.
16571 .
16572 Language=Polish
16573 An error occurred while opening the Help file.
16574 .
16575 Language=Romanian
16576 An error occurred while opening the Help file.
16577 .
16578 Language=Russian
16579 An error occurred while opening the Help file.
16580 .
16581 Language=Spanish
16582 An error occurred while opening the Help file.
16583 .
16584 Language=Turkish
16585 An error occurred while opening the Help file.
16586 .
16587 Language=Chinese
16588 An error occurred while opening the Help file.
16589 .
16590 Language=Taiwanese
16591 An error occurred while opening the Help file.
16592 .
16593
16594 MessageId=3711
16595 Severity=Success
16596 Facility=System
16597 SymbolicName=APPERR_3711
16598 Language=English
16599 The Help file is empty.
16600 .
16601 Language=Polish
16602 The Help file is empty.
16603 .
16604 Language=Romanian
16605 The Help file is empty.
16606 .
16607 Language=Russian
16608 The Help file is empty.
16609 .
16610 Language=Spanish
16611 The Help file is empty.
16612 .
16613 Language=Turkish
16614 The Help file is empty.
16615 .
16616 Language=Chinese
16617 The Help file is empty.
16618 .
16619 Language=Taiwanese
16620 The Help file is empty.
16621 .
16622
16623 MessageId=3712
16624 Severity=Success
16625 Facility=System
16626 SymbolicName=APPERR_3712
16627 Language=English
16628 The Help file is corrupted.
16629 .
16630 Language=Polish
16631 The Help file is corrupted.
16632 .
16633 Language=Romanian
16634 The Help file is corrupted.
16635 .
16636 Language=Russian
16637 The Help file is corrupted.
16638 .
16639 Language=Spanish
16640 The Help file is corrupted.
16641 .
16642 Language=Turkish
16643 The Help file is corrupted.
16644 .
16645 Language=Chinese
16646 The Help file is corrupted.
16647 .
16648 Language=Taiwanese
16649 The Help file is corrupted.
16650 .
16651
16652 MessageId=3713
16653 Severity=Success
16654 Facility=System
16655 SymbolicName=APPERR_3713
16656 Language=English
16657 Could not find a domain controller for domain %1.
16658 .
16659 Language=Polish
16660 Could not find a domain controller for domain %1.
16661 .
16662 Language=Romanian
16663 Could not find a domain controller for domain %1.
16664 .
16665 Language=Russian
16666 Could not find a domain controller for domain %1.
16667 .
16668 Language=Spanish
16669 Could not find a domain controller for domain %1.
16670 .
16671 Language=Turkish
16672 Could not find a domain controller for domain %1.
16673 .
16674 Language=Chinese
16675 Could not find a domain controller for domain %1.
16676 .
16677 Language=Taiwanese
16678 Could not find a domain controller for domain %1.
16679 .
16680
16681 MessageId=3714
16682 Severity=Success
16683 Facility=System
16684 SymbolicName=APPERR_3714
16685 Language=English
16686 This operation is privileged on systems with earlier\nversions of the software.
16687 .
16688 Language=Polish
16689 This operation is privileged on systems with earlier\nversions of the software.
16690 .
16691 Language=Romanian
16692 This operation is privileged on systems with earlier\nversions of the software.
16693 .
16694 Language=Russian
16695 This operation is privileged on systems with earlier\nversions of the software.
16696 .
16697 Language=Spanish
16698 This operation is privileged on systems with earlier\nversions of the software.
16699 .
16700 Language=Turkish
16701 This operation is privileged on systems with earlier\nversions of the software.
16702 .
16703 Language=Chinese
16704 This operation is privileged on systems with earlier\nversions of the software.
16705 .
16706 Language=Taiwanese
16707 This operation is privileged on systems with earlier\nversions of the software.
16708 .
16709
16710 MessageId=3716
16711 Severity=Success
16712 Facility=System
16713 SymbolicName=APPERR_3716
16714 Language=English
16715 The device type is unknown.
16716 .
16717 Language=Polish
16718 The device type is unknown.
16719 .
16720 Language=Romanian
16721 The device type is unknown.
16722 .
16723 Language=Russian
16724 The device type is unknown.
16725 .
16726 Language=Spanish
16727 The device type is unknown.
16728 .
16729 Language=Turkish
16730 The device type is unknown.
16731 .
16732 Language=Chinese
16733 The device type is unknown.
16734 .
16735 Language=Taiwanese
16736 The device type is unknown.
16737 .
16738
16739 MessageId=3717
16740 Severity=Success
16741 Facility=System
16742 SymbolicName=APPERR_3717
16743 Language=English
16744 The log file has been corrupted.
16745 .
16746 Language=Polish
16747 The log file has been corrupted.
16748 .
16749 Language=Romanian
16750 The log file has been corrupted.
16751 .
16752 Language=Russian
16753 The log file has been corrupted.
16754 .
16755 Language=Spanish
16756 The log file has been corrupted.
16757 .
16758 Language=Turkish
16759 The log file has been corrupted.
16760 .
16761 Language=Chinese
16762 The log file has been corrupted.
16763 .
16764 Language=Taiwanese
16765 The log file has been corrupted.
16766 .
16767
16768 MessageId=3718
16769 Severity=Success
16770 Facility=System
16771 SymbolicName=APPERR_3718
16772 Language=English
16773 Program filenames must end with .EXE.
16774 .
16775 Language=Polish
16776 Program filenames must end with .EXE.
16777 .
16778 Language=Romanian
16779 Program filenames must end with .EXE.
16780 .
16781 Language=Russian
16782 Program filenames must end with .EXE.
16783 .
16784 Language=Spanish
16785 Program filenames must end with .EXE.
16786 .
16787 Language=Turkish
16788 Program filenames must end with .EXE.
16789 .
16790 Language=Chinese
16791 Program filenames must end with .EXE.
16792 .
16793 Language=Taiwanese
16794 Program filenames must end with .EXE.
16795 .
16796
16797 MessageId=3719
16798 Severity=Success
16799 Facility=System
16800 SymbolicName=APPERR_3719
16801 Language=English
16802 A matching share could not be found so nothing was deleted.
16803 .
16804 Language=Polish
16805 A matching share could not be found so nothing was deleted.
16806 .
16807 Language=Romanian
16808 A matching share could not be found so nothing was deleted.
16809 .
16810 Language=Russian
16811 A matching share could not be found so nothing was deleted.
16812 .
16813 Language=Spanish
16814 A matching share could not be found so nothing was deleted.
16815 .
16816 Language=Turkish
16817 A matching share could not be found so nothing was deleted.
16818 .
16819 Language=Chinese
16820 A matching share could not be found so nothing was deleted.
16821 .
16822 Language=Taiwanese
16823 A matching share could not be found so nothing was deleted.
16824 .
16825
16826 MessageId=3720
16827 Severity=Success
16828 Facility=System
16829 SymbolicName=APPERR_3720
16830 Language=English
16831 A bad value is in the units-per-week field of the user record.
16832 .
16833 Language=Polish
16834 A bad value is in the units-per-week field of the user record.
16835 .
16836 Language=Romanian
16837 A bad value is in the units-per-week field of the user record.
16838 .
16839 Language=Russian
16840 A bad value is in the units-per-week field of the user record.
16841 .
16842 Language=Spanish
16843 A bad value is in the units-per-week field of the user record.
16844 .
16845 Language=Turkish
16846 A bad value is in the units-per-week field of the user record.
16847 .
16848 Language=Chinese
16849 A bad value is in the units-per-week field of the user record.
16850 .
16851 Language=Taiwanese
16852 A bad value is in the units-per-week field of the user record.
16853 .
16854
16855 MessageId=3721
16856 Severity=Success
16857 Facility=System
16858 SymbolicName=APPERR_3721
16859 Language=English
16860 The password is invalid for %1.
16861 .
16862 Language=Polish
16863 The password is invalid for %1.
16864 .
16865 Language=Romanian
16866 The password is invalid for %1.
16867 .
16868 Language=Russian
16869 The password is invalid for %1.
16870 .
16871 Language=Spanish
16872 The password is invalid for %1.
16873 .
16874 Language=Turkish
16875 The password is invalid for %1.
16876 .
16877 Language=Chinese
16878 The password is invalid for %1.
16879 .
16880 Language=Taiwanese
16881 The password is invalid for %1.
16882 .
16883
16884 MessageId=3722
16885 Severity=Success
16886 Facility=System
16887 SymbolicName=APPERR_3722
16888 Language=English
16889 An error occurred while sending a message to %1.
16890 .
16891 Language=Polish
16892 An error occurred while sending a message to %1.
16893 .
16894 Language=Romanian
16895 An error occurred while sending a message to %1.
16896 .
16897 Language=Russian
16898 An error occurred while sending a message to %1.
16899 .
16900 Language=Spanish
16901 An error occurred while sending a message to %1.
16902 .
16903 Language=Turkish
16904 An error occurred while sending a message to %1.
16905 .
16906 Language=Chinese
16907 An error occurred while sending a message to %1.
16908 .
16909 Language=Taiwanese
16910 An error occurred while sending a message to %1.
16911 .
16912
16913 MessageId=3723
16914 Severity=Success
16915 Facility=System
16916 SymbolicName=APPERR_3723
16917 Language=English
16918 The password or user name is invalid for %1.
16919 .
16920 Language=Polish
16921 The password or user name is invalid for %1.
16922 .
16923 Language=Romanian
16924 The password or user name is invalid for %1.
16925 .
16926 Language=Russian
16927 The password or user name is invalid for %1.
16928 .
16929 Language=Spanish
16930 The password or user name is invalid for %1.
16931 .
16932 Language=Turkish
16933 The password or user name is invalid for %1.
16934 .
16935 Language=Chinese
16936 The password or user name is invalid for %1.
16937 .
16938 Language=Taiwanese
16939 The password or user name is invalid for %1.
16940 .
16941
16942 MessageId=3725
16943 Severity=Success
16944 Facility=System
16945 SymbolicName=APPERR_3725
16946 Language=English
16947 An error occurred when the share was deleted.
16948 .
16949 Language=Polish
16950 An error occurred when the share was deleted.
16951 .
16952 Language=Romanian
16953 An error occurred when the share was deleted.
16954 .
16955 Language=Russian
16956 An error occurred when the share was deleted.
16957 .
16958 Language=Spanish
16959 An error occurred when the share was deleted.
16960 .
16961 Language=Turkish
16962 An error occurred when the share was deleted.
16963 .
16964 Language=Chinese
16965 An error occurred when the share was deleted.
16966 .
16967 Language=Taiwanese
16968 An error occurred when the share was deleted.
16969 .
16970
16971 MessageId=3726
16972 Severity=Success
16973 Facility=System
16974 SymbolicName=APPERR_3726
16975 Language=English
16976 The user name is invalid.
16977 .
16978 Language=Polish
16979 The user name is invalid.
16980 .
16981 Language=Romanian
16982 The user name is invalid.
16983 .
16984 Language=Russian
16985 The user name is invalid.
16986 .
16987 Language=Spanish
16988 The user name is invalid.
16989 .
16990 Language=Turkish
16991 The user name is invalid.
16992 .
16993 Language=Chinese
16994 The user name is invalid.
16995 .
16996 Language=Taiwanese
16997 The user name is invalid.
16998 .
16999
17000 MessageId=3727
17001 Severity=Success
17002 Facility=System
17003 SymbolicName=APPERR_3727
17004 Language=English
17005 The password is invalid.
17006 .
17007 Language=Polish
17008 The password is invalid.
17009 .
17010 Language=Romanian
17011 The password is invalid.
17012 .
17013 Language=Russian
17014 The password is invalid.
17015 .
17016 Language=Spanish
17017 The password is invalid.
17018 .
17019 Language=Turkish
17020 The password is invalid.
17021 .
17022 Language=Chinese
17023 The password is invalid.
17024 .
17025 Language=Taiwanese
17026 The password is invalid.
17027 .
17028
17029 MessageId=3728
17030 Severity=Success
17031 Facility=System
17032 SymbolicName=APPERR_3728
17033 Language=English
17034 The passwords do not match.
17035 .
17036 Language=Polish
17037 The passwords do not match.
17038 .
17039 Language=Romanian
17040 The passwords do not match.
17041 .
17042 Language=Russian
17043 The passwords do not match.
17044 .
17045 Language=Spanish
17046 The passwords do not match.
17047 .
17048 Language=Turkish
17049 The passwords do not match.
17050 .
17051 Language=Chinese
17052 The passwords do not match.
17053 .
17054 Language=Taiwanese
17055 The passwords do not match.
17056 .
17057
17058 MessageId=3729
17059 Severity=Success
17060 Facility=System
17061 SymbolicName=APPERR_3729
17062 Language=English
17063 Your persistent connections were not all restored.
17064 .
17065 Language=Polish
17066 Your persistent connections were not all restored.
17067 .
17068 Language=Romanian
17069 Your persistent connections were not all restored.
17070 .
17071 Language=Russian
17072 Your persistent connections were not all restored.
17073 .
17074 Language=Spanish
17075 Your persistent connections were not all restored.
17076 .
17077 Language=Turkish
17078 Your persistent connections were not all restored.
17079 .
17080 Language=Chinese
17081 Your persistent connections were not all restored.
17082 .
17083 Language=Taiwanese
17084 Your persistent connections were not all restored.
17085 .
17086
17087 MessageId=3730
17088 Severity=Success
17089 Facility=System
17090 SymbolicName=APPERR_3730
17091 Language=English
17092 This is not a valid computer name or domain name.
17093 .
17094 Language=Polish
17095 This is not a valid computer name or domain name.
17096 .
17097 Language=Romanian
17098 This is not a valid computer name or domain name.
17099 .
17100 Language=Russian
17101 This is not a valid computer name or domain name.
17102 .
17103 Language=Spanish
17104 This is not a valid computer name or domain name.
17105 .
17106 Language=Turkish
17107 This is not a valid computer name or domain name.
17108 .
17109 Language=Chinese
17110 This is not a valid computer name or domain name.
17111 .
17112 Language=Taiwanese
17113 This is not a valid computer name or domain name.
17114 .
17115
17116 MessageId=3732
17117 Severity=Success
17118 Facility=System
17119 SymbolicName=APPERR_3732
17120 Language=English
17121 Default permissions cannot be set for that resource.
17122 .
17123 Language=Polish
17124 Default permissions cannot be set for that resource.
17125 .
17126 Language=Romanian
17127 Default permissions cannot be set for that resource.
17128 .
17129 Language=Russian
17130 Default permissions cannot be set for that resource.
17131 .
17132 Language=Spanish
17133 Default permissions cannot be set for that resource.
17134 .
17135 Language=Turkish
17136 Default permissions cannot be set for that resource.
17137 .
17138 Language=Chinese
17139 Default permissions cannot be set for that resource.
17140 .
17141 Language=Taiwanese
17142 Default permissions cannot be set for that resource.
17143 .
17144
17145 MessageId=3734
17146 Severity=Success
17147 Facility=System
17148 SymbolicName=APPERR_3734
17149 Language=English
17150 A valid password was not entered.
17151 .
17152 Language=Polish
17153 A valid password was not entered.
17154 .
17155 Language=Romanian
17156 A valid password was not entered.
17157 .
17158 Language=Russian
17159 A valid password was not entered.
17160 .
17161 Language=Spanish
17162 A valid password was not entered.
17163 .
17164 Language=Turkish
17165 A valid password was not entered.
17166 .
17167 Language=Chinese
17168 A valid password was not entered.
17169 .
17170 Language=Taiwanese
17171 A valid password was not entered.
17172 .
17173
17174 MessageId=3735
17175 Severity=Success
17176 Facility=System
17177 SymbolicName=APPERR_3735
17178 Language=English
17179 A valid name was not entered.
17180 .
17181 Language=Polish
17182 A valid name was not entered.
17183 .
17184 Language=Romanian
17185 A valid name was not entered.
17186 .
17187 Language=Russian
17188 A valid name was not entered.
17189 .
17190 Language=Spanish
17191 A valid name was not entered.
17192 .
17193 Language=Turkish
17194 A valid name was not entered.
17195 .
17196 Language=Chinese
17197 A valid name was not entered.
17198 .
17199 Language=Taiwanese
17200 A valid name was not entered.
17201 .
17202
17203 MessageId=3736
17204 Severity=Success
17205 Facility=System
17206 SymbolicName=APPERR_3736
17207 Language=English
17208 The resource named cannot be shared.
17209 .
17210 Language=Polish
17211 The resource named cannot be shared.
17212 .
17213 Language=Romanian
17214 The resource named cannot be shared.
17215 .
17216 Language=Russian
17217 The resource named cannot be shared.
17218 .
17219 Language=Spanish
17220 The resource named cannot be shared.
17221 .
17222 Language=Turkish
17223 The resource named cannot be shared.
17224 .
17225 Language=Chinese
17226 The resource named cannot be shared.
17227 .
17228 Language=Taiwanese
17229 The resource named cannot be shared.
17230 .
17231
17232 MessageId=3737
17233 Severity=Success
17234 Facility=System
17235 SymbolicName=APPERR_3737
17236 Language=English
17237 The permissions string contains invalid permissions.
17238 .
17239 Language=Polish
17240 The permissions string contains invalid permissions.
17241 .
17242 Language=Romanian
17243 The permissions string contains invalid permissions.
17244 .
17245 Language=Russian
17246 The permissions string contains invalid permissions.
17247 .
17248 Language=Spanish
17249 The permissions string contains invalid permissions.
17250 .
17251 Language=Turkish
17252 The permissions string contains invalid permissions.
17253 .
17254 Language=Chinese
17255 The permissions string contains invalid permissions.
17256 .
17257 Language=Taiwanese
17258 The permissions string contains invalid permissions.
17259 .
17260
17261 MessageId=3738
17262 Severity=Success
17263 Facility=System
17264 SymbolicName=APPERR_3738
17265 Language=English
17266 You can only perform this operation on printers and communication devices.
17267 .
17268 Language=Polish
17269 You can only perform this operation on printers and communication devices.
17270 .
17271 Language=Romanian
17272 You can only perform this operation on printers and communication devices.
17273 .
17274 Language=Russian
17275 You can only perform this operation on printers and communication devices.
17276 .
17277 Language=Spanish
17278 You can only perform this operation on printers and communication devices.
17279 .
17280 Language=Turkish
17281 You can only perform this operation on printers and communication devices.
17282 .
17283 Language=Chinese
17284 You can only perform this operation on printers and communication devices.
17285 .
17286 Language=Taiwanese
17287 You can only perform this operation on printers and communication devices.
17288 .
17289
17290 MessageId=3742
17291 Severity=Success
17292 Facility=System
17293 SymbolicName=APPERR_3742
17294 Language=English
17295 %1 is an invalid user or group name.
17296 .
17297 Language=Polish
17298 %1 is an invalid user or group name.
17299 .
17300 Language=Romanian
17301 %1 is an invalid user or group name.
17302 .
17303 Language=Russian
17304 %1 is an invalid user or group name.
17305 .
17306 Language=Spanish
17307 %1 is an invalid user or group name.
17308 .
17309 Language=Turkish
17310 %1 is an invalid user or group name.
17311 .
17312 Language=Chinese
17313 %1 is an invalid user or group name.
17314 .
17315 Language=Taiwanese
17316 %1 is an invalid user or group name.
17317 .
17318
17319 MessageId=3743
17320 Severity=Success
17321 Facility=System
17322 SymbolicName=APPERR_3743
17323 Language=English
17324 The server is not configured for remote administration.
17325 .
17326 Language=Polish
17327 The server is not configured for remote administration.
17328 .
17329 Language=Romanian
17330 The server is not configured for remote administration.
17331 .
17332 Language=Russian
17333 The server is not configured for remote administration.
17334 .
17335 Language=Spanish
17336 The server is not configured for remote administration.
17337 .
17338 Language=Turkish
17339 The server is not configured for remote administration.
17340 .
17341 Language=Chinese
17342 The server is not configured for remote administration.
17343 .
17344 Language=Taiwanese
17345 The server is not configured for remote administration.
17346 .
17347
17348 MessageId=3752
17349 Severity=Success
17350 Facility=System
17351 SymbolicName=APPERR_3752
17352 Language=English
17353 No users have sessions with this server.
17354 .
17355 Language=Polish
17356 No users have sessions with this server.
17357 .
17358 Language=Romanian
17359 No users have sessions with this server.
17360 .
17361 Language=Russian
17362 No users have sessions with this server.
17363 .
17364 Language=Spanish
17365 No users have sessions with this server.
17366 .
17367 Language=Turkish
17368 No users have sessions with this server.
17369 .
17370 Language=Chinese
17371 No users have sessions with this server.
17372 .
17373 Language=Taiwanese
17374 No users have sessions with this server.
17375 .
17376
17377 MessageId=3753
17378 Severity=Success
17379 Facility=System
17380 SymbolicName=APPERR_3753
17381 Language=English
17382 User %1 is not a member of group %2.
17383 .
17384 Language=Polish
17385 User %1 is not a member of group %2.
17386 .
17387 Language=Romanian
17388 User %1 is not a member of group %2.
17389 .
17390 Language=Russian
17391 User %1 is not a member of group %2.
17392 .
17393 Language=Spanish
17394 User %1 is not a member of group %2.
17395 .
17396 Language=Turkish
17397 User %1 is not a member of group %2.
17398 .
17399 Language=Chinese
17400 User %1 is not a member of group %2.
17401 .
17402 Language=Taiwanese
17403 User %1 is not a member of group %2.
17404 .
17405
17406 MessageId=3754
17407 Severity=Success
17408 Facility=System
17409 SymbolicName=APPERR_3754
17410 Language=English
17411 User %1 is already a member of group %2.
17412 .
17413 Language=Polish
17414 User %1 is already a member of group %2.
17415 .
17416 Language=Romanian
17417 User %1 is already a member of group %2.
17418 .
17419 Language=Russian
17420 User %1 is already a member of group %2.
17421 .
17422 Language=Spanish
17423 User %1 is already a member of group %2.
17424 .
17425 Language=Turkish
17426 User %1 is already a member of group %2.
17427 .
17428 Language=Chinese
17429 User %1 is already a member of group %2.
17430 .
17431 Language=Taiwanese
17432 User %1 is already a member of group %2.
17433 .
17434
17435 MessageId=3755
17436 Severity=Success
17437 Facility=System
17438 SymbolicName=APPERR_3755
17439 Language=English
17440 There is no such user: %1.
17441 .
17442 Language=Polish
17443 There is no such user: %1.
17444 .
17445 Language=Romanian
17446 There is no such user: %1.
17447 .
17448 Language=Russian
17449 There is no such user: %1.
17450 .
17451 Language=Spanish
17452 There is no such user: %1.
17453 .
17454 Language=Turkish
17455 There is no such user: %1.
17456 .
17457 Language=Chinese
17458 There is no such user: %1.
17459 .
17460 Language=Taiwanese
17461 There is no such user: %1.
17462 .
17463
17464 MessageId=3756
17465 Severity=Success
17466 Facility=System
17467 SymbolicName=APPERR_3756
17468 Language=English
17469 This is an invalid response.
17470 .
17471 Language=Polish
17472 This is an invalid response.
17473 .
17474 Language=Romanian
17475 This is an invalid response.
17476 .
17477 Language=Russian
17478 This is an invalid response.
17479 .
17480 Language=Spanish
17481 This is an invalid response.
17482 .
17483 Language=Turkish
17484 This is an invalid response.
17485 .
17486 Language=Chinese
17487 This is an invalid response.
17488 .
17489 Language=Taiwanese
17490 This is an invalid response.
17491 .
17492
17493 MessageId=3757
17494 Severity=Success
17495 Facility=System
17496 SymbolicName=APPERR_3757
17497 Language=English
17498 No valid response was provided.
17499 .
17500 Language=Polish
17501 No valid response was provided.
17502 .
17503 Language=Romanian
17504 No valid response was provided.
17505 .
17506 Language=Russian
17507 No valid response was provided.
17508 .
17509 Language=Spanish
17510 No valid response was provided.
17511 .
17512 Language=Turkish
17513 No valid response was provided.
17514 .
17515 Language=Chinese
17516 No valid response was provided.
17517 .
17518 Language=Taiwanese
17519 No valid response was provided.
17520 .
17521
17522 MessageId=3758
17523 Severity=Success
17524 Facility=System
17525 SymbolicName=APPERR_3758
17526 Language=English
17527 The destination list provided does not match the destination list of the printer queue.
17528 .
17529 Language=Polish
17530 The destination list provided does not match the destination list of the printer queue.
17531 .
17532 Language=Romanian
17533 The destination list provided does not match the destination list of the printer queue.
17534 .
17535 Language=Russian
17536 The destination list provided does not match the destination list of the printer queue.
17537 .
17538 Language=Spanish
17539 The destination list provided does not match the destination list of the printer queue.
17540 .
17541 Language=Turkish
17542 The destination list provided does not match the destination list of the printer queue.
17543 .
17544 Language=Chinese
17545 The destination list provided does not match the destination list of the printer queue.
17546 .
17547 Language=Taiwanese
17548 The destination list provided does not match the destination list of the printer queue.
17549 .
17550
17551 MessageId=3759
17552 Severity=Success
17553 Facility=System
17554 SymbolicName=APPERR_3759
17555 Language=English
17556 Your password cannot be changed until %1.
17557 .
17558 Language=Polish
17559 Your password cannot be changed until %1.
17560 .
17561 Language=Romanian
17562 Your password cannot be changed until %1.
17563 .
17564 Language=Russian
17565 Your password cannot be changed until %1.
17566 .
17567 Language=Spanish
17568 Your password cannot be changed until %1.
17569 .
17570 Language=Turkish
17571 Your password cannot be changed until %1.
17572 .
17573 Language=Chinese
17574 Your password cannot be changed until %1.
17575 .
17576 Language=Taiwanese
17577 Your password cannot be changed until %1.
17578 .
17579
17580 MessageId=3760
17581 Severity=Success
17582 Facility=System
17583 SymbolicName=APPERR_3760
17584 Language=English
17585 %1 is not a recognized day of the week.
17586 .
17587 Language=Polish
17588 %1 is not a recognized day of the week.
17589 .
17590 Language=Romanian
17591 %1 is not a recognized day of the week.
17592 .
17593 Language=Russian
17594 %1 is not a recognized day of the week.
17595 .
17596 Language=Spanish
17597 %1 is not a recognized day of the week.
17598 .
17599 Language=Turkish
17600 %1 is not a recognized day of the week.
17601 .
17602 Language=Chinese
17603 %1 is not a recognized day of the week.
17604 .
17605 Language=Taiwanese
17606 %1 is not a recognized day of the week.
17607 .
17608
17609 MessageId=3761
17610 Severity=Success
17611 Facility=System
17612 SymbolicName=APPERR_3761
17613 Language=English
17614 The time range specified ends before it starts.
17615 .
17616 Language=Polish
17617 The time range specified ends before it starts.
17618 .
17619 Language=Romanian
17620 The time range specified ends before it starts.
17621 .
17622 Language=Russian
17623 The time range specified ends before it starts.
17624 .
17625 Language=Spanish
17626 The time range specified ends before it starts.
17627 .
17628 Language=Turkish
17629 The time range specified ends before it starts.
17630 .
17631 Language=Chinese
17632 The time range specified ends before it starts.
17633 .
17634 Language=Taiwanese
17635 The time range specified ends before it starts.
17636 .
17637
17638 MessageId=3762
17639 Severity=Success
17640 Facility=System
17641 SymbolicName=APPERR_3762
17642 Language=English
17643 %1 is not a recognized hour.
17644 .
17645 Language=Polish
17646 %1 is not a recognized hour.
17647 .
17648 Language=Romanian
17649 %1 is not a recognized hour.
17650 .
17651 Language=Russian
17652 %1 is not a recognized hour.
17653 .
17654 Language=Spanish
17655 %1 is not a recognized hour.
17656 .
17657 Language=Turkish
17658 %1 is not a recognized hour.
17659 .
17660 Language=Chinese
17661 %1 is not a recognized hour.
17662 .
17663 Language=Taiwanese
17664 %1 is not a recognized hour.
17665 .
17666
17667 MessageId=3763
17668 Severity=Success
17669 Facility=System
17670 SymbolicName=APPERR_3763
17671 Language=English
17672 %1 is not a valid specification for minutes.
17673 .
17674 Language=Polish
17675 %1 is not a valid specification for minutes.
17676 .
17677 Language=Romanian
17678 %1 is not a valid specification for minutes.
17679 .
17680 Language=Russian
17681 %1 is not a valid specification for minutes.
17682 .
17683 Language=Spanish
17684 %1 is not a valid specification for minutes.
17685 .
17686 Language=Turkish
17687 %1 is not a valid specification for minutes.
17688 .
17689 Language=Chinese
17690 %1 is not a valid specification for minutes.
17691 .
17692 Language=Taiwanese
17693 %1 is not a valid specification for minutes.
17694 .
17695
17696 MessageId=3764
17697 Severity=Success
17698 Facility=System
17699 SymbolicName=APPERR_3764
17700 Language=English
17701 Time supplied is not exactly on the hour.
17702 .
17703 Language=Polish
17704 Time supplied is not exactly on the hour.
17705 .
17706 Language=Romanian
17707 Time supplied is not exactly on the hour.
17708 .
17709 Language=Russian
17710 Time supplied is not exactly on the hour.
17711 .
17712 Language=Spanish
17713 Time supplied is not exactly on the hour.
17714 .
17715 Language=Turkish
17716 Time supplied is not exactly on the hour.
17717 .
17718 Language=Chinese
17719 Time supplied is not exactly on the hour.
17720 .
17721 Language=Taiwanese
17722 Time supplied is not exactly on the hour.
17723 .
17724
17725 MessageId=3765
17726 Severity=Success
17727 Facility=System
17728 SymbolicName=APPERR_3765
17729 Language=English
17730 12 and 24 hour time formats may not be mixed.
17731 .
17732 Language=Polish
17733 12 and 24 hour time formats may not be mixed.
17734 .
17735 Language=Romanian
17736 12 and 24 hour time formats may not be mixed.
17737 .
17738 Language=Russian
17739 12 and 24 hour time formats may not be mixed.
17740 .
17741 Language=Spanish
17742 12 and 24 hour time formats may not be mixed.
17743 .
17744 Language=Turkish
17745 12 and 24 hour time formats may not be mixed.
17746 .
17747 Language=Chinese
17748 12 and 24 hour time formats may not be mixed.
17749 .
17750 Language=Taiwanese
17751 12 and 24 hour time formats may not be mixed.
17752 .
17753
17754 MessageId=3766
17755 Severity=Success
17756 Facility=System
17757 SymbolicName=APPERR_3766
17758 Language=English
17759 %1 is not a valid 12-hour suffix.
17760 .
17761 Language=Polish
17762 %1 is not a valid 12-hour suffix.
17763 .
17764 Language=Romanian
17765 %1 is not a valid 12-hour suffix.
17766 .
17767 Language=Russian
17768 %1 is not a valid 12-hour suffix.
17769 .
17770 Language=Spanish
17771 %1 is not a valid 12-hour suffix.
17772 .
17773 Language=Turkish
17774 %1 is not a valid 12-hour suffix.
17775 .
17776 Language=Chinese
17777 %1 is not a valid 12-hour suffix.
17778 .
17779 Language=Taiwanese
17780 %1 is not a valid 12-hour suffix.
17781 .
17782
17783 MessageId=3767
17784 Severity=Success
17785 Facility=System
17786 SymbolicName=APPERR_3767
17787 Language=English
17788 An illegal date format has been supplied.
17789 .
17790 Language=Polish
17791 An illegal date format has been supplied.
17792 .
17793 Language=Romanian
17794 An illegal date format has been supplied.
17795 .
17796 Language=Russian
17797 An illegal date format has been supplied.
17798 .
17799 Language=Spanish
17800 An illegal date format has been supplied.
17801 .
17802 Language=Turkish
17803 An illegal date format has been supplied.
17804 .
17805 Language=Chinese
17806 An illegal date format has been supplied.
17807 .
17808 Language=Taiwanese
17809 An illegal date format has been supplied.
17810 .
17811
17812 MessageId=3768
17813 Severity=Success
17814 Facility=System
17815 SymbolicName=APPERR_3768
17816 Language=English
17817 An illegal day range has been supplied.
17818 .
17819 Language=Polish
17820 An illegal day range has been supplied.
17821 .
17822 Language=Romanian
17823 An illegal day range has been supplied.
17824 .
17825 Language=Russian
17826 An illegal day range has been supplied.
17827 .
17828 Language=Spanish
17829 An illegal day range has been supplied.
17830 .
17831 Language=Turkish
17832 An illegal day range has been supplied.
17833 .
17834 Language=Chinese
17835 An illegal day range has been supplied.
17836 .
17837 Language=Taiwanese
17838 An illegal day range has been supplied.
17839 .
17840
17841 MessageId=3769
17842 Severity=Success
17843 Facility=System
17844 SymbolicName=APPERR_3769
17845 Language=English
17846 An illegal time range has been supplied.
17847 .
17848 Language=Polish
17849 An illegal time range has been supplied.
17850 .
17851 Language=Romanian
17852 An illegal time range has been supplied.
17853 .
17854 Language=Russian
17855 An illegal time range has been supplied.
17856 .
17857 Language=Spanish
17858 An illegal time range has been supplied.
17859 .
17860 Language=Turkish
17861 An illegal time range has been supplied.
17862 .
17863 Language=Chinese
17864 An illegal time range has been supplied.
17865 .
17866 Language=Taiwanese
17867 An illegal time range has been supplied.
17868 .
17869
17870 MessageId=3770
17871 Severity=Success
17872 Facility=System
17873 SymbolicName=APPERR_3770
17874 Language=English
17875 Arguments to NET USER are invalid. Check the minimum password\n
17876 length and/or arguments supplied.
17877 .
17878 Language=Russian
17879 Arguments to NET USER are invalid. Check the minimum password\n
17880 length and/or arguments supplied.
17881 .
17882
17883 MessageId=3771
17884 Severity=Success
17885 Facility=System
17886 SymbolicName=APPERR_3771
17887 Language=English
17888 The value for ENABLESCRIPT must be YES.
17889 .
17890 Language=Polish
17891 The value for ENABLESCRIPT must be YES.
17892 .
17893 Language=Romanian
17894 The value for ENABLESCRIPT must be YES.
17895 .
17896 Language=Russian
17897 The value for ENABLESCRIPT must be YES.
17898 .
17899 Language=Spanish
17900 The value for ENABLESCRIPT must be YES.
17901 .
17902 Language=Turkish
17903 The value for ENABLESCRIPT must be YES.
17904 .
17905 Language=Chinese
17906 The value for ENABLESCRIPT must be YES.
17907 .
17908 Language=Taiwanese
17909 The value for ENABLESCRIPT must be YES.
17910 .
17911
17912 MessageId=3773
17913 Severity=Success
17914 Facility=System
17915 SymbolicName=APPERR_3773
17916 Language=English
17917 An illegal country code has been supplied.
17918 .
17919 Language=Polish
17920 An illegal country code has been supplied.
17921 .
17922 Language=Romanian
17923 An illegal country code has been supplied.
17924 .
17925 Language=Russian
17926 An illegal country code has been supplied.
17927 .
17928 Language=Spanish
17929 An illegal country code has been supplied.
17930 .
17931 Language=Turkish
17932 An illegal country code has been supplied.
17933 .
17934 Language=Chinese
17935 An illegal country code has been supplied.
17936 .
17937 Language=Taiwanese
17938 An illegal country code has been supplied.
17939 .
17940
17941 MessageId=3774
17942 Severity=Success
17943 Facility=System
17944 SymbolicName=APPERR_3774
17945 Language=English
17946 The user was successfully created but could not be added\n
17947 to the USERS local group.
17948 .
17949 Language=Russian
17950 The user was successfully created but could not be added\n
17951 to the USERS local group.
17952 .
17953
17954 MessageId=3775
17955 Severity=Success
17956 Facility=System
17957 SymbolicName=APPERR_3775
17958 Language=English
17959 The user context supplied is invalid.
17960 .
17961 Language=Polish
17962 The user context supplied is invalid.
17963 .
17964 Language=Romanian
17965 The user context supplied is invalid.
17966 .
17967 Language=Russian
17968 The user context supplied is invalid.
17969 .
17970 Language=Spanish
17971 The user context supplied is invalid.
17972 .
17973 Language=Turkish
17974 The user context supplied is invalid.
17975 .
17976 Language=Chinese
17977 The user context supplied is invalid.
17978 .
17979 Language=Taiwanese
17980 The user context supplied is invalid.
17981 .
17982
17983 MessageId=3776
17984 Severity=Success
17985 Facility=System
17986 SymbolicName=APPERR_3776
17987 Language=English
17988 The dynamic-link library %1 could not be loaded, or an error\n
17989 occurred while trying to use it.
17990 .
17991 Language=Russian
17992 The dynamic-link library %1 could not be loaded, or an error\n
17993 occurred while trying to use it.
17994 .
17995
17996 MessageId=3777
17997 Severity=Success
17998 Facility=System
17999 SymbolicName=APPERR_3777
18000 Language=English
18001 Sending files is no longer supported.
18002 .
18003 Language=Polish
18004 Sending files is no longer supported.
18005 .
18006 Language=Romanian
18007 Sending files is no longer supported.
18008 .
18009 Language=Russian
18010 Sending files is no longer supported.
18011 .
18012 Language=Spanish
18013 Sending files is no longer supported.
18014 .
18015 Language=Turkish
18016 Sending files is no longer supported.
18017 .
18018 Language=Chinese
18019 Sending files is no longer supported.
18020 .
18021 Language=Taiwanese
18022 Sending files is no longer supported.
18023 .
18024
18025 MessageId=3778
18026 Severity=Success
18027 Facility=System
18028 SymbolicName=APPERR_3778
18029 Language=English
18030 You may not specify paths for ADMIN$ and IPC$ shares.
18031 .
18032 Language=Polish
18033 You may not specify paths for ADMIN$ and IPC$ shares.
18034 .
18035 Language=Romanian
18036 You may not specify paths for ADMIN$ and IPC$ shares.
18037 .
18038 Language=Russian
18039 You may not specify paths for ADMIN$ and IPC$ shares.
18040 .
18041 Language=Spanish
18042 You may not specify paths for ADMIN$ and IPC$ shares.
18043 .
18044 Language=Turkish
18045 You may not specify paths for ADMIN$ and IPC$ shares.
18046 .
18047 Language=Chinese
18048 You may not specify paths for ADMIN$ and IPC$ shares.
18049 .
18050 Language=Taiwanese
18051 You may not specify paths for ADMIN$ and IPC$ shares.
18052 .
18053
18054 MessageId=3779
18055 Severity=Success
18056 Facility=System
18057 SymbolicName=APPERR_3779
18058 Language=English
18059 User or group %1 is already a member of local group %2.
18060 .
18061 Language=Polish
18062 User or group %1 is already a member of local group %2.
18063 .
18064 Language=Romanian
18065 User or group %1 is already a member of local group %2.
18066 .
18067 Language=Russian
18068 User or group %1 is already a member of local group %2.
18069 .
18070 Language=Spanish
18071 User or group %1 is already a member of local group %2.
18072 .
18073 Language=Turkish
18074 User or group %1 is already a member of local group %2.
18075 .
18076 Language=Chinese
18077 User or group %1 is already a member of local group %2.
18078 .
18079 Language=Taiwanese
18080 User or group %1 is already a member of local group %2.
18081 .
18082
18083 MessageId=3780
18084 Severity=Success
18085 Facility=System
18086 SymbolicName=APPERR_3780
18087 Language=English
18088 There is no such user or group: %1.
18089 .
18090 Language=Polish
18091 There is no such user or group: %1.
18092 .
18093 Language=Romanian
18094 There is no such user or group: %1.
18095 .
18096 Language=Russian
18097 There is no such user or group: %1.
18098 .
18099 Language=Spanish
18100 There is no such user or group: %1.
18101 .
18102 Language=Turkish
18103 There is no such user or group: %1.
18104 .
18105 Language=Chinese
18106 There is no such user or group: %1.
18107 .
18108 Language=Taiwanese
18109 There is no such user or group: %1.
18110 .
18111
18112 MessageId=3781
18113 Severity=Success
18114 Facility=System
18115 SymbolicName=APPERR_3781
18116 Language=English
18117 There is no such computer: %1.
18118 .
18119 Language=Polish
18120 There is no such computer: %1.
18121 .
18122 Language=Romanian
18123 There is no such computer: %1.
18124 .
18125 Language=Russian
18126 There is no such computer: %1.
18127 .
18128 Language=Spanish
18129 There is no such computer: %1.
18130 .
18131 Language=Turkish
18132 There is no such computer: %1.
18133 .
18134 Language=Chinese
18135 There is no such computer: %1.
18136 .
18137 Language=Taiwanese
18138 There is no such computer: %1.
18139 .
18140
18141 MessageId=3782
18142 Severity=Success
18143 Facility=System
18144 SymbolicName=APPERR_3782
18145 Language=English
18146 The computer %1 already exists.
18147 .
18148 Language=Polish
18149 The computer %1 already exists.
18150 .
18151 Language=Romanian
18152 The computer %1 already exists.
18153 .
18154 Language=Russian
18155 The computer %1 already exists.
18156 .
18157 Language=Spanish
18158 The computer %1 already exists.
18159 .
18160 Language=Turkish
18161 The computer %1 already exists.
18162 .
18163 Language=Chinese
18164 The computer %1 already exists.
18165 .
18166 Language=Taiwanese
18167 The computer %1 already exists.
18168 .
18169
18170 MessageId=3783
18171 Severity=Success
18172 Facility=System
18173 SymbolicName=APPERR_3783
18174 Language=English
18175 There is no such global user or group: %1.
18176 .
18177 Language=Polish
18178 There is no such global user or group: %1.
18179 .
18180 Language=Romanian
18181 There is no such global user or group: %1.
18182 .
18183 Language=Russian
18184 There is no such global user or group: %1.
18185 .
18186 Language=Spanish
18187 There is no such global user or group: %1.
18188 .
18189 Language=Turkish
18190 There is no such global user or group: %1.
18191 .
18192 Language=Chinese
18193 There is no such global user or group: %1.
18194 .
18195 Language=Taiwanese
18196 There is no such global user or group: %1.
18197 .
18198
18199 MessageId=3784
18200 Severity=Success
18201 Facility=System
18202 SymbolicName=APPERR_3784
18203 Language=English
18204 Only disk shares can be marked as cacheable
18205 .
18206 Language=Polish
18207 Only disk shares can be marked as cacheable
18208 .
18209 Language=Romanian
18210 Only disk shares can be marked as cacheable
18211 .
18212 Language=Russian
18213 Only disk shares can be marked as cacheable
18214 .
18215 Language=Spanish
18216 Only disk shares can be marked as cacheable
18217 .
18218 Language=Turkish
18219 Only disk shares can be marked as cacheable
18220 .
18221 Language=Chinese
18222 Only disk shares can be marked as cacheable
18223 .
18224 Language=Taiwanese
18225 Only disk shares can be marked as cacheable
18226 .
18227
18228 MessageId=3790
18229 Severity=Success
18230 Facility=System
18231 SymbolicName=APPERR_3790
18232 Language=English
18233 The system could not find message: %1.
18234 .
18235 Language=Polish
18236 The system could not find message: %1.
18237 .
18238 Language=Romanian
18239 The system could not find message: %1.
18240 .
18241 Language=Russian
18242 The system could not find message: %1.
18243 .
18244 Language=Spanish
18245 The system could not find message: %1.
18246 .
18247 Language=Turkish
18248 The system could not find message: %1.
18249 .
18250 Language=Chinese
18251 The system could not find message: %1.
18252 .
18253 Language=Taiwanese
18254 The system could not find message: %1.
18255 .
18256
18257 MessageId=3802
18258 Severity=Success
18259 Facility=System
18260 SymbolicName=APPERR_3802
18261 Language=English
18262 This schedule date is invalid.
18263 .
18264 Language=Polish
18265 This schedule date is invalid.
18266 .
18267 Language=Romanian
18268 This schedule date is invalid.
18269 .
18270 Language=Russian
18271 This schedule date is invalid.
18272 .
18273 Language=Spanish
18274 This schedule date is invalid.
18275 .
18276 Language=Turkish
18277 This schedule date is invalid.
18278 .
18279 Language=Chinese
18280 This schedule date is invalid.
18281 .
18282 Language=Taiwanese
18283 This schedule date is invalid.
18284 .
18285
18286 MessageId=3803
18287 Severity=Success
18288 Facility=System
18289 SymbolicName=APPERR_3803
18290 Language=English
18291 The LANMAN root directory is unavailable.
18292 .
18293 Language=Polish
18294 The LANMAN root directory is unavailable.
18295 .
18296 Language=Romanian
18297 The LANMAN root directory is unavailable.
18298 .
18299 Language=Russian
18300 The LANMAN root directory is unavailable.
18301 .
18302 Language=Spanish
18303 The LANMAN root directory is unavailable.
18304 .
18305 Language=Turkish
18306 The LANMAN root directory is unavailable.
18307 .
18308 Language=Chinese
18309 The LANMAN root directory is unavailable.
18310 .
18311 Language=Taiwanese
18312 The LANMAN root directory is unavailable.
18313 .
18314
18315 MessageId=3804
18316 Severity=Success
18317 Facility=System
18318 SymbolicName=APPERR_3804
18319 Language=English
18320 The SCHED.LOG file could not be opened.
18321 .
18322 Language=Polish
18323 The SCHED.LOG file could not be opened.
18324 .
18325 Language=Romanian
18326 The SCHED.LOG file could not be opened.
18327 .
18328 Language=Russian
18329 The SCHED.LOG file could not be opened.
18330 .
18331 Language=Spanish
18332 The SCHED.LOG file could not be opened.
18333 .
18334 Language=Turkish
18335 The SCHED.LOG file could not be opened.
18336 .
18337 Language=Chinese
18338 The SCHED.LOG file could not be opened.
18339 .
18340 Language=Taiwanese
18341 The SCHED.LOG file could not be opened.
18342 .
18343
18344 MessageId=3805
18345 Severity=Success
18346 Facility=System
18347 SymbolicName=APPERR_3805
18348 Language=English
18349 The Server service has not been started.
18350 .
18351 Language=Polish
18352 The Server service has not been started.
18353 .
18354 Language=Romanian
18355 The Server service has not been started.
18356 .
18357 Language=Russian
18358 The Server service has not been started.
18359 .
18360 Language=Spanish
18361 The Server service has not been started.
18362 .
18363 Language=Turkish
18364 The Server service has not been started.
18365 .
18366 Language=Chinese
18367 The Server service has not been started.
18368 .
18369 Language=Taiwanese
18370 The Server service has not been started.
18371 .
18372
18373 MessageId=3806
18374 Severity=Success
18375 Facility=System
18376 SymbolicName=APPERR_3806
18377 Language=English
18378 The AT job ID does not exist.
18379 .
18380 Language=Polish
18381 The AT job ID does not exist.
18382 .
18383 Language=Romanian
18384 The AT job ID does not exist.
18385 .
18386 Language=Russian
18387 The AT job ID does not exist.
18388 .
18389 Language=Spanish
18390 The AT job ID does not exist.
18391 .
18392 Language=Turkish
18393 The AT job ID does not exist.
18394 .
18395 Language=Chinese
18396 The AT job ID does not exist.
18397 .
18398 Language=Taiwanese
18399 The AT job ID does not exist.
18400 .
18401
18402 MessageId=3807
18403 Severity=Success
18404 Facility=System
18405 SymbolicName=APPERR_3807
18406 Language=English
18407 The AT schedule file is corrupted.
18408 .
18409 Language=Polish
18410 The AT schedule file is corrupted.
18411 .
18412 Language=Romanian
18413 The AT schedule file is corrupted.
18414 .
18415 Language=Russian
18416 The AT schedule file is corrupted.
18417 .
18418 Language=Spanish
18419 The AT schedule file is corrupted.
18420 .
18421 Language=Turkish
18422 The AT schedule file is corrupted.
18423 .
18424 Language=Chinese
18425 The AT schedule file is corrupted.
18426 .
18427 Language=Taiwanese
18428 The AT schedule file is corrupted.
18429 .
18430
18431 MessageId=3808
18432 Severity=Success
18433 Facility=System
18434 SymbolicName=APPERR_3808
18435 Language=English
18436 The delete failed due to a problem with the AT schedule file.
18437 .
18438 Language=Polish
18439 The delete failed due to a problem with the AT schedule file.
18440 .
18441 Language=Romanian
18442 The delete failed due to a problem with the AT schedule file.
18443 .
18444 Language=Russian
18445 The delete failed due to a problem with the AT schedule file.
18446 .
18447 Language=Spanish
18448 The delete failed due to a problem with the AT schedule file.
18449 .
18450 Language=Turkish
18451 The delete failed due to a problem with the AT schedule file.
18452 .
18453 Language=Chinese
18454 The delete failed due to a problem with the AT schedule file.
18455 .
18456 Language=Taiwanese
18457 The delete failed due to a problem with the AT schedule file.
18458 .
18459
18460 MessageId=3809
18461 Severity=Success
18462 Facility=System
18463 SymbolicName=APPERR_3809
18464 Language=English
18465 The command line cannot exceed 259 characters.
18466 .
18467 Language=Polish
18468 The command line cannot exceed 259 characters.
18469 .
18470 Language=Romanian
18471 The command line cannot exceed 259 characters.
18472 .
18473 Language=Russian
18474 The command line cannot exceed 259 characters.
18475 .
18476 Language=Spanish
18477 The command line cannot exceed 259 characters.
18478 .
18479 Language=Turkish
18480 The command line cannot exceed 259 characters.
18481 .
18482 Language=Chinese
18483 The command line cannot exceed 259 characters.
18484 .
18485 Language=Taiwanese
18486 The command line cannot exceed 259 characters.
18487 .
18488
18489 MessageId=3810
18490 Severity=Success
18491 Facility=System
18492 SymbolicName=APPERR_3810
18493 Language=English
18494 The AT schedule file could not be updated because the disk is full.
18495 .
18496 Language=Polish
18497 The AT schedule file could not be updated because the disk is full.
18498 .
18499 Language=Romanian
18500 The AT schedule file could not be updated because the disk is full.
18501 .
18502 Language=Russian
18503 The AT schedule file could not be updated because the disk is full.
18504 .
18505 Language=Spanish
18506 The AT schedule file could not be updated because the disk is full.
18507 .
18508 Language=Turkish
18509 The AT schedule file could not be updated because the disk is full.
18510 .
18511 Language=Chinese
18512 The AT schedule file could not be updated because the disk is full.
18513 .
18514 Language=Taiwanese
18515 The AT schedule file could not be updated because the disk is full.
18516 .
18517
18518 MessageId=3812
18519 Severity=Success
18520 Facility=System
18521 SymbolicName=APPERR_3812
18522 Language=English
18523 The AT schedule file is invalid. Please delete the file and create a new one.
18524 .
18525 Language=Polish
18526 The AT schedule file is invalid. Please delete the file and create a new one.
18527 .
18528 Language=Romanian
18529 The AT schedule file is invalid. Please delete the file and create a new one.
18530 .
18531 Language=Russian
18532 The AT schedule file is invalid. Please delete the file and create a new one.
18533 .
18534 Language=Spanish
18535 The AT schedule file is invalid. Please delete the file and create a new one.
18536 .
18537 Language=Turkish
18538 The AT schedule file is invalid. Please delete the file and create a new one.
18539 .
18540 Language=Chinese
18541 The AT schedule file is invalid. Please delete the file and create a new one.
18542 .
18543 Language=Taiwanese
18544 The AT schedule file is invalid. Please delete the file and create a new one.
18545 .
18546
18547 MessageId=3813
18548 Severity=Success
18549 Facility=System
18550 SymbolicName=APPERR_3813
18551 Language=English
18552 The AT schedule file was deleted.
18553 .
18554 Language=Polish
18555 The AT schedule file was deleted.
18556 .
18557 Language=Romanian
18558 The AT schedule file was deleted.
18559 .
18560 Language=Russian
18561 The AT schedule file was deleted.
18562 .
18563 Language=Spanish
18564 The AT schedule file was deleted.
18565 .
18566 Language=Turkish
18567 The AT schedule file was deleted.
18568 .
18569 Language=Chinese
18570 The AT schedule file was deleted.
18571 .
18572 Language=Taiwanese
18573 The AT schedule file was deleted.
18574 .
18575
18576 MessageId=3814
18577 Severity=Success
18578 Facility=System
18579 SymbolicName=APPERR_3814
18580 Language=English
18581 The syntax of this command is:\n\n
18582 AT [id] [/DELETE]\n
18583 AT time [/EVERY:date | /NEXT:date] command\n\n
18584 The AT command schedules a program command to run at a\n
18585 later date and time on a server. It also displays the\n
18586 list of programs and commands scheduled to be run.\n\n
18587 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
18588 for the day of the month.\n\n
18589 You can specify the time in the 24 hour HH:MM format.
18590 .
18591 Language=Russian
18592 The syntax of this command is:\n\n
18593 AT [id] [/DELETE]\n
18594 AT time [/EVERY:date | /NEXT:date] command\n\n
18595 The AT command schedules a program command to run at a\n
18596 later date and time on a server. It also displays the\n
18597 list of programs and commands scheduled to be run.\n\n
18598 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
18599 for the day of the month.\n\n
18600 You can specify the time in the 24 hour HH:MM format.
18601 .
18602
18603 MessageId=3815
18604 Severity=Success
18605 Facility=System
18606 SymbolicName=APPERR_3815
18607 Language=English
18608 The AT command has timed-out.\n
18609 Please try again later.
18610 .
18611 Language=Russian
18612 The AT command has timed-out.\n
18613 Please try again later.
18614 .
18615
18616 MessageId=3816
18617 Severity=Success
18618 Facility=System
18619 SymbolicName=APPERR_3816
18620 Language=English
18621 The minimum password age for user accounts cannot be greater\n
18622 than the maximum password age.
18623 .
18624 Language=Russian
18625 The minimum password age for user accounts cannot be greater\n
18626 than the maximum password age.
18627 .
18628
18629 MessageId=3817
18630 Severity=Success
18631 Facility=System
18632 SymbolicName=APPERR_3817
18633 Language=English
18634 You have specified a value that is incompatible\n
18635 with servers with down-level software. Please specify a lower value.
18636 .
18637 Language=Russian
18638 You have specified a value that is incompatible\n
18639 with servers with down-level software. Please specify a lower value.
18640 .
18641
18642 MessageId=3870
18643 Severity=Success
18644 Facility=System
18645 SymbolicName=APPERR_3870
18646 Language=English
18647 %1 is not a valid computer name.
18648 .
18649 Language=Polish
18650 %1 is not a valid computer name.
18651 .
18652 Language=Romanian
18653 %1 is not a valid computer name.
18654 .
18655 Language=Russian
18656 %1 is not a valid computer name.
18657 .
18658 Language=Spanish
18659 %1 is not a valid computer name.
18660 .
18661 Language=Turkish
18662 %1 is not a valid computer name.
18663 .
18664 Language=Chinese
18665 %1 is not a valid computer name.
18666 .
18667 Language=Taiwanese
18668 %1 is not a valid computer name.
18669 .
18670
18671 MessageId=3871
18672 Severity=Success
18673 Facility=System
18674 SymbolicName=APPERR_3871
18675 Language=English
18676 %1 is not a valid Windows network message number.
18677 .
18678 Language=Polish
18679 %1 is not a valid Windows network message number.
18680 .
18681 Language=Romanian
18682 %1 is not a valid Windows network message number.
18683 .
18684 Language=Russian
18685 %1 is not a valid Windows network message number.
18686 .
18687 Language=Spanish
18688 %1 is not a valid Windows network message number.
18689 .
18690 Language=Turkish
18691 %1 is not a valid Windows network message number.
18692 .
18693 Language=Chinese
18694 %1 is not a valid Windows network message number.
18695 .
18696 Language=Taiwanese
18697 %1 is not a valid Windows network message number.
18698 .
18699
18700 MessageId=3900
18701 Severity=Success
18702 Facility=System
18703 SymbolicName=APPERR_3900
18704 Language=English
18705 Message from %1 to %2 on %3
18706 .
18707 Language=Polish
18708 Message from %1 to %2 on %3
18709 .
18710 Language=Romanian
18711 Message from %1 to %2 on %3
18712 .
18713 Language=Russian
18714 Message from %1 to %2 on %3
18715 .
18716 Language=Spanish
18717 Message from %1 to %2 on %3
18718 .
18719 Language=Turkish
18720 Message from %1 to %2 on %3
18721 .
18722 Language=Chinese
18723 Message from %1 to %2 on %3
18724 .
18725 Language=Taiwanese
18726 Message from %1 to %2 on %3
18727 .
18728
18729 MessageId=3901
18730 Severity=Success
18731 Facility=System
18732 SymbolicName=APPERR_3901
18733 Language=English
18734 ****
18735 .
18736 Language=Polish
18737 ****
18738 .
18739 Language=Romanian
18740 ****
18741 .
18742 Language=Russian
18743 ****
18744 .
18745 Language=Spanish
18746 ****
18747 .
18748 Language=Turkish
18749 ****
18750 .
18751 Language=Chinese
18752 ****
18753 .
18754 Language=Taiwanese
18755 ****
18756 .
18757
18758 MessageId=3902
18759 Severity=Success
18760 Facility=System
18761 SymbolicName=APPERR_3902
18762 Language=English
18763 **** unexpected end of message ****
18764 .
18765 Language=Polish
18766 **** unexpected end of message ****
18767 .
18768 Language=Romanian
18769 **** unexpected end of message ****
18770 .
18771 Language=Russian
18772 **** unexpected end of message ****
18773 .
18774 Language=Spanish
18775 **** unexpected end of message ****
18776 .
18777 Language=Turkish
18778 **** unexpected end of message ****
18779 .
18780 Language=Chinese
18781 **** unexpected end of message ****
18782 .
18783 Language=Taiwanese
18784 **** unexpected end of message ****
18785 .
18786
18787 MessageId=3905
18788 Severity=Success
18789 Facility=System
18790 SymbolicName=APPERR_3905
18791 Language=English
18792 Press ESC to exit
18793 .
18794 Language=Polish
18795 Press ESC to exit
18796 .
18797 Language=Romanian
18798 Press ESC to exit
18799 .
18800 Language=Russian
18801 Press ESC to exit
18802 .
18803 Language=Spanish
18804 Press ESC to exit
18805 .
18806 Language=Turkish
18807 Press ESC to exit
18808 .
18809 Language=Chinese
18810 Press ESC to exit
18811 .
18812 Language=Taiwanese
18813 Press ESC to exit
18814 .
18815
18816 MessageId=3906
18817 Severity=Success
18818 Facility=System
18819 SymbolicName=APPERR_3906
18820 Language=English
18821 ...
18822 .
18823 Language=Russian
18824 ...
18825 .
18826
18827 MessageId=3910
18828 Severity=Success
18829 Facility=System
18830 SymbolicName=APPERR_3910
18831 Language=English
18832 Current time at %1 is %2
18833 .
18834 Language=Polish
18835 Current time at %1 is %2
18836 .
18837 Language=Romanian
18838 Current time at %1 is %2
18839 .
18840 Language=Russian
18841 Current time at %1 is %2
18842 .
18843 Language=Spanish
18844 Current time at %1 is %2
18845 .
18846 Language=Turkish
18847 Current time at %1 is %2
18848 .
18849 Language=Chinese
18850 Current time at %1 is %2
18851 .
18852 Language=Taiwanese
18853 Current time at %1 is %2
18854 .
18855
18856 MessageId=3911
18857 Severity=Success
18858 Facility=System
18859 SymbolicName=APPERR_3911
18860 Language=English
18861 The current local clock is %1\n
18862 Do you want to set the local computer's time to match the\n
18863 time at %2? %3: %0
18864 .
18865 Language=Russian
18866 Do you want to set the local computer's time to match the\n
18867 time at %2? %3: %0
18868 .
18869
18870 MessageId=3912
18871 Severity=Success
18872 Facility=System
18873 SymbolicName=APPERR_3912
18874 Language=English
18875 Could not locate a time-server.
18876 .
18877 Language=Polish
18878 Could not locate a time-server.
18879 .
18880 Language=Romanian
18881 Could not locate a time-server.
18882 .
18883 Language=Russian
18884 Could not locate a time-server.
18885 .
18886 Language=Spanish
18887 Could not locate a time-server.
18888 .
18889 Language=Turkish
18890 Could not locate a time-server.
18891 .
18892 Language=Chinese
18893 Could not locate a time-server.
18894 .
18895 Language=Taiwanese
18896 Could not locate a time-server.
18897 .
18898
18899 MessageId=3913
18900 Severity=Success
18901 Facility=System
18902 SymbolicName=APPERR_3913
18903 Language=English
18904 Could not find the domain controller for domain %1.
18905 .
18906 Language=Polish
18907 Could not find the domain controller for domain %1.
18908 .
18909 Language=Romanian
18910 Could not find the domain controller for domain %1.
18911 .
18912 Language=Russian
18913 Could not find the domain controller for domain %1.
18914 .
18915 Language=Spanish
18916 Could not find the domain controller for domain %1.
18917 .
18918 Language=Turkish
18919 Could not find the domain controller for domain %1.
18920 .
18921 Language=Chinese
18922 Could not find the domain controller for domain %1.
18923 .
18924 Language=Taiwanese
18925 Could not find the domain controller for domain %1.
18926 .
18927
18928 MessageId=3914
18929 Severity=Success
18930 Facility=System
18931 SymbolicName=APPERR_3914
18932 Language=English
18933 Local time (GMT%3) at %1 is %2
18934 .
18935 Language=Polish
18936 Local time (GMT%3) at %1 is %2
18937 .
18938 Language=Romanian
18939 Local time (GMT%3) at %1 is %2
18940 .
18941 Language=Russian
18942 Local time (GMT%3) at %1 is %2
18943 .
18944 Language=Spanish
18945 Local time (GMT%3) at %1 is %2
18946 .
18947 Language=Turkish
18948 Local time (GMT%3) at %1 is %2
18949 .
18950 Language=Chinese
18951 Local time (GMT%3) at %1 is %2
18952 .
18953 Language=Taiwanese
18954 Local time (GMT%3) at %1 is %2
18955 .
18956
18957 MessageId=3915
18958 Severity=Success
18959 Facility=System
18960 SymbolicName=APPERR_3915
18961 Language=English
18962 The user's home directory could not be determined.
18963 .
18964 Language=Polish
18965 The user's home directory could not be determined.
18966 .
18967 Language=Romanian
18968 The user's home directory could not be determined.
18969 .
18970 Language=Russian
18971 The user's home directory could not be determined.
18972 .
18973 Language=Spanish
18974 The user's home directory could not be determined.
18975 .
18976 Language=Turkish
18977 The user's home directory could not be determined.
18978 .
18979 Language=Chinese
18980 The user's home directory could not be determined.
18981 .
18982 Language=Taiwanese
18983 The user's home directory could not be determined.
18984 .
18985
18986 MessageId=3916
18987 Severity=Success
18988 Facility=System
18989 SymbolicName=APPERR_3916
18990 Language=English
18991 The user's home directory has not been specified.
18992 .
18993 Language=Polish
18994 The user's home directory has not been specified.
18995 .
18996 Language=Romanian
18997 The user's home directory has not been specified.
18998 .
18999 Language=Russian
19000 The user's home directory has not been specified.
19001 .
19002 Language=Spanish
19003 The user's home directory has not been specified.
19004 .
19005 Language=Turkish
19006 The user's home directory has not been specified.
19007 .
19008 Language=Chinese
19009 The user's home directory has not been specified.
19010 .
19011 Language=Taiwanese
19012 The user's home directory has not been specified.
19013 .
19014
19015 MessageId=3917
19016 Severity=Success
19017 Facility=System
19018 SymbolicName=APPERR_3917
19019 Language=English
19020 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
19021 .
19022 Language=Polish
19023 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
19024 .
19025 Language=Romanian
19026 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
19027 .
19028 Language=Russian
19029 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
19030 .
19031 Language=Spanish
19032 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
19033 .
19034 Language=Turkish
19035 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
19036 .
19037 Language=Chinese
19038 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
19039 .
19040 Language=Taiwanese
19041 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
19042 .
19043
19044 MessageId=3918
19045 Severity=Success
19046 Facility=System
19047 SymbolicName=APPERR_3918
19048 Language=English
19049 Drive %1 is now connected to %2. Your home directory is %3\\%4.
19050 .
19051 Language=Polish
19052 Drive %1 is now connected to %2. Your home directory is %3\\%4.
19053 .
19054 Language=Romanian
19055 Drive %1 is now connected to %2. Your home directory is %3\\%4.
19056 .
19057 Language=Russian
19058 Drive %1 is now connected to %2. Your home directory is %3\\%4.
19059 .
19060 Language=Spanish
19061 Drive %1 is now connected to %2. Your home directory is %3\\%4.
19062 .
19063 Language=Turkish
19064 Drive %1 is now connected to %2. Your home directory is %3\\%4.
19065 .
19066 Language=Chinese
19067 Drive %1 is now connected to %2. Your home directory is %3\\%4.
19068 .
19069 Language=Taiwanese
19070 Drive %1 is now connected to %2. Your home directory is %3\\%4.
19071 .
19072
19073 MessageId=3919
19074 Severity=Success
19075 Facility=System
19076 SymbolicName=APPERR_3919
19077 Language=English
19078 Drive %1 is now connected to %2.
19079 .
19080 Language=Polish
19081 Drive %1 is now connected to %2.
19082 .
19083 Language=Romanian
19084 Drive %1 is now connected to %2.
19085 .
19086 Language=Russian
19087 Drive %1 is now connected to %2.
19088 .
19089 Language=Spanish
19090 Drive %1 is now connected to %2.
19091 .
19092 Language=Turkish
19093 Drive %1 is now connected to %2.
19094 .
19095 Language=Chinese
19096 Drive %1 is now connected to %2.
19097 .
19098 Language=Taiwanese
19099 Drive %1 is now connected to %2.
19100 .
19101
19102 MessageId=3920
19103 Severity=Success
19104 Facility=System
19105 SymbolicName=APPERR_3920
19106 Language=English
19107 There are no available drive letters left.
19108 .
19109 Language=Polish
19110 There are no available drive letters left.
19111 .
19112 Language=Romanian
19113 There are no available drive letters left.
19114 .
19115 Language=Russian
19116 There are no available drive letters left.
19117 .
19118 Language=Spanish
19119 There are no available drive letters left.
19120 .
19121 Language=Turkish
19122 There are no available drive letters left.
19123 .
19124 Language=Chinese
19125 There are no available drive letters left.
19126 .
19127 Language=Taiwanese
19128 There are no available drive letters left.
19129 .
19130
19131 MessageId=3932
19132 Severity=Success
19133 Facility=System
19134 SymbolicName=APPERR_3932
19135 Language=English
19136 %1 is not a valid domain or workgroup name.
19137 .
19138 Language=Polish
19139 %1 is not a valid domain or workgroup name.
19140 .
19141 Language=Romanian
19142 %1 is not a valid domain or workgroup name.
19143 .
19144 Language=Russian
19145 %1 is not a valid domain or workgroup name.
19146 .
19147 Language=Spanish
19148 %1 is not a valid domain or workgroup name.
19149 .
19150 Language=Turkish
19151 %1 is not a valid domain or workgroup name.
19152 .
19153 Language=Chinese
19154 %1 is not a valid domain or workgroup name.
19155 .
19156 Language=Taiwanese
19157 %1 is not a valid domain or workgroup name.
19158 .
19159
19160 MessageId=3935
19161 Severity=Success
19162 Facility=System
19163 SymbolicName=APPERR_3935
19164 Language=English
19165 The current SNTP value is: %1
19166 .
19167 Language=Polish
19168 The current SNTP value is: %1
19169 .
19170 Language=Romanian
19171 The current SNTP value is: %1
19172 .
19173 Language=Russian
19174 The current SNTP value is: %1
19175 .
19176 Language=Spanish
19177 The current SNTP value is: %1
19178 .
19179 Language=Turkish
19180 The current SNTP value is: %1
19181 .
19182 Language=Chinese
19183 The current SNTP value is: %1
19184 .
19185 Language=Taiwanese
19186 The current SNTP value is: %1
19187 .
19188
19189 MessageId=3936
19190 Severity=Success
19191 Facility=System
19192 SymbolicName=APPERR_3936
19193 Language=English
19194 This computer is not currently configured to use a specific SNTP server.
19195 .
19196 Language=Polish
19197 This computer is not currently configured to use a specific SNTP server.
19198 .
19199 Language=Romanian
19200 This computer is not currently configured to use a specific SNTP server.
19201 .
19202 Language=Russian
19203 This computer is not currently configured to use a specific SNTP server.
19204 .
19205 Language=Spanish
19206 This computer is not currently configured to use a specific SNTP server.
19207 .
19208 Language=Turkish
19209 This computer is not currently configured to use a specific SNTP server.
19210 .
19211 Language=Chinese
19212 This computer is not currently configured to use a specific SNTP server.
19213 .
19214 Language=Taiwanese
19215 This computer is not currently configured to use a specific SNTP server.
19216 .
19217
19218 MessageId=3937
19219 Severity=Success
19220 Facility=System
19221 SymbolicName=APPERR_3937
19222 Language=English
19223 This current autoconfigured SNTP value is: %1
19224 .
19225 Language=Polish
19226 This current autoconfigured SNTP value is: %1
19227 .
19228 Language=Romanian
19229 This current autoconfigured SNTP value is: %1
19230 .
19231 Language=Russian
19232 This current autoconfigured SNTP value is: %1
19233 .
19234 Language=Spanish
19235 This current autoconfigured SNTP value is: %1
19236 .
19237 Language=Turkish
19238 This current autoconfigured SNTP value is: %1
19239 .
19240 Language=Chinese
19241 This current autoconfigured SNTP value is: %1
19242 .
19243 Language=Taiwanese
19244 This current autoconfigured SNTP value is: %1
19245 .
19246
19247 MessageId=3951
19248 Severity=Success
19249 Facility=System
19250 SymbolicName=APPERR_3951
19251 Language=English
19252 You specified too many values for the %1 option.
19253 .
19254 Language=Polish
19255 You specified too many values for the %1 option.
19256 .
19257 Language=Romanian
19258 You specified too many values for the %1 option.
19259 .
19260 Language=Russian
19261 You specified too many values for the %1 option.
19262 .
19263 Language=Spanish
19264 You specified too many values for the %1 option.
19265 .
19266 Language=Turkish
19267 You specified too many values for the %1 option.
19268 .
19269 Language=Chinese
19270 You specified too many values for the %1 option.
19271 .
19272 Language=Taiwanese
19273 You specified too many values for the %1 option.
19274 .
19275
19276 MessageId=3952
19277 Severity=Success
19278 Facility=System
19279 SymbolicName=APPERR_3952
19280 Language=English
19281 You entered an invalid value for the %1 option.
19282 .
19283 Language=Polish
19284 You entered an invalid value for the %1 option.
19285 .
19286 Language=Romanian
19287 You entered an invalid value for the %1 option.
19288 .
19289 Language=Russian
19290 You entered an invalid value for the %1 option.
19291 .
19292 Language=Spanish
19293 You entered an invalid value for the %1 option.
19294 .
19295 Language=Turkish
19296 You entered an invalid value for the %1 option.
19297 .
19298 Language=Chinese
19299 You entered an invalid value for the %1 option.
19300 .
19301 Language=Taiwanese
19302 You entered an invalid value for the %1 option.
19303 .
19304
19305 MessageId=3953
19306 Severity=Success
19307 Facility=System
19308 SymbolicName=APPERR_3953
19309 Language=English
19310 The syntax is incorrect.
19311 .
19312 Language=Polish
19313 The syntax is incorrect.
19314 .
19315 Language=Romanian
19316 The syntax is incorrect.
19317 .
19318 Language=Russian
19319 The syntax is incorrect.
19320 .
19321 Language=Spanish
19322 The syntax is incorrect.
19323 .
19324 Language=Turkish
19325 The syntax is incorrect.
19326 .
19327 Language=Chinese
19328 The syntax is incorrect.
19329 .
19330 Language=Taiwanese
19331 The syntax is incorrect.
19332 .
19333
19334 MessageId=3960
19335 Severity=Success
19336 Facility=System
19337 SymbolicName=APPERR_3960
19338 Language=English
19339 You specified an invalid file number.
19340 .
19341 Language=Polish
19342 You specified an invalid file number.
19343 .
19344 Language=Romanian
19345 You specified an invalid file number.
19346 .
19347 Language=Russian
19348 You specified an invalid file number.
19349 .
19350 Language=Spanish
19351 You specified an invalid file number.
19352 .
19353 Language=Turkish
19354 You specified an invalid file number.
19355 .
19356 Language=Chinese
19357 You specified an invalid file number.
19358 .
19359 Language=Taiwanese
19360 You specified an invalid file number.
19361 .
19362
19363 MessageId=3961
19364 Severity=Success
19365 Facility=System
19366 SymbolicName=APPERR_3961
19367 Language=English
19368 You specified an invalid print job number.
19369 .
19370 Language=Polish
19371 You specified an invalid print job number.
19372 .
19373 Language=Romanian
19374 You specified an invalid print job number.
19375 .
19376 Language=Russian
19377 You specified an invalid print job number.
19378 .
19379 Language=Spanish
19380 You specified an invalid print job number.
19381 .
19382 Language=Turkish
19383 You specified an invalid print job number.
19384 .
19385 Language=Chinese
19386 You specified an invalid print job number.
19387 .
19388 Language=Taiwanese
19389 You specified an invalid print job number.
19390 .
19391
19392 MessageId=3963
19393 Severity=Success
19394 Facility=System
19395 SymbolicName=APPERR_3963
19396 Language=English
19397 The user or group account specified cannot be found.
19398 .
19399 Language=Polish
19400 The user or group account specified cannot be found.
19401 .
19402 Language=Romanian
19403 The user or group account specified cannot be found.
19404 .
19405 Language=Russian
19406 The user or group account specified cannot be found.
19407 .
19408 Language=Spanish
19409 The user or group account specified cannot be found.
19410 .
19411 Language=Turkish
19412 The user or group account specified cannot be found.
19413 .
19414 Language=Chinese
19415 The user or group account specified cannot be found.
19416 .
19417 Language=Taiwanese
19418 The user or group account specified cannot be found.
19419 .
19420
19421 MessageId=3965
19422 Severity=Success
19423 Facility=System
19424 SymbolicName=APPERR_3965
19425 Language=English
19426 The user was added but could not be enabled for File and Print\n
19427 Services for NetWare.
19428 .
19429 Language=Russian
19430 The user was added but could not be enabled for File and Print\n
19431 Services for NetWare.
19432 .
19433
19434 MessageId=3966
19435 Severity=Success
19436 Facility=System
19437 SymbolicName=APPERR_3966
19438 Language=English
19439 File and Print Services for NetWare is not installed.
19440 .
19441 Language=Polish
19442 File and Print Services for NetWare is not installed.
19443 .
19444 Language=Romanian
19445 File and Print Services for NetWare is not installed.
19446 .
19447 Language=Russian
19448 File and Print Services for NetWare is not installed.
19449 .
19450 Language=Spanish
19451 File and Print Services for NetWare is not installed.
19452 .
19453 Language=Turkish
19454 File and Print Services for NetWare is not installed.
19455 .
19456 Language=Chinese
19457 File and Print Services for NetWare is not installed.
19458 .
19459 Language=Taiwanese
19460 File and Print Services for NetWare is not installed.
19461 .
19462
19463 MessageId=3967
19464 Severity=Success
19465 Facility=System
19466 SymbolicName=APPERR_3967
19467 Language=English
19468 Cannot set user properties for File and Print Services for NetWare.
19469 .
19470 Language=Polish
19471 Cannot set user properties for File and Print Services for NetWare.
19472 .
19473 Language=Romanian
19474 Cannot set user properties for File and Print Services for NetWare.
19475 .
19476 Language=Russian
19477 Cannot set user properties for File and Print Services for NetWare.
19478 .
19479 Language=Spanish
19480 Cannot set user properties for File and Print Services for NetWare.
19481 .
19482 Language=Turkish
19483 Cannot set user properties for File and Print Services for NetWare.
19484 .
19485 Language=Chinese
19486 Cannot set user properties for File and Print Services for NetWare.
19487 .
19488 Language=Taiwanese
19489 Cannot set user properties for File and Print Services for NetWare.
19490 .
19491
19492 MessageId=3968
19493 Severity=Success
19494 Facility=System
19495 SymbolicName=APPERR_3968
19496 Language=English
19497 Password for %1 is: %2
19498 .
19499 Language=Polish
19500 Password for %1 is: %2
19501 .
19502 Language=Romanian
19503 Password for %1 is: %2
19504 .
19505 Language=Russian
19506 Password for %1 is: %2
19507 .
19508 Language=Spanish
19509 Password for %1 is: %2
19510 .
19511 Language=Turkish
19512 Password for %1 is: %2
19513 .
19514 Language=Chinese
19515 Password for %1 is: %2
19516 .
19517 Language=Taiwanese
19518 Password for %1 is: %2
19519 .
19520
19521 MessageId=3969
19522 Severity=Success
19523 Facility=System
19524 SymbolicName=APPERR_3969
19525 Language=English
19526 NetWare compatible logon
19527 .
19528 Language=Polish
19529 NetWare compatible logon
19530 .
19531 Language=Romanian
19532 NetWare compatible logon
19533 .
19534 Language=Russian
19535 NetWare compatible logon
19536 .
19537 Language=Spanish
19538 NetWare compatible logon
19539 .
19540 Language=Turkish
19541 NetWare compatible logon
19542 .
19543 Language=Chinese
19544 NetWare compatible logon
19545 .
19546 Language=Taiwanese
19547 NetWare compatible logon
19548 .
19549
19550
19551 ;
19552 ; apperr2.h (non-public) message difinitions (4300 - 5299 APPERR2_BASE)
19553 ;
19554
19555 MessageId=4300
19556 Severity=Success
19557 Facility=System
19558 SymbolicName=APPERR2_4300
19559 Language=English
19560 Yes%0
19561 .
19562 Language=Polish
19563 Yes%0
19564 .
19565 Language=Romanian
19566 Yes%0
19567 .
19568 Language=Russian
19569 Yes%0
19570 .
19571 Language=Spanish
19572 Yes%0
19573 .
19574 Language=Turkish
19575 Yes%0
19576 .
19577 Language=Chinese
19578 Yes%0
19579 .
19580 Language=Taiwanese
19581 Yes%0
19582 .
19583
19584 MessageId=4301
19585 Severity=Success
19586 Facility=System
19587 SymbolicName=APPERR2_4301
19588 Language=English
19589 No%0
19590 .
19591 Language=Polish
19592 No%0
19593 .
19594 Language=Romanian
19595 No%0
19596 .
19597 Language=Russian
19598 No%0
19599 .
19600 Language=Spanish
19601 No%0
19602 .
19603 Language=Turkish
19604 No%0
19605 .
19606 Language=Chinese
19607 No%0
19608 .
19609 Language=Taiwanese
19610 No%0
19611 .
19612
19613 MessageId=4302
19614 Severity=Success
19615 Facility=System
19616 SymbolicName=APPERR2_4302
19617 Language=English
19618 All%0
19619 .
19620 Language=Polish
19621 All%0
19622 .
19623 Language=Romanian
19624 All%0
19625 .
19626 Language=Russian
19627 All%0
19628 .
19629 Language=Spanish
19630 All%0
19631 .
19632 Language=Turkish
19633 All%0
19634 .
19635 Language=Chinese
19636 All%0
19637 .
19638 Language=Taiwanese
19639 All%0
19640 .
19641
19642 MessageId=4303
19643 Severity=Success
19644 Facility=System
19645 SymbolicName=APPERR2_4303
19646 Language=English
19647 None%0
19648 .
19649 Language=Polish
19650 None%0
19651 .
19652 Language=Romanian
19653 None%0
19654 .
19655 Language=Russian
19656 None%0
19657 .
19658 Language=Spanish
19659 None%0
19660 .
19661 Language=Turkish
19662 None%0
19663 .
19664 Language=Chinese
19665 None%0
19666 .
19667 Language=Taiwanese
19668 None%0
19669 .
19670
19671 MessageId=4304
19672 Severity=Success
19673 Facility=System
19674 SymbolicName=APPERR2_4304
19675 Language=English
19676 Always%0
19677 .
19678 Language=Polish
19679 Always%0
19680 .
19681 Language=Romanian
19682 Always%0
19683 .
19684 Language=Russian
19685 Always%0
19686 .
19687 Language=Spanish
19688 Always%0
19689 .
19690 Language=Turkish
19691 Always%0
19692 .
19693 Language=Chinese
19694 Always%0
19695 .
19696 Language=Taiwanese
19697 Always%0
19698 .
19699
19700 MessageId=4305
19701 Severity=Success
19702 Facility=System
19703 SymbolicName=APPERR2_4305
19704 Language=English
19705 Never%0
19706 .
19707 Language=Polish
19708 Never%0
19709 .
19710 Language=Romanian
19711 Never%0
19712 .
19713 Language=Russian
19714 Never%0
19715 .
19716 Language=Spanish
19717 Never%0
19718 .
19719 Language=Turkish
19720 Never%0
19721 .
19722 Language=Chinese
19723 Never%0
19724 .
19725 Language=Taiwanese
19726 Never%0
19727 .
19728
19729 MessageId=4306
19730 Severity=Success
19731 Facility=System
19732 SymbolicName=APPERR2_4306
19733 Language=English
19734 Unlimited%0
19735 .
19736 Language=Polish
19737 Unlimited%0
19738 .
19739 Language=Romanian
19740 Unlimited%0
19741 .
19742 Language=Russian
19743 Unlimited%0
19744 .
19745 Language=Spanish
19746 Unlimited%0
19747 .
19748 Language=Turkish
19749 Unlimited%0
19750 .
19751 Language=Chinese
19752 Unlimited%0
19753 .
19754 Language=Taiwanese
19755 Unlimited%0
19756 .
19757
19758 MessageId=4307
19759 Severity=Success
19760 Facility=System
19761 SymbolicName=APPERR2_4307
19762 Language=English
19763 Sunday%0
19764 .
19765 Language=Polish
19766 Sunday%0
19767 .
19768 Language=Romanian
19769 Sunday%0
19770 .
19771 Language=Russian
19772 Sunday%0
19773 .
19774 Language=Spanish
19775 Sunday%0
19776 .
19777 Language=Turkish
19778 Sunday%0
19779 .
19780 Language=Chinese
19781 Sunday%0
19782 .
19783 Language=Taiwanese
19784 Sunday%0
19785 .
19786
19787 MessageId=4308
19788 Severity=Success
19789 Facility=System
19790 SymbolicName=APPERR2_4308
19791 Language=English
19792 Monday%0
19793 .
19794 Language=Polish
19795 Monday%0
19796 .
19797 Language=Romanian
19798 Monday%0
19799 .
19800 Language=Russian
19801 Monday%0
19802 .
19803 Language=Spanish
19804 Monday%0
19805 .
19806 Language=Turkish
19807 Monday%0
19808 .
19809 Language=Chinese
19810 Monday%0
19811 .
19812 Language=Taiwanese
19813 Monday%0
19814 .
19815
19816 MessageId=4309
19817 Severity=Success
19818 Facility=System
19819 SymbolicName=APPERR2_4309
19820 Language=English
19821 Tuesday%0
19822 .
19823 Language=Polish
19824 Tuesday%0
19825 .
19826 Language=Romanian
19827 Tuesday%0
19828 .
19829 Language=Russian
19830 Tuesday%0
19831 .
19832 Language=Spanish
19833 Tuesday%0
19834 .
19835 Language=Turkish
19836 Tuesday%0
19837 .
19838 Language=Chinese
19839 Tuesday%0
19840 .
19841 Language=Taiwanese
19842 Tuesday%0
19843 .
19844
19845 MessageId=4310
19846 Severity=Success
19847 Facility=System
19848 SymbolicName=APPERR2_4310
19849 Language=English
19850 Wednesday%0
19851 .
19852 Language=Polish
19853 Wednesday%0
19854 .
19855 Language=Romanian
19856 Wednesday%0
19857 .
19858 Language=Russian
19859 Wednesday%0
19860 .
19861 Language=Spanish
19862 Wednesday%0
19863 .
19864 Language=Turkish
19865 Wednesday%0
19866 .
19867 Language=Chinese
19868 Wednesday%0
19869 .
19870 Language=Taiwanese
19871 Wednesday%0
19872 .
19873
19874 MessageId=4311
19875 Severity=Success
19876 Facility=System
19877 SymbolicName=APPERR2_4311
19878 Language=English
19879 Thursday%0
19880 .
19881 Language=Polish
19882 Thursday%0
19883 .
19884 Language=Romanian
19885 Thursday%0
19886 .
19887 Language=Russian
19888 Thursday%0
19889 .
19890 Language=Spanish
19891 Thursday%0
19892 .
19893 Language=Turkish
19894 Thursday%0
19895 .
19896 Language=Chinese
19897 Thursday%0
19898 .
19899 Language=Taiwanese
19900 Thursday%0
19901 .
19902
19903 MessageId=4312
19904 Severity=Success
19905 Facility=System
19906 SymbolicName=APPERR2_4312
19907 Language=English
19908 Friday%0
19909 .
19910 Language=Polish
19911 Friday%0
19912 .
19913 Language=Romanian
19914 Friday%0
19915 .
19916 Language=Russian
19917 Friday%0
19918 .
19919 Language=Spanish
19920 Friday%0
19921 .
19922 Language=Turkish
19923 Friday%0
19924 .
19925 Language=Chinese
19926 Friday%0
19927 .
19928 Language=Taiwanese
19929 Friday%0
19930 .
19931
19932 MessageId=4313
19933 Severity=Success
19934 Facility=System
19935 SymbolicName=APPERR2_4313
19936 Language=English
19937 Saturday%0
19938 .
19939 Language=Polish
19940 Saturday%0
19941 .
19942 Language=Romanian
19943 Saturday%0
19944 .
19945 Language=Russian
19946 Saturday%0
19947 .
19948 Language=Spanish
19949 Saturday%0
19950 .
19951 Language=Turkish
19952 Saturday%0
19953 .
19954 Language=Chinese
19955 Saturday%0
19956 .
19957 Language=Taiwanese
19958 Saturday%0
19959 .
19960
19961 MessageId=4314
19962 Severity=Success
19963 Facility=System
19964 SymbolicName=APPERR2_4314
19965 Language=English
19966 Su%0
19967 .
19968 Language=Polish
19969 Su%0
19970 .
19971 Language=Romanian
19972 Su%0
19973 .
19974 Language=Russian
19975 Su%0
19976 .
19977 Language=Spanish
19978 Su%0
19979 .
19980 Language=Turkish
19981 Su%0
19982 .
19983 Language=Chinese
19984 Su%0
19985 .
19986 Language=Taiwanese
19987 Su%0
19988 .
19989
19990 MessageId=4315
19991 Severity=Success
19992 Facility=System
19993 SymbolicName=APPERR2_4315
19994 Language=English
19995 M%0
19996 .
19997 Language=Polish
19998 M%0
19999 .
20000 Language=Romanian
20001 M%0
20002 .
20003 Language=Russian
20004 M%0
20005 .
20006 Language=Spanish
20007 M%0
20008 .
20009 Language=Turkish
20010 M%0
20011 .
20012 Language=Chinese
20013 M%0
20014 .
20015 Language=Taiwanese
20016 M%0
20017 .
20018
20019 MessageId=4316
20020 Severity=Success
20021 Facility=System
20022 SymbolicName=APPERR2_4316
20023 Language=English
20024 T%0
20025 .
20026 Language=Polish
20027 T%0
20028 .
20029 Language=Romanian
20030 T%0
20031 .
20032 Language=Russian
20033 T%0
20034 .
20035 Language=Spanish
20036 T%0
20037 .
20038 Language=Turkish
20039 T%0
20040 .
20041 Language=Chinese
20042 T%0
20043 .
20044 Language=Taiwanese
20045 T%0
20046 .
20047
20048 MessageId=4317
20049 Severity=Success
20050 Facility=System
20051 SymbolicName=APPERR2_4317
20052 Language=English
20053 W%0
20054 .
20055 Language=Polish
20056 W%0
20057 .
20058 Language=Romanian
20059 W%0
20060 .
20061 Language=Russian
20062 W%0
20063 .
20064 Language=Spanish
20065 W%0
20066 .
20067 Language=Turkish
20068 W%0
20069 .
20070 Language=Chinese
20071 W%0
20072 .
20073 Language=Taiwanese
20074 W%0
20075 .
20076
20077 MessageId=4318
20078 Severity=Success
20079 Facility=System
20080 SymbolicName=APPERR2_4318
20081 Language=English
20082 Th%0
20083 .
20084 Language=Polish
20085 Th%0
20086 .
20087 Language=Romanian
20088 Th%0
20089 .
20090 Language=Russian
20091 Th%0
20092 .
20093 Language=Spanish
20094 Th%0
20095 .
20096 Language=Turkish
20097 Th%0
20098 .
20099 Language=Chinese
20100 Th%0
20101 .
20102 Language=Taiwanese
20103 Th%0
20104 .
20105
20106 MessageId=4319
20107 Severity=Success
20108 Facility=System
20109 SymbolicName=APPERR2_4319
20110 Language=English
20111 F%0
20112 .
20113 Language=Polish
20114 F%0
20115 .
20116 Language=Romanian
20117 F%0
20118 .
20119 Language=Russian
20120 F%0
20121 .
20122 Language=Spanish
20123 F%0
20124 .
20125 Language=Turkish
20126 F%0
20127 .
20128 Language=Chinese
20129 F%0
20130 .
20131 Language=Taiwanese
20132 F%0
20133 .
20134
20135 MessageId=4320
20136 Severity=Success
20137 Facility=System
20138 SymbolicName=APPERR2_4320
20139 Language=English
20140 S%0
20141 .
20142 Language=Polish
20143 S%0
20144 .
20145 Language=Romanian
20146 S%0
20147 .
20148 Language=Russian
20149 S%0
20150 .
20151 Language=Spanish
20152 S%0
20153 .
20154 Language=Turkish
20155 S%0
20156 .
20157 Language=Chinese
20158 S%0
20159 .
20160 Language=Taiwanese
20161 S%0
20162 .
20163
20164 MessageId=4321
20165 Severity=Success
20166 Facility=System
20167 SymbolicName=APPERR2_4321
20168 Language=English
20169 Unknown%0
20170 .
20171 Language=Polish
20172 Unknown%0
20173 .
20174 Language=Romanian
20175 Unknown%0
20176 .
20177 Language=Russian
20178 Unknown%0
20179 .
20180 Language=Spanish
20181 Unknown%0
20182 .
20183 Language=Turkish
20184 Unknown%0
20185 .
20186 Language=Chinese
20187 Unknown%0
20188 .
20189 Language=Taiwanese
20190 Unknown%0
20191 .
20192
20193 MessageId=4322
20194 Severity=Success
20195 Facility=System
20196 SymbolicName=APPERR2_4322
20197 Language=English
20198 AM%0
20199 .
20200 Language=Polish
20201 AM%0
20202 .
20203 Language=Romanian
20204 AM%0
20205 .
20206 Language=Russian
20207 AM%0
20208 .
20209 Language=Spanish
20210 AM%0
20211 .
20212 Language=Turkish
20213 AM%0
20214 .
20215 Language=Chinese
20216 AM%0
20217 .
20218 Language=Taiwanese
20219 AM%0
20220 .
20221
20222 MessageId=4323
20223 Severity=Success
20224 Facility=System
20225 SymbolicName=APPERR2_4323
20226 Language=English
20227 A.M.%0
20228 .
20229 Language=Polish
20230 A.M.%0
20231 .
20232 Language=Romanian
20233 A.M.%0
20234 .
20235 Language=Russian
20236 A.M.%0
20237 .
20238 Language=Spanish
20239 A.M.%0
20240 .
20241 Language=Turkish
20242 A.M.%0
20243 .
20244 Language=Chinese
20245 A.M.%0
20246 .
20247 Language=Taiwanese
20248 A.M.%0
20249 .
20250
20251 MessageId=4324
20252 Severity=Success
20253 Facility=System
20254 SymbolicName=APPERR2_4324
20255 Language=English
20256 PM%0
20257 .
20258 Language=Polish
20259 PM%0
20260 .
20261 Language=Romanian
20262 PM%0
20263 .
20264 Language=Russian
20265 PM%0
20266 .
20267 Language=Spanish
20268 PM%0
20269 .
20270 Language=Turkish
20271 PM%0
20272 .
20273 Language=Chinese
20274 PM%0
20275 .
20276 Language=Taiwanese
20277 PM%0
20278 .
20279
20280 MessageId=4325
20281 Severity=Success
20282 Facility=System
20283 SymbolicName=APPERR2_4325
20284 Language=English
20285 P.M.%0
20286 .
20287 Language=Polish
20288 P.M.%0
20289 .
20290 Language=Romanian
20291 P.M.%0
20292 .
20293 Language=Russian
20294 P.M.%0
20295 .
20296 Language=Spanish
20297 P.M.%0
20298 .
20299 Language=Turkish
20300 P.M.%0
20301 .
20302 Language=Chinese
20303 P.M.%0
20304 .
20305 Language=Taiwanese
20306 P.M.%0
20307 .
20308
20309 MessageId=4326
20310 Severity=Success
20311 Facility=System
20312 SymbolicName=APPERR2_4326
20313 Language=English
20314 Server%0
20315 .
20316 Language=Polish
20317 Server%0
20318 .
20319 Language=Romanian
20320 Server%0
20321 .
20322 Language=Russian
20323 Server%0
20324 .
20325 Language=Spanish
20326 Server%0
20327 .
20328 Language=Turkish
20329 Server%0
20330 .
20331 Language=Chinese
20332 Server%0
20333 .
20334 Language=Taiwanese
20335 Server%0
20336 .
20337
20338 MessageId=4327
20339 Severity=Success
20340 Facility=System
20341 SymbolicName=APPERR2_4327
20342 Language=English
20343 Redirector%0
20344 .
20345 Language=Polish
20346 Redirector%0
20347 .
20348 Language=Romanian
20349 Redirector%0
20350 .
20351 Language=Russian
20352 Redirector%0
20353 .
20354 Language=Spanish
20355 Redirector%0
20356 .
20357 Language=Turkish
20358 Redirector%0
20359 .
20360 Language=Chinese
20361 Redirector%0
20362 .
20363 Language=Taiwanese
20364 Redirector%0
20365 .
20366
20367 MessageId=4328
20368 Severity=Success
20369 Facility=System
20370 SymbolicName=APPERR2_4328
20371 Language=English
20372 Application%0
20373 .
20374 Language=Polish
20375 Application%0
20376 .
20377 Language=Romanian
20378 Application%0
20379 .
20380 Language=Russian
20381 Application%0
20382 .
20383 Language=Spanish
20384 Application%0
20385 .
20386 Language=Turkish
20387 Application%0
20388 .
20389 Language=Chinese
20390 Application%0
20391 .
20392 Language=Taiwanese
20393 Application%0
20394 .
20395
20396 MessageId=4329
20397 Severity=Success
20398 Facility=System
20399 SymbolicName=APPERR2_4329
20400 Language=English
20401 Total%0
20402 .
20403 Language=Polish
20404 Total%0
20405 .
20406 Language=Romanian
20407 Total%0
20408 .
20409 Language=Russian
20410 Total%0
20411 .
20412 Language=Spanish
20413 Total%0
20414 .
20415 Language=Turkish
20416 Total%0
20417 .
20418 Language=Chinese
20419 Total%0
20420 .
20421 Language=Taiwanese
20422 Total%0
20423 .
20424
20425 MessageId=4330
20426 Severity=Success
20427 Facility=System
20428 SymbolicName=APPERR2_4330
20429 Language=English
20430 ? %1 %0
20431 .
20432 Language=Polish
20433 ? %1 %0
20434 .
20435 Language=Romanian
20436 ? %1 %0
20437 .
20438 Language=Russian
20439 ? %1 %0
20440 .
20441 Language=Spanish
20442 ? %1 %0
20443 .
20444 Language=Turkish
20445 ? %1 %0
20446 .
20447 Language=Chinese
20448 ? %1 %0
20449 .
20450 Language=Taiwanese
20451 ? %1 %0
20452 .
20453
20454 MessageId=4331
20455 Severity=Success
20456 Facility=System
20457 SymbolicName=APPERR2_4331
20458 Language=English
20459 K%0
20460 .
20461 Language=Polish
20462 K%0
20463 .
20464 Language=Romanian
20465 K%0
20466 .
20467 Language=Russian
20468 K%0
20469 .
20470 Language=Spanish
20471 K%0
20472 .
20473 Language=Turkish
20474 K%0
20475 .
20476 Language=Chinese
20477 K%0
20478 .
20479 Language=Taiwanese
20480 K%0
20481 .
20482
20483 MessageId=4332
20484 Severity=Success
20485 Facility=System
20486 SymbolicName=APPERR2_4332
20487 Language=English
20488 (none)%0
20489 .
20490 Language=Polish
20491 (none)%0
20492 .
20493 Language=Romanian
20494 (none)%0
20495 .
20496 Language=Russian
20497 (none)%0
20498 .
20499 Language=Spanish
20500 (none)%0
20501 .
20502 Language=Turkish
20503 (none)%0
20504 .
20505 Language=Chinese
20506 (none)%0
20507 .
20508 Language=Taiwanese
20509 (none)%0
20510 .
20511
20512 MessageId=4333
20513 Severity=Success
20514 Facility=System
20515 SymbolicName=APPERR2_4333
20516 Language=English
20517 Device%0
20518 .
20519 Language=Polish
20520 Device%0
20521 .
20522 Language=Romanian
20523 Device%0
20524 .
20525 Language=Russian
20526 Device%0
20527 .
20528 Language=Spanish
20529 Device%0
20530 .
20531 Language=Turkish
20532 Device%0
20533 .
20534 Language=Chinese
20535 Device%0
20536 .
20537 Language=Taiwanese
20538 Device%0
20539 .
20540
20541 MessageId=4334
20542 Severity=Success
20543 Facility=System
20544 SymbolicName=APPERR2_4334
20545 Language=English
20546 Remark%0
20547 .
20548 Language=Polish
20549 Remark%0
20550 .
20551 Language=Romanian
20552 Remark%0
20553 .
20554 Language=Russian
20555 Remark%0
20556 .
20557 Language=Spanish
20558 Remark%0
20559 .
20560 Language=Turkish
20561 Remark%0
20562 .
20563 Language=Chinese
20564 Remark%0
20565 .
20566 Language=Taiwanese
20567 Remark%0
20568 .
20569
20570 MessageId=4335
20571 Severity=Success
20572 Facility=System
20573 SymbolicName=APPERR2_4335
20574 Language=English
20575 At%0
20576 .
20577 Language=Polish
20578 At%0
20579 .
20580 Language=Romanian
20581 At%0
20582 .
20583 Language=Russian
20584 At%0
20585 .
20586 Language=Spanish
20587 At%0
20588 .
20589 Language=Turkish
20590 At%0
20591 .
20592 Language=Chinese
20593 At%0
20594 .
20595 Language=Taiwanese
20596 At%0
20597 .
20598
20599 MessageId=4336
20600 Severity=Success
20601 Facility=System
20602 SymbolicName=APPERR2_4336
20603 Language=English
20604 Queue%0
20605 .
20606 Language=Polish
20607 Queue%0
20608 .
20609 Language=Romanian
20610 Queue%0
20611 .
20612 Language=Russian
20613 Queue%0
20614 .
20615 Language=Spanish
20616 Queue%0
20617 .
20618 Language=Turkish
20619 Queue%0
20620 .
20621 Language=Chinese
20622 Queue%0
20623 .
20624 Language=Taiwanese
20625 Queue%0
20626 .
20627
20628 MessageId=4337
20629 Severity=Success
20630 Facility=System
20631 SymbolicName=APPERR2_4337
20632 Language=English
20633 Queues%0
20634 .
20635 Language=Polish
20636 Queues%0
20637 .
20638 Language=Romanian
20639 Queues%0
20640 .
20641 Language=Russian
20642 Queues%0
20643 .
20644 Language=Spanish
20645 Queues%0
20646 .
20647 Language=Turkish
20648 Queues%0
20649 .
20650 Language=Chinese
20651 Queues%0
20652 .
20653 Language=Taiwanese
20654 Queues%0
20655 .
20656
20657 MessageId=4338
20658 Severity=Success
20659 Facility=System
20660 SymbolicName=APPERR2_4338
20661 Language=English
20662 User name%0
20663 .
20664 Language=Polish
20665 User name%0
20666 .
20667 Language=Romanian
20668 User name%0
20669 .
20670 Language=Russian
20671 User name%0
20672 .
20673 Language=Spanish
20674 User name%0
20675 .
20676 Language=Turkish
20677 User name%0
20678 .
20679 Language=Chinese
20680 User name%0
20681 .
20682 Language=Taiwanese
20683 User name%0
20684 .
20685
20686 MessageId=4339
20687 Severity=Success
20688 Facility=System
20689 SymbolicName=APPERR2_4339
20690 Language=English
20691 Path%0
20692 .
20693 Language=Polish
20694 Path%0
20695 .
20696 Language=Romanian
20697 Path%0
20698 .
20699 Language=Russian
20700 Path%0
20701 .
20702 Language=Spanish
20703 Path%0
20704 .
20705 Language=Turkish
20706 Path%0
20707 .
20708 Language=Chinese
20709 Path%0
20710 .
20711 Language=Taiwanese
20712 Path%0
20713 .
20714
20715 MessageId=4340
20716 Severity=Success
20717 Facility=System
20718 SymbolicName=APPERR2_4340
20719 Language=English
20720 (Y/N) [Y]%0
20721 .
20722 Language=Polish
20723 (Y/N) [Y]%0
20724 .
20725 Language=Romanian
20726 (Y/N) [Y]%0
20727 .
20728 Language=Russian
20729 (Y/N) [Y]%0
20730 .
20731 Language=Spanish
20732 (Y/N) [Y]%0
20733 .
20734 Language=Turkish
20735 (Y/N) [Y]%0
20736 .
20737 Language=Chinese
20738 (Y/N) [Y]%0
20739 .
20740 Language=Taiwanese
20741 (Y/N) [Y]%0
20742 .
20743
20744 MessageId=4341
20745 Severity=Success
20746 Facility=System
20747 SymbolicName=APPERR2_4341
20748 Language=English
20749 (Y/N) [N]%0
20750 .
20751 Language=Polish
20752 (Y/N) [N]%0
20753 .
20754 Language=Romanian
20755 (Y/N) [N]%0
20756 .
20757 Language=Russian
20758 (Y/N) [N]%0
20759 .
20760 Language=Spanish
20761 (Y/N) [N]%0
20762 .
20763 Language=Turkish
20764 (Y/N) [N]%0
20765 .
20766 Language=Chinese
20767 (Y/N) [N]%0
20768 .
20769 Language=Taiwanese
20770 (Y/N) [N]%0
20771 .
20772
20773 MessageId=4342
20774 Severity=Success
20775 Facility=System
20776 SymbolicName=APPERR2_4342
20777 Language=English
20778 Error%0
20779 .
20780 Language=Polish
20781 Error%0
20782 .
20783 Language=Romanian
20784 Error%0
20785 .
20786 Language=Russian
20787 Error%0
20788 .
20789 Language=Spanish
20790 Error%0
20791 .
20792 Language=Turkish
20793 Error%0
20794 .
20795 Language=Chinese
20796 Error%0
20797 .
20798 Language=Taiwanese
20799 Error%0
20800 .
20801
20802 MessageId=4343
20803 Severity=Success
20804 Facility=System
20805 SymbolicName=APPERR2_4343
20806 Language=English
20807 OK%0
20808 .
20809 Language=Polish
20810 OK%0
20811 .
20812 Language=Romanian
20813 OK%0
20814 .
20815 Language=Russian
20816 OK%0
20817 .
20818 Language=Spanish
20819 OK%0
20820 .
20821 Language=Turkish
20822 OK%0
20823 .
20824 Language=Chinese
20825 OK%0
20826 .
20827 Language=Taiwanese
20828 OK%0
20829 .
20830
20831 MessageId=4344
20832 Severity=Success
20833 Facility=System
20834 SymbolicName=APPERR2_4344
20835 Language=English
20836 Y%0
20837 .
20838 Language=Polish
20839 Y%0
20840 .
20841 Language=Romanian
20842 Y%0
20843 .
20844 Language=Russian
20845 Y%0
20846 .
20847 Language=Spanish
20848 Y%0
20849 .
20850 Language=Turkish
20851 Y%0
20852 .
20853 Language=Chinese
20854 Y%0
20855 .
20856 Language=Taiwanese
20857 Y%0
20858 .
20859
20860 MessageId=4345
20861 Severity=Success
20862 Facility=System
20863 SymbolicName=APPERR2_4345
20864 Language=English
20865 N%0
20866 .
20867 Language=Polish
20868 N%0
20869 .
20870 Language=Romanian
20871 N%0
20872 .
20873 Language=Russian
20874 N%0
20875 .
20876 Language=Spanish
20877 N%0
20878 .
20879 Language=Turkish
20880 N%0
20881 .
20882 Language=Chinese
20883 N%0
20884 .
20885 Language=Taiwanese
20886 N%0
20887 .
20888
20889 MessageId=4346
20890 Severity=Success
20891 Facility=System
20892 SymbolicName=APPERR2_4346
20893 Language=English
20894 Any%0
20895 .
20896 Language=Polish
20897 Any%0
20898 .
20899 Language=Romanian
20900 Any%0
20901 .
20902 Language=Russian
20903 Any%0
20904 .
20905 Language=Spanish
20906 Any%0
20907 .
20908 Language=Turkish
20909 Any%0
20910 .
20911 Language=Chinese
20912 Any%0
20913 .
20914 Language=Taiwanese
20915 Any%0
20916 .
20917
20918 MessageId=4347
20919 Severity=Success
20920 Facility=System
20921 SymbolicName=APPERR2_4347
20922 Language=English
20923 A%0
20924 .
20925 Language=Polish
20926 A%0
20927 .
20928 Language=Romanian
20929 A%0
20930 .
20931 Language=Russian
20932 A%0
20933 .
20934 Language=Spanish
20935 A%0
20936 .
20937 Language=Turkish
20938 A%0
20939 .
20940 Language=Chinese
20941 A%0
20942 .
20943 Language=Taiwanese
20944 A%0
20945 .
20946
20947 MessageId=4348
20948 Severity=Success
20949 Facility=System
20950 SymbolicName=APPERR2_4348
20951 Language=English
20952 P%0
20953 .
20954 Language=Polish
20955 P%0
20956 .
20957 Language=Romanian
20958 P%0
20959 .
20960 Language=Russian
20961 P%0
20962 .
20963 Language=Spanish
20964 P%0
20965 .
20966 Language=Turkish
20967 P%0
20968 .
20969 Language=Chinese
20970 P%0
20971 .
20972 Language=Taiwanese
20973 P%0
20974 .
20975
20976 MessageId=4349
20977 Severity=Success
20978 Facility=System
20979 SymbolicName=APPERR2_4349
20980 Language=English
20981 (not found)%0
20982 .
20983 Language=Polish
20984 (not found)%0
20985 .
20986 Language=Romanian
20987 (not found)%0
20988 .
20989 Language=Russian
20990 (not found)%0
20991 .
20992 Language=Spanish
20993 (not found)%0
20994 .
20995 Language=Turkish
20996 (not found)%0
20997 .
20998 Language=Chinese
20999 (not found)%0
21000 .
21001 Language=Taiwanese
21002 (not found)%0
21003 .
21004
21005 MessageId=4350
21006 Severity=Success
21007 Facility=System
21008 SymbolicName=APPERR2_4350
21009 Language=English
21010 (unknown)%0
21011 .
21012 Language=Polish
21013 (unknown)%0
21014 .
21015 Language=Romanian
21016 (unknown)%0
21017 .
21018 Language=Russian
21019 (unknown)%0
21020 .
21021 Language=Spanish
21022 (unknown)%0
21023 .
21024 Language=Turkish
21025 (unknown)%0
21026 .
21027 Language=Chinese
21028 (unknown)%0
21029 .
21030 Language=Taiwanese
21031 (unknown)%0
21032 .
21033
21034 MessageId=4351
21035 Severity=Success
21036 Facility=System
21037 SymbolicName=APPERR2_4351
21038 Language=English
21039 For help on %1 type NET HELP %1
21040 .
21041 Language=Polish
21042 For help on %1 type NET HELP %1
21043 .
21044 Language=Romanian
21045 For help on %1 type NET HELP %1
21046 .
21047 Language=Russian
21048 For help on %1 type NET HELP %1
21049 .
21050 Language=Spanish
21051 For help on %1 type NET HELP %1
21052 .
21053 Language=Turkish
21054 For help on %1 type NET HELP %1
21055 .
21056 Language=Chinese
21057 For help on %1 type NET HELP %1
21058 .
21059 Language=Taiwanese
21060 For help on %1 type NET HELP %1
21061 .
21062
21063 MessageId=4352
21064 Severity=Success
21065 Facility=System
21066 SymbolicName=APPERR2_4352
21067 Language=English
21068 Grant%0
21069 .
21070 Language=Polish
21071 Grant%0
21072 .
21073 Language=Romanian
21074 Grant%0
21075 .
21076 Language=Russian
21077 Grant%0
21078 .
21079 Language=Spanish
21080 Grant%0
21081 .
21082 Language=Turkish
21083 Grant%0
21084 .
21085 Language=Chinese
21086 Grant%0
21087 .
21088 Language=Taiwanese
21089 Grant%0
21090 .
21091
21092 MessageId=4353
21093 Severity=Success
21094 Facility=System
21095 SymbolicName=APPERR2_4353
21096 Language=English
21097 Read%0
21098 .
21099 Language=Polish
21100 Read%0
21101 .
21102 Language=Romanian
21103 Read%0
21104 .
21105 Language=Russian
21106 Read%0
21107 .
21108 Language=Spanish
21109 Read%0
21110 .
21111 Language=Turkish
21112 Read%0
21113 .
21114 Language=Chinese
21115 Read%0
21116 .
21117 Language=Taiwanese
21118 Read%0
21119 .
21120
21121 MessageId=4354
21122 Severity=Success
21123 Facility=System
21124 SymbolicName=APPERR2_4354
21125 Language=English
21126 Change%0
21127 .
21128 Language=Polish
21129 Change%0
21130 .
21131 Language=Romanian
21132 Change%0
21133 .
21134 Language=Russian
21135 Change%0
21136 .
21137 Language=Spanish
21138 Change%0
21139 .
21140 Language=Turkish
21141 Change%0
21142 .
21143 Language=Chinese
21144 Change%0
21145 .
21146 Language=Taiwanese
21147 Change%0
21148 .
21149
21150 MessageId=4355
21151 Severity=Success
21152 Facility=System
21153 SymbolicName=APPERR2_4355
21154 Language=English
21155 Full%0
21156 .
21157 Language=Polish
21158 Full%0
21159 .
21160 Language=Romanian
21161 Full%0
21162 .
21163 Language=Russian
21164 Full%0
21165 .
21166 Language=Spanish
21167 Full%0
21168 .
21169 Language=Turkish
21170 Full%0
21171 .
21172 Language=Chinese
21173 Full%0
21174 .
21175 Language=Taiwanese
21176 Full%0
21177 .
21178
21179 MessageId=4356
21180 Severity=Success
21181 Facility=System
21182 SymbolicName=APPERR2_4356
21183 Language=English
21184 Please type the password: %0
21185 .
21186 Language=Polish
21187 Please type the password: %0
21188 .
21189 Language=Romanian
21190 Please type the password: %0
21191 .
21192 Language=Russian
21193 Please type the password: %0
21194 .
21195 Language=Spanish
21196 Please type the password: %0
21197 .
21198 Language=Turkish
21199 Please type the password: %0
21200 .
21201 Language=Chinese
21202 Please type the password: %0
21203 .
21204 Language=Taiwanese
21205 Please type the password: %0
21206 .
21207
21208 MessageId=4357
21209 Severity=Success
21210 Facility=System
21211 SymbolicName=APPERR2_4357
21212 Language=English
21213 Type the password for %1: %0
21214 .
21215 Language=Polish
21216 Type the password for %1: %0
21217 .
21218 Language=Romanian
21219 Type the password for %1: %0
21220 .
21221 Language=Russian
21222 Type the password for %1: %0
21223 .
21224 Language=Spanish
21225 Type the password for %1: %0
21226 .
21227 Language=Turkish
21228 Type the password for %1: %0
21229 .
21230 Language=Chinese
21231 Type the password for %1: %0
21232 .
21233 Language=Taiwanese
21234 Type the password for %1: %0
21235 .
21236
21237 MessageId=4358
21238 Severity=Success
21239 Facility=System
21240 SymbolicName=APPERR2_4358
21241 Language=English
21242 Type a password for the user: %0
21243 .
21244 Language=Polish
21245 Type a password for the user: %0
21246 .
21247 Language=Romanian
21248 Type a password for the user: %0
21249 .
21250 Language=Russian
21251 Type a password for the user: %0
21252 .
21253 Language=Spanish
21254 Type a password for the user: %0
21255 .
21256 Language=Turkish
21257 Type a password for the user: %0
21258 .
21259 Language=Chinese
21260 Type a password for the user: %0
21261 .
21262 Language=Taiwanese
21263 Type a password for the user: %0
21264 .
21265
21266 MessageId=4359
21267 Severity=Success
21268 Facility=System
21269 SymbolicName=APPERR2_4359
21270 Language=English
21271 Type the password for the shared resource: %0
21272 .
21273 Language=Polish
21274 Type the password for the shared resource: %0
21275 .
21276 Language=Romanian
21277 Type the password for the shared resource: %0
21278 .
21279 Language=Russian
21280 Type the password for the shared resource: %0
21281 .
21282 Language=Spanish
21283 Type the password for the shared resource: %0
21284 .
21285 Language=Turkish
21286 Type the password for the shared resource: %0
21287 .
21288 Language=Chinese
21289 Type the password for the shared resource: %0
21290 .
21291 Language=Taiwanese
21292 Type the password for the shared resource: %0
21293 .
21294
21295 MessageId=4360
21296 Severity=Success
21297 Facility=System
21298 SymbolicName=APPERR2_4360
21299 Language=English
21300 Type your password: %0
21301 .
21302 Language=Polish
21303 Type your password: %0
21304 .
21305 Language=Romanian
21306 Type your password: %0
21307 .
21308 Language=Russian
21309 Type your password: %0
21310 .
21311 Language=Spanish
21312 Type your password: %0
21313 .
21314 Language=Turkish
21315 Type your password: %0
21316 .
21317 Language=Chinese
21318 Type your password: %0
21319 .
21320 Language=Taiwanese
21321 Type your password: %0
21322 .
21323
21324 MessageId=4361
21325 Severity=Success
21326 Facility=System
21327 SymbolicName=APPERR2_4361
21328 Language=English
21329 Retype the password to confirm: %0
21330 .
21331 Language=Polish
21332 Retype the password to confirm: %0
21333 .
21334 Language=Romanian
21335 Retype the password to confirm: %0
21336 .
21337 Language=Russian
21338 Retype the password to confirm: %0
21339 .
21340 Language=Spanish
21341 Retype the password to confirm: %0
21342 .
21343 Language=Turkish
21344 Retype the password to confirm: %0
21345 .
21346 Language=Chinese
21347 Retype the password to confirm: %0
21348 .
21349 Language=Taiwanese
21350 Retype the password to confirm: %0
21351 .
21352
21353 MessageId=4362
21354 Severity=Success
21355 Facility=System
21356 SymbolicName=APPERR2_4362
21357 Language=English
21358 Type the user's old password: %0
21359 .
21360 Language=Polish
21361 Type the user's old password: %0
21362 .
21363 Language=Romanian
21364 Type the user's old password: %0
21365 .
21366 Language=Russian
21367 Type the user's old password: %0
21368 .
21369 Language=Spanish
21370 Type the user's old password: %0
21371 .
21372 Language=Turkish
21373 Type the user's old password: %0
21374 .
21375 Language=Chinese
21376 Type the user's old password: %0
21377 .
21378 Language=Taiwanese
21379 Type the user's old password: %0
21380 .
21381
21382 MessageId=4363
21383 Severity=Success
21384 Facility=System
21385 SymbolicName=APPERR2_4363
21386 Language=English
21387 Type the user's new password: %0
21388 .
21389 Language=Polish
21390 Type the user's new password: %0
21391 .
21392 Language=Romanian
21393 Type the user's new password: %0
21394 .
21395 Language=Russian
21396 Type the user's new password: %0
21397 .
21398 Language=Spanish
21399 Type the user's new password: %0
21400 .
21401 Language=Turkish
21402 Type the user's new password: %0
21403 .
21404 Language=Chinese
21405 Type the user's new password: %0
21406 .
21407 Language=Taiwanese
21408 Type the user's new password: %0
21409 .
21410
21411 MessageId=4364
21412 Severity=Success
21413 Facility=System
21414 SymbolicName=APPERR2_4364
21415 Language=English
21416 Type your new password: %0
21417 .
21418 Language=Polish
21419 Type your new password: %0
21420 .
21421 Language=Romanian
21422 Type your new password: %0
21423 .
21424 Language=Russian
21425 Type your new password: %0
21426 .
21427 Language=Spanish
21428 Type your new password: %0
21429 .
21430 Language=Turkish
21431 Type your new password: %0
21432 .
21433 Language=Chinese
21434 Type your new password: %0
21435 .
21436 Language=Taiwanese
21437 Type your new password: %0
21438 .
21439
21440 MessageId=4365
21441 Severity=Success
21442 Facility=System
21443 SymbolicName=APPERR2_4365
21444 Language=English
21445 Type the Replicator service password: %0
21446 .
21447 Language=Polish
21448 Type the Replicator service password: %0
21449 .
21450 Language=Romanian
21451 Type the Replicator service password: %0
21452 .
21453 Language=Russian
21454 Type the Replicator service password: %0
21455 .
21456 Language=Spanish
21457 Type the Replicator service password: %0
21458 .
21459 Language=Turkish
21460 Type the Replicator service password: %0
21461 .
21462 Language=Chinese
21463 Type the Replicator service password: %0
21464 .
21465 Language=Taiwanese
21466 Type the Replicator service password: %0
21467 .
21468
21469 MessageId=4366
21470 Severity=Success
21471 Facility=System
21472 SymbolicName=APPERR2_4366
21473 Language=English
21474 Type your user name, or press ENTER if it is %1: %0
21475 .
21476 Language=Polish
21477 Type your user name, or press ENTER if it is %1: %0
21478 .
21479 Language=Romanian
21480 Type your user name, or press ENTER if it is %1: %0
21481 .
21482 Language=Russian
21483 Type your user name, or press ENTER if it is %1: %0
21484 .
21485 Language=Spanish
21486 Type your user name, or press ENTER if it is %1: %0
21487 .
21488 Language=Turkish
21489 Type your user name, or press ENTER if it is %1: %0
21490 .
21491 Language=Chinese
21492 Type your user name, or press ENTER if it is %1: %0
21493 .
21494 Language=Taiwanese
21495 Type your user name, or press ENTER if it is %1: %0
21496 .
21497
21498 MessageId=4367
21499 Severity=Success
21500 Facility=System
21501 SymbolicName=APPERR2_4367
21502 Language=English
21503 Type the domain or server where you want to change a password, or\n
21504 press ENTER if it is for domain %1: %0.
21505 .
21506 Language=Russian
21507 Type the domain or server where you want to change a password, or\n
21508 press ENTER if it is for domain %1: %0.
21509 .
21510
21511 MessageId=4368
21512 Severity=Success
21513 Facility=System
21514 SymbolicName=APPERR2_4368
21515 Language=English
21516 Type your user name: %0
21517 .
21518 Language=Polish
21519 Type your user name: %0
21520 .
21521 Language=Romanian
21522 Type your user name: %0
21523 .
21524 Language=Russian
21525 Type your user name: %0
21526 .
21527 Language=Spanish
21528 Type your user name: %0
21529 .
21530 Language=Turkish
21531 Type your user name: %0
21532 .
21533 Language=Chinese
21534 Type your user name: %0
21535 .
21536 Language=Taiwanese
21537 Type your user name: %0
21538 .
21539
21540 MessageId=4369
21541 Severity=Success
21542 Facility=System
21543 SymbolicName=APPERR2_4369
21544 Language=English
21545 Network statistics for \\\\%1
21546 .
21547 Language=Polish
21548 Network statistics for \\\\%1
21549 .
21550 Language=Romanian
21551 Network statistics for \\\\%1
21552 .
21553 Language=Russian
21554 Network statistics for \\\\%1
21555 .
21556 Language=Spanish
21557 Network statistics for \\\\%1
21558 .
21559 Language=Turkish
21560 Network statistics for \\\\%1
21561 .
21562 Language=Chinese
21563 Network statistics for \\\\%1
21564 .
21565 Language=Taiwanese
21566 Network statistics for \\\\%1
21567 .
21568
21569 MessageId=4370
21570 Severity=Success
21571 Facility=System
21572 SymbolicName=APPERR2_4370
21573 Language=English
21574 Printing options for %1
21575 .
21576 Language=Polish
21577 Printing options for %1
21578 .
21579 Language=Romanian
21580 Printing options for %1
21581 .
21582 Language=Russian
21583 Printing options for %1
21584 .
21585 Language=Spanish
21586 Printing options for %1
21587 .
21588 Language=Turkish
21589 Printing options for %1
21590 .
21591 Language=Chinese
21592 Printing options for %1
21593 .
21594 Language=Taiwanese
21595 Printing options for %1
21596 .
21597
21598 MessageId=4371
21599 Severity=Success
21600 Facility=System
21601 SymbolicName=APPERR2_4371
21602 Language=English
21603 Communication-device queues accessing %1
21604 .
21605 Language=Polish
21606 Communication-device queues accessing %1
21607 .
21608 Language=Romanian
21609 Communication-device queues accessing %1
21610 .
21611 Language=Russian
21612 Communication-device queues accessing %1
21613 .
21614 Language=Spanish
21615 Communication-device queues accessing %1
21616 .
21617 Language=Turkish
21618 Communication-device queues accessing %1
21619 .
21620 Language=Chinese
21621 Communication-device queues accessing %1
21622 .
21623 Language=Taiwanese
21624 Communication-device queues accessing %1
21625 .
21626
21627 MessageId=4372
21628 Severity=Success
21629 Facility=System
21630 SymbolicName=APPERR2_4372
21631 Language=English
21632 Print job detail
21633 .
21634 Language=Polish
21635 Print job detail
21636 .
21637 Language=Romanian
21638 Print job detail
21639 .
21640 Language=Russian
21641 Print job detail
21642 .
21643 Language=Spanish
21644 Print job detail
21645 .
21646 Language=Turkish
21647 Print job detail
21648 .
21649 Language=Chinese
21650 Print job detail
21651 .
21652 Language=Taiwanese
21653 Print job detail
21654 .
21655
21656 MessageId=4373
21657 Severity=Success
21658 Facility=System
21659 SymbolicName=APPERR2_4373
21660 Language=English
21661 Communication-device queues at \\\\%1
21662 .
21663 Language=Polish
21664 Communication-device queues at \\\\%1
21665 .
21666 Language=Romanian
21667 Communication-device queues at \\\\%1
21668 .
21669 Language=Russian
21670 Communication-device queues at \\\\%1
21671 .
21672 Language=Spanish
21673 Communication-device queues at \\\\%1
21674 .
21675 Language=Turkish
21676 Communication-device queues at \\\\%1
21677 .
21678 Language=Chinese
21679 Communication-device queues at \\\\%1
21680 .
21681 Language=Taiwanese
21682 Communication-device queues at \\\\%1
21683 .
21684
21685 MessageId=4374
21686 Severity=Success
21687 Facility=System
21688 SymbolicName=APPERR2_4374
21689 Language=English
21690 Printers at %1
21691 .
21692 Language=Polish
21693 Printers at %1
21694 .
21695 Language=Romanian
21696 Printers at %1
21697 .
21698 Language=Russian
21699 Printers at %1
21700 .
21701 Language=Spanish
21702 Printers at %1
21703 .
21704 Language=Turkish
21705 Printers at %1
21706 .
21707 Language=Chinese
21708 Printers at %1
21709 .
21710 Language=Taiwanese
21711 Printers at %1
21712 .
21713
21714 MessageId=4375
21715 Severity=Success
21716 Facility=System
21717 SymbolicName=APPERR2_4375
21718 Language=English
21719 Printers accessing %1
21720 .
21721 Language=Polish
21722 Printers accessing %1
21723 .
21724 Language=Romanian
21725 Printers accessing %1
21726 .
21727 Language=Russian
21728 Printers accessing %1
21729 .
21730 Language=Spanish
21731 Printers accessing %1
21732 .
21733 Language=Turkish
21734 Printers accessing %1
21735 .
21736 Language=Chinese
21737 Printers accessing %1
21738 .
21739 Language=Taiwanese
21740 Printers accessing %1
21741 .
21742
21743 MessageId=4376
21744 Severity=Success
21745 Facility=System
21746 SymbolicName=APPERR2_4376
21747 Language=English
21748 Print jobs at %1:
21749 .
21750 Language=Polish
21751 Print jobs at %1:
21752 .
21753 Language=Romanian
21754 Print jobs at %1:
21755 .
21756 Language=Russian
21757 Print jobs at %1:
21758 .
21759 Language=Spanish
21760 Print jobs at %1:
21761 .
21762 Language=Turkish
21763 Print jobs at %1:
21764 .
21765 Language=Chinese
21766 Print jobs at %1:
21767 .
21768 Language=Taiwanese
21769 Print jobs at %1:
21770 .
21771
21772 MessageId=4377
21773 Severity=Success
21774 Facility=System
21775 SymbolicName=APPERR2_4377
21776 Language=English
21777 Shared resources at %1
21778 .
21779 Language=Polish
21780 Shared resources at %1
21781 .
21782 Language=Romanian
21783 Shared resources at %1
21784 .
21785 Language=Russian
21786 Shared resources at %1
21787 .
21788 Language=Spanish
21789 Shared resources at %1
21790 .
21791 Language=Turkish
21792 Shared resources at %1
21793 .
21794 Language=Chinese
21795 Shared resources at %1
21796 .
21797 Language=Taiwanese
21798 Shared resources at %1
21799 .
21800
21801 MessageId=4378
21802 Severity=Success
21803 Facility=System
21804 SymbolicName=APPERR2_4378
21805 Language=English
21806 The following running services can be controlled:
21807 .
21808 Language=Polish
21809 The following running services can be controlled:
21810 .
21811 Language=Romanian
21812 The following running services can be controlled:
21813 .
21814 Language=Russian
21815 The following running services can be controlled:
21816 .
21817 Language=Spanish
21818 The following running services can be controlled:
21819 .
21820 Language=Turkish
21821 The following running services can be controlled:
21822 .
21823 Language=Chinese
21824 The following running services can be controlled:
21825 .
21826 Language=Taiwanese
21827 The following running services can be controlled:
21828 .
21829
21830 MessageId=4379
21831 Severity=Success
21832 Facility=System
21833 SymbolicName=APPERR2_4379
21834 Language=English
21835 Statistics are available for the following running services:
21836 .
21837 Language=Polish
21838 Statistics are available for the following running services:
21839 .
21840 Language=Romanian
21841 Statistics are available for the following running services:
21842 .
21843 Language=Russian
21844 Statistics are available for the following running services:
21845 .
21846 Language=Spanish
21847 Statistics are available for the following running services:
21848 .
21849 Language=Turkish
21850 Statistics are available for the following running services:
21851 .
21852 Language=Chinese
21853 Statistics are available for the following running services:
21854 .
21855 Language=Taiwanese
21856 Statistics are available for the following running services:
21857 .
21858
21859 MessageId=4380
21860 Severity=Success
21861 Facility=System
21862 SymbolicName=APPERR2_4380
21863 Language=English
21864 User accounts for \\\\%1
21865 .
21866 Language=Polish
21867 User accounts for \\\\%1
21868 .
21869 Language=Romanian
21870 User accounts for \\\\%1
21871 .
21872 Language=Russian
21873 User accounts for \\\\%1
21874 .
21875 Language=Spanish
21876 User accounts for \\\\%1
21877 .
21878 Language=Turkish
21879 User accounts for \\\\%1
21880 .
21881 Language=Chinese
21882 User accounts for \\\\%1
21883 .
21884 Language=Taiwanese
21885 User accounts for \\\\%1
21886 .
21887
21888 MessageId=4381
21889 Severity=Success
21890 Facility=System
21891 SymbolicName=APPERR2_4381
21892 Language=English
21893 The syntax of this command is:
21894 .
21895 Language=Polish
21896 The syntax of this command is:
21897 .
21898 Language=Romanian
21899 The syntax of this command is:
21900 .
21901 Language=Russian
21902 The syntax of this command is:
21903 .
21904 Language=Spanish
21905 The syntax of this command is:
21906 .
21907 Language=Turkish
21908 The syntax of this command is:
21909 .
21910 Language=Chinese
21911 The syntax of this command is:
21912 .
21913 Language=Taiwanese
21914 The syntax of this command is:
21915 .
21916
21917 MessageId=4382
21918 Severity=Success
21919 Facility=System
21920 SymbolicName=APPERR2_4382
21921 Language=English
21922 The options of this command are:
21923 .
21924 Language=Polish
21925 The options of this command are:
21926 .
21927 Language=Romanian
21928 The options of this command are:
21929 .
21930 Language=Russian
21931 The options of this command are:
21932 .
21933 Language=Spanish
21934 The options of this command are:
21935 .
21936 Language=Turkish
21937 The options of this command are:
21938 .
21939 Language=Chinese
21940 The options of this command are:
21941 .
21942 Language=Taiwanese
21943 The options of this command are:
21944 .
21945
21946 MessageId=4383
21947 Severity=Success
21948 Facility=System
21949 SymbolicName=APPERR2_4383
21950 Language=English
21951 Please enter the name of the Primary Domain Controller: %0
21952 .
21953 Language=Polish
21954 Please enter the name of the Primary Domain Controller: %0
21955 .
21956 Language=Romanian
21957 Please enter the name of the Primary Domain Controller: %0
21958 .
21959 Language=Russian
21960 Please enter the name of the Primary Domain Controller: %0
21961 .
21962 Language=Spanish
21963 Please enter the name of the Primary Domain Controller: %0
21964 .
21965 Language=Turkish
21966 Please enter the name of the Primary Domain Controller: %0
21967 .
21968 Language=Chinese
21969 Please enter the name of the Primary Domain Controller: %0
21970 .
21971 Language=Taiwanese
21972 Please enter the name of the Primary Domain Controller: %0
21973 .
21974
21975 MessageId=4384
21976 Severity=Success
21977 Facility=System
21978 SymbolicName=APPERR2_4384
21979 Language=English
21980 The string you have entered is too long. The maximum\n
21981 is %1, please reenter. %0
21982 .
21983 Language=Russian
21984 The string you have entered is too long. The maximum\n
21985 is %1, please reenter. %0
21986 .
21987
21988 MessageId=4385
21989 Severity=Success
21990 Facility=System
21991 SymbolicName=APPERR2_4385
21992 Language=English
21993 Sunday%0
21994 .
21995 Language=Polish
21996 Sunday%0
21997 .
21998 Language=Romanian
21999 Sunday%0
22000 .
22001 Language=Russian
22002 Sunday%0
22003 .
22004 Language=Spanish
22005 Sunday%0
22006 .
22007 Language=Turkish
22008 Sunday%0
22009 .
22010 Language=Chinese
22011 Sunday%0
22012 .
22013 Language=Taiwanese
22014 Sunday%0
22015 .
22016
22017 MessageId=4386
22018 Severity=Success
22019 Facility=System
22020 SymbolicName=APPERR2_4386
22021 Language=English
22022 Monday%0
22023 .
22024 Language=Polish
22025 Monday%0
22026 .
22027 Language=Romanian
22028 Monday%0
22029 .
22030 Language=Russian
22031 Monday%0
22032 .
22033 Language=Spanish
22034 Monday%0
22035 .
22036 Language=Turkish
22037 Monday%0
22038 .
22039 Language=Chinese
22040 Monday%0
22041 .
22042 Language=Taiwanese
22043 Monday%0
22044 .
22045
22046 MessageId=4387
22047 Severity=Success
22048 Facility=System
22049 SymbolicName=APPERR2_4387
22050 Language=English
22051 Tuesday%0
22052 .
22053 Language=Polish
22054 Tuesday%0
22055 .
22056 Language=Romanian
22057 Tuesday%0
22058 .
22059 Language=Russian
22060 Tuesday%0
22061 .
22062 Language=Spanish
22063 Tuesday%0
22064 .
22065 Language=Turkish
22066 Tuesday%0
22067 .
22068 Language=Chinese
22069 Tuesday%0
22070 .
22071 Language=Taiwanese
22072 Tuesday%0
22073 .
22074
22075 MessageId=4388
22076 Severity=Success
22077 Facility=System
22078 SymbolicName=APPERR2_4388
22079 Language=English
22080 Wednesday%0
22081 .
22082 Language=Polish
22083 Wednesday%0
22084 .
22085 Language=Romanian
22086 Wednesday%0
22087 .
22088 Language=Russian
22089 Wednesday%0
22090 .
22091 Language=Spanish
22092 Wednesday%0
22093 .
22094 Language=Turkish
22095 Wednesday%0
22096 .
22097 Language=Chinese
22098 Wednesday%0
22099 .
22100 Language=Taiwanese
22101 Wednesday%0
22102 .
22103
22104 MessageId=4389
22105 Severity=Success
22106 Facility=System
22107 SymbolicName=APPERR2_4389
22108 Language=English
22109 Thursday%0
22110 .
22111 Language=Polish
22112 Thursday%0
22113 .
22114 Language=Romanian
22115 Thursday%0
22116 .
22117 Language=Russian
22118 Thursday%0
22119 .
22120 Language=Spanish
22121 Thursday%0
22122 .
22123 Language=Turkish
22124 Thursday%0
22125 .
22126 Language=Chinese
22127 Thursday%0
22128 .
22129 Language=Taiwanese
22130 Thursday%0
22131 .
22132
22133 MessageId=4390
22134 Severity=Success
22135 Facility=System
22136 SymbolicName=APPERR2_4390
22137 Language=English
22138 Friday%0
22139 .
22140 Language=Polish
22141 Friday%0
22142 .
22143 Language=Romanian
22144 Friday%0
22145 .
22146 Language=Russian
22147 Friday%0
22148 .
22149 Language=Spanish
22150 Friday%0
22151 .
22152 Language=Turkish
22153 Friday%0
22154 .
22155 Language=Chinese
22156 Friday%0
22157 .
22158 Language=Taiwanese
22159 Friday%0
22160 .
22161
22162 MessageId=4391
22163 Severity=Success
22164 Facility=System
22165 SymbolicName=APPERR2_4391
22166 Language=English
22167 Saturday%0
22168 .
22169 Language=Polish
22170 Saturday%0
22171 .
22172 Language=Romanian
22173 Saturday%0
22174 .
22175 Language=Russian
22176 Saturday%0
22177 .
22178 Language=Spanish
22179 Saturday%0
22180 .
22181 Language=Turkish
22182 Saturday%0
22183 .
22184 Language=Chinese
22185 Saturday%0
22186 .
22187 Language=Taiwanese
22188 Saturday%0
22189 .
22190
22191 MessageId=4392
22192 Severity=Success
22193 Facility=System
22194 SymbolicName=APPERR2_4392
22195 Language=English
22196 Su%0
22197 .
22198 Language=Polish
22199 Su%0
22200 .
22201 Language=Romanian
22202 Su%0
22203 .
22204 Language=Russian
22205 Su%0
22206 .
22207 Language=Spanish
22208 Su%0
22209 .
22210 Language=Turkish
22211 Su%0
22212 .
22213 Language=Chinese
22214 Su%0
22215 .
22216 Language=Taiwanese
22217 Su%0
22218 .
22219
22220 MessageId=4393
22221 Severity=Success
22222 Facility=System
22223 SymbolicName=APPERR2_4393
22224 Language=English
22225 M%0
22226 .
22227 Language=Polish
22228 M%0
22229 .
22230 Language=Romanian
22231 M%0
22232 .
22233 Language=Russian
22234 M%0
22235 .
22236 Language=Spanish
22237 M%0
22238 .
22239 Language=Turkish
22240 M%0
22241 .
22242 Language=Chinese
22243 M%0
22244 .
22245 Language=Taiwanese
22246 M%0
22247 .
22248
22249 MessageId=4394
22250 Severity=Success
22251 Facility=System
22252 SymbolicName=APPERR2_4394
22253 Language=English
22254 T%0
22255 .
22256 Language=Polish
22257 T%0
22258 .
22259 Language=Romanian
22260 T%0
22261 .
22262 Language=Russian
22263 T%0
22264 .
22265 Language=Spanish
22266 T%0
22267 .
22268 Language=Turkish
22269 T%0
22270 .
22271 Language=Chinese
22272 T%0
22273 .
22274 Language=Taiwanese
22275 T%0
22276 .
22277
22278 MessageId=4395
22279 Severity=Success
22280 Facility=System
22281 SymbolicName=APPERR2_4395
22282 Language=English
22283 W%0
22284 .
22285 Language=Polish
22286 W%0
22287 .
22288 Language=Romanian
22289 W%0
22290 .
22291 Language=Russian
22292 W%0
22293 .
22294 Language=Spanish
22295 W%0
22296 .
22297 Language=Turkish
22298 W%0
22299 .
22300 Language=Chinese
22301 W%0
22302 .
22303 Language=Taiwanese
22304 W%0
22305 .
22306
22307 MessageId=4396
22308 Severity=Success
22309 Facility=System
22310 SymbolicName=APPERR2_4396
22311 Language=English
22312 Th%0
22313 .
22314 Language=Polish
22315 Th%0
22316 .
22317 Language=Romanian
22318 Th%0
22319 .
22320 Language=Russian
22321 Th%0
22322 .
22323 Language=Spanish
22324 Th%0
22325 .
22326 Language=Turkish
22327 Th%0
22328 .
22329 Language=Chinese
22330 Th%0
22331 .
22332 Language=Taiwanese
22333 Th%0
22334 .
22335
22336 MessageId=4397
22337 Severity=Success
22338 Facility=System
22339 SymbolicName=APPERR2_4397
22340 Language=English
22341 F%0
22342 .
22343 Language=Polish
22344 F%0
22345 .
22346 Language=Romanian
22347 F%0
22348 .
22349 Language=Russian
22350 F%0
22351 .
22352 Language=Spanish
22353 F%0
22354 .
22355 Language=Turkish
22356 F%0
22357 .
22358 Language=Chinese
22359 F%0
22360 .
22361 Language=Taiwanese
22362 F%0
22363 .
22364
22365 MessageId=4398
22366 Severity=Success
22367 Facility=System
22368 SymbolicName=APPERR2_4398
22369 Language=English
22370 S%0
22371 .
22372 Language=Polish
22373 S%0
22374 .
22375 Language=Romanian
22376 S%0
22377 .
22378 Language=Russian
22379 S%0
22380 .
22381 Language=Spanish
22382 S%0
22383 .
22384 Language=Turkish
22385 S%0
22386 .
22387 Language=Chinese
22388 S%0
22389 .
22390 Language=Taiwanese
22391 S%0
22392 .
22393
22394 MessageId=4399
22395 Severity=Success
22396 Facility=System
22397 SymbolicName=APPERR2_4399
22398 Language=English
22399 Sa%0
22400 .
22401 Language=Polish
22402 Sa%0
22403 .
22404 Language=Romanian
22405 Sa%0
22406 .
22407 Language=Russian
22408 Sa%0
22409 .
22410 Language=Spanish
22411 Sa%0
22412 .
22413 Language=Turkish
22414 Sa%0
22415 .
22416 Language=Chinese
22417 Sa%0
22418 .
22419 Language=Taiwanese
22420 Sa%0
22421 .
22422
22423 MessageId=4400
22424 Severity=Success
22425 Facility=System
22426 SymbolicName=APPERR2_4400
22427 Language=English
22428 Group Accounts for \\\\%1
22429 .
22430 Language=Polish
22431 Konta grupowe dla \\\\%1
22432 .
22433 Language=Romanian
22434 Conturile de grup pentru \\\\%1
22435 .
22436 Language=Russian
22437 Учетные записи групп для \\\\%1
22438 .
22439 Language=Spanish
22440 Group Accounts for \\\\%1
22441 .
22442 Language=Turkish
22443 Group Accounts for \\\\%1
22444 .
22445 Language=Chinese
22446 Group Accounts for \\\\%1
22447 .
22448 Language=Taiwanese
22449 Group Accounts for \\\\%1
22450 .
22451
22452 MessageId=4401
22453 Severity=Success
22454 Facility=System
22455 SymbolicName=APPERR2_4401
22456 Language=English
22457 Group name%0
22458 .
22459 Language=Polish
22460 Nazwa grupy%0
22461 .
22462 Language=Romanian
22463 Nume de grup%0
22464 .
22465 Language=Russian
22466 Имя группы%0
22467 .
22468 Language=Spanish
22469 Group name%0
22470 .
22471 Language=Turkish
22472 Group name%0
22473 .
22474 Language=Chinese
22475 Group name%0
22476 .
22477 Language=Taiwanese
22478 Group name%0
22479 .
22480
22481 MessageId=4402
22482 Severity=Success
22483 Facility=System
22484 SymbolicName=APPERR2_4402
22485 Language=English
22486 Comment%0
22487 .
22488 Language=Polish
22489 Komentarz%0
22490 .
22491 Language=Romanian
22492 Comentariu%0
22493 .
22494 Language=Russian
22495 Комментарий%0
22496 .
22497 Language=Spanish
22498 Comentario%0
22499 .
22500 Language=Turkish
22501 Açıklama%0
22502 .
22503 Language=Chinese
22504 注释%0
22505 .
22506 Language=Taiwanese
22507 評論%0
22508 .
22509
22510 MessageId=4403
22511 Severity=Success
22512 Facility=System
22513 SymbolicName=APPERR2_4403
22514 Language=English
22515 Members
22516 .
22517 Language=Polish
22518 Członkowie
22519 .
22520 Language=Romanian
22521 Membri
22522 .
22523 Language=Russian
22524 Члены
22525 .
22526 Language=Spanish
22527 Miembros
22528 .
22529 Language=Turkish
22530 Üyeler
22531 .
22532 Language=Chinese
22533 成员
22534 .
22535 Language=Taiwanese
22536 成員
22537 .
22538
22539 MessageId=4405
22540 Severity=Success
22541 Facility=System
22542 SymbolicName=APPERR2_4405
22543 Language=English
22544 Aliases for \\\\%1
22545 .
22546 Language=Polish
22547 Aliasy dla \\\\%1
22548 .
22549 Language=Romanian
22550 Alias pentru \\\\%1
22551 .
22552 Language=Russian
22553 Псевдонимы для \\\\%1
22554 .
22555 Language=Spanish
22556 Alias de \\\\%1
22557 .
22558 Language=Turkish
22559 \\\\%s için başka adlar
22560 .
22561 Language=Chinese
22562 \\\\%s 的别名
22563 .
22564 Language=Taiwanese
22565 別名 \\\\%s
22566 .
22567
22568 MessageId=4406
22569 Severity=Success
22570 Facility=System
22571 SymbolicName=APPERR2_4406
22572 Language=English
22573 Alias name%0
22574 .
22575 Language=Polish
22576 Nazwa aliasu%0
22577 .
22578 Language=Romanian
22579 Nume alias%0
22580 .
22581 Language=Russian
22582 Имя псевдонима%0
22583 .
22584 Language=Spanish
22585 Nombre del alias%0
22586 .
22587 Language=Turkish
22588 Başka ad%0
22589 .
22590 Language=Chinese
22591 别名名称%0
22592 .
22593 Language=Taiwanese
22594 別名名稱%0
22595 .
22596
22597 MessageId=4407
22598 Severity=Success
22599 Facility=System
22600 SymbolicName=APPERR2_4407
22601 Language=English
22602 Comment%0
22603 .
22604 Language=Polish
22605 Komentarz%0
22606 .
22607 Language=Romanian
22608 Comentariu%0
22609 .
22610 Language=Russian
22611 Комментарий%0
22612 .
22613 Language=Spanish
22614 Comentario%0
22615 .
22616 Language=Turkish
22617 Açıklama%0
22618 .
22619 Language=Chinese
22620 注释%0
22621 .
22622 Language=Taiwanese
22623 評論%0
22624 .
22625
22626 MessageId=4408
22627 Severity=Success
22628 Facility=System
22629 SymbolicName=APPERR2_4408
22630 Language=English
22631 Members
22632 .
22633 Language=Polish
22634 Członkowie
22635 .
22636 Language=Romanian
22637 Membri
22638 .
22639 Language=Russian
22640 Члены
22641 .
22642 Language=Spanish
22643 Miembros
22644 .
22645 Language=Turkish
22646 Üyeler
22647 .
22648 Language=Chinese
22649 成员
22650 .
22651 Language=Taiwanese
22652 成員
22653 .
22654
22655 MessageId=4410
22656 Severity=Success
22657 Facility=System
22658 SymbolicName=APPERR2_4410
22659 Language=English
22660 User Accounts for \\\\%1
22661 .
22662 Language=Polish
22663 User Accounts for \\\\%1
22664 .
22665 Language=Romanian
22666 User Accounts for \\\\%1
22667 .
22668 Language=Russian
22669 User Accounts for \\\\%1
22670 .
22671 Language=Spanish
22672 User Accounts for \\\\%1
22673 .
22674 Language=Turkish
22675 User Accounts for \\\\%1
22676 .
22677 Language=Chinese
22678 User Accounts for \\\\%1
22679 .
22680 Language=Taiwanese
22681 User Accounts for \\\\%1
22682 .
22683
22684 MessageId=4411
22685 Severity=Success
22686 Facility=System
22687 SymbolicName=APPERR2_4411
22688 Language=English
22689 User name%0
22690 .
22691 Language=Polish
22692 User name%0
22693 .
22694 Language=Romanian
22695 User name%0
22696 .
22697 Language=Russian
22698 User name%0
22699 .
22700 Language=Spanish
22701 User name%0
22702 .
22703 Language=Turkish
22704 User name%0
22705 .
22706 Language=Chinese
22707 User name%0
22708 .
22709 Language=Taiwanese
22710 User name%0
22711 .
22712
22713 MessageId=4412
22714 Severity=Success
22715 Facility=System
22716 SymbolicName=APPERR2_4412
22717 Language=English
22718 Full Name%0
22719 .
22720 Language=Polish
22721 Full Name%0
22722 .
22723 Language=Romanian
22724 Full Name%0
22725 .
22726 Language=Russian
22727 Full Name%0
22728 .
22729 Language=Spanish
22730 Full Name%0
22731 .
22732 Language=Turkish
22733 Full Name%0
22734 .
22735 Language=Chinese
22736 Full Name%0
22737 .
22738 Language=Taiwanese
22739 Full Name%0
22740 .
22741
22742 MessageId=4413
22743 Severity=Success
22744 Facility=System
22745 SymbolicName=APPERR2_4413
22746 Language=English
22747 Comment%0
22748 .
22749 Language=Polish
22750 Comment%0
22751 .
22752 Language=Romanian
22753 Comment%0
22754 .
22755 Language=Russian
22756 Comment%0
22757 .
22758 Language=Spanish
22759 Comment%0
22760 .
22761 Language=Turkish
22762 Comment%0
22763 .
22764 Language=Chinese
22765 Comment%0
22766 .
22767 Language=Taiwanese
22768 Comment%0
22769 .
22770
22771 MessageId=4414
22772 Severity=Success
22773 Facility=System
22774 SymbolicName=APPERR2_4414
22775 Language=English
22776 User's comment%0
22777 .
22778 Language=Polish
22779 User's comment%0
22780 .
22781 Language=Romanian
22782 User's comment%0
22783 .
22784 Language=Russian
22785 User's comment%0
22786 .
22787 Language=Spanish
22788 User's comment%0
22789 .
22790 Language=Turkish
22791 User's comment%0
22792 .
22793 Language=Chinese
22794 User's comment%0
22795 .
22796 Language=Taiwanese
22797 User's comment%0
22798 .
22799
22800 MessageId=4415
22801 Severity=Success
22802 Facility=System
22803 SymbolicName=APPERR2_4415
22804 Language=English
22805 Parameters%0
22806 .
22807 Language=Polish
22808 Parameters%0
22809 .
22810 Language=Romanian
22811 Parameters%0
22812 .
22813 Language=Russian
22814 Parameters%0
22815 .
22816 Language=Spanish
22817 Parameters%0
22818 .
22819 Language=Turkish
22820 Parameters%0
22821 .
22822 Language=Chinese
22823 Parameters%0
22824 .
22825 Language=Taiwanese
22826 Parameters%0
22827 .
22828
22829 MessageId=4416
22830 Severity=Success
22831 Facility=System
22832 SymbolicName=APPERR2_4416
22833 Language=English
22834 Country code%0
22835 .
22836 Language=Polish
22837 Country code%0
22838 .
22839 Language=Romanian
22840 Country code%0
22841 .
22842 Language=Russian
22843 Country code%0
22844 .
22845 Language=Spanish
22846 Country code%0
22847 .
22848 Language=Turkish
22849 Country code%0
22850 .
22851 Language=Chinese
22852 Country code%0
22853 .
22854 Language=Taiwanese
22855 Country code%0
22856 .
22857
22858 MessageId=4417
22859 Severity=Success
22860 Facility=System
22861 SymbolicName=APPERR2_4417
22862 Language=English
22863 Privilege level%0
22864 .
22865 Language=Polish
22866 Privilege level%0
22867 .
22868 Language=Romanian
22869 Privilege level%0
22870 .
22871 Language=Russian
22872 Privilege level%0
22873 .
22874 Language=Spanish
22875 Privilege level%0
22876 .
22877 Language=Turkish
22878 Privilege level%0
22879 .
22880 Language=Chinese
22881 Privilege level%0
22882 .
22883 Language=Taiwanese
22884 Privilege level%0
22885 .
22886
22887 MessageId=4418
22888 Severity=Success
22889 Facility=System
22890 SymbolicName=APPERR2_4418
22891 Language=English
22892 Operator privileges%0
22893 .
22894 Language=Polish
22895 Operator privileges%0
22896 .
22897 Language=Romanian
22898 Operator privileges%0
22899 .
22900 Language=Russian
22901 Operator privileges%0
22902 .
22903 Language=Spanish
22904 Operator privileges%0
22905 .
22906 Language=Turkish
22907 Operator privileges%0
22908 .
22909 Language=Chinese
22910 Operator privileges%0
22911 .
22912 Language=Taiwanese
22913 Operator privileges%0
22914 .
22915
22916 MessageId=4419
22917 Severity=Success
22918 Facility=System
22919 SymbolicName=APPERR2_4419
22920 Language=English
22921 Account active%0
22922 .
22923 Language=Polish
22924 Account active%0
22925 .
22926 Language=Romanian
22927 Account active%0
22928 .
22929 Language=Russian
22930 Account active%0
22931 .
22932 Language=Spanish
22933 Account active%0
22934 .
22935 Language=Turkish
22936 Account active%0
22937 .
22938 Language=Chinese
22939 Account active%0
22940 .
22941 Language=Taiwanese
22942 Account active%0
22943 .
22944
22945 MessageId=4420
22946 Severity=Success
22947 Facility=System
22948 SymbolicName=APPERR2_4420
22949 Language=English
22950 Account expires%0
22951 .
22952 Language=Polish
22953 Account expires%0
22954 .
22955 Language=Romanian
22956 Account expires%0
22957 .
22958 Language=Russian
22959 Account expires%0
22960 .
22961 Language=Spanish
22962 Account expires%0
22963 .
22964 Language=Turkish
22965 Account expires%0
22966 .
22967 Language=Chinese
22968 Account expires%0
22969 .
22970 Language=Taiwanese
22971 Account expires%0
22972 .
22973
22974 MessageId=4421
22975 Severity=Success
22976 Facility=System
22977 SymbolicName=APPERR2_4421
22978 Language=English
22979 Password last set%0
22980 .
22981 Language=Polish
22982 Password last set%0
22983 .
22984 Language=Romanian
22985 Password last set%0
22986 .
22987 Language=Russian
22988 Password last set%0
22989 .
22990 Language=Spanish
22991 Password last set%0
22992 .
22993 Language=Turkish
22994 Password last set%0
22995 .
22996 Language=Chinese
22997 Password last set%0
22998 .
22999 Language=Taiwanese
23000 Password last set%0
23001 .
23002
23003 MessageId=4422
23004 Severity=Success
23005 Facility=System
23006 SymbolicName=APPERR2_4422
23007 Language=English
23008 Password expires%0
23009 .
23010 Language=Polish
23011 Password expires%0
23012 .
23013 Language=Romanian
23014 Password expires%0
23015 .
23016 Language=Russian
23017 Password expires%0
23018 .
23019 Language=Spanish
23020 Password expires%0
23021 .
23022 Language=Turkish
23023 Password expires%0
23024 .
23025 Language=Chinese
23026 Password expires%0
23027 .
23028 Language=Taiwanese
23029 Password expires%0
23030 .
23031
23032 MessageId=4423
23033 Severity=Success
23034 Facility=System
23035 SymbolicName=APPERR2_4423
23036 Language=English
23037 Password changeable%0
23038 .
23039 Language=Polish
23040 Password changeable%0
23041 .
23042 Language=Romanian
23043 Password changeable%0
23044 .
23045 Language=Russian
23046 Password changeable%0
23047 .
23048 Language=Spanish
23049 Password changeable%0
23050 .
23051 Language=Turkish
23052 Password changeable%0
23053 .
23054 Language=Chinese
23055 Password changeable%0
23056 .
23057 Language=Taiwanese
23058 Password changeable%0
23059 .
23060
23061 MessageId=4424
23062 Severity=Success
23063 Facility=System
23064 SymbolicName=APPERR2_4424
23065 Language=English
23066 Workstations allowed%0
23067 .
23068 Language=Polish
23069 Workstations allowed%0
23070 .
23071 Language=Romanian
23072 Workstations allowed%0
23073 .
23074 Language=Russian
23075 Workstations allowed%0
23076 .
23077 Language=Spanish
23078 Workstations allowed%0
23079 .
23080 Language=Turkish
23081 Workstations allowed%0
23082 .
23083 Language=Chinese
23084 Workstations allowed%0
23085 .
23086 Language=Taiwanese
23087 Workstations allowed%0
23088 .
23089
23090 MessageId=4425
23091 Severity=Success
23092 Facility=System
23093 SymbolicName=APPERR2_4425
23094 Language=English
23095 Maximum disk space%0
23096 .
23097 Language=Polish
23098 Maximum disk space%0
23099 .
23100 Language=Romanian
23101 Maximum disk space%0
23102 .
23103 Language=Russian
23104 Maximum disk space%0
23105 .
23106 Language=Spanish
23107 Maximum disk space%0
23108 .
23109 Language=Turkish
23110 Maximum disk space%0
23111 .
23112 Language=Chinese
23113 Maximum disk space%0
23114 .
23115 Language=Taiwanese
23116 Maximum disk space%0
23117 .
23118
23119 MessageId=4426
23120 Severity=Success
23121 Facility=System
23122 SymbolicName=APPERR2_4426
23123 Language=English
23124 Unlimited%0
23125 .
23126 Language=Polish
23127 Unlimited%0
23128 .
23129 Language=Romanian
23130 Unlimited%0
23131 .
23132 Language=Russian
23133 Unlimited%0
23134 .
23135 Language=Spanish
23136 Unlimited%0
23137 .
23138 Language=Turkish
23139 Unlimited%0
23140 .
23141 Language=Chinese
23142 Unlimited%0
23143 .
23144 Language=Taiwanese
23145 Unlimited%0
23146 .
23147
23148 MessageId=4427
23149 Severity=Success
23150 Facility=System
23151 SymbolicName=APPERR2_4427
23152 Language=English
23153 Local Group Memberships%0
23154 .
23155 Language=Polish
23156 Local Group Memberships%0
23157 .
23158 Language=Romanian
23159 Local Group Memberships%0
23160 .
23161 Language=Russian
23162 Local Group Memberships%0
23163 .
23164 Language=Spanish
23165 Local Group Memberships%0
23166 .
23167 Language=Turkish
23168 Local Group Memberships%0
23169 .
23170 Language=Chinese
23171 Local Group Memberships%0
23172 .
23173 Language=Taiwanese
23174 Local Group Memberships%0
23175 .
23176
23177 MessageId=4428
23178 Severity=Success
23179 Facility=System
23180 SymbolicName=APPERR2_4428
23181 Language=English
23182 Domain controller%0
23183 .
23184 Language=Polish
23185 Domain controller%0
23186 .
23187 Language=Romanian
23188 Domain controller%0
23189 .
23190 Language=Russian
23191 Domain controller%0
23192 .
23193 Language=Spanish
23194 Domain controller%0
23195 .
23196 Language=Turkish
23197 Domain controller%0
23198 .
23199 Language=Chinese
23200 Domain controller%0
23201 .
23202 Language=Taiwanese
23203 Domain controller%0
23204 .
23205
23206 MessageId=4429
23207 Severity=Success
23208 Facility=System
23209 SymbolicName=APPERR2_4429
23210 Language=English
23211 Logon script%0
23212 .
23213 Language=Polish
23214 Logon script%0
23215 .
23216 Language=Romanian
23217 Logon script%0
23218 .
23219 Language=Russian
23220 Logon script%0
23221 .
23222 Language=Spanish
23223 Logon script%0
23224 .
23225 Language=Turkish
23226 Logon script%0
23227 .
23228 Language=Chinese
23229 Logon script%0
23230 .
23231 Language=Taiwanese
23232 Logon script%0
23233 .
23234
23235 MessageId=4430
23236 Severity=Success
23237 Facility=System
23238 SymbolicName=APPERR2_4430
23239 Language=English
23240 Last logon%0
23241 .
23242 Language=Polish
23243 Last logon%0
23244 .
23245 Language=Romanian
23246 Last logon%0
23247 .
23248 Language=Russian
23249 Last logon%0
23250 .
23251 Language=Spanish
23252 Last logon%0
23253 .
23254 Language=Turkish
23255 Last logon%0
23256 .
23257 Language=Chinese
23258 Last logon%0
23259 .
23260 Language=Taiwanese
23261 Last logon%0
23262 .
23263
23264 MessageId=4431
23265 Severity=Success
23266 Facility=System
23267 SymbolicName=APPERR2_4431
23268 Language=English
23269 Global Group memberships%0
23270 .
23271 Language=Polish
23272 Global Group memberships%0
23273 .
23274 Language=Romanian
23275 Global Group memberships%0
23276 .
23277 Language=Russian
23278 Global Group memberships%0
23279 .
23280 Language=Spanish
23281 Global Group memberships%0
23282 .
23283 Language=Turkish
23284 Global Group memberships%0
23285 .
23286 Language=Chinese
23287 Global Group memberships%0
23288 .
23289 Language=Taiwanese
23290 Global Group memberships%0
23291 .
23292
23293 MessageId=4432
23294 Severity=Success
23295 Facility=System
23296 SymbolicName=APPERR2_4432
23297 Language=English
23298 Logon hours allowed%0
23299 .
23300 Language=Polish
23301 Logon hours allowed%0
23302 .
23303 Language=Romanian
23304 Logon hours allowed%0
23305 .
23306 Language=Russian
23307 Logon hours allowed%0
23308 .
23309 Language=Spanish
23310 Logon hours allowed%0
23311 .
23312 Language=Turkish
23313 Logon hours allowed%0
23314 .
23315 Language=Chinese
23316 Logon hours allowed%0
23317 .
23318 Language=Taiwanese
23319 Logon hours allowed%0
23320 .
23321
23322 MessageId=4433
23323 Severity=Success
23324 Facility=System
23325 SymbolicName=APPERR2_4433
23326 Language=English
23327 All%0
23328 .
23329 Language=Polish
23330 All%0
23331 .
23332 Language=Romanian
23333 All%0
23334 .
23335 Language=Russian
23336 All%0
23337 .
23338 Language=Spanish
23339 All%0
23340 .
23341 Language=Turkish
23342 All%0
23343 .
23344 Language=Chinese
23345 All%0
23346 .
23347 Language=Taiwanese
23348 All%0
23349 .
23350
23351 MessageId=4434
23352 Severity=Success
23353 Facility=System
23354 SymbolicName=APPERR2_4434
23355 Language=English
23356 None%0
23357 .
23358 Language=Polish
23359 None%0
23360 .
23361 Language=Romanian
23362 None%0
23363 .
23364 Language=Russian
23365 None%0
23366 .
23367 Language=Spanish
23368 None%0
23369 .
23370 Language=Turkish
23371 None%0
23372 .
23373 Language=Chinese
23374 None%0
23375 .
23376 Language=Taiwanese
23377 None%0
23378 .
23379
23380 MessageId=4435
23381 Severity=Success
23382 Facility=System
23383 SymbolicName=APPERR2_4435
23384 Language=English
23385 Daily %1 - %2%0
23386 .
23387 Language=Polish
23388 Daily %1 - %2%0
23389 .
23390 Language=Romanian
23391 Daily %1 - %2%0
23392 .
23393 Language=Russian
23394 Daily %1 - %2%0
23395 .
23396 Language=Spanish
23397 Daily %1 - %2%0
23398 .
23399 Language=Turkish
23400 Daily %1 - %2%0
23401 .
23402 Language=Chinese
23403 Daily %1 - %2%0
23404 .
23405 Language=Taiwanese
23406 Daily %1 - %2%0
23407 .
23408
23409 MessageId=4436
23410 Severity=Success
23411 Facility=System
23412 SymbolicName=APPERR2_4436
23413 Language=English
23414 Home directory%0
23415 .
23416 Language=Polish
23417 Home directory%0
23418 .
23419 Language=Romanian
23420 Home directory%0
23421 .
23422 Language=Russian
23423 Home directory%0
23424 .
23425 Language=Spanish
23426 Home directory%0
23427 .
23428 Language=Turkish
23429 Home directory%0
23430 .
23431 Language=Chinese
23432 Home directory%0
23433 .
23434 Language=Taiwanese
23435 Home directory%0
23436 .
23437
23438 MessageId=4437
23439 Severity=Success
23440 Facility=System
23441 SymbolicName=APPERR2_4437
23442 Language=English
23443 Password required%0
23444 .
23445 Language=Polish
23446 Password required%0
23447 .
23448 Language=Romanian
23449 Password required%0
23450 .
23451 Language=Russian
23452 Password required%0
23453 .
23454 Language=Spanish
23455 Password required%0
23456 .
23457 Language=Turkish
23458 Password required%0
23459 .
23460 Language=Chinese
23461 Password required%0
23462 .
23463 Language=Taiwanese
23464 Password required%0
23465 .
23466
23467 MessageId=4438
23468 Severity=Success
23469 Facility=System
23470 SymbolicName=APPERR2_4438
23471 Language=English
23472 User may change password%0
23473 .
23474 Language=Polish
23475 User may change password%0
23476 .
23477 Language=Romanian
23478 User may change password%0
23479 .
23480 Language=Russian
23481 User may change password%0
23482 .
23483 Language=Spanish
23484 User may change password%0
23485 .
23486 Language=Turkish
23487 User may change password%0
23488 .
23489 Language=Chinese
23490 User may change password%0
23491 .
23492 Language=Taiwanese
23493 User may change password%0
23494 .
23495
23496 MessageId=4439
23497 Severity=Success
23498 Facility=System
23499 SymbolicName=APPERR2_4439
23500 Language=English
23501 User profile%0
23502 .
23503 Language=Polish
23504 User profile%0
23505 .
23506 Language=Romanian
23507 User profile%0
23508 .
23509 Language=Russian
23510 User profile%0
23511 .
23512 Language=Spanish
23513 User profile%0
23514 .
23515 Language=Turkish
23516 User profile%0
23517 .
23518 Language=Chinese
23519 User profile%0
23520 .
23521 Language=Taiwanese
23522 User profile%0
23523 .
23524
23525 MessageId=4440
23526 Severity=Success
23527 Facility=System
23528 SymbolicName=APPERR2_4440
23529 Language=English
23530 Locked%0
23531 .
23532 Language=Polish
23533 Locked%0
23534 .
23535 Language=Romanian
23536 Locked%0
23537 .
23538 Language=Russian
23539 Locked%0
23540 .
23541 Language=Spanish
23542 Locked%0
23543 .
23544 Language=Turkish
23545 Locked%0
23546 .
23547 Language=Chinese
23548 Locked%0
23549 .
23550 Language=Taiwanese
23551 Locked%0
23552 .
23553
23554 MessageId=4450
23555 Severity=Success
23556 Facility=System
23557 SymbolicName=APPERR2_4450
23558 Language=English
23559 Computer name%0
23560 .
23561 Language=Polish
23562 Computer name%0
23563 .
23564 Language=Romanian
23565 Computer name%0
23566 .
23567 Language=Russian
23568 Computer name%0
23569 .
23570 Language=Spanish
23571 Computer name%0
23572 .
23573 Language=Turkish
23574 Computer name%0
23575 .
23576 Language=Chinese
23577 Computer name%0
23578 .
23579 Language=Taiwanese
23580 Computer name%0
23581 .
23582
23583 MessageId=4451
23584 Severity=Success
23585 Facility=System
23586 SymbolicName=APPERR2_4451
23587 Language=English
23588 User name%0
23589 .
23590 Language=Polish
23591 User name%0
23592 .
23593 Language=Romanian
23594 User name%0
23595 .
23596 Language=Russian
23597 User name%0
23598 .
23599 Language=Spanish
23600 User name%0
23601 .
23602 Language=Turkish
23603 User name%0
23604 .
23605 Language=Chinese
23606 User name%0
23607 .
23608 Language=Taiwanese
23609 User name%0
23610 .
23611
23612 MessageId=4452
23613 Severity=Success
23614 Facility=System
23615 SymbolicName=APPERR2_4452
23616 Language=English
23617 Software version%0
23618 .
23619 Language=Polish
23620 Software version%0
23621 .
23622 Language=Romanian
23623 Software version%0
23624 .
23625 Language=Russian
23626 Software version%0
23627 .
23628 Language=Spanish
23629 Software version%0
23630 .
23631 Language=Turkish
23632 Software version%0
23633 .
23634 Language=Chinese
23635 Software version%0
23636 .
23637 Language=Taiwanese
23638 Software version%0
23639 .
23640
23641 MessageId=4453
23642 Severity=Success
23643 Facility=System
23644 SymbolicName=APPERR2_4453
23645 Language=English
23646 Workstation active on%0
23647 .
23648 Language=Polish
23649 Workstation active on%0
23650 .
23651 Language=Romanian
23652 Workstation active on%0
23653 .
23654 Language=Russian
23655 Workstation active on%0
23656 .
23657 Language=Spanish
23658 Workstation active on%0
23659 .
23660 Language=Turkish
23661 Workstation active on%0
23662 .
23663 Language=Chinese
23664 Workstation active on%0
23665 .
23666 Language=Taiwanese
23667 Workstation active on%0
23668 .
23669
23670 MessageId=4454
23671 Severity=Success
23672 Facility=System
23673 SymbolicName=APPERR2_4454
23674 Language=English
23675 ReactOS root directory%0
23676 .
23677 Language=Polish
23678 ReactOS root directory%0
23679 .
23680 Language=Romanian
23681 ReactOS root directory%0
23682 .
23683 Language=Russian
23684 ReactOS root directory%0
23685 .
23686 Language=Spanish
23687 ReactOS root directory%0
23688 .
23689 Language=Turkish
23690 ReactOS root directory%0
23691 .
23692 Language=Chinese
23693 ReactOS root directory%0
23694 .
23695 Language=Taiwanese
23696 ReactOS root directory%0
23697 .
23698
23699 MessageId=4455
23700 Severity=Success
23701 Facility=System
23702 SymbolicName=APPERR2_4455
23703 Language=English
23704 Workstation domain%0
23705 .
23706 Language=Polish
23707 Workstation domain%0
23708 .
23709 Language=Romanian
23710 Workstation domain%0
23711 .
23712 Language=Russian
23713 Workstation domain%0
23714 .
23715 Language=Spanish
23716 Workstation domain%0
23717 .
23718 Language=Turkish
23719 Workstation domain%0
23720 .
23721 Language=Chinese
23722 Workstation domain%0
23723 .
23724 Language=Taiwanese
23725 Workstation domain%0
23726 .
23727
23728 MessageId=4456
23729 Severity=Success
23730 Facility=System
23731 SymbolicName=APPERR2_4456
23732 Language=English
23733 Logon domain%0
23734 .
23735 Language=Polish
23736 Logon domain%0
23737 .
23738 Language=Romanian
23739 Logon domain%0
23740 .
23741 Language=Russian
23742 Logon domain%0
23743 .
23744 Language=Spanish
23745 Logon domain%0
23746 .
23747 Language=Turkish
23748 Logon domain%0
23749 .
23750 Language=Chinese
23751 Logon domain%0
23752 .
23753 Language=Taiwanese
23754 Logon domain%0
23755 .
23756
23757 MessageId=4457
23758 Severity=Success
23759 Facility=System
23760 SymbolicName=APPERR2_4457
23761 Language=English
23762 Other domain(s)%0
23763 .
23764 Language=Polish
23765 Other domain(s)%0
23766 .
23767 Language=Romanian
23768 Other domain(s)%0
23769 .
23770 Language=Russian
23771 Other domain(s)%0
23772 .
23773 Language=Spanish
23774 Other domain(s)%0
23775 .
23776 Language=Turkish
23777 Other domain(s)%0
23778 .
23779 Language=Chinese
23780 Other domain(s)%0
23781 .
23782 Language=Taiwanese
23783 Other domain(s)%0
23784 .
23785
23786 MessageId=4458
23787 Severity=Success
23788 Facility=System
23789 SymbolicName=APPERR2_4458
23790 Language=English
23791 COM Open Timeout (sec)%0
23792 .
23793 Language=Polish
23794 COM Open Timeout (sec)%0
23795 .
23796 Language=Romanian
23797 COM Open Timeout (sec)%0
23798 .
23799 Language=Russian
23800 COM Open Timeout (sec)%0
23801 .
23802 Language=Spanish
23803 COM Open Timeout (sec)%0
23804 .
23805 Language=Turkish
23806 COM Open Timeout (sec)%0
23807 .
23808 Language=Chinese
23809 COM Open Timeout (sec)%0
23810 .
23811 Language=Taiwanese
23812 COM Open Timeout (sec)%0
23813 .
23814
23815 MessageId=4459
23816 Severity=Success
23817 Facility=System
23818 SymbolicName=APPERR2_4459
23819 Language=English
23820 COM Send Count (byte)%0
23821 .
23822 Language=Polish
23823 COM Send Count (byte)%0
23824 .
23825 Language=Romanian
23826 COM Send Count (byte)%0
23827 .
23828 Language=Russian
23829 COM Send Count (byte)%0
23830 .
23831 Language=Spanish
23832 COM Send Count (byte)%0
23833 .
23834 Language=Turkish
23835 COM Send Count (byte)%0
23836 .
23837 Language=Chinese
23838 COM Send Count (byte)%0
23839 .
23840 Language=Taiwanese
23841 COM Send Count (byte)%0
23842 .
23843
23844 MessageId=4460
23845 Severity=Success
23846 Facility=System
23847 SymbolicName=APPERR2_4460
23848 Language=English
23849 COM Send Timeout (msec)%0
23850 .
23851 Language=Polish
23852 COM Send Timeout (msec)%0
23853 .
23854 Language=Romanian
23855 COM Send Timeout (msec)%0
23856 .
23857 Language=Russian
23858 COM Send Timeout (msec)%0
23859 .
23860 Language=Spanish
23861 COM Send Timeout (msec)%0
23862 .
23863 Language=Turkish
23864 COM Send Timeout (msec)%0
23865 .
23866 Language=Chinese
23867 COM Send Timeout (msec)%0
23868 .
23869 Language=Taiwanese
23870 COM Send Timeout (msec)%0
23871 .
23872
23873 MessageId=4461
23874 Severity=Success
23875 Facility=System
23876 SymbolicName=APPERR2_4461
23877 Language=English
23878 DOS session print time-out (sec)%0
23879 .
23880 Language=Polish
23881 DOS session print time-out (sec)%0
23882 .
23883 Language=Romanian
23884 DOS session print time-out (sec)%0
23885 .
23886 Language=Russian
23887 DOS session print time-out (sec)%0
23888 .
23889 Language=Spanish
23890 DOS session print time-out (sec)%0
23891 .
23892 Language=Turkish
23893 DOS session print time-out (sec)%0
23894 .
23895 Language=Chinese
23896 DOS session print time-out (sec)%0
23897 .
23898 Language=Taiwanese
23899 DOS session print time-out (sec)%0
23900 .
23901
23902 MessageId=4462
23903 Severity=Success
23904 Facility=System
23905 SymbolicName=APPERR2_4462
23906 Language=English
23907 Maximum error log size (K)%0
23908 .
23909 Language=Polish
23910 Maximum error log size (K)%0
23911 .
23912 Language=Romanian
23913 Maximum error log size (K)%0
23914 .
23915 Language=Russian
23916 Maximum error log size (K)%0
23917 .
23918 Language=Spanish
23919 Maximum error log size (K)%0
23920 .
23921 Language=Turkish
23922 Maximum error log size (K)%0
23923 .
23924 Language=Chinese
23925 Maximum error log size (K)%0
23926 .
23927 Language=Taiwanese
23928 Maximum error log size (K)%0
23929 .
23930
23931 MessageId=4463
23932 Severity=Success
23933 Facility=System
23934 SymbolicName=APPERR2_4463
23935 Language=English
23936 Maximum cache memory (K)%0
23937 .
23938 Language=Polish
23939 Maximum cache memory (K)%0
23940 .
23941 Language=Romanian
23942 Maximum cache memory (K)%0
23943 .
23944 Language=Russian
23945 Maximum cache memory (K)%0
23946 .
23947 Language=Spanish
23948 Maximum cache memory (K)%0
23949 .
23950 Language=Turkish
23951 Maximum cache memory (K)%0
23952 .
23953 Language=Chinese
23954 Maximum cache memory (K)%0
23955 .
23956 Language=Taiwanese
23957 Maximum cache memory (K)%0
23958 .
23959
23960 MessageId=4464
23961 Severity=Success
23962 Facility=System
23963 SymbolicName=APPERR2_4464
23964 Language=English
23965 Number of network buffers%0
23966 .
23967 Language=Polish
23968 Number of network buffers%0
23969 .
23970 Language=Romanian
23971 Number of network buffers%0
23972 .
23973 Language=Russian
23974 Number of network buffers%0
23975 .
23976 Language=Spanish
23977 Number of network buffers%0
23978 .
23979 Language=Turkish
23980 Number of network buffers%0
23981 .
23982 Language=Chinese
23983 Number of network buffers%0
23984 .
23985 Language=Taiwanese
23986 Number of network buffers%0
23987 .
23988
23989 MessageId=4465
23990 Severity=Success
23991 Facility=System
23992 SymbolicName=APPERR2_4465
23993 Language=English
23994 Number of character buffers%0
23995 .
23996 Language=Polish
23997 Number of character buffers%0
23998 .
23999 Language=Romanian
24000 Number of character buffers%0
24001 .
24002 Language=Russian
24003 Number of character buffers%0
24004 .
24005 Language=Spanish
24006 Number of character buffers%0
24007 .
24008 Language=Turkish
24009 Number of character buffers%0
24010 .
24011 Language=Chinese
24012 Number of character buffers%0
24013 .
24014 Language=Taiwanese
24015 Number of character buffers%0
24016 .
24017
24018 MessageId=4466
24019 Severity=Success
24020 Facility=System
24021 SymbolicName=APPERR2_4466
24022 Language=English
24023 Size of network buffers%0
24024 .
24025 Language=Polish
24026 Size of network buffers%0
24027 .
24028 Language=Romanian
24029 Size of network buffers%0
24030 .
24031 Language=Russian
24032 Size of network buffers%0
24033 .
24034 Language=Spanish
24035 Size of network buffers%0
24036 .
24037 Language=Turkish
24038 Size of network buffers%0
24039 .
24040 Language=Chinese
24041 Size of network buffers%0
24042 .
24043 Language=Taiwanese
24044 Size of network buffers%0
24045 .
24046
24047 MessageId=4467
24048 Severity=Success
24049 Facility=System
24050 SymbolicName=APPERR2_4467
24051 Language=English
24052 Size of character buffers%0
24053 .
24054 Language=Polish
24055 Size of character buffers%0
24056 .
24057 Language=Romanian
24058 Size of character buffers%0
24059 .
24060 Language=Russian
24061 Size of character buffers%0
24062 .
24063 Language=Spanish
24064 Size of character buffers%0
24065 .
24066 Language=Turkish
24067 Size of character buffers%0
24068 .
24069 Language=Chinese
24070 Size of character buffers%0
24071 .
24072 Language=Taiwanese
24073 Size of character buffers%0
24074 .
24075
24076 MessageId=4468
24077 Severity=Success
24078 Facility=System
24079 SymbolicName=APPERR2_4468
24080 Language=English
24081 Full Computer name%0
24082 .
24083 Language=Polish
24084 Full Computer name%0
24085 .
24086 Language=Romanian
24087 Full Computer name%0
24088 .
24089 Language=Russian
24090 Full Computer name%0
24091 .
24092 Language=Spanish
24093 Full Computer name%0
24094 .
24095 Language=Turkish
24096 Full Computer name%0
24097 .
24098 Language=Chinese
24099 Full Computer name%0
24100 .
24101 Language=Taiwanese
24102 Full Computer name%0
24103 .
24104
24105 MessageId=4469
24106 Severity=Success
24107 Facility=System
24108 SymbolicName=APPERR2_4469
24109 Language=English
24110 Workstation Domain DNS Name%0
24111 .
24112 Language=Polish
24113 Workstation Domain DNS Name%0
24114 .
24115 Language=Romanian
24116 Workstation Domain DNS Name%0
24117 .
24118 Language=Russian
24119 Workstation Domain DNS Name%0
24120 .
24121 Language=Spanish
24122 Workstation Domain DNS Name%0
24123 .
24124 Language=Turkish
24125 Workstation Domain DNS Name%0
24126 .
24127 Language=Chinese
24128 Workstation Domain DNS Name%0
24129 .
24130 Language=Taiwanese
24131 Workstation Domain DNS Name%0
24132 .
24133
24134 MessageId=4470
24135 Severity=Success
24136 Facility=System
24137 SymbolicName=APPERR2_4470
24138 Language=English
24139 ReactOS%0
24140 .
24141 Language=Polish
24142 ReactOS%0
24143 .
24144 Language=Romanian
24145 ReactOS%0
24146 .
24147 Language=Russian
24148 ReactOS%0
24149 .
24150 Language=Spanish
24151 ReactOS%0
24152 .
24153 Language=Turkish
24154 ReactOS%0
24155 .
24156 Language=Chinese
24157 ReactOS%0
24158 .
24159 Language=Taiwanese
24160 ReactOS%0
24161 .
24162
24163 MessageId=4481
24164 Severity=Success
24165 Facility=System
24166 SymbolicName=APPERR2_4481
24167 Language=English
24168 Server Name%0
24169 .
24170 Language=Polish
24171 Server Name%0
24172 .
24173 Language=Romanian
24174 Server Name%0
24175 .
24176 Language=Russian
24177 Server Name%0
24178 .
24179 Language=Spanish
24180 Server Name%0
24181 .
24182 Language=Turkish
24183 Server Name%0
24184 .
24185 Language=Chinese
24186 Server Name%0
24187 .
24188 Language=Taiwanese
24189 Server Name%0
24190 .
24191
24192 MessageId=4482
24193 Severity=Success
24194 Facility=System
24195 SymbolicName=APPERR2_4482
24196 Language=English
24197 Server Comment%0
24198 .
24199 Language=Polish
24200 Server Comment%0
24201 .
24202 Language=Romanian
24203 Server Comment%0
24204 .
24205 Language=Russian
24206 Server Comment%0
24207 .
24208 Language=Spanish
24209 Server Comment%0
24210 .
24211 Language=Turkish
24212 Server Comment%0
24213 .
24214 Language=Chinese
24215 Server Comment%0
24216 .
24217 Language=Taiwanese
24218 Server Comment%0
24219 .
24220
24221 MessageId=4483
24222 Severity=Success
24223 Facility=System
24224 SymbolicName=APPERR2_4483
24225 Language=English
24226 Send administrative alerts to%0
24227 .
24228 Language=Polish
24229 Send administrative alerts to%0
24230 .
24231 Language=Romanian
24232 Send administrative alerts to%0
24233 .
24234 Language=Russian
24235 Send administrative alerts to%0
24236 .
24237 Language=Spanish
24238 Send administrative alerts to%0
24239 .
24240 Language=Turkish
24241 Send administrative alerts to%0
24242 .
24243 Language=Chinese
24244 Send administrative alerts to%0
24245 .
24246 Language=Taiwanese
24247 Send administrative alerts to%0
24248 .
24249
24250 MessageId=4484
24251 Severity=Success
24252 Facility=System
24253 SymbolicName=APPERR2_4484
24254 Language=English
24255 Software version%0
24256 .
24257 Language=Polish
24258 Software version%0
24259 .
24260 Language=Romanian
24261 Software version%0
24262 .
24263 Language=Russian
24264 Software version%0
24265 .
24266 Language=Spanish
24267 Software version%0
24268 .
24269 Language=Turkish
24270 Software version%0
24271 .
24272 Language=Chinese
24273 Software version%0
24274 .
24275 Language=Taiwanese
24276 Software version%0
24277 .
24278
24279 MessageId=4485
24280 Severity=Success
24281 Facility=System
24282 SymbolicName=APPERR2_4485
24283 Language=English
24284 Peer Server%0
24285 .
24286 Language=Polish
24287 Peer Server%0
24288 .
24289 Language=Romanian
24290 Peer Server%0
24291 .
24292 Language=Russian
24293 Peer Server%0
24294 .
24295 Language=Spanish
24296 Peer Server%0
24297 .
24298 Language=Turkish
24299 Peer Server%0
24300 .
24301 Language=Chinese
24302 Peer Server%0
24303 .
24304 Language=Taiwanese
24305 Peer Server%0
24306 .
24307
24308 MessageId=4486
24309 Severity=Success
24310 Facility=System
24311 SymbolicName=APPERR2_4486
24312 Language=English
24313 ReactOS%0
24314 .
24315 Language=Polish
24316 ReactOS%0
24317 .
24318 Language=Romanian
24319 ReactOS%0
24320 .
24321 Language=Russian
24322 ReactOS%0
24323 .
24324 Language=Spanish
24325 ReactOS%0
24326 .
24327 Language=Turkish
24328 ReactOS%0
24329 .
24330 Language=Chinese
24331 ReactOS%0
24332 .
24333 Language=Taiwanese
24334 ReactOS%0
24335 .
24336
24337 MessageId=4487
24338 Severity=Success
24339 Facility=System
24340 SymbolicName=APPERR2_4487
24341 Language=English
24342 Server Level%0
24343 .
24344 Language=Polish
24345 Server Level%0
24346 .
24347 Language=Romanian
24348 Server Level%0
24349 .
24350 Language=Russian
24351 Server Level%0
24352 .
24353 Language=Spanish
24354 Server Level%0
24355 .
24356 Language=Turkish
24357 Server Level%0
24358 .
24359 Language=Chinese
24360 Server Level%0
24361 .
24362 Language=Taiwanese
24363 Server Level%0
24364 .
24365
24366 MessageId=4488
24367 Severity=Success
24368 Facility=System
24369 SymbolicName=APPERR2_4488
24370 Language=English
24371 ReactOS Server%0
24372 .
24373 Language=Polish
24374 ReactOS Server%0
24375 .
24376 Language=Romanian
24377 ReactOS Server%0
24378 .
24379 Language=Russian
24380 ReactOS Server%0
24381 .
24382 Language=Spanish
24383 ReactOS Server%0
24384 .
24385 Language=Turkish
24386 ReactOS Server%0
24387 .
24388 Language=Chinese
24389 ReactOS Server%0
24390 .
24391 Language=Taiwanese
24392 ReactOS Server%0
24393 .
24394
24395 MessageId=4489
24396 Severity=Success
24397 Facility=System
24398 SymbolicName=APPERR2_4489
24399 Language=English
24400 Server is active on%0
24401 .
24402 Language=Polish
24403 Server is active on%0
24404 .
24405 Language=Romanian
24406 Server is active on%0
24407 .
24408 Language=Russian
24409 Server is active on%0
24410 .
24411 Language=Spanish
24412 Server is active on%0
24413 .
24414 Language=Turkish
24415 Server is active on%0
24416 .
24417 Language=Chinese
24418 Server is active on%0
24419 .
24420 Language=Taiwanese
24421 Server is active on%0
24422 .
24423
24424 MessageId=4492
24425 Severity=Success
24426 Facility=System
24427 SymbolicName=APPERR2_4492
24428 Language=English
24429 Server hidden%0
24430 .
24431 Language=Polish
24432 Server hidden%0
24433 .
24434 Language=Romanian
24435 Server hidden%0
24436 .
24437 Language=Russian
24438 Server hidden%0
24439 .
24440 Language=Spanish
24441 Server hidden%0
24442 .
24443 Language=Turkish
24444 Server hidden%0
24445 .
24446 Language=Chinese
24447 Server hidden%0
24448 .
24449 Language=Taiwanese
24450 Server hidden%0
24451 .
24452
24453 MessageId=4506
24454 Severity=Success
24455 Facility=System
24456 SymbolicName=APPERR2_4506
24457 Language=English
24458 Maximum Logged On Users%0
24459 .
24460 Language=Polish
24461 Maximum Logged On Users%0
24462 .
24463 Language=Romanian
24464 Maximum Logged On Users%0
24465 .
24466 Language=Russian
24467 Maximum Logged On Users%0
24468 .
24469 Language=Spanish
24470 Maximum Logged On Users%0
24471 .
24472 Language=Turkish
24473 Maximum Logged On Users%0
24474 .
24475 Language=Chinese
24476 Maximum Logged On Users%0
24477 .
24478 Language=Taiwanese
24479 Maximum Logged On Users%0
24480 .
24481
24482 MessageId=4507
24483 Severity=Success
24484 Facility=System
24485 SymbolicName=APPERR2_4507
24486 Language=English
24487 Maximum concurrent administrators%0
24488 .
24489 Language=Polish
24490 Maximum concurrent administrators%0
24491 .
24492 Language=Romanian
24493 Maximum concurrent administrators%0
24494 .
24495 Language=Russian
24496 Maximum concurrent administrators%0
24497 .
24498 Language=Spanish
24499 Maximum concurrent administrators%0
24500 .
24501 Language=Turkish
24502 Maximum concurrent administrators%0
24503 .
24504 Language=Chinese
24505 Maximum concurrent administrators%0
24506 .
24507 Language=Taiwanese
24508 Maximum concurrent administrators%0
24509 .
24510
24511 MessageId=4508
24512 Severity=Success
24513 Facility=System
24514 SymbolicName=APPERR2_4508
24515 Language=English
24516 Maximum resources shared%0
24517 .
24518 Language=Polish
24519 Maximum resources shared%0
24520 .
24521 Language=Romanian
24522 Maximum resources shared%0
24523 .
24524 Language=Russian
24525 Maximum resources shared%0
24526 .
24527 Language=Spanish
24528 Maximum resources shared%0
24529 .
24530 Language=Turkish
24531 Maximum resources shared%0
24532 .
24533 Language=Chinese
24534 Maximum resources shared%0
24535 .
24536 Language=Taiwanese
24537 Maximum resources shared%0
24538 .
24539
24540 MessageId=4509
24541 Severity=Success
24542 Facility=System
24543 SymbolicName=APPERR2_4509
24544 Language=English
24545 Maximum connections to resources%0
24546 .
24547 Language=Polish
24548 Maximum connections to resources%0
24549 .
24550 Language=Romanian
24551 Maximum connections to resources%0
24552 .
24553 Language=Russian
24554 Maximum connections to resources%0
24555 .
24556 Language=Spanish
24557 Maximum connections to resources%0
24558 .
24559 Language=Turkish
24560 Maximum connections to resources%0
24561 .
24562 Language=Chinese
24563 Maximum connections to resources%0
24564 .
24565 Language=Taiwanese
24566 Maximum connections to resources%0
24567 .
24568
24569 MessageId=4510
24570 Severity=Success
24571 Facility=System
24572 SymbolicName=APPERR2_4510
24573 Language=English
24574 Maximum open files on server%0
24575 .
24576 Language=Polish
24577 Maximum open files on server%0
24578 .
24579 Language=Romanian
24580 Maximum open files on server%0
24581 .
24582 Language=Russian
24583 Maximum open files on server%0
24584 .
24585 Language=Spanish
24586 Maximum open files on server%0
24587 .
24588 Language=Turkish
24589 Maximum open files on server%0
24590 .
24591 Language=Chinese
24592 Maximum open files on server%0
24593 .
24594 Language=Taiwanese
24595 Maximum open files on server%0
24596 .
24597
24598 MessageId=4511
24599 Severity=Success
24600 Facility=System
24601 SymbolicName=APPERR2_4511
24602 Language=English
24603 Maximum open files per session%0
24604 .
24605 Language=Polish
24606 Maximum open files per session%0
24607 .
24608 Language=Romanian
24609 Maximum open files per session%0
24610 .
24611 Language=Russian
24612 Maximum open files per session%0
24613 .
24614 Language=Spanish
24615 Maximum open files per session%0
24616 .
24617 Language=Turkish
24618 Maximum open files per session%0
24619 .
24620 Language=Chinese
24621 Maximum open files per session%0
24622 .
24623 Language=Taiwanese
24624 Maximum open files per session%0
24625 .
24626
24627 MessageId=4512
24628 Severity=Success
24629 Facility=System
24630 SymbolicName=APPERR2_4512
24631 Language=English
24632 Maximum file locks%0
24633 .
24634 Language=Polish
24635 Maximum file locks%0
24636 .
24637 Language=Romanian
24638 Maximum file locks%0
24639 .
24640 Language=Russian
24641 Maximum file locks%0
24642 .
24643 Language=Spanish
24644 Maximum file locks%0
24645 .
24646 Language=Turkish
24647 Maximum file locks%0
24648 .
24649 Language=Chinese
24650 Maximum file locks%0
24651 .
24652 Language=Taiwanese
24653 Maximum file locks%0
24654 .
24655
24656 MessageId=4520
24657 Severity=Success
24658 Facility=System
24659 SymbolicName=APPERR2_4520
24660 Language=English
24661 Idle session time (min)%0
24662 .
24663 Language=Polish
24664 Idle session time (min)%0
24665 .
24666 Language=Romanian
24667 Idle session time (min)%0
24668 .
24669 Language=Russian
24670 Idle session time (min)%0
24671 .
24672 Language=Spanish
24673 Idle session time (min)%0
24674 .
24675 Language=Turkish
24676 Idle session time (min)%0
24677 .
24678 Language=Chinese
24679 Idle session time (min)%0
24680 .
24681 Language=Taiwanese
24682 Idle session time (min)%0
24683 .
24684
24685 MessageId=4526
24686 Severity=Success
24687 Facility=System
24688 SymbolicName=APPERR2_4526
24689 Language=English
24690 Share-level%0
24691 .
24692 Language=Polish
24693 Share-level%0
24694 .
24695 Language=Romanian
24696 Share-level%0
24697 .
24698 Language=Russian
24699 Share-level%0
24700 .
24701 Language=Spanish
24702 Share-level%0
24703 .
24704 Language=Turkish
24705 Share-level%0
24706 .
24707 Language=Chinese
24708 Share-level%0
24709 .
24710 Language=Taiwanese
24711 Share-level%0
24712 .
24713
24714 MessageId=4527
24715 Severity=Success
24716 Facility=System
24717 SymbolicName=APPERR2_4527
24718 Language=English
24719 User-level%0
24720 .
24721 Language=Polish
24722 User-level%0
24723 .
24724 Language=Romanian
24725 User-level%0
24726 .
24727 Language=Russian
24728 User-level%0
24729 .
24730 Language=Spanish
24731 User-level%0
24732 .
24733 Language=Turkish
24734 User-level%0
24735 .
24736 Language=Chinese
24737 User-level%0
24738 .
24739 Language=Taiwanese
24740 User-level%0
24741 .
24742
24743 MessageId=4530
24744 Severity=Success
24745 Facility=System
24746 SymbolicName=APPERR2_4530
24747 Language=English
24748 Unlimited Server%0
24749 .
24750 Language=Polish
24751 Unlimited Server%0
24752 .
24753 Language=Romanian
24754 Unlimited Server%0
24755 .
24756 Language=Russian
24757 Unlimited Server%0
24758 .
24759 Language=Spanish
24760 Unlimited Server%0
24761 .
24762 Language=Turkish
24763 Unlimited Server%0
24764 .
24765 Language=Chinese
24766 Unlimited Server%0
24767 .
24768 Language=Taiwanese
24769 Unlimited Server%0
24770 .
24771
24772 MessageId=4570
24773 Severity=Success
24774 Facility=System
24775 SymbolicName=APPERR2_4570
24776 Language=English
24777 Force user logoff how long after time expires?:%0\n
24778 .
24779 Language=Polish
24780 Wymuś wylogowanie po upływie:%0\n
24781 .
24782 Language=Romanian
24783 Forțează deautentificarea după:%0\n
24784 .
24785 Language=Russian
24786 Принудительный выход через:%0\n
24787 .
24788 Language=Spanish
24789 Forzar cierre de sesión tras:%0\n
24790 .
24791 Language=Turkish
24792 Sonra oturum kapatmaya zorla:%0\n
24793 .
24794 Language=Chinese
24795 强制注销后:%0\n
24796 .
24797 Language=Taiwanese
24798 強制登出後:%0\n
24799 .
24800
24801 MessageId=4571
24802 Severity=Success
24803 Facility=System
24804 SymbolicName=APPERR2_4571
24805 Language=English
24806 Lock out account after how many bad passwords?:%0\n
24807 .
24808 Language=Polish
24809 Lock out account after how many bad passwords?:%0\n
24810 .
24811 Language=Romanian
24812 Lock out account after how many bad passwords?:%0\n
24813 .
24814 Language=Russian
24815 Lock out account after how many bad passwords?:%0\n
24816 .
24817 Language=Spanish
24818 Lock out account after how many bad passwords?:%0\n
24819 .
24820 Language=Turkish
24821 Lock out account after how many bad passwords?:%0\n
24822 .
24823 Language=Chinese
24824 Lock out account after how many bad passwords?:%0\n
24825 .
24826 Language=Taiwanese
24827 Lock out account after how many bad passwords?:%0\n
24828 .
24829
24830 MessageId=4572
24831 Severity=Success
24832 Facility=System
24833 SymbolicName=APPERR2_4572
24834 Language=English
24835 Minimum password age (days):%0
24836 .
24837 Language=Polish
24838 Minimalny okres ważności hasła (dni):%0
24839 .
24840 Language=Romanian
24841 Vârsta minimă a parolei (în zile):%0
24842 .
24843 Language=Russian
24844 Минимальный срок действия пароля (дней):%0
24845 .
24846 Language=Spanish
24847 Validez mínima de contraseña (en días):%0
24848 .
24849 Language=Turkish
24850 En az şifre yaşı (gün):%0
24851 .
24852 Language=Chinese
24853 密码最短使用期限 (以天为单位):%0
24854 .
24855 Language=Taiwanese
24856 密碼最短使用期限 (以天):%0
24857 .
24858
24859 MessageId=4573
24860 Severity=Success
24861 Facility=System
24862 SymbolicName=APPERR2_4573
24863 Language=English
24864 Maximum password age (days):%0
24865 .
24866 Language=Polish
24867 Maksymalny okres ważności hasła (dni):%0
24868 .
24869 Language=Romanian
24870 Vârsta maximă a parolei (în zile):%0
24871 .
24872 Language=Russian
24873 Максимальный срок действия пароля (дней):%0
24874 .
24875 Language=Spanish
24876 Validez máxima de contraseña (en días):%0
24877 .
24878 Language=Turkish
24879 En çok şifre yaşı (gün):%0
24880 .
24881 Language=Chinese
24882 密码最长使用期限 (以天为单位):%0
24883 .
24884 Language=Taiwanese
24885 密碼最長使用期限 (以天):%0
24886 .
24887
24888 MessageId=4574
24889 Severity=Success
24890 Facility=System
24891 SymbolicName=APPERR2_4574
24892 Language=English
24893 Minimum password length:%0
24894 .
24895 Language=Polish
24896 Minimalna długość hasła:%0
24897 .
24898 Language=Romanian
24899 Lungimea minimă a parolei:%0
24900 .
24901 Language=Russian
24902 Минимальная длина пароля:%0
24903 .
24904 Language=Spanish
24905 Tamaño mínimo de contraseña:%0
24906 .
24907 Language=Turkish
24908 En az şifre uzunluğu:%0
24909 .
24910 Language=Chinese
24911 最小密码长度:%0
24912 .
24913 Language=Taiwanese
24914 最小密碼長度:%0
24915 .
24916
24917 MessageId=4575
24918 Severity=Success
24919 Facility=System
24920 SymbolicName=APPERR2_4575
24921 Language=English
24922 Length of password history maintained:%0
24923 .
24924 Language=Polish
24925 Długość zapamiętywanej historii haseł:%0
24926 .
24927 Language=Romanian
24928 Lungimea istoricului parolei:%0
24929 .
24930 Language=Russian
24931 Длина истории паролей:%0
24932 .
24933 Language=Spanish
24934 Duración del historial de contraseñas:%0
24935 .
24936 Language=Turkish
24937 Şifre geçmişi uzunluğu:%0
24938 .
24939 Language=Chinese
24940 密码历史记录长度:%0
24941 .
24942 Language=Taiwanese
24943 密碼歷史記錄長度:%0
24944 .
24945
24946 MessageId=4576
24947 Severity=Success
24948 Facility=System
24949 SymbolicName=APPERR2_4576
24950 Language=English
24951 Computer role:%0
24952 .
24953 Language=Polish
24954 Rola komputera:%0
24955 .
24956 Language=Romanian
24957 Rolul calculatorului:%0
24958 .
24959 Language=Russian
24960 Роль компьютера:%0
24961 .
24962 Language=Spanish
24963 Rol del equipo:%0
24964 .
24965 Language=Turkish
24966 Bilgisayar görevi:%0
24967 .
24968 Language=Chinese
24969 计算机角色:%0
24970 .
24971 Language=Taiwanese
24972 電腦角色:%0
24973 .
24974
24975 MessageId=4577
24976 Severity=Success
24977 Facility=System
24978 SymbolicName=APPERR2_4577
24979 Language=English
24980 Primary Domain controller for workstation domain:%0.
24981 .
24982 Language=Polish
24983 Primary Domain controller for workstation domain:%0.
24984 .
24985 Language=Romanian
24986 Primary Domain controller for workstation domain:%0.
24987 .
24988 Language=Russian
24989 Primary Domain controller for workstation domain:%0.
24990 .
24991 Language=Spanish
24992 Primary Domain controller for workstation domain:%0.
24993 .
24994 Language=Turkish
24995 Primary Domain controller for workstation domain:%0.
24996 .
24997 Language=Chinese
24998 Primary Domain controller for workstation domain:%0.
24999 .
25000 Language=Taiwanese
25001 Primary Domain controller for workstation domain:%0.
25002 .
25003
25004 MessageId=4578
25005 Severity=Success
25006 Facility=System
25007 SymbolicName=APPERR2_4578
25008 Language=English
25009 Lockout threshold:%0
25010 .
25011 Language=Polish
25012 Próg blokady:%0
25013 .
25014 Language=Romanian
25015 Pragul de blocare:%0
25016 .
25017 Language=Russian
25018 Блокировка после ошибок ввода пароля:%0
25019 .
25020 Language=Spanish
25021 Umbral de bloqueo:%0
25022 .
25023 Language=Turkish
25024 Kilitleme başlangıcı:%0
25025 .
25026 Language=Chinese
25027 锁定阈值:%0
25028 .
25029 Language=Taiwanese
25030 鎖定閾值:%0
25031 .
25032
25033 MessageId=4579
25034 Severity=Success
25035 Facility=System
25036 SymbolicName=APPERR2_4579
25037 Language=English
25038 Lockout duration (minutes):%0
25039 .
25040 Language=Polish
25041 Czas trwania blokady (minuty):%0
25042 .
25043 Language=Romanian
25044 Durata de blocare (în minute):%0
25045 .
25046 Language=Russian
25047 Длительность блокировки (минут):%0
25048 .
25049 Language=Spanish
25050 Duración del bloqueo (en minutos):%0
25051 .
25052 Language=Turkish
25053 Kilitleme süresi (dakîka):%0
25054 .
25055 Language=Chinese
25056 锁定时间 (以分钟为单位):%0
25057 .
25058 Language=Taiwanese
25059 鎖定時間 (以分鐘為單位):%0
25060 .
25061
25062 MessageId=4580
25063 Severity=Success
25064 Facility=System
25065 SymbolicName=APPERR2_4580
25066 Language=English
25067 Lockout observation window (minutes):%0
25068 .
25069 Language=Polish
25070 Okno obserwowania blokady (minuty):%0
25071 .
25072 Language=Romanian
25073 Fereastra de observare a blocării (în minute):%0
25074 .
25075 Language=Russian
25076 Сброс счетчика блокировок через (минут):%0
25077 .
25078 Language=Spanish
25079 Ventana de cumpl. de bloqueo (en minutos):%0
25080 .
25081 Language=Turkish
25082 Kilitleme gözlem penceresi (dakîka):%0
25083 .
25084 Language=Chinese
25085 锁定观察窗口 (以分钟为单位):%0
25086 .
25087 Language=Taiwanese
25088 鎖定觀察視窗 (以分鐘為單位):%0
25089 .
25090
25091 MessageId=4600
25092 Severity=Success
25093 Facility=System
25094 SymbolicName=APPERR2_4600
25095 Language=English
25096 Statistics since%0
25097 .
25098 Language=Polish
25099 Statistics since%0
25100 .
25101 Language=Romanian
25102 Statistics since%0
25103 .
25104 Language=Russian
25105 Statistics since%0
25106 .
25107 Language=Spanish
25108 Statistics since%0
25109 .
25110 Language=Turkish
25111 Statistics since%0
25112 .
25113 Language=Chinese
25114 Statistics since%0
25115 .
25116 Language=Taiwanese
25117 Statistics since%0
25118 .
25119
25120 MessageId=4601
25121 Severity=Success
25122 Facility=System
25123 SymbolicName=APPERR2_4601
25124 Language=English
25125 Sessions accepted%0
25126 .
25127 Language=Polish
25128 Sessions accepted%0
25129 .
25130 Language=Romanian
25131 Sessions accepted%0
25132 .
25133 Language=Russian
25134 Sessions accepted%0
25135 .
25136 Language=Spanish
25137 Sessions accepted%0
25138 .
25139 Language=Turkish
25140 Sessions accepted%0
25141 .
25142 Language=Chinese
25143 Sessions accepted%0
25144 .
25145 Language=Taiwanese
25146 Sessions accepted%0
25147 .
25148
25149 MessageId=4602
25150 Severity=Success
25151 Facility=System
25152 SymbolicName=APPERR2_4602
25153 Language=English
25154 Sessions timed-out%0
25155 .
25156 Language=Polish
25157 Sessions timed-out%0
25158 .
25159 Language=Romanian
25160 Sessions timed-out%0
25161 .
25162 Language=Russian
25163 Sessions timed-out%0
25164 .
25165 Language=Spanish
25166 Sessions timed-out%0
25167 .
25168 Language=Turkish
25169 Sessions timed-out%0
25170 .
25171 Language=Chinese
25172 Sessions timed-out%0
25173 .
25174 Language=Taiwanese
25175 Sessions timed-out%0
25176 .
25177
25178 MessageId=4603
25179 Severity=Success
25180 Facility=System
25181 SymbolicName=APPERR2_4603
25182 Language=English
25183 Sessions errored-out%0
25184 .
25185 Language=Polish
25186 Sessions errored-out%0
25187 .
25188 Language=Romanian
25189 Sessions errored-out%0
25190 .
25191 Language=Russian
25192 Sessions errored-out%0
25193 .
25194 Language=Spanish
25195 Sessions errored-out%0
25196 .
25197 Language=Turkish
25198 Sessions errored-out%0
25199 .
25200 Language=Chinese
25201 Sessions errored-out%0
25202 .
25203 Language=Taiwanese
25204 Sessions errored-out%0
25205 .
25206
25207 MessageId=4604
25208 Severity=Success
25209 Facility=System
25210 SymbolicName=APPERR2_4604
25211 Language=English
25212 Kilobytes sent%0
25213 .
25214 Language=Polish
25215 Kilobytes sent%0
25216 .
25217 Language=Romanian
25218 Kilobytes sent%0
25219 .
25220 Language=Russian
25221 Kilobytes sent%0
25222 .
25223 Language=Spanish
25224 Kilobytes sent%0
25225 .
25226 Language=Turkish
25227 Kilobytes sent%0
25228 .
25229 Language=Chinese
25230 Kilobytes sent%0
25231 .
25232 Language=Taiwanese
25233 Kilobytes sent%0
25234 .
25235
25236 MessageId=4605
25237 Severity=Success
25238 Facility=System
25239 SymbolicName=APPERR2_4605
25240 Language=English
25241 Kilobytes received%0
25242 .
25243 Language=Polish
25244 Kilobytes received%0
25245 .
25246 Language=Romanian
25247 Kilobytes received%0
25248 .
25249 Language=Russian
25250 Kilobytes received%0
25251 .
25252 Language=Spanish
25253 Kilobytes received%0
25254 .
25255 Language=Turkish
25256 Kilobytes received%0
25257 .
25258 Language=Chinese
25259 Kilobytes received%0
25260 .
25261 Language=Taiwanese
25262 Kilobytes received%0
25263 .
25264
25265 MessageId=4606
25266 Severity=Success
25267 Facility=System
25268 SymbolicName=APPERR2_4606
25269 Language=English
25270 Mean response time (msec)%0
25271 .
25272 Language=Polish
25273 Mean response time (msec)%0
25274 .
25275 Language=Romanian
25276 Mean response time (msec)%0
25277 .
25278 Language=Russian
25279 Mean response time (msec)%0
25280 .
25281 Language=Spanish
25282 Mean response time (msec)%0
25283 .
25284 Language=Turkish
25285 Mean response time (msec)%0
25286 .
25287 Language=Chinese
25288 Mean response time (msec)%0
25289 .
25290 Language=Taiwanese
25291 Mean response time (msec)%0
25292 .
25293
25294 MessageId=4607
25295 Severity=Success
25296 Facility=System
25297 SymbolicName=APPERR2_4607
25298 Language=English
25299 Network errors%0
25300 .
25301 Language=Polish
25302 Network errors%0
25303 .
25304 Language=Romanian
25305 Network errors%0
25306 .
25307 Language=Russian
25308 Network errors%0
25309 .
25310 Language=Spanish
25311 Network errors%0
25312 .
25313 Language=Turkish
25314 Network errors%0
25315 .
25316 Language=Chinese
25317 Network errors%0
25318 .
25319 Language=Taiwanese
25320 Network errors%0
25321 .
25322
25323 MessageId=4608
25324 Severity=Success
25325 Facility=System
25326 SymbolicName=APPERR2_4608
25327 Language=English
25328 Files accessed%0
25329 .
25330 Language=Polish
25331 Files accessed%0
25332 .
25333 Language=Romanian
25334 Files accessed%0
25335 .
25336 Language=Russian
25337 Files accessed%0
25338 .
25339 Language=Spanish
25340 Files accessed%0
25341 .
25342 Language=Turkish
25343 Files accessed%0
25344 .
25345 Language=Chinese
25346 Files accessed%0
25347 .
25348 Language=Taiwanese
25349 Files accessed%0
25350 .
25351
25352 MessageId=4609
25353 Severity=Success
25354 Facility=System
25355 SymbolicName=APPERR2_4609
25356 Language=English
25357 Print jobs spooled%0
25358 .
25359 Language=Polish
25360 Print jobs spooled%0
25361 .
25362 Language=Romanian
25363 Print jobs spooled%0
25364 .
25365 Language=Russian
25366 Print jobs spooled%0
25367 .
25368 Language=Spanish
25369 Print jobs spooled%0
25370 .
25371 Language=Turkish
25372 Print jobs spooled%0
25373 .
25374 Language=Chinese
25375 Print jobs spooled%0
25376 .
25377 Language=Taiwanese
25378 Print jobs spooled%0
25379 .
25380
25381 MessageId=4610
25382 Severity=Success
25383 Facility=System
25384 SymbolicName=APPERR2_4610
25385 Language=English
25386 System errors%0
25387 .
25388 Language=Polish
25389 System errors%0
25390 .
25391 Language=Romanian
25392 System errors%0
25393 .
25394 Language=Russian
25395 System errors%0
25396 .
25397 Language=Spanish
25398 System errors%0
25399 .
25400 Language=Turkish
25401 System errors%0
25402 .
25403 Language=Chinese
25404 System errors%0
25405 .
25406 Language=Taiwanese
25407 System errors%0
25408 .
25409
25410 MessageId=4611
25411 Severity=Success
25412 Facility=System
25413 SymbolicName=APPERR2_4611
25414 Language=English
25415 Password violations%0
25416 .
25417 Language=Polish
25418 Password violations%0
25419 .
25420 Language=Romanian
25421 Password violations%0
25422 .
25423 Language=Russian
25424 Password violations%0
25425 .
25426 Language=Spanish
25427 Password violations%0
25428 .
25429 Language=Turkish
25430 Password violations%0
25431 .
25432 Language=Chinese
25433 Password violations%0
25434 .
25435 Language=Taiwanese
25436 Password violations%0
25437 .
25438
25439 MessageId=4612
25440 Severity=Success
25441 Facility=System
25442 SymbolicName=APPERR2_4612
25443 Language=English
25444 Permission violations%0
25445 .
25446 Language=Polish
25447 Permission violations%0
25448 .
25449 Language=Romanian
25450 Permission violations%0
25451 .
25452 Language=Russian
25453 Permission violations%0
25454 .
25455 Language=Spanish
25456 Permission violations%0
25457 .
25458 Language=Turkish
25459 Permission violations%0
25460 .
25461 Language=Chinese
25462 Permission violations%0
25463 .
25464 Language=Taiwanese
25465 Permission violations%0
25466 .
25467
25468 MessageId=4613
25469 Severity=Success
25470 Facility=System
25471 SymbolicName=APPERR2_4613
25472 Language=English
25473 Communication devices accessed%0
25474 .
25475 Language=Polish
25476 Communication devices accessed%0
25477 .
25478 Language=Romanian
25479 Communication devices accessed%0
25480 .
25481 Language=Russian
25482 Communication devices accessed%0
25483 .
25484 Language=Spanish
25485 Communication devices accessed%0
25486 .
25487 Language=Turkish
25488 Communication devices accessed%0
25489 .
25490 Language=Chinese
25491 Communication devices accessed%0
25492 .
25493 Language=Taiwanese
25494 Communication devices accessed%0
25495 .
25496
25497 MessageId=4614
25498 Severity=Success
25499 Facility=System
25500 SymbolicName=APPERR2_4614
25501 Language=English
25502 Sessions started%0
25503 .
25504 Language=Polish
25505 Sessions started%0
25506 .
25507 Language=Romanian
25508 Sessions started%0
25509 .
25510 Language=Russian
25511 Sessions started%0
25512 .
25513 Language=Spanish
25514 Sessions started%0
25515 .
25516 Language=Turkish
25517 Sessions started%0
25518 .
25519 Language=Chinese
25520 Sessions started%0
25521 .
25522 Language=Taiwanese
25523 Sessions started%0
25524 .
25525
25526 MessageId=4615
25527 Severity=Success
25528 Facility=System
25529 SymbolicName=APPERR2_4615
25530 Language=English
25531 Sessions reconnected%0
25532 .
25533 Language=Polish
25534 Sessions reconnected%0
25535 .
25536 Language=Romanian
25537 Sessions reconnected%0
25538 .
25539 Language=Russian
25540 Sessions reconnected%0
25541 .
25542 Language=Spanish
25543 Sessions reconnected%0
25544 .
25545 Language=Turkish
25546 Sessions reconnected%0
25547 .
25548 Language=Chinese
25549 Sessions reconnected%0
25550 .
25551 Language=Taiwanese
25552 Sessions reconnected%0
25553 .
25554
25555 MessageId=4616
25556 Severity=Success
25557 Facility=System
25558 SymbolicName=APPERR2_4616
25559 Language=English
25560 Sessions starts failed%0
25561 .
25562 Language=Polish
25563 Sessions starts failed%0
25564 .
25565 Language=Romanian
25566 Sessions starts failed%0
25567 .
25568 Language=Russian
25569 Sessions starts failed%0
25570 .
25571 Language=Spanish
25572 Sessions starts failed%0
25573 .
25574 Language=Turkish
25575 Sessions starts failed%0
25576 .
25577 Language=Chinese
25578 Sessions starts failed%0
25579 .
25580 Language=Taiwanese
25581 Sessions starts failed%0
25582 .
25583
25584 MessageId=4617
25585 Severity=Success
25586 Facility=System
25587 SymbolicName=APPERR2_4617
25588 Language=English
25589 Sessions disconnected%0
25590 .
25591 Language=Polish
25592 Sessions disconnected%0
25593 .
25594 Language=Romanian
25595 Sessions disconnected%0
25596 .
25597 Language=Russian
25598 Sessions disconnected%0
25599 .
25600 Language=Spanish
25601 Sessions disconnected%0
25602 .
25603 Language=Turkish
25604 Sessions disconnected%0
25605 .
25606 Language=Chinese
25607 Sessions disconnected%0
25608 .
25609 Language=Taiwanese
25610 Sessions disconnected%0
25611 .
25612
25613 MessageId=4618
25614 Severity=Success
25615 Facility=System
25616 SymbolicName=APPERR2_4618
25617 Language=English
25618 Network I/O's performed%0
25619 .
25620 Language=Polish
25621 Network I/O's performed%0
25622 .
25623 Language=Romanian
25624 Network I/O's performed%0
25625 .
25626 Language=Russian
25627 Network I/O's performed%0
25628 .
25629 Language=Spanish
25630 Network I/O's performed%0
25631 .
25632 Language=Turkish
25633 Network I/O's performed%0
25634 .
25635 Language=Chinese
25636 Network I/O's performed%0
25637 .
25638 Language=Taiwanese
25639 Network I/O's performed%0
25640 .
25641
25642 MessageId=4619
25643 Severity=Success
25644 Facility=System
25645 SymbolicName=APPERR2_4619
25646 Language=English
25647 Files and pipes accessed%0
25648 .
25649 Language=Polish
25650 Files and pipes accessed%0
25651 .
25652 Language=Romanian
25653 Files and pipes accessed%0
25654 .
25655 Language=Russian
25656 Files and pipes accessed%0
25657 .
25658 Language=Spanish
25659 Files and pipes accessed%0
25660 .
25661 Language=Turkish
25662 Files and pipes accessed%0
25663 .
25664 Language=Chinese
25665 Files and pipes accessed%0
25666 .
25667 Language=Taiwanese
25668 Files and pipes accessed%0
25669 .
25670
25671 MessageId=4620
25672 Severity=Success
25673 Facility=System
25674 SymbolicName=APPERR2_4620
25675 Language=English
25676 Times buffers exhausted
25677 .
25678 Language=Polish
25679 Times buffers exhausted
25680 .
25681 Language=Romanian
25682 Times buffers exhausted
25683 .
25684 Language=Russian
25685 Times buffers exhausted
25686 .
25687 Language=Spanish
25688 Times buffers exhausted
25689 .
25690 Language=Turkish
25691 Times buffers exhausted
25692 .
25693 Language=Chinese
25694 Times buffers exhausted
25695 .
25696 Language=Taiwanese
25697 Times buffers exhausted
25698 .
25699
25700 MessageId=4621
25701 Severity=Success
25702 Facility=System
25703 SymbolicName=APPERR2_4621
25704 Language=English
25705 Big buffers%0
25706 .
25707 Language=Polish
25708 Big buffers%0
25709 .
25710 Language=Romanian
25711 Big buffers%0
25712 .
25713 Language=Russian
25714 Big buffers%0
25715 .
25716 Language=Spanish
25717 Big buffers%0
25718 .
25719 Language=Turkish
25720 Big buffers%0
25721 .
25722 Language=Chinese
25723 Big buffers%0
25724 .
25725 Language=Taiwanese
25726 Big buffers%0
25727 .
25728
25729 MessageId=4622
25730 Severity=Success
25731 Facility=System
25732 SymbolicName=APPERR2_4622
25733 Language=English
25734 Request buffers%0
25735 .
25736 Language=Polish
25737 Request buffers%0
25738 .
25739 Language=Romanian
25740 Request buffers%0
25741 .
25742 Language=Russian
25743 Request buffers%0
25744 .
25745 Language=Spanish
25746 Request buffers%0
25747 .
25748 Language=Turkish
25749 Request buffers%0
25750 .
25751 Language=Chinese
25752 Request buffers%0
25753 .
25754 Language=Taiwanese
25755 Request buffers%0
25756 .
25757
25758 MessageId=4623
25759 Severity=Success
25760 Facility=System
25761 SymbolicName=APPERR2_4623
25762 Language=English
25763 Workstation Statistics for \\\\%1
25764 .
25765 Language=Polish
25766 Workstation Statistics for \\\\%1
25767 .
25768 Language=Romanian
25769 Workstation Statistics for \\\\%1
25770 .
25771 Language=Russian
25772 Workstation Statistics for \\\\%1
25773 .
25774 Language=Spanish
25775 Workstation Statistics for \\\\%1
25776 .
25777 Language=Turkish
25778 Workstation Statistics for \\\\%1
25779 .
25780 Language=Chinese
25781 Workstation Statistics for \\\\%1
25782 .
25783 Language=Taiwanese
25784 Workstation Statistics for \\\\%1
25785 .
25786
25787 MessageId=4624
25788 Severity=Success
25789 Facility=System
25790 SymbolicName=APPERR2_4624
25791 Language=English
25792 Server Statistics for \\\\%1
25793 .
25794 Language=Polish
25795 Server Statistics for \\\\%1
25796 .
25797 Language=Romanian
25798 Server Statistics for \\\\%1
25799 .
25800 Language=Russian
25801 Server Statistics for \\\\%1
25802 .
25803 Language=Spanish
25804 Server Statistics for \\\\%1
25805 .
25806 Language=Turkish
25807 Server Statistics for \\\\%1
25808 .
25809 Language=Chinese
25810 Server Statistics for \\\\%1
25811 .
25812 Language=Taiwanese
25813 Server Statistics for \\\\%1
25814 .
25815
25816 MessageId=4625
25817 Severity=Success
25818 Facility=System
25819 SymbolicName=APPERR2_4625
25820 Language=English
25821 Statistics since %1
25822 .
25823 Language=Polish
25824 Statistics since %1
25825 .
25826 Language=Romanian
25827 Statistics since %1
25828 .
25829 Language=Russian
25830 Statistics since %1
25831 .
25832 Language=Spanish
25833 Statistics since %1
25834 .
25835 Language=Turkish
25836 Statistics since %1
25837 .
25838 Language=Chinese
25839 Statistics since %1
25840 .
25841 Language=Taiwanese
25842 Statistics since %1
25843 .
25844
25845 MessageId=4626
25846 Severity=Success
25847 Facility=System
25848 SymbolicName=APPERR2_4626
25849 Language=English
25850 Connections made%0
25851 .
25852 Language=Polish
25853 Connections made%0
25854 .
25855 Language=Romanian
25856 Connections made%0
25857 .
25858 Language=Russian
25859 Connections made%0
25860 .
25861 Language=Spanish
25862 Connections made%0
25863 .
25864 Language=Turkish
25865 Connections made%0
25866 .
25867 Language=Chinese
25868 Connections made%0
25869 .
25870 Language=Taiwanese
25871 Connections made%0
25872 .
25873
25874 MessageId=4627
25875 Severity=Success
25876 Facility=System
25877 SymbolicName=APPERR2_4627
25878 Language=English
25879 Connections failed%0
25880 .
25881 Language=Polish
25882 Connections failed%0
25883 .
25884 Language=Romanian
25885 Connections failed%0
25886 .
25887 Language=Russian
25888 Connections failed%0
25889 .
25890 Language=Spanish
25891 Connections failed%0
25892 .
25893 Language=Turkish
25894 Connections failed%0
25895 .
25896 Language=Chinese
25897 Connections failed%0
25898 .
25899 Language=Taiwanese
25900 Connections failed%0
25901 .
25902
25903 MessageId=4630
25904 Severity=Success
25905 Facility=System
25906 SymbolicName=APPERR2_4630
25907 Language=English
25908 Bytes received%0
25909 .
25910 Language=Polish
25911 Bytes received%0
25912 .
25913 Language=Romanian
25914 Bytes received%0
25915 .
25916 Language=Russian
25917 Bytes received%0
25918 .
25919 Language=Spanish
25920 Bytes received%0
25921 .
25922 Language=Turkish
25923 Bytes received%0
25924 .
25925 Language=Chinese
25926 Bytes received%0
25927 .
25928 Language=Taiwanese
25929 Bytes received%0
25930 .
25931
25932 MessageId=4631
25933 Severity=Success
25934 Facility=System
25935 SymbolicName=APPERR2_4631
25936 Language=English
25937 Server Message Blocks (SMBs) received%0
25938 .
25939 Language=Polish
25940 Server Message Blocks (SMBs) received%0
25941 .
25942 Language=Romanian
25943 Server Message Blocks (SMBs) received%0
25944 .
25945 Language=Russian
25946 Server Message Blocks (SMBs) received%0
25947 .
25948 Language=Spanish
25949 Server Message Blocks (SMBs) received%0
25950 .
25951 Language=Turkish
25952 Server Message Blocks (SMBs) received%0
25953 .
25954 Language=Chinese
25955 Server Message Blocks (SMBs) received%0
25956 .
25957 Language=Taiwanese
25958 Server Message Blocks (SMBs) received%0
25959 .
25960
25961 MessageId=4632
25962 Severity=Success
25963 Facility=System
25964 SymbolicName=APPERR2_4632
25965 Language=English
25966 Bytes transmitted%0
25967 .
25968 Language=Polish
25969 Bytes transmitted%0
25970 .
25971 Language=Romanian
25972 Bytes transmitted%0
25973 .
25974 Language=Russian
25975 Bytes transmitted%0
25976 .
25977 Language=Spanish
25978 Bytes transmitted%0
25979 .
25980 Language=Turkish
25981 Bytes transmitted%0
25982 .
25983 Language=Chinese
25984 Bytes transmitted%0
25985 .
25986 Language=Taiwanese
25987 Bytes transmitted%0
25988 .
25989
25990 MessageId=4633
25991 Severity=Success
25992 Facility=System
25993 SymbolicName=APPERR2_4633
25994 Language=English
25995 Server Message Blocks (SMBs) transmitted%0
25996 .
25997 Language=Polish
25998 Server Message Blocks (SMBs) transmitted%0
25999 .
26000 Language=Romanian
26001 Server Message Blocks (SMBs) transmitted%0
26002 .
26003 Language=Russian
26004 Server Message Blocks (SMBs) transmitted%0
26005 .
26006 Language=Spanish
26007 Server Message Blocks (SMBs) transmitted%0
26008 .
26009 Language=Turkish
26010 Server Message Blocks (SMBs) transmitted%0
26011 .
26012 Language=Chinese
26013 Server Message Blocks (SMBs) transmitted%0
26014 .
26015 Language=Taiwanese
26016 Server Message Blocks (SMBs) transmitted%0
26017 .
26018
26019 MessageId=4634
26020 Severity=Success
26021 Facility=System
26022 SymbolicName=APPERR2_4634
26023 Language=English
26024 Read operations%0
26025 .
26026 Language=Polish
26027 Read operations%0
26028 .
26029 Language=Romanian
26030 Read operations%0
26031 .
26032 Language=Russian
26033 Read operations%0
26034 .
26035 Language=Spanish
26036 Read operations%0
26037 .
26038 Language=Turkish
26039 Read operations%0
26040 .
26041 Language=Chinese
26042 Read operations%0
26043 .
26044 Language=Taiwanese
26045 Read operations%0
26046 .
26047
26048 MessageId=4635
26049 Severity=Success
26050 Facility=System
26051 SymbolicName=APPERR2_4635
26052 Language=English
26053 Write operations%0
26054 .
26055 Language=Polish
26056 Write operations%0
26057 .
26058 Language=Romanian
26059 Write operations%0
26060 .
26061 Language=Russian
26062 Write operations%0
26063 .
26064 Language=Spanish
26065 Write operations%0
26066 .
26067 Language=Turkish
26068 Write operations%0
26069 .
26070 Language=Chinese
26071 Write operations%0
26072 .
26073 Language=Taiwanese
26074 Write operations%0
26075 .
26076
26077 MessageId=4636
26078 Severity=Success
26079 Facility=System
26080 SymbolicName=APPERR2_4636
26081 Language=English
26082 Raw reads denied%0
26083 .
26084 Language=Polish
26085 Raw reads denied%0
26086 .
26087 Language=Romanian
26088 Raw reads denied%0
26089 .
26090 Language=Russian
26091 Raw reads denied%0
26092 .
26093 Language=Spanish
26094 Raw reads denied%0
26095 .
26096 Language=Turkish
26097 Raw reads denied%0
26098 .
26099 Language=Chinese
26100 Raw reads denied%0
26101 .
26102 Language=Taiwanese
26103 Raw reads denied%0
26104 .
26105
26106 MessageId=4637
26107 Severity=Success
26108 Facility=System
26109 SymbolicName=APPERR2_4637
26110 Language=English
26111 Raw writes denied%0
26112 .
26113 Language=Polish
26114 Raw writes denied%0
26115 .
26116 Language=Romanian
26117 Raw writes denied%0
26118 .
26119 Language=Russian
26120 Raw writes denied%0
26121 .
26122 Language=Spanish
26123 Raw writes denied%0
26124 .
26125 Language=Turkish
26126 Raw writes denied%0
26127 .
26128 Language=Chinese
26129 Raw writes denied%0
26130 .
26131 Language=Taiwanese
26132 Raw writes denied%0
26133 .
26134
26135 MessageId=4638
26136 Severity=Success
26137 Facility=System
26138 SymbolicName=APPERR2_4638
26139 Language=English
26140 Network errors%0
26141 .
26142 Language=Polish
26143 Network errors%0
26144 .
26145 Language=Romanian
26146 Network errors%0
26147 .
26148 Language=Russian
26149 Network errors%0
26150 .
26151 Language=Spanish
26152 Network errors%0
26153 .
26154 Language=Turkish
26155 Network errors%0
26156 .
26157 Language=Chinese
26158 Network errors%0
26159 .
26160 Language=Taiwanese
26161 Network errors%0
26162 .
26163
26164 MessageId=4639
26165 Severity=Success
26166 Facility=System
26167 SymbolicName=APPERR2_4639
26168 Language=English
26169 Connections made%0
26170 .
26171 Language=Polish
26172 Connections made%0
26173 .
26174 Language=Romanian
26175 Connections made%0
26176 .
26177 Language=Russian
26178 Connections made%0
26179 .
26180 Language=Spanish
26181 Connections made%0
26182 .
26183 Language=Turkish
26184 Connections made%0
26185 .
26186 Language=Chinese
26187 Connections made%0
26188 .
26189 Language=Taiwanese
26190 Connections made%0
26191 .
26192
26193 MessageId=4640
26194 Severity=Success
26195 Facility=System
26196 SymbolicName=APPERR2_4640
26197 Language=English
26198 Reconnections made%0
26199 .
26200 Language=Polish
26201 Reconnections made%0
26202 .
26203 Language=Romanian
26204 Reconnections made%0
26205 .
26206 Language=Russian
26207 Reconnections made%0
26208 .
26209 Language=Spanish
26210 Reconnections made%0
26211 .
26212 Language=Turkish
26213 Reconnections made%0
26214 .
26215 Language=Chinese
26216 Reconnections made%0
26217 .
26218 Language=Taiwanese
26219 Reconnections made%0
26220 .
26221
26222 MessageId=4641
26223 Severity=Success
26224 Facility=System
26225 SymbolicName=APPERR2_4641
26226 Language=English
26227 Server disconnects%0
26228 .
26229 Language=Polish
26230 Server disconnects%0
26231 .
26232 Language=Romanian
26233 Server disconnects%0
26234 .
26235 Language=Russian
26236 Server disconnects%0
26237 .
26238 Language=Spanish
26239 Server disconnects%0
26240 .
26241 Language=Turkish
26242 Server disconnects%0
26243 .
26244 Language=Chinese
26245 Server disconnects%0
26246 .
26247 Language=Taiwanese
26248 Server disconnects%0
26249 .
26250
26251 MessageId=4642
26252 Severity=Success
26253 Facility=System
26254 SymbolicName=APPERR2_4642
26255 Language=English
26256 Sessions started%0
26257 .
26258 Language=Polish
26259 Sessions started%0
26260 .
26261 Language=Romanian
26262 Sessions started%0
26263 .
26264 Language=Russian
26265 Sessions started%0
26266 .
26267 Language=Spanish
26268 Sessions started%0
26269 .
26270 Language=Turkish
26271 Sessions started%0
26272 .
26273 Language=Chinese
26274 Sessions started%0
26275 .
26276 Language=Taiwanese
26277 Sessions started%0
26278 .
26279
26280 MessageId=4643
26281 Severity=Success
26282 Facility=System
26283 SymbolicName=APPERR2_4643
26284 Language=English
26285 Hung sessions%0
26286 .
26287 Language=Polish
26288 Hung sessions%0
26289 .
26290 Language=Romanian
26291 Hung sessions%0
26292 .
26293 Language=Russian
26294 Hung sessions%0
26295 .
26296 Language=Spanish
26297 Hung sessions%0
26298 .
26299 Language=Turkish
26300 Hung sessions%0
26301 .
26302 Language=Chinese
26303 Hung sessions%0
26304 .
26305 Language=Taiwanese
26306 Hung sessions%0
26307 .
26308
26309 MessageId=4644
26310 Severity=Success
26311 Facility=System
26312 SymbolicName=APPERR2_4644
26313 Language=English
26314 Failed sessions%0
26315 .
26316 Language=Polish
26317 Failed sessions%0
26318 .
26319 Language=Romanian
26320 Failed sessions%0
26321 .
26322 Language=Russian
26323 Failed sessions%0
26324 .
26325 Language=Spanish
26326 Failed sessions%0
26327 .
26328 Language=Turkish
26329 Failed sessions%0
26330 .
26331 Language=Chinese
26332 Failed sessions%0
26333 .
26334 Language=Taiwanese
26335 Failed sessions%0
26336 .
26337
26338 MessageId=4645
26339 Severity=Success
26340 Facility=System
26341 SymbolicName=APPERR2_4645
26342 Language=English
26343 Failed operations%0
26344 .
26345 Language=Polish
26346 Failed operations%0
26347 .
26348 Language=Romanian
26349 Failed operations%0
26350 .
26351 Language=Russian
26352 Failed operations%0
26353 .
26354 Language=Spanish
26355 Failed operations%0
26356 .
26357 Language=Turkish
26358 Failed operations%0
26359 .
26360 Language=Chinese
26361 Failed operations%0
26362 .
26363 Language=Taiwanese
26364 Failed operations%0
26365 .
26366
26367 MessageId=4646
26368 Severity=Success
26369 Facility=System
26370 SymbolicName=APPERR2_4646
26371 Language=English
26372 Use count%0
26373 .
26374 Language=Polish
26375 Use count%0
26376 .
26377 Language=Romanian
26378 Use count%0
26379 .
26380 Language=Russian
26381 Use count%0
26382 .
26383 Language=Spanish
26384 Use count%0
26385 .
26386 Language=Turkish
26387 Use count%0
26388 .
26389 Language=Chinese
26390 Use count%0
26391 .
26392 Language=Taiwanese
26393 Use count%0
26394 .
26395
26396 MessageId=4647
26397 Severity=Success
26398 Facility=System
26399 SymbolicName=APPERR2_4647
26400 Language=English
26401 Failed use count%0
26402 .
26403 Language=Polish
26404 Failed use count%0
26405 .
26406 Language=Romanian
26407 Failed use count%0
26408 .
26409 Language=Russian
26410 Failed use count%0
26411 .
26412 Language=Spanish
26413 Failed use count%0
26414 .
26415 Language=Turkish
26416 Failed use count%0
26417 .
26418 Language=Chinese
26419 Failed use count%0
26420 .
26421 Language=Taiwanese
26422 Failed use count%0
26423 .
26424
26425 MessageId=4650
26426 Severity=Success
26427 Facility=System
26428 SymbolicName=APPERR2_4650
26429 Language=English
26430 %1 was deleted successfully.
26431 .
26432 Language=Polish
26433 %1 was deleted successfully.
26434 .
26435 Language=Romanian
26436 %1 was deleted successfully.
26437 .
26438 Language=Russian
26439 %1 was deleted successfully.
26440 .
26441 Language=Spanish
26442 %1 was deleted successfully.
26443 .
26444 Language=Turkish
26445 %1 was deleted successfully.
26446 .
26447 Language=Chinese
26448 %1 was deleted successfully.
26449 .
26450 Language=Taiwanese
26451 %1 was deleted successfully.
26452 .
26453
26454 MessageId=4651
26455 Severity=Success
26456 Facility=System
26457 SymbolicName=APPERR2_4651
26458 Language=English
26459 %1 was used successfully.
26460 .
26461 Language=Polish
26462 %1 was used successfully.
26463 .
26464 Language=Romanian
26465 %1 was used successfully.
26466 .
26467 Language=Russian
26468 %1 was used successfully.
26469 .
26470 Language=Spanish
26471 %1 was used successfully.
26472 .
26473 Language=Turkish
26474 %1 was used successfully.
26475 .
26476 Language=Chinese
26477 %1 was used successfully.
26478 .
26479 Language=Taiwanese
26480 %1 was used successfully.
26481 .
26482
26483 MessageId=4652
26484 Severity=Success
26485 Facility=System
26486 SymbolicName=APPERR2_4652
26487 Language=English
26488 The message was successfully sent to %1.
26489 .
26490 Language=Polish
26491 The message was successfully sent to %1.
26492 .
26493 Language=Romanian
26494 The message was successfully sent to %1.
26495 .
26496 Language=Russian
26497 The message was successfully sent to %1.
26498 .
26499 Language=Spanish
26500 The message was successfully sent to %1.
26501 .
26502 Language=Turkish
26503 The message was successfully sent to %1.
26504 .
26505 Language=Chinese
26506 The message was successfully sent to %1.
26507 .
26508 Language=Taiwanese
26509 The message was successfully sent to %1.
26510 .
26511
26512 MessageId=4653
26513 Severity=Success
26514 Facility=System
26515 SymbolicName=APPERR2_4653
26516 Language=English
26517 The message name %1 was forwarded successfully.
26518 .
26519 Language=Polish
26520 The message name %1 was forwarded successfully.
26521 .
26522 Language=Romanian
26523 The message name %1 was forwarded successfully.
26524 .
26525 Language=Russian
26526 The message name %1 was forwarded successfully.
26527 .
26528 Language=Spanish
26529 The message name %1 was forwarded successfully.
26530 .
26531 Language=Turkish
26532 The message name %1 was forwarded successfully.
26533 .
26534 Language=Chinese
26535 The message name %1 was forwarded successfully.
26536 .
26537 Language=Taiwanese
26538 The message name %1 was forwarded successfully.
26539 .
26540
26541 MessageId=4654
26542 Severity=Success
26543 Facility=System
26544 SymbolicName=APPERR2_4654
26545 Language=English
26546 The message name %1 was added successfully.
26547 .
26548 Language=Polish
26549 The message name %1 was added successfully.
26550 .
26551 Language=Romanian
26552 The message name %1 was added successfully.
26553 .
26554 Language=Russian
26555 The message name %1 was added successfully.
26556 .
26557 Language=Spanish
26558 The message name %1 was added successfully.
26559 .
26560 Language=Turkish
26561 The message name %1 was added successfully.
26562 .
26563 Language=Chinese
26564 The message name %1 was added successfully.
26565 .
26566 Language=Taiwanese
26567 The message name %1 was added successfully.
26568 .
26569
26570 MessageId=4655
26571 Severity=Success
26572 Facility=System
26573 SymbolicName=APPERR2_4655
26574 Language=English
26575 The message name forwarding was successfully canceled.
26576 .
26577 Language=Polish
26578 The message name forwarding was successfully canceled.
26579 .
26580 Language=Romanian
26581 The message name forwarding was successfully canceled.
26582 .
26583 Language=Russian
26584 The message name forwarding was successfully canceled.
26585 .
26586 Language=Spanish
26587 The message name forwarding was successfully canceled.
26588 .
26589 Language=Turkish
26590 The message name forwarding was successfully canceled.
26591 .
26592 Language=Chinese
26593 The message name forwarding was successfully canceled.
26594 .
26595 Language=Taiwanese
26596 The message name forwarding was successfully canceled.
26597 .
26598
26599 MessageId=4656
26600 Severity=Success
26601 Facility=System
26602 SymbolicName=APPERR2_4656
26603 Language=English
26604 %1 was shared successfully.
26605 .
26606 Language=Polish
26607 %1 was shared successfully.
26608 .
26609 Language=Romanian
26610 %1 was shared successfully.
26611 .
26612 Language=Russian
26613 %1 was shared successfully.
26614 .
26615 Language=Spanish
26616 %1 was shared successfully.
26617 .
26618 Language=Turkish
26619 %1 was shared successfully.
26620 .
26621 Language=Chinese
26622 %1 was shared successfully.
26623 .
26624 Language=Taiwanese
26625 %1 was shared successfully.
26626 .
26627
26628 MessageId=4657
26629 Severity=Success
26630 Facility=System
26631 SymbolicName=APPERR2_4657
26632 Language=English
26633 The server %1 successfully logged you on as %2.
26634 .
26635 Language=Polish
26636 The server %1 successfully logged you on as %2.
26637 .
26638 Language=Romanian
26639 The server %1 successfully logged you on as %2.
26640 .
26641 Language=Russian
26642 The server %1 successfully logged you on as %2.
26643 .
26644 Language=Spanish
26645 The server %1 successfully logged you on as %2.
26646 .
26647 Language=Turkish
26648 The server %1 successfully logged you on as %2.
26649 .
26650 Language=Chinese
26651 The server %1 successfully logged you on as %2.
26652 .
26653 Language=Taiwanese
26654 The server %1 successfully logged you on as %2.
26655 .
26656
26657 MessageId=4658
26658 Severity=Success
26659 Facility=System
26660 SymbolicName=APPERR2_4658
26661 Language=English
26662 %1 was logged off successfully.
26663 .
26664 Language=Polish
26665 %1 was logged off successfully.
26666 .
26667 Language=Romanian
26668 %1 was logged off successfully.
26669 .
26670 Language=Russian
26671 %1 was logged off successfully.
26672 .
26673 Language=Spanish
26674 %1 was logged off successfully.
26675 .
26676 Language=Turkish
26677 %1 was logged off successfully.
26678 .
26679 Language=Chinese
26680 %1 was logged off successfully.
26681 .
26682 Language=Taiwanese
26683 %1 was logged off successfully.
26684 .
26685
26686 MessageId=4659
26687 Severity=Success
26688 Facility=System
26689 SymbolicName=APPERR2_4659
26690 Language=English
26691 %1 was successfully removed from the list of shares the Server creates\n
26692 on startup.
26693 .
26694 Language=Russian
26695 %1 was successfully removed from the list of shares the Server creates\n
26696 on startup.
26697 .
26698
26699 MessageId=4661
26700 Severity=Success
26701 Facility=System
26702 SymbolicName=APPERR2_4661
26703 Language=English
26704 The password was changed successfully.
26705 .
26706 Language=Polish
26707 The password was changed successfully.
26708 .
26709 Language=Romanian
26710 The password was changed successfully.
26711 .
26712 Language=Russian
26713 The password was changed successfully.
26714 .
26715 Language=Spanish
26716 The password was changed successfully.
26717 .
26718 Language=Turkish
26719 The password was changed successfully.
26720 .
26721 Language=Chinese
26722 The password was changed successfully.
26723 .
26724 Language=Taiwanese
26725 The password was changed successfully.
26726 .
26727
26728 MessageId=4662
26729 Severity=Success
26730 Facility=System
26731 SymbolicName=APPERR2_4662
26732 Language=English
26733 %1 file(s) copied.
26734 .
26735 Language=Polish
26736 %1 file(s) copied.
26737 .
26738 Language=Romanian
26739 %1 file(s) copied.
26740 .
26741 Language=Russian
26742 %1 file(s) copied.
26743 .
26744 Language=Spanish
26745 %1 file(s) copied.
26746 .
26747 Language=Turkish
26748 %1 file(s) copied.
26749 .
26750 Language=Chinese
26751 %1 file(s) copied.
26752 .
26753 Language=Taiwanese
26754 %1 file(s) copied.
26755 .
26756
26757 MessageId=4663
26758 Severity=Success
26759 Facility=System
26760 SymbolicName=APPERR2_4663
26761 Language=English
26762 %1 file(s) moved.
26763 .
26764 Language=Polish
26765 %1 file(s) moved.
26766 .
26767 Language=Romanian
26768 %1 file(s) moved.
26769 .
26770 Language=Russian
26771 %1 file(s) moved.
26772 .
26773 Language=Spanish
26774 %1 file(s) moved.
26775 .
26776 Language=Turkish
26777 %1 file(s) moved.
26778 .
26779 Language=Chinese
26780 %1 file(s) moved.
26781 .
26782 Language=Taiwanese
26783 %1 file(s) moved.
26784 .
26785
26786 MessageId=4664
26787 Severity=Success
26788 Facility=System
26789 SymbolicName=APPERR2_4664
26790 Language=English
26791 The message was successfully sent to all users of the network.
26792 .
26793 Language=Polish
26794 The message was successfully sent to all users of the network.
26795 .
26796 Language=Romanian
26797 The message was successfully sent to all users of the network.
26798 .
26799 Language=Russian
26800 The message was successfully sent to all users of the network.
26801 .
26802 Language=Spanish
26803 The message was successfully sent to all users of the network.
26804 .
26805 Language=Turkish
26806 The message was successfully sent to all users of the network.
26807 .
26808 Language=Chinese
26809 The message was successfully sent to all users of the network.
26810 .
26811 Language=Taiwanese
26812 The message was successfully sent to all users of the network.
26813 .
26814
26815 MessageId=4665
26816 Severity=Success
26817 Facility=System
26818 SymbolicName=APPERR2_4665
26819 Language=English
26820 The message was successfully sent to domain %1.
26821 .
26822 Language=Polish
26823 The message was successfully sent to domain %1.
26824 .
26825 Language=Romanian
26826 The message was successfully sent to domain %1.
26827 .
26828 Language=Russian
26829 The message was successfully sent to domain %1.
26830 .
26831 Language=Spanish
26832 The message was successfully sent to domain %1.
26833 .
26834 Language=Turkish
26835 The message was successfully sent to domain %1.
26836 .
26837 Language=Chinese
26838 The message was successfully sent to domain %1.
26839 .
26840 Language=Taiwanese
26841 The message was successfully sent to domain %1.
26842 .
26843
26844 MessageId=4666
26845 Severity=Success
26846 Facility=System
26847 SymbolicName=APPERR2_4666
26848 Language=English
26849 The message was successfully sent to all users of this server.
26850 .
26851 Language=Polish
26852 The message was successfully sent to all users of this server.
26853 .
26854 Language=Romanian
26855 The message was successfully sent to all users of this server.
26856 .
26857 Language=Russian
26858 The message was successfully sent to all users of this server.
26859 .
26860 Language=Spanish
26861 The message was successfully sent to all users of this server.
26862 .
26863 Language=Turkish
26864 The message was successfully sent to all users of this server.
26865 .
26866 Language=Chinese
26867 The message was successfully sent to all users of this server.
26868 .
26869 Language=Taiwanese
26870 The message was successfully sent to all users of this server.
26871 .
26872
26873 MessageId=4667
26874 Severity=Success
26875 Facility=System
26876 SymbolicName=APPERR2_4667
26877 Language=English
26878 The message was successfully sent to group *%1.
26879 .
26880 Language=Polish
26881 The message was successfully sent to group *%1.
26882 .
26883 Language=Romanian
26884 The message was successfully sent to group *%1.
26885 .
26886 Language=Russian
26887 The message was successfully sent to group *%1.
26888 .
26889 Language=Spanish
26890 The message was successfully sent to group *%1.
26891 .
26892 Language=Turkish
26893 The message was successfully sent to group *%1.
26894 .
26895 Language=Chinese
26896 The message was successfully sent to group *%1.
26897 .
26898 Language=Taiwanese
26899 The message was successfully sent to group *%1.
26900 .
26901
26902 MessageId=4695
26903 Severity=Success
26904 Facility=System
26905 SymbolicName=APPERR2_4695
26906 Language=English
26907 Microsoft LAN Manager Version %1
26908 .
26909 Language=Polish
26910 Microsoft LAN Manager Version %1
26911 .
26912 Language=Romanian
26913 Microsoft LAN Manager Version %1
26914 .
26915 Language=Russian
26916 Microsoft LAN Manager Version %1
26917 .
26918 Language=Spanish
26919 Microsoft LAN Manager Version %1
26920 .
26921 Language=Turkish
26922 Microsoft LAN Manager Version %1
26923 .
26924 Language=Chinese
26925 Microsoft LAN Manager Version %1
26926 .
26927 Language=Taiwanese
26928 Microsoft LAN Manager Version %1
26929 .
26930
26931 MessageId=4696
26932 Severity=Success
26933 Facility=System
26934 SymbolicName=APPERR2_4696
26935 Language=English
26936 ReactOS Server
26937 .
26938 Language=Polish
26939 ReactOS Server
26940 .
26941 Language=Romanian
26942 ReactOS Server
26943 .
26944 Language=Russian
26945 ReactOS Server
26946 .
26947 Language=Spanish
26948 ReactOS Server
26949 .
26950 Language=Turkish
26951 ReactOS Server
26952 .
26953 Language=Chinese
26954 ReactOS Server
26955 .
26956 Language=Taiwanese
26957 ReactOS Server
26958 .
26959
26960 MessageId=4697
26961 Severity=Success
26962 Facility=System
26963 SymbolicName=APPERR2_4697
26964 Language=English
26965 ReactOS Workstation
26966 .
26967 Language=Polish
26968 ReactOS Workstation
26969 .
26970 Language=Romanian
26971 ReactOS Workstation
26972 .
26973 Language=Russian
26974 ReactOS Workstation
26975 .
26976 Language=Spanish
26977 ReactOS Workstation
26978 .
26979 Language=Turkish
26980 ReactOS Workstation
26981 .
26982 Language=Chinese
26983 ReactOS Workstation
26984 .
26985 Language=Taiwanese
26986 ReactOS Workstation
26987 .
26988
26989 MessageId=4698
26990 Severity=Success
26991 Facility=System
26992 SymbolicName=APPERR2_4698
26993 Language=English
26994 MS-DOS Enhanced Workstation
26995 .
26996 Language=Polish
26997 MS-DOS Enhanced Workstation
26998 .
26999 Language=Romanian
27000 MS-DOS Enhanced Workstation
27001 .
27002 Language=Russian
27003 MS-DOS Enhanced Workstation
27004 .
27005 Language=Spanish
27006 MS-DOS Enhanced Workstation
27007 .
27008 Language=Turkish
27009 MS-DOS Enhanced Workstation
27010 .
27011 Language=Chinese
27012 MS-DOS Enhanced Workstation
27013 .
27014 Language=Taiwanese
27015 MS-DOS Enhanced Workstation
27016 .
27017
27018 MessageId=4699
27019 Severity=Success
27020 Facility=System
27021 SymbolicName=APPERR2_4699
27022 Language=English
27023 Created at %1
27024 .
27025 Language=Polish
27026 Created at %1
27027 .
27028 Language=Romanian
27029 Created at %1
27030 .
27031 Language=Russian
27032 Created at %1
27033 .
27034 Language=Spanish
27035 Created at %1
27036 .
27037 Language=Turkish
27038 Created at %1
27039 .
27040 Language=Chinese
27041 Created at %1
27042 .
27043 Language=Taiwanese
27044 Created at %1
27045 .
27046
27047 MessageId=4700
27048 Severity=Success
27049 Facility=System
27050 SymbolicName=APPERR2_4700
27051 Language=English
27052 Server Name Remark
27053 .
27054 Language=Polish
27055 Server Name Remark
27056 .
27057 Language=Romanian
27058 Server Name Remark
27059 .
27060 Language=Russian
27061 Server Name Remark
27062 .
27063 Language=Spanish
27064 Server Name Remark
27065 .
27066 Language=Turkish
27067 Server Name Remark
27068 .
27069 Language=Chinese
27070 Server Name Remark
27071 .
27072 Language=Taiwanese
27073 Server Name Remark
27074 .
27075
27076 MessageId=4702
27077 Severity=Success
27078 Facility=System
27079 SymbolicName=APPERR2_4702
27080 Language=English
27081 (UNC)%0
27082 .
27083 Language=Polish
27084 (UNC)%0
27085 .
27086 Language=Romanian
27087 (UNC)%0
27088 .
27089 Language=Russian
27090 (UNC)%0
27091 .
27092 Language=Spanish
27093 (UNC)%0
27094 .
27095 Language=Turkish
27096 (UNC)%0
27097 .
27098 Language=Chinese
27099 (UNC)%0
27100 .
27101 Language=Taiwanese
27102 (UNC)%0
27103 .
27104
27105 MessageId=4703
27106 Severity=Success
27107 Facility=System
27108 SymbolicName=APPERR2_4703
27109 Language=English
27110 ...%0
27111 .
27112 Language=Russian
27113 ...%0
27114 .
27115
27116 MessageId=4704
27117 Severity=Success
27118 Facility=System
27119 SymbolicName=APPERR2_4704
27120 Language=English
27121 Domain
27122 .
27123 Language=Polish
27124 Domain
27125 .
27126 Language=Romanian
27127 Domain
27128 .
27129 Language=Russian
27130 Domain
27131 .
27132 Language=Spanish
27133 Domain
27134 .
27135 Language=Turkish
27136 Domain
27137 .
27138 Language=Chinese
27139 Domain
27140 .
27141 Language=Taiwanese
27142 Domain
27143 .
27144
27145 MessageId=4705
27146 Severity=Success
27147 Facility=System
27148 SymbolicName=APPERR2_4705
27149 Language=English
27150 Resources on %1
27151 .
27152 Language=Polish
27153 Resources on %1
27154 .
27155 Language=Romanian
27156 Resources on %1
27157 .
27158 Language=Russian
27159 Resources on %1
27160 .
27161 Language=Spanish
27162 Resources on %1
27163 .
27164 Language=Turkish
27165 Resources on %1
27166 .
27167 Language=Chinese
27168 Resources on %1
27169 .
27170 Language=Taiwanese
27171 Resources on %1
27172 .
27173
27174 MessageId=4706
27175 Severity=Success
27176 Facility=System
27177 SymbolicName=APPERR2_4706
27178 Language=English
27179 Invalid network provider. Available networks are:
27180 .
27181 Language=Polish
27182 Invalid network provider. Available networks are:
27183 .
27184 Language=Romanian
27185 Invalid network provider. Available networks are:
27186 .
27187 Language=Russian
27188 Invalid network provider. Available networks are:
27189 .
27190 Language=Spanish
27191 Invalid network provider. Available networks are:
27192 .
27193 Language=Turkish
27194 Invalid network provider. Available networks are:
27195 .
27196 Language=Chinese
27197 Invalid network provider. Available networks are:
27198 .
27199 Language=Taiwanese
27200 Invalid network provider. Available networks are:
27201 .
27202
27203 MessageId=4710
27204 Severity=Success
27205 Facility=System
27206 SymbolicName=APPERR2_4710
27207 Language=English
27208 Disk%0
27209 .
27210 Language=Polish
27211 Disk%0
27212 .
27213 Language=Romanian
27214 Disk%0
27215 .
27216 Language=Russian
27217 Disk%0
27218 .
27219 Language=Spanish
27220 Disk%0
27221 .
27222 Language=Turkish
27223 Disk%0
27224 .
27225 Language=Chinese
27226 Disk%0
27227 .
27228 Language=Taiwanese
27229 Disk%0
27230 .
27231
27232 MessageId=4711
27233 Severity=Success
27234 Facility=System
27235 SymbolicName=APPERR2_4711
27236 Language=English
27237 Print%0
27238 .
27239 Language=Polish
27240 Print%0
27241 .
27242 Language=Romanian
27243 Print%0
27244 .
27245 Language=Russian
27246 Print%0
27247 .
27248 Language=Spanish
27249 Print%0
27250 .
27251 Language=Turkish
27252 Print%0
27253 .
27254 Language=Chinese
27255 Print%0
27256 .
27257 Language=Taiwanese
27258 Print%0
27259 .
27260
27261 MessageId=4712
27262 Severity=Success
27263 Facility=System
27264 SymbolicName=APPERR2_4712
27265 Language=English
27266 Comm%0
27267 .
27268 Language=Polish
27269 Comm%0
27270 .
27271 Language=Romanian
27272 Comm%0
27273 .
27274 Language=Russian
27275 Comm%0
27276 .
27277 Language=Spanish
27278 Comm%0
27279 .
27280 Language=Turkish
27281 Comm%0
27282 .
27283 Language=Chinese
27284 Comm%0
27285 .
27286 Language=Taiwanese
27287 Comm%0
27288 .
27289
27290 MessageId=4713
27291 Severity=Success
27292 Facility=System
27293 SymbolicName=APPERR2_4713
27294 Language=English
27295 IPC%0
27296 .
27297 Language=Polish
27298 IPC%0
27299 .
27300 Language=Romanian
27301 IPC%0
27302 .
27303 Language=Russian
27304 IPC%0
27305 .
27306 Language=Spanish
27307 IPC%0
27308 .
27309 Language=Turkish
27310 IPC%0
27311 .
27312 Language=Chinese
27313 IPC%0
27314 .
27315 Language=Taiwanese
27316 IPC%0
27317 .
27318
27319 MessageId=4714
27320 Severity=Success
27321 Facility=System
27322 SymbolicName=APPERR2_4714
27323 Language=English
27324 Status Local Remote Network
27325 .
27326 Language=Polish
27327 Status Local Remote Network
27328 .
27329 Language=Romanian
27330 Status Local Remote Network
27331 .
27332 Language=Russian
27333 Status Local Remote Network
27334 .
27335 Language=Spanish
27336 Status Local Remote Network
27337 .
27338 Language=Turkish
27339 Status Local Remote Network
27340 .
27341 Language=Chinese
27342 Status Local Remote Network
27343 .
27344 Language=Taiwanese
27345 Status Local Remote Network
27346 .
27347
27348 MessageId=4715
27349 Severity=Success
27350 Facility=System
27351 SymbolicName=APPERR2_4715
27352 Language=English
27353 OK%0
27354 .
27355 Language=Polish
27356 OK%0
27357 .
27358 Language=Romanian
27359 OK%0
27360 .
27361 Language=Russian
27362 OK%0
27363 .
27364 Language=Spanish
27365 OK%0
27366 .
27367 Language=Turkish
27368 OK%0
27369 .
27370 Language=Chinese
27371 OK%0
27372 .
27373 Language=Taiwanese
27374 OK%0
27375 .
27376
27377 MessageId=4716
27378 Severity=Success
27379 Facility=System
27380 SymbolicName=APPERR2_4716
27381 Language=English
27382 Dormant%0
27383 .
27384 Language=Polish
27385 Dormant%0
27386 .
27387 Language=Romanian
27388 Dormant%0
27389 .
27390 Language=Russian
27391 Dormant%0
27392 .
27393 Language=Spanish
27394 Dormant%0
27395 .
27396 Language=Turkish
27397 Dormant%0
27398 .
27399 Language=Chinese
27400 Dormant%0
27401 .
27402 Language=Taiwanese
27403 Dormant%0
27404 .
27405
27406 MessageId=4717
27407 Severity=Success
27408 Facility=System
27409 SymbolicName=APPERR2_4717
27410 Language=English
27411 Paused%0
27412 .
27413 Language=Polish
27414 Paused%0
27415 .
27416 Language=Romanian
27417 Paused%0
27418 .
27419 Language=Russian
27420 Paused%0
27421 .
27422 Language=Spanish
27423 Paused%0
27424 .
27425 Language=Turkish
27426 Paused%0
27427 .
27428 Language=Chinese
27429 Paused%0
27430 .
27431 Language=Taiwanese
27432 Paused%0
27433 .
27434
27435 MessageId=4718
27436 Severity=Success
27437 Facility=System
27438 SymbolicName=APPERR2_4718
27439 Language=English
27440 Disconnected%0
27441 .
27442 Language=Polish
27443 Disconnected%0
27444 .
27445 Language=Romanian
27446 Disconnected%0
27447 .
27448 Language=Russian
27449 Disconnected%0
27450 .
27451 Language=Spanish
27452 Disconnected%0
27453 .
27454 Language=Turkish
27455 Disconnected%0
27456 .
27457 Language=Chinese
27458 Disconnected%0
27459 .
27460 Language=Taiwanese
27461 Disconnected%0
27462 .
27463
27464 MessageId=4719
27465 Severity=Success
27466 Facility=System
27467 SymbolicName=APPERR2_4719
27468 Language=English
27469 Error%0
27470 .
27471 Language=Polish
27472 Error%0
27473 .
27474 Language=Romanian
27475 Error%0
27476 .
27477 Language=Russian
27478 Error%0
27479 .
27480 Language=Spanish
27481 Error%0
27482 .
27483 Language=Turkish
27484 Error%0
27485 .
27486 Language=Chinese
27487 Error%0
27488 .
27489 Language=Taiwanese
27490 Error%0
27491 .
27492
27493 MessageId=4720
27494 Severity=Success
27495 Facility=System
27496 SymbolicName=APPERR2_4720
27497 Language=English
27498 Connecting%0
27499 .
27500 Language=Polish
27501 Connecting%0
27502 .
27503 Language=Romanian
27504 Connecting%0
27505 .
27506 Language=Russian
27507 Connecting%0
27508 .
27509 Language=Spanish
27510 Connecting%0
27511 .
27512 Language=Turkish
27513 Connecting%0
27514 .
27515 Language=Chinese
27516 Connecting%0
27517 .
27518 Language=Taiwanese
27519 Connecting%0
27520 .
27521
27522 MessageId=4721
27523 Severity=Success
27524 Facility=System
27525 SymbolicName=APPERR2_4721
27526 Language=English
27527 Reconnecting%0
27528 .
27529 Language=Polish
27530 Reconnecting%0
27531 .
27532 Language=Romanian
27533 Reconnecting%0
27534 .
27535 Language=Russian
27536 Reconnecting%0
27537 .
27538 Language=Spanish
27539 Reconnecting%0
27540 .
27541 Language=Turkish
27542 Reconnecting%0
27543 .
27544 Language=Chinese
27545 Reconnecting%0
27546 .
27547 Language=Taiwanese
27548 Reconnecting%0
27549 .
27550
27551 MessageId=4722
27552 Severity=Success
27553 Facility=System
27554 SymbolicName=APPERR2_4722
27555 Language=English
27556 Status%0
27557 .
27558 Language=Polish
27559 Status%0
27560 .
27561 Language=Romanian
27562 Status%0
27563 .
27564 Language=Russian
27565 Status%0
27566 .
27567 Language=Spanish
27568 Status%0
27569 .
27570 Language=Turkish
27571 Status%0
27572 .
27573 Language=Chinese
27574 Status%0
27575 .
27576 Language=Taiwanese
27577 Status%0
27578 .
27579
27580 MessageId=4723
27581 Severity=Success
27582 Facility=System
27583 SymbolicName=APPERR2_4723
27584 Language=English
27585 Local name%0
27586 .
27587 Language=Polish
27588 Local name%0
27589 .
27590 Language=Romanian
27591 Local name%0
27592 .
27593 Language=Russian
27594 Local name%0
27595 .
27596 Language=Spanish
27597 Local name%0
27598 .
27599 Language=Turkish
27600 Local name%0
27601 .
27602 Language=Chinese
27603 Local name%0
27604 .
27605 Language=Taiwanese
27606 Local name%0
27607 .
27608
27609 MessageId=4724
27610 Severity=Success
27611 Facility=System
27612 SymbolicName=APPERR2_4724
27613 Language=English
27614 Remote name%0
27615 .
27616 Language=Polish
27617 Remote name%0
27618 .
27619 Language=Romanian
27620 Remote name%0
27621 .
27622 Language=Russian
27623 Remote name%0
27624 .
27625 Language=Spanish
27626 Remote name%0
27627 .
27628 Language=Turkish
27629 Remote name%0
27630 .
27631 Language=Chinese
27632 Remote name%0
27633 .
27634 Language=Taiwanese
27635 Remote name%0
27636 .
27637
27638 MessageId=4725
27639 Severity=Success
27640 Facility=System
27641 SymbolicName=APPERR2_4725
27642 Language=English
27643 Resource type%0
27644 .
27645 Language=Polish
27646 Resource type%0
27647 .
27648 Language=Romanian
27649 Resource type%0
27650 .
27651 Language=Russian
27652 Resource type%0
27653 .
27654 Language=Spanish
27655 Resource type%0
27656 .
27657 Language=Turkish
27658 Resource type%0
27659 .
27660 Language=Chinese
27661 Resource type%0
27662 .
27663 Language=Taiwanese
27664 Resource type%0
27665 .
27666
27667 MessageId=4726
27668 Severity=Success
27669 Facility=System
27670 SymbolicName=APPERR2_4726
27671 Language=English
27672 # Opens%0
27673 .
27674 Language=Polish
27675 # Opens%0
27676 .
27677 Language=Romanian
27678 # Opens%0
27679 .
27680 Language=Russian
27681 # Opens%0
27682 .
27683 Language=Spanish
27684 # Opens%0
27685 .
27686 Language=Turkish
27687 # Opens%0
27688 .
27689 Language=Chinese
27690 # Opens%0
27691 .
27692 Language=Taiwanese
27693 # Opens%0
27694 .
27695
27696 MessageId=4727
27697 Severity=Success
27698 Facility=System
27699 SymbolicName=APPERR2_4727
27700 Language=English
27701 # Connections%0
27702 .
27703 Language=Polish
27704 # Connections%0
27705 .
27706 Language=Romanian
27707 # Connections%0
27708 .
27709 Language=Russian
27710 # Connections%0
27711 .
27712 Language=Spanish
27713 # Connections%0
27714 .
27715 Language=Turkish
27716 # Connections%0
27717 .
27718 Language=Chinese
27719 # Connections%0
27720 .
27721 Language=Taiwanese
27722 # Connections%0
27723 .
27724
27725 MessageId=4728
27726 Severity=Success
27727 Facility=System
27728 SymbolicName=APPERR2_4728
27729 Language=English
27730 Unavailable%0
27731 .
27732 Language=Polish
27733 Unavailable%0
27734 .
27735 Language=Romanian
27736 Unavailable%0
27737 .
27738 Language=Russian
27739 Unavailable%0
27740 .
27741 Language=Spanish
27742 Unavailable%0
27743 .
27744 Language=Turkish
27745 Unavailable%0
27746 .
27747 Language=Chinese
27748 Unavailable%0
27749 .
27750 Language=Taiwanese
27751 Unavailable%0
27752 .
27753
27754 MessageId=4730
27755 Severity=Success
27756 Facility=System
27757 SymbolicName=APPERR2_4730
27758 Language=English
27759 Share name Resource Remark
27760 .
27761 Language=Polish
27762 Share name Resource Remark
27763 .
27764 Language=Romanian
27765 Share name Resource Remark
27766 .
27767 Language=Russian
27768 Share name Resource Remark
27769 .
27770 Language=Spanish
27771 Share name Resource Remark
27772 .
27773 Language=Turkish
27774 Share name Resource Remark
27775 .
27776 Language=Chinese
27777 Share name Resource Remark
27778 .
27779 Language=Taiwanese
27780 Share name Resource Remark
27781 .
27782
27783 MessageId=4731
27784 Severity=Success
27785 Facility=System
27786 SymbolicName=APPERR2_4731
27787 Language=English
27788 Share name%0
27789 .
27790 Language=Polish
27791 Share name%0
27792 .
27793 Language=Romanian
27794 Share name%0
27795 .
27796 Language=Russian
27797 Share name%0
27798 .
27799 Language=Spanish
27800 Share name%0
27801 .
27802 Language=Turkish
27803 Share name%0
27804 .
27805 Language=Chinese
27806 Share name%0
27807 .
27808 Language=Taiwanese
27809 Share name%0
27810 .
27811
27812 MessageId=4732
27813 Severity=Success
27814 Facility=System
27815 SymbolicName=APPERR2_4732
27816 Language=English
27817 Resource%0
27818 .
27819 Language=Polish
27820 Resource%0
27821 .
27822 Language=Romanian
27823 Resource%0
27824 .
27825 Language=Russian
27826 Resource%0
27827 .
27828 Language=Spanish
27829 Resource%0
27830 .
27831 Language=Turkish
27832 Resource%0
27833 .
27834 Language=Chinese
27835 Resource%0
27836 .
27837 Language=Taiwanese
27838 Resource%0
27839 .
27840
27841 MessageId=4733
27842 Severity=Success
27843 Facility=System
27844 SymbolicName=APPERR2_4733
27845 Language=English
27846 Spooled%0
27847 .
27848 Language=Polish
27849 Spooled%0
27850 .
27851 Language=Romanian
27852 Spooled%0
27853 .
27854 Language=Russian
27855 Spooled%0
27856 .
27857 Language=Spanish
27858 Spooled%0
27859 .
27860 Language=Turkish
27861 Spooled%0
27862 .
27863 Language=Chinese
27864 Spooled%0
27865 .
27866 Language=Taiwanese
27867 Spooled%0
27868 .
27869
27870 MessageId=4734
27871 Severity=Success
27872 Facility=System
27873 SymbolicName=APPERR2_4734
27874 Language=English
27875 Permission%0
27876 .
27877 Language=Polish
27878 Permission%0
27879 .
27880 Language=Romanian
27881 Permission%0
27882 .
27883 Language=Russian
27884 Permission%0
27885 .
27886 Language=Spanish
27887 Permission%0
27888 .
27889 Language=Turkish
27890 Permission%0
27891 .
27892 Language=Chinese
27893 Permission%0
27894 .
27895 Language=Taiwanese
27896 Permission%0
27897 .
27898
27899 MessageId=4735
27900 Severity=Success
27901 Facility=System
27902 SymbolicName=APPERR2_4735
27903 Language=English
27904 Maximum users%0
27905 .
27906 Language=Polish
27907 Maximum users%0
27908 .
27909 Language=Romanian
27910 Maximum users%0
27911 .
27912 Language=Russian
27913 Maximum users%0
27914 .
27915 Language=Spanish
27916 Maximum users%0
27917 .
27918 Language=Turkish
27919 Maximum users%0
27920 .
27921 Language=Chinese
27922 Maximum users%0
27923 .
27924 Language=Taiwanese
27925 Maximum users%0
27926 .
27927
27928 MessageId=4736
27929 Severity=Success
27930 Facility=System
27931 SymbolicName=APPERR2_4736
27932 Language=English
27933 No limit%0
27934 .
27935 Language=Polish
27936 No limit%0
27937 .
27938 Language=Romanian
27939 No limit%0
27940 .
27941 Language=Russian
27942 No limit%0
27943 .
27944 Language=Spanish
27945 No limit%0
27946 .
27947 Language=Turkish
27948 No limit%0
27949 .
27950 Language=Chinese
27951 No limit%0
27952 .
27953 Language=Taiwanese
27954 No limit%0
27955 .
27956
27957 MessageId=4737
27958 Severity=Success
27959 Facility=System
27960 SymbolicName=APPERR2_4737
27961 Language=English
27962 Users%0
27963 .
27964 Language=Polish
27965 Users%0
27966 .
27967 Language=Romanian
27968 Users%0
27969 .
27970 Language=Russian
27971 Users%0
27972 .
27973 Language=Spanish
27974 Users%0
27975 .
27976 Language=Turkish
27977 Users%0
27978 .
27979 Language=Chinese
27980 Users%0
27981 .
27982 Language=Taiwanese
27983 Users%0
27984 .
27985
27986 MessageId=4738
27987 Severity=Success
27988 Facility=System
27989 SymbolicName=APPERR2_4738
27990 Language=English
27991 The share name entered may not be accessible from some MS-DOS workstations.\n
27992 Are you sure you want to use this share name? %1: %0
27993 .
27994 Language=Russian
27995 The share name entered may not be accessible from some MS-DOS workstations.\n
27996 Are you sure you want to use this share name? %1: %0
27997 .
27998
27999 MessageId=4739
28000 Severity=Success
28001 Facility=System
28002 SymbolicName=APPERR2_4739
28003 Language=English
28004 Caching%0
28005 .
28006 Language=Polish
28007 Caching%0
28008 .
28009 Language=Romanian
28010 Caching%0
28011 .
28012 Language=Russian
28013 Caching%0
28014 .
28015 Language=Spanish
28016 Caching%0
28017 .
28018 Language=Turkish
28019 Caching%0
28020 .
28021 Language=Chinese
28022 Caching%0
28023 .
28024 Language=Taiwanese
28025 Caching%0
28026 .
28027
28028 MessageId=4740
28029 Severity=Success
28030 Facility=System
28031 SymbolicName=APPERR2_4740
28032 Language=English
28033 ID Path User name # Locks
28034 .
28035 Language=Polish
28036 ID Path User name # Locks
28037 .
28038 Language=Romanian
28039 ID Path User name # Locks
28040 .
28041 Language=Russian
28042 ID Path User name # Locks
28043 .
28044 Language=Spanish
28045 ID Path User name # Locks
28046 .
28047 Language=Turkish
28048 ID Path User name # Locks
28049 .
28050 Language=Chinese
28051 ID Path User name # Locks
28052 .
28053 Language=Taiwanese
28054 ID Path User name # Locks
28055 .
28056
28057 MessageId=4741
28058 Severity=Success
28059 Facility=System
28060 SymbolicName=APPERR2_4741
28061 Language=English
28062 File ID%0
28063 .
28064 Language=Polish
28065 File ID%0
28066 .
28067 Language=Romanian
28068 File ID%0
28069 .
28070 Language=Russian
28071 File ID%0
28072 .
28073 Language=Spanish
28074 File ID%0
28075 .
28076 Language=Turkish
28077 File ID%0
28078 .
28079 Language=Chinese
28080 File ID%0
28081 .
28082 Language=Taiwanese
28083 File ID%0
28084 .
28085
28086 MessageId=4742
28087 Severity=Success
28088 Facility=System
28089 SymbolicName=APPERR2_4742
28090 Language=English
28091 Locks%0
28092 .
28093 Language=Polish
28094 Locks%0
28095 .
28096 Language=Romanian
28097 Locks%0
28098 .
28099 Language=Russian
28100 Locks%0
28101 .
28102 Language=Spanish
28103 Locks%0
28104 .
28105 Language=Turkish
28106 Locks%0
28107 .
28108 Language=Chinese
28109 Locks%0
28110 .
28111 Language=Taiwanese
28112 Locks%0
28113 .
28114
28115 MessageId=4743
28116 Severity=Success
28117 Facility=System
28118 SymbolicName=APPERR2_4743
28119 Language=English
28120 Permissions%0
28121 .
28122 Language=Polish
28123 Permissions%0
28124 .
28125 Language=Romanian
28126 Permissions%0
28127 .
28128 Language=Russian
28129 Permissions%0
28130 .
28131 Language=Spanish
28132 Permissions%0
28133 .
28134 Language=Turkish
28135 Permissions%0
28136 .
28137 Language=Chinese
28138 Permissions%0
28139 .
28140 Language=Taiwanese
28141 Permissions%0
28142 .
28143
28144 MessageId=4744
28145 Severity=Success
28146 Facility=System
28147 SymbolicName=APPERR2_4744
28148 Language=English
28149 Share name%0
28150 .
28151 Language=Polish
28152 Share name%0
28153 .
28154 Language=Romanian
28155 Share name%0
28156 .
28157 Language=Russian
28158 Share name%0
28159 .
28160 Language=Spanish
28161 Share name%0
28162 .
28163 Language=Turkish
28164 Share name%0
28165 .
28166 Language=Chinese
28167 Share name%0
28168 .
28169 Language=Taiwanese
28170 Share name%0
28171 .
28172
28173 MessageId=4745
28174 Severity=Success
28175 Facility=System
28176 SymbolicName=APPERR2_4745
28177 Language=English
28178 Type%0
28179 .
28180 Language=Polish
28181 Type%0
28182 .
28183 Language=Romanian
28184 Type%0
28185 .
28186 Language=Russian
28187 Type%0
28188 .
28189 Language=Spanish
28190 Type%0
28191 .
28192 Language=Turkish
28193 Type%0
28194 .
28195 Language=Chinese
28196 Type%0
28197 .
28198 Language=Taiwanese
28199 Type%0
28200 .
28201
28202 MessageId=4746
28203 Severity=Success
28204 Facility=System
28205 SymbolicName=APPERR2_4746
28206 Language=English
28207 Used as%0
28208 .
28209 Language=Polish
28210 Used as%0
28211 .
28212 Language=Romanian
28213 Used as%0
28214 .
28215 Language=Russian
28216 Used as%0
28217 .
28218 Language=Spanish
28219 Used as%0
28220 .
28221 Language=Turkish
28222 Used as%0
28223 .
28224 Language=Chinese
28225 Used as%0
28226 .
28227 Language=Taiwanese
28228 Used as%0
28229 .
28230
28231 MessageId=4747
28232 Severity=Success
28233 Facility=System
28234 SymbolicName=APPERR2_4747
28235 Language=English
28236 Comment%0
28237 .
28238 Language=Polish
28239 Comment%0
28240 .
28241 Language=Romanian
28242 Comment%0
28243 .
28244 Language=Russian
28245 Comment%0
28246 .
28247 Language=Spanish
28248 Comment%0
28249 .
28250 Language=Turkish
28251 Comment%0
28252 .
28253 Language=Chinese
28254 Comment%0
28255 .
28256 Language=Taiwanese
28257 Comment%0
28258 .
28259
28260 MessageId=4750
28261 Severity=Success
28262 Facility=System
28263 SymbolicName=APPERR2_4750
28264 Language=English
28265 Computer User name Client Type Opens Idle time
28266 .
28267 Language=Polish
28268 Computer User name Client Type Opens Idle time
28269 .
28270 Language=Romanian
28271 Computer User name Client Type Opens Idle time
28272 .
28273 Language=Russian
28274 Computer User name Client Type Opens Idle time
28275 .
28276 Language=Spanish
28277 Computer User name Client Type Opens Idle time
28278 .
28279 Language=Turkish
28280 Computer User name Client Type Opens Idle time
28281 .
28282 Language=Chinese
28283 Computer User name Client Type Opens Idle time
28284 .
28285 Language=Taiwanese
28286 Computer User name Client Type Opens Idle time
28287 .
28288
28289 MessageId=4751
28290 Severity=Success
28291 Facility=System
28292 SymbolicName=APPERR2_4751
28293 Language=English
28294 Computer%0
28295 .
28296 Language=Polish
28297 Computer%0
28298 .
28299 Language=Romanian
28300 Computer%0
28301 .
28302 Language=Russian
28303 Computer%0
28304 .
28305 Language=Spanish
28306 Computer%0
28307 .
28308 Language=Turkish
28309 Computer%0
28310 .
28311 Language=Chinese
28312 Computer%0
28313 .
28314 Language=Taiwanese
28315 Computer%0
28316 .
28317
28318 MessageId=4752
28319 Severity=Success
28320 Facility=System
28321 SymbolicName=APPERR2_4752
28322 Language=English
28323 Sess time%0
28324 .
28325 Language=Polish
28326 Sess time%0
28327 .
28328 Language=Romanian
28329 Sess time%0
28330 .
28331 Language=Russian
28332 Sess time%0
28333 .
28334 Language=Spanish
28335 Sess time%0
28336 .
28337 Language=Turkish
28338 Sess time%0
28339 .
28340 Language=Chinese
28341 Sess time%0
28342 .
28343 Language=Taiwanese
28344 Sess time%0
28345 .
28346
28347 MessageId=4753
28348 Severity=Success
28349 Facility=System
28350 SymbolicName=APPERR2_4753
28351 Language=English
28352 Idle time%0
28353 .
28354 Language=Polish
28355 Idle time%0
28356 .
28357 Language=Romanian
28358 Idle time%0
28359 .
28360 Language=Russian
28361 Idle time%0
28362 .
28363 Language=Spanish
28364 Idle time%0
28365 .
28366 Language=Turkish
28367 Idle time%0
28368 .
28369 Language=Chinese
28370 Idle time%0
28371 .
28372 Language=Taiwanese
28373 Idle time%0
28374 .
28375
28376 MessageId=4754
28377 Severity=Success
28378 Facility=System
28379 SymbolicName=APPERR2_4754
28380 Language=English
28381 Share name Type # Opens
28382 .
28383 Language=Polish
28384 Share name Type # Opens
28385 .
28386 Language=Romanian
28387 Share name Type # Opens
28388 .
28389 Language=Russian
28390 Share name Type # Opens
28391 .
28392 Language=Spanish
28393 Share name Type # Opens
28394 .
28395 Language=Turkish
28396 Share name Type # Opens
28397 .
28398 Language=Chinese
28399 Share name Type # Opens
28400 .
28401 Language=Taiwanese
28402 Share name Type # Opens
28403 .
28404
28405 MessageId=4755
28406 Severity=Success
28407 Facility=System
28408 SymbolicName=APPERR2_4755
28409 Language=English
28410 Client type%0
28411 .
28412 Language=Polish
28413 Client type%0
28414 .
28415 Language=Romanian
28416 Client type%0
28417 .
28418 Language=Russian
28419 Client type%0
28420 .
28421 Language=Spanish
28422 Client type%0
28423 .
28424 Language=Turkish
28425 Client type%0
28426 .
28427 Language=Chinese
28428 Client type%0
28429 .
28430 Language=Taiwanese
28431 Client type%0
28432 .
28433
28434 MessageId=4756
28435 Severity=Success
28436 Facility=System
28437 SymbolicName=APPERR2_4756
28438 Language=English
28439 Guest logon%0
28440 .
28441 Language=Polish
28442 Guest logon%0
28443 .
28444 Language=Romanian
28445 Guest logon%0
28446 .
28447 Language=Russian
28448 Guest logon%0
28449 .
28450 Language=Spanish
28451 Guest logon%0
28452 .
28453 Language=Turkish
28454 Guest logon%0
28455 .
28456 Language=Chinese
28457 Guest logon%0
28458 .
28459 Language=Taiwanese
28460 Guest logon%0
28461 .
28462
28463 MessageId=4770
28464 Severity=Success
28465 Facility=System
28466 SymbolicName=APPERR2_4770
28467 Language=English
28468 Manual caching of documents%0
28469 .
28470 Language=Polish
28471 Manual caching of documents%0
28472 .
28473 Language=Romanian
28474 Manual caching of documents%0
28475 .
28476 Language=Russian
28477 Manual caching of documents%0
28478 .
28479 Language=Spanish
28480 Manual caching of documents%0
28481 .
28482 Language=Turkish
28483 Manual caching of documents%0
28484 .
28485 Language=Chinese
28486 Manual caching of documents%0
28487 .
28488 Language=Taiwanese
28489 Manual caching of documents%0
28490 .
28491
28492 MessageId=4771
28493 Severity=Success
28494 Facility=System
28495 SymbolicName=APPERR2_4771
28496 Language=English
28497 Automatic caching of documents%0
28498 .
28499 Language=Polish
28500 Automatic caching of documents%0
28501 .
28502 Language=Romanian
28503 Automatic caching of documents%0
28504 .
28505 Language=Russian
28506 Automatic caching of documents%0
28507 .
28508 Language=Spanish
28509 Automatic caching of documents%0
28510 .
28511 Language=Turkish
28512 Automatic caching of documents%0
28513 .
28514 Language=Chinese
28515 Automatic caching of documents%0
28516 .
28517 Language=Taiwanese
28518 Automatic caching of documents%0
28519 .
28520
28521 MessageId=4772
28522 Severity=Success
28523 Facility=System
28524 SymbolicName=APPERR2_4772
28525 Language=English
28526 Automatic caching of programs and documents%0
28527 .
28528 Language=Polish
28529 Automatic caching of programs and documents%0
28530 .
28531 Language=Romanian
28532 Automatic caching of programs and documents%0
28533 .
28534 Language=Russian
28535 Automatic caching of programs and documents%0
28536 .
28537 Language=Spanish
28538 Automatic caching of programs and documents%0
28539 .
28540 Language=Turkish
28541 Automatic caching of programs and documents%0
28542 .
28543 Language=Chinese
28544 Automatic caching of programs and documents%0
28545 .
28546 Language=Taiwanese
28547 Automatic caching of programs and documents%0
28548 .
28549
28550 MessageId=4773
28551 Severity=Success
28552 Facility=System
28553 SymbolicName=APPERR2_4773
28554 Language=English
28555 Caching disabled%0
28556 .
28557 Language=Polish
28558 Caching disabled%0
28559 .
28560 Language=Romanian
28561 Caching disabled%0
28562 .
28563 Language=Russian
28564 Caching disabled%0
28565 .
28566 Language=Spanish
28567 Caching disabled%0
28568 .
28569 Language=Turkish
28570 Caching disabled%0
28571 .
28572 Language=Chinese
28573 Caching disabled%0
28574 .
28575 Language=Taiwanese
28576 Caching disabled%0
28577 .
28578
28579 MessageId=4774
28580 Severity=Success
28581 Facility=System
28582 SymbolicName=APPERR2_4774
28583 Language=English
28584 Automatic%0
28585 .
28586 Language=Polish
28587 Automatic%0
28588 .
28589 Language=Romanian
28590 Automatic%0
28591 .
28592 Language=Russian
28593 Automatic%0
28594 .
28595 Language=Spanish
28596 Automatic%0
28597 .
28598 Language=Turkish
28599 Automatic%0
28600 .
28601 Language=Chinese
28602 Automatic%0
28603 .
28604 Language=Taiwanese
28605 Automatic%0
28606 .
28607
28608 MessageId=4775
28609 Severity=Success
28610 Facility=System
28611 SymbolicName=APPERR2_4775
28612 Language=English
28613 Manual%0
28614 .
28615 Language=Polish
28616 Manual%0
28617 .
28618 Language=Romanian
28619 Manual%0
28620 .
28621 Language=Russian
28622 Manual%0
28623 .
28624 Language=Spanish
28625 Manual%0
28626 .
28627 Language=Turkish
28628 Manual%0
28629 .
28630 Language=Chinese
28631 Manual%0
28632 .
28633 Language=Taiwanese
28634 Manual%0
28635 .
28636
28637 MessageId=4776
28638 Severity=Success
28639 Facility=System
28640 SymbolicName=APPERR2_4776
28641 Language=English
28642 Documents%0
28643 .
28644 Language=Polish
28645 Documents%0
28646 .
28647 Language=Romanian
28648 Documents%0
28649 .
28650 Language=Russian
28651 Documents%0
28652 .
28653 Language=Spanish
28654 Documents%0
28655 .
28656 Language=Turkish
28657 Documents%0
28658 .
28659 Language=Chinese
28660 Documents%0
28661 .
28662 Language=Taiwanese
28663 Documents%0
28664 .
28665
28666 MessageId=4777
28667 Severity=Success
28668 Facility=System
28669 SymbolicName=APPERR2_4777
28670 Language=English
28671 Programs%0
28672 .
28673 Language=Polish
28674 Programs%0
28675 .
28676 Language=Romanian
28677 Programs%0
28678 .
28679 Language=Russian
28680 Programs%0
28681 .
28682 Language=Spanish
28683 Programs%0
28684 .
28685 Language=Turkish
28686 Programs%0
28687 .
28688 Language=Chinese
28689 Programs%0
28690 .
28691 Language=Taiwanese
28692 Programs%0
28693 .
28694
28695 MessageId=4778
28696 Severity=Success
28697 Facility=System
28698 SymbolicName=APPERR2_4778
28699 Language=English
28700 None%0
28701 .
28702 Language=Polish
28703 None%0
28704 .
28705 Language=Romanian
28706 None%0
28707 .
28708 Language=Russian
28709 None%0
28710 .
28711 Language=Spanish
28712 None%0
28713 .
28714 Language=Turkish
28715 None%0
28716 .
28717 Language=Chinese
28718 None%0
28719 .
28720 Language=Taiwanese
28721 None%0
28722 .
28723
28724 MessageId=4800
28725 Severity=Success
28726 Facility=System
28727 SymbolicName=APPERR2_4800
28728 Language=English
28729 Name%0
28730 .
28731 Language=Polish
28732 Name%0
28733 .
28734 Language=Romanian
28735 Name%0
28736 .
28737 Language=Russian
28738 Name%0
28739 .
28740 Language=Spanish
28741 Name%0
28742 .
28743 Language=Turkish
28744 Name%0
28745 .
28746 Language=Chinese
28747 Name%0
28748 .
28749 Language=Taiwanese
28750 Name%0
28751 .
28752
28753 MessageId=4801
28754 Severity=Success
28755 Facility=System
28756 SymbolicName=APPERR2_4801
28757 Language=English
28758 Forwarded to%0
28759 .
28760 Language=Polish
28761 Forwarded to%0
28762 .
28763 Language=Romanian
28764 Forwarded to%0
28765 .
28766 Language=Russian
28767 Forwarded to%0
28768 .
28769 Language=Spanish
28770 Forwarded to%0
28771 .
28772 Language=Turkish
28773 Forwarded to%0
28774 .
28775 Language=Chinese
28776 Forwarded to%0
28777 .
28778 Language=Taiwanese
28779 Forwarded to%0
28780 .
28781
28782 MessageId=4802
28783 Severity=Success
28784 Facility=System
28785 SymbolicName=APPERR2_4802
28786 Language=English
28787 Forwarded to you from%0
28788 .
28789 Language=Polish
28790 Forwarded to you from%0
28791 .
28792 Language=Romanian
28793 Forwarded to you from%0
28794 .
28795 Language=Russian
28796 Forwarded to you from%0
28797 .
28798 Language=Spanish
28799 Forwarded to you from%0
28800 .
28801 Language=Turkish
28802 Forwarded to you from%0
28803 .
28804 Language=Chinese
28805 Forwarded to you from%0
28806 .
28807 Language=Taiwanese
28808 Forwarded to you from%0
28809 .
28810
28811 MessageId=4803
28812 Severity=Success
28813 Facility=System
28814 SymbolicName=APPERR2_4803
28815 Language=English
28816 Users of this server%0
28817 .
28818 Language=Polish
28819 Users of this server%0
28820 .
28821 Language=Romanian
28822 Users of this server%0
28823 .
28824 Language=Russian
28825 Users of this server%0
28826 .
28827 Language=Spanish
28828 Users of this server%0
28829 .
28830 Language=Turkish
28831 Users of this server%0
28832 .
28833 Language=Chinese
28834 Users of this server%0
28835 .
28836 Language=Taiwanese
28837 Users of this server%0
28838 .
28839
28840 MessageId=4804
28841 Severity=Success
28842 Facility=System
28843 SymbolicName=APPERR2_4804
28844 Language=English
28845 Net Send has been interrupted by a Ctrl+Break from the user.
28846 .
28847 Language=Polish
28848 Net Send has been interrupted by a Ctrl+Break from the user.
28849 .
28850 Language=Romanian
28851 Net Send has been interrupted by a Ctrl+Break from the user.
28852 .
28853 Language=Russian
28854 Net Send has been interrupted by a Ctrl+Break from the user.
28855 .
28856 Language=Spanish
28857 Net Send has been interrupted by a Ctrl+Break from the user.
28858 .
28859 Language=Turkish
28860 Net Send has been interrupted by a Ctrl+Break from the user.
28861 .
28862 Language=Chinese
28863 Net Send has been interrupted by a Ctrl+Break from the user.
28864 .
28865 Language=Taiwanese
28866 Net Send has been interrupted by a Ctrl+Break from the user.
28867 .
28868
28869 MessageId=4810
28870 Severity=Success
28871 Facility=System
28872 SymbolicName=APPERR2_4810
28873 Language=English
28874 Name Job # Size Status
28875 .
28876 Language=Polish
28877 Name Job # Size Status
28878 .
28879 Language=Romanian
28880 Name Job # Size Status
28881 .
28882 Language=Russian
28883 Name Job # Size Status
28884 .
28885 Language=Spanish
28886 Name Job # Size Status
28887 .
28888 Language=Turkish
28889 Name Job # Size Status
28890 .
28891 Language=Chinese
28892 Name Job # Size Status
28893 .
28894 Language=Taiwanese
28895 Name Job # Size Status
28896 .
28897
28898 MessageId=4811
28899 Severity=Success
28900 Facility=System
28901 SymbolicName=APPERR2_4811
28902 Language=English
28903 jobs%0
28904 .
28905 Language=Polish
28906 jobs%0
28907 .
28908 Language=Romanian
28909 jobs%0
28910 .
28911 Language=Russian
28912 jobs%0
28913 .
28914 Language=Spanish
28915 jobs%0
28916 .
28917 Language=Turkish
28918 jobs%0
28919 .
28920 Language=Chinese
28921 jobs%0
28922 .
28923 Language=Taiwanese
28924 jobs%0
28925 .
28926
28927 MessageId=4812
28928 Severity=Success
28929 Facility=System
28930 SymbolicName=APPERR2_4812
28931 Language=English
28932 Print%0
28933 .
28934 Language=Polish
28935 Print%0
28936 .
28937 Language=Romanian
28938 Print%0
28939 .
28940 Language=Russian
28941 Print%0
28942 .
28943 Language=Spanish
28944 Print%0
28945 .
28946 Language=Turkish
28947 Print%0
28948 .
28949 Language=Chinese
28950 Print%0
28951 .
28952 Language=Taiwanese
28953 Print%0
28954 .
28955
28956 MessageId=4813
28957 Severity=Success
28958 Facility=System
28959 SymbolicName=APPERR2_4813
28960 Language=English
28961 Name%0
28962 .
28963 Language=Polish
28964 Name%0
28965 .
28966 Language=Romanian
28967 Name%0
28968 .
28969 Language=Russian
28970 Name%0
28971 .
28972 Language=Spanish
28973 Name%0
28974 .
28975 Language=Turkish
28976 Name%0
28977 .
28978 Language=Chinese
28979 Name%0
28980 .
28981 Language=Taiwanese
28982 Name%0
28983 .
28984
28985 MessageId=4814
28986 Severity=Success
28987 Facility=System
28988 SymbolicName=APPERR2_4814
28989 Language=English
28990 Job #%0
28991 .
28992 Language=Polish
28993 Job #%0
28994 .
28995 Language=Romanian
28996 Job #%0
28997 .
28998 Language=Russian
28999 Job #%0
29000 .
29001 Language=Spanish
29002 Job #%0
29003 .
29004 Language=Turkish
29005 Job #%0
29006 .
29007 Language=Chinese
29008 Job #%0
29009 .
29010 Language=Taiwanese
29011 Job #%0
29012 .
29013
29014 MessageId=4815
29015 Severity=Success
29016 Facility=System
29017 SymbolicName=APPERR2_4815
29018 Language=English
29019 Size%0
29020 .
29021 Language=Polish
29022 Size%0
29023 .
29024 Language=Romanian
29025 Size%0
29026 .
29027 Language=Russian
29028 Size%0
29029 .
29030 Language=Spanish
29031 Size%0
29032 .
29033 Language=Turkish
29034 Size%0
29035 .
29036 Language=Chinese
29037 Size%0
29038 .
29039 Language=Taiwanese
29040 Size%0
29041 .
29042
29043 MessageId=4816
29044 Severity=Success
29045 Facility=System
29046 SymbolicName=APPERR2_4816
29047 Language=English
29048 Status%0
29049 .
29050 Language=Polish
29051 Status%0
29052 .
29053 Language=Romanian
29054 Status%0
29055 .
29056 Language=Russian
29057 Status%0
29058 .
29059 Language=Spanish
29060 Status%0
29061 .
29062 Language=Turkish
29063 Status%0
29064 .
29065 Language=Chinese
29066 Status%0
29067 .
29068 Language=Taiwanese
29069 Status%0
29070 .
29071
29072 MessageId=4817
29073 Severity=Success
29074 Facility=System
29075 SymbolicName=APPERR2_4817
29076 Language=English
29077 Separator file%0
29078 .
29079 Language=Polish
29080 Separator file%0
29081 .
29082 Language=Romanian
29083 Separator file%0
29084 .
29085 Language=Russian
29086 Separator file%0
29087 .
29088 Language=Spanish
29089 Separator file%0
29090 .
29091 Language=Turkish
29092 Separator file%0
29093 .
29094 Language=Chinese
29095 Separator file%0
29096 .
29097 Language=Taiwanese
29098 Separator file%0
29099 .
29100
29101 MessageId=4818
29102 Severity=Success
29103 Facility=System
29104 SymbolicName=APPERR2_4818
29105 Language=English
29106 Comment%0
29107 .
29108 Language=Polish
29109 Comment%0
29110 .
29111 Language=Romanian
29112 Comment%0
29113 .
29114 Language=Russian
29115 Comment%0
29116 .
29117 Language=Spanish
29118 Comment%0
29119 .
29120 Language=Turkish
29121 Comment%0
29122 .
29123 Language=Chinese
29124 Comment%0
29125 .
29126 Language=Taiwanese
29127 Comment%0
29128 .
29129
29130 MessageId=4819
29131 Severity=Success
29132 Facility=System
29133 SymbolicName=APPERR2_4819
29134 Language=English
29135 Priority%0
29136 .
29137 Language=Polish
29138 Priority%0
29139 .
29140 Language=Romanian
29141 Priority%0
29142 .
29143 Language=Russian
29144 Priority%0
29145 .
29146 Language=Spanish
29147 Priority%0
29148 .
29149 Language=Turkish
29150 Priority%0
29151 .
29152 Language=Chinese
29153 Priority%0
29154 .
29155 Language=Taiwanese
29156 Priority%0
29157 .
29158
29159 MessageId=4820
29160 Severity=Success
29161 Facility=System
29162 SymbolicName=APPERR2_4820
29163 Language=English
29164 Print after%0
29165 .
29166 Language=Polish
29167 Print after%0
29168 .
29169 Language=Romanian
29170 Print after%0
29171 .
29172 Language=Russian
29173 Print after%0
29174 .
29175 Language=Spanish
29176 Print after%0
29177 .
29178 Language=Turkish
29179 Print after%0
29180 .
29181 Language=Chinese
29182 Print after%0
29183 .
29184 Language=Taiwanese
29185 Print after%0
29186 .
29187
29188 MessageId=4821
29189 Severity=Success
29190 Facility=System
29191 SymbolicName=APPERR2_4821
29192 Language=English
29193 Print until%0
29194 .
29195 Language=Polish
29196 Print until%0
29197 .
29198 Language=Romanian
29199 Print until%0
29200 .
29201 Language=Russian
29202 Print until%0
29203 .
29204 Language=Spanish
29205 Print until%0
29206 .
29207 Language=Turkish
29208 Print until%0
29209 .
29210 Language=Chinese
29211 Print until%0
29212 .
29213 Language=Taiwanese
29214 Print until%0
29215 .
29216
29217 MessageId=4822
29218 Severity=Success
29219 Facility=System
29220 SymbolicName=APPERR2_4822
29221 Language=English
29222 Print processor%0
29223 .
29224 Language=Polish
29225 Print processor%0
29226 .
29227 Language=Romanian
29228 Print processor%0
29229 .
29230 Language=Russian
29231 Print processor%0
29232 .
29233 Language=Spanish
29234 Print processor%0
29235 .
29236 Language=Turkish
29237 Print processor%0
29238 .
29239 Language=Chinese
29240 Print processor%0
29241 .
29242 Language=Taiwanese
29243 Print processor%0
29244 .
29245
29246 MessageId=4823
29247 Severity=Success
29248 Facility=System
29249 SymbolicName=APPERR2_4823
29250 Language=English
29251 Additional info%0
29252 .
29253 Language=Polish
29254 Additional info%0
29255 .
29256 Language=Romanian
29257 Additional info%0
29258 .
29259 Language=Russian
29260 Additional info%0
29261 .
29262 Language=Spanish
29263 Additional info%0
29264 .
29265 Language=Turkish
29266 Additional info%0
29267 .
29268 Language=Chinese
29269 Additional info%0
29270 .
29271 Language=Taiwanese
29272 Additional info%0
29273 .
29274
29275 MessageId=4824
29276 Severity=Success
29277 Facility=System
29278 SymbolicName=APPERR2_4824
29279 Language=English
29280 Parameters%0
29281 .
29282 Language=Polish
29283 Parameters%0
29284 .
29285 Language=Romanian
29286 Parameters%0
29287 .
29288 Language=Russian
29289 Parameters%0
29290 .
29291 Language=Spanish
29292 Parameters%0
29293 .
29294 Language=Turkish
29295 Parameters%0
29296 .
29297 Language=Chinese
29298 Parameters%0
29299 .
29300 Language=Taiwanese
29301 Parameters%0
29302 .
29303
29304 MessageId=4825
29305 Severity=Success
29306 Facility=System
29307 SymbolicName=APPERR2_4825
29308 Language=English
29309 Print Devices%0
29310 .
29311 Language=Polish
29312 Print Devices%0
29313 .
29314 Language=Romanian
29315 Print Devices%0
29316 .
29317 Language=Russian
29318 Print Devices%0
29319 .
29320 Language=Spanish
29321 Print Devices%0
29322 .
29323 Language=Turkish
29324 Print Devices%0
29325 .
29326 Language=Chinese
29327 Print Devices%0
29328 .
29329 Language=Taiwanese
29330 Print Devices%0
29331 .
29332
29333 MessageId=4826
29334 Severity=Success
29335 Facility=System
29336 SymbolicName=APPERR2_4826
29337 Language=English
29338 Printer Active%0
29339 .
29340 Language=Polish
29341 Printer Active%0
29342 .
29343 Language=Romanian
29344 Printer Active%0
29345 .
29346 Language=Russian
29347 Printer Active%0
29348 .
29349 Language=Spanish
29350 Printer Active%0
29351 .
29352 Language=Turkish
29353 Printer Active%0
29354 .
29355 Language=Chinese
29356 Printer Active%0
29357 .
29358 Language=Taiwanese
29359 Printer Active%0
29360 .
29361
29362 MessageId=4827
29363 Severity=Success
29364 Facility=System
29365 SymbolicName=APPERR2_4827
29366 Language=English
29367 Printer held%0
29368 .
29369 Language=Polish
29370 Printer held%0
29371 .
29372 Language=Romanian
29373 Printer held%0
29374 .
29375 Language=Russian
29376 Printer held%0
29377 .
29378 Language=Spanish
29379 Printer held%0
29380 .
29381 Language=Turkish
29382 Printer held%0
29383 .
29384 Language=Chinese
29385 Printer held%0
29386 .
29387 Language=Taiwanese
29388 Printer held%0
29389 .
29390
29391 MessageId=4828
29392 Severity=Success
29393 Facility=System
29394 SymbolicName=APPERR2_4828
29395 Language=English
29396 Printer error%0
29397 .
29398 Language=Polish
29399 Printer error%0
29400 .
29401 Language=Romanian
29402 Printer error%0
29403 .
29404 Language=Russian
29405 Printer error%0
29406 .
29407 Language=Spanish
29408 Printer error%0
29409 .
29410 Language=Turkish
29411 Printer error%0
29412 .
29413 Language=Chinese
29414 Printer error%0
29415 .
29416 Language=Taiwanese
29417 Printer error%0
29418 .
29419
29420 MessageId=4829
29421 Severity=Success
29422 Facility=System
29423 SymbolicName=APPERR2_4829
29424 Language=English
29425 Printer being deleted%0
29426 .
29427 Language=Polish
29428 Printer being deleted%0
29429 .
29430 Language=Romanian
29431 Printer being deleted%0
29432 .
29433 Language=Russian
29434 Printer being deleted%0
29435 .
29436 Language=Spanish
29437 Printer being deleted%0
29438 .
29439 Language=Turkish
29440 Printer being deleted%0
29441 .
29442 Language=Chinese
29443 Printer being deleted%0
29444 .
29445 Language=Taiwanese
29446 Printer being deleted%0
29447 .
29448
29449 MessageId=4830
29450 Severity=Success
29451 Facility=System
29452 SymbolicName=APPERR2_4830
29453 Language=English
29454 Printer status unknown%0
29455 .
29456 Language=Polish
29457 Printer status unknown%0
29458 .
29459 Language=Romanian
29460 Printer status unknown%0
29461 .
29462 Language=Russian
29463 Printer status unknown%0
29464 .
29465 Language=Spanish
29466 Printer status unknown%0
29467 .
29468 Language=Turkish
29469 Printer status unknown%0
29470 .
29471 Language=Chinese
29472 Printer status unknown%0
29473 .
29474 Language=Taiwanese
29475 Printer status unknown%0
29476 .
29477
29478 MessageId=4840
29479 Severity=Success
29480 Facility=System
29481 SymbolicName=APPERR2_4840
29482 Language=English
29483 Held until %1%0
29484 .
29485 Language=Polish
29486 Held until %1%0
29487 .
29488 Language=Romanian
29489 Held until %1%0
29490 .
29491 Language=Russian
29492 Held until %1%0
29493 .
29494 Language=Spanish
29495 Held until %1%0
29496 .
29497 Language=Turkish
29498 Held until %1%0
29499 .
29500 Language=Chinese
29501 Held until %1%0
29502 .
29503 Language=Taiwanese
29504 Held until %1%0
29505 .
29506
29507 MessageId=4841
29508 Severity=Success
29509 Facility=System
29510 SymbolicName=APPERR2_4841
29511 Language=English
29512 Job #%0
29513 .
29514 Language=Polish
29515 Job #%0
29516 .
29517 Language=Romanian
29518 Job #%0
29519 .
29520 Language=Russian
29521 Job #%0
29522 .
29523 Language=Spanish
29524 Job #%0
29525 .
29526 Language=Turkish
29527 Job #%0
29528 .
29529 Language=Chinese
29530 Job #%0
29531 .
29532 Language=Taiwanese
29533 Job #%0
29534 .
29535
29536 MessageId=4842
29537 Severity=Success
29538 Facility=System
29539 SymbolicName=APPERR2_4842
29540 Language=English
29541 Submitting user%0
29542 .
29543 Language=Polish
29544 Submitting user%0
29545 .
29546 Language=Romanian
29547 Submitting user%0
29548 .
29549 Language=Russian
29550 Submitting user%0
29551 .
29552 Language=Spanish
29553 Submitting user%0
29554 .
29555 Language=Turkish
29556 Submitting user%0
29557 .
29558 Language=Chinese
29559 Submitting user%0
29560 .
29561 Language=Taiwanese
29562 Submitting user%0
29563 .
29564
29565 MessageId=4843
29566 Severity=Success
29567 Facility=System
29568 SymbolicName=APPERR2_4843
29569 Language=English
29570 Notify%0
29571 .
29572 Language=Polish
29573 Notify%0
29574 .
29575 Language=Romanian
29576 Notify%0
29577 .
29578 Language=Russian
29579 Notify%0
29580 .
29581 Language=Spanish
29582 Notify%0
29583 .
29584 Language=Turkish
29585 Notify%0
29586 .
29587 Language=Chinese
29588 Notify%0
29589 .
29590 Language=Taiwanese
29591 Notify%0
29592 .
29593
29594 MessageId=4844
29595 Severity=Success
29596 Facility=System
29597 SymbolicName=APPERR2_4844
29598 Language=English
29599 Job data type%0
29600 .
29601 Language=Polish
29602 Job data type%0
29603 .
29604 Language=Romanian
29605 Job data type%0
29606 .
29607 Language=Russian
29608 Job data type%0
29609 .
29610 Language=Spanish
29611 Job data type%0
29612 .
29613 Language=Turkish
29614 Job data type%0
29615 .
29616 Language=Chinese
29617 Job data type%0
29618 .
29619 Language=Taiwanese
29620 Job data type%0
29621 .
29622
29623 MessageId=4845
29624 Severity=Success
29625 Facility=System
29626 SymbolicName=APPERR2_4845
29627 Language=English
29628 Job parameters%0
29629 .
29630 Language=Polish
29631 Job parameters%0
29632 .
29633 Language=Romanian
29634 Job parameters%0
29635 .
29636 Language=Russian
29637 Job parameters%0
29638 .
29639 Language=Spanish
29640 Job parameters%0
29641 .
29642 Language=Turkish
29643 Job parameters%0
29644 .
29645 Language=Chinese
29646 Job parameters%0
29647 .
29648 Language=Taiwanese
29649 Job parameters%0
29650 .
29651
29652 MessageId=4846
29653 Severity=Success
29654 Facility=System
29655 SymbolicName=APPERR2_4846
29656 Language=English
29657 Waiting%0
29658 .
29659 Language=Polish
29660 Waiting%0
29661 .
29662 Language=Romanian
29663 Waiting%0
29664 .
29665 Language=Russian
29666 Waiting%0
29667 .
29668 Language=Spanish
29669 Waiting%0
29670 .
29671 Language=Turkish
29672 Waiting%0
29673 .
29674 Language=Chinese
29675 Waiting%0
29676 .
29677 Language=Taiwanese
29678 Waiting%0
29679 .
29680
29681 MessageId=4847
29682 Severity=Success
29683 Facility=System
29684 SymbolicName=APPERR2_4847
29685 Language=English
29686 Held in queue%0
29687 .
29688 Language=Polish
29689 Held in queue%0
29690 .
29691 Language=Romanian
29692 Held in queue%0
29693 .
29694 Language=Russian
29695 Held in queue%0
29696 .
29697 Language=Spanish
29698 Held in queue%0
29699 .
29700 Language=Turkish
29701 Held in queue%0
29702 .
29703 Language=Chinese
29704 Held in queue%0
29705 .
29706 Language=Taiwanese
29707 Held in queue%0
29708 .
29709
29710 MessageId=4848
29711 Severity=Success
29712 Facility=System
29713 SymbolicName=APPERR2_4848
29714 Language=English
29715 Spooling%0
29716 .
29717 Language=Polish
29718 Spooling%0
29719 .
29720 Language=Romanian
29721 Spooling%0
29722 .
29723 Language=Russian
29724 Spooling%0
29725 .
29726 Language=Spanish
29727 Spooling%0
29728 .
29729 Language=Turkish
29730 Spooling%0
29731 .
29732 Language=Chinese
29733 Spooling%0
29734 .
29735 Language=Taiwanese
29736 Spooling%0
29737 .
29738
29739 MessageId=4849
29740 Severity=Success
29741 Facility=System
29742 SymbolicName=APPERR2_4849
29743 Language=English
29744 Paused%0
29745 .
29746 Language=Polish
29747 Paused%0
29748 .
29749 Language=Romanian
29750 Paused%0
29751 .
29752 Language=Russian
29753 Paused%0
29754 .
29755 Language=Spanish
29756 Paused%0
29757 .
29758 Language=Turkish
29759 Paused%0
29760 .
29761 Language=Chinese
29762 Paused%0
29763 .
29764 Language=Taiwanese
29765 Paused%0
29766 .
29767
29768 MessageId=4850
29769 Severity=Success
29770 Facility=System
29771 SymbolicName=APPERR2_4850
29772 Language=English
29773 Offline%0
29774 .
29775 Language=Polish
29776 Offline%0
29777 .
29778 Language=Romanian
29779 Offline%0
29780 .
29781 Language=Russian
29782 Offline%0
29783 .
29784 Language=Spanish
29785 Offline%0
29786 .
29787 Language=Turkish
29788 Offline%0
29789 .
29790 Language=Chinese
29791 Offline%0
29792 .
29793 Language=Taiwanese
29794 Offline%0
29795 .
29796
29797 MessageId=4851
29798 Severity=Success
29799 Facility=System
29800 SymbolicName=APPERR2_4851
29801 Language=English
29802 Error%0
29803 .
29804 Language=Polish
29805 Error%0
29806 .
29807 Language=Romanian
29808 Error%0
29809 .
29810 Language=Russian
29811 Error%0
29812 .
29813 Language=Spanish
29814 Error%0
29815 .
29816 Language=Turkish
29817 Error%0
29818 .
29819 Language=Chinese
29820 Error%0
29821 .
29822 Language=Taiwanese
29823 Error%0
29824 .
29825
29826 MessageId=4852
29827 Severity=Success
29828 Facility=System
29829 SymbolicName=APPERR2_4852
29830 Language=English
29831 Out of paper%0
29832 .
29833 Language=Polish
29834 Out of paper%0
29835 .
29836 Language=Romanian
29837 Out of paper%0
29838 .
29839 Language=Russian
29840 Out of paper%0
29841 .
29842 Language=Spanish
29843 Out of paper%0
29844 .
29845 Language=Turkish
29846 Out of paper%0
29847 .
29848 Language=Chinese
29849 Out of paper%0
29850 .
29851 Language=Taiwanese
29852 Out of paper%0
29853 .
29854
29855 MessageId=4853
29856 Severity=Success
29857 Facility=System
29858 SymbolicName=APPERR2_4853
29859 Language=English
29860 Intervention required%0
29861 .
29862 Language=Polish
29863 Intervention required%0
29864 .
29865 Language=Romanian
29866 Intervention required%0
29867 .
29868 Language=Russian
29869 Intervention required%0
29870 .
29871 Language=Spanish
29872 Intervention required%0
29873 .
29874 Language=Turkish
29875 Intervention required%0
29876 .
29877 Language=Chinese
29878 Intervention required%0
29879 .
29880 Language=Taiwanese
29881 Intervention required%0
29882 .
29883
29884 MessageId=4854
29885 Severity=Success
29886 Facility=System
29887 SymbolicName=APPERR2_4854
29888 Language=English
29889 Printing%0
29890 .
29891 Language=Polish
29892 Printing%0
29893 .
29894 Language=Romanian
29895 Printing%0
29896 .
29897 Language=Russian
29898 Printing%0
29899 .
29900 Language=Spanish
29901 Printing%0
29902 .
29903 Language=Turkish
29904 Printing%0
29905 .
29906 Language=Chinese
29907 Printing%0
29908 .
29909 Language=Taiwanese
29910 Printing%0
29911 .
29912
29913 MessageId=4855
29914 Severity=Success
29915 Facility=System
29916 SymbolicName=APPERR2_4855
29917 Language=English
29918 on %0
29919 .
29920 Language=Polish
29921 on %0
29922 .
29923 Language=Romanian
29924 on %0
29925 .
29926 Language=Russian
29927 on %0
29928 .
29929 Language=Spanish
29930 on %0
29931 .
29932 Language=Turkish
29933 on %0
29934 .
29935 Language=Chinese
29936 on %0
29937 .
29938 Language=Taiwanese
29939 on %0
29940 .
29941
29942 MessageId=4856
29943 Severity=Success
29944 Facility=System
29945 SymbolicName=APPERR2_4856
29946 Language=English
29947 Paused on %1%0
29948 .
29949 Language=Polish
29950 Paused on %1%0
29951 .
29952 Language=Romanian
29953 Paused on %1%0
29954 .
29955 Language=Russian
29956 Paused on %1%0
29957 .
29958 Language=Spanish
29959 Paused on %1%0
29960 .
29961 Language=Turkish
29962 Paused on %1%0
29963 .
29964 Language=Chinese
29965 Paused on %1%0
29966 .
29967 Language=Taiwanese
29968 Paused on %1%0
29969 .
29970
29971 MessageId=4857
29972 Severity=Success
29973 Facility=System
29974 SymbolicName=APPERR2_4857
29975 Language=English
29976 Offline on %1%0
29977 .
29978 Language=Polish
29979 Offline on %1%0
29980 .
29981 Language=Romanian
29982 Offline on %1%0
29983 .
29984 Language=Russian
29985 Offline on %1%0
29986 .
29987 Language=Spanish
29988 Offline on %1%0
29989 .
29990 Language=Turkish
29991 Offline on %1%0
29992 .
29993 Language=Chinese
29994 Offline on %1%0
29995 .
29996 Language=Taiwanese
29997 Offline on %1%0
29998 .
29999
30000 MessageId=4858
30001 Severity=Success
30002 Facility=System
30003 SymbolicName=APPERR2_4858
30004 Language=English
30005 Error on%1%0
30006 .
30007 Language=Polish
30008 Error on%1%0
30009 .
30010 Language=Romanian
30011 Error on%1%0
30012 .
30013 Language=Russian
30014 Error on%1%0
30015 .
30016 Language=Spanish
30017 Error on%1%0
30018 .
30019 Language=Turkish
30020 Error on%1%0
30021 .
30022 Language=Chinese
30023 Error on%1%0
30024 .
30025 Language=Taiwanese
30026 Error on%1%0
30027 .
30028
30029 MessageId=4859
30030 Severity=Success
30031 Facility=System
30032 SymbolicName=APPERR2_4859
30033 Language=English
30034 Out of Paper on %1%0
30035 .
30036 Language=Polish
30037 Out of Paper on %1%0
30038 .
30039 Language=Romanian
30040 Out of Paper on %1%0
30041 .
30042 Language=Russian
30043 Out of Paper on %1%0
30044 .
30045 Language=Spanish
30046 Out of Paper on %1%0
30047 .
30048 Language=Turkish
30049 Out of Paper on %1%0
30050 .
30051 Language=Chinese
30052 Out of Paper on %1%0
30053 .
30054 Language=Taiwanese
30055 Out of Paper on %1%0
30056 .
30057
30058 MessageId=4860
30059 Severity=Success
30060 Facility=System
30061 SymbolicName=APPERR2_4860
30062 Language=English
30063 Check printer on %1%0
30064 .
30065 Language=Polish
30066 Check printer on %1%0
30067 .
30068 Language=Romanian
30069 Check printer on %1%0
30070 .
30071 Language=Russian
30072 Check printer on %1%0
30073 .
30074 Language=Spanish
30075 Check printer on %1%0
30076 .
30077 Language=Turkish
30078 Check printer on %1%0
30079 .
30080 Language=Chinese
30081 Check printer on %1%0
30082 .
30083 Language=Taiwanese
30084 Check printer on %1%0
30085 .
30086
30087 MessageId=4861
30088 Severity=Success
30089 Facility=System
30090 SymbolicName=APPERR2_4861
30091 Language=English
30092 Printing on %1%0
30093 .
30094 Language=Polish
30095 Printing on %1%0
30096 .
30097 Language=Romanian
30098 Printing on %1%0
30099 .
30100 Language=Russian
30101 Printing on %1%0
30102 .
30103 Language=Spanish
30104 Printing on %1%0
30105 .
30106 Language=Turkish
30107 Printing on %1%0
30108 .
30109 Language=Chinese
30110 Printing on %1%0
30111 .
30112 Language=Taiwanese
30113 Printing on %1%0
30114 .
30115
30116 MessageId=4862
30117 Severity=Success
30118 Facility=System
30119 SymbolicName=APPERR2_4862
30120 Language=English
30121 Driver%0
30122 .
30123 Language=Polish
30124 Driver%0
30125 .
30126 Language=Romanian
30127 Driver%0
30128 .
30129 Language=Russian
30130 Driver%0
30131 .
30132 Language=Spanish
30133 Driver%0
30134 .
30135 Language=Turkish
30136 Driver%0
30137 .
30138 Language=Chinese
30139 Driver%0
30140 .
30141 Language=Taiwanese
30142 Driver%0
30143 .
30144
30145 MessageId=4930
30146 Severity=Success
30147 Facility=System
30148 SymbolicName=APPERR2_4930
30149 Language=English
30150 User name Type Date%0
30151 .
30152 Language=Polish
30153 User name Type Date%0
30154 .
30155 Language=Romanian
30156 User name Type Date%0
30157 .
30158 Language=Russian
30159 User name Type Date%0
30160 .
30161 Language=Spanish
30162 User name Type Date%0
30163 .
30164 Language=Turkish
30165 User name Type Date%0
30166 .
30167 Language=Chinese
30168 User name Type Date%0
30169 .
30170 Language=Taiwanese
30171 User name Type Date%0
30172 .
30173
30174 MessageId=4931
30175 Severity=Success
30176 Facility=System
30177 SymbolicName=APPERR2_4931
30178 Language=English
30179 Lockout%0
30180 .
30181 Language=Polish
30182 Lockout%0
30183 .
30184 Language=Romanian
30185 Lockout%0
30186 .
30187 Language=Russian
30188 Lockout%0
30189 .
30190 Language=Spanish
30191 Lockout%0
30192 .
30193 Language=Turkish
30194 Lockout%0
30195 .
30196 Language=Chinese
30197 Lockout%0
30198 .
30199 Language=Taiwanese
30200 Lockout%0
30201 .
30202
30203 MessageId=4932
30204 Severity=Success
30205 Facility=System
30206 SymbolicName=APPERR2_4932
30207 Language=English
30208 Service%0
30209 .
30210 Language=Polish
30211 Service%0
30212 .
30213 Language=Romanian
30214 Service%0
30215 .
30216 Language=Russian
30217 Service%0
30218 .
30219 Language=Spanish
30220 Service%0
30221 .
30222 Language=Turkish
30223 Service%0
30224 .
30225 Language=Chinese
30226 Service%0
30227 .
30228 Language=Taiwanese
30229 Service%0
30230 .
30231
30232 MessageId=4933
30233 Severity=Success
30234 Facility=System
30235 SymbolicName=APPERR2_4933
30236 Language=English
30237 Server%0
30238 .
30239 Language=Polish
30240 Server%0
30241 .
30242 Language=Romanian
30243 Server%0
30244 .
30245 Language=Russian
30246 Server%0
30247 .
30248 Language=Spanish
30249 Server%0
30250 .
30251 Language=Turkish
30252 Server%0
30253 .
30254 Language=Chinese
30255 Server%0
30256 .
30257 Language=Taiwanese
30258 Server%0
30259 .
30260
30261 MessageId=4934
30262 Severity=Success
30263 Facility=System
30264 SymbolicName=APPERR2_4934
30265 Language=English
30266 Server started%0
30267 .
30268 Language=Polish
30269 Server started%0
30270 .
30271 Language=Romanian
30272 Server started%0
30273 .
30274 Language=Russian
30275 Server started%0
30276 .
30277 Language=Spanish
30278 Server started%0
30279 .
30280 Language=Turkish
30281 Server started%0
30282 .
30283 Language=Chinese
30284 Server started%0
30285 .
30286 Language=Taiwanese
30287 Server started%0
30288 .
30289
30290 MessageId=4935
30291 Severity=Success
30292 Facility=System
30293 SymbolicName=APPERR2_4935
30294 Language=English
30295 Server paused%0
30296 .
30297 Language=Polish
30298 Server paused%0
30299 .
30300 Language=Romanian
30301 Server paused%0
30302 .
30303 Language=Russian
30304 Server paused%0
30305 .
30306 Language=Spanish
30307 Server paused%0
30308 .
30309 Language=Turkish
30310 Server paused%0
30311 .
30312 Language=Chinese
30313 Server paused%0
30314 .
30315 Language=Taiwanese
30316 Server paused%0
30317 .
30318
30319 MessageId=4936
30320 Severity=Success
30321 Facility=System
30322 SymbolicName=APPERR2_4936
30323 Language=English
30324 Server continued%0
30325 .
30326 Language=Polish
30327 Server continued%0
30328 .
30329 Language=Romanian
30330 Server continued%0
30331 .
30332 Language=Russian
30333 Server continued%0
30334 .
30335 Language=Spanish
30336 Server continued%0
30337 .
30338 Language=Turkish
30339 Server continued%0
30340 .
30341 Language=Chinese
30342 Server continued%0
30343 .
30344 Language=Taiwanese
30345 Server continued%0
30346 .
30347
30348 MessageId=4937
30349 Severity=Success
30350 Facility=System
30351 SymbolicName=APPERR2_4937
30352 Language=English
30353 Server stopped%0
30354 .
30355 Language=Polish
30356 Server stopped%0
30357 .
30358 Language=Romanian
30359 Server stopped%0
30360 .
30361 Language=Russian
30362 Server stopped%0
30363 .
30364 Language=Spanish
30365 Server stopped%0
30366 .
30367 Language=Turkish
30368 Server stopped%0
30369 .
30370 Language=Chinese
30371 Server stopped%0
30372 .
30373 Language=Taiwanese
30374 Server stopped%0
30375 .
30376
30377 MessageId=4938
30378 Severity=Success
30379 Facility=System
30380 SymbolicName=APPERR2_4938
30381 Language=English
30382 Session%0
30383 .
30384 Language=Polish
30385 Session%0
30386 .
30387 Language=Romanian
30388 Session%0
30389 .
30390 Language=Russian
30391 Session%0
30392 .
30393 Language=Spanish
30394 Session%0
30395 .
30396 Language=Turkish
30397 Session%0
30398 .
30399 Language=Chinese
30400 Session%0
30401 .
30402 Language=Taiwanese
30403 Session%0
30404 .
30405
30406 MessageId=4939
30407 Severity=Success
30408 Facility=System
30409 SymbolicName=APPERR2_4939
30410 Language=English
30411 Logon Guest%0
30412 .
30413 Language=Polish
30414 Logon Guest%0
30415 .
30416 Language=Romanian
30417 Logon Guest%0
30418 .
30419 Language=Russian
30420 Logon Guest%0
30421 .
30422 Language=Spanish
30423 Logon Guest%0
30424 .
30425 Language=Turkish
30426 Logon Guest%0
30427 .
30428 Language=Chinese
30429 Logon Guest%0
30430 .
30431 Language=Taiwanese
30432 Logon Guest%0
30433 .
30434
30435 MessageId=4940
30436 Severity=Success
30437 Facility=System
30438 SymbolicName=APPERR2_4940
30439 Language=English
30440 Logon User%0
30441 .
30442 Language=Polish
30443 Logon User%0
30444 .
30445 Language=Romanian
30446 Logon User%0
30447 .
30448 Language=Russian
30449 Logon User%0
30450 .
30451 Language=Spanish
30452 Logon User%0
30453 .
30454 Language=Turkish
30455 Logon User%0
30456 .
30457 Language=Chinese
30458 Logon User%0
30459 .
30460 Language=Taiwanese
30461 Logon User%0
30462 .
30463
30464 MessageId=4941
30465 Severity=Success
30466 Facility=System
30467 SymbolicName=APPERR2_4941
30468 Language=English
30469 Logon Administrator%0
30470 .
30471 Language=Polish
30472 Logon Administrator%0
30473 .
30474 Language=Romanian
30475 Logon Administrator%0
30476 .
30477 Language=Russian
30478 Logon Administrator%0
30479 .
30480 Language=Spanish
30481 Logon Administrator%0
30482 .
30483 Language=Turkish
30484 Logon Administrator%0
30485 .
30486 Language=Chinese
30487 Logon Administrator%0
30488 .
30489 Language=Taiwanese
30490 Logon Administrator%0
30491 .
30492
30493 MessageId=4942
30494 Severity=Success
30495 Facility=System
30496 SymbolicName=APPERR2_4942
30497 Language=English
30498 Logoff normal%0
30499 .
30500 Language=Polish
30501 Logoff normal%0
30502 .
30503 Language=Romanian
30504 Logoff normal%0
30505 .
30506 Language=Russian
30507 Logoff normal%0
30508 .
30509 Language=Spanish
30510 Logoff normal%0
30511 .
30512 Language=Turkish
30513 Logoff normal%0
30514 .
30515 Language=Chinese
30516 Logoff normal%0
30517 .
30518 Language=Taiwanese
30519 Logoff normal%0
30520 .
30521
30522 MessageId=4943
30523 Severity=Success
30524 Facility=System
30525 SymbolicName=APPERR2_4943
30526 Language=English
30527 Logon%0
30528 .
30529 Language=Polish
30530 Logon%0
30531 .
30532 Language=Romanian
30533 Logon%0
30534 .
30535 Language=Russian
30536 Logon%0
30537 .
30538 Language=Spanish
30539 Logon%0
30540 .
30541 Language=Turkish
30542 Logon%0
30543 .
30544 Language=Chinese
30545 Logon%0
30546 .
30547 Language=Taiwanese
30548 Logon%0
30549 .
30550
30551 MessageId=4944
30552 Severity=Success
30553 Facility=System
30554 SymbolicName=APPERR2_4944
30555 Language=English
30556 Logoff error%0
30557 .
30558 Language=Polish
30559 Logoff error%0
30560 .
30561 Language=Romanian
30562 Logoff error%0
30563 .
30564 Language=Russian
30565 Logoff error%0
30566 .
30567 Language=Spanish
30568 Logoff error%0
30569 .
30570 Language=Turkish
30571 Logoff error%0
30572 .
30573 Language=Chinese
30574 Logoff error%0
30575 .
30576 Language=Taiwanese
30577 Logoff error%0
30578 .
30579
30580 MessageId=4945
30581 Severity=Success
30582 Facility=System
30583 SymbolicName=APPERR2_4945
30584 Language=English
30585 Logoff auto-disconnect%0
30586 .
30587 Language=Polish
30588 Logoff auto-disconnect%0
30589 .
30590 Language=Romanian
30591 Logoff auto-disconnect%0
30592 .
30593 Language=Russian
30594 Logoff auto-disconnect%0
30595 .
30596 Language=Spanish
30597 Logoff auto-disconnect%0
30598 .
30599 Language=Turkish
30600 Logoff auto-disconnect%0
30601 .
30602 Language=Chinese
30603 Logoff auto-disconnect%0
30604 .
30605 Language=Taiwanese
30606 Logoff auto-disconnect%0
30607 .
30608
30609 MessageId=4946
30610 Severity=Success
30611 Facility=System
30612 SymbolicName=APPERR2_4946
30613 Language=English
30614 Logoff administrator-disconnect%0
30615 .
30616 Language=Polish
30617 Logoff administrator-disconnect%0
30618 .
30619 Language=Romanian
30620 Logoff administrator-disconnect%0
30621 .
30622 Language=Russian
30623 Logoff administrator-disconnect%0
30624 .
30625 Language=Spanish
30626 Logoff administrator-disconnect%0
30627 .
30628 Language=Turkish
30629 Logoff administrator-disconnect%0
30630 .
30631 Language=Chinese
30632 Logoff administrator-disconnect%0
30633 .
30634 Language=Taiwanese
30635 Logoff administrator-disconnect%0
30636 .
30637
30638 MessageId=4947
30639 Severity=Success
30640 Facility=System
30641 SymbolicName=APPERR2_4947
30642 Language=English
30643 Logoff forced by logon restrictions%0
30644 .
30645 Language=Polish
30646 Logoff forced by logon restrictions%0
30647 .
30648 Language=Romanian
30649 Logoff forced by logon restrictions%0
30650 .
30651 Language=Russian
30652 Logoff forced by logon restrictions%0
30653 .
30654 Language=Spanish
30655 Logoff forced by logon restrictions%0
30656 .
30657 Language=Turkish
30658 Logoff forced by logon restrictions%0
30659 .
30660 Language=Chinese
30661 Logoff forced by logon restrictions%0
30662 .
30663 Language=Taiwanese
30664 Logoff forced by logon restrictions%0
30665 .
30666
30667 MessageId=4948
30668 Severity=Success
30669 Facility=System
30670 SymbolicName=APPERR2_4948
30671 Language=English
30672 Service%0
30673 .
30674 Language=Polish
30675 Service%0
30676 .
30677 Language=Romanian
30678 Service%0
30679 .
30680 Language=Russian
30681 Service%0
30682 .
30683 Language=Spanish
30684 Service%0
30685 .
30686 Language=Turkish
30687 Service%0
30688 .
30689 Language=Chinese
30690 Service%0
30691 .
30692 Language=Taiwanese
30693 Service%0
30694 .
30695
30696 MessageId=4949
30697 Severity=Success
30698 Facility=System
30699 SymbolicName=APPERR2_4949
30700 Language=English
30701 %1 Installed%0
30702 .
30703 Language=Polish
30704 %1 Installed%0
30705 .
30706 Language=Romanian
30707 %1 Installed%0
30708 .
30709 Language=Russian
30710 %1 Installed%0
30711 .
30712 Language=Spanish
30713 %1 Installed%0
30714 .
30715 Language=Turkish
30716 %1 Installed%0
30717 .
30718 Language=Chinese
30719 %1 Installed%0
30720 .
30721 Language=Taiwanese
30722 %1 Installed%0
30723 .
30724
30725 MessageId=4950
30726 Severity=Success
30727 Facility=System
30728 SymbolicName=APPERR2_4950
30729 Language=English
30730 %1 Install Pending%0
30731 .
30732 Language=Polish
30733 %1 Install Pending%0
30734 .
30735 Language=Romanian
30736 %1 Install Pending%0
30737 .
30738 Language=Russian
30739 %1 Install Pending%0
30740 .
30741 Language=Spanish
30742 %1 Install Pending%0
30743 .
30744 Language=Turkish
30745 %1 Install Pending%0
30746 .
30747 Language=Chinese
30748 %1 Install Pending%0
30749 .
30750 Language=Taiwanese
30751 %1 Install Pending%0
30752 .
30753
30754 MessageId=4951
30755 Severity=Success
30756 Facility=System
30757 SymbolicName=APPERR2_4951
30758 Language=English
30759 %1 Paused%0
30760 .
30761 Language=Polish
30762 %1 Paused%0
30763 .
30764 Language=Romanian
30765 %1 Paused%0
30766 .
30767 Language=Russian
30768 %1 Paused%0
30769 .
30770 Language=Spanish
30771 %1 Paused%0
30772 .
30773 Language=Turkish
30774 %1 Paused%0
30775 .
30776 Language=Chinese
30777 %1 Paused%0
30778 .
30779 Language=Taiwanese
30780 %1 Paused%0
30781 .
30782
30783 MessageId=4952
30784 Severity=Success
30785 Facility=System
30786 SymbolicName=APPERR2_4952
30787 Language=English
30788 %1 Pause Pending%0
30789 .
30790 Language=Polish
30791 %1 Pause Pending%0
30792 .
30793 Language=Romanian
30794 %1 Pause Pending%0
30795 .
30796 Language=Russian
30797 %1 Pause Pending%0
30798 .
30799 Language=Spanish
30800 %1 Pause Pending%0
30801 .
30802 Language=Turkish
30803 %1 Pause Pending%0
30804 .
30805 Language=Chinese
30806 %1 Pause Pending%0
30807 .
30808 Language=Taiwanese
30809 %1 Pause Pending%0
30810 .
30811
30812 MessageId=4953
30813 Severity=Success
30814 Facility=System
30815 SymbolicName=APPERR2_4953
30816 Language=English
30817 %1 Continued%0
30818 .
30819 Language=Polish
30820 %1 Continued%0
30821 .
30822 Language=Romanian
30823 %1 Continued%0
30824 .
30825 Language=Russian
30826 %1 Continued%0
30827 .
30828 Language=Spanish
30829 %1 Continued%0
30830 .
30831 Language=Turkish
30832 %1 Continued%0
30833 .
30834 Language=Chinese
30835 %1 Continued%0
30836 .
30837 Language=Taiwanese
30838 %1 Continued%0
30839 .
30840
30841 MessageId=4954
30842 Severity=Success
30843 Facility=System
30844 SymbolicName=APPERR2_4954
30845 Language=English
30846 %1 Continue Pending%0
30847 .
30848 Language=Polish
30849 %1 Continue Pending%0
30850 .
30851 Language=Romanian
30852 %1 Continue Pending%0
30853 .
30854 Language=Russian
30855 %1 Continue Pending%0
30856 .
30857 Language=Spanish
30858 %1 Continue Pending%0
30859 .
30860 Language=Turkish
30861 %1 Continue Pending%0
30862 .
30863 Language=Chinese
30864 %1 Continue Pending%0
30865 .
30866 Language=Taiwanese
30867 %1 Continue Pending%0
30868 .
30869
30870 MessageId=4955
30871 Severity=Success
30872 Facility=System
30873 SymbolicName=APPERR2_4955
30874 Language=English
30875 %1 Stopped%0
30876 .
30877 Language=Polish
30878 %1 Stopped%0
30879 .
30880 Language=Romanian
30881 %1 Stopped%0
30882 .
30883 Language=Russian
30884 %1 Stopped%0
30885 .
30886 Language=Spanish
30887 %1 Stopped%0
30888 .
30889 Language=Turkish
30890 %1 Stopped%0
30891 .
30892 Language=Chinese
30893 %1 Stopped%0
30894 .
30895 Language=Taiwanese
30896 %1 Stopped%0
30897 .
30898
30899 MessageId=4956
30900 Severity=Success
30901 Facility=System
30902 SymbolicName=APPERR2_4956
30903 Language=English
30904 %1 Stop Pending%0
30905 .
30906 Language=Polish
30907 %1 Stop Pending%0
30908 .
30909 Language=Romanian
30910 %1 Stop Pending%0
30911 .
30912 Language=Russian
30913 %1 Stop Pending%0
30914 .
30915 Language=Spanish
30916 %1 Stop Pending%0
30917 .
30918 Language=Turkish
30919 %1 Stop Pending%0
30920 .
30921 Language=Chinese
30922 %1 Stop Pending%0
30923 .
30924 Language=Taiwanese
30925 %1 Stop Pending%0
30926 .
30927
30928 MessageId=4957
30929 Severity=Success
30930 Facility=System
30931 SymbolicName=APPERR2_4957
30932 Language=English
30933 Account%0
30934 .
30935 Language=Polish
30936 Account%0
30937 .
30938 Language=Romanian
30939 Account%0
30940 .
30941 Language=Russian
30942 Account%0
30943 .
30944 Language=Spanish
30945 Account%0
30946 .
30947 Language=Turkish
30948 Account%0
30949 .
30950 Language=Chinese
30951 Account%0
30952 .
30953 Language=Taiwanese
30954 Account%0
30955 .
30956
30957 MessageId=4958
30958 Severity=Success
30959 Facility=System
30960 SymbolicName=APPERR2_4958
30961 Language=English
30962 User account %1 was modified.%0
30963 .
30964 Language=Polish
30965 User account %1 was modified.%0
30966 .
30967 Language=Romanian
30968 User account %1 was modified.%0
30969 .
30970 Language=Russian
30971 User account %1 was modified.%0
30972 .
30973 Language=Spanish
30974 User account %1 was modified.%0
30975 .
30976 Language=Turkish
30977 User account %1 was modified.%0
30978 .
30979 Language=Chinese
30980 User account %1 was modified.%0
30981 .
30982 Language=Taiwanese
30983 User account %1 was modified.%0
30984 .
30985
30986 MessageId=4959
30987 Severity=Success
30988 Facility=System
30989 SymbolicName=APPERR2_4959
30990 Language=English
30991 Group account %1 was modified.%0
30992 .
30993 Language=Polish
30994 Group account %1 was modified.%0
30995 .
30996 Language=Romanian
30997 Group account %1 was modified.%0
30998 .
30999 Language=Russian
31000 Group account %1 was modified.%0
31001 .
31002 Language=Spanish
31003 Group account %1 was modified.%0
31004 .
31005 Language=Turkish
31006 Group account %1 was modified.%0
31007 .
31008 Language=Chinese
31009 Group account %1 was modified.%0
31010 .
31011 Language=Taiwanese
31012 Group account %1 was modified.%0
31013 .
31014
31015 MessageId=4960
31016 Severity=Success
31017 Facility=System
31018 SymbolicName=APPERR2_4960
31019 Language=English
31020 User account %1 was deleted%0
31021 .
31022 Language=Polish
31023 User account %1 was deleted%0
31024 .
31025 Language=Romanian
31026 User account %1 was deleted%0
31027 .
31028 Language=Russian
31029 User account %1 was deleted%0
31030 .
31031 Language=Spanish
31032 User account %1 was deleted%0
31033 .
31034 Language=Turkish
31035 User account %1 was deleted%0
31036 .
31037 Language=Chinese
31038 User account %1 was deleted%0
31039 .
31040 Language=Taiwanese
31041 User account %1 was deleted%0
31042 .
31043
31044 MessageId=4961
31045 Severity=Success
31046 Facility=System
31047 SymbolicName=APPERR2_4961
31048 Language=English
31049 Group account %1 was deleted%0
31050 .
31051 Language=Polish
31052 Group account %1 was deleted%0
31053 .
31054 Language=Romanian
31055 Group account %1 was deleted%0
31056 .
31057 Language=Russian
31058 Group account %1 was deleted%0
31059 .
31060 Language=Spanish
31061 Group account %1 was deleted%0
31062 .
31063 Language=Turkish
31064 Group account %1 was deleted%0
31065 .
31066 Language=Chinese
31067 Group account %1 was deleted%0
31068 .
31069 Language=Taiwanese
31070 Group account %1 was deleted%0
31071 .
31072
31073 MessageId=4962
31074 Severity=Success
31075 Facility=System
31076 SymbolicName=APPERR2_4962
31077 Language=English
31078 User account %1 was added%0
31079 .
31080 Language=Polish
31081 User account %1 was added%0
31082 .
31083 Language=Romanian
31084 User account %1 was added%0
31085 .
31086 Language=Russian
31087 User account %1 was added%0
31088 .
31089 Language=Spanish
31090 User account %1 was added%0
31091 .
31092 Language=Turkish
31093 User account %1 was added%0
31094 .
31095 Language=Chinese
31096 User account %1 was added%0
31097 .
31098 Language=Taiwanese
31099 User account %1 was added%0
31100 .
31101
31102 MessageId=4963
31103 Severity=Success
31104 Facility=System
31105 SymbolicName=APPERR2_4963
31106 Language=English
31107 Group account %1 was added%0
31108 .
31109 Language=Polish
31110 Group account %1 was added%0
31111 .
31112 Language=Romanian
31113 Group account %1 was added%0
31114 .
31115 Language=Russian
31116 Group account %1 was added%0
31117 .
31118 Language=Spanish
31119 Group account %1 was added%0
31120 .
31121 Language=Turkish
31122 Group account %1 was added%0
31123 .
31124 Language=Chinese
31125 Group account %1 was added%0
31126 .
31127 Language=Taiwanese
31128 Group account %1 was added%0
31129 .
31130
31131 MessageId=4964
31132 Severity=Success
31133 Facility=System
31134 SymbolicName=APPERR2_4964
31135 Language=English
31136 Account system settings were modified%0
31137 .
31138 Language=Polish
31139 Account system settings were modified%0
31140 .
31141 Language=Romanian
31142 Account system settings were modified%0
31143 .
31144 Language=Russian
31145 Account system settings were modified%0
31146 .
31147 Language=Spanish
31148 Account system settings were modified%0
31149 .
31150 Language=Turkish
31151 Account system settings were modified%0
31152 .
31153 Language=Chinese
31154 Account system settings were modified%0
31155 .
31156 Language=Taiwanese
31157 Account system settings were modified%0
31158 .
31159
31160 MessageId=4965
31161 Severity=Success
31162 Facility=System
31163 SymbolicName=APPERR2_4965
31164 Language=English
31165 Logon restriction%0
31166 .
31167 Language=Polish
31168 Logon restriction%0
31169 .
31170 Language=Romanian
31171 Logon restriction%0
31172 .
31173 Language=Russian
31174 Logon restriction%0
31175 .
31176 Language=Spanish
31177 Logon restriction%0
31178 .
31179 Language=Turkish
31180 Logon restriction%0
31181 .
31182 Language=Chinese
31183 Logon restriction%0
31184 .
31185 Language=Taiwanese
31186 Logon restriction%0
31187 .
31188
31189 MessageId=4966
31190 Severity=Success
31191 Facility=System
31192 SymbolicName=APPERR2_4966
31193 Language=English
31194 Limit exceeded: UNKNOWN%0
31195 .
31196 Language=Polish
31197 Limit exceeded: UNKNOWN%0
31198 .
31199 Language=Romanian
31200 Limit exceeded: UNKNOWN%0
31201 .
31202 Language=Russian
31203 Limit exceeded: UNKNOWN%0
31204 .
31205 Language=Spanish
31206 Limit exceeded: UNKNOWN%0
31207 .
31208 Language=Turkish
31209 Limit exceeded: UNKNOWN%0
31210 .
31211 Language=Chinese
31212 Limit exceeded: UNKNOWN%0
31213 .
31214 Language=Taiwanese
31215 Limit exceeded: UNKNOWN%0
31216 .
31217
31218 MessageId=4967
31219 Severity=Success
31220 Facility=System
31221 SymbolicName=APPERR2_4967
31222 Language=English
31223 Limit exceeded: Logon hours%0
31224 .
31225 Language=Polish
31226 Limit exceeded: Logon hours%0
31227 .
31228 Language=Romanian
31229 Limit exceeded: Logon hours%0
31230 .
31231 Language=Russian
31232 Limit exceeded: Logon hours%0
31233 .
31234 Language=Spanish
31235 Limit exceeded: Logon hours%0
31236 .
31237 Language=Turkish
31238 Limit exceeded: Logon hours%0
31239 .
31240 Language=Chinese
31241 Limit exceeded: Logon hours%0
31242 .
31243 Language=Taiwanese
31244 Limit exceeded: Logon hours%0
31245 .
31246
31247 MessageId=4968
31248 Severity=Success
31249 Facility=System
31250 SymbolicName=APPERR2_4968
31251 Language=English
31252 Limit exceeded: Account expired%0
31253 .
31254 Language=Polish
31255 Limit exceeded: Account expired%0
31256 .
31257 Language=Romanian
31258 Limit exceeded: Account expired%0
31259 .
31260 Language=Russian
31261 Limit exceeded: Account expired%0
31262 .
31263 Language=Spanish
31264 Limit exceeded: Account expired%0
31265 .
31266 Language=Turkish
31267 Limit exceeded: Account expired%0
31268 .
31269 Language=Chinese
31270 Limit exceeded: Account expired%0
31271 .
31272 Language=Taiwanese
31273 Limit exceeded: Account expired%0
31274 .
31275
31276 MessageId=4969
31277 Severity=Success
31278 Facility=System
31279 SymbolicName=APPERR2_4969
31280 Language=English
31281 Limit exceeded: Workstation ID invalid%0
31282 .
31283 Language=Polish
31284 Limit exceeded: Workstation ID invalid%0
31285 .
31286 Language=Romanian
31287 Limit exceeded: Workstation ID invalid%0
31288 .
31289 Language=Russian
31290 Limit exceeded: Workstation ID invalid%0
31291 .
31292 Language=Spanish
31293 Limit exceeded: Workstation ID invalid%0
31294 .
31295 Language=Turkish
31296 Limit exceeded: Workstation ID invalid%0
31297 .
31298 Language=Chinese
31299 Limit exceeded: Workstation ID invalid%0
31300 .
31301 Language=Taiwanese
31302 Limit exceeded: Workstation ID invalid%0
31303 .
31304
31305 MessageId=4970
31306 Severity=Success
31307 Facility=System
31308 SymbolicName=APPERR2_4970
31309 Language=English
31310 Limit exceeded: Account disabled%0
31311 .
31312 Language=Polish
31313 Limit exceeded: Account disabled%0
31314 .
31315 Language=Romanian
31316 Limit exceeded: Account disabled%0
31317 .
31318 Language=Russian
31319 Limit exceeded: Account disabled%0
31320 .
31321 Language=Spanish
31322 Limit exceeded: Account disabled%0
31323 .
31324 Language=Turkish
31325 Limit exceeded: Account disabled%0
31326 .
31327 Language=Chinese
31328 Limit exceeded: Account disabled%0
31329 .
31330 Language=Taiwanese
31331 Limit exceeded: Account disabled%0
31332 .
31333
31334 MessageId=4971
31335 Severity=Success
31336 Facility=System
31337 SymbolicName=APPERR2_4971
31338 Language=English
31339 Limit exceeded: Account deleted%0
31340 .
31341 Language=Polish
31342 Limit exceeded: Account deleted%0
31343 .
31344 Language=Romanian
31345 Limit exceeded: Account deleted%0
31346 .
31347 Language=Russian
31348 Limit exceeded: Account deleted%0
31349 .
31350 Language=Spanish
31351 Limit exceeded: Account deleted%0
31352 .
31353 Language=Turkish
31354 Limit exceeded: Account deleted%0
31355 .
31356 Language=Chinese
31357 Limit exceeded: Account deleted%0
31358 .
31359 Language=Taiwanese
31360 Limit exceeded: Account deleted%0
31361 .
31362
31363 MessageId=4972
31364 Severity=Success
31365 Facility=System
31366 SymbolicName=APPERR2_4972
31367 Language=English
31368 Share%0
31369 .
31370 Language=Polish
31371 Share%0
31372 .
31373 Language=Romanian
31374 Share%0
31375 .
31376 Language=Russian
31377 Share%0
31378 .
31379 Language=Spanish
31380 Share%0
31381 .
31382 Language=Turkish
31383 Share%0
31384 .
31385 Language=Chinese
31386 Share%0
31387 .
31388 Language=Taiwanese
31389 Share%0
31390 .
31391
31392 MessageId=4973
31393 Severity=Success
31394 Facility=System
31395 SymbolicName=APPERR2_4973
31396 Language=English
31397 Use %1%0
31398 .
31399 Language=Polish
31400 Use %1%0
31401 .
31402 Language=Romanian
31403 Use %1%0
31404 .
31405 Language=Russian
31406 Use %1%0
31407 .
31408 Language=Spanish
31409 Use %1%0
31410 .
31411 Language=Turkish
31412 Use %1%0
31413 .
31414 Language=Chinese
31415 Use %1%0
31416 .
31417 Language=Taiwanese
31418 Use %1%0
31419 .
31420
31421 MessageId=4974
31422 Severity=Success
31423 Facility=System
31424 SymbolicName=APPERR2_4974
31425 Language=English
31426 Unuse %1%0
31427 .
31428 Language=Polish
31429 Unuse %1%0
31430 .
31431 Language=Romanian
31432 Unuse %1%0
31433 .
31434 Language=Russian
31435 Unuse %1%0
31436 .
31437 Language=Spanish
31438 Unuse %1%0
31439 .
31440 Language=Turkish
31441 Unuse %1%0
31442 .
31443 Language=Chinese
31444 Unuse %1%0
31445 .
31446 Language=Taiwanese
31447 Unuse %1%0
31448 .
31449
31450 MessageId=4975
31451 Severity=Success
31452 Facility=System
31453 SymbolicName=APPERR2_4975
31454 Language=English
31455 User's session disconnected %1%0
31456 .
31457 Language=Polish
31458 User's session disconnected %1%0
31459 .
31460 Language=Romanian
31461 User's session disconnected %1%0
31462 .
31463 Language=Russian
31464 User's session disconnected %1%0
31465 .
31466 Language=Spanish
31467 User's session disconnected %1%0
31468 .
31469 Language=Turkish
31470 User's session disconnected %1%0
31471 .
31472 Language=Chinese
31473 User's session disconnected %1%0
31474 .
31475 Language=Taiwanese
31476 User's session disconnected %1%0
31477 .
31478
31479 MessageId=4976
31480 Severity=Success
31481 Facility=System
31482 SymbolicName=APPERR2_4976
31483 Language=English
31484 Administrator stopped sharing resource %1%0
31485 .
31486 Language=Polish
31487 Administrator stopped sharing resource %1%0
31488 .
31489 Language=Romanian
31490 Administrator stopped sharing resource %1%0
31491 .
31492 Language=Russian
31493 Administrator stopped sharing resource %1%0
31494 .
31495 Language=Spanish
31496 Administrator stopped sharing resource %1%0
31497 .
31498 Language=Turkish
31499 Administrator stopped sharing resource %1%0
31500 .
31501 Language=Chinese
31502 Administrator stopped sharing resource %1%0
31503 .
31504 Language=Taiwanese
31505 Administrator stopped sharing resource %1%0
31506 .
31507
31508 MessageId=4977
31509 Severity=Success
31510 Facility=System
31511 SymbolicName=APPERR2_4977
31512 Language=English
31513 User reached limit for %1%0
31514 .
31515 Language=Polish
31516 User reached limit for %1%0
31517 .
31518 Language=Romanian
31519 User reached limit for %1%0
31520 .
31521 Language=Russian
31522 User reached limit for %1%0
31523 .
31524 Language=Spanish
31525 User reached limit for %1%0
31526 .
31527 Language=Turkish
31528 User reached limit for %1%0
31529 .
31530 Language=Chinese
31531 User reached limit for %1%0
31532 .
31533 Language=Taiwanese
31534 User reached limit for %1%0
31535 .
31536
31537 MessageId=4978
31538 Severity=Success
31539 Facility=System
31540 SymbolicName=APPERR2_4978
31541 Language=English
31542 Bad password%0
31543 .
31544 Language=Polish
31545 Bad password%0
31546 .
31547 Language=Romanian
31548 Bad password%0
31549 .
31550 Language=Russian
31551 Bad password%0
31552 .
31553 Language=Spanish
31554 Bad password%0
31555 .
31556 Language=Turkish
31557 Bad password%0
31558 .
31559 Language=Chinese
31560 Bad password%0
31561 .
31562 Language=Taiwanese
31563 Bad password%0
31564 .
31565
31566 MessageId=4979
31567 Severity=Success
31568 Facility=System
31569 SymbolicName=APPERR2_4979
31570 Language=English
31571 Administrator privilege required%0
31572 .
31573 Language=Polish
31574 Administrator privilege required%0
31575 .
31576 Language=Romanian
31577 Administrator privilege required%0
31578 .
31579 Language=Russian
31580 Administrator privilege required%0
31581 .
31582 Language=Spanish
31583 Administrator privilege required%0
31584 .
31585 Language=Turkish
31586 Administrator privilege required%0
31587 .
31588 Language=Chinese
31589 Administrator privilege required%0
31590 .
31591 Language=Taiwanese
31592 Administrator privilege required%0
31593 .
31594
31595 MessageId=4980
31596 Severity=Success
31597 Facility=System
31598 SymbolicName=APPERR2_4980
31599 Language=English
31600 Access%0
31601 .
31602 Language=Polish
31603 Access%0
31604 .
31605 Language=Romanian
31606 Access%0
31607 .
31608 Language=Russian
31609 Access%0
31610 .
31611 Language=Spanish
31612 Access%0
31613 .
31614 Language=Turkish
31615 Access%0
31616 .
31617 Language=Chinese
31618 Access%0
31619 .
31620 Language=Taiwanese
31621 Access%0
31622 .
31623
31624 MessageId=4981
31625 Severity=Success
31626 Facility=System
31627 SymbolicName=APPERR2_4981
31628 Language=English
31629 %1 permissions added%0
31630 .
31631 Language=Polish
31632 %1 permissions added%0
31633 .
31634 Language=Romanian
31635 %1 permissions added%0
31636 .
31637 Language=Russian
31638 %1 permissions added%0
31639 .
31640 Language=Spanish
31641 %1 permissions added%0
31642 .
31643 Language=Turkish
31644 %1 permissions added%0
31645 .
31646 Language=Chinese
31647 %1 permissions added%0
31648 .
31649 Language=Taiwanese
31650 %1 permissions added%0
31651 .
31652
31653 MessageId=4982
31654 Severity=Success
31655 Facility=System
31656 SymbolicName=APPERR2_4982
31657 Language=English
31658 %1 permissions modified%0
31659 .
31660 Language=Polish
31661 %1 permissions modified%0
31662 .
31663 Language=Romanian
31664 %1 permissions modified%0
31665 .
31666 Language=Russian
31667 %1 permissions modified%0
31668 .
31669 Language=Spanish
31670 %1 permissions modified%0
31671 .
31672 Language=Turkish
31673 %1 permissions modified%0
31674 .
31675 Language=Chinese
31676 %1 permissions modified%0
31677 .
31678 Language=Taiwanese
31679 %1 permissions modified%0
31680 .
31681
31682 MessageId=4983
31683 Severity=Success
31684 Facility=System
31685 SymbolicName=APPERR2_4983
31686 Language=English
31687 %1 permissions deleted%0
31688 .
31689 Language=Polish
31690 %1 permissions deleted%0
31691 .
31692 Language=Romanian
31693 %1 permissions deleted%0
31694 .
31695 Language=Russian
31696 %1 permissions deleted%0
31697 .
31698 Language=Spanish
31699 %1 permissions deleted%0
31700 .
31701 Language=Turkish
31702 %1 permissions deleted%0
31703 .
31704 Language=Chinese
31705 %1 permissions deleted%0
31706 .
31707 Language=Taiwanese
31708 %1 permissions deleted%0
31709 .
31710
31711 MessageId=4984
31712 Severity=Success
31713 Facility=System
31714 SymbolicName=APPERR2_4984
31715 Language=English
31716 Access denied%0
31717 .
31718 Language=Polish
31719 Access denied%0
31720 .
31721 Language=Romanian
31722 Access denied%0
31723 .
31724 Language=Russian
31725 Access denied%0
31726 .
31727 Language=Spanish
31728 Access denied%0
31729 .
31730 Language=Turkish
31731 Access denied%0
31732 .
31733 Language=Chinese
31734 Access denied%0
31735 .
31736 Language=Taiwanese
31737 Access denied%0
31738 .
31739
31740 MessageId=4985
31741 Severity=Success
31742 Facility=System
31743 SymbolicName=APPERR2_4985
31744 Language=English
31745 Unknown%0
31746 .
31747 Language=Polish
31748 Unknown%0
31749 .
31750 Language=Romanian
31751 Unknown%0
31752 .
31753 Language=Russian
31754 Unknown%0
31755 .
31756 Language=Spanish
31757 Unknown%0
31758 .
31759 Language=Turkish
31760 Unknown%0
31761 .
31762 Language=Chinese
31763 Unknown%0
31764 .
31765 Language=Taiwanese
31766 Unknown%0
31767 .
31768
31769 MessageId=4986
31770 Severity=Success
31771 Facility=System
31772 SymbolicName=APPERR2_4986
31773 Language=English
31774 Other%0
31775 .
31776 Language=Polish
31777 Other%0
31778 .
31779 Language=Romanian
31780 Other%0
31781 .
31782 Language=Russian
31783 Other%0
31784 .
31785 Language=Spanish
31786 Other%0
31787 .
31788 Language=Turkish
31789 Other%0
31790 .
31791 Language=Chinese
31792 Other%0
31793 .
31794 Language=Taiwanese
31795 Other%0
31796 .
31797
31798 MessageId=4987
31799 Severity=Success
31800 Facility=System
31801 SymbolicName=APPERR2_4987
31802 Language=English
31803 Duration:%0
31804 .
31805 Language=Polish
31806 Duration:%0
31807 .
31808 Language=Romanian
31809 Duration:%0
31810 .
31811 Language=Russian
31812 Duration:%0
31813 .
31814 Language=Spanish
31815 Duration:%0
31816 .
31817 Language=Turkish
31818 Duration:%0
31819 .
31820 Language=Chinese
31821 Duration:%0
31822 .
31823 Language=Taiwanese
31824 Duration:%0
31825 .
31826
31827 MessageId=4988
31828 Severity=Success
31829 Facility=System
31830 SymbolicName=APPERR2_4988
31831 Language=English
31832 Duration: Not available%0
31833 .
31834 Language=Polish
31835 Duration: Not available%0
31836 .
31837 Language=Romanian
31838 Duration: Not available%0
31839 .
31840 Language=Russian
31841 Duration: Not available%0
31842 .
31843 Language=Spanish
31844 Duration: Not available%0
31845 .
31846 Language=Turkish
31847 Duration: Not available%0
31848 .
31849 Language=Chinese
31850 Duration: Not available%0
31851 .
31852 Language=Taiwanese
31853 Duration: Not available%0
31854 .
31855
31856 MessageId=4989
31857 Severity=Success
31858 Facility=System
31859 SymbolicName=APPERR2_4989
31860 Language=English
31861 Duration: Less than one second%0
31862 .
31863 Language=Polish
31864 Duration: Less than one second%0
31865 .
31866 Language=Romanian
31867 Duration: Less than one second%0
31868 .
31869 Language=Russian
31870 Duration: Less than one second%0
31871 .
31872 Language=Spanish
31873 Duration: Less than one second%0
31874 .
31875 Language=Turkish
31876 Duration: Less than one second%0
31877 .
31878 Language=Chinese
31879 Duration: Less than one second%0
31880 .
31881 Language=Taiwanese
31882 Duration: Less than one second%0
31883 .
31884
31885 MessageId=4990
31886 Severity=Success
31887 Facility=System
31888 SymbolicName=APPERR2_4990
31889 Language=English
31890 (none)%0
31891 .
31892 Language=Polish
31893 (none)%0
31894 .
31895 Language=Romanian
31896 (none)%0
31897 .
31898 Language=Russian
31899 (none)%0
31900 .
31901 Language=Spanish
31902 (none)%0
31903 .
31904 Language=Turkish
31905 (none)%0
31906 .
31907 Language=Chinese
31908 (none)%0
31909 .
31910 Language=Taiwanese
31911 (none)%0
31912 .
31913
31914 MessageId=4991
31915 Severity=Success
31916 Facility=System
31917 SymbolicName=APPERR2_4991
31918 Language=English
31919 Closed %1%0
31920 .
31921 Language=Polish
31922 Closed %1%0
31923 .
31924 Language=Romanian
31925 Closed %1%0
31926 .
31927 Language=Russian
31928 Closed %1%0
31929 .
31930 Language=Spanish
31931 Closed %1%0
31932 .
31933 Language=Turkish
31934 Closed %1%0
31935 .
31936 Language=Chinese
31937 Closed %1%0
31938 .
31939 Language=Taiwanese
31940 Closed %1%0
31941 .
31942
31943 MessageId=4992
31944 Severity=Success
31945 Facility=System
31946 SymbolicName=APPERR2_4992
31947 Language=English
31948 Closed %1 (disconnected)%0
31949 .
31950 Language=Polish
31951 Closed %1 (disconnected)%0
31952 .
31953 Language=Romanian
31954 Closed %1 (disconnected)%0
31955 .
31956 Language=Russian
31957 Closed %1 (disconnected)%0
31958 .
31959 Language=Spanish
31960 Closed %1 (disconnected)%0
31961 .
31962 Language=Turkish
31963 Closed %1 (disconnected)%0
31964 .
31965 Language=Chinese
31966 Closed %1 (disconnected)%0
31967 .
31968 Language=Taiwanese
31969 Closed %1 (disconnected)%0
31970 .
31971
31972 MessageId=4993
31973 Severity=Success
31974 Facility=System
31975 SymbolicName=APPERR2_4993
31976 Language=English
31977 Administrator closed %1%0
31978 .
31979 Language=Polish
31980 Administrator closed %1%0
31981 .
31982 Language=Romanian
31983 Administrator closed %1%0
31984 .
31985 Language=Russian
31986 Administrator closed %1%0
31987 .
31988 Language=Spanish
31989 Administrator closed %1%0
31990 .
31991 Language=Turkish
31992 Administrator closed %1%0
31993 .
31994 Language=Chinese
31995 Administrator closed %1%0
31996 .
31997 Language=Taiwanese
31998 Administrator closed %1%0
31999 .
32000
32001 MessageId=4994
32002 Severity=Success
32003 Facility=System
32004 SymbolicName=APPERR2_4994
32005 Language=English
32006 Access ended%0
32007 .
32008 Language=Polish
32009 Access ended%0
32010 .
32011 Language=Romanian
32012 Access ended%0
32013 .
32014 Language=Russian
32015 Access ended%0
32016 .
32017 Language=Spanish
32018 Access ended%0
32019 .
32020 Language=Turkish
32021 Access ended%0
32022 .
32023 Language=Chinese
32024 Access ended%0
32025 .
32026 Language=Taiwanese
32027 Access ended%0
32028 .
32029
32030 MessageId=4995
32031 Severity=Success
32032 Facility=System
32033 SymbolicName=APPERR2_4995
32034 Language=English
32035 Log on to network%0
32036 .
32037 Language=Polish
32038 Log on to network%0
32039 .
32040 Language=Romanian
32041 Log on to network%0
32042 .
32043 Language=Russian
32044 Log on to network%0
32045 .
32046 Language=Spanish
32047 Log on to network%0
32048 .
32049 Language=Turkish
32050 Log on to network%0
32051 .
32052 Language=Chinese
32053 Log on to network%0
32054 .
32055 Language=Taiwanese
32056 Log on to network%0
32057 .
32058
32059 MessageId=4996
32060 Severity=Success
32061 Facility=System
32062 SymbolicName=APPERR2_4996
32063 Language=English
32064 Logon denied%0
32065 .
32066 Language=Polish
32067 Logon denied%0
32068 .
32069 Language=Romanian
32070 Logon denied%0
32071 .
32072 Language=Russian
32073 Logon denied%0
32074 .
32075 Language=Spanish
32076 Logon denied%0
32077 .
32078 Language=Turkish
32079 Logon denied%0
32080 .
32081 Language=Chinese
32082 Logon denied%0
32083 .
32084 Language=Taiwanese
32085 Logon denied%0
32086 .
32087
32088 MessageId=4997
32089 Severity=Success
32090 Facility=System
32091 SymbolicName=APPERR2_4997
32092 Language=English
32093 Program Message Time%0
32094 .
32095 Language=Polish
32096 Program Message Time%0
32097 .
32098 Language=Romanian
32099 Program Message Time%0
32100 .
32101 Language=Russian
32102 Program Message Time%0
32103 .
32104 Language=Spanish
32105 Program Message Time%0
32106 .
32107 Language=Turkish
32108 Program Message Time%0
32109 .
32110 Language=Chinese
32111 Program Message Time%0
32112 .
32113 Language=Taiwanese
32114 Program Message Time%0
32115 .
32116
32117 MessageId=4998
32118 Severity=Success
32119 Facility=System
32120 SymbolicName=APPERR2_4998
32121 Language=English
32122 Account locked due to %1 bad passwords%0
32123 .
32124 Language=Polish
32125 Account locked due to %1 bad passwords%0
32126 .
32127 Language=Romanian
32128 Account locked due to %1 bad passwords%0
32129 .
32130 Language=Russian
32131 Account locked due to %1 bad passwords%0
32132 .
32133 Language=Spanish
32134 Account locked due to %1 bad passwords%0
32135 .
32136 Language=Turkish
32137 Account locked due to %1 bad passwords%0
32138 .
32139 Language=Chinese
32140 Account locked due to %1 bad passwords%0
32141 .
32142 Language=Taiwanese
32143 Account locked due to %1 bad passwords%0
32144 .
32145
32146 MessageId=4999
32147 Severity=Success
32148 Facility=System
32149 SymbolicName=APPERR2_4999
32150 Language=English
32151 Account unlocked by administrator%0
32152 .
32153 Language=Polish
32154 Account unlocked by administrator%0
32155 .
32156 Language=Romanian
32157 Account unlocked by administrator%0
32158 .
32159 Language=Russian
32160 Account unlocked by administrator%0
32161 .
32162 Language=Spanish
32163 Account unlocked by administrator%0
32164 .
32165 Language=Turkish
32166 Account unlocked by administrator%0
32167 .
32168 Language=Chinese
32169 Account unlocked by administrator%0
32170 .
32171 Language=Taiwanese
32172 Account unlocked by administrator%0
32173 .
32174
32175 MessageId=5000
32176 Severity=Success
32177 Facility=System
32178 SymbolicName=APPERR2_5000
32179 Language=English
32180 Log off network%0
32181 .
32182 Language=Polish
32183 Log off network%0
32184 .
32185 Language=Romanian
32186 Log off network%0
32187 .
32188 Language=Russian
32189 Log off network%0
32190 .
32191 Language=Spanish
32192 Log off network%0
32193 .
32194 Language=Turkish
32195 Log off network%0
32196 .
32197 Language=Chinese
32198 Log off network%0
32199 .
32200 Language=Taiwanese
32201 Log off network%0
32202 .
32203
32204 MessageId=5009
32205 Severity=Success
32206 Facility=System
32207 SymbolicName=APPERR2_5009
32208 Language=English
32209
32210 .
32211 Language=Russian
32212
32213 .
32214
32215 MessageId=5010
32216 Severity=Success
32217 Facility=System
32218 SymbolicName=APPERR2_5010
32219 Language=English
32220 Subj: ** ADMINISTRATOR ALERT **
32221 .
32222 Language=Polish
32223 Subj: ** ADMINISTRATOR ALERT **
32224 .
32225 Language=Romanian
32226 Subj: ** ADMINISTRATOR ALERT **
32227 .
32228 Language=Russian
32229 Subj: ** ADMINISTRATOR ALERT **
32230 .
32231 Language=Spanish
32232 Subj: ** ADMINISTRATOR ALERT **
32233 .
32234 Language=Turkish
32235 Subj: ** ADMINISTRATOR ALERT **
32236 .
32237 Language=Chinese
32238 Subj: ** ADMINISTRATOR ALERT **
32239 .
32240 Language=Taiwanese
32241 Subj: ** ADMINISTRATOR ALERT **
32242 .
32243
32244 MessageId=5011
32245 Severity=Success
32246 Facility=System
32247 SymbolicName=APPERR2_5011
32248 Language=English
32249 Subj: ** PRINTING NOTIFICATION **
32250 .
32251 Language=Polish
32252 Subj: ** PRINTING NOTIFICATION **
32253 .
32254 Language=Romanian
32255 Subj: ** PRINTING NOTIFICATION **
32256 .
32257 Language=Russian
32258 Subj: ** PRINTING NOTIFICATION **
32259 .
32260 Language=Spanish
32261 Subj: ** PRINTING NOTIFICATION **
32262 .
32263 Language=Turkish
32264 Subj: ** PRINTING NOTIFICATION **
32265 .
32266 Language=Chinese
32267 Subj: ** PRINTING NOTIFICATION **
32268 .
32269 Language=Taiwanese
32270 Subj: ** PRINTING NOTIFICATION **
32271 .
32272
32273 MessageId=5012
32274 Severity=Success
32275 Facility=System
32276 SymbolicName=APPERR2_5012
32277 Language=English
32278 Subj: ** USER NOTIFICATION **
32279 .
32280 Language=Polish
32281 Subj: ** USER NOTIFICATION **
32282 .
32283 Language=Romanian
32284 Subj: ** USER NOTIFICATION **
32285 .
32286 Language=Russian
32287 Subj: ** USER NOTIFICATION **
32288 .
32289 Language=Spanish
32290 Subj: ** USER NOTIFICATION **
32291 .
32292 Language=Turkish
32293 Subj: ** USER NOTIFICATION **
32294 .
32295 Language=Chinese
32296 Subj: ** USER NOTIFICATION **
32297 .
32298 Language=Taiwanese
32299 Subj: ** USER NOTIFICATION **
32300 .
32301
32302 MessageId=5013
32303 Severity=Success
32304 Facility=System
32305 SymbolicName=APPERR2_5013
32306 Language=English
32307 From: %1 at \\\\%2
32308 .
32309 Language=Polish
32310 From: %1 at \\\\%2
32311 .
32312 Language=Romanian
32313 From: %1 at \\\\%2
32314 .
32315 Language=Russian
32316 From: %1 at \\\\%2
32317 .
32318 Language=Spanish
32319 From: %1 at \\\\%2
32320 .
32321 Language=Turkish
32322 From: %1 at \\\\%2
32323 .
32324 Language=Chinese
32325 From: %1 at \\\\%2
32326 .
32327 Language=Taiwanese
32328 From: %1 at \\\\%2
32329 .
32330
32331 MessageId=5014
32332 Severity=Success
32333 Facility=System
32334 SymbolicName=APPERR2_5014
32335 Language=English
32336 Print job %1 has been canceled while printing on %2.
32337 .
32338 Language=Polish
32339 Print job %1 has been canceled while printing on %2.
32340 .
32341 Language=Romanian
32342 Print job %1 has been canceled while printing on %2.
32343 .
32344 Language=Russian
32345 Print job %1 has been canceled while printing on %2.
32346 .
32347 Language=Spanish
32348 Print job %1 has been canceled while printing on %2.
32349 .
32350 Language=Turkish
32351 Print job %1 has been canceled while printing on %2.
32352 .
32353 Language=Chinese
32354 Print job %1 has been canceled while printing on %2.
32355 .
32356 Language=Taiwanese
32357 Print job %1 has been canceled while printing on %2.
32358 .
32359
32360 MessageId=5015
32361 Severity=Success
32362 Facility=System
32363 SymbolicName=APPERR2_5015
32364 Language=English
32365 Print job %1 has been deleted and will not print.
32366 .
32367 Language=Polish
32368 Print job %1 has been deleted and will not print.
32369 .
32370 Language=Romanian
32371 Print job %1 has been deleted and will not print.
32372 .
32373 Language=Russian
32374 Print job %1 has been deleted and will not print.
32375 .
32376 Language=Spanish
32377 Print job %1 has been deleted and will not print.
32378 .
32379 Language=Turkish
32380 Print job %1 has been deleted and will not print.
32381 .
32382 Language=Chinese
32383 Print job %1 has been deleted and will not print.
32384 .
32385 Language=Taiwanese
32386 Print job %1 has been deleted and will not print.
32387 .
32388
32389 MessageId=5016
32390 Severity=Success
32391 Facility=System
32392 SymbolicName=APPERR2_5016
32393 Language=English
32394 Printing Complete\n\n
32395 %1 printed successfully on %2.
32396 .
32397 Language=Russian
32398 %1 printed successfully on %2.
32399 .
32400 Language=Spanish
32401 %1 printed successfully on %2.
32402 .
32403 Language=Turkish
32404 %1 printed successfully on %2.
32405 .
32406 Language=Chinese
32407 %1 printed successfully on %2.
32408 .
32409 Language=Taiwanese
32410 %1 printed successfully on %2.
32411 .
32412
32413 MessageId=5017
32414 Severity=Success
32415 Facility=System
32416 SymbolicName=APPERR2_5017
32417 Language=English
32418 Print job %1 has not completed printing on %2.
32419 .
32420 Language=Polish
32421 Print job %1 has not completed printing on %2.
32422 .
32423 Language=Romanian
32424 Print job %1 has not completed printing on %2.
32425 .
32426 Language=Russian
32427 Print job %1 has not completed printing on %2.
32428 .
32429 Language=Spanish
32430 Print job %1 has not completed printing on %2.
32431 .
32432 Language=Turkish
32433 Print job %1 has not completed printing on %2.
32434 .
32435 Language=Chinese
32436 Print job %1 has not completed printing on %2.
32437 .
32438 Language=Taiwanese
32439 Print job %1 has not completed printing on %2.
32440 .
32441
32442 MessageId=5018
32443 Severity=Success
32444 Facility=System
32445 SymbolicName=APPERR2_5018
32446 Language=English
32447 Print job %1 has paused printing on %2.
32448 .
32449 Language=Polish
32450 Print job %1 has paused printing on %2.
32451 .
32452 Language=Romanian
32453 Print job %1 has paused printing on %2.
32454 .
32455 Language=Russian
32456 Print job %1 has paused printing on %2.
32457 .
32458 Language=Spanish
32459 Print job %1 has paused printing on %2.
32460 .
32461 Language=Turkish
32462 Print job %1 has paused printing on %2.
32463 .
32464 Language=Chinese
32465 Print job %1 has paused printing on %2.
32466 .
32467 Language=Taiwanese
32468 Print job %1 has paused printing on %2.
32469 .
32470
32471 MessageId=5019
32472 Severity=Success
32473 Facility=System
32474 SymbolicName=APPERR2_5019
32475 Language=English
32476 Print job %1 is now printing on %2.
32477 .
32478 Language=Polish
32479 Print job %1 is now printing on %2.
32480 .
32481 Language=Romanian
32482 Print job %1 is now printing on %2.
32483 .
32484 Language=Russian
32485 Print job %1 is now printing on %2.
32486 .
32487 Language=Spanish
32488 Print job %1 is now printing on %2.
32489 .
32490 Language=Turkish
32491 Print job %1 is now printing on %2.
32492 .
32493 Language=Chinese
32494 Print job %1 is now printing on %2.
32495 .
32496 Language=Taiwanese
32497 Print job %1 is now printing on %2.
32498 .
32499
32500 MessageId=5020
32501 Severity=Success
32502 Facility=System
32503 SymbolicName=APPERR2_5020
32504 Language=English
32505 The printer is out of paper.
32506 .
32507 Language=Polish
32508 The printer is out of paper.
32509 .
32510 Language=Romanian
32511 The printer is out of paper.
32512 .
32513 Language=Russian
32514 The printer is out of paper.
32515 .
32516 Language=Spanish
32517 The printer is out of paper.
32518 .
32519 Language=Turkish
32520 The printer is out of paper.
32521 .
32522 Language=Chinese
32523 The printer is out of paper.
32524 .
32525 Language=Taiwanese
32526 The printer is out of paper.
32527 .
32528
32529 MessageId=5021
32530 Severity=Success
32531 Facility=System
32532 SymbolicName=APPERR2_5021
32533 Language=English
32534 The printer is offline.
32535 .
32536 Language=Polish
32537 The printer is offline.
32538 .
32539 Language=Romanian
32540 The printer is offline.
32541 .
32542 Language=Russian
32543 The printer is offline.
32544 .
32545 Language=Spanish
32546 The printer is offline.
32547 .
32548 Language=Turkish
32549 The printer is offline.
32550 .
32551 Language=Chinese
32552 The printer is offline.
32553 .
32554 Language=Taiwanese
32555 The printer is offline.
32556 .
32557
32558 MessageId=5022
32559 Severity=Success
32560 Facility=System
32561 SymbolicName=APPERR2_5022
32562 Language=English
32563 Printing errors occurred.
32564 .
32565 Language=Polish
32566 Printing errors occurred.
32567 .
32568 Language=Romanian
32569 Printing errors occurred.
32570 .
32571 Language=Russian
32572 Printing errors occurred.
32573 .
32574 Language=Spanish
32575 Printing errors occurred.
32576 .
32577 Language=Turkish
32578 Printing errors occurred.
32579 .
32580 Language=Chinese
32581 Printing errors occurred.
32582 .
32583 Language=Taiwanese
32584 Printing errors occurred.
32585 .
32586
32587 MessageId=5023
32588 Severity=Success
32589 Facility=System
32590 SymbolicName=APPERR2_5023
32591 Language=English
32592 There is a problem with the printer; please check it.
32593 .
32594 Language=Polish
32595 There is a problem with the printer; please check it.
32596 .
32597 Language=Romanian
32598 There is a problem with the printer; please check it.
32599 .
32600 Language=Russian
32601 There is a problem with the printer; please check it.
32602 .
32603 Language=Spanish
32604 There is a problem with the printer; please check it.
32605 .
32606 Language=Turkish
32607 There is a problem with the printer; please check it.
32608 .
32609 Language=Chinese
32610 There is a problem with the printer; please check it.
32611 .
32612 Language=Taiwanese
32613 There is a problem with the printer; please check it.
32614 .
32615
32616 MessageId=5024
32617 Severity=Success
32618 Facility=System
32619 SymbolicName=APPERR2_5024
32620 Language=English
32621 Print job %1 is being held from printing.
32622 .
32623 Language=Polish
32624 Print job %1 is being held from printing.
32625 .
32626 Language=Romanian
32627 Print job %1 is being held from printing.
32628 .
32629 Language=Russian
32630 Print job %1 is being held from printing.
32631 .
32632 Language=Spanish
32633 Print job %1 is being held from printing.
32634 .
32635 Language=Turkish
32636 Print job %1 is being held from printing.
32637 .
32638 Language=Chinese
32639 Print job %1 is being held from printing.
32640 .
32641 Language=Taiwanese
32642 Print job %1 is being held from printing.
32643 .
32644
32645 MessageId=5025
32646 Severity=Success
32647 Facility=System
32648 SymbolicName=APPERR2_5025
32649 Language=English
32650 Print job %1 is queued for printing.
32651 .
32652 Language=Polish
32653 Print job %1 is queued for printing.
32654 .
32655 Language=Romanian
32656 Print job %1 is queued for printing.
32657 .
32658 Language=Russian
32659 Print job %1 is queued for printing.
32660 .
32661 Language=Spanish
32662 Print job %1 is queued for printing.
32663 .
32664 Language=Turkish
32665 Print job %1 is queued for printing.
32666 .
32667 Language=Chinese
32668 Print job %1 is queued for printing.
32669 .
32670 Language=Taiwanese
32671 Print job %1 is queued for printing.
32672 .
32673
32674 MessageId=5026
32675 Severity=Success
32676 Facility=System
32677 SymbolicName=APPERR2_5026
32678 Language=English
32679 Print job %1 is being spooled.
32680 .
32681 Language=Polish
32682 Print job %1 is being spooled.
32683 .
32684 Language=Romanian
32685 Print job %1 is being spooled.
32686 .
32687 Language=Russian
32688 Print job %1 is being spooled.
32689 .
32690 Language=Spanish
32691 Print job %1 is being spooled.
32692 .
32693 Language=Turkish
32694 Print job %1 is being spooled.
32695 .
32696 Language=Chinese
32697 Print job %1 is being spooled.
32698 .
32699 Language=Taiwanese
32700 Print job %1 is being spooled.
32701 .
32702
32703 MessageId=5027
32704 Severity=Success
32705 Facility=System
32706 SymbolicName=APPERR2_5027
32707 Language=English
32708 Job was queued to %1 on %2
32709 .
32710 Language=Polish
32711 Job was queued to %1 on %2
32712 .
32713 Language=Romanian
32714 Job was queued to %1 on %2
32715 .
32716 Language=Russian
32717 Job was queued to %1 on %2
32718 .
32719 Language=Spanish
32720 Job was queued to %1 on %2
32721 .
32722 Language=Turkish
32723 Job was queued to %1 on %2
32724 .
32725 Language=Chinese
32726 Job was queued to %1 on %2
32727 .
32728 Language=Taiwanese
32729 Job was queued to %1 on %2
32730 .
32731
32732 MessageId=5028
32733 Severity=Success
32734 Facility=System
32735 SymbolicName=APPERR2_5028
32736 Language=English
32737 Size of job is %1 bytes.
32738 .
32739 Language=Polish
32740 Size of job is %1 bytes.
32741 .
32742 Language=Romanian
32743 Size of job is %1 bytes.
32744 .
32745 Language=Russian
32746 Size of job is %1 bytes.
32747 .
32748 Language=Spanish
32749 Size of job is %1 bytes.
32750 .
32751 Language=Turkish
32752 Size of job is %1 bytes.
32753 .
32754 Language=Chinese
32755 Size of job is %1 bytes.
32756 .
32757 Language=Taiwanese
32758 Size of job is %1 bytes.
32759 .
32760
32761 MessageId=5030
32762 Severity=Success
32763 Facility=System
32764 SymbolicName=APPERR2_5030
32765 Language=English
32766 To: %1
32767 .
32768 Language=Polish
32769 To: %1
32770 .
32771 Language=Romanian
32772 To: %1
32773 .
32774 Language=Russian
32775 To: %1
32776 .
32777 Language=Spanish
32778 To: %1
32779 .
32780 Language=Turkish
32781 To: %1
32782 .
32783 Language=Chinese
32784 To: %1
32785 .
32786 Language=Taiwanese
32787 To: %1
32788 .
32789
32790 MessageId=5031
32791 Severity=Success
32792 Facility=System
32793 SymbolicName=APPERR2_5031
32794 Language=English
32795 Date: %1
32796 .
32797 Language=Polish
32798 Date: %1
32799 .
32800 Language=Romanian
32801 Date: %1
32802 .
32803 Language=Russian
32804 Date: %1
32805 .
32806 Language=Spanish
32807 Date: %1
32808 .
32809 Language=Turkish
32810 Date: %1
32811 .
32812 Language=Chinese
32813 Date: %1
32814 .
32815 Language=Taiwanese
32816 Date: %1
32817 .
32818
32819 MessageId=5032
32820 Severity=Success
32821 Facility=System
32822 SymbolicName=APPERR2_5032
32823 Language=English
32824 The error code is %1.\n
32825 There was an error retrieving the message. Make sure the file\n
32826 NET.MSG is available.
32827 .
32828 Language=Russian
32829 The error code is %1.\n
32830 There was an error retrieving the message. Make sure the file\n
32831 NET.MSG is available.
32832 .
32833
32834 MessageId=5033
32835 Severity=Success
32836 Facility=System
32837 SymbolicName=APPERR2_5033
32838 Language=English
32839 Printing Failed\n\n
32840 \"%1\" failed to print on %2 on %3.\n\n
32841 For more help use the print troubleshooter.
32842 .
32843 Language=Russian
32844 Printing Failed\n\n
32845 \"%1\" failed to print on %2 on %3.\n\n
32846 For more help use the print troubleshooter.
32847 .
32848
32849 MessageId=5034
32850 Severity=Success
32851 Facility=System
32852 SymbolicName=APPERR2_5034
32853 Language=English
32854 Printing Failed\n\n
32855 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
32856 For more help use the print troubleshooter.
32857 .
32858 Language=Russian
32859 Printing Failed\n\n
32860 \"%1\" failed to print on %2 on %3. The Printer is %4.\n\n
32861 For more help use the print troubleshooter.
32862 .
32863
32864 MessageId=5035
32865 Severity=Success
32866 Facility=System
32867 SymbolicName=APPERR2_5035
32868 Language=English
32869 Printing Complete\n\n
32870 \"%1\" printed successfully on %2 on %3.
32871 .
32872 Language=Russian
32873 Printing Complete\n\n
32874 \"%1\" printed successfully on %2 on %3.
32875 .
32876
32877 MessageId=5041
32878 Severity=Success
32879 Facility=System
32880 SymbolicName=APPERR2_5041
32881 Language=English
32882 January%0
32883 .
32884 Language=Polish
32885 January%0
32886 .
32887 Language=Romanian
32888 January%0
32889 .
32890 Language=Russian
32891 January%0
32892 .
32893 Language=Spanish
32894 January%0
32895 .
32896 Language=Turkish
32897 January%0
32898 .
32899 Language=Chinese
32900 January%0
32901 .
32902 Language=Taiwanese
32903 January%0
32904 .
32905
32906 MessageId=5042
32907 Severity=Success
32908 Facility=System
32909 SymbolicName=APPERR2_5042
32910 Language=English
32911 February%0
32912 .
32913 Language=Polish
32914 February%0
32915 .
32916 Language=Romanian
32917 February%0
32918 .
32919 Language=Russian
32920 February%0
32921 .
32922 Language=Spanish
32923 February%0
32924 .
32925 Language=Turkish
32926 February%0
32927 .
32928 Language=Chinese
32929 February%0
32930 .
32931 Language=Taiwanese
32932 February%0
32933 .
32934
32935 MessageId=5043
32936 Severity=Success
32937 Facility=System
32938 SymbolicName=APPERR2_5043
32939 Language=English
32940 March%0
32941 .
32942 Language=Polish
32943 March%0
32944 .
32945 Language=Romanian
32946 March%0
32947 .
32948 Language=Russian
32949 March%0
32950 .
32951 Language=Spanish
32952 March%0
32953 .
32954 Language=Turkish
32955 March%0
32956 .
32957 Language=Chinese
32958 March%0
32959 .
32960 Language=Taiwanese
32961 March%0
32962 .
32963
32964 MessageId=5044
32965 Severity=Success
32966 Facility=System
32967 SymbolicName=APPERR2_5044
32968 Language=English
32969 April%0
32970 .
32971 Language=Polish
32972 April%0
32973 .
32974 Language=Romanian
32975 April%0
32976 .
32977 Language=Russian
32978 April%0
32979 .
32980 Language=Spanish
32981 April%0
32982 .
32983 Language=Turkish
32984 April%0
32985 .
32986 Language=Chinese
32987 April%0
32988 .
32989 Language=Taiwanese
32990 April%0
32991 .
32992
32993 MessageId=5045
32994 Severity=Success
32995 Facility=System
32996 SymbolicName=APPERR2_5045
32997 Language=English
32998 May%0
32999 .
33000 Language=Polish
33001 May%0
33002 .
33003 Language=Romanian
33004 May%0
33005 .
33006 Language=Russian
33007 May%0
33008 .
33009 Language=Spanish
33010 May%0
33011 .
33012 Language=Turkish
33013 May%0
33014 .
33015 Language=Chinese
33016 May%0
33017 .
33018 Language=Taiwanese
33019 May%0
33020 .
33021
33022 MessageId=5046
33023 Severity=Success
33024 Facility=System
33025 SymbolicName=APPERR2_5046
33026 Language=English
33027 June%0
33028 .
33029 Language=Polish
33030 June%0
33031 .
33032 Language=Romanian
33033 June%0
33034 .
33035 Language=Russian
33036 June%0
33037 .
33038 Language=Spanish
33039 June%0
33040 .
33041 Language=Turkish
33042 June%0
33043 .
33044 Language=Chinese
33045 June%0
33046 .
33047 Language=Taiwanese
33048 June%0
33049 .
33050
33051 MessageId=5047
33052 Severity=Success
33053 Facility=System
33054 SymbolicName=APPERR2_5047
33055 Language=English
33056 July%0
33057 .
33058 Language=Polish
33059 July%0
33060 .
33061 Language=Romanian
33062 July%0
33063 .
33064 Language=Russian
33065 July%0
33066 .
33067 Language=Spanish
33068 July%0
33069 .
33070 Language=Turkish
33071 July%0
33072 .
33073 Language=Chinese
33074 July%0
33075 .
33076 Language=Taiwanese
33077 July%0
33078 .
33079
33080 MessageId=5048
33081 Severity=Success
33082 Facility=System
33083 SymbolicName=APPERR2_5048
33084 Language=English
33085 August%0
33086 .
33087 Language=Polish
33088 August%0
33089 .
33090 Language=Romanian
33091 August%0
33092 .
33093 Language=Russian
33094 August%0
33095 .
33096 Language=Spanish
33097 August%0
33098 .
33099 Language=Turkish
33100 August%0
33101 .
33102 Language=Chinese
33103 August%0
33104 .
33105 Language=Taiwanese
33106 August%0
33107 .
33108
33109 MessageId=5049
33110 Severity=Success
33111 Facility=System
33112 SymbolicName=APPERR2_5049
33113 Language=English
33114 September%0
33115 .
33116 Language=Polish
33117 September%0
33118 .
33119 Language=Romanian
33120 September%0
33121 .
33122 Language=Russian
33123 September%0
33124 .
33125 Language=Spanish
33126 September%0
33127 .
33128 Language=Turkish
33129 September%0
33130 .
33131 Language=Chinese
33132 September%0
33133 .
33134 Language=Taiwanese
33135 September%0
33136 .
33137
33138 MessageId=5050
33139 Severity=Success
33140 Facility=System
33141 SymbolicName=APPERR2_5050
33142 Language=English
33143 October%0
33144 .
33145 Language=Polish
33146 October%0
33147 .
33148 Language=Romanian
33149 October%0
33150 .
33151 Language=Russian
33152 October%0
33153 .
33154 Language=Spanish
33155 October%0
33156 .
33157 Language=Turkish
33158 October%0
33159 .
33160 Language=Chinese
33161 October%0
33162 .
33163 Language=Taiwanese
33164 October%0
33165 .
33166
33167 MessageId=5051
33168 Severity=Success
33169 Facility=System
33170 SymbolicName=APPERR2_5051
33171 Language=English
33172 November%0
33173 .
33174 Language=Polish
33175 November%0
33176 .
33177 Language=Romanian
33178 November%0
33179 .
33180 Language=Russian
33181 November%0
33182 .
33183 Language=Spanish
33184 November%0
33185 .
33186 Language=Turkish
33187 November%0
33188 .
33189 Language=Chinese
33190 November%0
33191 .
33192 Language=Taiwanese
33193 November%0
33194 .
33195
33196 MessageId=5052
33197 Severity=Success
33198 Facility=System
33199 SymbolicName=APPERR2_5052
33200 Language=English
33201 December%0
33202 .
33203 Language=Polish
33204 December%0
33205 .
33206 Language=Romanian
33207 December%0
33208 .
33209 Language=Russian
33210 December%0
33211 .
33212 Language=Spanish
33213 December%0
33214 .
33215 Language=Turkish
33216 December%0
33217 .
33218 Language=Chinese
33219 December%0
33220 .
33221 Language=Taiwanese
33222 December%0
33223 .
33224
33225 MessageId=5053
33226 Severity=Success
33227 Facility=System
33228 SymbolicName=APPERR2_5053
33229 Language=English
33230 Jan%0
33231 .
33232 Language=Polish
33233 Jan%0
33234 .
33235 Language=Romanian
33236 Jan%0
33237 .
33238 Language=Russian
33239 Jan%0
33240 .
33241 Language=Spanish
33242 Jan%0
33243 .
33244 Language=Turkish
33245 Jan%0
33246 .
33247 Language=Chinese
33248 Jan%0
33249 .
33250 Language=Taiwanese
33251 Jan%0
33252 .
33253
33254 MessageId=5054
33255 Severity=Success
33256 Facility=System
33257 SymbolicName=APPERR2_5054
33258 Language=English
33259 Feb%0
33260 .
33261 Language=Polish
33262 Feb%0
33263 .
33264 Language=Romanian
33265 Feb%0
33266 .
33267 Language=Russian
33268 Feb%0
33269 .
33270 Language=Spanish
33271 Feb%0
33272 .
33273 Language=Turkish
33274 Feb%0
33275 .
33276 Language=Chinese
33277 Feb%0
33278 .
33279 Language=Taiwanese
33280 Feb%0
33281 .
33282
33283 MessageId=5055
33284 Severity=Success
33285 Facility=System
33286 SymbolicName=APPERR2_5055
33287 Language=English
33288 Mar%0
33289 .
33290 Language=Polish
33291 Mar%0
33292 .
33293 Language=Romanian
33294 Mar%0
33295 .
33296 Language=Russian
33297 Mar%0
33298 .
33299 Language=Spanish
33300 Mar%0
33301 .
33302 Language=Turkish
33303 Mar%0
33304 .
33305 Language=Chinese
33306 Mar%0
33307 .
33308 Language=Taiwanese
33309 Mar%0
33310 .
33311
33312 MessageId=5056
33313 Severity=Success
33314 Facility=System
33315 SymbolicName=APPERR2_5056
33316 Language=English
33317 Apr%0
33318 .
33319 Language=Polish
33320 Apr%0
33321 .
33322 Language=Romanian
33323 Apr%0
33324 .
33325 Language=Russian
33326 Apr%0
33327 .
33328 Language=Spanish
33329 Apr%0
33330 .
33331 Language=Turkish
33332 Apr%0
33333 .
33334 Language=Chinese
33335 Apr%0
33336 .
33337 Language=Taiwanese
33338 Apr%0
33339 .
33340
33341 MessageId=5057
33342 Severity=Success
33343 Facility=System
33344 SymbolicName=APPERR2_5057
33345 Language=English
33346 May%0
33347 .
33348 Language=Polish
33349 May%0
33350 .
33351 Language=Romanian
33352 May%0
33353 .
33354 Language=Russian
33355 May%0
33356 .
33357 Language=Spanish
33358 May%0
33359 .
33360 Language=Turkish
33361 May%0
33362 .
33363 Language=Chinese
33364 May%0
33365 .
33366 Language=Taiwanese
33367 May%0
33368 .
33369
33370 MessageId=5058
33371 Severity=Success
33372 Facility=System
33373 SymbolicName=APPERR2_5058
33374 Language=English
33375 Jun%0
33376 .
33377 Language=Polish
33378 Jun%0
33379 .
33380 Language=Romanian
33381 Jun%0
33382 .
33383 Language=Russian
33384 Jun%0
33385 .
33386 Language=Spanish
33387 Jun%0
33388 .
33389 Language=Turkish
33390 Jun%0
33391 .
33392 Language=Chinese
33393 Jun%0
33394 .
33395 Language=Taiwanese
33396 Jun%0
33397 .
33398
33399 MessageId=5059
33400 Severity=Success
33401 Facility=System
33402 SymbolicName=APPERR2_5059
33403 Language=English
33404 Jul%0
33405 .
33406 Language=Polish
33407 Jul%0
33408 .
33409 Language=Romanian
33410 Jul%0
33411 .
33412 Language=Russian
33413 Jul%0
33414 .
33415 Language=Spanish
33416 Jul%0
33417 .
33418 Language=Turkish
33419 Jul%0
33420 .
33421 Language=Chinese
33422 Jul%0
33423 .
33424 Language=Taiwanese
33425 Jul%0
33426 .
33427
33428 MessageId=5060
33429 Severity=Success
33430 Facility=System
33431 SymbolicName=APPERR2_5060
33432 Language=English
33433 Aug%0
33434 .
33435 Language=Polish
33436 Aug%0
33437 .
33438 Language=Romanian
33439 Aug%0
33440 .
33441 Language=Russian
33442 Aug%0
33443 .
33444 Language=Spanish
33445 Aug%0
33446 .
33447 Language=Turkish
33448 Aug%0
33449 .
33450 Language=Chinese
33451 Aug%0
33452 .
33453 Language=Taiwanese
33454 Aug%0
33455 .
33456
33457 MessageId=5061
33458 Severity=Success
33459 Facility=System
33460 SymbolicName=APPERR2_5061
33461 Language=English
33462 Sep%0
33463 .
33464 Language=Polish
33465 Sep%0
33466 .
33467 Language=Romanian
33468 Sep%0
33469 .
33470 Language=Russian
33471 Sep%0
33472 .
33473 Language=Spanish
33474 Sep%0
33475 .
33476 Language=Turkish
33477 Sep%0
33478 .
33479 Language=Chinese
33480 Sep%0
33481 .
33482 Language=Taiwanese
33483 Sep%0
33484 .
33485
33486 MessageId=5062
33487 Severity=Success
33488 Facility=System
33489 SymbolicName=APPERR2_5062
33490 Language=English
33491 Oct%0
33492 .
33493 Language=Polish
33494 Oct%0
33495 .
33496 Language=Romanian
33497 Oct%0
33498 .
33499 Language=Russian
33500 Oct%0
33501 .
33502 Language=Spanish
33503 Oct%0
33504 .
33505 Language=Turkish
33506 Oct%0
33507 .
33508 Language=Chinese
33509 Oct%0
33510 .
33511 Language=Taiwanese
33512 Oct%0
33513 .
33514
33515 MessageId=5063
33516 Severity=Success
33517 Facility=System
33518 SymbolicName=APPERR2_5063
33519 Language=English
33520 Nov%0
33521 .
33522 Language=Polish
33523 Nov%0
33524 .
33525 Language=Romanian
33526 Nov%0
33527 .
33528 Language=Russian
33529 Nov%0
33530 .
33531 Language=Spanish
33532 Nov%0
33533 .
33534 Language=Turkish
33535 Nov%0
33536 .
33537 Language=Chinese
33538 Nov%0
33539 .
33540 Language=Taiwanese
33541 Nov%0
33542 .
33543
33544 MessageId=5064
33545 Severity=Success
33546 Facility=System
33547 SymbolicName=APPERR2_5064
33548 Language=English
33549 Dec%0
33550 .
33551 Language=Polish
33552 Dec%0
33553 .
33554 Language=Romanian
33555 Dec%0
33556 .
33557 Language=Russian
33558 Dec%0
33559 .
33560 Language=Spanish
33561 Dec%0
33562 .
33563 Language=Turkish
33564 Dec%0
33565 .
33566 Language=Chinese
33567 Dec%0
33568 .
33569 Language=Taiwanese
33570 Dec%0
33571 .
33572
33573 MessageId=5065
33574 Severity=Success
33575 Facility=System
33576 SymbolicName=APPERR2_5065
33577 Language=English
33578 D%0
33579 .
33580 Language=Polish
33581 D%0
33582 .
33583 Language=Romanian
33584 D%0
33585 .
33586 Language=Russian
33587 D%0
33588 .
33589 Language=Spanish
33590 D%0
33591 .
33592 Language=Turkish
33593 D%0
33594 .
33595 Language=Chinese
33596 D%0
33597 .
33598 Language=Taiwanese
33599 D%0
33600 .
33601
33602 MessageId=5066
33603 Severity=Success
33604 Facility=System
33605 SymbolicName=APPERR2_506
33606 Language=English
33607 H%0
33608 .
33609 Language=Polish
33610 H%0
33611 .
33612 Language=Romanian
33613 H%0
33614 .
33615 Language=Russian
33616 H%0
33617 .
33618 Language=Spanish
33619 H%0
33620 .
33621 Language=Turkish
33622 H%0
33623 .
33624 Language=Chinese
33625 H%0
33626 .
33627 Language=Taiwanese
33628 H%0
33629 .
33630
33631 MessageId=5067
33632 Severity=Success
33633 Facility=System
33634 SymbolicName=APPERR2_5067
33635 Language=English
33636 M%0
33637 .
33638 Language=Polish
33639 M%0
33640 .
33641 Language=Romanian
33642 M%0
33643 .
33644 Language=Russian
33645 M%0
33646 .
33647 Language=Spanish
33648 M%0
33649 .
33650 Language=Turkish
33651 M%0
33652 .
33653 Language=Chinese
33654 M%0
33655 .
33656 Language=Taiwanese
33657 M%0
33658 .
33659
33660 MessageId=5068
33661 Severity=Success
33662 Facility=System
33663 SymbolicName=APPERR2_5068
33664 Language=English
33665 Sa%0
33666 .
33667 Language=Polish
33668 Sa%0
33669 .
33670 Language=Romanian
33671 Sa%0
33672 .
33673 Language=Russian
33674 Sa%0
33675 .
33676 Language=Spanish
33677 Sa%0
33678 .
33679 Language=Turkish
33680 Sa%0
33681 .
33682 Language=Chinese
33683 Sa%0
33684 .
33685 Language=Taiwanese
33686 Sa%0
33687 .
33688
33689 MessageId=5070
33690 Severity=Success
33691 Facility=System
33692 SymbolicName=APPERR2_5070
33693 Language=English
33694 PRIMARY%0.
33695 .
33696 Language=Polish
33697 PRIMARY%0.
33698 .
33699 Language=Romanian
33700 PRIMARY%0.
33701 .
33702 Language=Russian
33703 PRIMARY%0.
33704 .
33705 Language=Spanish
33706 PRIMARY%0.
33707 .
33708 Language=Turkish
33709 PRIMARY%0.
33710 .
33711 Language=Chinese
33712 PRIMARY%0.
33713 .
33714 Language=Taiwanese
33715 PRIMARY%0.
33716 .
33717
33718 MessageId=5071
33719 Severity=Success
33720 Facility=System
33721 SymbolicName=APPERR2_5071
33722 Language=English
33723 BACKUP%0.
33724 .
33725 Language=Polish
33726 BACKUP%0.
33727 .
33728 Language=Romanian
33729 BACKUP%0.
33730 .
33731 Language=Russian
33732 BACKUP%0.
33733 .
33734 Language=Spanish
33735 BACKUP%0.
33736 .
33737 Language=Turkish
33738 BACKUP%0.
33739 .
33740 Language=Chinese
33741 BACKUP%0.
33742 .
33743 Language=Taiwanese
33744 BACKUP%0.
33745 .
33746
33747 MessageId=5072
33748 Severity=Success
33749 Facility=System
33750 SymbolicName=APPERR2_5072
33751 Language=English
33752 WORKSTATION%0.
33753 .
33754 Language=Polish
33755 WORKSTATION%0.
33756 .
33757 Language=Romanian
33758 WORKSTATION%0.
33759 .
33760 Language=Russian
33761 WORKSTATION%0.
33762 .
33763 Language=Spanish
33764 WORKSTATION%0.
33765 .
33766 Language=Turkish
33767 WORKSTATION%0.
33768 .
33769 Language=Chinese
33770 WORKSTATION%0.
33771 .
33772 Language=Taiwanese
33773 WORKSTATION%0.
33774 .
33775
33776 MessageId=5073
33777 Severity=Success
33778 Facility=System
33779 SymbolicName=APPERR2_5073
33780 Language=English
33781 SERVER%0.
33782 .
33783 Language=Polish
33784 SERVER%0.
33785 .
33786 Language=Romanian
33787 SERVER%0.
33788 .
33789 Language=Russian
33790 SERVER%0.
33791 .
33792 Language=Spanish
33793 SERVER%0.
33794 .
33795 Language=Turkish
33796 SERVER%0.
33797 .
33798 Language=Chinese
33799 SERVER%0.
33800 .
33801 Language=Taiwanese
33802 SERVER%0.
33803 .
33804
33805 MessageId=5080
33806 Severity=Success
33807 Facility=System
33808 SymbolicName=APPERR2_5080
33809 Language=English
33810 System Default%0
33811 .
33812 Language=Polish
33813 System Default%0
33814 .
33815 Language=Romanian
33816 System Default%0
33817 .
33818 Language=Russian
33819 System Default%0
33820 .
33821 Language=Spanish
33822 System Default%0
33823 .
33824 Language=Turkish
33825 System Default%0
33826 .
33827 Language=Chinese
33828 System Default%0
33829 .
33830 Language=Taiwanese
33831 System Default%0
33832 .
33833
33834 MessageId=5081
33835 Severity=Success
33836 Facility=System
33837 SymbolicName=APPERR2_5081
33838 Language=English
33839 United States%0
33840 .
33841 Language=Polish
33842 United States%0
33843 .
33844 Language=Romanian
33845 United States%0
33846 .
33847 Language=Russian
33848 United States%0
33849 .
33850 Language=Spanish
33851 United States%0
33852 .
33853 Language=Turkish
33854 United States%0
33855 .
33856 Language=Chinese
33857 United States%0
33858 .
33859 Language=Taiwanese
33860 United States%0
33861 .
33862
33863 MessageId=5082
33864 Severity=Success
33865 Facility=System
33866 SymbolicName=APPERR2_5082
33867 Language=English
33868 Canada (French)%0
33869 .
33870 Language=Polish
33871 Canada (French)%0
33872 .
33873 Language=Romanian
33874 Canada (French)%0
33875 .
33876 Language=Russian
33877 Canada (French)%0
33878 .
33879 Language=Spanish
33880 Canada (French)%0
33881 .
33882 Language=Turkish
33883 Canada (French)%0
33884 .
33885 Language=Chinese
33886 Canada (French)%0
33887 .
33888 Language=Taiwanese
33889 Canada (French)%0
33890 .
33891
33892 MessageId=5083
33893 Severity=Success
33894 Facility=System
33895 SymbolicName=APPERR2_5083
33896 Language=English
33897 Latin America%0
33898 .
33899 Language=Polish
33900 Latin America%0
33901 .
33902 Language=Romanian
33903 Latin America%0
33904 .
33905 Language=Russian
33906 Latin America%0
33907 .
33908 Language=Spanish
33909 Latin America%0
33910 .
33911 Language=Turkish
33912 Latin America%0
33913 .
33914 Language=Chinese
33915 Latin America%0
33916 .
33917 Language=Taiwanese
33918 Latin America%0
33919 .
33920
33921 MessageId=5084
33922 Severity=Success
33923 Facility=System
33924 SymbolicName=APPERR2_5084
33925 Language=English
33926 Netherlands%0
33927 .
33928 Language=Polish
33929 Netherlands%0
33930 .
33931 Language=Romanian
33932 Netherlands%0
33933 .
33934 Language=Russian
33935 Netherlands%0
33936 .
33937 Language=Spanish
33938 Netherlands%0
33939 .
33940 Language=Turkish
33941 Netherlands%0
33942 .
33943 Language=Chinese
33944 Netherlands%0
33945 .
33946 Language=Taiwanese
33947 Netherlands%0
33948 .
33949
33950 MessageId=5085
33951 Severity=Success
33952 Facility=System
33953 SymbolicName=APPERR2_5085
33954 Language=English
33955 Belgium%0
33956 .
33957 Language=Polish
33958 Belgium%0
33959 .
33960 Language=Romanian
33961 Belgium%0
33962 .
33963 Language=Russian
33964 Belgium%0
33965 .
33966 Language=Spanish
33967 Belgium%0
33968 .
33969 Language=Turkish
33970 Belgium%0
33971 .
33972 Language=Chinese
33973 Belgium%0
33974 .
33975 Language=Taiwanese
33976 Belgium%0
33977 .
33978
33979 MessageId=5086
33980 Severity=Success
33981 Facility=System
33982 SymbolicName=APPERR2_5086
33983 Language=English
33984 France%0
33985 .
33986 Language=Polish
33987 France%0
33988 .
33989 Language=Romanian
33990 France%0
33991 .
33992 Language=Russian
33993 France%0
33994 .
33995 Language=Spanish
33996 France%0
33997 .
33998 Language=Turkish
33999 France%0
34000 .
34001 Language=Chinese
34002 France%0
34003 .
34004 Language=Taiwanese
34005 France%0
34006 .
34007
34008 MessageId=5087
34009 Severity=Success
34010 Facility=System
34011 SymbolicName=APPERR2_5087
34012 Language=English
34013 Italy%0
34014 .
34015 Language=Polish
34016 Italy%0
34017 .
34018 Language=Romanian
34019 Italy%0
34020 .
34021 Language=Russian
34022 Italy%0
34023 .
34024 Language=Spanish
34025 Italy%0
34026 .
34027 Language=Turkish
34028 Italy%0
34029 .
34030 Language=Chinese
34031 Italy%0
34032 .
34033 Language=Taiwanese
34034 Italy%0
34035 .
34036
34037 MessageId=5088
34038 Severity=Success
34039 Facility=System
34040 SymbolicName=APPERR2_5088
34041 Language=English
34042 Switzerland%0
34043 .
34044 Language=Polish
34045 Switzerland%0
34046 .
34047 Language=Romanian
34048 Switzerland%0
34049 .
34050 Language=Russian
34051 Switzerland%0
34052 .
34053 Language=Spanish
34054 Switzerland%0
34055 .
34056 Language=Turkish
34057 Switzerland%0
34058 .
34059 Language=Chinese
34060 Switzerland%0
34061 .
34062 Language=Taiwanese
34063 Switzerland%0
34064 .
34065
34066 MessageId=5089
34067 Severity=Success
34068 Facility=System
34069 SymbolicName=APPERR2_5089
34070 Language=English
34071 United Kingdom%0
34072 .
34073 Language=Polish
34074 United Kingdom%0
34075 .
34076 Language=Romanian
34077 United Kingdom%0
34078 .
34079 Language=Russian
34080 United Kingdom%0
34081 .
34082 Language=Spanish
34083 United Kingdom%0
34084 .
34085 Language=Turkish
34086 United Kingdom%0
34087 .
34088 Language=Chinese
34089 United Kingdom%0
34090 .
34091 Language=Taiwanese
34092 United Kingdom%0
34093 .
34094
34095 MessageId=5090
34096 Severity=Success
34097 Facility=System
34098 SymbolicName=APPERR2_5090
34099 Language=English
34100 Spain%0
34101 .
34102 Language=Polish
34103 Spain%0
34104 .
34105 Language=Romanian
34106 Spain%0
34107 .
34108 Language=Russian
34109 Spain%0
34110 .
34111 Language=Spanish
34112 Spain%0
34113 .
34114 Language=Turkish
34115 Spain%0
34116 .
34117 Language=Chinese
34118 Spain%0
34119 .
34120 Language=Taiwanese
34121 Spain%0
34122 .
34123
34124 MessageId=5091
34125 Severity=Success
34126 Facility=System
34127 SymbolicName=APPERR2_5091
34128 Language=English
34129 Denmark%0
34130 .
34131 Language=Polish
34132 Denmark%0
34133 .
34134 Language=Romanian
34135 Denmark%0
34136 .
34137 Language=Russian
34138 Denmark%0
34139 .
34140 Language=Spanish
34141 Denmark%0
34142 .
34143 Language=Turkish
34144 Denmark%0
34145 .
34146 Language=Chinese
34147 Denmark%0
34148 .
34149 Language=Taiwanese
34150 Denmark%0
34151 .
34152
34153 MessageId=5092
34154 Severity=Success
34155 Facility=System
34156 SymbolicName=APPERR2_5092
34157 Language=English
34158 Sweden%0
34159 .
34160 Language=Polish
34161 Sweden%0
34162 .
34163 Language=Romanian
34164 Sweden%0
34165 .
34166 Language=Russian
34167 Sweden%0
34168 .
34169 Language=Spanish
34170 Sweden%0
34171 .
34172 Language=Turkish
34173 Sweden%0
34174 .
34175 Language=Chinese
34176 Sweden%0
34177 .
34178 Language=Taiwanese
34179 Sweden%0
34180 .
34181
34182 MessageId=5093
34183 Severity=Success
34184 Facility=System
34185 SymbolicName=APPERR2_5093
34186 Language=English
34187 Norway%0
34188 .
34189 Language=Polish
34190 Norway%0
34191 .
34192 Language=Romanian
34193 Norway%0
34194 .
34195 Language=Russian
34196 Norway%0
34197 .
34198 Language=Spanish
34199 Norway%0
34200 .
34201 Language=Turkish
34202 Norway%0
34203 .
34204 Language=Chinese
34205 Norway%0
34206 .
34207 Language=Taiwanese
34208 Norway%0
34209 .
34210
34211 MessageId=5094
34212 Severity=Success
34213 Facility=System
34214 SymbolicName=APPERR2_5094
34215 Language=English
34216 Germany%0
34217 .
34218 Language=Polish
34219 Germany%0
34220 .
34221 Language=Romanian
34222 Germany%0
34223 .
34224 Language=Russian
34225 Germany%0
34226 .
34227 Language=Spanish
34228 Germany%0
34229 .
34230 Language=Turkish
34231 Germany%0
34232 .
34233 Language=Chinese
34234 Germany%0
34235 .
34236 Language=Taiwanese
34237 Germany%0
34238 .
34239
34240 MessageId=5095
34241 Severity=Success
34242 Facility=System
34243 SymbolicName=APPERR2_5095
34244 Language=English
34245 Australia%0
34246 .
34247 Language=Polish
34248 Australia%0
34249 .
34250 Language=Romanian
34251 Australia%0
34252 .
34253 Language=Russian
34254 Australia%0
34255 .
34256 Language=Spanish
34257 Australia%0
34258 .
34259 Language=Turkish
34260 Australia%0
34261 .
34262 Language=Chinese
34263 Australia%0
34264 .
34265 Language=Taiwanese
34266 Australia%0
34267 .
34268
34269 MessageId=5096
34270 Severity=Success
34271 Facility=System
34272 SymbolicName=APPERR2_5096
34273 Language=English
34274 Japan%0
34275 .
34276 Language=Polish
34277 Japan%0
34278 .
34279 Language=Romanian
34280 Japan%0
34281 .
34282 Language=Russian
34283 Japan%0
34284 .
34285 Language=Spanish
34286 Japan%0
34287 .
34288 Language=Turkish
34289 Japan%0
34290 .
34291 Language=Chinese
34292 Japan%0
34293 .
34294 Language=Taiwanese
34295 Japan%0
34296 .
34297
34298 MessageId=5097
34299 Severity=Success
34300 Facility=System
34301 SymbolicName=APPERR2_5097
34302 Language=English
34303 Korea%0
34304 .
34305 Language=Polish
34306 Korea%0
34307 .
34308 Language=Romanian
34309 Korea%0
34310 .
34311 Language=Russian
34312 Korea%0
34313 .
34314 Language=Spanish
34315 Korea%0
34316 .
34317 Language=Turkish
34318 Korea%0
34319 .
34320 Language=Chinese
34321 Korea%0
34322 .
34323 Language=Taiwanese
34324 Korea%0
34325 .
34326
34327 MessageId=5098
34328 Severity=Success
34329 Facility=System
34330 SymbolicName=APPERR2_5098
34331 Language=English
34332 China (PRC)%0
34333 .
34334 Language=Polish
34335 China (PRC)%0
34336 .
34337 Language=Romanian
34338 China (PRC)%0
34339 .
34340 Language=Russian
34341 China (PRC)%0
34342 .
34343 Language=Spanish
34344 China (PRC)%0
34345 .
34346 Language=Turkish
34347 China (PRC)%0
34348 .
34349 Language=Chinese
34350 China (PRC)%0
34351 .
34352 Language=Taiwanese
34353 China (PRC)%0
34354 .
34355
34356 MessageId=5099
34357 Severity=Success
34358 Facility=System
34359 SymbolicName=APPERR2_5099
34360 Language=English
34361 Taiwan%0
34362 .
34363 Language=Polish
34364 Taiwan%0
34365 .
34366 Language=Romanian
34367 Taiwan%0
34368 .
34369 Language=Russian
34370 Taiwan%0
34371 .
34372 Language=Spanish
34373 Taiwan%0
34374 .
34375 Language=Turkish
34376 Taiwan%0
34377 .
34378 Language=Chinese
34379 Taiwan%0
34380 .
34381 Language=Taiwanese
34382 Taiwan%0
34383 .
34384
34385 MessageId=5100
34386 Severity=Success
34387 Facility=System
34388 SymbolicName=APPERR2_5100
34389 Language=English
34390 Asia%0
34391 .
34392 Language=Polish
34393 Asia%0
34394 .
34395 Language=Romanian
34396 Asia%0
34397 .
34398 Language=Russian
34399 Asia%0
34400 .
34401 Language=Spanish
34402 Asia%0
34403 .
34404 Language=Turkish
34405 Asia%0
34406 .
34407 Language=Chinese
34408 Asia%0
34409 .
34410 Language=Taiwanese
34411 Asia%0
34412 .
34413
34414 MessageId=5101
34415 Severity=Success
34416 Facility=System
34417 SymbolicName=APPERR2_5101
34418 Language=English
34419 Portugal%0
34420 .
34421 Language=Polish
34422 Portugal%0
34423 .
34424 Language=Romanian
34425 Portugal%0
34426 .
34427 Language=Russian
34428 Portugal%0
34429 .
34430 Language=Spanish
34431 Portugal%0
34432 .
34433 Language=Turkish
34434 Portugal%0
34435 .
34436 Language=Chinese
34437 Portugal%0
34438 .
34439 Language=Taiwanese
34440 Portugal%0
34441 .
34442
34443 MessageId=5102
34444 Severity=Success
34445 Facility=System
34446 SymbolicName=APPERR2_5102
34447 Language=English
34448 Finland%0
34449 .
34450 Language=Polish
34451 Finland%0
34452 .
34453 Language=Romanian
34454 Finland%0
34455 .
34456 Language=Russian
34457 Finland%0
34458 .
34459 Language=Spanish
34460 Finland%0
34461 .
34462 Language=Turkish
34463 Finland%0
34464 .
34465 Language=Chinese
34466 Finland%0
34467 .
34468 Language=Taiwanese
34469 Finland%0
34470 .
34471
34472 MessageId=5103
34473 Severity=Success
34474 Facility=System
34475 SymbolicName=APPERR2_5103
34476 Language=English
34477 Arabic%0
34478 .
34479 Language=Polish
34480 Arabic%0
34481 .
34482 Language=Romanian
34483 Arabic%0
34484 .
34485 Language=Russian
34486 Arabic%0
34487 .
34488 Language=Spanish
34489 Arabic%0
34490 .
34491 Language=Turkish
34492 Arabic%0
34493 .
34494 Language=Chinese
34495 Arabic%0
34496 .
34497 Language=Taiwanese
34498 Arabic%0
34499 .
34500
34501 MessageId=5104
34502 Severity=Success
34503 Facility=System
34504 SymbolicName=APPERR2_5104
34505 Language=English
34506 Hebrew%0
34507 .
34508 Language=Polish
34509 Hebrew%0
34510 .
34511 Language=Romanian
34512 Hebrew%0
34513 .
34514 Language=Russian
34515 Hebrew%0
34516 .
34517 Language=Spanish
34518 Hebrew%0
34519 .
34520 Language=Turkish
34521 Hebrew%0
34522 .
34523 Language=Chinese
34524 Hebrew%0
34525 .
34526 Language=Taiwanese
34527 Hebrew%0
34528 .
34529
34530 MessageId=5150
34531 Severity=Success
34532 Facility=System
34533 SymbolicName=APPERR2_5150
34534 Language=English
34535 A power failure has occurred at %1. Please terminate all activity with this server.
34536 .
34537 Language=Polish
34538 A power failure has occurred at %1. Please terminate all activity with this server.
34539 .
34540 Language=Romanian
34541 A power failure has occurred at %1. Please terminate all activity with this server.
34542 .
34543 Language=Russian
34544 A power failure has occurred at %1. Please terminate all activity with this server.
34545 .
34546 Language=Spanish
34547 A power failure has occurred at %1. Please terminate all activity with this server.
34548 .
34549 Language=Turkish
34550 A power failure has occurred at %1. Please terminate all activity with this server.
34551 .
34552 Language=Chinese
34553 A power failure has occurred at %1. Please terminate all activity with this server.
34554 .
34555 Language=Taiwanese
34556 A power failure has occurred at %1. Please terminate all activity with this server.
34557 .
34558
34559 MessageId=5151
34560 Severity=Success
34561 Facility=System
34562 SymbolicName=APPERR2_5151
34563 Language=English
34564 Power has been restored at %1. Normal operations have resumed.
34565 .
34566 Language=Polish
34567 Power has been restored at %1. Normal operations have resumed.
34568 .
34569 Language=Romanian
34570 Power has been restored at %1. Normal operations have resumed.
34571 .
34572 Language=Russian
34573 Power has been restored at %1. Normal operations have resumed.
34574 .
34575 Language=Spanish
34576 Power has been restored at %1. Normal operations have resumed.
34577 .
34578 Language=Turkish
34579 Power has been restored at %1. Normal operations have resumed.
34580 .
34581 Language=Chinese
34582 Power has been restored at %1. Normal operations have resumed.
34583 .
34584 Language=Taiwanese
34585 Power has been restored at %1. Normal operations have resumed.
34586 .
34587
34588 MessageId=5152
34589 Severity=Success
34590 Facility=System
34591 SymbolicName=APPERR2_5152
34592 Language=English
34593 The UPS service is starting shut down at %1.
34594 .
34595 Language=Polish
34596 The UPS service is starting shut down at %1.
34597 .
34598 Language=Romanian
34599 The UPS service is starting shut down at %1.
34600 .
34601 Language=Russian
34602 The UPS service is starting shut down at %1.
34603 .
34604 Language=Spanish
34605 The UPS service is starting shut down at %1.
34606 .
34607 Language=Turkish
34608 The UPS service is starting shut down at %1.
34609 .
34610 Language=Chinese
34611 The UPS service is starting shut down at %1.
34612 .
34613 Language=Taiwanese
34614 The UPS service is starting shut down at %1.
34615 .
34616
34617 MessageId=5153
34618 Severity=Success
34619 Facility=System
34620 SymbolicName=APPERR2_5153
34621 Language=English
34622 The UPS service is about to perform final shut down.
34623 .
34624 Language=Polish
34625 The UPS service is about to perform final shut down.
34626 .
34627 Language=Romanian
34628 The UPS service is about to perform final shut down.
34629 .
34630 Language=Russian
34631 The UPS service is about to perform final shut down.
34632 .
34633 Language=Spanish
34634 The UPS service is about to perform final shut down.
34635 .
34636 Language=Turkish
34637 The UPS service is about to perform final shut down.
34638 .
34639 Language=Chinese
34640 The UPS service is about to perform final shut down.
34641 .
34642 Language=Taiwanese
34643 The UPS service is about to perform final shut down.
34644 .
34645
34646 MessageId=5170
34647 Severity=Success
34648 Facility=System
34649 SymbolicName=APPERR2_5170
34650 Language=English
34651 The Workstation must be started with the NET START command.
34652 .
34653 Language=Polish
34654 The Workstation must be started with the NET START command.
34655 .
34656 Language=Romanian
34657 The Workstation must be started with the NET START command.
34658 .
34659 Language=Russian
34660 The Workstation must be started with the NET START command.
34661 .
34662 Language=Spanish
34663 The Workstation must be started with the NET START command.
34664 .
34665 Language=Turkish
34666 The Workstation must be started with the NET START command.
34667 .
34668 Language=Chinese
34669 The Workstation must be started with the NET START command.
34670 .
34671 Language=Taiwanese
34672 The Workstation must be started with the NET START command.
34673 .
34674
34675 MessageId=5175
34676 Severity=Success
34677 Facility=System
34678 SymbolicName=APPERR2_5175
34679 Language=English
34680 Remote IPC%0
34681 .
34682 Language=Polish
34683 Remote IPC%0
34684 .
34685 Language=Romanian
34686 Remote IPC%0
34687 .
34688 Language=Russian
34689 Remote IPC%0
34690 .
34691 Language=Spanish
34692 Remote IPC%0
34693 .
34694 Language=Turkish
34695 Remote IPC%0
34696 .
34697 Language=Chinese
34698 Remote IPC%0
34699 .
34700 Language=Taiwanese
34701 Remote IPC%0
34702 .
34703
34704 MessageId=5176
34705 Severity=Success
34706 Facility=System
34707 SymbolicName=APPERR2_5176
34708 Language=English
34709 Remote Admin%0
34710 .
34711 Language=Polish
34712 Remote Admin%0
34713 .
34714 Language=Romanian
34715 Remote Admin%0
34716 .
34717 Language=Russian
34718 Remote Admin%0
34719 .
34720 Language=Spanish
34721 Remote Admin%0
34722 .
34723 Language=Turkish
34724 Remote Admin%0
34725 .
34726 Language=Chinese
34727 Remote Admin%0
34728 .
34729 Language=Taiwanese
34730 Remote Admin%0
34731 .
34732
34733 MessageId=5177
34734 Severity=Success
34735 Facility=System
34736 SymbolicName=APPERR2_5177
34737 Language=English
34738 Default share%0
34739 .
34740 Language=Polish
34741 Default share%0
34742 .
34743 Language=Romanian
34744 Default share%0
34745 .
34746 Language=Russian
34747 Default share%0
34748 .
34749 Language=Spanish
34750 Default share%0
34751 .
34752 Language=Turkish
34753 Default share%0
34754 .
34755 Language=Chinese
34756 Default share%0
34757 .
34758 Language=Taiwanese
34759 Default share%0
34760 .
34761
34762 MessageId=5280
34763 Severity=Success
34764 Facility=System
34765 SymbolicName=APPERR2_5280
34766 Language=English
34767 The password entered is longer than 14 characters. Computers\n
34768 with Windows prior to Windows 2000 will not be able to use\n
34769 this account. Do you want to continue this operation? %1: %0
34770 .
34771 Language=Russian
34772 The password entered is longer than 14 characters. Computers\n
34773 with Windows prior to Windows 2000 will not be able to use\n
34774 this account. Do you want to continue this operation? %1: %0
34775 .
34776
34777 MessageId=5281
34778 Severity=Success
34779 Facility=System
34780 SymbolicName=APPERR2_5281
34781 Language=English
34782 %1 has a remembered connection to %2. Do you\n
34783 want to overwrite the remembered connection? %3: %0
34784 .
34785 Language=Russian
34786 %1 has a remembered connection to %2. Do you\n
34787 want to overwrite the remembered connection? %3: %0
34788 .
34789
34790 MessageId=5282
34791 Severity=Success
34792 Facility=System
34793 SymbolicName=APPERR2_5282
34794 Language=English
34795 Do you want to resume loading the profile? The command which\n
34796 caused the error will be ignored. %1: %0
34797 .
34798 Language=Russian
34799 Do you want to resume loading the profile? The command which\n
34800 caused the error will be ignored. %1: %0
34801 .
34802
34803 MessageId=5284
34804 Severity=Success
34805 Facility=System
34806 SymbolicName=APPERR2_5284
34807 Language=English
34808 Do you want to continue this operation? %1: %0
34809 .
34810 Language=Polish
34811 Do you want to continue this operation? %1: %0
34812 .
34813 Language=Romanian
34814 Do you want to continue this operation? %1: %0
34815 .
34816 Language=Russian
34817 Do you want to continue this operation? %1: %0
34818 .
34819 Language=Spanish
34820 Do you want to continue this operation? %1: %0
34821 .
34822 Language=Turkish
34823 Do you want to continue this operation? %1: %0
34824 .
34825 Language=Chinese
34826 Do you want to continue this operation? %1: %0
34827 .
34828 Language=Taiwanese
34829 Do you want to continue this operation? %1: %0
34830 .
34831
34832 MessageId=5285
34833 Severity=Success
34834 Facility=System
34835 SymbolicName=APPERR2_5285
34836 Language=English
34837 Do you want to add this? %1: %0
34838 .
34839 Language=Polish
34840 Do you want to add this? %1: %0
34841 .
34842 Language=Romanian
34843 Do you want to add this? %1: %0
34844 .
34845 Language=Russian
34846 Do you want to add this? %1: %0
34847 .
34848 Language=Spanish
34849 Do you want to add this? %1: %0
34850 .
34851 Language=Turkish
34852 Do you want to add this? %1: %0
34853 .
34854 Language=Chinese
34855 Do you want to add this? %1: %0
34856 .
34857 Language=Taiwanese
34858 Do you want to add this? %1: %0
34859 .
34860
34861 MessageId=5286
34862 Severity=Success
34863 Facility=System
34864 SymbolicName=APPERR2_5286
34865 Language=English
34866 Do you want to continue this operation? %1: %0
34867 .
34868 Language=Polish
34869 Do you want to continue this operation? %1: %0
34870 .
34871 Language=Romanian
34872 Do you want to continue this operation? %1: %0
34873 .
34874 Language=Russian
34875 Do you want to continue this operation? %1: %0
34876 .
34877 Language=Spanish
34878 Do you want to continue this operation? %1: %0
34879 .
34880 Language=Turkish
34881 Do you want to continue this operation? %1: %0
34882 .
34883 Language=Chinese
34884 Do you want to continue this operation? %1: %0
34885 .
34886 Language=Taiwanese
34887 Do you want to continue this operation? %1: %0
34888 .
34889
34890 MessageId=5287
34891 Severity=Success
34892 Facility=System
34893 SymbolicName=APPERR2_5287
34894 Language=English
34895 Is it OK to start it? %1: %0
34896 .
34897 Language=Polish
34898 Is it OK to start it? %1: %0
34899 .
34900 Language=Romanian
34901 Is it OK to start it? %1: %0
34902 .
34903 Language=Russian
34904 Is it OK to start it? %1: %0
34905 .
34906 Language=Spanish
34907 Is it OK to start it? %1: %0
34908 .
34909 Language=Turkish
34910 Is it OK to start it? %1: %0
34911 .
34912 Language=Chinese
34913 Is it OK to start it? %1: %0
34914 .
34915 Language=Taiwanese
34916 Is it OK to start it? %1: %0
34917 .
34918
34919 MessageId=5288
34920 Severity=Success
34921 Facility=System
34922 SymbolicName=APPERR2_5288
34923 Language=English
34924 Do you want to start the Workstation service? %1: %0
34925 .
34926 Language=Polish
34927 Do you want to start the Workstation service? %1: %0
34928 .
34929 Language=Romanian
34930 Do you want to start the Workstation service? %1: %0
34931 .
34932 Language=Russian
34933 Do you want to start the Workstation service? %1: %0
34934 .
34935 Language=Spanish
34936 Do you want to start the Workstation service? %1: %0
34937 .
34938 Language=Turkish
34939 Do you want to start the Workstation service? %1: %0
34940 .
34941 Language=Chinese
34942 Do you want to start the Workstation service? %1: %0
34943 .
34944 Language=Taiwanese
34945 Do you want to start the Workstation service? %1: %0
34946 .
34947
34948 MessageId=5289
34949 Severity=Success
34950 Facility=System
34951 SymbolicName=APPERR2_5289
34952 Language=English
34953 Is it OK to continue disconnecting and force them closed? %1: %0
34954 .
34955 Language=Polish
34956 Is it OK to continue disconnecting and force them closed? %1: %0
34957 .
34958 Language=Romanian
34959 Is it OK to continue disconnecting and force them closed? %1: %0
34960 .
34961 Language=Russian
34962 Is it OK to continue disconnecting and force them closed? %1: %0
34963 .
34964 Language=Spanish
34965 Is it OK to continue disconnecting and force them closed? %1: %0
34966 .
34967 Language=Turkish
34968 Is it OK to continue disconnecting and force them closed? %1: %0
34969 .
34970 Language=Chinese
34971 Is it OK to continue disconnecting and force them closed? %1: %0
34972 .
34973 Language=Taiwanese
34974 Is it OK to continue disconnecting and force them closed? %1: %0
34975 .
34976
34977
34978 MessageId=5290
34979 Severity=Success
34980 Facility=System
34981 SymbolicName=APPERR2_5290
34982 Language=English
34983 The printer does not exist. Do you want to create it? %1: %0
34984 .
34985 Language=Polish
34986 The printer does not exist. Do you want to create it? %1: %0
34987 .
34988 Language=Romanian
34989 The printer does not exist. Do you want to create it? %1: %0
34990 .
34991 Language=Russian
34992 The printer does not exist. Do you want to create it? %1: %0
34993 .
34994 Language=Spanish
34995 The printer does not exist. Do you want to create it? %1: %0
34996 .
34997 Language=Turkish
34998 The printer does not exist. Do you want to create it? %1: %0
34999 .
35000 Language=Chinese
35001 The printer does not exist. Do you want to create it? %1: %0
35002 .
35003 Language=Taiwanese
35004 The printer does not exist. Do you want to create it? %1: %0
35005 .
35006
35007 MessageId=5291
35008 Severity=Success
35009 Facility=System
35010 SymbolicName=APPERR2_5291
35011 Language=English
35012 Never%0
35013 .
35014 Language=Polish
35015 Never%0
35016 .
35017 Language=Romanian
35018 Never%0
35019 .
35020 Language=Russian
35021 Never%0
35022 .
35023 Language=Spanish
35024 Never%0
35025 .
35026 Language=Turkish
35027 Never%0
35028 .
35029 Language=Chinese
35030 Never%0
35031 .
35032 Language=Taiwanese
35033 Never%0
35034 .
35035
35036 MessageId=5292
35037 Severity=Success
35038 Facility=System
35039 SymbolicName=APPERR2_5292
35040 Language=English
35041 Never%0
35042 .
35043 Language=Polish
35044 Never%0
35045 .
35046 Language=Romanian
35047 Never%0
35048 .
35049 Language=Russian
35050 Never%0
35051 .
35052 Language=Spanish
35053 Never%0
35054 .
35055 Language=Turkish
35056 Never%0
35057 .
35058 Language=Chinese
35059 Never%0
35060 .
35061 Language=Taiwanese
35062 Never%0
35063 .
35064
35065 MessageId=5293
35066 Severity=Success
35067 Facility=System
35068 SymbolicName=APPERR2_5293
35069 Language=English
35070 Never%0
35071 .
35072 Language=Polish
35073 Never%0
35074 .
35075 Language=Romanian
35076 Never%0
35077 .
35078 Language=Russian
35079 Never%0
35080 .
35081 Language=Spanish
35082 Never%0
35083 .
35084 Language=Turkish
35085 Never%0
35086 .
35087 Language=Chinese
35088 Never%0
35089 .
35090 Language=Taiwanese
35091 Never%0
35092 .
35093
35094 MessageId=5295
35095 Severity=Success
35096 Facility=System
35097 SymbolicName=APPERR2_5295
35098 Language=English
35099 NET.HLP%0
35100 .
35101 Language=Polish
35102 NET.HLP%0
35103 .
35104 Language=Romanian
35105 NET.HLP%0
35106 .
35107 Language=Russian
35108 NET.HLP%0
35109 .
35110 Language=Spanish
35111 NET.HLP%0
35112 .
35113 Language=Turkish
35114 NET.HLP%0
35115 .
35116 Language=Chinese
35117 NET.HLP%0
35118 .
35119 Language=Taiwanese
35120 NET.HLP%0
35121 .
35122
35123 MessageId=5296
35124 Severity=Success
35125 Facility=System
35126 SymbolicName=APPERR2_5296
35127 Language=English
35128 NET.HLP%0
35129 .
35130 Language=Polish
35131 NET.HLP%0
35132 .
35133 Language=Romanian
35134 NET.HLP%0
35135 .
35136 Language=Russian
35137 NET.HLP%0
35138 .
35139 Language=Spanish
35140 NET.HLP%0
35141 .
35142 Language=Turkish
35143 NET.HLP%0
35144 .
35145 Language=Chinese
35146 NET.HLP%0
35147 .
35148 Language=Taiwanese
35149 NET.HLP%0
35150 .
35151
35152
35153 ;
35154 ; ncberr.h (non-public) message definitions (5300 - 5499 NRCERR_BASE)
35155 ;
35156
35157 MessageId=5300
35158 Severity=Success
35159 Facility=System
35160 SymbolicName=NRCERR_5300
35161 Language=English
35162 The network control block (NCB) request completed successfully.\n
35163 The NCB is the data.
35164 .
35165 Language=Russian
35166 The network control block (NCB) request completed successfully.\n
35167 The NCB is the data.
35168 .
35169
35170 MessageId=5301
35171 Severity=Success
35172 Facility=System
35173 SymbolicName=NRCERR_5301
35174 Language=English
35175 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
35176 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
35177 The NCB is the data.
35178 .
35179 Language=Russian
35180 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
35181 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
35182 The NCB is the data.
35183 .
35184
35185 MessageId=5302
35186 Severity=Success
35187 Facility=System
35188 SymbolicName=NRCERR_5302
35189 Language=English
35190 The data descriptor array specified in the network control block (NCB) is\n
35191 invalid. The NCB is the data.
35192 .
35193 Language=Russian
35194 The data descriptor array specified in the network control block (NCB) is\n
35195 invalid. The NCB is the data.
35196 .
35197
35198 MessageId=5303
35199 Severity=Success
35200 Facility=System
35201 SymbolicName=NRCERR_5303
35202 Language=English
35203 The command specified in the network control block (NCB) is illegal.\n
35204 The NCB is the data.
35205 .
35206 Language=Russian
35207 The command specified in the network control block (NCB) is illegal.\n
35208 The NCB is the data.
35209 .
35210
35211 MessageId=5304
35212 Severity=Success
35213 Facility=System
35214 SymbolicName=NRCERR_5304
35215 Language=English
35216 The message correlator specified in the network control block (NCB) is\n
35217 invalid. The NCB is the data.
35218 .
35219 Language=Russian
35220 The message correlator specified in the network control block (NCB) is\n
35221 invalid. The NCB is the data.
35222 .
35223
35224 MessageId=5305
35225 Severity=Success
35226 Facility=System
35227 SymbolicName=NRCERR_5305
35228 Language=English
35229 A network control block (NCB) command timed-out. The session may have\n
35230 terminated abnormally. The NCB is the data.
35231 .
35232 Language=Russian
35233 A network control block (NCB) command timed-out. The session may have\n
35234 terminated abnormally. The NCB is the data.
35235 .
35236
35237 MessageId=5306
35238 Severity=Success
35239 Facility=System
35240 SymbolicName=NRCERR_5306
35241 Language=English
35242 An incomplete network control block (NCB) message was received.\n
35243 The NCB is the data.
35244 .
35245 Language=Russian
35246 An incomplete network control block (NCB) message was received.\n
35247 The NCB is the data.
35248 .
35249
35250 MessageId=5307
35251 Severity=Success
35252 Facility=System
35253 SymbolicName=NRCERR_5307
35254 Language=English
35255 The buffer address specified in the network control block (NCB) is illegal.\n
35256 The NCB is the data.
35257 .
35258 Language=Russian
35259 The buffer address specified in the network control block (NCB) is illegal.\n
35260 The NCB is the data.
35261 .
35262
35263 MessageId=5308
35264 Severity=Success
35265 Facility=System
35266 SymbolicName=NRCERR_5308
35267 Language=English
35268 The session number specified in the network control block (NCB) is not active.\n
35269 The NCB is the data.
35270 .
35271 Language=Russian
35272 The session number specified in the network control block (NCB) is not active.\n
35273 The NCB is the data.
35274 .
35275
35276 MessageId=5309
35277 Severity=Success
35278 Facility=System
35279 SymbolicName=NRCERR_5309
35280 Language=English
35281 No resource was available in the network adapter.\n
35282 The network control block (NCB) request was refused. The NCB is the data.
35283 .
35284 Language=Russian
35285 No resource was available in the network adapter.\n
35286 The network control block (NCB) request was refused. The NCB is the data.
35287 .
35288
35289 MessageId=5310
35290 Severity=Success
35291 Facility=System
35292 SymbolicName=NRCERR_5310
35293 Language=English
35294 The session specified in the network control block (NCB) was closed.\n
35295 The NCB is the data.
35296 .
35297 Language=Russian
35298 The session specified in the network control block (NCB) was closed.\n
35299 The NCB is the data.
35300 .
35301
35302 MessageId=5311
35303 Severity=Success
35304 Facility=System
35305 SymbolicName=NRCERR_5311
35306 Language=English
35307 The network control block (NCB) command was canceled.\n
35308 The NCB is the data.
35309 .
35310 Language=Russian
35311 The network control block (NCB) command was canceled.\n
35312 The NCB is the data.
35313 .
35314
35315 MessageId=5312
35316 Severity=Success
35317 Facility=System
35318 SymbolicName=NRCERR_5312
35319 Language=English
35320 The message segment specified in the network control block (NCB) is\n
35321 illogical. The NCB is the data.
35322 .
35323 Language=Russian
35324 The message segment specified in the network control block (NCB) is\n
35325 illogical. The NCB is the data.
35326 .
35327
35328 MessageId=5313
35329 Severity=Success
35330 Facility=System
35331 SymbolicName=NRCERR_5313
35332 Language=English
35333 The name already exists in the local adapter name table.\n
35334 The network control block (NCB) request was refused. The NCB is the data.
35335 .
35336 Language=Russian
35337 The name already exists in the local adapter name table.\n
35338 The network control block (NCB) request was refused. The NCB is the data.
35339 .
35340
35341 MessageId=5314
35342 Severity=Success
35343 Facility=System
35344 SymbolicName=NRCERR_5314
35345 Language=English
35346 The network adapter name table is full.\n
35347 The network control block (NCB) request was refused. The NCB is the data.
35348 .
35349 Language=Russian
35350 The network adapter name table is full.\n
35351 The network control block (NCB) request was refused. The NCB is the data.
35352 .
35353
35354 MessageId=5315
35355 Severity=Success
35356 Facility=System
35357 SymbolicName=NRCERR_5315
35358 Language=English
35359 The network name has active sessions and is now de-registered.\n
35360 The network control block (NCB) command completed. The NCB is the data.
35361 .
35362 Language=Russian
35363 The network name has active sessions and is now de-registered.\n
35364 The network control block (NCB) command completed. The NCB is the data.
35365 .
35366
35367 MessageId=5316
35368 Severity=Success
35369 Facility=System
35370 SymbolicName=NRCERR_5316
35371 Language=English
35372 A previously issued Receive Lookahead command is active\n
35373 for this session. The network control block (NCB) command was rejected.\n
35374 The NCB is the data.
35375 .
35376 Language=Russian
35377 A previously issued Receive Lookahead command is active\n
35378 for this session. The network control block (NCB) command was rejected.\n
35379 The NCB is the data.
35380 .
35381
35382 MessageId=5317
35383 Severity=Success
35384 Facility=System
35385 SymbolicName=NRCERR_5317
35386 Language=English
35387 The local session table is full. The network control block (NCB) request was refused.\n
35388 The NCB is the data.
35389 .
35390 Language=Russian
35391 The local session table is full. The network control block (NCB) request was refused.\n
35392 The NCB is the data.
35393 .
35394
35395 MessageId=5318
35396 Severity=Success
35397 Facility=System
35398 SymbolicName=NRCERR_5318
35399 Language=English
35400 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
35401 on the remote computer. The NCB is the data.
35402 .
35403 Language=Russian
35404 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
35405 on the remote computer. The NCB is the data.
35406 .
35407
35408 MessageId=5319
35409 Severity=Success
35410 Facility=System
35411 SymbolicName=NRCERR_5319
35412 Language=English
35413 The name number specified in the network control block (NCB) is illegal.\n
35414 The NCB is the data.
35415 .
35416 Language=Russian
35417 The name number specified in the network control block (NCB) is illegal.\n
35418 The NCB is the data.
35419 .
35420
35421 MessageId=5320
35422 Severity=Success
35423 Facility=System
35424 SymbolicName=NRCERR_5320
35425 Language=English
35426 The call name specified in the network control block (NCB) cannot be found or\n
35427 did not answer. The NCB is the data.
35428 .
35429 Language=Russian
35430 The call name specified in the network control block (NCB) cannot be found or\n
35431 did not answer. The NCB is the data.
35432 .
35433
35434 MessageId=5321
35435 Severity=Success
35436 Facility=System
35437 SymbolicName=NRCERR_5321
35438 Language=English
35439 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
35440 00h in the NCB name. The NCB is the data.
35441 .
35442 Language=Russian
35443 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
35444 00h in the NCB name. The NCB is the data.
35445 .
35446
35447 MessageId=5322
35448 Severity=Success
35449 Facility=System
35450 SymbolicName=NRCERR_5322
35451 Language=English
35452 The name specified in the network control block (NCB) is in use on a remote adapter.\n
35453 The NCB is the data.
35454 .
35455 Language=Russian
35456 The name specified in the network control block (NCB) is in use on a remote adapter.\n
35457 The NCB is the data.
35458 .
35459
35460 MessageId=5323
35461 Severity=Success
35462 Facility=System
35463 SymbolicName=NRCERR_5323
35464 Language=English
35465 The name specified in the network control block (NCB) has been deleted.\n
35466 The NCB is the data.
35467 .
35468 Language=Russian
35469 The name specified in the network control block (NCB) has been deleted.\n
35470 The NCB is the data.
35471 .
35472
35473 MessageId=5324
35474 Severity=Success
35475 Facility=System
35476 SymbolicName=NRCERR_5324
35477 Language=English
35478 The session specified in the network control block (NCB) ended abnormally.\n
35479 The NCB is the data.
35480 .
35481 Language=Russian
35482 The session specified in the network control block (NCB) ended abnormally.\n
35483 The NCB is the data.
35484 .
35485
35486 MessageId=5325
35487 Severity=Success
35488 Facility=System
35489 SymbolicName=NRCERR_5325
35490 Language=English
35491 The network protocol has detected two or more identical\n
35492 names on the network.\tThe network control block (NCB) is the data.
35493 .
35494 Language=Russian
35495 The network protocol has detected two or more identical\n
35496 names on the network.\tThe network control block (NCB) is the data.
35497 .
35498
35499 MessageId=5326
35500 Severity=Success
35501 Facility=System
35502 SymbolicName=NRCERR_5326
35503 Language=English
35504 An unexpected protocol packet was received. There may be an\n
35505 incompatible remote device. The network control block (NCB) is the data.
35506 .
35507 Language=Russian
35508 An unexpected protocol packet was received. There may be an\n
35509 incompatible remote device. The network control block (NCB) is the data.
35510 .
35511
35512 MessageId=5333
35513 Severity=Success
35514 Facility=System
35515 SymbolicName=NRCERR_5333
35516 Language=English
35517 The NetBIOS interface is busy.\n
35518 The network control block (NCB) request was refused. The NCB is the data.
35519 .
35520 Language=Russian
35521 The NetBIOS interface is busy.\n
35522 The network control block (NCB) request was refused. The NCB is the data.
35523 .
35524
35525 MessageId=5334
35526 Severity=Success
35527 Facility=System
35528 SymbolicName=NRCERR_5334
35529 Language=English
35530 There are too many network control block (NCB) commands outstanding.\n
35531 The NCB request was refused. The NCB is the data.
35532 .
35533 Language=Russian
35534 There are too many network control block (NCB) commands outstanding.\n
35535 The NCB request was refused. The NCB is the data.
35536 .
35537
35538 MessageId=5335
35539 Severity=Success
35540 Facility=System
35541 SymbolicName=NRCERR_5335
35542 Language=English
35543 The adapter number specified in the network control block (NCB) is illegal.\n
35544 The NCB is the data.
35545 .
35546 Language=Russian
35547 The adapter number specified in the network control block (NCB) is illegal.\n
35548 The NCB is the data.
35549 .
35550
35551 MessageId=5336
35552 Severity=Success
35553 Facility=System
35554 SymbolicName=NRCERR_5336
35555 Language=English
35556 The network control block (NCB) command completed while a cancel was occurring.\n
35557 The NCB is the data.
35558 .
35559 Language=Russian
35560 The network control block (NCB) command completed while a cancel was occurring.\n
35561 The NCB is the data.
35562 .
35563
35564 MessageId=5337
35565 Severity=Success
35566 Facility=System
35567 SymbolicName=NRCERR_5337
35568 Language=English
35569 The name specified in the network control block (NCB) is reserved.\n
35570 The NCB is the data.
35571 .
35572 Language=Russian
35573 The name specified in the network control block (NCB) is reserved.\n
35574 The NCB is the data.
35575 .
35576
35577 MessageId=5338
35578 Severity=Success
35579 Facility=System
35580 SymbolicName=NRCERR_5338
35581 Language=English
35582 The network control block (NCB) command is not valid to cancel.\n
35583 The NCB is the data.
35584 .
35585 Language=Russian
35586 The network control block (NCB) command is not valid to cancel.\n
35587 The NCB is the data.
35588 .
35589
35590 MessageId=5351
35591 Severity=Success
35592 Facility=System
35593 SymbolicName=NRCERR_5351
35594 Language=English
35595 There are multiple network control block (NCB) requests for the same session.\n
35596 The NCB request was refused. The NCB is the data.
35597 .
35598 Language=Russian
35599 There are multiple network control block (NCB) requests for the same session.\n
35600 The NCB request was refused. The NCB is the data.
35601 .
35602
35603 MessageId=5352
35604 Severity=Success
35605 Facility=System
35606 SymbolicName=NRCERR_5352
35607 Language=English
35608 There has been a network adapter error. The only NetBIOS\n
35609 command that may be issued is an NCB RESET. The network control block (NCB) is\n
35610 the data.
35611 .
35612 Language=Russian
35613 There has been a network adapter error. The only NetBIOS\n
35614 command that may be issued is an NCB RESET. The network control block (NCB) is\n
35615 the data.
35616 .
35617
35618 MessageId=5354
35619 Severity=Success
35620 Facility=System
35621 SymbolicName=NRCERR_5354
35622 Language=English
35623 The maximum number of applications was exceeded.\n
35624 The network control block (NCB) request was refused. The NCB is the data.
35625 .
35626 Language=Russian
35627 The maximum number of applications was exceeded.\n
35628 The network control block (NCB) request was refused. The NCB is the data.
35629 .
35630
35631 MessageId=5356
35632 Severity=Success
35633 Facility=System
35634 SymbolicName=NRCERR_5356
35635 Language=English
35636 The requested resources are not available.\n
35637 The network control block (NCB) request was refused. The NCB is the data.
35638 .
35639 Language=Russian
35640 The requested resources are not available.\n
35641 The network control block (NCB) request was refused. The NCB is the data.
35642 .
35643
35644 MessageId=5364
35645 Severity=Success
35646 Facility=System
35647 SymbolicName=NRCERR_5364
35648 Language=English
35649 A system error has occurred.\n
35650 The network control block (NCB) request was refused. The NCB is the data.
35651 .
35652 Language=Russian
35653 A system error has occurred.\n
35654 The network control block (NCB) request was refused. The NCB is the data.
35655 .
35656
35657 MessageId=5365
35658 Severity=Success
35659 Facility=System
35660 SymbolicName=NRCERR_5365
35661 Language=English
35662 A ROM checksum failure has occurred.\n
35663 The network control block (NCB) request was refused. The NCB is the data.
35664 .
35665 Language=Russian
35666 A ROM checksum failure has occurred.\n
35667 The network control block (NCB) request was refused. The NCB is the data.
35668 .
35669
35670 MessageId=5366
35671 Severity=Success
35672 Facility=System
35673 SymbolicName=NRCERR_5366
35674 Language=English
35675 A RAM test failure has occurred.\n
35676 The network control block (NCB) request was refused. The NCB is the data.
35677 .
35678 Language=Russian
35679 A RAM test failure has occurred.\n
35680 The network control block (NCB) request was refused. The NCB is the data.
35681 .
35682
35683 MessageId=5367
35684 Severity=Success
35685 Facility=System
35686 SymbolicName=NRCERR_5367
35687 Language=English
35688 A digital loopback failure has occurred.\n
35689 The network control block (NCB) request was refused. The NCB is the data.
35690 .
35691 Language=Russian
35692 A digital loopback failure has occurred.\n
35693 The network control block (NCB) request was refused. The NCB is the data.
35694 .
35695
35696 MessageId=5368
35697 Severity=Success
35698 Facility=System
35699 SymbolicName=NRCERR_5368
35700 Language=English
35701 An analog loopback failure has occurred.\n
35702 The network control block (NCB) request was refused. The NCB is the data.
35703 .
35704 Language=Russian
35705 An analog loopback failure has occurred.\n
35706 The network control block (NCB) request was refused. The NCB is the data.
35707 .
35708
35709 MessageId=5369
35710 Severity=Success
35711 Facility=System
35712 SymbolicName=NRCERR_5369
35713 Language=English
35714 An interface failure has occurred.\n
35715 The network control block (NCB) request was refused. The NCB is the data.
35716 .
35717 Language=Russian
35718 An interface failure has occurred.\n
35719 The network control block (NCB) request was refused. The NCB is the data.
35720 .
35721
35722 MessageId=5370
35723 Severity=Success
35724 Facility=System
35725 SymbolicName=NRCERR_5370
35726 Language=English
35727 An unrecognized network control block (NCB) return code was received.\n
35728 The NCB is the data.
35729 .
35730 Language=Russian
35731 An unrecognized network control block (NCB) return code was received.\n
35732 The NCB is the data.
35733 .
35734
35735 MessageId=5380
35736 Severity=Success
35737 Facility=System
35738 SymbolicName=NRCERR_5380
35739 Language=English
35740 A network adapter malfunction has occurred.\n
35741 The network control block (NCB) request was refused. The NCB is the data.
35742 .
35743 Language=Russian
35744 A network adapter malfunction has occurred.\n
35745 The network control block (NCB) request was refused. The NCB is the data.
35746 .
35747
35748 MessageId=5381
35749 Severity=Success
35750 Facility=System
35751 SymbolicName=NRCERR_5381
35752 Language=English
35753 The network control block (NCB) command is still pending.\n
35754 The NCB is the data.
35755 .
35756 Language=Russian
35757 The network control block (NCB) command is still pending.\n
35758 The NCB is the data.
35759 .
35760
35761
35762 ;
35763 ; alertmsg.h (non-public) message definitions (5500 - 5549 ALERT2_BASE)
35764 ;
35765
35766 MessageId=5500
35767 Severity=Success
35768 Facility=System
35769 SymbolicName=ALERT2_5500
35770 Language=English
35771 The update log on %1 is over 80%% capacity. The primary\n
35772 domain controller %2 is not retrieving the updates.
35773 .
35774 Language=Russian
35775 The update log on %1 is over 80%% capacity. The primary\n
35776 domain controller %2 is not retrieving the updates.
35777 .
35778
35779 MessageId=5501
35780 Severity=Success
35781 Facility=System
35782 SymbolicName=ALERT2_5501
35783 Language=English
35784 The update log on %1 is full, and no further updates\n
35785 can be added until the primary domain controller %2\n
35786 retrieves the updates.
35787 .
35788 Language=Russian
35789 The update log on %1 is full, and no further updates\n
35790 can be added until the primary domain controller %2\n
35791 retrieves the updates.
35792 .
35793
35794 MessageId=5502
35795 Severity=Success
35796 Facility=System
35797 SymbolicName=ALERT2_5502
35798 Language=English
35799 The time difference with the primary domain controller %1\n
35800 exceeds the maximum allowed skew of %2 seconds.
35801 .
35802 Language=Russian
35803 The time difference with the primary domain controller %1\n
35804 exceeds the maximum allowed skew of %2 seconds.
35805 .
35806
35807 MessageId=5503
35808 Severity=Success
35809 Facility=System
35810 SymbolicName=ALERT2_5503
35811 Language=English
35812 The account of user %1 has been locked out on %2\n
35813 due to %3 bad password attempts.
35814 .
35815 Language=Russian
35816 The account of user %1 has been locked out on %2\n
35817 due to %3 bad password attempts.
35818 .
35819
35820 MessageId=5504
35821 Severity=Success
35822 Facility=System
35823 SymbolicName=ALERT2_5504
35824 Language=English
35825 The %1 log file cannot be opened.
35826 .
35827 Language=Polish
35828 The %1 log file cannot be opened.
35829 .
35830 Language=Romanian
35831 The %1 log file cannot be opened.
35832 .
35833 Language=Russian
35834 The %1 log file cannot be opened.
35835 .
35836 Language=Spanish
35837 The %1 log file cannot be opened.
35838 .
35839 Language=Turkish
35840 The %1 log file cannot be opened.
35841 .
35842 Language=Chinese
35843 The %1 log file cannot be opened.
35844 .
35845 Language=Taiwanese
35846 The %1 log file cannot be opened.
35847 .
35848
35849 MessageId=5505
35850 Severity=Success
35851 Facility=System
35852 SymbolicName=ALERT2_5505
35853 Language=English
35854 The %1 log file is corrupted and will be cleared.
35855 .
35856 Language=Polish
35857 The %1 log file is corrupted and will be cleared.
35858 .
35859 Language=Romanian
35860 The %1 log file is corrupted and will be cleared.
35861 .
35862 Language=Russian
35863 The %1 log file is corrupted and will be cleared.
35864 .
35865 Language=Spanish
35866 The %1 log file is corrupted and will be cleared.
35867 .
35868 Language=Turkish
35869 The %1 log file is corrupted and will be cleared.
35870 .
35871 Language=Chinese
35872 The %1 log file is corrupted and will be cleared.
35873 .
35874 Language=Taiwanese
35875 The %1 log file is corrupted and will be cleared.
35876 .
35877
35878 MessageId=5506
35879 Severity=Success
35880 Facility=System
35881 SymbolicName=ALERT2_5506
35882 Language=English
35883 The Application log file could not be opened. %1 will be used as the\n
35884 default log file.
35885 .
35886 Language=Russian
35887 The Application log file could not be opened. %1 will be used as the\n
35888 default log file.
35889 .
35890
35891 MessageId=5507
35892 Severity=Success
35893 Facility=System
35894 SymbolicName=ALERT2_5507
35895 Language=English
35896 The %1 Log is full. If this is the first time you have seen this\n
35897 message, take the following steps:%n\n
35898 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
35899 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
35900 If this dialog reappears, contact your helpdesk or system administrator.
35901 .
35902 Language=Russian
35903 The %1 Log is full. If this is the first time you have seen this\n
35904 message, take the following steps:%n\n
35905 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
35906 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
35907 If this dialog reappears, contact your helpdesk or system administrator.
35908 .
35909
35910 MessageId=5508
35911 Severity=Success
35912 Facility=System
35913 SymbolicName=ALERT2_5508
35914 Language=English
35915 The security database full synchronization has been initiated by the server %1.
35916 .
35917 Language=Polish
35918 The security database full synchronization has been initiated by the server %1.
35919 .
35920 Language=Romanian
35921 The security database full synchronization has been initiated by the server %1.
35922 .
35923 Language=Russian
35924 The security database full synchronization has been initiated by the server %1.
35925 .
35926 Language=Spanish
35927 The security database full synchronization has been initiated by the server %1.
35928 .
35929 Language=Turkish
35930 The security database full synchronization has been initiated by the server %1.
35931 .
35932 Language=Chinese
35933 The security database full synchronization has been initiated by the server %1.
35934 .
35935 Language=Taiwanese
35936 The security database full synchronization has been initiated by the server %1.
35937 .
35938
35939 MessageId=5509
35940 Severity=Success
35941 Facility=System
35942 SymbolicName=ALERT2_5509
35943 Language=English
35944 The operating system could not be started as configured.\n
35945 A previous working configuration was used instead.
35946 .
35947 Language=Russian
35948 The operating system could not be started as configured.\n
35949 A previous working configuration was used instead.
35950 .
35951
35952 MessageId=5510
35953 Severity=Success
35954 Facility=System
35955 SymbolicName=ALERT2_5510
35956 Language=English
35957 The exception 0x%1 occurred in the application %2 at location 0x%3.
35958 .
35959 Language=Polish
35960 The exception 0x%1 occurred in the application %2 at location 0x%3.
35961 .
35962 Language=Romanian
35963 The exception 0x%1 occurred in the application %2 at location 0x%3.
35964 .
35965 Language=Russian
35966 The exception 0x%1 occurred in the application %2 at location 0x%3.
35967 .
35968 Language=Spanish
35969 The exception 0x%1 occurred in the application %2 at location 0x%3.
35970 .
35971 Language=Turkish
35972 The exception 0x%1 occurred in the application %2 at location 0x%3.
35973 .
35974 Language=Chinese
35975 The exception 0x%1 occurred in the application %2 at location 0x%3.
35976 .
35977 Language=Taiwanese
35978 The exception 0x%1 occurred in the application %2 at location 0x%3.
35979 .
35980
35981 MessageId=5511
35982 Severity=Success
35983 Facility=System
35984 SymbolicName=ALERT2_5511
35985 Language=English
35986 The servers %1 and %3 both claim to be an NT Domain Controller for\n
35987 the %2 domain. One of the servers should be removed from the\n
35988 domain because the servers have different security identifiers\n
35989 (SID).
35990 .
35991 Language=Russian
35992 The servers %1 and %3 both claim to be an NT Domain Controller for\n
35993 the %2 domain. One of the servers should be removed from the\n
35994 domain because the servers have different security identifiers\n
35995 (SID).
35996 .
35997
35998 MessageId=5512
35999 Severity=Success
36000 Facility=System
36001 SymbolicName=ALERT2_5512
36002 Language=English
36003 The server %1 and %2 both claim to be the primary domain\n
36004 controller for the %3 domain. One of the servers should be\n
36005 demoted or removed from the domain.
36006 .
36007 Language=Russian
36008 The server %1 and %2 both claim to be the primary domain\n
36009 controller for the %3 domain. One of the servers should be\n
36010 demoted or removed from the domain.
36011 .
36012
36013 MessageId=5513
36014 Severity=Success
36015 Facility=System
36016 SymbolicName=ALERT2_5513
36017 Language=English
36018 The computer %1 tried to connect to the server %2 using\n
36019 the trust relationship established by the %3 domain. However, the\n
36020 computer lost the correct security identifier (SID)\n
36021 when the domain was reconfigured. Reestablish the trust\n
36022 relationship.
36023 .
36024 Language=Russian
36025 The computer %1 tried to connect to the server %2 using\n
36026 the trust relationship established by the %3 domain. However, the\n
36027 computer lost the correct security identifier (SID)\n
36028 when the domain was reconfigured. Reestablish the trust\n
36029 relationship.
36030 .
36031
36032 MessageId=5514
36033 Severity=Success
36034 Facility=System
36035 SymbolicName=ALERT2_5514
36036 Language=English
36037 The computer has rebooted from a bugcheck. The bugcheck was:\n
36038 %1.\n
36039 %2\n
36040 A full dump was not saved.
36041 .
36042 Language=Russian
36043 The computer has rebooted from a bugcheck. The bugcheck was:\n
36044 %1.\n
36045 %2\n
36046 A full dump was not saved.
36047 .
36048
36049 MessageId=5515
36050 Severity=Success
36051 Facility=System
36052 SymbolicName=ALERT2_5515
36053 Language=English
36054 The computer has rebooted from a bugcheck. The bugcheck was:\n
36055 %1.\n
36056 %2\n
36057 A dump was saved in: %3.
36058 .
36059 Language=Russian
36060 The computer has rebooted from a bugcheck. The bugcheck was:\n
36061 %1.\n
36062 %2\n
36063 A dump was saved in: %3.
36064 .
36065
36066 MessageId=5516
36067 Severity=Success
36068 Facility=System
36069 SymbolicName=ALERT2_5516
36070 Language=English
36071 The computer or domain %1 trusts domain %2. (This may be an indirect\n
36072 trust.) However, %1 and %2 have the same machine security identifier\n
36073 (SID). The operating system should be re-installed on either %1 or %2.
36074 .
36075 Language=Russian
36076 The computer or domain %1 trusts domain %2. (This may be an indirect\n
36077 trust.) However, %1 and %2 have the same machine security identifier\n
36078 (SID). The operating system should be re-installed on either %1 or %2.
36079 .
36080
36081 MessageId=5517
36082 Severity=Success
36083 Facility=System
36084 SymbolicName=ALERT2_5517
36085 Language=English
36086 The computer or domain %1 trusts domain %2. (This may be an indirect\n
36087 trust.) However, %2 is not a valid name for a trusted domain.\n
36088 The name of the trusted domain should be changed to a valid name.
36089 .
36090 Language=Russian
36091 The computer or domain %1 trusts domain %2. (This may be an indirect\n
36092 trust.) However, %2 is not a valid name for a trusted domain.\n
36093 The name of the trusted domain should be changed to a valid name.
36094 .
36095
36096
36097 ;
36098 ; lmsvc.h message definitions (5600 - 5699 SERVICE2_BASE)
36099 ;
36100
36101 MessageId=5600
36102 Severity=Success
36103 Facility=System
36104 SymbolicName=SERVICE_UIC_M_NETLOGON_MPATH
36105 Language=English
36106 Could not share the User or Script path.
36107 .
36108 Language=Polish
36109 Could not share the User or Script path.
36110 .
36111 Language=Romanian
36112 Could not share the User or Script path.
36113 .
36114 Language=Russian
36115 Could not share the User or Script path.
36116 .
36117 Language=Spanish
36118 Could not share the User or Script path.
36119 .
36120 Language=Turkish
36121 Could not share the User or Script path.
36122 .
36123 Language=Chinese
36124 Could not share the User or Script path.
36125 .
36126 Language=Taiwanese
36127 Could not share the User or Script path.
36128 .
36129
36130 MessageId=5601
36131 Severity=Success
36132 Facility=System
36133 SymbolicName=SERVICE_UIC_M_LSA_MACHINE_ACCT
36134 Language=English
36135 The password for this computer is not found in the local security\ndatabase.
36136 .
36137 Language=Polish
36138 The password for this computer is not found in the local security\ndatabase.
36139 .
36140 Language=Romanian
36141 The password for this computer is not found in the local security\ndatabase.
36142 .
36143 Language=Russian
36144 The password for this computer is not found in the local security\ndatabase.
36145 .
36146 Language=Spanish
36147 The password for this computer is not found in the local security\ndatabase.
36148 .
36149 Language=Turkish
36150 The password for this computer is not found in the local security\ndatabase.
36151 .
36152 Language=Chinese
36153 The password for this computer is not found in the local security\ndatabase.
36154 .
36155 Language=Taiwanese
36156 The password for this computer is not found in the local security\ndatabase.
36157 .
36158
36159 MessageId=5602
36160 Severity=Success
36161 Facility=System
36162 SymbolicName=SERVICE_UIC_M_DATABASE_ERROR
36163 Language=English
36164 An internal error occurred while accessing the computer's\nlocal or network security database.
36165 .
36166 Language=Polish
36167 An internal error occurred while accessing the computer's\nlocal or network security database.
36168 .
36169 Language=Romanian
36170 An internal error occurred while accessing the computer's\nlocal or network security database.
36171 .
36172 Language=Russian
36173 An internal error occurred while accessing the computer's\nlocal or network security database.
36174 .
36175 Language=Spanish
36176 An internal error occurred while accessing the computer's\nlocal or network security database.
36177 .
36178 Language=Turkish
36179 An internal error occurred while accessing the computer's\nlocal or network security database.
36180 .
36181 Language=Chinese
36182 An internal error occurred while accessing the computer's\nlocal or network security database.
36183 .
36184 Language=Taiwanese
36185 An internal error occurred while accessing the computer's\nlocal or network security database.
36186 .
36187
36188
36189 ;
36190 ; lmerrlog.h messages definitions (5700 - 5899 ERRLOG2_BASE)
36191 ;
36192
36193 MessageId=5700
36194 Severity=Success
36195 Facility=System
36196 SymbolicName=NELOG_NetlogonSSIInitError
36197 Language=English
36198 The Netlogon service could not initialize the replication data\n
36199 structures successfully. The service was terminated. The following\n
36200 error occurred: %n%1
36201 .
36202 Language=Russian
36203 The Netlogon service could not initialize the replication data\n
36204 structures successfully. The service was terminated. The following\n
36205 error occurred: %n%1
36206 .
36207
36208 MessageId=5701
36209 Severity=Success
36210 Facility=System
36211 SymbolicName=NELOG_NetlogonFailedToUpdateTrustList
36212 Language=English
36213 The Netlogon service failed to update the domain trust list. The\n
36214 following error occurred: %n%1
36215 .
36216 Language=Russian
36217 The Netlogon service failed to update the domain trust list. The\n
36218 following error occurred: %n%1
36219 .
36220
36221 MessageId=5702
36222 Severity=Success
36223 Facility=System
36224 SymbolicName=NELOG_NetlogonFailedToAddRpcInterface
36225 Language=English
36226 The Netlogon service could not add the RPC interface. The\n
36227 service was terminated. The following error occurred: %n%1
36228 .
36229 Language=Russian
36230 The Netlogon service could not add the RPC interface. The\n
36231 service was terminated. The following error occurred: %n%1
36232 .
36233
36234 MessageId=5703
36235 Severity=Success
36236 Facility=System
36237 SymbolicName=NELOG_NetlogonFailedToReadMailslot
36238 Language=English
36239 The Netlogon service could not read a mailslot message from %1 due\n
36240 to the following error: %n%2
36241 .
36242 Language=Russian
36243 The Netlogon service could not read a mailslot message from %1 due\n
36244 to the following error: %n%2
36245 .
36246
36247 MessageId=5704
36248 Severity=Success
36249 Facility=System
36250 SymbolicName=NELOG_NetlogonFailedToRegisterSC
36251 Language=English
36252 The Netlogon service failed to register the service with the\n
36253 service controller. The service was terminated. The following\n
36254 error occurred: %n%1
36255 .
36256 Language=Russian
36257 The Netlogon service failed to register the service with the\n
36258 service controller. The service was terminated. The following\n
36259 error occurred: %n%1
36260 .
36261
36262 MessageId=5705
36263 Severity=Success
36264 Facility=System
36265 SymbolicName=NELOG_NetlogonChangeLogCorrupt
36266 Language=English
36267 The change log cache maintained by the Netlogon service for %1\n
36268 database changes is inconsistent. The Netlogon service is resetting\n
36269 the change log.
36270 .
36271 Language=Russian
36272 The change log cache maintained by the Netlogon service for %1\n
36273 database changes is inconsistent. The Netlogon service is resetting\n
36274 the change log.
36275 .
36276
36277 MessageId=5706
36278 Severity=Success
36279 Facility=System
36280 SymbolicName=NELOG_NetlogonFailedToCreateShare
36281 Language=English
36282 The Netlogon service could not create server share %1. The following\n
36283 error occurred: %n%2
36284 .
36285 Language=Russian
36286 The Netlogon service could not create server share %1. The following\n
36287 error occurred: %n%2
36288 .
36289
36290 MessageId=5707
36291 Severity=Success
36292 Facility=System
36293 SymbolicName=NELOG_NetlogonDownLevelLogonFailed
36294 Language=English
36295 The down-level logon request for the user %1 from %2 failed.
36296 .
36297 Language=Polish
36298 The down-level logon request for the user %1 from %2 failed.
36299 .
36300 Language=Romanian
36301 The down-level logon request for the user %1 from %2 failed.
36302 .
36303 Language=Russian
36304 The down-level logon request for the user %1 from %2 failed.
36305 .
36306 Language=Spanish
36307 The down-level logon request for the user %1 from %2 failed.
36308 .
36309 Language=Turkish
36310 The down-level logon request for the user %1 from %2 failed.
36311 .
36312 Language=Chinese
36313 The down-level logon request for the user %1 from %2 failed.
36314 .
36315 Language=Taiwanese
36316 The down-level logon request for the user %1 from %2 failed.
36317 .
36318
36319 MessageId=5708
36320 Severity=Success
36321 Facility=System
36322 SymbolicName=NELOG_NetlogonDownLevelLogoffFailed
36323 Language=English
36324 The down-level logoff request for the user %1 from %2 failed.
36325 .
36326 Language=Polish
36327 The down-level logoff request for the user %1 from %2 failed.
36328 .
36329 Language=Romanian
36330 The down-level logoff request for the user %1 from %2 failed.
36331 .
36332 Language=Russian
36333 The down-level logoff request for the user %1 from %2 failed.
36334 .
36335 Language=Spanish
36336 The down-level logoff request for the user %1 from %2 failed.
36337 .
36338 Language=Turkish
36339 The down-level logoff request for the user %1 from %2 failed.
36340 .
36341 Language=Chinese
36342 The down-level logoff request for the user %1 from %2 failed.
36343 .
36344 Language=Taiwanese
36345 The down-level logoff request for the user %1 from %2 failed.
36346 .
36347
36348 MessageId=5709
36349 Severity=Success
36350 Facility=System
36351 SymbolicName=NELOG_NetlogonNTLogonFailed
36352 Language=English
36353 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
36354 failed.
36355 .
36356 Language=Russian
36357 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
36358 failed.
36359 .
36360
36361 MessageId=5710
36362 Severity=Success
36363 Facility=System
36364 SymbolicName=NELOG_NetlogonNTLogoffFailed
36365 Language=English
36366 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
36367 failed.
36368 .
36369 Language=Russian
36370 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
36371 failed.
36372 .
36373
36374 MessageId=5711
36375 Severity=Success
36376 Facility=System
36377 SymbolicName=NELOG_NetlogonPartialSyncCallSuccess
36378 Language=English
36379 The partial synchronization request from the server %1 completed\n
36380 successfully. %2 changes(s) has(have) been returned to the\n
36381 caller.
36382 .
36383 Language=Russian
36384 The partial synchronization request from the server %1 completed\n
36385 successfully. %2 changes(s) has(have) been returned to the\n
36386 caller.
36387 .
36388
36389 MessageId=5712
36390 Severity=Success
36391 Facility=System
36392 SymbolicName=NELOG_NetlogonPartialSyncCallFailed
36393 Language=English
36394 The partial synchronization request from the server %1 failed with\n
36395 the following error: %n%2
36396 .
36397 Language=Russian
36398 The partial synchronization request from the server %1 failed with\n
36399 the following error: %n%2
36400 .
36401
36402 MessageId=5713
36403 Severity=Success
36404 Facility=System
36405 SymbolicName=NELOG_NetlogonFullSyncCallSuccess
36406 Language=English
36407 The full synchronization request from the server %1 completed\n
36408 successfully. %2 object(s) has(have) been returned to\n
36409 the caller.
36410 .
36411 Language=Russian
36412 The full synchronization request from the server %1 completed\n
36413 successfully. %2 object(s) has(have) been returned to\n
36414 the caller.
36415 .
36416
36417 MessageId=5714
36418 Severity=Success
36419 Facility=System
36420 SymbolicName=NELOG_NetlogonFullSyncCallFailed
36421 Language=English
36422 The full synchronization request from the server %1 failed with\n
36423 the following error: %n%2
36424 .
36425 Language=Russian
36426 The full synchronization request from the server %1 failed with\n
36427 the following error: %n%2
36428 .
36429
36430 MessageId=5715
36431 Severity=Success
36432 Facility=System
36433 SymbolicName=NELOG_NetlogonPartialSyncSuccess
36434 Language=English
36435 The partial synchronization replication of the %1 database from the\n
36436 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
36437 applied to the database.
36438 .
36439 Language=Russian
36440 The partial synchronization replication of the %1 database from the\n
36441 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
36442 applied to the database.
36443 .
36444
36445 MessageId=5716
36446 Severity=Success
36447 Facility=System
36448 SymbolicName=NELOG_NetlogonPartialSyncFailed
36449 Language=English
36450 The partial synchronization replication of the %1 database from the\n
36451 primary domain controller %2 failed with the following error: %n%3
36452 .
36453 Language=Russian
36454 The partial synchronization replication of the %1 database from the\n
36455 primary domain controller %2 failed with the following error: %n%3
36456 .
36457
36458 MessageId=5717
36459 Severity=Success
36460 Facility=System
36461 SymbolicName=NELOG_NetlogonFullSyncSuccess
36462 Language=English
36463 The full synchronization replication of the %1 database from the\n
36464 primary domain controller %2 completed successfully.
36465 .
36466 Language=Russian
36467 The full synchronization replication of the %1 database from the\n
36468 primary domain controller %2 completed successfully.
36469 .
36470
36471 MessageId=5718
36472 Severity=Success
36473 Facility=System
36474 SymbolicName=NELOG_NetlogonFullSyncFailed
36475 Language=English
36476 The full synchronization replication of the %1 database from the\n
36477 primary domain controller %2 failed with the following error: %n%3
36478 .
36479 Language=Russian
36480 The full synchronization replication of the %1 database from the\n
36481 primary domain controller %2 failed with the following error: %n%3
36482 .
36483
36484 MessageId=5719
36485 Severity=Success
36486 Facility=System
36487 SymbolicName=NELOG_NetlogonAuthNoDomainController
36488 Language=English
36489 This computer was not able to set up a secure session with a domain\n
36490 controller in domain %1 due to the following: %n%2\n
36491 %nThis may lead to authentication problems. Make sure that this\n
36492 computer is connected to the network. If the problem persists,\n
36493 please contact your domain administrator.\n\n
36494 %n%nADDITIONAL INFO\n
36495 %nIf this computer is a domain controller for the specified domain, it\n
36496 sets up the secure session to the primary domain controller emulator in the specified\n
36497 domain. Otherwise, this computer sets up the secure session to any domain controller\n
36498 in the specified domain.
36499 .
36500 Language=Russian
36501 This computer was not able to set up a secure session with a domain\n
36502 controller in domain %1 due to the following: %n%2\n
36503 %nThis may lead to authentication problems. Make sure that this\n
36504 computer is connected to the network. If the problem persists,\n
36505 please contact your domain administrator.\n\n
36506 %n%nADDITIONAL INFO\n
36507 %nIf this computer is a domain controller for the specified domain, it\n
36508 sets up the secure session to the primary domain controller emulator in the specified\n
36509 domain. Otherwise, this computer sets up the secure session to any domain controller\n
36510 in the specified domain.
36511 .
36512
36513 MessageId=5720
36514 Severity=Success
36515 Facility=System
36516 SymbolicName=NELOG_NetlogonAuthNoTrustLsaSecret
36517 Language=English
36518 The session setup to the Domain Controller %1 for the domain %2\n
36519 failed because the computer %3 does not have a local security database account.
36520 .
36521 Language=Russian
36522 The session setup to the Domain Controller %1 for the domain %2\n
36523 failed because the computer %3 does not have a local security database account.
36524 .
36525
36526 MessageId=5721
36527 Severity=Success
36528 Facility=System
36529 SymbolicName=NELOG_NetlogonAuthNoTrustSamAccount
36530 Language=English
36531 The session setup to the Domain Controller %1 for the domain %2\n
36532 failed because the Domain Controller did not have an account %4\n
36533 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
36534 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
36535 aforementioned account is a computer account for this computer in the specified domain.\n
36536 Otherwise, the account is an interdomain trust account with the specified domain.
36537 .
36538 Language=Russian
36539 The session setup to the Domain Controller %1 for the domain %2\n
36540 failed because the Domain Controller did not have an account %4\n
36541 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
36542 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
36543 aforementioned account is a computer account for this computer in the specified domain.\n
36544 Otherwise, the account is an interdomain trust account with the specified domain.
36545 .
36546
36547 MessageId=5722
36548 Severity=Success
36549 Facility=System
36550 SymbolicName=NELOG_NetlogonServerAuthFailed
36551 Language=English
36552 The session setup from the computer %1 failed to authenticate.\n
36553 The name(s) of the account(s) referenced in the security database is\n
36554 %2. The following error occurred: %n%3
36555 .
36556 Language=Russian
36557 The session setup from the computer %1 failed to authenticate.\n
36558 The name(s) of the account(s) referenced in the security database is\n
36559 %2. The following error occurred: %n%3
36560 .
36561
36562 MessageId=5723
36563 Severity=Success
36564 Facility=System
36565 SymbolicName=NELOG_NetlogonServerAuthNoTrustSamAccount
36566 Language=English
36567 The session setup from computer '%1' failed because the security database\n
36568 does not contain a trust account '%2' referenced by the specified computer.\n\n
36569 %n%nUSER ACTION\n\n
36570 %nIf this is the first occurrence of this event for the specified computer\n
36571 and account, this may be a transient issue that doesn't require any action\n
36572 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
36573 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
36574 should be rejoined to the domain.\n\n
36575 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
36576 be recreated.\n\n
36577 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
36578 action should be taken on '%1':\n\n
36579 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
36580 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
36581 .
36582 Language=Russian
36583 The session setup from computer '%1' failed because the security database\n
36584 does not contain a trust account '%2' referenced by the specified computer.\n\n
36585 %n%nUSER ACTION\n\n
36586 %nIf this is the first occurrence of this event for the specified computer\n
36587 and account, this may be a transient issue that doesn't require any action\n
36588 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
36589 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
36590 should be rejoined to the domain.\n\n
36591 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
36592 be recreated.\n\n
36593 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
36594 action should be taken on '%1':\n\n
36595 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
36596 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
36597 .
36598
36599 MessageId=5724
36600 Severity=Success
36601 Facility=System
36602 SymbolicName=NELOG_FailedToRegisterSC
36603 Language=English
36604 Could not register control handler with service controller %1.
36605 .
36606 Language=Polish
36607 Could not register control handler with service controller %1.
36608 .
36609 Language=Romanian
36610 Could not register control handler with service controller %1.
36611 .
36612 Language=Russian
36613 Could not register control handler with service controller %1.
36614 .
36615 Language=Spanish
36616 Could not register control handler with service controller %1.
36617 .
36618 Language=Turkish
36619 Could not register control handler with service controller %1.
36620 .
36621 Language=Chinese
36622 Could not register control handler with service controller %1.
36623 .
36624 Language=Taiwanese
36625 Could not register control handler with service controller %1.
36626 .
36627
36628 MessageId=5725
36629 Severity=Success
36630 Facility=System
36631 SymbolicName=NELOG_FailedToSetServiceStatus
36632 Language=English
36633 Could not set service status with service controller %1.
36634 .
36635 Language=Polish
36636 Could not set service status with service controller %1.
36637 .
36638 Language=Romanian
36639 Could not set service status with service controller %1.
36640 .
36641 Language=Russian
36642 Could not set service status with service controller %1.
36643 .
36644 Language=Spanish
36645 Could not set service status with service controller %1.
36646 .
36647 Language=Turkish
36648 Could not set service status with service controller %1.
36649 .
36650 Language=Chinese
36651 Could not set service status with service controller %1.
36652 .
36653 Language=Taiwanese
36654 Could not set service status with service controller %1.
36655 .
36656
36657 MessageId=5726
36658 Severity=Success
36659 Facility=System
36660 SymbolicName=NELOG_FailedToGetComputerName
36661 Language=English
36662 Could not find the computer name %1.
36663 .
36664 Language=Polish
36665 Could not find the computer name %1.
36666 .
36667 Language=Romanian
36668 Could not find the computer name %1.
36669 .
36670 Language=Russian
36671 Could not find the computer name %1.
36672 .
36673 Language=Spanish
36674 Could not find the computer name %1.
36675 .
36676 Language=Turkish
36677 Could not find the computer name %1.
36678 .
36679 Language=Chinese
36680 Could not find the computer name %1.
36681 .
36682 Language=Taiwanese
36683 Could not find the computer name %1.
36684 .
36685
36686 MessageId=5727
36687 Severity=Success
36688 Facility=System
36689 SymbolicName=NELOG_DriverNotLoaded
36690 Language=English
36691 Could not load %1 device driver.
36692 .
36693 Language=Polish
36694 Could not load %1 device driver.
36695 .
36696 Language=Romanian
36697 Could not load %1 device driver.
36698 .
36699 Language=Russian
36700 Could not load %1 device driver.
36701 .
36702 Language=Spanish
36703 Could not load %1 device driver.
36704 .
36705 Language=Turkish
36706 Could not load %1 device driver.
36707 .
36708 Language=Chinese
36709 Could not load %1 device driver.
36710 .
36711 Language=Taiwanese
36712 Could not load %1 device driver.
36713 .
36714
36715 MessageId=5728
36716 Severity=Success
36717 Facility=System
36718 SymbolicName=NELOG_NoTranportLoaded
36719 Language=English
36720 Could not load any transport.
36721 .
36722 Language=Polish
36723 Could not load any transport.
36724 .
36725 Language=Romanian
36726 Could not load any transport.
36727 .
36728 Language=Russian
36729 Could not load any transport.
36730 .
36731 Language=Spanish
36732 Could not load any transport.
36733 .
36734 Language=Turkish
36735 Could not load any transport.
36736 .
36737 Language=Chinese
36738 Could not load any transport.
36739 .
36740 Language=Taiwanese
36741 Could not load any transport.
36742 .
36743
36744 MessageId=5729
36745 Severity=Success
36746 Facility=System
36747 SymbolicName=NELOG_NetlogonFailedDomainDelta
36748 Language=English
36749 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
36750 %3 failed with the following error: %n%4
36751 .
36752 Language=Russian
36753 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
36754 %3 failed with the following error: %n%4
36755 .
36756
36757 MessageId=5730
36758 Severity=Success
36759 Facility=System
36760 SymbolicName=NELOG_NetlogonFailedGlobalGroupDelta
36761 Language=English
36762 Replication of the %1 Global Group \"%2\" from primary domain controller\n
36763 %3 failed with the following error: %n%4
36764 .
36765 Language=Russian
36766 Replication of the %1 Global Group \"%2\" from primary domain controller\n
36767 %3 failed with the following error: %n%4
36768 .
36769
36770 MessageId=5731
36771 Severity=Success
36772 Facility=System
36773 SymbolicName=NELOG_NetlogonFailedLocalGroupDelta
36774 Language=English
36775 Replication of the %1 Local Group \"%2\" from primary domain controller\n
36776 %3 failed with the following error: %n%4
36777 .
36778 Language=Russian
36779 Replication of the %1 Local Group \"%2\" from primary domain controller\n
36780 %3 failed with the following error: %n%4
36781 .
36782
36783 MessageId=5732
36784 Severity=Success
36785 Facility=System
36786 SymbolicName=NELOG_NetlogonFailedUserDelta
36787 Language=English
36788 Replication of the %1 User \"%2\" from primary domain controller\n
36789 %3 failed with the following error: %n%4
36790 .
36791 Language=Russian
36792 Replication of the %1 User \"%2\" from primary domain controller\n
36793 %3 failed with the following error: %n%4
36794 .
36795
36796 MessageId=5733
36797 Severity=Success
36798 Facility=System
36799 SymbolicName=NELOG_NetlogonFailedPolicyDelta
36800 Language=English
36801 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
36802 %3 failed with the following error: %n%4
36803 .
36804 Language=Russian
36805 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
36806 %3 failed with the following error: %n%4
36807 .
36808
36809 MessageId=5734
36810 Severity=Success
36811 Facility=System
36812 SymbolicName=NELOG_NetlogonFailedTrustedDomainDelta
36813 Language=English
36814 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
36815 %3 failed with the following error: %n%4
36816 .
36817 Language=Russian
36818 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
36819 %3 failed with the following error: %n%4
36820 .
36821
36822 MessageId=5735
36823 Severity=Success
36824 Facility=System
36825 SymbolicName=NELOG_NetlogonFailedAccountDelta
36826 Language=English
36827 Replication of the %1 Account Object \"%2\" from primary domain controller\n
36828 %3 failed with the following error: %n%4
36829 .
36830 Language=Russian
36831 Replication of the %1 Account Object \"%2\" from primary domain controller\n
36832 %3 failed with the following error: %n%4
36833 .
36834
36835 MessageId=5736
36836 Severity=Success
36837 Facility=System
36838 SymbolicName=NELOG_NetlogonFailedSecretDelta
36839 Language=English
36840 Replication of the %1 Secret \"%2\" from primary domain controller\n
36841 %3 failed with the following error: %n%4
36842 .
36843 Language=Russian
36844 Replication of the %1 Secret \"%2\" from primary domain controller\n
36845 %3 failed with the following error: %n%4
36846 .
36847
36848 MessageId=5737
36849 Severity=Success
36850 Facility=System
36851 SymbolicName=NELOG_NetlogonSystemError
36852 Language=English
36853 The system returned the following unexpected error code: %n%1
36854 .
36855 Language=Polish
36856 The system returned the following unexpected error code: %n%1
36857 .
36858 Language=Romanian
36859 The system returned the following unexpected error code: %n%1
36860 .
36861 Language=Russian
36862 The system returned the following unexpected error code: %n%1
36863 .
36864 Language=Spanish
36865 The system returned the following unexpected error code: %n%1
36866 .
36867 Language=Turkish
36868 The system returned the following unexpected error code: %n%1
36869 .
36870 Language=Chinese
36871 The system returned the following unexpected error code: %n%1
36872 .
36873 Language=Taiwanese
36874 The system returned the following unexpected error code: %n%1
36875 .
36876
36877 MessageId=5738
36878 Severity=Success
36879 Facility=System
36880 SymbolicName=NELOG_NetlogonDuplicateMachineAccounts
36881 Language=English
36882 Netlogon has detected two machine accounts for server \"%1\".\n
36883 The server can be either a Windows 2000 Server that is a member of the\n
36884 domain or the server can be a LAN Manager server with an account in the\n
36885 SERVERS global group. It cannot be both.
36886 .
36887 Language=Russian
36888 Netlogon has detected two machine accounts for server \"%1\".\n
36889 The server can be either a Windows 2000 Server that is a member of the\n
36890 domain or the server can be a LAN Manager server with an account in the\n
36891 SERVERS global group. It cannot be both.
36892 .
36893
36894 MessageId=5739
36895 Severity=Success
36896 Facility=System
36897 SymbolicName=NELOG_NetlogonTooManyGlobalGroups
36898 Language=English
36899 This domain has more global groups than can be replicated to a LanMan\n
36900 BDC. Either delete some of your global groups or remove the LanMan\n
36901 BDCs from the domain.
36902 .
36903 Language=Russian
36904 This domain has more global groups than can be replicated to a LanMan\n
36905 BDC. Either delete some of your global groups or remove the LanMan\n
36906 BDCs from the domain.
36907 .
36908
36909 MessageId=5740
36910 Severity=Success
36911 Facility=System
36912 SymbolicName=NELOG_NetlogonBrowserDriver
36913 Language=English
36914 The Browser driver returned the following error to Netlogon: %n%1
36915 .
36916 Language=Polish
36917 The Browser driver returned the following error to Netlogon: %n%1
36918 .
36919 Language=Romanian
36920 The Browser driver returned the following error to Netlogon: %n%1
36921 .
36922 Language=Russian
36923 The Browser driver returned the following error to Netlogon: %n%1
36924 .
36925 Language=Spanish
36926 The Browser driver returned the following error to Netlogon: %n%1
36927 .
36928 Language=Turkish
36929 The Browser driver returned the following error to Netlogon: %n%1
36930 .
36931 Language=Chinese
36932 The Browser driver returned the following error to Netlogon: %n%1
36933 .
36934 Language=Taiwanese
36935 The Browser driver returned the following error to Netlogon: %n%1
36936 .
36937
36938 MessageId=5741
36939 Severity=Success
36940 Facility=System
36941 SymbolicName=NELOG_NetlogonAddNameFailure
36942 Language=English
36943 Netlogon could not register the %1<1B> name for the following reason: %n%2
36944 .
36945 Language=Polish
36946 Netlogon could not register the %1<1B> name for the following reason: %n%2
36947 .
36948 Language=Romanian
36949 Netlogon could not register the %1<1B> name for the following reason: %n%2
36950 .
36951 Language=Russian
36952 Netlogon could not register the %1<1B> name for the following reason: %n%2
36953 .
36954 Language=Spanish
36955 Netlogon could not register the %1<1B> name for the following reason: %n%2
36956 .
36957 Language=Turkish
36958 Netlogon could not register the %1<1B> name for the following reason: %n%2
36959 .
36960 Language=Chinese
36961 Netlogon could not register the %1<1B> name for the following reason: %n%2
36962 .
36963 Language=Taiwanese
36964 Netlogon could not register the %1<1B> name for the following reason: %n%2
36965 .
36966
36967 MessageId=5742
36968 Severity=Success
36969 Facility=System
36970 SymbolicName=NELOG_RplMessages
36971 Language=English
36972 Service failed to retrieve messages needed to boot remote boot clients.
36973 .
36974 Language=Polish
36975 Service failed to retrieve messages needed to boot remote boot clients.
36976 .
36977 Language=Romanian
36978 Service failed to retrieve messages needed to boot remote boot clients.
36979 .
36980 Language=Russian
36981 Service failed to retrieve messages needed to boot remote boot clients.
36982 .
36983 Language=Spanish
36984 Service failed to retrieve messages needed to boot remote boot clients.
36985 .
36986 Language=Turkish
36987 Service failed to retrieve messages needed to boot remote boot clients.
36988 .
36989 Language=Chinese
36990 Service failed to retrieve messages needed to boot remote boot clients.
36991 .
36992 Language=Taiwanese
36993 Service failed to retrieve messages needed to boot remote boot clients.
36994 .
36995
36996 MessageId=5743
36997 Severity=Success
36998 Facility=System
36999 SymbolicName=NELOG_RplXnsBoot
37000 Language=English
37001 Service experienced a severe error and can no longer provide remote boot\n
37002 for 3Com 3Start remote boot clients.
37003 .
37004 Language=Russian
37005 Service experienced a severe error and can no longer provide remote boot\n
37006 for 3Com 3Start remote boot clients.
37007 .
37008
37009 MessageId=5744
37010 Severity=Success
37011 Facility=System
37012 SymbolicName=NELOG_RplSystem
37013 Language=English
37014 Service experienced a severe system error and will shut itself down.
37015 .
37016 Language=Polish
37017 Service experienced a severe system error and will shut itself down.
37018 .
37019 Language=Romanian
37020 Service experienced a severe system error and will shut itself down.
37021 .
37022 Language=Russian
37023 Service experienced a severe system error and will shut itself down.
37024 .
37025 Language=Spanish
37026 Service experienced a severe system error and will shut itself down.
37027 .
37028 Language=Turkish
37029 Service experienced a severe system error and will shut itself down.
37030 .
37031 Language=Chinese
37032 Service experienced a severe system error and will shut itself down.
37033 .
37034 Language=Taiwanese
37035 Service experienced a severe system error and will shut itself down.
37036 .
37037
37038 MessageId=5745
37039 Severity=Success
37040 Facility=System
37041 SymbolicName=NELOG_RplWkstaTimeout
37042 Language=English
37043 Client with computer name %1 failed to acknowledge receipt of the\n
37044 boot data. Remote boot of this client was not completed.
37045 .
37046 Language=Russian
37047 Client with computer name %1 failed to acknowledge receipt of the\n
37048 boot data. Remote boot of this client was not completed.
37049 .
37050
37051 MessageId=5746
37052 Severity=Success
37053 Facility=System
37054 SymbolicName=NELOG_RplWkstaFileOpen
37055 Language=English
37056 Client with computer name %1 was not booted due to an error in opening\n
37057 file %2.
37058 .
37059 Language=Russian
37060 Client with computer name %1 was not booted due to an error in opening\n
37061 file %2.
37062 .
37063
37064 MessageId=5747
37065 Severity=Success
37066 Facility=System
37067 SymbolicName=NELOG_RplWkstaFileRead
37068 Language=English
37069 Client with computer name %1 was not booted due to an error in reading\n
37070 file %2.
37071 .
37072 Language=Russian
37073 Client with computer name %1 was not booted due to an error in reading\n
37074 file %2.
37075 .
37076
37077 MessageId=5748
37078 Severity=Success
37079 Facility=System
37080 SymbolicName=NELOG_RplWkstaMemory
37081 Language=English
37082 Client with computer name %1 was not booted due to insufficient memory\n
37083 at the remote boot server.
37084 .
37085 Language=Russian
37086 Client with computer name %1 was not booted due to insufficient memory\n
37087 at the remote boot server.
37088 .
37089
37090 MessageId=5749
37091 Severity=Success
37092 Facility=System
37093 SymbolicName=NELOG_RplWkstaFileChecksum
37094 Language=English
37095 Client with computer name %1 will be booted without using checksums\n
37096 because checksum for file %2 could not be calculated.
37097 .
37098 Language=Russian
37099 Client with computer name %1 will be booted without using checksums\n
37100 because checksum for file %2 could not be calculated.
37101 .
37102
37103 MessageId=5750
37104 Severity=Success
37105 Facility=System
37106 SymbolicName=NELOG_RplWkstaFileLineCount
37107 Language=English
37108 Client with computer name %1 was not booted due to too many lines in\n
37109 file %2.
37110 .
37111 Language=Russian
37112 Client with computer name %1 was not booted due to too many lines in\n
37113 file %2.
37114 .
37115
37116 MessageId=5751
37117 Severity=Success
37118 Facility=System
37119 SymbolicName=NELOG_RplWkstaBbcFile
37120 Language=English
37121 Client with computer name %1 was not booted because the boot block\n
37122 configuration file %2 for this client does not contain boot block\n
37123 line and/or loader line.
37124 .
37125 Language=Russian
37126 Client with computer name %1 was not booted because the boot block\n
37127 configuration file %2 for this client does not contain boot block\n
37128 line and/or loader line.
37129 .
37130
37131 MessageId=5752
37132 Severity=Success
37133 Facility=System
37134 SymbolicName=NELOG_RplWkstaFileSize
37135 Language=English
37136 Client with computer name %1 was not booted due to a bad size of\n
37137 file %2.
37138 .
37139 Language=Russian
37140 Client with computer name %1 was not booted due to a bad size of\n
37141 file %2.
37142 .
37143
37144 MessageId=5753
37145 Severity=Success
37146 Facility=System
37147 SymbolicName=NELOG_RplWkstaInternal
37148 Language=English
37149 Client with computer name %1 was not booted due to remote boot\n
37150 service internal error.
37151 .
37152 Language=Russian
37153 Client with computer name %1 was not booted due to remote boot\n
37154 service internal error.
37155 .
37156
37157 MessageId=5754
37158 Severity=Success
37159 Facility=System
37160 SymbolicName=NELOG_RplWkstaWrongVersion
37161 Language=English
37162 Client with computer name %1 was not booted because file %2 has an\n
37163 invalid boot header.
37164 .
37165 Language=Russian
37166 Client with computer name %1 was not booted because file %2 has an\n
37167 invalid boot header.
37168 .
37169
37170 MessageId=5755
37171 Severity=Success
37172 Facility=System
37173 SymbolicName=NELOG_RplWkstaNetwork
37174 Language=English
37175 Client with computer name %1 was not booted due to network error.
37176 .
37177 Language=Polish
37178 Client with computer name %1 was not booted due to network error.
37179 .
37180 Language=Romanian
37181 Client with computer name %1 was not booted due to network error.
37182 .
37183 Language=Russian
37184 Client with computer name %1 was not booted due to network error.
37185 .
37186 Language=Spanish
37187 Client with computer name %1 was not booted due to network error.
37188 .
37189 Language=Turkish
37190 Client with computer name %1 was not booted due to network error.
37191 .
37192 Language=Chinese
37193 Client with computer name %1 was not booted due to network error.
37194 .
37195 Language=Taiwanese
37196 Client with computer name %1 was not booted due to network error.
37197 .
37198
37199 MessageId=5756
37200 Severity=Success
37201 Facility=System
37202 SymbolicName=NELOG_RplAdapterResource
37203 Language=English
37204 Client with adapter id %1 was not booted due to lack of resources.
37205 .
37206 Language=Polish
37207 Client with adapter id %1 was not booted due to lack of resources.
37208 .
37209 Language=Romanian
37210 Client with adapter id %1 was not booted due to lack of resources.
37211 .
37212 Language=Russian
37213 Client with adapter id %1 was not booted due to lack of resources.
37214 .
37215 Language=Spanish
37216 Client with adapter id %1 was not booted due to lack of resources.
37217 .
37218 Language=Turkish
37219 Client with adapter id %1 was not booted due to lack of resources.
37220 .
37221 Language=Chinese
37222 Client with adapter id %1 was not booted due to lack of resources.
37223 .
37224 Language=Taiwanese
37225 Client with adapter id %1 was not booted due to lack of resources.
37226 .
37227
37228 MessageId=5757
37229 Severity=Success
37230 Facility=System
37231 SymbolicName=NELOG_RplFileCopy
37232 Language=English
37233 Service experienced error copying file or directory %1.
37234 .
37235 Language=Polish
37236 Service experienced error copying file or directory %1.
37237 .
37238 Language=Romanian
37239 Service experienced error copying file or directory %1.
37240 .
37241 Language=Russian
37242 Service experienced error copying file or directory %1.
37243 .
37244 Language=Spanish
37245 Service experienced error copying file or directory %1.
37246 .
37247 Language=Turkish
37248 Service experienced error copying file or directory %1.
37249 .
37250 Language=Chinese
37251 Service experienced error copying file or directory %1.
37252 .
37253 Language=Taiwanese
37254 Service experienced error copying file or directory %1.
37255 .
37256
37257 MessageId=5758
37258 Severity=Success
37259 Facility=System
37260 SymbolicName=NELOG_RplFileDelete
37261 Language=English
37262 Service experienced error deleting file or directory %1.
37263 .
37264 Language=Polish
37265 Service experienced error deleting file or directory %1.
37266 .
37267 Language=Romanian
37268 Service experienced error deleting file or directory %1.
37269 .
37270 Language=Russian
37271 Service experienced error deleting file or directory %1.
37272 .
37273 Language=Spanish
37274 Service experienced error deleting file or directory %1.
37275 .
37276 Language=Turkish
37277 Service experienced error deleting file or directory %1.
37278 .
37279 Language=Chinese
37280 Service experienced error deleting file or directory %1.
37281 .
37282 Language=Taiwanese
37283 Service experienced error deleting file or directory %1.
37284 .
37285
37286 MessageId=5759
37287 Severity=Success
37288 Facility=System
37289 SymbolicName=NELOG_RplFilePerms
37290 Language=English
37291 Service experienced error setting permissions on file or directory %1.
37292 .
37293 Language=Polish
37294 Service experienced error setting permissions on file or directory %1.
37295 .
37296 Language=Romanian
37297 Service experienced error setting permissions on file or directory %1.
37298 .
37299 Language=Russian
37300 Service experienced error setting permissions on file or directory %1.
37301 .
37302 Language=Spanish
37303 Service experienced error setting permissions on file or directory %1.
37304 .
37305 Language=Turkish
37306 Service experienced error setting permissions on file or directory %1.
37307 .
37308 Language=Chinese
37309 Service experienced error setting permissions on file or directory %1.
37310 .
37311 Language=Taiwanese
37312 Service experienced error setting permissions on file or directory %1.
37313 .
37314
37315 MessageId=5760
37316 Severity=Success
37317 Facility=System
37318 SymbolicName=NELOG_RplCheckConfigs
37319 Language=English
37320 Service experienced error evaluating RPL configurations.
37321 .
37322 Language=Polish
37323 Service experienced error evaluating RPL configurations.
37324 .
37325 Language=Romanian
37326 Service experienced error evaluating RPL configurations.
37327 .
37328 Language=Russian
37329 Service experienced error evaluating RPL configurations.
37330 .
37331 Language=Spanish
37332 Service experienced error evaluating RPL configurations.
37333 .
37334 Language=Turkish
37335 Service experienced error evaluating RPL configurations.
37336 .
37337 Language=Chinese
37338 Service experienced error evaluating RPL configurations.
37339 .
37340 Language=Taiwanese
37341 Service experienced error evaluating RPL configurations.
37342 .
37343
37344 MessageId=5761
37345 Severity=Success
37346 Facility=System
37347 SymbolicName=NELOG_RplCreateProfiles
37348 Language=English
37349 Service experienced error creating RPL profiles for all configurations.
37350 .
37351 Language=Polish
37352 Service experienced error creating RPL profiles for all configurations.
37353 .
37354 Language=Romanian
37355 Service experienced error creating RPL profiles for all configurations.
37356 .
37357 Language=Russian
37358 Service experienced error creating RPL profiles for all configurations.
37359 .
37360 Language=Spanish
37361 Service experienced error creating RPL profiles for all configurations.
37362 .
37363 Language=Turkish
37364 Service experienced error creating RPL profiles for all configurations.
37365 .
37366 Language=Chinese
37367 Service experienced error creating RPL profiles for all configurations.
37368 .
37369 Language=Taiwanese
37370 Service experienced error creating RPL profiles for all configurations.
37371 .
37372
37373 MessageId=5762
37374 Severity=Success
37375 Facility=System
37376 SymbolicName=NELOG_RplRegistry
37377 Language=English
37378 Service experienced error accessing registry.
37379 .
37380 Language=Polish
37381 Service experienced error accessing registry.
37382 .
37383 Language=Romanian
37384 Service experienced error accessing registry.
37385 .
37386 Language=Russian
37387 Service experienced error accessing registry.
37388 .
37389 Language=Spanish
37390 Service experienced error accessing registry.
37391 .
37392 Language=Turkish
37393 Service experienced error accessing registry.
37394 .
37395 Language=Chinese
37396 Service experienced error accessing registry.
37397 .
37398 Language=Taiwanese
37399 Service experienced error accessing registry.
37400 .
37401
37402 MessageId=5763
37403 Severity=Success
37404 Facility=System
37405 SymbolicName=NELOG_RplReplaceRPLDISK
37406 Language=English
37407 Service experienced error replacing possibly outdated RPLDISK.SYS.
37408 .
37409 Language=Polish
37410 Service experienced error replacing possibly outdated RPLDISK.SYS.
37411 .
37412 Language=Romanian
37413 Service experienced error replacing possibly outdated RPLDISK.SYS.
37414 .
37415 Language=Russian
37416 Service experienced error replacing possibly outdated RPLDISK.SYS.
37417 .
37418 Language=Spanish
37419 Service experienced error replacing possibly outdated RPLDISK.SYS.
37420 .
37421 Language=Turkish
37422 Service experienced error replacing possibly outdated RPLDISK.SYS.
37423 .
37424 Language=Chinese
37425 Service experienced error replacing possibly outdated RPLDISK.SYS.
37426 .
37427 Language=Taiwanese
37428 Service experienced error replacing possibly outdated RPLDISK.SYS.
37429 .
37430
37431 MessageId=5764
37432 Severity=Success
37433 Facility=System
37434 SymbolicName=NELOG_RplCheckSecurity
37435 Language=English
37436 Service experienced error adding security accounts or setting\n
37437 file permissions. These accounts are the RPLUSER local group\n
37438 and the user accounts for the individual RPL workstations.
37439 .
37440 Language=Russian
37441 Service experienced error adding security accounts or setting\n
37442 file permissions. These accounts are the RPLUSER local group\n
37443 and the user accounts for the individual RPL workstations.
37444 .
37445
37446 MessageId=5765
37447 Severity=Success
37448 Facility=System
37449 SymbolicName=NELOG_RplBackupDatabase
37450 Language=English
37451 Service failed to back up its database.
37452 .
37453 Language=Polish
37454 Service failed to back up its database.
37455 .
37456 Language=Romanian
37457 Service failed to back up its database.
37458 .
37459 Language=Russian
37460 Service failed to back up its database.
37461 .
37462 Language=Spanish
37463 Service failed to back up its database.
37464 .
37465 Language=Turkish
37466 Service failed to back up its database.
37467 .
37468 Language=Chinese
37469 Service failed to back up its database.
37470 .
37471 Language=Taiwanese
37472 Service failed to back up its database.
37473 .
37474
37475 MessageId=5766
37476 Severity=Success
37477 Facility=System
37478 SymbolicName=NELOG_RplInitDatabase
37479 Language=English
37480 Service failed to initialize from its database. The database may be\n
37481 missing or corrupted. Service will attempt restoring the database\n
37482 from the backup.
37483 .
37484 Language=Russian
37485 Service failed to initialize from its database. The database may be\n
37486 missing or corrupted. Service will attempt restoring the database\n
37487 from the backup.
37488 .
37489
37490 MessageId=5767
37491 Severity=Success
37492 Facility=System
37493 SymbolicName=NELOG_RplRestoreDatabaseFailure
37494 Language=English
37495 Service failed to restore its database from the backup. Service\n
37496 will not start.
37497 .
37498 Language=Russian
37499 Service failed to restore its database from the backup. Service\n
37500 will not start.
37501 .
37502
37503 MessageId=5768
37504 Severity=Success
37505 Facility=System
37506 SymbolicName=NELOG_RplRestoreDatabaseSuccess
37507 Language=English
37508 Service successfully restored its database from the backup.
37509 .
37510 Language=Polish
37511 Service successfully restored its database from the backup.
37512 .
37513 Language=Romanian
37514 Service successfully restored its database from the backup.
37515 .
37516 Language=Russian
37517 Service successfully restored its database from the backup.
37518 .
37519 Language=Spanish
37520 Service successfully restored its database from the backup.
37521 .
37522 Language=Turkish
37523 Service successfully restored its database from the backup.
37524 .
37525 Language=Chinese
37526 Service successfully restored its database from the backup.
37527 .
37528 Language=Taiwanese
37529 Service successfully restored its database from the backup.
37530 .
37531
37532 MessageId=5769
37533 Severity=Success
37534 Facility=System
37535 SymbolicName=NELOG_RplInitRestoredDatabase
37536 Language=English
37537 Service failed to initialize from its restored database. Service\n
37538 will not start.
37539 .
37540 Language=Russian
37541 Service failed to initialize from its restored database. Service\n
37542 will not start.
37543 .
37544
37545 MessageId=5770
37546 Severity=Success
37547 Facility=System
37548 SymbolicName=NELOG_NetlogonSessionTypeWrong
37549 Language=English
37550 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
37551 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
37552 However, %2 tried to connect as either a DC in a trusted domain,\n
37553 a member workstation in domain %3, or as a server in domain %3.\n
37554 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
37555 .
37556 Language=Russian
37557 The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer\n
37558 %2 using account %4 failed. %2 is declared to be a BDC in domain %3.\n
37559 However, %2 tried to connect as either a DC in a trusted domain,\n
37560 a member workstation in domain %3, or as a server in domain %3.\n
37561 Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
37562 .
37563
37564 MessageId=5771
37565 Severity=Success
37566 Facility=System
37567 SymbolicName=NELOG_RplUpgradeDBTo40
37568 Language=English
37569 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
37570 attempting to convert it to NT 4.0 format. The JETCONV converter\n
37571 will write to the Application event log when it is finished.
37572 .
37573 Language=Russian
37574 The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is\n
37575 attempting to convert it to NT 4.0 format. The JETCONV converter\n
37576 will write to the Application event log when it is finished.
37577 .
37578
37579 MessageId=5772
37580 Severity=Success
37581 Facility=System
37582 SymbolicName=NELOG_NetlogonLanmanBdcsNotAllowed
37583 Language=English
37584 Global group SERVERS exists in domain %1 and has members.\n
37585 This group defines Lan Manager BDCs in the domain.\n
37586 Lan Manager BDCs are not permitted in NT domains.
37587 .
37588 Language=Russian
37589 Global group SERVERS exists in domain %1 and has members.\n
37590 This group defines Lan Manager BDCs in the domain.\n
37591 Lan Manager BDCs are not permitted in NT domains.
37592 .
37593
37594 MessageId=5773
37595 Severity=Success
37596 Facility=System
37597 SymbolicName=NELOG_NetlogonNoDynamicDns
37598 Language=English
37599 The following DNS server that is authoritative for the DNS domain controller\n
37600 locator records of this domain controller does not support dynamic DNS updates:\n\n
37601 %n%nDNS server IP address: %1\n
37602 %nReturned Response Code (RCODE): %2\n
37603 %nReturned Status Code: %3\n\n
37604 %n%nUSER ACTION\n\n
37605 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
37606 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
37607 .
37608 Language=Russian
37609 The following DNS server that is authoritative for the DNS domain controller\n
37610 locator records of this domain controller does not support dynamic DNS updates:\n\n
37611 %n%nDNS server IP address: %1\n
37612 %nReturned Response Code (RCODE): %2\n
37613 %nReturned Status Code: %3\n\n
37614 %n%nUSER ACTION\n\n
37615 %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS\n
37616 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
37617 .
37618
37619 MessageId=5774
37620 Severity=Success
37621 Facility=System
37622 SymbolicName=NELOG_NetlogonDynamicDnsRegisterFailure
37623 Language=English
37624 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
37625 %n%nDNS server IP address: %3\n
37626 %nReturned Response Code (RCODE): %4\n
37627 %nReturned Status Code: %5\n\n
37628 %n%nFor computers and users to locate this domain controller, this record must be\n
37629 registered in DNS.\n\n
37630 %n%nUSER ACTION\n\n
37631 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
37632 registration of the DNS records by the domain controller. To determine what might\n
37633 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
37634 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
37635 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
37636 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
37637 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
37638 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
37639 recommended.\n\n
37640 %n%nADDITIONAL DATA\n
37641 %nError Value: %2
37642 .
37643 Language=Russian
37644 The dynamic registration of the DNS record '%1' failed on the following DNS server:\n\n
37645 %n%nDNS server IP address: %3\n
37646 %nReturned Response Code (RCODE): %4\n
37647 %nReturned Status Code: %5\n\n
37648 %n%nFor computers and users to locate this domain controller, this record must be\n
37649 registered in DNS.\n\n
37650 %n%nUSER ACTION\n\n
37651 %nDetermine what might have caused this failure, resolve the problem, and initiate\n
37652 registration of the DNS records by the domain controller. To determine what might\n
37653 have caused this failure, run DCDiag.exe. You can find this program on the ReactOS\n
37654 Server installation CD in Support\\Tools\\support.cab. To learn more about \n
37655 DCDiag.exe, see Help and Support Center. To initiate registration of the DNS records by \n
37656 this domain controller, run 'nltest.exe /dsregdns' from the command prompt on the domain \n
37657 controller or restart Net Logon service. Nltest.exe is available in the ReactOS Server\n
37658 Resource Kit CD. %n Or, you can manually add this record to DNS, but it is not\n
37659 recommended.\n\n
37660 %n%nADDITIONAL DATA\n
37661 %nError Value: %2
37662 .
37663
37664 MessageId=5775
37665 Severity=Success
37666 Facility=System
37667 SymbolicName=NELOG_NetlogonDynamicDnsDeregisterFailure
37668 Language=English
37669 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
37670 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
37671 %nReturned Status Code: %5\n\n
37672 %n%nUSER ACTION\n\n
37673 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
37674 delete the record manually or troubleshoot the failure to dynamically delete the\n
37675 record. To learn more about debugging DNS, see Help and Support Center.\n\n
37676 %n%nADDITIONAL DATA\n
37677 %nError Value: %2
37678 .
37679 Language=Russian
37680 The dynamic deletion of the DNS record '%1' failed on the following DNS server:\n\n
37681 %n%nDNS server IP address: %3\n%nReturned Response Code (RCODE): %4\n
37682 %nReturned Status Code: %5\n\n
37683 %n%nUSER ACTION\n\n
37684 %nTo prevent remote computers from connecting unnecessarily to the domain controller,\n
37685 delete the record manually or troubleshoot the failure to dynamically delete the\n
37686 record. To learn more about debugging DNS, see Help and Support Center.\n\n
37687 %n%nADDITIONAL DATA\n
37688 %nError Value: %2
37689 .
37690
37691 MessageId=5776
37692 Severity=Success
37693 Facility=System
37694 SymbolicName=NELOG_NetlogonFailedFileCreate
37695 Language=English
37696 Failed to create/open file %1 with the following error: %n%2
37697 .
37698 Language=Polish
37699 Failed to create/open file %1 with the following error: %n%2
37700 .
37701 Language=Romanian
37702 Failed to create/open file %1 with the following error: %n%2
37703 .
37704 Language=Russian
37705 Failed to create/open file %1 with the following error: %n%2
37706 .
37707 Language=Spanish
37708 Failed to create/open file %1 with the following error: %n%2
37709 .
37710 Language=Turkish
37711 Failed to create/open file %1 with the following error: %n%2
37712 .
37713 Language=Chinese
37714 Failed to create/open file %1 with the following error: %n%2
37715 .
37716 Language=Taiwanese
37717 Failed to create/open file %1 with the following error: %n%2
37718 .
37719
37720 MessageId=5777
37721 Severity=Success
37722 Facility=System
37723 SymbolicName=NELOG_NetlogonGetSubnetToSite
37724 Language=English
37725 Netlogon got the following error while trying to get the subnet to site\n
37726 mapping information from the DS: %n%1
37727 .
37728 Language=Russian
37729 Netlogon got the following error while trying to get the subnet to site\n
37730 mapping information from the DS: %n%1
37731 .
37732
37733 MessageId=5778
37734 Severity=Success
37735 Facility=System
37736 SymbolicName=NELOG_NetlogonNoSiteForClient
37737 Language=English
37738 '%1' tried to determine its site by looking up its IP address ('%2')\n
37739 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
37740 the IP address. Consider adding a subnet object for this IP address.
37741 .
37742 Language=Russian
37743 '%1' tried to determine its site by looking up its IP address ('%2')\n
37744 in the Configuration\\Sites\\Subnets container in the DS. No subnet matched\n
37745 the IP address. Consider adding a subnet object for this IP address.
37746 .
37747
37748 MessageId=5779
37749 Severity=Success
37750 Facility=System
37751 SymbolicName=NELOG_NetlogonBadSiteName
37752 Language=English
37753 The site name for this computer is '%1'. That site name is not a valid\n
37754 site name. A site name must be a valid DNS label.\n
37755 Rename the site to be a valid name.
37756 .
37757 Language=Russian
37758 The site name for this computer is '%1'. That site name is not a valid\n
37759 site name. A site name must be a valid DNS label.\n
37760 Rename the site to be a valid name.
37761 .
37762
37763 MessageId=5780
37764 Severity=Success
37765 Facility=System
37766 SymbolicName=NELOG_NetlogonBadSubnetName
37767 Language=English
37768 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
37769 container in the DS. The name is not syntactically valid. The valid\n
37770 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
37771 and yy is the number of bits in the subnet mask.\n\n
37772 Correct the name of the subnet object.
37773 .
37774 Language=Russian
37775 The subnet object '%1' appears in the Configuration\\Sites\\Subnets\n
37776 container in the DS. The name is not syntactically valid. The valid\n
37777 syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number\n
37778 and yy is the number of bits in the subnet mask.\n\n
37779 Correct the name of the subnet object.
37780 .
37781
37782 MessageId=5781
37783 Severity=Success
37784 Facility=System
37785 SymbolicName=NELOG_NetlogonDynamicDnsServerFailure
37786 Language=English
37787 Dynamic registration or deletion of one or more DNS records associated with DNS\n
37788 domain '%1' failed. These records are used by other computers to locate this\n
37789 server as a domain controller (if the specified domain is an Active Directory\n
37790 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
37791 %n%nPossible causes of failure include:\n\n
37792 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
37793 %n- Specified preferred and alternate DNS servers are not running\n
37794 %n- DNS server(s) primary for the records to be registered is not running\n
37795 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
37796 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
37797 %n%nUSER ACTION\n\n
37798 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
37799 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
37800 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
37801 .
37802 Language=Russian
37803 Dynamic registration or deletion of one or more DNS records associated with DNS\n
37804 domain '%1' failed. These records are used by other computers to locate this\n
37805 server as a domain controller (if the specified domain is an Active Directory\n
37806 domain) or as an LDAP server (if the specified domain is an application partition).\n\n
37807 %n%nPossible causes of failure include:\n\n
37808 %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers\n
37809 %n- Specified preferred and alternate DNS servers are not running\n
37810 %n- DNS server(s) primary for the records to be registered is not running\n
37811 %n- Preferred or alternate DNS servers are configured with wrong root hints\n
37812 %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration\n\n
37813 %n%nUSER ACTION\n\n
37814 %nFix possible misconfiguration(s) specified above and initiate registration or deletion of\n
37815 the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting\n
37816 Net Logon service. Nltest.exe is available in the ReactOS Server Resource Kit CD.
37817 .
37818
37819 MessageId=5782
37820 Severity=Success
37821 Facility=System
37822 SymbolicName=NELOG_NetlogonDynamicDnsFailure
37823 Language=English
37824 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
37825 .
37826 Language=Polish
37827 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
37828 .
37829 Language=Romanian
37830 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
37831 .
37832 Language=Russian
37833 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
37834 .
37835 Language=Spanish
37836 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
37837 .
37838 Language=Turkish
37839 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
37840 .
37841 Language=Chinese
37842 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
37843 .
37844 Language=Taiwanese
37845 Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
37846 .
37847
37848 MessageId=5783
37849 Severity=Success
37850 Facility=System
37851 SymbolicName=NELOG_NetlogonRpcCallCancelled
37852 Language=English
37853 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
37854 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
37855 .
37856 Language=Russian
37857 The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2\n
37858 is not responsive. The current RPC call from Netlogon on \\\\%3 to %1 has been cancelled.
37859 .
37860
37861 MessageId=5784
37862 Severity=Success
37863 Facility=System
37864 SymbolicName=NELOG_NetlogonDcSiteCovered
37865 Language=English
37866 Site '%2' does not have any Domain Controllers for domain '%3'.\n
37867 Domain Controllers in site '%1' have been automatically\n
37868 selected to cover site '%2' for domain '%3' based on configured\n
37869 Directory Server replication costs.
37870 .
37871 Language=Russian
37872 Site '%2' does not have any Domain Controllers for domain '%3'.\n
37873 Domain Controllers in site '%1' have been automatically\n
37874 selected to cover site '%2' for domain '%3' based on configured\n
37875 Directory Server replication costs.
37876 .
37877
37878 MessageId=5785
37879 Severity=Success
37880 Facility=System
37881 SymbolicName=NELOG_NetlogonDcSiteNotCovered
37882 Language=English
37883 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
37884 .
37885 Language=Polish
37886 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
37887 .
37888 Language=Romanian
37889 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
37890 .
37891 Language=Russian
37892 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
37893 .
37894 Language=Spanish
37895 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
37896 .
37897 Language=Turkish
37898 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
37899 .
37900 Language=Chinese
37901 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
37902 .
37903 Language=Taiwanese
37904 This Domain Controller no longer automatically covers site '%1' for domain '%2'.
37905 .
37906
37907 MessageId=5786
37908 Severity=Success
37909 Facility=System
37910 SymbolicName=NELOG_NetlogonGcSiteCovered
37911 Language=English
37912 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
37913 Global Catalog servers in site '%1' have been automatically\n
37914 selected to cover site '%2' for forest '%3' based on configured\n
37915 Directory Server replication costs.
37916 .
37917 Language=Russian
37918 Site '%2' does not have any Global Catalog servers for forest '%3'.\n
37919 Global Catalog servers in site '%1' have been automatically\n
37920 selected to cover site '%2' for forest '%3' based on configured\n
37921 Directory Server replication costs.
37922 .
37923
37924 MessageId=5787
37925 Severity=Success
37926 Facility=System
37927 SymbolicName=NELOG_NetlogonGcSiteNotCovered
37928 Language=English
37929 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
37930 .
37931 Language=Polish
37932 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
37933 .
37934 Language=Romanian
37935 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
37936 .
37937 Language=Russian
37938 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
37939 .
37940 Language=Spanish
37941 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
37942 .
37943 Language=Turkish
37944 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
37945 .
37946 Language=Chinese
37947 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
37948 .
37949 Language=Taiwanese
37950 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
37951 .
37952
37953 MessageId=5788
37954 Severity=Success
37955 Facility=System
37956 SymbolicName=NELOG_NetlogonFailedSpnUpdate
37957 Language=English
37958 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
37959 object in Active Directory failed. The updated values were '%1' and '%2'.\n
37960 The following error occurred: %n%3
37961 .
37962 Language=Russian
37963 Attempt to update HOST Service Principal Names (SPNs) of the computer\n
37964 object in Active Directory failed. The updated values were '%1' and '%2'.\n
37965 The following error occurred: %n%3
37966 .
37967
37968 MessageId=5789
37969 Severity=Success
37970 Facility=System
37971 SymbolicName=NELOG_NetlogonFailedDnsHostNameUpdate
37972 Language=English
37973 Attempt to update DNS Host Name of the computer object\n
37974 in Active Directory failed. The updated value was '%1'.\n
37975 The following error occurred: %n%2
37976 .
37977 Language=Russian
37978 Attempt to update DNS Host Name of the computer object\n
37979 in Active Directory failed. The updated value was '%1'.\n
37980 The following error occurred: %n%2
37981 .
37982
37983 MessageId=5790
37984 Severity=Success
37985 Facility=System
37986 SymbolicName=NELOG_NetlogonAuthNoUplevelDomainController
37987 Language=English
37988 No suitable Domain Controller is available for domain %1.\n
37989 An NT4 or older domain controller is available but it cannot\n
37990 be used for authentication purposes in the Windows 2000 or newer\n
37991 domain that this computer is a member of.\n
37992 The following error occurred:%n%2
37993 .
37994 Language=Russian
37995 No suitable Domain Controller is available for domain %1.\n
37996 An NT4 or older domain controller is available but it cannot\n
37997 be used for authentication purposes in the Windows 2000 or newer\n
37998 domain that this computer is a member of.\n
37999 The following error occurred:%n%2
38000 .
38001
38002
38003 MessageId=5791
38004 Severity=Success
38005 Facility=System
38006 SymbolicName=NELOG_NetlogonAuthDomainDowngraded
38007 Language=English
38008 The domain of this computer, %1 has been downgraded from Windows 2000\n
38009 or newer to Windows NT4 or older. The computer cannot function properly\n
38010 in this case for authentication purposes. This computer needs to rejoin\n
38011 the domain.\n
38012 The following error occurred:%n%2
38013 .
38014 Language=Russian
38015 The domain of this computer, %1 has been downgraded from Windows 2000\n
38016 or newer to Windows NT4 or older. The computer cannot function properly\n
38017 in this case for authentication purposes. This computer needs to rejoin\n
38018 the domain.\n
38019 The following error occurred:%n%2
38020 .
38021
38022 MessageId=5792
38023 Severity=Success
38024 Facility=System
38025 SymbolicName=NELOG_NetlogonNdncSiteCovered
38026 Language=English
38027 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
38028 LDAP servers in site '%1' have been automatically selected to\n
38029 cover site '%2' for non-domain NC '%3' based on configured\n
38030 Directory Server replication costs.
38031 .
38032 Language=Russian
38033 Site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
38034 LDAP servers in site '%1' have been automatically selected to\n
38035 cover site '%2' for non-domain NC '%3' based on configured\n
38036 Directory Server replication costs.
38037 .
38038
38039 MessageId=5793
38040 Severity=Success
38041 Facility=System
38042 SymbolicName=NELOG_NetlogonNdncSiteNotCovered
38043 Language=English
38044 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
38045 .
38046 Language=Polish
38047 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
38048 .
38049 Language=Romanian
38050 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
38051 .
38052 Language=Russian
38053 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
38054 .
38055 Language=Spanish
38056 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
38057 .
38058 Language=Turkish
38059 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
38060 .
38061 Language=Chinese
38062 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
38063 .
38064 Language=Taiwanese
38065 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
38066 .
38067
38068 MessageId=5794
38069 Severity=Success
38070 Facility=System
38071 SymbolicName=NELOG_NetlogonDcOldSiteCovered
38072 Language=English
38073 Site '%2' is no longer manually configured in the registry as\n
38074 covered by this Domain Controller for domain '%3'. As a result,\n
38075 site '%2' does not have any Domain Controllers for domain '%3'.\n
38076 Domain Controllers in site '%1' have been automatically\n
38077 selected to cover site '%2' for domain '%3' based on configured\n
38078 Directory Server replication costs.
38079 .
38080 Language=Russian
38081 Site '%2' is no longer manually configured in the registry as\n
38082 covered by this Domain Controller for domain '%3'. As a result,\n
38083 site '%2' does not have any Domain Controllers for domain '%3'.\n
38084 Domain Controllers in site '%1' have been automatically\n
38085 selected to cover site '%2' for domain '%3' based on configured\n
38086 Directory Server replication costs.
38087 .
38088
38089 MessageId=5795
38090 Severity=Success
38091 Facility=System
38092 SymbolicName=NELOG_NetlogonDcSiteNotCoveredAuto
38093 Language=English
38094 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
38095 However, site '%1' is still (manually) covered by this Domain Controller for\n
38096 domain '%2' since this site has been manually configured in the registry.
38097 .
38098 Language=Russian
38099 This Domain Controller no longer automatically covers site '%1' for domain '%2'.\n
38100 However, site '%1' is still (manually) covered by this Domain Controller for\n
38101 domain '%2' since this site has been manually configured in the registry.
38102 .
38103
38104 MessageId=5796
38105 Severity=Success
38106 Facility=System
38107 SymbolicName=NELOG_NetlogonGcOldSiteCovered
38108 Language=English
38109 Site '%2' is no longer manually configured in the registry as\n
38110 covered by this Global Catalog server for forest '%3'. As a result,\n
38111 site '%2' does not have any Global Catalog servers for forest '%3'.\n
38112 Global Catalog servers in site '%1' have been automatically\n
38113 selected to cover site '%2' for forest '%3' based on configured\n
38114 Directory Server replication costs.
38115 .
38116 Language=Russian
38117 Site '%2' is no longer manually configured in the registry as\n
38118 covered by this Global Catalog server for forest '%3'. As a result,\n
38119 site '%2' does not have any Global Catalog servers for forest '%3'.\n
38120 Global Catalog servers in site '%1' have been automatically\n
38121 selected to cover site '%2' for forest '%3' based on configured\n
38122 Directory Server replication costs.
38123 .
38124
38125 MessageId=5797
38126 Severity=Success
38127 Facility=System
38128 SymbolicName=NELOG_NetlogonGcSiteNotCoveredAuto
38129 Language=English
38130 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
38131 However, site '%1' is still (manually) covered by this Global catalog for\n
38132 forest '%2' since this site has been manually configured in the registry.
38133 .
38134 Language=Russian
38135 This Global Catalog server no longer automatically covers site '%1' for forest '%2'.\n
38136 However, site '%1' is still (manually) covered by this Global catalog for\n
38137 forest '%2' since this site has been manually configured in the registry.
38138 .
38139
38140 MessageId=5798
38141 Severity=Success
38142 Facility=System
38143 SymbolicName=NELOG_NetlogonNdncOldSiteCovered
38144 Language=English
38145 Site '%2' is no longer manually configured in the registry as\n
38146 covered by this LDAP server for non-domain NC '%3'. As a result,\n
38147 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
38148 LDAP servers in site '%1' have been automatically\n
38149 selected to cover site '%2' for non-domain NC '%3' based on\n
38150 configured Directory Server replication costs.
38151 .
38152 Language=Russian
38153 Site '%2' is no longer manually configured in the registry as\n
38154 covered by this LDAP server for non-domain NC '%3'. As a result,\n
38155 site '%2' does not have any LDAP servers for non-domain NC '%3'.\n
38156 LDAP servers in site '%1' have been automatically\n
38157 selected to cover site '%2' for non-domain NC '%3' based on\n
38158 configured Directory Server replication costs.
38159 .
38160
38161 MessageId=5799
38162 Severity=Success
38163 Facility=System
38164 SymbolicName=NELOG_NetlogonNdncSiteNotCoveredAuto
38165 Language=English
38166 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
38167 However, site '%1' is still (manually) covered by this LDAP server for\n
38168 non-domain NC '%2' since this site has been manually configured in the registry.
38169 .
38170 Language=Russian
38171 This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.\n
38172 However, site '%1' is still (manually) covered by this LDAP server for\n
38173 non-domain NC '%2' since this site has been manually configured in the registry.
38174 .
38175
38176 MessageId=5800
38177 Severity=Success
38178 Facility=System
38179 SymbolicName=NELOG_NetlogonSpnMultipleSamAccountNames
38180 Language=English
38181 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
38182 of the computer object in Active Directory failed because the Domain Controller\n
38183 '%1' had more than one account with the name '%2' corresponding to this computer.\n
38184 Not having SPNs registered may result in authentication failures for this computer.\n
38185 Contact your domain administrator who may need to manually resolve the account name\n
38186 collision.
38187 .
38188 Language=Russian
38189 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
38190 of the computer object in Active Directory failed because the Domain Controller\n
38191 '%1' had more than one account with the name '%2' corresponding to this computer.\n
38192 Not having SPNs registered may result in authentication failures for this computer.\n
38193 Contact your domain administrator who may need to manually resolve the account name\n
38194 collision.
38195 .
38196
38197 MessageId=5801
38198 Severity=Success
38199 Facility=System
38200 SymbolicName=NELOG_NetlogonSpnCrackNamesFailure
38201 Language=English
38202 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
38203 of the computer object in Active Directory failed because this computer account\n
38204 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
38205 Not having SPNs registered may result in authentication failures for this computer.\n
38206 Contact your domain administrator. The following technical information may be\n
38207 useful for the resolution of this failure:%n\n
38208 DsCrackNames status = 0x%3, crack error = 0x%4.
38209 .
38210 Language=Russian
38211 Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes\n
38212 of the computer object in Active Directory failed because this computer account\n
38213 name, '%2' could not be mapped to the computer object on Domain Controller '%1'.\n
38214 Not having SPNs registered may result in authentication failures for this computer.\n
38215 Contact your domain administrator. The following technical information may be\n
38216 useful for the resolution of this failure:%n\n
38217 DsCrackNames status = 0x%3, crack error = 0x%4.
38218 .
38219
38220 MessageId=5802
38221 Severity=Success
38222 Facility=System
38223 SymbolicName=NELOG_NetlogonNoAddressToSiteMapping
38224 Language=English
38225 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
38226 While this may be a temporary situation due to IP address changes, it is generally\n
38227 recommended that the IP address of the Domain Controller (accessible to machines in\n
38228 its domain) maps to the Site which it services. If the above list of IP addresses is\n
38229 stable, consider moving this server to a site (or create one if it does not already\n
38230 exist) such that the above IP address maps to the selected site. This may require the\n
38231 creation of a new subnet object (whose range includes the above IP address) which maps\n
38232 to the selected site object.
38233 .
38234 Language=Russian
38235 None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.\n
38236 While this may be a temporary situation due to IP address changes, it is generally\n
38237 recommended that the IP address of the Domain Controller (accessible to machines in\n
38238 its domain) maps to the Site which it services. If the above list of IP addresses is\n
38239 stable, consider moving this server to a site (or create one if it does not already\n
38240 exist) such that the above IP address maps to the selected site. This may require the\n
38241 creation of a new subnet object (whose range includes the above IP address) which maps\n
38242 to the selected site object.
38243 .
38244
38245 MessageId=5803
38246 Severity=Success
38247 Facility=System
38248 SymbolicName=NELOG_NetlogonInvalidGenericParameterValue
38249 Language=English
38250 The following error occurred while reading a parameter '%2' in the\n
38251 Netlogon %1 registry section:%n%3
38252 .
38253 Language=Russian
38254 The following error occurred while reading a parameter '%2' in the\n
38255 Netlogon %1 registry section:%n%3
38256 .
38257
38258 MessageId=5804
38259 Severity=Success
38260 Facility=System
38261 SymbolicName=NELOG_NetlogonInvalidDwordParameterValue
38262 Language=English
38263 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
38264 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
38265 The value of 0x%6 has been assigned to this parameter.
38266 .
38267 Language=Russian
38268 The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.\n
38269 The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.\n
38270 The value of 0x%6 has been assigned to this parameter.
38271 .
38272
38273 MessageId=5805
38274 Severity=Success
38275 Facility=System
38276 SymbolicName=NELOG_NetlogonServerAuthFailedNoAccount
38277 Language=English
38278 The session setup from the computer %1 failed to authenticate.\n
38279 The following error occurred: %n%2
38280 .
38281 Language=Russian
38282 The session setup from the computer %1 failed to authenticate.\n
38283 The following error occurred: %n%2
38284 .
38285
38286 MessageId=5806
38287 Severity=Success
38288 Facility=System
38289 SymbolicName=NELOG_NetlogonNoDynamicDnsManual
38290 Language=English
38291 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
38292 %n%nUSER ACTION\n\n
38293 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
38294 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
38295 .
38296 Language=Russian
38297 Dynamic DNS updates have been manually disabled on this domain controller.\n\n
38298 %n%nUSER ACTION\n\n
38299 %nReconfigure this domain controller to use dynamic DNS updates or manually add the DNS\n
38300 records from the file '%SystemRoot%\\System32\\Config\\Netlogon.dns' to the DNS database.
38301 .
38302
38303 MessageId=5807
38304 Severity=Success
38305 Facility=System
38306 SymbolicName=NELOG_NetlogonNoSiteForClients
38307 Language=English
38308 During the past %1 hours there have been %2 connections to this Domain\n
38309 Controller from client machines whose IP addresses don't map to any of\n
38310 the existing sites in the enterprise. Those clients, therefore, have\n
38311 undefined sites and may connect to any Domain Controller including\n
38312 those that are in far distant locations from the clients. A client's site\n
38313 is determined by the mapping of its subnet to one of the existing sites.\n
38314 To move the above clients to one of the sites, please consider creating\n
38315 subnet object(s) covering the above IP addresses with mapping to one of the\n
38316 existing sites. The names and IP addresses of the clients in question have\n
38317 been logged on this computer in the following log file\n
38318 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
38319 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
38320 The log(s) may contain additional unrelated debugging information. To filter\n
38321 out the needed information, please search for lines which contain text\n
38322 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
38323 the second word is the client IP address. The maximum size of the log(s) is\n
38324 controlled by the following registry DWORD value\n
38325 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
38326 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
38327 different maximum size, create the above registry value and set the desired\n
38328 maximum size in bytes.
38329 .
38330 Language=Russian
38331 During the past %1 hours there have been %2 connections to this Domain\n
38332 Controller from client machines whose IP addresses don't map to any of\n
38333 the existing sites in the enterprise. Those clients, therefore, have\n
38334 undefined sites and may connect to any Domain Controller including\n
38335 those that are in far distant locations from the clients. A client's site\n
38336 is determined by the mapping of its subnet to one of the existing sites.\n
38337 To move the above clients to one of the sites, please consider creating\n
38338 subnet object(s) covering the above IP addresses with mapping to one of the\n
38339 existing sites. The names and IP addresses of the clients in question have\n
38340 been logged on this computer in the following log file\n
38341 '%SystemRoot%\\debug\\netlogon.log' and, potentially, in the log file\n
38342 '%SystemRoot%\\debug\\netlogon.bak' created if the former log becomes full.\n
38343 The log(s) may contain additional unrelated debugging information. To filter\n
38344 out the needed information, please search for lines which contain text\n
38345 'NO_CLIENT_SITE:'. The first word after this string is the client name and\n
38346 the second word is the client IP address. The maximum size of the log(s) is\n
38347 controlled by the following registry DWORD value\n
38348 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters\\LogFileMaxSize';\n
38349 the default is %3 bytes. The current maximum size is %4 bytes. To set a\n
38350 different maximum size, create the above registry value and set the desired\n
38351 maximum size in bytes.
38352 .
38353
38354 MessageId=5808
38355 Severity=Success
38356 Facility=System
38357 SymbolicName=NELOG_NetlogonDnsDeregAborted
38358 Language=English
38359 The deregistration of some DNS domain controller locator records was aborted\n
38360 at the time of this domain controller demotion because the DNS deregistrations\n
38361 took too long.\n\n
38362 %n%nUSER ACTION\n\n
38363 %nManually delete the DNS records listed in the file\n
38364 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
38365 .
38366 Language=Russian
38367 The deregistration of some DNS domain controller locator records was aborted\n
38368 at the time of this domain controller demotion because the DNS deregistrations\n
38369 took too long.\n\n
38370 %n%nUSER ACTION\n\n
38371 %nManually delete the DNS records listed in the file\n
38372 '%SystemRoot%\\System32\\Config\\Netlogon.dns' from the DNS database.
38373 .
38374
38375 MessageId=5809
38376 Severity=Success
38377 Facility=System
38378 SymbolicName=NELOG_NetlogonRpcPortRequestFailure
38379 Language=English
38380 The NetLogon service on this domain controller has been configured to use port %1\n
38381 for incoming RPC connections over TCP/IP from remote machines. However, the\n
38382 following error occurred when Netlogon attempted to register this port with the RPC\n
38383 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
38384 machines from connecting to this domain controller over TCP/IP that may result in\n
38385 authentication problems.\n\n
38386 %n%nUSER ACTION\n\n
38387 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
38388 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
38389 registry key; the value configured through the Group Policy takes precedence. If the\n
38390 port specified is in error, reset it to a correct value. You can also remove this\n
38391 configuration for the port in which case the port will be assigned dynamically by\n
38392 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
38393 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
38394 service on this machine and verify that this event log no longer appears.
38395 .
38396 Language=Russian
38397 The NetLogon service on this domain controller has been configured to use port %1\n
38398 for incoming RPC connections over TCP/IP from remote machines. However, the\n
38399 following error occurred when Netlogon attempted to register this port with the RPC\n
38400 endpoint mapper service: %n%2 %nThis will prevent the NetLogon service on remote\n
38401 machines from connecting to this domain controller over TCP/IP that may result in\n
38402 authentication problems.\n\n
38403 %n%nUSER ACTION\n\n
38404 %nThe specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'\n
38405 under the 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters'\n
38406 registry key; the value configured through the Group Policy takes precedence. If the\n
38407 port specified is in error, reset it to a correct value. You can also remove this\n
38408 configuration for the port in which case the port will be assigned dynamically by\n
38409 the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections\n
38410 to this domain controller. After the misconfiguration is corrected, restart the NetLogon\n
38411 service on this machine and verify that this event log no longer appears.
38412 .