diff --git a/sdk/include/reactos/mc/errcodes.mc b/sdk/include/reactos/mc/errcodes.mc index e0275d24f4f..86428a091f0 100644 --- a/sdk/include/reactos/mc/errcodes.mc +++ b/sdk/include/reactos/mc/errcodes.mc @@ -1,3 +1,12 @@ + +; +; IMPORTANT: When a new language is added, all messages in this file need to be +; either translated or at least duplicated for the new language. +; This is a new requirement by MS mc.exe +; To do this, start with a regex replace: +; - In VS IDE: "Language=English\r\n(?(?:[^\.].*\r\n)*\.\r\n)" -> "Language=English\r\n${String}Language=MyLanguage\r\n${String}" +; + MessageIdTypedef=ULONG SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS @@ -1848,6 +1857,9 @@ SymbolicName=ERROR_EXE_MACHINE_TYPE_MISMATCH Language=English ERROR_EXE_MACHINE_TYPE_MISMATCH - The image file %1 is valid, but is for a machine type other than the current machine. . +Language=Russian +ERROR_EXE_MACHINE_TYPE_MISMATCH - The image file %1 is valid, but is for a machine type other than the current machine. +. MessageId=217 Severity=Success @@ -1856,6 +1868,9 @@ SymbolicName=ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY Language=English ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY - The image file %1 is signed, unable to modify. . +Language=Russian +ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY - The image file %1 is signed, unable to modify. +. MessageId=218 Severity=Success @@ -1864,6 +1879,9 @@ SymbolicName=ERRO_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY Language=English ERRO_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY - The image file %1 is strong signed, unable to modify. . +Language=Russian +ERRO_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY - The image file %1 is strong signed, unable to modify. +. MessageId=230 Severity=Success @@ -1872,6 +1890,9 @@ SymbolicName=ERROR_BAD_PIPE Language=English ERROR_BAD_PIPE - The pipe state is invalid. . +Language=Russian +ERROR_BAD_PIPE - The pipe state is invalid. +. MessageId=231 Severity=Success @@ -1880,6 +1901,9 @@ SymbolicName=ERROR_PIPE_BUSY Language=English ERROR_PIPE_BUSY - All pipe instances are busy. . +Language=Russian +ERROR_PIPE_BUSY - All pipe instances are busy. +. MessageId=232 Severity=Success @@ -1888,6 +1912,9 @@ SymbolicName=ERROR_NO_DATA Language=English ERROR_NO_DATA - The pipe is being closed. . +Language=Russian +ERROR_NO_DATA - The pipe is being closed. +. MessageId=233 Severity=Success @@ -1896,6 +1923,9 @@ SymbolicName=ERROR_PIPE_NOT_CONNECTED Language=English ERROR_PIPE_NOT_CONNECTED - No process is on the other end of the pipe. . +Language=Russian +ERROR_PIPE_NOT_CONNECTED - No process is on the other end of the pipe. +. MessageId=234 Severity=Success @@ -1904,6 +1934,9 @@ SymbolicName=ERROR_MORE_DATA Language=English ERROR_MORE_DATA - More data is available. . +Language=Russian +ERROR_MORE_DATA - More data is available. +. MessageId=240 Severity=Success @@ -1912,6 +1945,9 @@ SymbolicName=ERROR_VC_DISCONNECTED Language=English ERROR_VC_DISCONNECTED - The session was canceled. . +Language=Russian +ERROR_VC_DISCONNECTED - The session was canceled. +. MessageId=254 Severity=Success @@ -1920,6 +1956,9 @@ SymbolicName=ERROR_INVALID_EA_NAME Language=English ERROR_INVALID_EA_NAME - The specified extended attribute name was invalid. . +Language=Russian +ERROR_INVALID_EA_NAME - The specified extended attribute name was invalid. +. MessageId=255 Severity=Success @@ -1928,6 +1967,9 @@ SymbolicName=ERROR_EA_LIST_INCONSISTENT Language=English ERROR_EA_LIST_INCONSISTENT - The extended attributes are inconsistent. . +Language=Russian +ERROR_EA_LIST_INCONSISTENT - The extended attributes are inconsistent. +. MessageId=258 Severity=Success @@ -1936,6 +1978,9 @@ SymbolicName=WAIT_TIMEOUT Language=English WAIT_TIMEOUT - The wait operation timed out. . +Language=Russian +WAIT_TIMEOUT - The wait operation timed out. +. MessageId=259 Severity=Success @@ -1944,6 +1989,9 @@ SymbolicName=ERROR_NO_MORE_ITEMS Language=English ERROR_NO_MORE_ITEMS - No more data is available. . +Language=Russian +ERROR_NO_MORE_ITEMS - No more data is available. +. MessageId=266 Severity=Success @@ -1952,6 +2000,9 @@ SymbolicName=ERROR_CANNOT_COPY Language=English ERROR_CANNOT_COPY - The copy functions cannot be used. . +Language=Russian +ERROR_CANNOT_COPY - The copy functions cannot be used. +. MessageId=267 Severity=Success @@ -1960,6 +2011,9 @@ SymbolicName=ERROR_DIRECTORY Language=English ERROR_DIRECTORY - The directory name is invalid. . +Language=Russian +ERROR_DIRECTORY - The directory name is invalid. +. MessageId=275 Severity=Success @@ -1968,6 +2022,9 @@ SymbolicName=ERROR_EAS_DIDNT_FIT Language=English ERROR_EAS_DIDNT_FIT - The extended attributes did not fit in the buffer. . +Language=Russian +ERROR_EAS_DIDNT_FIT - The extended attributes did not fit in the buffer. +. MessageId=276 Severity=Success @@ -1976,6 +2033,9 @@ SymbolicName=ERROR_EA_FILE_CORRUPT Language=English ERROR_EA_FILE_CORRUPT - The extended attribute file on the mounted file system is corrupt. . +Language=Russian +ERROR_EA_FILE_CORRUPT - The extended attribute file on the mounted file system is corrupt. +. MessageId=277 Severity=Success @@ -1984,6 +2044,9 @@ SymbolicName=ERROR_EA_TABLE_FULL Language=English ERROR_EA_TABLE_FULL - The extended attribute table file is full. . +Language=Russian +ERROR_EA_TABLE_FULL - The extended attribute table file is full. +. MessageId=278 Severity=Success @@ -1992,6 +2055,9 @@ SymbolicName=ERROR_INVALID_EA_HANDLE Language=English ERROR_INVALID_EA_HANDLE - The specified extended attribute handle is invalid. . +Language=Russian +ERROR_INVALID_EA_HANDLE - The specified extended attribute handle is invalid. +. MessageId=282 Severity=Success @@ -2000,6 +2066,9 @@ SymbolicName=ERROR_EAS_NOT_SUPPORTED Language=English ERROR_EAS_NOT_SUPPORTED - The mounted file system does not support extended attributes. . +Language=Russian +ERROR_EAS_NOT_SUPPORTED - The mounted file system does not support extended attributes. +. MessageId=288 Severity=Success @@ -2008,6 +2077,9 @@ SymbolicName=ERROR_NOT_OWNER Language=English ERROR_NOT_OWNER - Attempt to release mutex not owned by caller. . +Language=Russian +ERROR_NOT_OWNER - Attempt to release mutex not owned by caller. +. MessageId=298 Severity=Success @@ -2016,6 +2088,9 @@ SymbolicName=ERROR_TOO_MANY_POSTS Language=English ERROR_TOO_MANY_POSTS - Too many posts were made to a semaphore. . +Language=Russian +ERROR_TOO_MANY_POSTS - Too many posts were made to a semaphore. +. MessageId=299 Severity=Success @@ -2024,6 +2099,9 @@ SymbolicName=ERROR_PARTIAL_COPY Language=English ERROR_PARTIAL_COPY - Only part of a ReadProcessMemory or WriteProcessMemory request was completed. . +Language=Russian +ERROR_PARTIAL_COPY - Only part of a ReadProcessMemory or WriteProcessMemory request was completed. +. MessageId=300 Severity=Success @@ -2032,6 +2110,9 @@ SymbolicName=ERROR_OPLOCK_NOT_GRANTED Language=English ERROR_OPLOCK_NOT_GRANTED - The oplock request is denied. . +Language=Russian +ERROR_OPLOCK_NOT_GRANTED - The oplock request is denied. +. MessageId=301 Severity=Success @@ -2040,6 +2121,9 @@ SymbolicName=ERROR_INVALID_OPLOCK_PROTOCOL Language=English ERROR_INVALID_OPLOCK_PROTOCOL - An invalid oplock acknowledgment was received by the system. . +Language=Russian +ERROR_INVALID_OPLOCK_PROTOCOL - An invalid oplock acknowledgment was received by the system. +. MessageId=302 Severity=Success @@ -2048,6 +2132,9 @@ SymbolicName=ERROR_DISK_TOO_FRAGMENTED Language=English ERROR_DISK_TOO_FRAGMENTED - The volume is too fragmented to complete this operation. . +Language=Russian +ERROR_DISK_TOO_FRAGMENTED - The volume is too fragmented to complete this operation. +. MessageId=303 Severity=Success @@ -2056,6 +2143,9 @@ SymbolicName=ERROR_DELETE_PENDING Language=English ERROR_DELETE_PENDING - The file cannot be opened because it is in the process of being deleted. . +Language=Russian +ERROR_DELETE_PENDING - The file cannot be opened because it is in the process of being deleted. +. MessageId=317 Severity=Success @@ -2064,6 +2154,9 @@ SymbolicName=ERROR_MR_MID_NOT_FOUND Language=English ERROR_MR_MID_NOT_FOUND - The system cannot find message text for message number 0x%1 in the message file for %2. . +Language=Russian +ERROR_MR_MID_NOT_FOUND - The system cannot find message text for message number 0x%1 in the message file for %2. +. MessageId=318 Severity=Success @@ -2072,6 +2165,9 @@ SymbolicName=ERROR_SCOPE_NOT_FOUND Language=English ERROR_SCOPE_NOT_FOUND - The scope specified was not found. . +Language=Russian +ERROR_SCOPE_NOT_FOUND - The scope specified was not found. +. MessageId=487 Severity=Success @@ -2080,6 +2176,9 @@ SymbolicName=ERROR_INVALID_ADDRESS Language=English ERROR_INVALID_ADDRESS - Attempt to access invalid address. . +Language=Russian +ERROR_INVALID_ADDRESS - Attempt to access invalid address. +. MessageId=534 Severity=Success @@ -2088,6 +2187,9 @@ SymbolicName=ERROR_ARITHMETIC_OVERFLOW Language=English ERROR_ARITHMETIC_OVERFLOW - Arithmetic result exceeded 32 bits. . +Language=Russian +ERROR_ARITHMETIC_OVERFLOW - Arithmetic result exceeded 32 bits. +. MessageId=535 Severity=Success @@ -2096,6 +2198,9 @@ SymbolicName=ERROR_PIPE_CONNECTED Language=English ERROR_PIPE_CONNECTED - There is a process on other end of the pipe. . +Language=Russian +ERROR_PIPE_CONNECTED - There is a process on other end of the pipe. +. MessageId=536 Severity=Success @@ -2104,6 +2209,9 @@ SymbolicName=ERROR_PIPE_LISTENING Language=English ERROR_PIPE_LISTENING - Waiting for a process to open the other end of the pipe. . +Language=Russian +ERROR_PIPE_LISTENING - Waiting for a process to open the other end of the pipe. +. MessageId=537 Severity=Success @@ -2112,6 +2220,9 @@ SymbolicName=ERROR_ACPI_ERROR Language=English ERROR_ACPI_ERROR - An error occurred in the ACPI subsystem. . +Language=Russian +ERROR_ACPI_ERROR - An error occurred in the ACPI subsystem. +. MessageId=538 Severity=Success @@ -2120,6 +2231,9 @@ SymbolicName=ERROR_ABIOS_ERROR Language=English ERROR_ABIOS_ERROR - An error occurred in the ABIOS subsystem . +Language=Russian +ERROR_ABIOS_ERROR - An error occurred in the ABIOS subsystem +. MessageId=539 Severity=Success @@ -2128,6 +2242,9 @@ SymbolicName=ERROR_WX86_WARNING Language=English ERROR_WX86_WARNING - A warning occurred in the WX86 subsystem. . +Language=Russian +ERROR_WX86_WARNING - A warning occurred in the WX86 subsystem. +. MessageId=540 Severity=Success @@ -2136,6 +2253,9 @@ SymbolicName=ERROR_WX86_ERROR Language=English ERROR_WX86_ERROR - An error occurred in the WX86 subsystem. . +Language=Russian +ERROR_WX86_ERROR - An error occurred in the WX86 subsystem. +. MessageId=541 Severity=Success @@ -2144,6 +2264,9 @@ SymbolicName=ERROR_TIMER_NOT_CANCELED Language=English ERROR_TIMER_NOT_CANCELED - An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine. . +Language=Russian +ERROR_TIMER_NOT_CANCELED - An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine. +. MessageId=542 Severity=Success @@ -2152,6 +2275,9 @@ SymbolicName=ERROR_UNWIND Language=English ERROR_UNWIND - Unwind exception code. . +Language=Russian +ERROR_UNWIND - Unwind exception code. +. MessageId=543 Severity=Success @@ -2160,6 +2286,9 @@ SymbolicName=ERROR_BAD_STACK Language=English ERROR_BAD_STACK - An invalid or unaligned stack was encountered during an unwind operation. . +Language=Russian +ERROR_BAD_STACK - An invalid or unaligned stack was encountered during an unwind operation. +. MessageId=544 Severity=Success @@ -2168,6 +2297,9 @@ SymbolicName=ERROR_INVALID_UNWIND_TARGET Language=English ERROR_INVALID_UNWIND_TARGET - An invalid unwind target was encountered during an unwind operation. . +Language=Russian +ERROR_INVALID_UNWIND_TARGET - An invalid unwind target was encountered during an unwind operation. +. MessageId=545 Severity=Success @@ -2176,6 +2308,9 @@ SymbolicName=ERROR_INVALID_PORT_ATTRIBUTES Language=English ERROR_INVALID_PORT_ATTRIBUTES - Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort . +Language=Russian +ERROR_INVALID_PORT_ATTRIBUTES - Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort +. MessageId=546 Severity=Success @@ -2184,6 +2319,9 @@ SymbolicName=ERROR_PORT_MESSAGE_TOO_LONG Language=English ERROR_PORT_MESSAGE_TOO_LONG - Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port. . +Language=Russian +ERROR_PORT_MESSAGE_TOO_LONG - Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port. +. MessageId=547 Severity=Success @@ -2192,6 +2330,9 @@ SymbolicName=ERROR_INVALID_QUOTA_LOWER Language=English ERROR_INVALID_QUOTA_LOWER - An attempt was made to lower a quota limit below the current usage. . +Language=Russian +ERROR_INVALID_QUOTA_LOWER - An attempt was made to lower a quota limit below the current usage. +. MessageId=548 Severity=Success @@ -2200,6 +2341,9 @@ SymbolicName=ERROR_DEVICE_ALREADY_ATTACHED Language=English ERROR_DEVICE_ALREADY_ATTACHED - An attempt was made to attach to a device that was already attached to another device. . +Language=Russian +ERROR_DEVICE_ALREADY_ATTACHED - An attempt was made to attach to a device that was already attached to another device. +. MessageId=549 Severity=Success @@ -2208,6 +2352,9 @@ SymbolicName=ERROR_INSTRUCTION_MISALIGNMENT Language=English ERROR_INSTRUCTION_MISALIGNMENT - An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references. . +Language=Russian +ERROR_INSTRUCTION_MISALIGNMENT - An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references. +. MessageId=550 Severity=Success @@ -2216,6 +2363,9 @@ SymbolicName=ERROR_PROFILING_NOT_STARTED Language=English ERROR_PROFILING_NOT_STARTED - Profiling not started. . +Language=Russian +ERROR_PROFILING_NOT_STARTED - Profiling not started. +. MessageId=551 Severity=Success @@ -2224,6 +2374,9 @@ SymbolicName=ERROR_PROFILING_NOT_STOPPED Language=English ERROR_PROFILING_NOT_STOPPED - Profiling not stopped. . +Language=Russian +ERROR_PROFILING_NOT_STOPPED - Profiling not stopped. +. MessageId=552 Severity=Success @@ -2232,6 +2385,9 @@ SymbolicName=ERROR_COULD_NOT_INTERPRET Language=English ERROR_COULD_NOT_INTERPRET - The passed ACL did not contain the minimum required information. . +Language=Russian +ERROR_COULD_NOT_INTERPRET - The passed ACL did not contain the minimum required information. +. MessageId=553 Severity=Success @@ -2240,6 +2396,9 @@ SymbolicName=ERROR_PROFILING_AT_LIMIT Language=English ERROR_PROFILING_AT_LIMIT - The number of active profiling objects is at the maximum and no more may be started. . +Language=Russian +ERROR_PROFILING_AT_LIMIT - The number of active profiling objects is at the maximum and no more may be started. +. MessageId=554 Severity=Success @@ -2248,6 +2407,9 @@ SymbolicName=ERROR_CANT_WAIT Language=English ERROR_CANT_WAIT - Used to indicate that an operation cannot continue without blocking for I/O. . +Language=Russian +ERROR_CANT_WAIT - Used to indicate that an operation cannot continue without blocking for I/O. +. MessageId=555 Severity=Success @@ -2256,6 +2418,9 @@ SymbolicName=ERROR_CANT_TERMINATE_SELF Language=English ERROR_CANT_TERMINATE_SELF - Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process. . +Language=Russian +ERROR_CANT_TERMINATE_SELF - Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process. +. MessageId=556 Severity=Success @@ -2264,6 +2429,9 @@ SymbolicName=ERROR_UNEXPECTED_MM_CREATE_ERR Language=English ERROR_UNEXPECTED_MM_CREATE_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception. . +Language=Russian +ERROR_UNEXPECTED_MM_CREATE_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception. +. MessageId=557 Severity=Success @@ -2272,6 +2440,9 @@ SymbolicName=ERROR_UNEXPECTED_MM_MAP_ERROR Language=English ERROR_UNEXPECTED_MM_MAP_ERROR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception. . +Language=Russian +ERROR_UNEXPECTED_MM_MAP_ERROR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception. +. MessageId=558 Severity=Success @@ -2280,6 +2451,9 @@ SymbolicName=ERROR_UNEXPECTED_MM_EXTEND_ERR Language=English ERROR_UNEXPECTED_MM_EXTEND_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception. . +Language=Russian +ERROR_UNEXPECTED_MM_EXTEND_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception. +. MessageId=559 Severity=Success @@ -2288,6 +2462,9 @@ SymbolicName=ERROR_BAD_FUNCTION_TABLE Language=English ERROR_BAD_FUNCTION_TABLE - A malformed function table was encountered during an unwind operation. . +Language=Russian +ERROR_BAD_FUNCTION_TABLE - A malformed function table was encountered during an unwind operation. +. MessageId=560 Severity=Success @@ -2296,6 +2473,9 @@ SymbolicName=ERROR_NO_GUID_TRANSLATION Language=English ERROR_NO_GUID_TRANSLATION - Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail. . +Language=Russian +ERROR_NO_GUID_TRANSLATION - Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail. +. MessageId=561 Severity=Success @@ -2304,6 +2484,9 @@ SymbolicName=ERROR_INVALID_LDT_SIZE Language=English ERROR_INVALID_LDT_SIZE - Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors. . +Language=Russian +ERROR_INVALID_LDT_SIZE - Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors. +. MessageId=563 Severity=Success @@ -2312,6 +2495,9 @@ SymbolicName=ERROR_INVALID_LDT_OFFSET Language=English ERROR_INVALID_LDT_OFFSET - Indicates that the starting value for the LDT information was not an integral multiple of the selector size. . +Language=Russian +ERROR_INVALID_LDT_OFFSET - Indicates that the starting value for the LDT information was not an integral multiple of the selector size. +. MessageId=564 Severity=Success @@ -2320,6 +2506,9 @@ SymbolicName=ERROR_INVALID_LDT_DESCRIPTOR Language=English ERROR_INVALID_LDT_DESCRIPTOR - Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors. . +Language=Russian +ERROR_INVALID_LDT_DESCRIPTOR - Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors. +. MessageId=565 Severity=Success @@ -2328,6 +2517,9 @@ SymbolicName=ERROR_TOO_MANY_THREADS Language=English ERROR_TOO_MANY_THREADS - Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads. . +Language=Russian +ERROR_TOO_MANY_THREADS - Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads. +. MessageId=566 Severity=Success @@ -2336,6 +2528,9 @@ SymbolicName=ERROR_THREAD_NOT_IN_PROCESS Language=English ERROR_THREAD_NOT_IN_PROCESS - An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified. . +Language=Russian +ERROR_THREAD_NOT_IN_PROCESS - An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified. +. MessageId=567 Severity=Success @@ -2344,6 +2539,9 @@ SymbolicName=ERROR_PAGEFILE_QUOTA_EXCEEDED Language=English ERROR_PAGEFILE_QUOTA_EXCEEDED - Page file quota was exceeded. . +Language=Russian +ERROR_PAGEFILE_QUOTA_EXCEEDED - Page file quota was exceeded. +. MessageId=568 Severity=Success @@ -2352,6 +2550,9 @@ SymbolicName=ERROR_LOGON_SERVER_CONFLICT Language=English ERROR_LOGON_SERVER_CONFLICT - The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role. . +Language=Russian +ERROR_LOGON_SERVER_CONFLICT - The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role. +. MessageId=569 Severity=Success @@ -2360,6 +2561,9 @@ SymbolicName=ERROR_SYNCHRONIZATION_REQUIRED Language=English ERROR_SYNCHRONIZATION_REQUIRED - The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required. . +Language=Russian +ERROR_SYNCHRONIZATION_REQUIRED - The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required. +. MessageId=570 Severity=Success @@ -2368,6 +2572,9 @@ SymbolicName=ERROR_NET_OPEN_FAILED Language=English ERROR_NET_OPEN_FAILED - The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines. . +Language=Russian +ERROR_NET_OPEN_FAILED - The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines. +. MessageId=571 Severity=Success @@ -2376,6 +2583,9 @@ SymbolicName=ERROR_IO_PRIVILEGE_FAILED Language=English ERROR_IO_PRIVILEGE_FAILED - The I/O permissions for the process could not be changed. . +Language=Russian +ERROR_IO_PRIVILEGE_FAILED - The I/O permissions for the process could not be changed. +. MessageId=572 Severity=Success @@ -2384,6 +2594,9 @@ SymbolicName=ERROR_CONTROL_C_EXIT Language=English ERROR_CONTROL_C_EXIT - The application terminated as a result of a CTRL+C. . +Language=Russian +ERROR_CONTROL_C_EXIT - The application terminated as a result of a CTRL+C. +. MessageId=573 Severity=Success @@ -2392,6 +2605,9 @@ SymbolicName=ERROR_MISSING_SYSTEMFILE Language=English ERROR_MISSING_SYSTEMFILE - The required system file %hs is bad or missing. . +Language=Russian +ERROR_MISSING_SYSTEMFILE - The required system file %hs is bad or missing. +. MessageId=574 Severity=Success @@ -2400,6 +2616,9 @@ SymbolicName=ERROR_UNHANDLED_EXCEPTION Language=English ERROR_UNHANDLED_EXCEPTION - The exception %s (0x%08lx) occurred in the application at location 0x%08lx. . +Language=Russian +ERROR_UNHANDLED_EXCEPTION - The exception %s (0x%08lx) occurred in the application at location 0x%08lx. +. MessageId=575 Severity=Success @@ -2408,6 +2627,9 @@ SymbolicName=ERROR_APP_INIT_FAILURE Language=English ERROR_APP_INIT_FAILURE - The application failed to initialize properly (0x%lx). Click on OK to terminate the application. . +Language=Russian +ERROR_APP_INIT_FAILURE - The application failed to initialize properly (0x%lx). Click on OK to terminate the application. +. MessageId=576 Severity=Success @@ -2416,6 +2638,9 @@ SymbolicName=ERROR_PAGEFILE_CREATE_FAILED Language=English ERROR_PAGEFILE_CREATE_FAILED - The creation of the paging file %hs failed (%lx). The requested size was %ld. . +Language=Russian +ERROR_PAGEFILE_CREATE_FAILED - The creation of the paging file %hs failed (%lx). The requested size was %ld. +. MessageId=578 Severity=Success @@ -2424,6 +2649,9 @@ SymbolicName=ERROR_NO_PAGEFILE Language=English ERROR_NO_PAGEFILE - No paging file was specified in the system configuration. . +Language=Russian +ERROR_NO_PAGEFILE - No paging file was specified in the system configuration. +. MessageId=579 Severity=Success @@ -2432,6 +2660,9 @@ SymbolicName=ERROR_ILLEGAL_FLOAT_CONTEXT Language=English ERROR_ILLEGAL_FLOAT_CONTEXT - A real-mode application issued a floating-point instruction and floating-point hardware is not present. . +Language=Russian +ERROR_ILLEGAL_FLOAT_CONTEXT - A real-mode application issued a floating-point instruction and floating-point hardware is not present. +. MessageId=580 Severity=Success @@ -2440,6 +2671,9 @@ SymbolicName=ERROR_NO_EVENT_PAIR Language=English ERROR_NO_EVENT_PAIR - An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread. . +Language=Russian +ERROR_NO_EVENT_PAIR - An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread. +. MessageId=581 Severity=Success @@ -2448,6 +2682,9 @@ SymbolicName=ERROR_DOMAIN_CTRLR_CONFIG_ERROR Language=English ERROR_DOMAIN_CTRLR_CONFIG_ERROR - A Windows Server has an incorrect configuration. . +Language=Russian +ERROR_DOMAIN_CTRLR_CONFIG_ERROR - A Windows Server has an incorrect configuration. +. MessageId=582 Severity=Success @@ -2456,6 +2693,9 @@ SymbolicName=ERROR_ILLEGAL_CHARACTER Language=English ERROR_ILLEGAL_CHARACTER - An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE. . +Language=Russian +ERROR_ILLEGAL_CHARACTER - An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE. +. MessageId=583 Severity=Success @@ -2464,6 +2704,9 @@ SymbolicName=ERROR_UNDEFINED_CHARACTER Language=English ERROR_UNDEFINED_CHARACTER - The Unicode character is not defined in the Unicode character set installed on the system. . +Language=Russian +ERROR_UNDEFINED_CHARACTER - The Unicode character is not defined in the Unicode character set installed on the system. +. MessageId=584 Severity=Success @@ -2472,6 +2715,9 @@ SymbolicName=ERROR_FLOPPY_VOLUME Language=English ERROR_FLOPPY_VOLUME - The paging file cannot be created on a floppy diskette. . +Language=Russian +ERROR_FLOPPY_VOLUME - The paging file cannot be created on a floppy diskette. +. MessageId=585 Severity=Success @@ -2480,6 +2726,9 @@ SymbolicName=ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT Language=English ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT - The system bios failed to connect a system interrupt to the device or bus for which the device is connected. . +Language=Russian +ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT - The system bios failed to connect a system interrupt to the device or bus for which the device is connected. +. MessageId=586 Severity=Success @@ -2488,6 +2737,9 @@ SymbolicName=ERROR_BACKUP_CONTROLLER Language=English ERROR_BACKUP_CONTROLLER - This operation is only allowed for the Primary Domain Controller of the domain. . +Language=Russian +ERROR_BACKUP_CONTROLLER - This operation is only allowed for the Primary Domain Controller of the domain. +. MessageId=587 Severity=Success @@ -2496,6 +2748,9 @@ SymbolicName=ERROR_MUTANT_LIMIT_EXCEEDED Language=English ERROR_MUTANT_LIMIT_EXCEEDED - An attempt was made to acquire a mutant such that its maximum count would have been exceeded. . +Language=Russian +ERROR_MUTANT_LIMIT_EXCEEDED - An attempt was made to acquire a mutant such that its maximum count would have been exceeded. +. MessageId=588 Severity=Success @@ -2504,6 +2759,9 @@ SymbolicName=ERROR_FS_DRIVER_REQUIRED Language=English ERROR_FS_DRIVER_REQUIRED - A volume has been accessed for which a file system driver is required that has not yet been loaded. . +Language=Russian +ERROR_FS_DRIVER_REQUIRED - A volume has been accessed for which a file system driver is required that has not yet been loaded. +. MessageId=589 Severity=Success @@ -2512,6 +2770,9 @@ SymbolicName=ERROR_CANNOT_LOAD_REGISTRY_FILE Language=English ERROR_CANNOT_LOAD_REGISTRY_FILE - The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable. . +Language=Russian +ERROR_CANNOT_LOAD_REGISTRY_FILE - The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable. +. MessageId=590 Severity=Success @@ -2520,6 +2781,9 @@ SymbolicName=ERROR_DEBUG_ATTACH_FAILED Language=English ERROR_DEBUG_ATTACH_FAILED - An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error. . +Language=Russian +ERROR_DEBUG_ATTACH_FAILED - An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error. +. MessageId=591 Severity=Success @@ -2528,6 +2792,9 @@ SymbolicName=ERROR_SYSTEM_PROCESS_TERMINATED Language=English ERROR_SYSTEM_PROCESS_TERMINATED - The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down. . +Language=Russian +ERROR_SYSTEM_PROCESS_TERMINATED - The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down. +. MessageId=592 Severity=Success @@ -2536,6 +2803,9 @@ SymbolicName=ERROR_DATA_NOT_ACCEPTED Language=English ERROR_DATA_NOT_ACCEPTED - The TDI client could not handle the data received during an indication. . +Language=Russian +ERROR_DATA_NOT_ACCEPTED - The TDI client could not handle the data received during an indication. +. MessageId=593 Severity=Success @@ -2544,6 +2814,9 @@ SymbolicName=ERROR_VDM_HARD_ERROR Language=English ERROR_VDM_HARD_ERROR - NTVDM encountered a hard error. . +Language=Russian +ERROR_VDM_HARD_ERROR - NTVDM encountered a hard error. +. MessageId=594 Severity=Success @@ -2552,6 +2825,9 @@ SymbolicName=ERROR_DRIVER_CANCEL_TIMEOUT Language=English ERROR_DRIVER_CANCEL_TIMEOUT - The driver %hs failed to complete a cancelled I/O request in the allotted time. . +Language=Russian +ERROR_DRIVER_CANCEL_TIMEOUT - The driver %hs failed to complete a cancelled I/O request in the allotted time. +. MessageId=595 Severity=Success @@ -2560,6 +2836,9 @@ SymbolicName=ERROR_REPLY_MESSAGE_MISMATCH Language=English ERROR_REPLY_MESSAGE_MISMATCH - An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message. . +Language=Russian +ERROR_REPLY_MESSAGE_MISMATCH - An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message. +. MessageId=596 Severity=Success @@ -2568,6 +2847,9 @@ SymbolicName=ERROR_LOST_WRITEBEHIND_DATA Language=English ERROR_LOST_WRITEBEHIND_DATA - Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere. . +Language=Russian +ERROR_LOST_WRITEBEHIND_DATA - Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere. +. MessageId=597 Severity=Success @@ -2576,6 +2858,9 @@ SymbolicName=ERROR_CLIENT_SERVER_PARAMETERS_INVALID Language=English ERROR_CLIENT_SERVER_PARAMETERS_INVALID - The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window. . +Language=Russian +ERROR_CLIENT_SERVER_PARAMETERS_INVALID - The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window. +. MessageId=598 Severity=Success @@ -2584,6 +2869,9 @@ SymbolicName=ERROR_NOT_TINY_STREAM Language=English ERROR_NOT_TINY_STREAM - The stream is not a tiny stream. . +Language=Russian +ERROR_NOT_TINY_STREAM - The stream is not a tiny stream. +. MessageId=599 Severity=Success @@ -2592,6 +2880,9 @@ SymbolicName=ERROR_STACK_OVERFLOW_READ Language=English ERROR_STACK_OVERFLOW_READ - The request must be handled by the stack overflow code. . +Language=Russian +ERROR_STACK_OVERFLOW_READ - The request must be handled by the stack overflow code. +. MessageId=600 Severity=Success @@ -2600,6 +2891,9 @@ SymbolicName=ERROR_CONVERT_TO_LARGE Language=English ERROR_CONVERT_TO_LARGE - Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream. . +Language=Russian +ERROR_CONVERT_TO_LARGE - Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream. +. MessageId=601 Severity=Success @@ -2608,6 +2902,9 @@ SymbolicName=ERROR_FOUND_OUT_OF_SCOPE Language=English ERROR_FOUND_OUT_OF_SCOPE - The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation. . +Language=Russian +ERROR_FOUND_OUT_OF_SCOPE - The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation. +. MessageId=602 Severity=Success @@ -2616,6 +2913,9 @@ SymbolicName=ERROR_ALLOCATE_BUCKET Language=English ERROR_ALLOCATE_BUCKET - The bucket array must be grown. Retry transaction after doing so. . +Language=Russian +ERROR_ALLOCATE_BUCKET - The bucket array must be grown. Retry transaction after doing so. +. MessageId=603 Severity=Success @@ -2624,6 +2924,9 @@ SymbolicName=ERROR_MARSHALL_OVERFLOW Language=English ERROR_MARSHALL_OVERFLOW - The user/kernel marshalling buffer has overflowed. . +Language=Russian +ERROR_MARSHALL_OVERFLOW - The user/kernel marshalling buffer has overflowed. +. MessageId=604 Severity=Success @@ -2632,6 +2935,9 @@ SymbolicName=ERROR_INVALID_VARIANT Language=English ERROR_INVALID_VARIANT - The supplied variant structure contains invalid data. . +Language=Russian +ERROR_INVALID_VARIANT - The supplied variant structure contains invalid data. +. MessageId=605 Severity=Success @@ -2640,6 +2946,9 @@ SymbolicName=ERROR_BAD_COMPRESSION_BUFFER Language=English ERROR_BAD_COMPRESSION_BUFFER - The specified buffer contains ill-formed data. . +Language=Russian +ERROR_BAD_COMPRESSION_BUFFER - The specified buffer contains ill-formed data. +. MessageId=606 Severity=Success @@ -2648,6 +2957,9 @@ SymbolicName=ERROR_AUDIT_FAILED Language=English ERROR_AUDIT_FAILED - An attempt to generate a security audit failed. . +Language=Russian +ERROR_AUDIT_FAILED - An attempt to generate a security audit failed. +. MessageId=607 Severity=Success @@ -2656,6 +2968,9 @@ SymbolicName=ERROR_TIMER_RESOLUTION_NOT_SET Language=English ERROR_TIMER_RESOLUTION_NOT_SET - The timer resolution was not previously set by the current process. . +Language=Russian +ERROR_TIMER_RESOLUTION_NOT_SET - The timer resolution was not previously set by the current process. +. MessageId=608 Severity=Success @@ -2664,6 +2979,9 @@ SymbolicName=ERROR_INSUFFICIENT_LOGON_INFO Language=English ERROR_INSUFFICIENT_LOGON_INFO - There is insufficient account information to log you on. . +Language=Russian +ERROR_INSUFFICIENT_LOGON_INFO - There is insufficient account information to log you on. +. MessageId=609 Severity=Success @@ -2672,6 +2990,9 @@ SymbolicName=ERROR_BAD_DLL_ENTRYPOINT Language=English ERROR_BAD_DLL_ENTRYPOINT - The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly. . +Language=Russian +ERROR_BAD_DLL_ENTRYPOINT - The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly. +. MessageId=610 Severity=Success @@ -2680,6 +3001,9 @@ SymbolicName=ERROR_BAD_SERVICE_ENTRYPOINT Language=English ERROR_BAD_SERVICE_ENTRYPOINT - The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly. . +Language=Russian +ERROR_BAD_SERVICE_ENTRYPOINT - The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly. +. MessageId=611 Severity=Success @@ -2688,6 +3012,9 @@ SymbolicName=ERROR_IP_ADDRESS_CONFLICT1 Language=English ERROR_IP_ADDRESS_CONFLICT1 - There is an IP address conflict with another system on the network . +Language=Russian +ERROR_IP_ADDRESS_CONFLICT1 - There is an IP address conflict with another system on the network +. MessageId=612 Severity=Success @@ -2696,6 +3023,9 @@ SymbolicName=ERROR_IP_ADDRESS_CONFLICT2 Language=English ERROR_IP_ADDRESS_CONFLICT2 - There is an IP address conflict with another system on the network . +Language=Russian +ERROR_IP_ADDRESS_CONFLICT2 - There is an IP address conflict with another system on the network +. MessageId=613 Severity=Success @@ -2704,6 +3034,9 @@ SymbolicName=ERROR_REGISTRY_QUOTA_LIMIT Language=English ERROR_REGISTRY_QUOTA_LIMIT - The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored. . +Language=Russian +ERROR_REGISTRY_QUOTA_LIMIT - The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored. +. MessageId=614 Severity=Success @@ -2712,6 +3045,9 @@ SymbolicName=ERROR_NO_CALLBACK_ACTIVE Language=English ERROR_NO_CALLBACK_ACTIVE - A callback return system service cannot be executed when no callback is active. . +Language=Russian +ERROR_NO_CALLBACK_ACTIVE - A callback return system service cannot be executed when no callback is active. +. MessageId=615 Severity=Success @@ -2720,6 +3056,9 @@ SymbolicName=ERROR_PWD_TOO_SHORT Language=English ERROR_PWD_TOO_SHORT - The password provided is too short to meet the policy of your user account. Please choose a longer password. . +Language=Russian +ERROR_PWD_TOO_SHORT - The password provided is too short to meet the policy of your user account. Please choose a longer password. +. MessageId=616 Severity=Success @@ -2728,6 +3067,9 @@ SymbolicName=ERROR_PWD_TOO_RECENT Language=English ERROR_PWD_TOO_RECENT - The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned. . +Language=Russian +ERROR_PWD_TOO_RECENT - The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned. +. MessageId=617 Severity=Success @@ -2736,6 +3078,9 @@ SymbolicName=ERROR_PWD_HISTORY_CONFLICT Language=English ERROR_PWD_HISTORY_CONFLICT - You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used. . +Language=Russian +ERROR_PWD_HISTORY_CONFLICT - You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used. +. MessageId=618 Severity=Success @@ -2744,6 +3089,9 @@ SymbolicName=ERROR_UNSUPPORTED_COMPRESSION Language=English ERROR_UNSUPPORTED_COMPRESSION - The specified compression format is unsupported. . +Language=Russian +ERROR_UNSUPPORTED_COMPRESSION - The specified compression format is unsupported. +. MessageId=619 Severity=Success @@ -2752,6 +3100,9 @@ SymbolicName=ERROR_INVALID_HW_PROFILE Language=English ERROR_INVALID_HW_PROFILE - The specified hardware profile configuration is invalid. . +Language=Russian +ERROR_INVALID_HW_PROFILE - The specified hardware profile configuration is invalid. +. MessageId=620 Severity=Success @@ -2760,6 +3111,9 @@ SymbolicName=ERROR_INVALID_PLUGPLAY_DEVICE_PATH Language=English ERROR_INVALID_PLUGPLAY_DEVICE_PATH - The specified Plug and Play registry device path is invalid. . +Language=Russian +ERROR_INVALID_PLUGPLAY_DEVICE_PATH - The specified Plug and Play registry device path is invalid. +. MessageId=621 Severity=Success @@ -2768,6 +3122,9 @@ SymbolicName=ERROR_QUOTA_LIST_INCONSISTENT Language=English ERROR_QUOTA_LIST_INCONSISTENT - The specified quota list is internally inconsistent with its descriptor. . +Language=Russian +ERROR_QUOTA_LIST_INCONSISTENT - The specified quota list is internally inconsistent with its descriptor. +. MessageId=622 Severity=Success @@ -2776,6 +3133,9 @@ SymbolicName=ERROR_EVALUATION_EXPIRATION Language=English ERROR_EVALUATION_EXPIRATION - The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product. . +Language=Russian +ERROR_EVALUATION_EXPIRATION - The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product. +. MessageId=623 Severity=Success @@ -2784,6 +3144,9 @@ SymbolicName=ERROR_ILLEGAL_DLL_RELOCATION Language=English ERROR_ILLEGAL_DLL_RELOCATION - The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL. . +Language=Russian +ERROR_ILLEGAL_DLL_RELOCATION - The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL. +. MessageId=624 Severity=Success @@ -2792,6 +3155,9 @@ SymbolicName=ERROR_DLL_INIT_FAILED_LOGOFF Language=English ERROR_DLL_INIT_FAILED_LOGOFF - The application failed to initialize because the window station is shutting down. . +Language=Russian +ERROR_DLL_INIT_FAILED_LOGOFF - The application failed to initialize because the window station is shutting down. +. MessageId=625 Severity=Success @@ -2800,6 +3166,9 @@ SymbolicName=ERROR_VALIDATE_CONTINUE Language=English ERROR_VALIDATE_CONTINUE - The validation process needs to continue on to the next step. . +Language=Russian +ERROR_VALIDATE_CONTINUE - The validation process needs to continue on to the next step. +. MessageId=626 Severity=Success @@ -2808,6 +3177,9 @@ SymbolicName=ERROR_NO_MORE_MATCHES Language=English ERROR_NO_MORE_MATCHES - There are no more matches for the current index enumeration. . +Language=Russian +ERROR_NO_MORE_MATCHES - There are no more matches for the current index enumeration. +. MessageId=627 Severity=Success @@ -2816,6 +3188,9 @@ SymbolicName=ERROR_RANGE_LIST_CONFLICT Language=English ERROR_RANGE_LIST_CONFLICT - The range could not be added to the range list because of a conflict. . +Language=Russian +ERROR_RANGE_LIST_CONFLICT - The range could not be added to the range list because of a conflict. +. MessageId=628 Severity=Success @@ -2824,6 +3199,9 @@ SymbolicName=ERROR_SERVER_SID_MISMATCH Language=English ERROR_SERVER_SID_MISMATCH - The server process is running under a SID different than that required by client. . +Language=Russian +ERROR_SERVER_SID_MISMATCH - The server process is running under a SID different than that required by client. +. MessageId=629 Severity=Success @@ -2832,6 +3210,9 @@ SymbolicName=ERROR_CANT_ENABLE_DENY_ONLY Language=English ERROR_CANT_ENABLE_DENY_ONLY - A group marked use for deny only cannot be enabled. . +Language=Russian +ERROR_CANT_ENABLE_DENY_ONLY - A group marked use for deny only cannot be enabled. +. MessageId=630 Severity=Success @@ -2840,6 +3221,9 @@ SymbolicName=ERROR_FLOAT_MULTIPLE_FAULTS Language=English ERROR_FLOAT_MULTIPLE_FAULTS - Multiple floating point faults. . +Language=Russian +ERROR_FLOAT_MULTIPLE_FAULTS - Multiple floating point faults. +. MessageId=631 Severity=Success @@ -2848,6 +3232,9 @@ SymbolicName=ERROR_FLOAT_MULTIPLE_TRAPS Language=English ERROR_FLOAT_MULTIPLE_TRAPS - Multiple floating point traps. . +Language=Russian +ERROR_FLOAT_MULTIPLE_TRAPS - Multiple floating point traps. +. MessageId=632 Severity=Success @@ -2856,6 +3243,9 @@ SymbolicName=ERROR_NOINTERFACE Language=English ERROR_NOINTERFACE - The requested interface is not supported. . +Language=Russian +ERROR_NOINTERFACE - The requested interface is not supported. +. MessageId=633 Severity=Success @@ -2864,6 +3254,9 @@ SymbolicName=ERROR_DRIVER_FAILED_SLEEP Language=English ERROR_DRIVER_FAILED_SLEEP - The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode. . +Language=Russian +ERROR_DRIVER_FAILED_SLEEP - The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode. +. MessageId=634 Severity=Success @@ -2872,6 +3265,9 @@ SymbolicName=ERROR_CORRUPT_SYSTEM_FILE Language=English ERROR_CORRUPT_SYSTEM_FILE - The system file %1 has become corrupt and has been replaced. . +Language=Russian +ERROR_CORRUPT_SYSTEM_FILE - The system file %1 has become corrupt and has been replaced. +. MessageId=635 Severity=Success @@ -2880,6 +3276,9 @@ SymbolicName=ERROR_COMMITMENT_MINIMUM Language=English ERROR_COMMITMENT_MINIMUM - Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help. . +Language=Russian +ERROR_COMMITMENT_MINIMUM - Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help. +. MessageId=636 Severity=Success @@ -2888,6 +3287,9 @@ SymbolicName=ERROR_PNP_RESTART_ENUMERATION Language=English ERROR_PNP_RESTART_ENUMERATION - A device was removed so enumeration must be restarted. . +Language=Russian +ERROR_PNP_RESTART_ENUMERATION - A device was removed so enumeration must be restarted. +. MessageId=637 Severity=Success @@ -2896,6 +3298,9 @@ SymbolicName=ERROR_SYSTEM_IMAGE_BAD_SIGNATURE Language=English ERROR_SYSTEM_IMAGE_BAD_SIGNATURE - The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down. . +Language=Russian +ERROR_SYSTEM_IMAGE_BAD_SIGNATURE - The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down. +. MessageId=638 Severity=Success @@ -2904,6 +3309,9 @@ SymbolicName=ERROR_PNP_REBOOT_REQUIRED Language=English ERROR_PNP_REBOOT_REQUIRED - Device will not start without a reboot. . +Language=Russian +ERROR_PNP_REBOOT_REQUIRED - Device will not start without a reboot. +. MessageId=639 Severity=Success @@ -2912,6 +3320,9 @@ SymbolicName=ERROR_INSUFFICIENT_POWER Language=English ERROR_INSUFFICIENT_POWER - There is not enough power to complete the requested operation. . +Language=Russian +ERROR_INSUFFICIENT_POWER - There is not enough power to complete the requested operation. +. MessageId=641 Severity=Success @@ -2920,6 +3331,9 @@ SymbolicName=ERROR_SYSTEM_SHUTDOWN Language=English ERROR_SYSTEM_SHUTDOWN - The system is in the process of shutting down. . +Language=Russian +ERROR_SYSTEM_SHUTDOWN - The system is in the process of shutting down. +. MessageId=642 Severity=Success @@ -2928,6 +3342,9 @@ SymbolicName=ERROR_PORT_NOT_SET Language=English ERROR_PORT_NOT_SET - An attempt to remove a processes DebugPort was made, but a port was not already associated with the process. . +Language=Russian +ERROR_PORT_NOT_SET - An attempt to remove a processes DebugPort was made, but a port was not already associated with the process. +. MessageId=643 Severity=Success @@ -2936,6 +3353,9 @@ SymbolicName=ERROR_DS_VERSION_CHECK_FAILURE Language=English ERROR_DS_VERSION_CHECK_FAILURE - This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller. . +Language=Russian +ERROR_DS_VERSION_CHECK_FAILURE - This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller. +. MessageId=644 Severity=Success @@ -2944,6 +3364,9 @@ SymbolicName=ERROR_RANGE_NOT_FOUND Language=English ERROR_RANGE_NOT_FOUND - The specified range could not be found in the range list. . +Language=Russian +ERROR_RANGE_NOT_FOUND - The specified range could not be found in the range list. +. MessageId=646 Severity=Success @@ -2952,6 +3375,9 @@ SymbolicName=ERROR_NOT_SAFE_MODE_DRIVER Language=English ERROR_NOT_SAFE_MODE_DRIVER - The driver was not loaded because the system is booting into safe mode. . +Language=Russian +ERROR_NOT_SAFE_MODE_DRIVER - The driver was not loaded because the system is booting into safe mode. +. MessageId=647 Severity=Success @@ -2960,6 +3386,9 @@ SymbolicName=ERROR_FAILED_DRIVER_ENTRY Language=English ERROR_FAILED_DRIVER_ENTRY - The driver was not loaded because it failed it's initialization call. . +Language=Russian +ERROR_FAILED_DRIVER_ENTRY - The driver was not loaded because it failed it's initialization call. +. MessageId=648 Severity=Success @@ -2968,6 +3397,9 @@ SymbolicName=ERROR_DEVICE_ENUMERATION_ERROR Language=English ERROR_DEVICE_ENUMERATION_ERROR - The \"%hs\" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection. . +Language=Russian +ERROR_DEVICE_ENUMERATION_ERROR - The \"%hs\" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection. +. MessageId=649 Severity=Success @@ -2976,6 +3408,9 @@ SymbolicName=ERROR_MOUNT_POINT_NOT_RESOLVED Language=English ERROR_MOUNT_POINT_NOT_RESOLVED - The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached. . +Language=Russian +ERROR_MOUNT_POINT_NOT_RESOLVED - The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached. +. MessageId=650 Severity=Success @@ -2984,6 +3419,9 @@ SymbolicName=ERROR_INVALID_DEVICE_OBJECT_PARAMETER Language=English ERROR_INVALID_DEVICE_OBJECT_PARAMETER - The device object parameter is either not a valid device object or is not attached to the volume specified by the file name. . +Language=Russian +ERROR_INVALID_DEVICE_OBJECT_PARAMETER - The device object parameter is either not a valid device object or is not attached to the volume specified by the file name. +. MessageId=651 Severity=Success @@ -2992,6 +3430,9 @@ SymbolicName=ERROR_MCA_OCCURED Language=English ERROR_MCA_OCCURED - A Machine Check Error has occurred. Please check the system eventlog for additional information. . +Language=Russian +ERROR_MCA_OCCURED - A Machine Check Error has occurred. Please check the system eventlog for additional information. +. MessageId=652 Severity=Success @@ -3000,6 +3441,9 @@ SymbolicName=ERROR_DRIVER_DATABASE_ERROR Language=English ERROR_DRIVER_DATABASE_ERROR - There was error [%2] processing the driver database. . +Language=Russian +ERROR_DRIVER_DATABASE_ERROR - There was error [%2] processing the driver database. +. MessageId=653 Severity=Success @@ -3008,6 +3452,9 @@ SymbolicName=ERROR_SYSTEM_HIVE_TOO_LARGE Language=English ERROR_SYSTEM_HIVE_TOO_LARGE - System hive size has exceeded its limit. . +Language=Russian +ERROR_SYSTEM_HIVE_TOO_LARGE - System hive size has exceeded its limit. +. MessageId=654 Severity=Success @@ -3016,6 +3463,9 @@ SymbolicName=ERROR_DRIVER_FAILED_PRIOR_UNLOAD Language=English ERROR_DRIVER_FAILED_PRIOR_UNLOAD - The driver could not be loaded because a previous version of the driver is still in memory. . +Language=Russian +ERROR_DRIVER_FAILED_PRIOR_UNLOAD - The driver could not be loaded because a previous version of the driver is still in memory. +. MessageId=655 Severity=Success @@ -3024,6 +3474,9 @@ SymbolicName=ERROR_VOLSNAP_PREPARE_HIBERNATE Language=English ERROR_VOLSNAP_PREPARE_HIBERNATE - Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation. . +Language=Russian +ERROR_VOLSNAP_PREPARE_HIBERNATE - Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation. +. MessageId=656 Severity=Success @@ -3032,6 +3485,9 @@ SymbolicName=ERROR_HIBERNATION_FAILURE Language=English ERROR_HIBERNATION_FAILURE - The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted. . +Language=Russian +ERROR_HIBERNATION_FAILURE - The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted. +. MessageId=657 Severity=Success @@ -3040,6 +3496,9 @@ SymbolicName=ERROR_HUNG_DISPLAY_DRIVER_THREAD Language=English ERROR_HUNG_DISPLAY_DRIVER_THREAD - The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft. . +Language=Russian +ERROR_HUNG_DISPLAY_DRIVER_THREAD - The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft. +. MessageId=665 Severity=Success @@ -3048,6 +3507,9 @@ SymbolicName=ERROR_FILE_SYSTEM_LIMITATION Language=English ERROR_FILE_SYSTEM_LIMITATION - The requested operation could not be completed due to a file system limitation. . +Language=Russian +ERROR_FILE_SYSTEM_LIMITATION - The requested operation could not be completed due to a file system limitation. +. MessageId=668 Severity=Success @@ -3056,6 +3518,9 @@ SymbolicName=ERROR_ASSERTION_FAILURE Language=English ERROR_ASSERTION_FAILURE - An assertion failure has occurred. . +Language=Russian +ERROR_ASSERTION_FAILURE - An assertion failure has occurred. +. MessageId=669 Severity=Success @@ -3064,6 +3529,9 @@ SymbolicName=ERROR_VERIFIER_STOP Language=English ERROR_VERIFIER_STOP - Application verifier has found an error in the current process. . +Language=Russian +ERROR_VERIFIER_STOP - Application verifier has found an error in the current process. +. MessageId=670 Severity=Success @@ -3072,6 +3540,9 @@ SymbolicName=ERROR_WOW_ASSERTION Language=English ERROR_WOW_ASSERTION - WOW Assertion Error. . +Language=Russian +ERROR_WOW_ASSERTION - WOW Assertion Error. +. MessageId=671 Severity=Success @@ -3080,6 +3551,9 @@ SymbolicName=ERROR_PNP_BAD_MPS_TABLE Language=English ERROR_PNP_BAD_MPS_TABLE - A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update. . +Language=Russian +ERROR_PNP_BAD_MPS_TABLE - A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update. +. MessageId=672 Severity=Success @@ -3088,6 +3562,9 @@ SymbolicName=ERROR_PNP_TRANSLATION_FAILED Language=English ERROR_PNP_TRANSLATION_FAILED - A translator failed to translate resources. . +Language=Russian +ERROR_PNP_TRANSLATION_FAILED - A translator failed to translate resources. +. MessageId=673 Severity=Success @@ -3096,6 +3573,9 @@ SymbolicName=ERROR_PNP_IRQ_TRANSLATION_FAILED Language=English ERROR_PNP_IRQ_TRANSLATION_FAILED - A IRQ translator failed to translate resources. . +Language=Russian +ERROR_PNP_IRQ_TRANSLATION_FAILED - A IRQ translator failed to translate resources. +. MessageId=674 Severity=Success @@ -3104,6 +3584,9 @@ SymbolicName=ERROR_PNP_INVALID_ID Language=English ERROR_PNP_INVALID_ID - Driver %2 returned invalid ID for a child device (%3). . +Language=Russian +ERROR_PNP_INVALID_ID - Driver %2 returned invalid ID for a child device (%3). +. MessageId=675 Severity=Success @@ -3112,6 +3595,9 @@ SymbolicName=ERROR_WAKE_SYSTEM_DEBUGGER Language=English ERROR_WAKE_SYSTEM_DEBUGGER - The system debugger was awakened by an interrupt. . +Language=Russian +ERROR_WAKE_SYSTEM_DEBUGGER - The system debugger was awakened by an interrupt. +. MessageId=676 Severity=Success @@ -3120,6 +3606,9 @@ SymbolicName=ERROR_HANDLES_CLOSED Language=English ERROR_HANDLES_CLOSED - Handles to objects have been automatically closed as a result of the requested operation. . +Language=Russian +ERROR_HANDLES_CLOSED - Handles to objects have been automatically closed as a result of the requested operation. +. MessageId=677 Severity=Success @@ -3128,6 +3617,9 @@ SymbolicName=ERROR_EXTRANEOUS_INFORMATION Language=English ERROR_EXTRANEOUS_INFORMATION - he specified access control list (ACL) contained more information than was expected. . +Language=Russian +ERROR_EXTRANEOUS_INFORMATION - he specified access control list (ACL) contained more information than was expected. +. MessageId=678 Severity=Success @@ -3136,6 +3628,9 @@ SymbolicName=ERROR_RXACT_COMMIT_NECESSARY Language=English ERROR_RXACT_COMMIT_NECESSARY - This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired). . +Language=Russian +ERROR_RXACT_COMMIT_NECESSARY - This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired). +. MessageId=679 Severity=Success @@ -3144,6 +3639,9 @@ SymbolicName=ERROR_MEDIA_CHECK Language=English ERROR_MEDIA_CHECK - The media may have changed. . +Language=Russian +ERROR_MEDIA_CHECK - The media may have changed. +. MessageId=680 Severity=Success @@ -3152,6 +3650,9 @@ SymbolicName=ERROR_GUID_SUBSTITUTION_MADE Language=English ERROR_GUID_SUBSTITUTION_MADE - During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended. . +Language=Russian +ERROR_GUID_SUBSTITUTION_MADE - During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended. +. MessageId=681 Severity=Success @@ -3160,6 +3661,9 @@ SymbolicName=ERROR_STOPPED_ON_SYMLINK Language=English ERROR_STOPPED_ON_SYMLINK - The create operation stopped after reaching a symbolic link. . +Language=Russian +ERROR_STOPPED_ON_SYMLINK - The create operation stopped after reaching a symbolic link. +. MessageId=682 Severity=Success @@ -3168,6 +3672,9 @@ SymbolicName=ERROR_LONGJUMP Language=English ERROR_LONGJUMP - A long jump has been executed. . +Language=Russian +ERROR_LONGJUMP - A long jump has been executed. +. MessageId=683 Severity=Success @@ -3176,6 +3683,9 @@ SymbolicName=ERROR_PLUGPLAY_QUERY_VETOED Language=English ERROR_PLUGPLAY_QUERY_VETOED - The Plug and Play query operation was not successful. . +Language=Russian +ERROR_PLUGPLAY_QUERY_VETOED - The Plug and Play query operation was not successful. +. MessageId=684 Severity=Success @@ -3184,6 +3694,9 @@ SymbolicName=ERROR_UNWIND_CONSOLIDATE Language=English ERROR_UNWIND_CONSOLIDATE - A frame consolidation has been executed. . +Language=Russian +ERROR_UNWIND_CONSOLIDATE - A frame consolidation has been executed. +. MessageId=685 Severity=Success @@ -3192,6 +3705,9 @@ SymbolicName=ERROR_REGISTRY_HIVE_RECOVERED Language=English ERROR_REGISTRY_HIVE_RECOVERED - Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost. . +Language=Russian +ERROR_REGISTRY_HIVE_RECOVERED - Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost. +. MessageId=686 Severity=Success @@ -3200,6 +3716,9 @@ SymbolicName=ERROR_DLL_MIGHT_BE_INSECURE Language=English ERROR_DLL_MIGHT_BE_INSECURE - The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs? . +Language=Russian +ERROR_DLL_MIGHT_BE_INSECURE - The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs? +. MessageId=687 Severity=Success @@ -3208,6 +3727,9 @@ SymbolicName=ERROR_DLL_MIGHT_BE_INCOMPATIBLE Language=English ERROR_DLL_MIGHT_BE_INCOMPATIBLE - The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs? . +Language=Russian +ERROR_DLL_MIGHT_BE_INCOMPATIBLE - The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs? +. MessageId=688 Severity=Success @@ -3216,6 +3738,9 @@ SymbolicName=ERROR_DBG_EXCEPTION_NOT_HANDLED Language=English ERROR_DBG_EXCEPTION_NOT_HANDLED - Debugger did not handle the exception. . +Language=Russian +ERROR_DBG_EXCEPTION_NOT_HANDLED - Debugger did not handle the exception. +. MessageId=689 Severity=Success @@ -3224,6 +3749,9 @@ SymbolicName=ERROR_DBG_REPLY_LATER Language=English ERROR_DBG_REPLY_LATER - Debugger will reply later. . +Language=Russian +ERROR_DBG_REPLY_LATER - Debugger will reply later. +. MessageId=690 Severity=Success @@ -3232,6 +3760,9 @@ SymbolicName=ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE Language=English ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE - Debugger can not provide handle. . +Language=Russian +ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE - Debugger can not provide handle. +. MessageId=691 Severity=Success @@ -3240,6 +3771,9 @@ SymbolicName=ERROR_DBG_TERMINATE_THREAD Language=English ERROR_DBG_TERMINATE_THREAD - Debugger terminated thread. . +Language=Russian +ERROR_DBG_TERMINATE_THREAD - Debugger terminated thread. +. MessageId=692 Severity=Success @@ -3248,6 +3782,9 @@ SymbolicName=ERROR_DBG_TERMINATE_PROCESS Language=English ERROR_DBG_TERMINATE_PROCESS - Debugger terminated process. . +Language=Russian +ERROR_DBG_TERMINATE_PROCESS - Debugger terminated process. +. MessageId=693 Severity=Success @@ -3256,6 +3793,9 @@ SymbolicName=ERROR_DBG_CONTROL_C Language=English ERROR_DBG_CONTROL_C - Debugger got control C. . +Language=Russian +ERROR_DBG_CONTROL_C - Debugger got control C. +. MessageId=694 Severity=Success @@ -3264,6 +3804,9 @@ SymbolicName=ERROR_DBG_PRINTEXCEPTION_C Language=English ERROR_DBG_PRINTEXCEPTION_C - Debugger printed exception on control C. . +Language=Russian +ERROR_DBG_PRINTEXCEPTION_C - Debugger printed exception on control C. +. MessageId=695 Severity=Success @@ -3272,6 +3815,9 @@ SymbolicName=ERROR_DBG_RIPEXCEPTION Language=English ERROR_DBG_RIPEXCEPTION - Debugger received RIP exception. . +Language=Russian +ERROR_DBG_RIPEXCEPTION - Debugger received RIP exception. +. MessageId=696 Severity=Success @@ -3280,6 +3826,9 @@ SymbolicName=ERROR_DBG_CONTROL_BREAK Language=English ERROR_DBG_CONTROL_BREAK - Debugger received control break. . +Language=Russian +ERROR_DBG_CONTROL_BREAK - Debugger received control break. +. MessageId=697 Severity=Success @@ -3288,6 +3837,9 @@ SymbolicName=ERROR_DBG_COMMAND_EXCEPTION Language=English ERROR_DBG_COMMAND_EXCEPTION - Debugger command communication exception. . +Language=Russian +ERROR_DBG_COMMAND_EXCEPTION - Debugger command communication exception. +. MessageId=698 Severity=Success @@ -3296,6 +3848,9 @@ SymbolicName=ERROR_OBJECT_NAME_EXISTS Language=English ERROR_OBJECT_NAME_EXISTS - An attempt was made to create an object and the object name already existed. . +Language=Russian +ERROR_OBJECT_NAME_EXISTS - An attempt was made to create an object and the object name already existed. +. MessageId=699 Severity=Success @@ -3304,6 +3859,9 @@ SymbolicName=ERROR_THREAD_WAS_SUSPENDED Language=English ERROR_THREAD_WAS_SUSPENDED - A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded. . +Language=Russian +ERROR_THREAD_WAS_SUSPENDED - A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded. +. MessageId=700 Severity=Success @@ -3312,6 +3870,9 @@ SymbolicName=ERROR_IMAGE_NOT_AT_BASE Language=English ERROR_IMAGE_NOT_AT_BASE - An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image. . +Language=Russian +ERROR_IMAGE_NOT_AT_BASE - An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image. +. MessageId=701 Severity=Success @@ -3320,6 +3881,9 @@ SymbolicName=ERROR_RXACT_STATE_CREATED Language=English ERROR_RXACT_STATE_CREATED - This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created. . +Language=Russian +ERROR_RXACT_STATE_CREATED - This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created. +. MessageId=702 Severity=Success @@ -3328,6 +3892,9 @@ SymbolicName=ERROR_SEGMENT_NOTIFICATION Language=English ERROR_SEGMENT_NOTIFICATION - A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments. . +Language=Russian +ERROR_SEGMENT_NOTIFICATION - A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments. +. MessageId=703 Severity=Success @@ -3336,6 +3903,9 @@ SymbolicName=ERROR_BAD_CURRENT_DIRECTORY Language=English ERROR_BAD_CURRENT_DIRECTORY - The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit. . +Language=Russian +ERROR_BAD_CURRENT_DIRECTORY - The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit. +. MessageId=704 Severity=Success @@ -3344,6 +3914,9 @@ SymbolicName=ERROR_FT_READ_RECOVERY_FROM_BACKUP Language=English ERROR_FT_READ_RECOVERY_FROM_BACKUP - To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device. . +Language=Russian +ERROR_FT_READ_RECOVERY_FROM_BACKUP - To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device. +. MessageId=705 Severity=Success @@ -3352,6 +3925,9 @@ SymbolicName=ERROR_FT_WRITE_RECOVERY Language=English ERROR_FT_WRITE_RECOVERY - To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device. . +Language=Russian +ERROR_FT_WRITE_RECOVERY - To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device. +. MessageId=706 Severity=Success @@ -3360,6 +3936,9 @@ SymbolicName=ERROR_IMAGE_MACHINE_TYPE_MISMATCH Language=English ERROR_IMAGE_MACHINE_TYPE_MISMATCH - The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load. . +Language=Russian +ERROR_IMAGE_MACHINE_TYPE_MISMATCH - The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load. +. MessageId=707 Severity=Success @@ -3368,6 +3947,9 @@ SymbolicName=ERROR_RECEIVE_PARTIAL Language=English ERROR_RECEIVE_PARTIAL - The network transport returned partial data to its client. The remaining data will be sent later. . +Language=Russian +ERROR_RECEIVE_PARTIAL - The network transport returned partial data to its client. The remaining data will be sent later. +. MessageId=708 Severity=Success @@ -3376,6 +3958,9 @@ SymbolicName=ERROR_RECEIVE_EXPEDITED Language=English ERROR_RECEIVE_EXPEDITED - The network transport returned data to its client that was marked as expedited by the remote system. . +Language=Russian +ERROR_RECEIVE_EXPEDITED - The network transport returned data to its client that was marked as expedited by the remote system. +. MessageId=709 Severity=Success @@ -3384,6 +3969,9 @@ SymbolicName=ERROR_RECEIVE_PARTIAL_EXPEDITED Language=English ERROR_RECEIVE_PARTIAL_EXPEDITED - The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later. . +Language=Russian +ERROR_RECEIVE_PARTIAL_EXPEDITED - The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later. +. MessageId=710 Severity=Success @@ -3392,6 +3980,9 @@ SymbolicName=ERROR_EVENT_DONE Language=English ERROR_EVENT_DONE - The TDI indication has completed successfully. . +Language=Russian +ERROR_EVENT_DONE - The TDI indication has completed successfully. +. MessageId=711 Severity=Success @@ -3400,6 +3991,9 @@ SymbolicName=ERROR_EVENT_PENDING Language=English ERROR_EVENT_PENDING - The TDI indication has entered the pending state. . +Language=Russian +ERROR_EVENT_PENDING - The TDI indication has entered the pending state. +. MessageId=712 Severity=Success @@ -3408,6 +4002,9 @@ SymbolicName=ERROR_CHECKING_FILE_SYSTEM Language=English ERROR_CHECKING_FILE_SYSTEM - Checking file system on %wZ. . +Language=Russian +ERROR_CHECKING_FILE_SYSTEM - Checking file system on %wZ. +. MessageId=714 Severity=Success @@ -3416,6 +4013,9 @@ SymbolicName=ERROR_PREDEFINED_HANDLE Language=English ERROR_PREDEFINED_HANDLE - The specified registry key is referenced by a predefined handle. . +Language=Russian +ERROR_PREDEFINED_HANDLE - The specified registry key is referenced by a predefined handle. +. MessageId=715 Severity=Success @@ -3424,6 +4024,9 @@ SymbolicName=ERROR_WAS_UNLOCKED Language=English ERROR_WAS_UNLOCKED - The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process. . +Language=Russian +ERROR_WAS_UNLOCKED - The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process. +. MessageId=717 Severity=Success @@ -3432,6 +4035,9 @@ SymbolicName=ERROR_WAS_LOCKED Language=English ERROR_WAS_LOCKED - One of the pages to lock was already locked. . +Language=Russian +ERROR_WAS_LOCKED - One of the pages to lock was already locked. +. MessageId=720 Severity=Success @@ -3440,6 +4046,9 @@ SymbolicName=ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE Language=English ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE - The image file %hs is valid, but is for a machine type other than the current machine. . +Language=Russian +ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE - The image file %hs is valid, but is for a machine type other than the current machine. +. MessageId=721 Severity=Success @@ -3448,6 +4057,9 @@ SymbolicName=ERROR_NO_YIELD_PERFORMED Language=English ERROR_NO_YIELD_PERFORMED - A yield execution was performed and no thread was available to run. . +Language=Russian +ERROR_NO_YIELD_PERFORMED - A yield execution was performed and no thread was available to run. +. MessageId=722 Severity=Success @@ -3456,6 +4068,9 @@ SymbolicName=ERROR_TIMER_RESUME_IGNORED Language=English ERROR_TIMER_RESUME_IGNORED - The resumable flag to a timer API was ignored. . +Language=Russian +ERROR_TIMER_RESUME_IGNORED - The resumable flag to a timer API was ignored. +. MessageId=723 Severity=Success @@ -3464,6 +4079,9 @@ SymbolicName=ERROR_ARBITRATION_UNHANDLED Language=English ERROR_ARBITRATION_UNHANDLED - The arbiter has deferred arbitration of these resources to its parent. . +Language=Russian +ERROR_ARBITRATION_UNHANDLED - The arbiter has deferred arbitration of these resources to its parent. +. MessageId=724 Severity=Success @@ -3472,6 +4090,9 @@ SymbolicName=ERROR_CARDBUS_NOT_SUPPORTED Language=English ERROR_CARDBUS_NOT_SUPPORTED - The device \"%hs\" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode. The operating system will currently accept only 16-bit (R2) pc-cards on this controller. . +Language=Russian +ERROR_CARDBUS_NOT_SUPPORTED - The device \"%hs\" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode. The operating system will currently accept only 16-bit (R2) pc-cards on this controller. +. MessageId=725 Severity=Success @@ -3480,6 +4101,9 @@ SymbolicName=ERROR_MP_PROCESSOR_MISMATCH Language=English ERROR_MP_PROCESSOR_MISMATCH - The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported. . +Language=Russian +ERROR_MP_PROCESSOR_MISMATCH - The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported. +. MessageId=726 Severity=Success @@ -3488,6 +4112,9 @@ SymbolicName=ERROR_HIBERNATED Language=English ERROR_HIBERNATED - The system was put into hibernation. . +Language=Russian +ERROR_HIBERNATED - The system was put into hibernation. +. MessageId=727 Severity=Success @@ -3496,6 +4123,9 @@ SymbolicName=ERROR_RESUME_HIBERNATION Language=English ERROR_RESUME_HIBERNATION - The system was resumed from hibernation. . +Language=Russian +ERROR_RESUME_HIBERNATION - The system was resumed from hibernation. +. MessageId=728 Severity=Success @@ -3504,6 +4134,9 @@ SymbolicName=ERROR_FIRMWARE_UPDATED Language=English ERROR_FIRMWARE_UPDATED - Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3]. . +Language=Russian +ERROR_FIRMWARE_UPDATED - Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3]. +. MessageId=729 Severity=Success @@ -3512,6 +4145,9 @@ SymbolicName=ERROR_DRIVERS_LEAKING_LOCKED_PAGES Language=English ERROR_DRIVERS_LEAKING_LOCKED_PAGES - A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit. . +Language=Russian +ERROR_DRIVERS_LEAKING_LOCKED_PAGES - A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit. +. MessageId=730 Severity=Success @@ -3520,6 +4156,9 @@ SymbolicName=ERROR_WAKE_SYSTEM Language=English ERROR_WAKE_SYSTEM - The system has awoken . +Language=Russian +ERROR_WAKE_SYSTEM - The system has awoken +. MessageId=741 Severity=Success @@ -3528,6 +4167,9 @@ SymbolicName=ERROR_REPARSE Language=English ERROR_REPARSE - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. . +Language=Russian +ERROR_REPARSE - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. +. MessageId=742 Severity=Success @@ -3536,6 +4178,9 @@ SymbolicName=ERROR_OPLOCK_BREAK_IN_PROGRESS Language=English ERROR_OPLOCK_BREAK_IN_PROGRESS - An open/create operation completed while an oplock break is underway. . +Language=Russian +ERROR_OPLOCK_BREAK_IN_PROGRESS - An open/create operation completed while an oplock break is underway. +. MessageId=743 Severity=Success @@ -3544,6 +4189,9 @@ SymbolicName=ERROR_VOLUME_MOUNTED Language=English ERROR_VOLUME_MOUNTED - A new volume has been mounted by a file system. . +Language=Russian +ERROR_VOLUME_MOUNTED - A new volume has been mounted by a file system. +. MessageId=744 Severity=Success @@ -3552,6 +4200,9 @@ SymbolicName=ERROR_RXACT_COMMITTED Language=English ERROR_RXACT_COMMITTED - This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed. . +Language=Russian +ERROR_RXACT_COMMITTED - This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed. +. MessageId=745 Severity=Success @@ -3560,6 +4211,9 @@ SymbolicName=ERROR_NOTIFY_CLEANUP Language=English ERROR_NOTIFY_CLEANUP - This indicates that a notify change request has been completed due to closing the handle which made the notify change request. . +Language=Russian +ERROR_NOTIFY_CLEANUP - This indicates that a notify change request has been completed due to closing the handle which made the notify change request. +. MessageId=746 Severity=Success @@ -3568,6 +4222,9 @@ SymbolicName=ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED Language=English ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED - An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport. . +Language=Russian +ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED - An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport. +. MessageId=747 Severity=Success @@ -3576,6 +4233,9 @@ SymbolicName=ERROR_PAGE_FAULT_TRANSITION Language=English ERROR_PAGE_FAULT_TRANSITION - Page fault was a transition fault. . +Language=Russian +ERROR_PAGE_FAULT_TRANSITION - Page fault was a transition fault. +. MessageId=748 Severity=Success @@ -3584,6 +4244,9 @@ SymbolicName=ERROR_PAGE_FAULT_DEMAND_ZERO Language=English ERROR_PAGE_FAULT_DEMAND_ZERO - Page fault was a demand zero fault. . +Language=Russian +ERROR_PAGE_FAULT_DEMAND_ZERO - Page fault was a demand zero fault. +. MessageId=749 Severity=Success @@ -3592,6 +4255,9 @@ SymbolicName=ERROR_PAGE_FAULT_COPY_ON_WRITE Language=English ERROR_PAGE_FAULT_COPY_ON_WRITE - Page fault was a demand zero fault. . +Language=Russian +ERROR_PAGE_FAULT_COPY_ON_WRITE - Page fault was a demand zero fault. +. MessageId=750 Severity=Success @@ -3600,6 +4266,9 @@ SymbolicName=ERROR_PAGE_FAULT_GUARD_PAGE Language=English ERROR_PAGE_FAULT_GUARD_PAGE - Page fault was a demand zero fault. . +Language=Russian +ERROR_PAGE_FAULT_GUARD_PAGE - Page fault was a demand zero fault. +. MessageId=751 Severity=Success @@ -3608,6 +4277,9 @@ SymbolicName=ERROR_PAGE_FAULT_PAGING_FILE Language=English ERROR_PAGE_FAULT_PAGING_FILE - Page fault was satisfied by reading from a secondary storage device. . +Language=Russian +ERROR_PAGE_FAULT_PAGING_FILE - Page fault was satisfied by reading from a secondary storage device. +. MessageId=752 Severity=Success @@ -3616,6 +4288,9 @@ SymbolicName=ERROR_CACHE_PAGE_LOCKED Language=English ERROR_CACHE_PAGE_LOCKED - Cached page was locked during operation. . +Language=Russian +ERROR_CACHE_PAGE_LOCKED - Cached page was locked during operation. +. MessageId=753 Severity=Success @@ -3624,6 +4299,9 @@ SymbolicName=ERROR_CRASH_DUMP Language=English ERROR_CRASH_DUMP - Crash dump exists in paging file. . +Language=Russian +ERROR_CRASH_DUMP - Crash dump exists in paging file. +. MessageId=754 Severity=Success @@ -3632,6 +4310,9 @@ SymbolicName=ERROR_BUFFER_ALL_ZEROS Language=English ERROR_BUFFER_ALL_ZEROS - Specified buffer contains all zeros. . +Language=Russian +ERROR_BUFFER_ALL_ZEROS - Specified buffer contains all zeros. +. MessageId=755 Severity=Success @@ -3640,6 +4321,9 @@ SymbolicName=ERROR_REPARSE_OBJECT Language=English ERROR_REPARSE_OBJECT - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. . +Language=Russian +ERROR_REPARSE_OBJECT - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. +. MessageId=756 Severity=Success @@ -3648,6 +4332,9 @@ SymbolicName=ERROR_RESOURCE_REQUIREMENTS_CHANGED Language=English ERROR_RESOURCE_REQUIREMENTS_CHANGED - The device has succeeded a query-stop and its resource requirements have changed. . +Language=Russian +ERROR_RESOURCE_REQUIREMENTS_CHANGED - The device has succeeded a query-stop and its resource requirements have changed. +. MessageId=757 Severity=Success @@ -3656,6 +4343,9 @@ SymbolicName=ERROR_TRANSLATION_COMPLETE Language=English ERROR_TRANSLATION_COMPLETE - The translator has translated these resources into the global space and no further translations should be performed. . +Language=Russian +ERROR_TRANSLATION_COMPLETE - The translator has translated these resources into the global space and no further translations should be performed. +. MessageId=758 Severity=Success @@ -3664,6 +4354,9 @@ SymbolicName=ERROR_NOTHING_TO_TERMINATE Language=English ERROR_NOTHING_TO_TERMINATE - A process being terminated has no threads to terminate. . +Language=Russian +ERROR_NOTHING_TO_TERMINATE - A process being terminated has no threads to terminate. +. MessageId=759 Severity=Success @@ -3672,6 +4365,9 @@ SymbolicName=ERROR_PROCESS_NOT_IN_JOB Language=English ERROR_PROCESS_NOT_IN_JOB - The specified process is not part of a job. . +Language=Russian +ERROR_PROCESS_NOT_IN_JOB - The specified process is not part of a job. +. MessageId=760 Severity=Success @@ -3680,6 +4376,9 @@ SymbolicName=ERROR_PROCESS_IN_JOB Language=English ERROR_PROCESS_IN_JOB - The specified process is part of a job. . +Language=Russian +ERROR_PROCESS_IN_JOB - The specified process is part of a job. +. MessageId=761 Severity=Success @@ -3688,6 +4387,9 @@ SymbolicName=ERROR_VOLSNAP_HIBERNATE_READY Language=English ERROR_VOLSNAP_HIBERNATE_READY - The system is now ready for hibernation. . +Language=Russian +ERROR_VOLSNAP_HIBERNATE_READY - The system is now ready for hibernation. +. MessageId=762 Severity=Success @@ -3696,6 +4398,9 @@ SymbolicName=ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY Language=English ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY - A file system or file system filter driver has successfully completed an FsFilter operation. . +Language=Russian +ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY - A file system or file system filter driver has successfully completed an FsFilter operation. +. MessageId=763 Severity=Success @@ -3704,6 +4409,9 @@ SymbolicName=ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED Language=English ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED - The specified interrupt vector was already connected. . +Language=Russian +ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED - The specified interrupt vector was already connected. +. MessageId=764 Severity=Success @@ -3712,6 +4420,9 @@ SymbolicName=ERROR_INTERRUPT_STILL_CONNECTED Language=English ERROR_INTERRUPT_STILL_CONNECTED - The specified interrupt vector is still connected. . +Language=Russian +ERROR_INTERRUPT_STILL_CONNECTED - The specified interrupt vector is still connected. +. MessageId=765 Severity=Success @@ -3720,6 +4431,9 @@ SymbolicName=ERROR_WAIT_FOR_OPLOCK Language=English ERROR_WAIT_FOR_OPLOCK - An operation is blocked waiting for an oplock. . +Language=Russian +ERROR_WAIT_FOR_OPLOCK - An operation is blocked waiting for an oplock. +. MessageId=766 Severity=Success @@ -3728,6 +4442,9 @@ SymbolicName=ERROR_DBG_EXCEPTION_HANDLED Language=English ERROR_DBG_EXCEPTION_HANDLED - Debugger handled exception. . +Language=Russian +ERROR_DBG_EXCEPTION_HANDLED - Debugger handled exception. +. MessageId=767 Severity=Success @@ -3736,6 +4453,9 @@ SymbolicName=ERROR_DBG_CONTINUE Language=English ERROR_DBG_CONTINUE - Debugger continued . +Language=Russian +ERROR_DBG_CONTINUE - Debugger continued +. MessageId=768 Severity=Success @@ -3744,6 +4464,9 @@ SymbolicName=ERROR_CALLBACK_POP_STACK Language=English ERROR_CALLBACK_POP_STACK - An exception occurred in a user mode callback and the kernel callback frame should be removed. . +Language=Russian +ERROR_CALLBACK_POP_STACK - An exception occurred in a user mode callback and the kernel callback frame should be removed. +. MessageId=769 Severity=Success @@ -3752,6 +4475,9 @@ SymbolicName=ERROR_COMPRESSION_DISABLED Language=English ERROR_COMPRESSION_DISABLED - Compression is disabled for this volume. . +Language=Russian +ERROR_COMPRESSION_DISABLED - Compression is disabled for this volume. +. MessageId=770 Severity=Success @@ -3760,6 +4486,9 @@ SymbolicName=ERROR_CANTFETCHBACKWARDS Language=English ERROR_CANTFETCHBACKWARDS - The data provider cannot fetch backwards through a result set. . +Language=Russian +ERROR_CANTFETCHBACKWARDS - The data provider cannot fetch backwards through a result set. +. MessageId=771 Severity=Success @@ -3768,6 +4497,9 @@ SymbolicName=ERROR_CANTSCROLLBACKWARDS Language=English ERROR_CANTSCROLLBACKWARDS - The data provider cannot scroll backwards through a result set. . +Language=Russian +ERROR_CANTSCROLLBACKWARDS - The data provider cannot scroll backwards through a result set. +. MessageId=772 Severity=Success @@ -3776,6 +4508,9 @@ SymbolicName=ERROR_ROWSNOTRELEASED Language=English ERROR_ROWSNOTRELEASED - The data provider requires that previously fetched data is released before asking for more data. . +Language=Russian +ERROR_ROWSNOTRELEASED - The data provider requires that previously fetched data is released before asking for more data. +. MessageId=773 Severity=Success @@ -3784,6 +4519,9 @@ SymbolicName=ERROR_BAD_ACCESSOR_FLAGS Language=English ERROR_BAD_ACCESSOR_FLAGS - The data provider was not able to interpret the flags set for a column binding in an accessor. . +Language=Russian +ERROR_BAD_ACCESSOR_FLAGS - The data provider was not able to interpret the flags set for a column binding in an accessor. +. MessageId=774 Severity=Success @@ -3792,6 +4530,9 @@ SymbolicName=ERROR_ERRORS_ENCOUNTERED Language=English ERROR_ERRORS_ENCOUNTERED - One or more errors occurred while processing the request. . +Language=Russian +ERROR_ERRORS_ENCOUNTERED - One or more errors occurred while processing the request. +. MessageId=775 Severity=Success @@ -3800,6 +4541,9 @@ SymbolicName=ERROR_NOT_CAPABLE Language=English ERROR_NOT_CAPABLE - The implementation is not capable of performing the request. . +Language=Russian +ERROR_NOT_CAPABLE - The implementation is not capable of performing the request. +. MessageId=776 Severity=Success @@ -3808,6 +4552,9 @@ SymbolicName=ERROR_REQUEST_OUT_OF_SEQUENCE Language=English ERROR_REQUEST_OUT_OF_SEQUENCE - The client of a component requested an operation which is not valid given the state of the component instance. . +Language=Russian +ERROR_REQUEST_OUT_OF_SEQUENCE - The client of a component requested an operation which is not valid given the state of the component instance. +. MessageId=777 Severity=Success @@ -3816,6 +4563,9 @@ SymbolicName=ERROR_VERSION_PARSE_ERROR Language=English ERROR_VERSION_PARSE_ERROR - A version number could not be parsed. . +Language=Russian +ERROR_VERSION_PARSE_ERROR - A version number could not be parsed. +. MessageId=778 Severity=Success @@ -3824,6 +4574,9 @@ SymbolicName=ERROR_BADSTARTPOSITION Language=English ERROR_BADSTARTPOSITION - The iterator's start position is invalid. . +Language=Russian +ERROR_BADSTARTPOSITION - The iterator's start position is invalid. +. MessageId=994 Severity=Success @@ -3832,6 +4585,9 @@ SymbolicName=ERROR_EA_ACCESS_DENIED Language=English ERROR_EA_ACCESS_DENIED - Access to the extended attribute was denied. . +Language=Russian +ERROR_EA_ACCESS_DENIED - Access to the extended attribute was denied. +. MessageId=995 Severity=Success @@ -3840,6 +4596,9 @@ SymbolicName=ERROR_OPERATION_ABORTED Language=English ERROR_OPERATION_ABORTED - The I/O operation has been aborted because of either a thread exit or an application request. . +Language=Russian +ERROR_OPERATION_ABORTED - The I/O operation has been aborted because of either a thread exit or an application request. +. MessageId=996 Severity=Success @@ -3848,6 +4607,9 @@ SymbolicName=ERROR_IO_INCOMPLETE Language=English ERROR_IO_INCOMPLETE - Overlapped I/O event is not in a signaled state. . +Language=Russian +ERROR_IO_INCOMPLETE - Overlapped I/O event is not in a signaled state. +. MessageId=997 Severity=Success @@ -3856,6 +4618,9 @@ SymbolicName=ERROR_IO_PENDING Language=English ERROR_IO_PENDING - Overlapped I/O operation is in progress. . +Language=Russian +ERROR_IO_PENDING - Overlapped I/O operation is in progress. +. MessageId=998 Severity=Success @@ -3864,6 +4629,9 @@ SymbolicName=ERROR_NOACCESS Language=English ERROR_NOACCESS - Invalid access to memory location. . +Language=Russian +ERROR_NOACCESS - Invalid access to memory location. +. MessageId=999 Severity=Success @@ -3872,6 +4640,9 @@ SymbolicName=ERROR_SWAPERROR Language=English ERROR_SWAPERROR - Error performing inpage operation. . +Language=Russian +ERROR_SWAPERROR - Error performing inpage operation. +. MessageId=1001 Severity=Success @@ -3880,6 +4651,9 @@ SymbolicName=ERROR_STACK_OVERFLOW Language=English ERROR_STACK_OVERFLOW - Recursion too deep; the stack overflowed. . +Language=Russian +ERROR_STACK_OVERFLOW - Recursion too deep; the stack overflowed. +. MessageId=1002 Severity=Success @@ -3888,6 +4662,9 @@ SymbolicName=ERROR_INVALID_MESSAGE Language=English ERROR_INVALID_MESSAGE - The window cannot act on the sent message. . +Language=Russian +ERROR_INVALID_MESSAGE - The window cannot act on the sent message. +. MessageId=1003 Severity=Success @@ -3896,6 +4673,9 @@ SymbolicName=ERROR_CAN_NOT_COMPLETE Language=English ERROR_CAN_NOT_COMPLETE - Cannot complete this function. . +Language=Russian +ERROR_CAN_NOT_COMPLETE - Cannot complete this function. +. MessageId=1004 Severity=Success @@ -3904,6 +4684,9 @@ SymbolicName=ERROR_INVALID_FLAGS Language=English ERROR_INVALID_FLAGS - Invalid flags. . +Language=Russian +ERROR_INVALID_FLAGS - Invalid flags. +. MessageId=1005 Severity=Success @@ -3912,6 +4695,9 @@ SymbolicName=ERROR_UNRECOGNIZED_VOLUME Language=English ERROR_UNRECOGNIZED_VOLUME - The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted. . +Language=Russian +ERROR_UNRECOGNIZED_VOLUME - The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted. +. MessageId=1006 Severity=Success @@ -3920,6 +4706,9 @@ SymbolicName=ERROR_FILE_INVALID Language=English ERROR_FILE_INVALID - The volume for a file has been externally altered so that the opened file is no longer valid. . +Language=Russian +ERROR_FILE_INVALID - The volume for a file has been externally altered so that the opened file is no longer valid. +. MessageId=1007 Severity=Success @@ -3928,6 +4717,9 @@ SymbolicName=ERROR_FULLSCREEN_MODE Language=English ERROR_FULLSCREEN_MODE - The requested operation cannot be performed in full-screen mode. . +Language=Russian +ERROR_FULLSCREEN_MODE - The requested operation cannot be performed in full-screen mode. +. MessageId=1008 Severity=Success @@ -3936,6 +4728,9 @@ SymbolicName=ERROR_NO_TOKEN Language=English ERROR_NO_TOKEN - An attempt was made to reference a token that does not exist. . +Language=Russian +ERROR_NO_TOKEN - An attempt was made to reference a token that does not exist. +. MessageId=1009 Severity=Success @@ -3944,6 +4739,9 @@ SymbolicName=ERROR_BADDB Language=English ERROR_BADDB - The configuration registry database is corrupt. . +Language=Russian +ERROR_BADDB - The configuration registry database is corrupt. +. MessageId=1010 Severity=Success @@ -3952,6 +4750,9 @@ SymbolicName=ERROR_BADKEY Language=English ERROR_BADKEY - The configuration registry key is invalid. . +Language=Russian +ERROR_BADKEY - The configuration registry key is invalid. +. MessageId=1011 Severity=Success @@ -3960,6 +4761,9 @@ SymbolicName=ERROR_CANTOPEN Language=English ERROR_CANTOPEN - The configuration registry key could not be opened. . +Language=Russian +ERROR_CANTOPEN - The configuration registry key could not be opened. +. MessageId=1012 Severity=Success @@ -3968,6 +4772,9 @@ SymbolicName=ERROR_CANTREAD Language=English ERROR_CANTREAD - The configuration registry key could not be read. . +Language=Russian +ERROR_CANTREAD - The configuration registry key could not be read. +. MessageId=1013 Severity=Success @@ -3976,6 +4783,9 @@ SymbolicName=ERROR_CANTWRITE Language=English ERROR_CANTWRITE - The configuration registry key could not be written. . +Language=Russian +ERROR_CANTWRITE - The configuration registry key could not be written. +. MessageId=1014 Severity=Success @@ -3984,6 +4794,9 @@ SymbolicName=ERROR_REGISTRY_RECOVERED Language=English ERROR_REGISTRY_RECOVERED - One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful. . +Language=Russian +ERROR_REGISTRY_RECOVERED - One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful. +. MessageId=1015 Severity=Success @@ -3992,6 +4805,9 @@ SymbolicName=ERROR_REGISTRY_CORRUPT Language=English ERROR_REGISTRY_CORRUPT - The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted. . +Language=Russian +ERROR_REGISTRY_CORRUPT - The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted. +. MessageId=1016 Severity=Success @@ -4000,6 +4816,9 @@ SymbolicName=ERROR_REGISTRY_IO_FAILED Language=English ERROR_REGISTRY_IO_FAILED - An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry. . +Language=Russian +ERROR_REGISTRY_IO_FAILED - An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry. +. MessageId=1017 Severity=Success @@ -4008,6 +4827,9 @@ SymbolicName=ERROR_NOT_REGISTRY_FILE Language=English ERROR_NOT_REGISTRY_FILE - The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format. . +Language=Russian +ERROR_NOT_REGISTRY_FILE - The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format. +. MessageId=1018 Severity=Success @@ -4016,6 +4838,9 @@ SymbolicName=ERROR_KEY_DELETED Language=English ERROR_KEY_DELETED - Illegal operation attempted on a registry key that has been marked for deletion. . +Language=Russian +ERROR_KEY_DELETED - Illegal operation attempted on a registry key that has been marked for deletion. +. MessageId=1019 Severity=Success @@ -4024,6 +4849,9 @@ SymbolicName=ERROR_NO_LOG_SPACE Language=English ERROR_NO_LOG_SPACE - System could not allocate the required space in a registry log. . +Language=Russian +ERROR_NO_LOG_SPACE - System could not allocate the required space in a registry log. +. MessageId=1020 Severity=Success @@ -4032,6 +4860,9 @@ SymbolicName=ERROR_KEY_HAS_CHILDREN Language=English ERROR_KEY_HAS_CHILDREN - Cannot create a symbolic link in a registry key that already has subkeys or values. . +Language=Russian +ERROR_KEY_HAS_CHILDREN - Cannot create a symbolic link in a registry key that already has subkeys or values. +. MessageId=1021 Severity=Success @@ -4040,6 +4871,9 @@ SymbolicName=ERROR_CHILD_MUST_BE_VOLATILE Language=English ERROR_CHILD_MUST_BE_VOLATILE - Cannot create a stable subkey under a volatile parent key. . +Language=Russian +ERROR_CHILD_MUST_BE_VOLATILE - Cannot create a stable subkey under a volatile parent key. +. MessageId=1022 Severity=Success @@ -4048,6 +4882,9 @@ SymbolicName=ERROR_NOTIFY_ENUM_DIR Language=English ERROR_NOTIFY_ENUM_DIR - A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes. . +Language=Russian +ERROR_NOTIFY_ENUM_DIR - A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes. +. MessageId=1051 Severity=Success @@ -4056,6 +4893,9 @@ SymbolicName=ERROR_DEPENDENT_SERVICES_RUNNING Language=English ERROR_DEPENDENT_SERVICES_RUNNING - A stop control has been sent to a service that other running services are dependent on. . +Language=Russian +ERROR_DEPENDENT_SERVICES_RUNNING - A stop control has been sent to a service that other running services are dependent on. +. MessageId=1052 Severity=Success @@ -4064,6 +4904,9 @@ SymbolicName=ERROR_INVALID_SERVICE_CONTROL Language=English ERROR_INVALID_SERVICE_CONTROL - The requested control is not valid for this service. . +Language=Russian +ERROR_INVALID_SERVICE_CONTROL - The requested control is not valid for this service. +. MessageId=1053 Severity=Success @@ -4072,6 +4915,9 @@ SymbolicName=ERROR_SERVICE_REQUEST_TIMEOUT Language=English ERROR_SERVICE_REQUEST_TIMEOUT - The service did not respond to the start or control request in a timely fashion. . +Language=Russian +ERROR_SERVICE_REQUEST_TIMEOUT - The service did not respond to the start or control request in a timely fashion. +. MessageId=1054 Severity=Success @@ -4080,6 +4926,9 @@ SymbolicName=ERROR_SERVICE_NO_THREAD Language=English ERROR_SERVICE_NO_THREAD - A thread could not be created for the service. . +Language=Russian +ERROR_SERVICE_NO_THREAD - A thread could not be created for the service. +. MessageId=1055 Severity=Success @@ -4088,6 +4937,9 @@ SymbolicName=ERROR_SERVICE_DATABASE_LOCKED Language=English ERROR_SERVICE_DATABASE_LOCKED - The service database is locked. . +Language=Russian +ERROR_SERVICE_DATABASE_LOCKED - The service database is locked. +. MessageId=1056 Severity=Success @@ -4096,6 +4948,9 @@ SymbolicName=ERROR_SERVICE_ALREADY_RUNNING Language=English ERROR_SERVICE_ALREADY_RUNNING - An instance of the service is already running. . +Language=Russian +ERROR_SERVICE_ALREADY_RUNNING - An instance of the service is already running. +. MessageId=1057 Severity=Success @@ -4104,6 +4959,9 @@ SymbolicName=ERROR_INVALID_SERVICE_ACCOUNT Language=English ERROR_INVALID_SERVICE_ACCOUNT - The account name is invalid or does not exist, or the password is invalid for the account name specified. . +Language=Russian +ERROR_INVALID_SERVICE_ACCOUNT - The account name is invalid or does not exist, or the password is invalid for the account name specified. +. MessageId=1058 Severity=Success @@ -4112,6 +4970,9 @@ SymbolicName=ERROR_SERVICE_DISABLED Language=English ERROR_SERVICE_DISABLED - The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. . +Language=Russian +ERROR_SERVICE_DISABLED - The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. +. MessageId=1059 Severity=Success @@ -4120,6 +4981,9 @@ SymbolicName=ERROR_CIRCULAR_DEPENDENCY Language=English ERROR_CIRCULAR_DEPENDENCY - Circular service dependency was specified. . +Language=Russian +ERROR_CIRCULAR_DEPENDENCY - Circular service dependency was specified. +. MessageId=1060 Severity=Success @@ -4128,6 +4992,9 @@ SymbolicName=ERROR_SERVICE_DOES_NOT_EXIST Language=English ERROR_SERVICE_DOES_NOT_EXIST - The specified service does not exist as an installed service. . +Language=Russian +ERROR_SERVICE_DOES_NOT_EXIST - The specified service does not exist as an installed service. +. MessageId=1061 Severity=Success @@ -4136,6 +5003,9 @@ SymbolicName=ERROR_SERVICE_CANNOT_ACCEPT_CTRL Language=English ERROR_SERVICE_CANNOT_ACCEPT_CTRL - The service cannot accept control messages at this time. . +Language=Russian +ERROR_SERVICE_CANNOT_ACCEPT_CTRL - The service cannot accept control messages at this time. +. MessageId=1062 Severity=Success @@ -4144,6 +5014,9 @@ SymbolicName=ERROR_SERVICE_NOT_ACTIVE Language=English ERROR_SERVICE_NOT_ACTIVE - The service has not been started. . +Language=Russian +ERROR_SERVICE_NOT_ACTIVE - The service has not been started. +. MessageId=1063 Severity=Success @@ -4152,6 +5025,9 @@ SymbolicName=ERROR_FAILED_SERVICE_CONTROLLER_CONNECT Language=English ERROR_FAILED_SERVICE_CONTROLLER_CONNECT - The service process could not connect to the service controller. . +Language=Russian +ERROR_FAILED_SERVICE_CONTROLLER_CONNECT - The service process could not connect to the service controller. +. MessageId=1064 Severity=Success @@ -4160,6 +5036,9 @@ SymbolicName=ERROR_EXCEPTION_IN_SERVICE Language=English ERROR_EXCEPTION_IN_SERVICE - An exception occurred in the service when handling the control request. . +Language=Russian +ERROR_EXCEPTION_IN_SERVICE - An exception occurred in the service when handling the control request. +. MessageId=1065 Severity=Success @@ -4168,6 +5047,9 @@ SymbolicName=ERROR_DATABASE_DOES_NOT_EXIST Language=English ERROR_DATABASE_DOES_NOT_EXIST - The database specified does not exist. . +Language=Russian +ERROR_DATABASE_DOES_NOT_EXIST - The database specified does not exist. +. MessageId=1066 Severity=Success @@ -4176,6 +5058,9 @@ SymbolicName=ERROR_SERVICE_SPECIFIC_ERROR Language=English ERROR_SERVICE_SPECIFIC_ERROR - The service has returned a service-specific error code. . +Language=Russian +ERROR_SERVICE_SPECIFIC_ERROR - The service has returned a service-specific error code. +. MessageId=1067 Severity=Success @@ -4184,6 +5069,9 @@ SymbolicName=ERROR_PROCESS_ABORTED Language=English ERROR_PROCESS_ABORTED - The process terminated unexpectedly. . +Language=Russian +ERROR_PROCESS_ABORTED - The process terminated unexpectedly. +. MessageId=1068 Severity=Success @@ -4192,6 +5080,9 @@ SymbolicName=ERROR_SERVICE_DEPENDENCY_FAIL Language=English ERROR_SERVICE_DEPENDENCY_FAIL - The dependency service or group failed to start. . +Language=Russian +ERROR_SERVICE_DEPENDENCY_FAIL - The dependency service or group failed to start. +. MessageId=1069 Severity=Success @@ -4200,6 +5091,9 @@ SymbolicName=ERROR_SERVICE_LOGON_FAILED Language=English ERROR_SERVICE_LOGON_FAILED - The service did not start due to a logon failure. . +Language=Russian +ERROR_SERVICE_LOGON_FAILED - The service did not start due to a logon failure. +. MessageId=1070 Severity=Success @@ -4208,6 +5102,9 @@ SymbolicName=ERROR_SERVICE_START_HANG Language=English ERROR_SERVICE_START_HANG - After starting, the service hung in a start-pending state. . +Language=Russian +ERROR_SERVICE_START_HANG - After starting, the service hung in a start-pending state. +. MessageId=1071 Severity=Success @@ -4216,6 +5113,9 @@ SymbolicName=ERROR_INVALID_SERVICE_LOCK Language=English ERROR_INVALID_SERVICE_LOCK - The specified service database lock is invalid. . +Language=Russian +ERROR_INVALID_SERVICE_LOCK - The specified service database lock is invalid. +. MessageId=1072 Severity=Success @@ -4224,6 +5124,9 @@ SymbolicName=ERROR_SERVICE_MARKED_FOR_DELETE Language=English ERROR_SERVICE_MARKED_FOR_DELETE - The specified service has been marked for deletion. . +Language=Russian +ERROR_SERVICE_MARKED_FOR_DELETE - The specified service has been marked for deletion. +. MessageId=1073 Severity=Success @@ -4232,6 +5135,9 @@ SymbolicName=ERROR_SERVICE_EXISTS Language=English ERROR_SERVICE_EXISTS - The specified service already exists. . +Language=Russian +ERROR_SERVICE_EXISTS - The specified service already exists. +. MessageId=1074 Severity=Success @@ -4240,6 +5146,9 @@ SymbolicName=ERROR_ALREADY_RUNNING_LKG Language=English ERROR_ALREADY_RUNNING_LKG - The system is currently running with the last-known-good configuration. . +Language=Russian +ERROR_ALREADY_RUNNING_LKG - The system is currently running with the last-known-good configuration. +. MessageId=1075 Severity=Success @@ -4248,6 +5157,9 @@ SymbolicName=ERROR_SERVICE_DEPENDENCY_DELETED Language=English ERROR_SERVICE_DEPENDENCY_DELETED - The dependency service does not exist or has been marked for deletion. . +Language=Russian +ERROR_SERVICE_DEPENDENCY_DELETED - The dependency service does not exist or has been marked for deletion. +. MessageId=1076 Severity=Success @@ -4256,6 +5168,9 @@ SymbolicName=ERROR_BOOT_ALREADY_ACCEPTED Language=English ERROR_BOOT_ALREADY_ACCEPTED - The current boot has already been accepted for use as the last-known-good control set. . +Language=Russian +ERROR_BOOT_ALREADY_ACCEPTED - The current boot has already been accepted for use as the last-known-good control set. +. MessageId=1077 Severity=Success @@ -4264,6 +5179,9 @@ SymbolicName=ERROR_SERVICE_NEVER_STARTED Language=English ERROR_SERVICE_NEVER_STARTED - No attempts to start the service have been made since the last boot. . +Language=Russian +ERROR_SERVICE_NEVER_STARTED - No attempts to start the service have been made since the last boot. +. MessageId=1078 Severity=Success @@ -4272,6 +5190,9 @@ SymbolicName=ERROR_DUPLICATE_SERVICE_NAME Language=English ERROR_DUPLICATE_SERVICE_NAME - The name is already in use as either a service name or a service display name. . +Language=Russian +ERROR_DUPLICATE_SERVICE_NAME - The name is already in use as either a service name or a service display name. +. MessageId=1079 Severity=Success @@ -4280,6 +5201,9 @@ SymbolicName=ERROR_DIFFERENT_SERVICE_ACCOUNT Language=English ERROR_DIFFERENT_SERVICE_ACCOUNT - The account specified for this service is different from the account specified for other services running in the same process. . +Language=Russian +ERROR_DIFFERENT_SERVICE_ACCOUNT - The account specified for this service is different from the account specified for other services running in the same process. +. MessageId=1080 Severity=Success @@ -4288,6 +5212,9 @@ SymbolicName=ERROR_CANNOT_DETECT_DRIVER_FAILURE Language=English ERROR_CANNOT_DETECT_DRIVER_FAILURE - Failure actions can only be set for Win32 services, not for drivers. . +Language=Russian +ERROR_CANNOT_DETECT_DRIVER_FAILURE - Failure actions can only be set for Win32 services, not for drivers. +. MessageId=1081 Severity=Success @@ -4296,6 +5223,9 @@ SymbolicName=ERROR_CANNOT_DETECT_PROCESS_ABORT Language=English ERROR_CANNOT_DETECT_PROCESS_ABORT - This service runs in the same process as the service control manager. Therefore, the service control manager cannot take action if this service's process terminates unexpectedly. . +Language=Russian +ERROR_CANNOT_DETECT_PROCESS_ABORT - This service runs in the same process as the service control manager. Therefore, the service control manager cannot take action if this service's process terminates unexpectedly. +. MessageId=1082 Severity=Success @@ -4304,6 +5234,9 @@ SymbolicName=ERROR_NO_RECOVERY_PROGRAM Language=English ERROR_NO_RECOVERY_PROGRAM - No recovery program has been configured for this service. . +Language=Russian +ERROR_NO_RECOVERY_PROGRAM - No recovery program has been configured for this service. +. MessageId=1083 Severity=Success @@ -4312,6 +5245,9 @@ SymbolicName=ERROR_SERVICE_NOT_IN_EXE Language=English ERROR_SERVICE_NOT_IN_EXE - The executable program that this service is configured to run in does not implement the service. . +Language=Russian +ERROR_SERVICE_NOT_IN_EXE - The executable program that this service is configured to run in does not implement the service. +. MessageId=1084 Severity=Success @@ -4320,6 +5256,9 @@ SymbolicName=ERROR_NOT_SAFEBOOT_SERVICE Language=English ERROR_NOT_SAFEBOOT_SERVICE - This service cannot be started in Safe Mode. . +Language=Russian +ERROR_NOT_SAFEBOOT_SERVICE - This service cannot be started in Safe Mode. +. MessageId=1100 Severity=Success @@ -4328,6 +5267,9 @@ SymbolicName=ERROR_END_OF_MEDIA Language=English ERROR_END_OF_MEDIA - The physical end of the tape has been reached. . +Language=Russian +ERROR_END_OF_MEDIA - The physical end of the tape has been reached. +. MessageId=1101 Severity=Success @@ -4336,6 +5278,9 @@ SymbolicName=ERROR_FILEMARK_DETECTED Language=English ERROR_FILEMARK_DETECTED - A tape access reached a filemark. . +Language=Russian +ERROR_FILEMARK_DETECTED - A tape access reached a filemark. +. MessageId=1102 Severity=Success @@ -4344,6 +5289,9 @@ SymbolicName=ERROR_BEGINNING_OF_MEDIA Language=English ERROR_BEGINNING_OF_MEDIA - The beginning of the tape or a partition was encountered. . +Language=Russian +ERROR_BEGINNING_OF_MEDIA - The beginning of the tape or a partition was encountered. +. MessageId=1103 Severity=Success @@ -4352,6 +5300,9 @@ SymbolicName=ERROR_SETMARK_DETECTED Language=English ERROR_SETMARK_DETECTED - A tape access reached the end of a set of files. . +Language=Russian +ERROR_SETMARK_DETECTED - A tape access reached the end of a set of files. +. MessageId=1104 Severity=Success @@ -4360,6 +5311,9 @@ SymbolicName=ERROR_NO_DATA_DETECTED Language=English ERROR_NO_DATA_DETECTED - No more data is on the tape. . +Language=Russian +ERROR_NO_DATA_DETECTED - No more data is on the tape. +. MessageId=1105 Severity=Success @@ -4368,6 +5322,9 @@ SymbolicName=ERROR_PARTITION_FAILURE Language=English ERROR_PARTITION_FAILURE - Tape could not be partitioned. . +Language=Russian +ERROR_PARTITION_FAILURE - Tape could not be partitioned. +. MessageId=1106 Severity=Success @@ -4376,6 +5333,9 @@ SymbolicName=ERROR_INVALID_BLOCK_LENGTH Language=English ERROR_INVALID_BLOCK_LENGTH - When accessing a new tape of a multivolume partition, the current block size is incorrect. . +Language=Russian +ERROR_INVALID_BLOCK_LENGTH - When accessing a new tape of a multivolume partition, the current block size is incorrect. +. MessageId=1107 Severity=Success @@ -4384,6 +5344,9 @@ SymbolicName=ERROR_DEVICE_NOT_PARTITIONED Language=English ERROR_DEVICE_NOT_PARTITIONED - Tape partition information could not be found when loading a tape. . +Language=Russian +ERROR_DEVICE_NOT_PARTITIONED - Tape partition information could not be found when loading a tape. +. MessageId=1108 Severity=Success @@ -4392,6 +5355,9 @@ SymbolicName=ERROR_UNABLE_TO_LOCK_MEDIA Language=English ERROR_UNABLE_TO_LOCK_MEDIA - Unable to lock the media eject mechanism. . +Language=Russian +ERROR_UNABLE_TO_LOCK_MEDIA - Unable to lock the media eject mechanism. +. MessageId=1109 Severity=Success @@ -4400,6 +5366,9 @@ SymbolicName=ERROR_UNABLE_TO_UNLOAD_MEDIA Language=English ERROR_UNABLE_TO_UNLOAD_MEDIA - Unable to unload the media. . +Language=Russian +ERROR_UNABLE_TO_UNLOAD_MEDIA - Unable to unload the media. +. MessageId=1110 Severity=Success @@ -4408,6 +5377,9 @@ SymbolicName=ERROR_MEDIA_CHANGED Language=English ERROR_MEDIA_CHANGED - The media in the drive may have changed. . +Language=Russian +ERROR_MEDIA_CHANGED - The media in the drive may have changed. +. MessageId=1111 Severity=Success @@ -4416,6 +5388,9 @@ SymbolicName=ERROR_BUS_RESET Language=English ERROR_BUS_RESET - The I/O bus was reset. . +Language=Russian +ERROR_BUS_RESET - The I/O bus was reset. +. MessageId=1112 Severity=Success @@ -4424,6 +5399,9 @@ SymbolicName=ERROR_NO_MEDIA_IN_DRIVE Language=English ERROR_NO_MEDIA_IN_DRIVE - No media in drive. . +Language=Russian +ERROR_NO_MEDIA_IN_DRIVE - No media in drive. +. MessageId=1113 Severity=Success @@ -4432,6 +5410,9 @@ SymbolicName=ERROR_NO_UNICODE_TRANSLATION Language=English ERROR_NO_UNICODE_TRANSLATION - No mapping for the Unicode character exists in the target multi-byte code page. . +Language=Russian +ERROR_NO_UNICODE_TRANSLATION - No mapping for the Unicode character exists in the target multi-byte code page. +. MessageId=1114 Severity=Success @@ -4440,6 +5421,9 @@ SymbolicName=ERROR_DLL_INIT_FAILED Language=English ERROR_DLL_INIT_FAILED - A dynamic link library (DLL) initialization routine failed. . +Language=Russian +ERROR_DLL_INIT_FAILED - A dynamic link library (DLL) initialization routine failed. +. MessageId=1115 Severity=Success @@ -4448,6 +5432,9 @@ SymbolicName=ERROR_SHUTDOWN_IN_PROGRESS Language=English ERROR_SHUTDOWN_IN_PROGRESS - A system shutdown is in progress. . +Language=Russian +ERROR_SHUTDOWN_IN_PROGRESS - A system shutdown is in progress. +. MessageId=1116 Severity=Success @@ -4456,6 +5443,9 @@ SymbolicName=ERROR_NO_SHUTDOWN_IN_PROGRESS Language=English ERROR_NO_SHUTDOWN_IN_PROGRESS - Unable to abort the system shutdown because no shutdown was in progress. . +Language=Russian +ERROR_NO_SHUTDOWN_IN_PROGRESS - Unable to abort the system shutdown because no shutdown was in progress. +. MessageId=1117 Severity=Success @@ -4464,6 +5454,9 @@ SymbolicName=ERROR_IO_DEVICE Language=English ERROR_IO_DEVICE - The request could not be performed because of an I/O device error. . +Language=Russian +ERROR_IO_DEVICE - The request could not be performed because of an I/O device error. +. MessageId=1118 Severity=Success @@ -4472,6 +5465,9 @@ SymbolicName=ERROR_SERIAL_NO_DEVICE Language=English ERROR_SERIAL_NO_DEVICE - No serial device was successfully initialized. The serial driver will unload. . +Language=Russian +ERROR_SERIAL_NO_DEVICE - No serial device was successfully initialized. The serial driver will unload. +. MessageId=1119 Severity=Success @@ -4480,6 +5476,9 @@ SymbolicName=ERROR_IRQ_BUSY Language=English ERROR_IRQ_BUSY - Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened. . +Language=Russian +ERROR_IRQ_BUSY - Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened. +. MessageId=1120 Severity=Success @@ -4488,6 +5487,9 @@ SymbolicName=ERROR_MORE_WRITES Language=English ERROR_MORE_WRITES - A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.) . +Language=Russian +ERROR_MORE_WRITES - A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.) +. MessageId=1121 Severity=Success @@ -4496,6 +5498,9 @@ SymbolicName=ERROR_COUNTER_TIMEOUT Language=English ERROR_COUNTER_TIMEOUT - A serial I/O operation completed because the timeout period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.) . +Language=Russian +ERROR_COUNTER_TIMEOUT - A serial I/O operation completed because the timeout period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.) +. MessageId=1122 Severity=Success @@ -4504,6 +5509,9 @@ SymbolicName=ERROR_FLOPPY_ID_MARK_NOT_FOUND Language=English ERROR_FLOPPY_ID_MARK_NOT_FOUND - No ID address mark was found on the floppy disk. . +Language=Russian +ERROR_FLOPPY_ID_MARK_NOT_FOUND - No ID address mark was found on the floppy disk. +. MessageId=1123 Severity=Success @@ -4512,6 +5520,9 @@ SymbolicName=ERROR_FLOPPY_WRONG_CYLINDER Language=English ERROR_FLOPPY_WRONG_CYLINDER - Mismatch between the floppy disk sector ID field and the floppy disk controller track address. . +Language=Russian +ERROR_FLOPPY_WRONG_CYLINDER - Mismatch between the floppy disk sector ID field and the floppy disk controller track address. +. MessageId=1124 Severity=Success @@ -4520,6 +5531,9 @@ SymbolicName=ERROR_FLOPPY_UNKNOWN_ERROR Language=English ERROR_FLOPPY_UNKNOWN_ERROR - The floppy disk controller reported an error that is not recognized by the floppy disk driver. . +Language=Russian +ERROR_FLOPPY_UNKNOWN_ERROR - The floppy disk controller reported an error that is not recognized by the floppy disk driver. +. MessageId=1125 Severity=Success @@ -4528,6 +5542,9 @@ SymbolicName=ERROR_FLOPPY_BAD_REGISTERS Language=English ERROR_FLOPPY_BAD_REGISTERS - The floppy disk controller returned inconsistent results in its registers. . +Language=Russian +ERROR_FLOPPY_BAD_REGISTERS - The floppy disk controller returned inconsistent results in its registers. +. MessageId=1126 Severity=Success @@ -4536,6 +5553,9 @@ SymbolicName=ERROR_DISK_RECALIBRATE_FAILED Language=English ERROR_DISK_RECALIBRATE_FAILED - While accessing the hard disk, a recalibrate operation failed, even after retries. . +Language=Russian +ERROR_DISK_RECALIBRATE_FAILED - While accessing the hard disk, a recalibrate operation failed, even after retries. +. MessageId=1127 Severity=Success @@ -4544,6 +5564,9 @@ SymbolicName=ERROR_DISK_OPERATION_FAILED Language=English ERROR_DISK_OPERATION_FAILED - While accessing the hard disk, a disk operation failed even after retries. . +Language=Russian +ERROR_DISK_OPERATION_FAILED - While accessing the hard disk, a disk operation failed even after retries. +. MessageId=1128 Severity=Success @@ -4552,6 +5575,9 @@ SymbolicName=ERROR_DISK_RESET_FAILED Language=English ERROR_DISK_RESET_FAILED - While accessing the hard disk, a disk controller reset was needed, but even that failed. . +Language=Russian +ERROR_DISK_RESET_FAILED - While accessing the hard disk, a disk controller reset was needed, but even that failed. +. MessageId=1129 Severity=Success @@ -4560,6 +5586,9 @@ SymbolicName=ERROR_EOM_OVERFLOW Language=English ERROR_EOM_OVERFLOW - Physical end of tape encountered. . +Language=Russian +ERROR_EOM_OVERFLOW - Physical end of tape encountered. +. MessageId=1130 Severity=Success @@ -4568,6 +5597,9 @@ SymbolicName=ERROR_NOT_ENOUGH_SERVER_MEMORY Language=English ERROR_NOT_ENOUGH_SERVER_MEMORY - Not enough server storage is available to process this command. . +Language=Russian +ERROR_NOT_ENOUGH_SERVER_MEMORY - Not enough server storage is available to process this command. +. MessageId=1131 Severity=Success @@ -4576,6 +5608,9 @@ SymbolicName=ERROR_POSSIBLE_DEADLOCK Language=English ERROR_POSSIBLE_DEADLOCK - A potential deadlock condition has been detected. . +Language=Russian +ERROR_POSSIBLE_DEADLOCK - A potential deadlock condition has been detected. +. MessageId=1132 Severity=Success @@ -4584,6 +5619,9 @@ SymbolicName=ERROR_MAPPED_ALIGNMENT Language=English ERROR_MAPPED_ALIGNMENT - The base address or the file offset specified does not have the proper alignment. . +Language=Russian +ERROR_MAPPED_ALIGNMENT - The base address or the file offset specified does not have the proper alignment. +. MessageId=1140 Severity=Success @@ -4592,6 +5630,9 @@ SymbolicName=ERROR_SET_POWER_STATE_VETOED Language=English ERROR_SET_POWER_STATE_VETOED - An attempt to change the system power state was vetoed by another application or driver. . +Language=Russian +ERROR_SET_POWER_STATE_VETOED - An attempt to change the system power state was vetoed by another application or driver. +. MessageId=1141 Severity=Success @@ -4600,6 +5641,9 @@ SymbolicName=ERROR_SET_POWER_STATE_FAILED Language=English ERROR_SET_POWER_STATE_FAILED - The system BIOS failed an attempt to change the system power state. . +Language=Russian +ERROR_SET_POWER_STATE_FAILED - The system BIOS failed an attempt to change the system power state. +. MessageId=1142 Severity=Success @@ -4608,6 +5652,9 @@ SymbolicName=ERROR_TOO_MANY_LINKS Language=English ERROR_TOO_MANY_LINKS - An attempt was made to create more links on a file than the file system supports. . +Language=Russian +ERROR_TOO_MANY_LINKS - An attempt was made to create more links on a file than the file system supports. +. MessageId=1150 Severity=Success @@ -4616,6 +5663,9 @@ SymbolicName=ERROR_OLD_WIN_VERSION Language=English ERROR_OLD_WIN_VERSION - The specified program requires a newer version of Windows. . +Language=Russian +ERROR_OLD_WIN_VERSION - The specified program requires a newer version of Windows. +. MessageId=1151 Severity=Success @@ -4624,6 +5674,9 @@ SymbolicName=ERROR_APP_WRONG_OS Language=English ERROR_APP_WRONG_OS - The specified program is not a Windows or MS-DOS program. . +Language=Russian +ERROR_APP_WRONG_OS - The specified program is not a Windows or MS-DOS program. +. MessageId=1152 Severity=Success @@ -4632,6 +5685,9 @@ SymbolicName=ERROR_SINGLE_INSTANCE_APP Language=English ERROR_SINGLE_INSTANCE_APP - Cannot start more than one instance of the specified program. . +Language=Russian +ERROR_SINGLE_INSTANCE_APP - Cannot start more than one instance of the specified program. +. MessageId=1153 Severity=Success @@ -4640,6 +5696,9 @@ SymbolicName=ERROR_RMODE_APP Language=English ERROR_RMODE_APP - The specified program was written for an earlier version of Windows. . +Language=Russian +ERROR_RMODE_APP - The specified program was written for an earlier version of Windows. +. MessageId=1154 Severity=Success @@ -4648,6 +5707,9 @@ SymbolicName=ERROR_INVALID_DLL Language=English ERROR_INVALID_DLL - One of the library files needed to run this application is damaged. . +Language=Russian +ERROR_INVALID_DLL - One of the library files needed to run this application is damaged. +. MessageId=1155 Severity=Success @@ -4656,6 +5718,9 @@ SymbolicName=ERROR_NO_ASSOCIATION Language=English ERROR_NO_ASSOCIATION - No application is associated with the specified file for this operation. . +Language=Russian +ERROR_NO_ASSOCIATION - No application is associated with the specified file for this operation. +. MessageId=1156 Severity=Success @@ -5665,6 +6730,9 @@ SymbolicName=SEC_E_SMARTCARD_CERT_REVOKED Language=English SEC_E_SMARTCARD_CERT_REVOKED - The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log. . +Language=Russian +SEC_E_SMARTCARD_CERT_REVOKED - The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log. +. MessageId=1267 Severity=Success @@ -5673,6 +6741,9 @@ SymbolicName=SEC_E_ISSUING_CA_UNTRUSTED Language=English SEC_E_ISSUING_CA_UNTRUSTED - An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator. . +Language=Russian +SEC_E_ISSUING_CA_UNTRUSTED - An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator. +. MessageId=1268 Severity=Success @@ -5681,6 +6752,9 @@ SymbolicName=SEC_E_REVOCATION_OFFLINE_C Language=English SEC_E_REVOCATION_OFFLINE_C - The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator. . +Language=Russian +SEC_E_REVOCATION_OFFLINE_C - The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator. +. MessageId=1269 Severity=Success @@ -5689,6 +6763,9 @@ SymbolicName=SEC_E_PKINIT_CLIENT_FAILUR Language=English SEC_E_PKINIT_CLIENT_FAILUR - The smartcard certificate used for authentication was not trusted. Please contact your system administrator. . +Language=Russian +SEC_E_PKINIT_CLIENT_FAILUR - The smartcard certificate used for authentication was not trusted. Please contact your system administrator. +. MessageId=1270 Severity=Success @@ -5697,6 +6774,9 @@ SymbolicName=SEC_E_SMARTCARD_CERT_EXPIRED Language=English SEC_E_SMARTCARD_CERT_EXPIRED - The smartcard certificate used for authentication has expired. Please contact your system administrator. . +Language=Russian +SEC_E_SMARTCARD_CERT_EXPIRED - The smartcard certificate used for authentication has expired. Please contact your system administrator. +. MessageId=1271 Severity=Success @@ -7223,6 +8303,9 @@ SymbolicName=ERROR_CLASS_HAS_WINDOWS Language=English ERROR_CLASS_HAS_WINDOWS - Class still has open windows. . +Language=Russian +ERROR_CLASS_HAS_WINDOWS - Class still has open windows. +. MessageId=1413 Severity=Success @@ -7231,6 +8314,9 @@ SymbolicName=ERROR_INVALID_INDEX Language=English ERROR_INVALID_INDEX - Invalid index. . +Language=Russian +ERROR_INVALID_INDEX - Invalid index. +. MessageId=1414 Severity=Success @@ -7239,6 +8325,9 @@ SymbolicName=ERROR_INVALID_ICON_HANDLE Language=English ERROR_INVALID_ICON_HANDLE - Invalid icon handle. . +Language=Russian +ERROR_INVALID_ICON_HANDLE - Invalid icon handle. +. MessageId=1415 Severity=Success @@ -7247,6 +8336,9 @@ SymbolicName=ERROR_PRIVATE_DIALOG_INDEX Language=English ERROR_PRIVATE_DIALOG_INDEX - Using private DIALOG window words. . +Language=Russian +ERROR_PRIVATE_DIALOG_INDEX - Using private DIALOG window words. +. MessageId=1416 Severity=Success @@ -7255,6 +8347,9 @@ SymbolicName=ERROR_LISTBOX_ID_NOT_FOUND Language=English ERROR_LISTBOX_ID_NOT_FOUND - The list box identifier was not found. . +Language=Russian +ERROR_LISTBOX_ID_NOT_FOUND - The list box identifier was not found. +. MessageId=1417 Severity=Success @@ -7263,6 +8358,9 @@ SymbolicName=ERROR_NO_WILDCARD_CHARACTERS Language=English ERROR_NO_WILDCARD_CHARACTERS - No wildcards were found. . +Language=Russian +ERROR_NO_WILDCARD_CHARACTERS - No wildcards were found. +. MessageId=1418 Severity=Success @@ -7271,6 +8369,9 @@ SymbolicName=ERROR_CLIPBOARD_NOT_OPEN Language=English ERROR_CLIPBOARD_NOT_OPEN - Thread does not have a clipboard open. . +Language=Russian +ERROR_CLIPBOARD_NOT_OPEN - Thread does not have a clipboard open. +. MessageId=1419 Severity=Success @@ -7279,6 +8380,9 @@ SymbolicName=ERROR_HOTKEY_NOT_REGISTERED Language=English ERROR_HOTKEY_NOT_REGISTERED - Hot key is not registered. . +Language=Russian +ERROR_HOTKEY_NOT_REGISTERED - Hot key is not registered. +. MessageId=1420 Severity=Success @@ -7287,6 +8391,9 @@ SymbolicName=ERROR_WINDOW_NOT_DIALOG Language=English ERROR_WINDOW_NOT_DIALOG - The window is not a valid dialog window. . +Language=Russian +ERROR_WINDOW_NOT_DIALOG - The window is not a valid dialog window. +. MessageId=1421 Severity=Success @@ -7295,6 +8402,9 @@ SymbolicName=ERROR_CONTROL_ID_NOT_FOUND Language=English ERROR_CONTROL_ID_NOT_FOUND - Control ID not found. . +Language=Russian +ERROR_CONTROL_ID_NOT_FOUND - Control ID not found. +. MessageId=1422 Severity=Success @@ -7303,6 +8413,9 @@ SymbolicName=ERROR_INVALID_COMBOBOX_MESSAGE Language=English ERROR_INVALID_COMBOBOX_MESSAGE - Invalid message for a combo box because it does not have an edit control. . +Language=Russian +ERROR_INVALID_COMBOBOX_MESSAGE - Invalid message for a combo box because it does not have an edit control. +. MessageId=1423 Severity=Success @@ -7311,6 +8424,9 @@ SymbolicName=ERROR_WINDOW_NOT_COMBOBOX Language=English ERROR_WINDOW_NOT_COMBOBOX - The window is not a combo box. . +Language=Russian +ERROR_WINDOW_NOT_COMBOBOX - The window is not a combo box. +. MessageId=1424 Severity=Success @@ -7319,6 +8435,9 @@ SymbolicName=ERROR_INVALID_EDIT_HEIGHT Language=English ERROR_INVALID_EDIT_HEIGHT - Height must be less than 256. . +Language=Russian +ERROR_INVALID_EDIT_HEIGHT - Height must be less than 256. +. MessageId=1425 Severity=Success @@ -7327,6 +8446,9 @@ SymbolicName=ERROR_DC_NOT_FOUND Language=English ERROR_DC_NOT_FOUND - Invalid device context (DC) handle. . +Language=Russian +ERROR_DC_NOT_FOUND - Invalid device context (DC) handle. +. MessageId=1426 Severity=Success @@ -7335,6 +8457,9 @@ SymbolicName=ERROR_INVALID_HOOK_FILTER Language=English ERROR_INVALID_HOOK_FILTER - Invalid hook procedure type. . +Language=Russian +ERROR_INVALID_HOOK_FILTER - Invalid hook procedure type. +. MessageId=1427 Severity=Success @@ -7343,6 +8468,9 @@ SymbolicName=ERROR_INVALID_FILTER_PROC Language=English ERROR_INVALID_FILTER_PROC - Invalid hook procedure. . +Language=Russian +ERROR_INVALID_FILTER_PROC - Invalid hook procedure. +. MessageId=1428 Severity=Success @@ -7351,6 +8479,9 @@ SymbolicName=ERROR_HOOK_NEEDS_HMOD Language=English ERROR_HOOK_NEEDS_HMOD - Cannot set nonlocal hook without a module handle. . +Language=Russian +ERROR_HOOK_NEEDS_HMOD - Cannot set nonlocal hook without a module handle. +. MessageId=1429 Severity=Success @@ -7359,6 +8490,9 @@ SymbolicName=ERROR_GLOBAL_ONLY_HOOK Language=English ERROR_GLOBAL_ONLY_HOOK - This hook procedure can only be set globally. . +Language=Russian +ERROR_GLOBAL_ONLY_HOOK - This hook procedure can only be set globally. +. MessageId=1430 Severity=Success @@ -7367,6 +8501,9 @@ SymbolicName=ERROR_JOURNAL_HOOK_SET Language=English ERROR_JOURNAL_HOOK_SET - The journal hook procedure is already installed. . +Language=Russian +ERROR_JOURNAL_HOOK_SET - The journal hook procedure is already installed. +. MessageId=1431 Severity=Success @@ -7375,6 +8512,9 @@ SymbolicName=ERROR_HOOK_NOT_INSTALLED Language=English ERROR_HOOK_NOT_INSTALLED - The hook procedure is not installed. . +Language=Russian +ERROR_HOOK_NOT_INSTALLED - The hook procedure is not installed. +. MessageId=1432 Severity=Success @@ -7383,6 +8523,9 @@ SymbolicName=ERROR_INVALID_LB_MESSAGE Language=English ERROR_INVALID_LB_MESSAGE - Invalid message for single-selection list box. . +Language=Russian +ERROR_INVALID_LB_MESSAGE - Invalid message for single-selection list box. +. MessageId=1433 Severity=Success @@ -7391,6 +8534,9 @@ SymbolicName=ERROR_SETCOUNT_ON_BAD_LB Language=English ERROR_SETCOUNT_ON_BAD_LB - LB_SETCOUNT sent to non-lazy list box. . +Language=Russian +ERROR_SETCOUNT_ON_BAD_LB - LB_SETCOUNT sent to non-lazy list box. +. MessageId=1434 Severity=Success @@ -7399,6 +8545,9 @@ SymbolicName=ERROR_LB_WITHOUT_TABSTOPS Language=English ERROR_LB_WITHOUT_TABSTOPS - This list box does not support tab stops. . +Language=Russian +ERROR_LB_WITHOUT_TABSTOPS - This list box does not support tab stops. +. MessageId=1435 Severity=Success @@ -7407,6 +8556,9 @@ SymbolicName=ERROR_DESTROY_OBJECT_OF_OTHER_THREAD Language=English ERROR_DESTROY_OBJECT_OF_OTHER_THREAD - Cannot destroy object created by another thread. . +Language=Russian +ERROR_DESTROY_OBJECT_OF_OTHER_THREAD - Cannot destroy object created by another thread. +. MessageId=1436 Severity=Success @@ -7415,6 +8567,9 @@ SymbolicName=ERROR_CHILD_WINDOW_MENU Language=English ERROR_CHILD_WINDOW_MENU - Child windows cannot have menus. . +Language=Russian +ERROR_CHILD_WINDOW_MENU - Child windows cannot have menus. +. MessageId=1437 Severity=Success @@ -7423,6 +8578,9 @@ SymbolicName=ERROR_NO_SYSTEM_MENU Language=English ERROR_NO_SYSTEM_MENU - The window does not have a system menu. . +Language=Russian +ERROR_NO_SYSTEM_MENU - The window does not have a system menu. +. MessageId=1438 Severity=Success @@ -7431,6 +8589,9 @@ SymbolicName=ERROR_INVALID_MSGBOX_STYLE Language=English ERROR_INVALID_MSGBOX_STYLE - Invalid message box style. . +Language=Russian +ERROR_INVALID_MSGBOX_STYLE - Invalid message box style. +. MessageId=1439 Severity=Success @@ -7439,6 +8600,9 @@ SymbolicName=ERROR_INVALID_SPI_VALUE Language=English ERROR_INVALID_SPI_VALUE - Invalid system-wide (SPI_*) parameter. . +Language=Russian +ERROR_INVALID_SPI_VALUE - Invalid system-wide (SPI_*) parameter. +. MessageId=1440 Severity=Success @@ -7447,6 +8611,9 @@ SymbolicName=ERROR_SCREEN_ALREADY_LOCKED Language=English ERROR_SCREEN_ALREADY_LOCKED - Screen already locked. . +Language=Russian +ERROR_SCREEN_ALREADY_LOCKED - Screen already locked. +. MessageId=1441 Severity=Success @@ -7455,6 +8622,9 @@ SymbolicName=ERROR_HWNDS_HAVE_DIFF_PARENT Language=English ERROR_HWNDS_HAVE_DIFF_PARENT - All handles to windows in a multiple-window position structure must have the same parent. . +Language=Russian +ERROR_HWNDS_HAVE_DIFF_PARENT - All handles to windows in a multiple-window position structure must have the same parent. +. MessageId=1442 Severity=Success @@ -7463,6 +8633,9 @@ SymbolicName=ERROR_NOT_CHILD_WINDOW Language=English ERROR_NOT_CHILD_WINDOW - The window is not a child window. . +Language=Russian +ERROR_NOT_CHILD_WINDOW - The window is not a child window. +. MessageId=1443 Severity=Success @@ -7471,6 +8644,9 @@ SymbolicName=ERROR_INVALID_GW_COMMAND Language=English ERROR_INVALID_GW_COMMAND - Invalid GW_* command. . +Language=Russian +ERROR_INVALID_GW_COMMAND - Invalid GW_* command. +. MessageId=1444 Severity=Success @@ -7479,6 +8655,9 @@ SymbolicName=ERROR_INVALID_THREAD_ID Language=English ERROR_INVALID_THREAD_ID - Invalid thread identifier. . +Language=Russian +ERROR_INVALID_THREAD_ID - Invalid thread identifier. +. MessageId=1445 Severity=Success @@ -7487,6 +8666,9 @@ SymbolicName=ERROR_NON_MDICHILD_WINDOW Language=English ERROR_NON_MDICHILD_WINDOW - Cannot process a message from a window that is not a multiple document interface (MDI) window. . +Language=Russian +ERROR_NON_MDICHILD_WINDOW - Cannot process a message from a window that is not a multiple document interface (MDI) window. +. MessageId=1446 Severity=Success @@ -7495,6 +8677,9 @@ SymbolicName=ERROR_POPUP_ALREADY_ACTIVE Language=English ERROR_POPUP_ALREADY_ACTIVE - Popup menu already active. . +Language=Russian +ERROR_POPUP_ALREADY_ACTIVE - Popup menu already active. +. MessageId=1447 Severity=Success @@ -7503,6 +8688,9 @@ SymbolicName=ERROR_NO_SCROLLBARS Language=English ERROR_NO_SCROLLBARS - The window does not have scroll bars. . +Language=Russian +ERROR_NO_SCROLLBARS - The window does not have scroll bars. +. MessageId=1448 Severity=Success @@ -7511,6 +8699,9 @@ SymbolicName=ERROR_INVALID_SCROLLBAR_RANGE Language=English ERROR_INVALID_SCROLLBAR_RANGE - Scroll bar range cannot be greater than MAXLONG. . +Language=Russian +ERROR_INVALID_SCROLLBAR_RANGE - Scroll bar range cannot be greater than MAXLONG. +. MessageId=1449 Severity=Success @@ -7519,6 +8710,9 @@ SymbolicName=ERROR_INVALID_SHOWWIN_COMMAND Language=English ERROR_INVALID_SHOWWIN_COMMAND - Cannot show or remove the window in the way specified. . +Language=Russian +ERROR_INVALID_SHOWWIN_COMMAND - Cannot show or remove the window in the way specified. +. MessageId=1450 Severity=Success @@ -7527,6 +8721,9 @@ SymbolicName=ERROR_NO_SYSTEM_RESOURCES Language=English ERROR_NO_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service. . +Language=Russian +ERROR_NO_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service. +. MessageId=1451 Severity=Success @@ -7535,6 +8732,9 @@ SymbolicName=ERROR_NONPAGED_SYSTEM_RESOURCES Language=English ERROR_NONPAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service. . +Language=Russian +ERROR_NONPAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service. +. MessageId=1452 Severity=Success @@ -7543,6 +8743,9 @@ SymbolicName=ERROR_PAGED_SYSTEM_RESOURCES Language=English ERROR_PAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service. . +Language=Russian +ERROR_PAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service. +. MessageId=1453 Severity=Success @@ -7551,6 +8754,9 @@ SymbolicName=ERROR_WORKING_SET_QUOTA Language=English ERROR_WORKING_SET_QUOTA - Insufficient quota to complete the requested service. . +Language=Russian +ERROR_WORKING_SET_QUOTA - Insufficient quota to complete the requested service. +. MessageId=1454 Severity=Success @@ -7559,6 +8765,9 @@ SymbolicName=ERROR_PAGEFILE_QUOTA Language=English ERROR_PAGEFILE_QUOTA - Insufficient quota to complete the requested service. . +Language=Russian +ERROR_PAGEFILE_QUOTA - Insufficient quota to complete the requested service. +. MessageId=1455 Severity=Success @@ -7567,6 +8776,9 @@ SymbolicName=ERROR_COMMITMENT_LIMIT Language=English ERROR_COMMITMENT_LIMIT - The paging file is too small for this operation to complete. . +Language=Russian +ERROR_COMMITMENT_LIMIT - The paging file is too small for this operation to complete. +. MessageId=1456 Severity=Success @@ -7575,6 +8787,9 @@ SymbolicName=ERROR_MENU_ITEM_NOT_FOUND Language=English ERROR_MENU_ITEM_NOT_FOUND - A menu item was not found. . +Language=Russian +ERROR_MENU_ITEM_NOT_FOUND - A menu item was not found. +. MessageId=1457 Severity=Success @@ -7583,6 +8798,9 @@ SymbolicName=ERROR_INVALID_KEYBOARD_HANDLE Language=English ERROR_INVALID_KEYBOARD_HANDLE - Invalid keyboard layout handle. . +Language=Russian +ERROR_INVALID_KEYBOARD_HANDLE - Invalid keyboard layout handle. +. MessageId=1458 Severity=Success @@ -7591,6 +8809,9 @@ SymbolicName=ERROR_HOOK_TYPE_NOT_ALLOWED Language=English ERROR_HOOK_TYPE_NOT_ALLOWED - Hook type not allowed. . +Language=Russian +ERROR_HOOK_TYPE_NOT_ALLOWED - Hook type not allowed. +. MessageId=1459 Severity=Success @@ -7599,6 +8820,9 @@ SymbolicName=ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION Language=English ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION - This operation requires an interactive window station. . +Language=Russian +ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION - This operation requires an interactive window station. +. MessageId=1460 Severity=Success @@ -7607,6 +8831,9 @@ SymbolicName=ERROR_TIMEOUT Language=English ERROR_TIMEOUT - This operation returned because the timeout period expired. . +Language=Russian +ERROR_TIMEOUT - This operation returned because the timeout period expired. +. MessageId=1461 Severity=Success @@ -7615,6 +8842,9 @@ SymbolicName=ERROR_INVALID_MONITOR_HANDLE Language=English ERROR_INVALID_MONITOR_HANDLE - Invalid monitor handle. . +Language=Russian +ERROR_INVALID_MONITOR_HANDLE - Invalid monitor handle. +. MessageId=1500 Severity=Success @@ -7623,6 +8853,9 @@ SymbolicName=ERROR_EVENTLOG_FILE_CORRUPT Language=English ERROR_EVENTLOG_FILE_CORRUPT - The event log file is corrupted. . +Language=Russian +ERROR_EVENTLOG_FILE_CORRUPT - The event log file is corrupted. +. MessageId=1501 Severity=Success @@ -7631,6 +8864,9 @@ SymbolicName=ERROR_EVENTLOG_CANT_START Language=English ERROR_EVENTLOG_CANT_START - No event log file could be opened, so the event logging service did not start. . +Language=Russian +ERROR_EVENTLOG_CANT_START - No event log file could be opened, so the event logging service did not start. +. MessageId=1502 Severity=Success @@ -7639,6 +8875,9 @@ SymbolicName=ERROR_LOG_FILE_FULL Language=English ERROR_LOG_FILE_FULL - The event log file is full. . +Language=Russian +ERROR_LOG_FILE_FULL - The event log file is full. +. MessageId=1503 Severity=Success @@ -7647,6 +8886,9 @@ SymbolicName=ERROR_EVENTLOG_FILE_CHANGED Language=English ERROR_EVENTLOG_FILE_CHANGED - The event log file has changed between read operations. . +Language=Russian +ERROR_EVENTLOG_FILE_CHANGED - The event log file has changed between read operations. +. MessageId=1601 Severity=Success @@ -7655,6 +8897,9 @@ SymbolicName=ERROR_INSTALL_SERVICE_FAILURE Language=English ERROR_INSTALL_SERVICE_FAILURE - The Windows Installer service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance. . +Language=Russian +ERROR_INSTALL_SERVICE_FAILURE - The Windows Installer service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance. +. MessageId=1602 Severity=Success @@ -7663,6 +8908,9 @@ SymbolicName=ERROR_INSTALL_USEREXIT Language=English ERROR_INSTALL_USEREXIT - User cancelled installation. . +Language=Russian +ERROR_INSTALL_USEREXIT - User cancelled installation. +. MessageId=1603 Severity=Success @@ -7671,6 +8919,9 @@ SymbolicName=ERROR_INSTALL_FAILURE Language=English ERROR_INSTALL_FAILURE - Fatal error during installation. . +Language=Russian +ERROR_INSTALL_FAILURE - Fatal error during installation. +. MessageId=1604 Severity=Success @@ -7679,6 +8930,9 @@ SymbolicName=ERROR_INSTALL_SUSPEND Language=English ERROR_INSTALL_SUSPEND - Installation suspended, incomplete. . +Language=Russian +ERROR_INSTALL_SUSPEND - Installation suspended, incomplete. +. MessageId=1605 Severity=Success @@ -7687,6 +8941,9 @@ SymbolicName=ERROR_UNKNOWN_PRODUCT Language=English ERROR_UNKNOWN_PRODUCT - This action is only valid for products that are currently installed. . +Language=Russian +ERROR_UNKNOWN_PRODUCT - This action is only valid for products that are currently installed. +. MessageId=1606 Severity=Success @@ -7695,6 +8952,9 @@ SymbolicName=ERROR_UNKNOWN_FEATURE Language=English ERROR_UNKNOWN_FEATURE - Feature ID not registered. . +Language=Russian +ERROR_UNKNOWN_FEATURE - Feature ID not registered. +. MessageId=1607 Severity=Success @@ -7703,6 +8963,9 @@ SymbolicName=ERROR_UNKNOWN_COMPONENT Language=English ERROR_UNKNOWN_COMPONENT - Component ID not registered. . +Language=Russian +ERROR_UNKNOWN_COMPONENT - Component ID not registered. +. MessageId=1608 Severity=Success @@ -7711,6 +8974,9 @@ SymbolicName=ERROR_UNKNOWN_PROPERTY Language=English ERROR_UNKNOWN_PROPERTY - Unknown property. . +Language=Russian +ERROR_UNKNOWN_PROPERTY - Unknown property. +. MessageId=1609 Severity=Success @@ -7719,6 +8985,9 @@ SymbolicName=ERROR_INVALID_HANDLE_STATE Language=English ERROR_INVALID_HANDLE_STATE - Handle is in an invalid state. . +Language=Russian +ERROR_INVALID_HANDLE_STATE - Handle is in an invalid state. +. MessageId=1610 Severity=Success @@ -7727,6 +8996,9 @@ SymbolicName=ERROR_BAD_CONFIGURATION Language=English ERROR_BAD_CONFIGURATION - The configuration data for this product is corrupt. Contact your support personnel. . +Language=Russian +ERROR_BAD_CONFIGURATION - The configuration data for this product is corrupt. Contact your support personnel. +. MessageId=1611 Severity=Success @@ -7735,6 +9007,9 @@ SymbolicName=ERROR_INDEX_ABSENT Language=English ERROR_INDEX_ABSENT - Component qualifier not present. . +Language=Russian +ERROR_INDEX_ABSENT - Component qualifier not present. +. MessageId=1612 Severity=Success @@ -7743,6 +9018,9 @@ SymbolicName=ERROR_INSTALL_SOURCE_ABSENT Language=English ERROR_INSTALL_SOURCE_ABSENT - The installation source for this product is not available. Verify that the source exists and that you can access it. . +Language=Russian +ERROR_INSTALL_SOURCE_ABSENT - The installation source for this product is not available. Verify that the source exists and that you can access it. +. MessageId=1613 Severity=Success @@ -7751,6 +9029,9 @@ SymbolicName=ERROR_INSTALL_PACKAGE_VERSION Language=English ERROR_INSTALL_PACKAGE_VERSION - This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. . +Language=Russian +ERROR_INSTALL_PACKAGE_VERSION - This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. +. MessageId=1614 Severity=Success @@ -7759,6 +9040,9 @@ SymbolicName=ERROR_PRODUCT_UNINSTALLED Language=English ERROR_PRODUCT_UNINSTALLED - Product is uninstalled. . +Language=Russian +ERROR_PRODUCT_UNINSTALLED - Product is uninstalled. +. MessageId=1615 Severity=Success @@ -7767,6 +9051,9 @@ SymbolicName=ERROR_BAD_QUERY_SYNTAX Language=English ERROR_BAD_QUERY_SYNTAX - SQL query syntax invalid or unsupported. . +Language=Russian +ERROR_BAD_QUERY_SYNTAX - SQL query syntax invalid or unsupported. +. MessageId=1616 Severity=Success @@ -7775,6 +9062,9 @@ SymbolicName=ERROR_INVALID_FIELD Language=English ERROR_INVALID_FIELD - Record field does not exist. . +Language=Russian +ERROR_INVALID_FIELD - Record field does not exist. +. MessageId=1617 Severity=Success @@ -7783,6 +9073,9 @@ SymbolicName=ERROR_DEVICE_REMOVED Language=English ERROR_DEVICE_REMOVED - The device has been removed. . +Language=Russian +ERROR_DEVICE_REMOVED - The device has been removed. +. MessageId=1618 Severity=Success @@ -7791,6 +9084,9 @@ SymbolicName=ERROR_INSTALL_ALREADY_RUNNING Language=English ERROR_INSTALL_ALREADY_RUNNING - Another installation is already in progress. Complete that installation before proceeding with this install. . +Language=Russian +ERROR_INSTALL_ALREADY_RUNNING - Another installation is already in progress. Complete that installation before proceeding with this install. +. MessageId=1619 Severity=Success @@ -7799,6 +9095,9 @@ SymbolicName=ERROR_INSTALL_PACKAGE_OPEN_FAILED Language=English ERROR_INSTALL_PACKAGE_OPEN_FAILED - This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package. . +Language=Russian +ERROR_INSTALL_PACKAGE_OPEN_FAILED - This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package. +. MessageId=1620 Severity=Success @@ -7807,6 +9106,9 @@ SymbolicName=ERROR_INSTALL_PACKAGE_INVALID Language=English ERROR_INSTALL_PACKAGE_INVALID - This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package. . +Language=Russian +ERROR_INSTALL_PACKAGE_INVALID - This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package. +. MessageId=1621 Severity=Success @@ -7815,6 +9117,9 @@ SymbolicName=ERROR_INSTALL_UI_FAILURE Language=English ERROR_INSTALL_UI_FAILURE - There was an error starting the Windows Installer service user interface. Contact your support personnel. . +Language=Russian +ERROR_INSTALL_UI_FAILURE - There was an error starting the Windows Installer service user interface. Contact your support personnel. +. MessageId=1622 Severity=Success @@ -7823,6 +9128,9 @@ SymbolicName=ERROR_INSTALL_LOG_FAILURE Language=English ERROR_INSTALL_LOG_FAILURE - Error opening installation log file. Verify that the specified log file location exists and that you can write to it. . +Language=Russian +ERROR_INSTALL_LOG_FAILURE - Error opening installation log file. Verify that the specified log file location exists and that you can write to it. +. MessageId=1623 Severity=Success @@ -7831,6 +9139,9 @@ SymbolicName=ERROR_INSTALL_LANGUAGE_UNSUPPORTED Language=English ERROR_INSTALL_LANGUAGE_UNSUPPORTED - The language of this installation package is not supported by your system. . +Language=Russian +ERROR_INSTALL_LANGUAGE_UNSUPPORTED - The language of this installation package is not supported by your system. +. MessageId=1624 Severity=Success @@ -7839,6 +9150,9 @@ SymbolicName=ERROR_INSTALL_TRANSFORM_FAILURE Language=English ERROR_INSTALL_TRANSFORM_FAILURE - Error applying transforms. Verify that the specified transform paths are valid. . +Language=Russian +ERROR_INSTALL_TRANSFORM_FAILURE - Error applying transforms. Verify that the specified transform paths are valid. +. MessageId=1625 Severity=Success @@ -7847,6 +9161,9 @@ SymbolicName=ERROR_INSTALL_PACKAGE_REJECTED Language=English ERROR_INSTALL_PACKAGE_REJECTED - This installation is forbidden by system policy. Contact your system administrator. . +Language=Russian +ERROR_INSTALL_PACKAGE_REJECTED - This installation is forbidden by system policy. Contact your system administrator. +. MessageId=1626 Severity=Success @@ -7855,6 +9172,9 @@ SymbolicName=ERROR_FUNCTION_NOT_CALLED Language=English ERROR_FUNCTION_NOT_CALLED - Function could not be executed. . +Language=Russian +ERROR_FUNCTION_NOT_CALLED - Function could not be executed. +. MessageId=1627 Severity=Success @@ -7863,6 +9183,9 @@ SymbolicName=ERROR_FUNCTION_FAILED Language=English ERROR_FUNCTION_FAILED - Function failed during execution. . +Language=Russian +ERROR_FUNCTION_FAILED - Function failed during execution. +. MessageId=1628 Severity=Success @@ -7871,6 +9194,9 @@ SymbolicName=ERROR_INVALID_TABLE Language=English ERROR_INVALID_TABLE - Invalid or unknown table specified. . +Language=Russian +ERROR_INVALID_TABLE - Invalid or unknown table specified. +. MessageId=1629 Severity=Success @@ -7879,6 +9205,9 @@ SymbolicName=ERROR_DATATYPE_MISMATCH Language=English ERROR_DATATYPE_MISMATCH - Data supplied is of wrong type. . +Language=Russian +ERROR_DATATYPE_MISMATCH - Data supplied is of wrong type. +. MessageId=1630 Severity=Success @@ -7887,6 +9216,9 @@ SymbolicName=ERROR_UNSUPPORTED_TYPE Language=English ERROR_UNSUPPORTED_TYPE - Data of this type is not supported. . +Language=Russian +ERROR_UNSUPPORTED_TYPE - Data of this type is not supported. +. MessageId=1631 Severity=Success @@ -7895,6 +9227,9 @@ SymbolicName=ERROR_CREATE_FAILED Language=English ERROR_CREATE_FAILED - The Windows Installer service failed to start. Contact your support personnel. . +Language=Russian +ERROR_CREATE_FAILED - The Windows Installer service failed to start. Contact your support personnel. +. MessageId=1632 Severity=Success @@ -7903,6 +9238,9 @@ SymbolicName=ERROR_INSTALL_TEMP_UNWRITABLE Language=English ERROR_INSTALL_TEMP_UNWRITABLE - The Temp folder is on a drive that is full or inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder. . +Language=Russian +ERROR_INSTALL_TEMP_UNWRITABLE - The Temp folder is on a drive that is full or inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder. +. MessageId=1633 Severity=Success @@ -7911,6 +9249,9 @@ SymbolicName=ERROR_INSTALL_PLATFORM_UNSUPPORTED Language=English ERROR_INSTALL_PLATFORM_UNSUPPORTED - This installation package is not supported by this processor type. Contact your product vendor. . +Language=Russian +ERROR_INSTALL_PLATFORM_UNSUPPORTED - This installation package is not supported by this processor type. Contact your product vendor. +. MessageId=1634 Severity=Success @@ -7919,6 +9260,9 @@ SymbolicName=ERROR_INSTALL_NOTUSED Language=English ERROR_INSTALL_NOTUSED - Component not used on this computer. . +Language=Russian +ERROR_INSTALL_NOTUSED - Component not used on this computer. +. MessageId=1635 Severity=Success @@ -7927,6 +9271,9 @@ SymbolicName=ERROR_PATCH_PACKAGE_OPEN_FAILED Language=English ERROR_PATCH_PACKAGE_OPEN_FAILED - This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package. . +Language=Russian +ERROR_PATCH_PACKAGE_OPEN_FAILED - This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package. +. MessageId=1636 Severity=Success @@ -7935,6 +9282,9 @@ SymbolicName=ERROR_PATCH_PACKAGE_INVALID Language=English ERROR_PATCH_PACKAGE_INVALID - This patch package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer patch package. . +Language=Russian +ERROR_PATCH_PACKAGE_INVALID - This patch package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer patch package. +. MessageId=1637 Severity=Success @@ -7943,6 +9293,9 @@ SymbolicName=ERROR_PATCH_PACKAGE_UNSUPPORTED Language=English ERROR_PATCH_PACKAGE_UNSUPPORTED - This patch package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. . +Language=Russian +ERROR_PATCH_PACKAGE_UNSUPPORTED - This patch package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. +. MessageId=1638 Severity=Success @@ -7951,6 +9304,9 @@ SymbolicName=ERROR_PRODUCT_VERSION Language=English ERROR_PRODUCT_VERSION - Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. . +Language=Russian +ERROR_PRODUCT_VERSION - Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. +. MessageId=1639 Severity=Success @@ -7959,6 +9315,9 @@ SymbolicName=ERROR_INVALID_COMMAND_LINE Language=English ERROR_INVALID_COMMAND_LINE - Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. . +Language=Russian +ERROR_INVALID_COMMAND_LINE - Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. +. MessageId=1640 Severity=Success @@ -7967,6 +9326,9 @@ SymbolicName=ERROR_INSTALL_REMOTE_DISALLOWED Language=English ERROR_INSTALL_REMOTE_DISALLOWED - Only administrators have permission to add, remove, or configure server software during a Terminal Services remote session. If you want to install or configure software on the server, contact your network administrator. . +Language=Russian +ERROR_INSTALL_REMOTE_DISALLOWED - Only administrators have permission to add, remove, or configure server software during a Terminal Services remote session. If you want to install or configure software on the server, contact your network administrator. +. MessageId=1641 Severity=Success @@ -7975,6 +9337,9 @@ SymbolicName=ERROR_SUCCESS_REBOOT_INITIATED Language=English ERROR_SUCCESS_REBOOT_INITIATED - The requested operation completed successfully. The system will be restarted so the changes can take effect. . +Language=Russian +ERROR_SUCCESS_REBOOT_INITIATED - The requested operation completed successfully. The system will be restarted so the changes can take effect. +. MessageId=1642 Severity=Success @@ -7983,6 +9348,9 @@ SymbolicName=ERROR_PATCH_TARGET_NOT_FOUND Language=English ERROR_PATCH_TARGET_NOT_FOUND - The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch. . +Language=Russian +ERROR_PATCH_TARGET_NOT_FOUND - The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch. +. MessageId=1643 Severity=Success @@ -7991,6 +9359,9 @@ SymbolicName=ERROR_PATCH_PACKAGE_REJECTED Language=English ERROR_PATCH_PACKAGE_REJECTED - The patch package is not permitted by software restriction policy. . +Language=Russian +ERROR_PATCH_PACKAGE_REJECTED - The patch package is not permitted by software restriction policy. +. MessageId=1644 Severity=Success @@ -7999,6 +9370,9 @@ SymbolicName=ERROR_INSTALL_TRANSFORM_REJECTED Language=English ERROR_INSTALL_TRANSFORM_REJECTED - One or more customizations are not permitted by software restriction policy. . +Language=Russian +ERROR_INSTALL_TRANSFORM_REJECTED - One or more customizations are not permitted by software restriction policy. +. MessageId=1645 Severity=Success @@ -8007,6 +9381,9 @@ SymbolicName=ERROR_INSTALL_REMOTE_PROHIBITED Language=English ERROR_INSTALL_REMOTE_PROHIBITED - The Windows Installer does not permit installation from a Remote Desktop Connection. . +Language=Russian +ERROR_INSTALL_REMOTE_PROHIBITED - The Windows Installer does not permit installation from a Remote Desktop Connection. +. MessageId=1700 Severity=Success @@ -8015,6 +9392,9 @@ SymbolicName=RPC_S_INVALID_STRING_BINDING Language=English RPC_S_INVALID_STRING_BINDING - The string binding is invalid. . +Language=Russian +RPC_S_INVALID_STRING_BINDING - The string binding is invalid. +. MessageId=1701 Severity=Success @@ -8023,6 +9403,9 @@ SymbolicName=RPC_S_WRONG_KIND_OF_BINDING Language=English RPC_S_WRONG_KIND_OF_BINDING - The binding handle is not the correct type. . +Language=Russian +RPC_S_WRONG_KIND_OF_BINDING - The binding handle is not the correct type. +. MessageId=1702 Severity=Success @@ -8031,6 +9414,9 @@ SymbolicName=RPC_S_INVALID_BINDING Language=English RPC_S_INVALID_BINDING - The binding handle is invalid. . +Language=Russian +RPC_S_INVALID_BINDING - The binding handle is invalid. +. MessageId=1703 Severity=Success @@ -8039,6 +9425,9 @@ SymbolicName=RPC_S_PROTSEQ_NOT_SUPPORTED Language=English RPC_S_PROTSEQ_NOT_SUPPORTED - The RPC protocol sequence is not supported. . +Language=Russian +RPC_S_PROTSEQ_NOT_SUPPORTED - The RPC protocol sequence is not supported. +. MessageId=1704 Severity=Success @@ -8047,6 +9436,9 @@ SymbolicName=RPC_S_INVALID_RPC_PROTSEQ Language=English RPC_S_INVALID_RPC_PROTSEQ - The RPC protocol sequence is invalid. . +Language=Russian +RPC_S_INVALID_RPC_PROTSEQ - The RPC protocol sequence is invalid. +. MessageId=1705 Severity=Success @@ -8055,6 +9447,9 @@ SymbolicName=RPC_S_INVALID_STRING_UUID Language=English RPC_S_INVALID_STRING_UUID - The string universal unique identifier (UUID) is invalid. . +Language=Russian +RPC_S_INVALID_STRING_UUID - The string universal unique identifier (UUID) is invalid. +. MessageId=1706 Severity=Success @@ -8063,6 +9458,9 @@ SymbolicName=RPC_S_INVALID_ENDPOINT_FORMAT Language=English RPC_S_INVALID_ENDPOINT_FORMAT - The endpoint format is invalid. . +Language=Russian +RPC_S_INVALID_ENDPOINT_FORMAT - The endpoint format is invalid. +. MessageId=1707 Severity=Success @@ -8071,6 +9469,9 @@ SymbolicName=RPC_S_INVALID_NET_ADDR Language=English RPC_S_INVALID_NET_ADDR - The network address is invalid. . +Language=Russian +RPC_S_INVALID_NET_ADDR - The network address is invalid. +. MessageId=1708 Severity=Success @@ -8079,6 +9480,9 @@ SymbolicName=RPC_S_NO_ENDPOINT_FOUND Language=English RPC_S_NO_ENDPOINT_FOUND - No endpoint was found. . +Language=Russian +RPC_S_NO_ENDPOINT_FOUND - No endpoint was found. +. MessageId=1709 Severity=Success @@ -8087,6 +9491,9 @@ SymbolicName=RPC_S_INVALID_TIMEOUT Language=English RPC_S_INVALID_TIMEOUT - The timeout value is invalid. . +Language=Russian +RPC_S_INVALID_TIMEOUT - The timeout value is invalid. +. MessageId=1710 Severity=Success @@ -8095,6 +9502,9 @@ SymbolicName=RPC_S_OBJECT_NOT_FOUND Language=English RPC_S_OBJECT_NOT_FOUND - The object universal unique identifier (UUID) was not found. . +Language=Russian +RPC_S_OBJECT_NOT_FOUND - The object universal unique identifier (UUID) was not found. +. MessageId=1711 Severity=Success @@ -8103,6 +9513,9 @@ SymbolicName=RPC_S_ALREADY_REGISTERED Language=English RPC_S_ALREADY_REGISTERED - The object universal unique identifier (UUID) has already been registered. . +Language=Russian +RPC_S_ALREADY_REGISTERED - The object universal unique identifier (UUID) has already been registered. +. MessageId=1712 Severity=Success @@ -8111,6 +9524,9 @@ SymbolicName=RPC_S_TYPE_ALREADY_REGISTERED Language=English RPC_S_TYPE_ALREADY_REGISTERED - The type universal unique identifier (UUID) has already been registered. . +Language=Russian +RPC_S_TYPE_ALREADY_REGISTERED - The type universal unique identifier (UUID) has already been registered. +. MessageId=1713 Severity=Success @@ -8119,6 +9535,9 @@ SymbolicName=RPC_S_ALREADY_LISTENING Language=English RPC_S_ALREADY_LISTENING - The RPC server is already listening. . +Language=Russian +RPC_S_ALREADY_LISTENING - The RPC server is already listening. +. MessageId=1714 Severity=Success @@ -8127,6 +9546,9 @@ SymbolicName=RPC_S_NO_PROTSEQS_REGISTERED Language=English RPC_S_NO_PROTSEQS_REGISTERED - No protocol sequences have been registered. . +Language=Russian +RPC_S_NO_PROTSEQS_REGISTERED - No protocol sequences have been registered. +. MessageId=1715 Severity=Success @@ -8135,6 +9557,9 @@ SymbolicName=RPC_S_NOT_LISTENING Language=English RPC_S_NOT_LISTENING - The RPC server is not listening. . +Language=Russian +RPC_S_NOT_LISTENING - The RPC server is not listening. +. MessageId=1716 Severity=Success @@ -8143,6 +9568,9 @@ SymbolicName=RPC_S_UNKNOWN_MGR_TYPE Language=English RPC_S_UNKNOWN_MGR_TYPE - The manager type is unknown. . +Language=Russian +RPC_S_UNKNOWN_MGR_TYPE - The manager type is unknown. +. MessageId=1717 Severity=Success @@ -8151,6 +9579,9 @@ SymbolicName=RPC_S_UNKNOWN_IF Language=English RPC_S_UNKNOWN_IF - The interface is unknown. . +Language=Russian +RPC_S_UNKNOWN_IF - The interface is unknown. +. MessageId=1718 Severity=Success @@ -8159,6 +9590,9 @@ SymbolicName=RPC_S_NO_BINDINGS Language=English RPC_S_NO_BINDINGS - There are no bindings. . +Language=Russian +RPC_S_NO_BINDINGS - There are no bindings. +. MessageId=1719 Severity=Success @@ -8167,6 +9601,9 @@ SymbolicName=RPC_S_NO_PROTSEQS Language=English RPC_S_NO_PROTSEQS - There are no protocol sequences. . +Language=Russian +RPC_S_NO_PROTSEQS - There are no protocol sequences. +. MessageId=1720 Severity=Success @@ -8175,6 +9612,9 @@ SymbolicName=RPC_S_CANT_CREATE_ENDPOINT Language=English RPC_S_CANT_CREATE_ENDPOINT - The endpoint cannot be created. . +Language=Russian +RPC_S_CANT_CREATE_ENDPOINT - The endpoint cannot be created. +. MessageId=1721 Severity=Success @@ -8183,6 +9623,9 @@ SymbolicName=RPC_S_OUT_OF_RESOURCES Language=English RPC_S_OUT_OF_RESOURCES - Not enough resources are available to complete this operation. . +Language=Russian +RPC_S_OUT_OF_RESOURCES - Not enough resources are available to complete this operation. +. MessageId=1722 Severity=Success @@ -8191,6 +9634,9 @@ SymbolicName=RPC_S_SERVER_UNAVAILABLE Language=English RPC_S_SERVER_UNAVAILABLE - The RPC server is unavailable. . +Language=Russian +RPC_S_SERVER_UNAVAILABLE - The RPC server is unavailable. +. MessageId=1723 Severity=Success @@ -8199,6 +9645,9 @@ SymbolicName=RPC_S_SERVER_TOO_BUSY Language=English RPC_S_SERVER_TOO_BUSY - The RPC server is too busy to complete this operation. . +Language=Russian +RPC_S_SERVER_TOO_BUSY - The RPC server is too busy to complete this operation. +. MessageId=1724 Severity=Success @@ -8207,6 +9656,9 @@ SymbolicName=RPC_S_INVALID_NETWORK_OPTIONS Language=English RPC_S_INVALID_NETWORK_OPTIONS - The network options are invalid. . +Language=Russian +RPC_S_INVALID_NETWORK_OPTIONS - The network options are invalid. +. MessageId=1725 Severity=Success @@ -8215,6 +9667,9 @@ SymbolicName=RPC_S_NO_CALL_ACTIVE Language=English RPC_S_NO_CALL_ACTIVE - There are no remote procedure calls active on this thread. . +Language=Russian +RPC_S_NO_CALL_ACTIVE - There are no remote procedure calls active on this thread. +. MessageId=1726 Severity=Success @@ -8223,6 +9678,9 @@ SymbolicName=RPC_S_CALL_FAILED Language=English RPC_S_CALL_FAILED - The remote procedure call failed. . +Language=Russian +RPC_S_CALL_FAILED - The remote procedure call failed. +. MessageId=1727 Severity=Success @@ -8231,6 +9689,9 @@ SymbolicName=RPC_S_CALL_FAILED_DNE Language=English RPC_S_CALL_FAILED_DNE - The remote procedure call failed and did not execute. . +Language=Russian +RPC_S_CALL_FAILED_DNE - The remote procedure call failed and did not execute. +. MessageId=1728 Severity=Success @@ -8239,6 +9700,9 @@ SymbolicName=RPC_S_PROTOCOL_ERROR Language=English RPC_S_PROTOCOL_ERROR - A remote procedure call (RPC) protocol error occurred. . +Language=Russian +RPC_S_PROTOCOL_ERROR - A remote procedure call (RPC) protocol error occurred. +. MessageId=1730 Severity=Success @@ -8247,6 +9711,9 @@ SymbolicName=RPC_S_UNSUPPORTED_TRANS_SYN Language=English RPC_S_UNSUPPORTED_TRANS_SYN - The transfer syntax is not supported by the RPC server. . +Language=Russian +RPC_S_UNSUPPORTED_TRANS_SYN - The transfer syntax is not supported by the RPC server. +. MessageId=1732 Severity=Success @@ -8255,6 +9722,9 @@ SymbolicName=RPC_S_UNSUPPORTED_TYPE Language=English RPC_S_UNSUPPORTED_TYPE - The universal unique identifier (UUID) type is not supported. . +Language=Russian +RPC_S_UNSUPPORTED_TYPE - The universal unique identifier (UUID) type is not supported. +. MessageId=1733 Severity=Success @@ -8263,6 +9733,9 @@ SymbolicName=RPC_S_INVALID_TAG Language=English RPC_S_INVALID_TAG - The tag is invalid. . +Language=Russian +RPC_S_INVALID_TAG - The tag is invalid. +. MessageId=1734 Severity=Success @@ -8271,6 +9744,9 @@ SymbolicName=RPC_S_INVALID_BOUND Language=English RPC_S_INVALID_BOUND - The array bounds are invalid. . +Language=Russian +RPC_S_INVALID_BOUND - The array bounds are invalid. +. MessageId=1735 Severity=Success @@ -8279,6 +9755,9 @@ SymbolicName=RPC_S_NO_ENTRY_NAME Language=English RPC_S_NO_ENTRY_NAME - The binding does not contain an entry name. . +Language=Russian +RPC_S_NO_ENTRY_NAME - The binding does not contain an entry name. +. MessageId=1736 Severity=Success @@ -8287,6 +9766,9 @@ SymbolicName=RPC_S_INVALID_NAME_SYNTAX Language=English RPC_S_INVALID_NAME_SYNTAX - The name syntax is invalid. . +Language=Russian +RPC_S_INVALID_NAME_SYNTAX - The name syntax is invalid. +. MessageId=1737 Severity=Success @@ -8295,6 +9777,9 @@ SymbolicName=RPC_S_UNSUPPORTED_NAME_SYNTAX Language=English RPC_S_UNSUPPORTED_NAME_SYNTAX - The name syntax is not supported. . +Language=Russian +RPC_S_UNSUPPORTED_NAME_SYNTAX - The name syntax is not supported. +. MessageId=1739 Severity=Success @@ -8303,6 +9788,9 @@ SymbolicName=RPC_S_UUID_NO_ADDRESS Language=English RPC_S_UUID_NO_ADDRESS - No network address is available to use to construct a universal unique identifier (UUID). . +Language=Russian +RPC_S_UUID_NO_ADDRESS - No network address is available to use to construct a universal unique identifier (UUID). +. MessageId=1740 Severity=Success @@ -8311,6 +9799,9 @@ SymbolicName=RPC_S_DUPLICATE_ENDPOINT Language=English RPC_S_DUPLICATE_ENDPOINT - The endpoint is a duplicate. . +Language=Russian +RPC_S_DUPLICATE_ENDPOINT - The endpoint is a duplicate. +. MessageId=1741 Severity=Success @@ -8319,6 +9810,9 @@ SymbolicName=RPC_S_UNKNOWN_AUTHN_TYPE Language=English RPC_S_UNKNOWN_AUTHN_TYPE - The authentication type is unknown. . +Language=Russian +RPC_S_UNKNOWN_AUTHN_TYPE - The authentication type is unknown. +. MessageId=1742 Severity=Success @@ -8327,6 +9821,9 @@ SymbolicName=RPC_S_MAX_CALLS_TOO_SMALL Language=English RPC_S_MAX_CALLS_TOO_SMALL - The maximum number of calls is too small. . +Language=Russian +RPC_S_MAX_CALLS_TOO_SMALL - The maximum number of calls is too small. +. MessageId=1743 Severity=Success @@ -8335,6 +9832,9 @@ SymbolicName=RPC_S_STRING_TOO_LONG Language=English RPC_S_STRING_TOO_LONG - The string is too long. . +Language=Russian +RPC_S_STRING_TOO_LONG - The string is too long. +. MessageId=1744 Severity=Success @@ -8343,6 +9843,9 @@ SymbolicName=RPC_S_PROTSEQ_NOT_FOUND Language=English RPC_S_PROTSEQ_NOT_FOUND - The RPC protocol sequence was not found. . +Language=Russian +RPC_S_PROTSEQ_NOT_FOUND - The RPC protocol sequence was not found. +. MessageId=1745 Severity=Success @@ -8351,6 +9854,9 @@ SymbolicName=RPC_S_PROCNUM_OUT_OF_RANGE Language=English RPC_S_PROCNUM_OUT_OF_RANGE - The procedure number is out of range. . +Language=Russian +RPC_S_PROCNUM_OUT_OF_RANGE - The procedure number is out of range. +. MessageId=1746 Severity=Success @@ -8359,6 +9865,9 @@ SymbolicName=RPC_S_BINDING_HAS_NO_AUTH Language=English RPC_S_BINDING_HAS_NO_AUTH - The binding does not contain any authentication information. . +Language=Russian +RPC_S_BINDING_HAS_NO_AUTH - The binding does not contain any authentication information. +. MessageId=1747 Severity=Success @@ -8367,6 +9876,9 @@ SymbolicName=RPC_S_UNKNOWN_AUTHN_SERVICE Language=English RPC_S_UNKNOWN_AUTHN_SERVICE - The authentication service is unknown. . +Language=Russian +RPC_S_UNKNOWN_AUTHN_SERVICE - The authentication service is unknown. +. MessageId=1748 Severity=Success @@ -8375,6 +9887,9 @@ SymbolicName=RPC_S_UNKNOWN_AUTHN_LEVEL Language=English RPC_S_UNKNOWN_AUTHN_LEVEL - The authentication level is unknown. . +Language=Russian +RPC_S_UNKNOWN_AUTHN_LEVEL - The authentication level is unknown. +. MessageId=1749 Severity=Success @@ -8383,6 +9898,9 @@ SymbolicName=RPC_S_INVALID_AUTH_IDENTITY Language=English RPC_S_INVALID_AUTH_IDENTITY - The security context is invalid. . +Language=Russian +RPC_S_INVALID_AUTH_IDENTITY - The security context is invalid. +. MessageId=1750 Severity=Success @@ -8391,6 +9909,9 @@ SymbolicName=RPC_S_UNKNOWN_AUTHZ_SERVICE Language=English RPC_S_UNKNOWN_AUTHZ_SERVICE - The authorization service is unknown. . +Language=Russian +RPC_S_UNKNOWN_AUTHZ_SERVICE - The authorization service is unknown. +. MessageId=1751 Severity=Success @@ -8399,6 +9920,9 @@ SymbolicName=EPT_S_INVALID_ENTRY Language=English EPT_S_INVALID_ENTRY - The entry is invalid. . +Language=Russian +EPT_S_INVALID_ENTRY - The entry is invalid. +. MessageId=1752 Severity=Success @@ -8407,6 +9931,9 @@ SymbolicName=EPT_S_CANT_PERFORM_OP Language=English EPT_S_CANT_PERFORM_OP - The server endpoint cannot perform the operation. . +Language=Russian +EPT_S_CANT_PERFORM_OP - The server endpoint cannot perform the operation. +. MessageId=1753 Severity=Success @@ -8415,6 +9942,9 @@ SymbolicName=EPT_S_NOT_REGISTERED Language=English EPT_S_NOT_REGISTERED - There are no more endpoints available from the endpoint mapper. . +Language=Russian +EPT_S_NOT_REGISTERED - There are no more endpoints available from the endpoint mapper. +. MessageId=1754 Severity=Success @@ -8423,6 +9953,9 @@ SymbolicName=RPC_S_NOTHING_TO_EXPORT Language=English RPC_S_NOTHING_TO_EXPORT - No interfaces have been exported. . +Language=Russian +RPC_S_NOTHING_TO_EXPORT - No interfaces have been exported. +. MessageId=1755 Severity=Success @@ -8431,6 +9964,9 @@ SymbolicName=RPC_S_INCOMPLETE_NAME Language=English RPC_S_INCOMPLETE_NAME - The entry name is incomplete. . +Language=Russian +RPC_S_INCOMPLETE_NAME - The entry name is incomplete. +. MessageId=1756 Severity=Success @@ -8439,6 +9975,9 @@ SymbolicName=RPC_S_INVALID_VERS_OPTION Language=English RPC_S_INVALID_VERS_OPTION - The version option is invalid. . +Language=Russian +RPC_S_INVALID_VERS_OPTION - The version option is invalid. +. MessageId=1757 Severity=Success @@ -8447,6 +9986,9 @@ SymbolicName=RPC_S_NO_MORE_MEMBERS Language=English RPC_S_NO_MORE_MEMBERS - There are no more members. . +Language=Russian +RPC_S_NO_MORE_MEMBERS - There are no more members. +. MessageId=1758 Severity=Success @@ -8455,6 +9997,9 @@ SymbolicName=RPC_S_NOT_ALL_OBJS_UNEXPORTED Language=English RPC_S_NOT_ALL_OBJS_UNEXPORTED - There is nothing to unexport. . +Language=Russian +RPC_S_NOT_ALL_OBJS_UNEXPORTED - There is nothing to unexport. +. MessageId=1759 Severity=Success @@ -8463,6 +10008,9 @@ SymbolicName=RPC_S_INTERFACE_NOT_FOUND Language=English RPC_S_INTERFACE_NOT_FOUND - The interface was not found. . +Language=Russian +RPC_S_INTERFACE_NOT_FOUND - The interface was not found. +. MessageId=1760 Severity=Success @@ -8471,6 +10019,9 @@ SymbolicName=RPC_S_ENTRY_ALREADY_EXISTS Language=English RPC_S_ENTRY_ALREADY_EXISTS - The entry already exists. . +Language=Russian +RPC_S_ENTRY_ALREADY_EXISTS - The entry already exists. +. MessageId=1761 Severity=Success @@ -8479,6 +10030,9 @@ SymbolicName=RPC_S_ENTRY_NOT_FOUND Language=English RPC_S_ENTRY_NOT_FOUND - The entry is not found. . +Language=Russian +RPC_S_ENTRY_NOT_FOUND - The entry is not found. +. MessageId=1762 Severity=Success @@ -8487,6 +10041,9 @@ SymbolicName=RPC_S_NAME_SERVICE_UNAVAILABLE Language=English RPC_S_NAME_SERVICE_UNAVAILABLE - The name service is unavailable. . +Language=Russian +RPC_S_NAME_SERVICE_UNAVAILABLE - The name service is unavailable. +. MessageId=1763 Severity=Success @@ -8495,6 +10052,9 @@ SymbolicName=RPC_S_INVALID_NAF_ID Language=English RPC_S_INVALID_NAF_ID - The network address family is invalid. . +Language=Russian +RPC_S_INVALID_NAF_ID - The network address family is invalid. +. MessageId=1764 Severity=Success @@ -8503,6 +10063,9 @@ SymbolicName=RPC_S_CANNOT_SUPPORT Language=English RPC_S_CANNOT_SUPPORT - The requested operation is not supported. . +Language=Russian +RPC_S_CANNOT_SUPPORT - The requested operation is not supported. +. MessageId=1765 Severity=Success @@ -8511,6 +10074,9 @@ SymbolicName=RPC_S_NO_CONTEXT_AVAILABLE Language=English RPC_S_NO_CONTEXT_AVAILABLE - No security context is available to allow impersonation. . +Language=Russian +RPC_S_NO_CONTEXT_AVAILABLE - No security context is available to allow impersonation. +. MessageId=1766 Severity=Success @@ -8519,6 +10085,9 @@ SymbolicName=RPC_S_INTERNAL_ERROR Language=English RPC_S_INTERNAL_ERROR - An internal error occurred in a remote procedure call (RPC). . +Language=Russian +RPC_S_INTERNAL_ERROR - An internal error occurred in a remote procedure call (RPC). +. MessageId=1767 Severity=Success @@ -8527,6 +10096,9 @@ SymbolicName=RPC_S_ZERO_DIVIDE Language=English RPC_S_ZERO_DIVIDE - The RPC server attempted an integer division by zero. . +Language=Russian +RPC_S_ZERO_DIVIDE - The RPC server attempted an integer division by zero. +. MessageId=1768 Severity=Success @@ -8535,6 +10107,9 @@ SymbolicName=RPC_S_ADDRESS_ERROR Language=English RPC_S_ADDRESS_ERROR - An addressing error occurred in the RPC server. . +Language=Russian +RPC_S_ADDRESS_ERROR - An addressing error occurred in the RPC server. +. MessageId=1769 Severity=Success @@ -8543,6 +10118,9 @@ SymbolicName=RPC_S_FP_DIV_ZERO Language=English RPC_S_FP_DIV_ZERO - A floating-point operation at the RPC server caused a division by zero. . +Language=Russian +RPC_S_FP_DIV_ZERO - A floating-point operation at the RPC server caused a division by zero. +. MessageId=1770 Severity=Success @@ -8551,6 +10129,9 @@ SymbolicName=RPC_S_FP_UNDERFLOW Language=English RPC_S_FP_UNDERFLOW - A floating-point underflow occurred at the RPC server. . +Language=Russian +RPC_S_FP_UNDERFLOW - A floating-point underflow occurred at the RPC server. +. MessageId=1771 Severity=Success @@ -8559,6 +10140,9 @@ SymbolicName=RPC_S_FP_OVERFLOW Language=English RPC_S_FP_OVERFLOW - A floating-point overflow occurred at the RPC server. . +Language=Russian +RPC_S_FP_OVERFLOW - A floating-point overflow occurred at the RPC server. +. MessageId=1772 Severity=Success @@ -8567,6 +10151,9 @@ SymbolicName=RPC_X_NO_MORE_ENTRIES Language=English RPC_X_NO_MORE_ENTRIES - The list of RPC servers available for the binding of auto handles has been exhausted. . +Language=Russian +RPC_X_NO_MORE_ENTRIES - The list of RPC servers available for the binding of auto handles has been exhausted. +. MessageId=1773 Severity=Success @@ -8575,6 +10162,9 @@ SymbolicName=RPC_X_SS_CHAR_TRANS_OPEN_FAIL Language=English RPC_X_SS_CHAR_TRANS_OPEN_FAIL - Unable to open the character translation table file. . +Language=Russian +RPC_X_SS_CHAR_TRANS_OPEN_FAIL - Unable to open the character translation table file. +. MessageId=1774 Severity=Success @@ -8583,6 +10173,9 @@ SymbolicName=RPC_X_SS_CHAR_TRANS_SHORT_FILE Language=English RPC_X_SS_CHAR_TRANS_SHORT_FILE - The file containing the character translation table has fewer than 512 bytes. . +Language=Russian +RPC_X_SS_CHAR_TRANS_SHORT_FILE - The file containing the character translation table has fewer than 512 bytes. +. MessageId=1775 Severity=Success @@ -8591,6 +10184,9 @@ SymbolicName=RPC_X_SS_IN_NULL_CONTEXT Language=English RPC_X_SS_IN_NULL_CONTEXT - A null context handle was passed from the client to the host during a remote procedure call. . +Language=Russian +RPC_X_SS_IN_NULL_CONTEXT - A null context handle was passed from the client to the host during a remote procedure call. +. MessageId=1777 Severity=Success @@ -8599,6 +10195,9 @@ SymbolicName=RPC_X_SS_CONTEXT_DAMAGED Language=English RPC_X_SS_CONTEXT_DAMAGED - The context handle changed during a remote procedure call. . +Language=Russian +RPC_X_SS_CONTEXT_DAMAGED - The context handle changed during a remote procedure call. +. MessageId=1778 Severity=Success @@ -8607,6 +10206,9 @@ SymbolicName=RPC_X_SS_HANDLES_MISMATCH Language=English RPC_X_SS_HANDLES_MISMATCH - The binding handles passed to a remote procedure call do not match. . +Language=Russian +RPC_X_SS_HANDLES_MISMATCH - The binding handles passed to a remote procedure call do not match. +. MessageId=1779 Severity=Success @@ -8615,6 +10217,9 @@ SymbolicName=RPC_X_SS_CANNOT_GET_CALL_HANDLE Language=English RPC_X_SS_CANNOT_GET_CALL_HANDLE - The stub is unable to get the remote procedure call handle. . +Language=Russian +RPC_X_SS_CANNOT_GET_CALL_HANDLE - The stub is unable to get the remote procedure call handle. +. MessageId=1780 Severity=Success @@ -8623,6 +10228,9 @@ SymbolicName=RPC_X_NULL_REF_POINTER Language=English RPC_X_NULL_REF_POINTER - A null reference pointer was passed to the stub. . +Language=Russian +RPC_X_NULL_REF_POINTER - A null reference pointer was passed to the stub. +. MessageId=1781 Severity=Success @@ -8631,6 +10239,9 @@ SymbolicName=RPC_X_ENUM_VALUE_OUT_OF_RANGE Language=English RPC_X_ENUM_VALUE_OUT_OF_RANGE - The enumeration value is out of range. . +Language=Russian +RPC_X_ENUM_VALUE_OUT_OF_RANGE - The enumeration value is out of range. +. MessageId=1782 Severity=Success @@ -8639,6 +10250,9 @@ SymbolicName=RPC_X_BYTE_COUNT_TOO_SMALL Language=English RPC_X_BYTE_COUNT_TOO_SMALL - The byte count is too small. . +Language=Russian +RPC_X_BYTE_COUNT_TOO_SMALL - The byte count is too small. +. MessageId=1783 Severity=Success @@ -8647,6 +10261,9 @@ SymbolicName=RPC_X_BAD_STUB_DATA Language=English RPC_X_BAD_STUB_DATA - The stub received bad data. . +Language=Russian +RPC_X_BAD_STUB_DATA - The stub received bad data. +. MessageId=1784 Severity=Success @@ -8655,6 +10272,9 @@ SymbolicName=ERROR_INVALID_USER_BUFFER Language=English ERROR_INVALID_USER_BUFFER - The supplied user buffer is not valid for the requested operation. . +Language=Russian +ERROR_INVALID_USER_BUFFER - The supplied user buffer is not valid for the requested operation. +. MessageId=1785 Severity=Success @@ -8663,6 +10283,9 @@ SymbolicName=ERROR_UNRECOGNIZED_MEDIA Language=English ERROR_UNRECOGNIZED_MEDIA - The disk media is not recognized. It may not be formatted. . +Language=Russian +ERROR_UNRECOGNIZED_MEDIA - The disk media is not recognized. It may not be formatted. +. MessageId=1786 Severity=Success @@ -8671,6 +10294,9 @@ SymbolicName=ERROR_NO_TRUST_LSA_SECRET Language=English ERROR_NO_TRUST_LSA_SECRET - The workstation does not have a trust secret. . +Language=Russian +ERROR_NO_TRUST_LSA_SECRET - The workstation does not have a trust secret. +. MessageId=1787 Severity=Success @@ -8679,6 +10305,9 @@ SymbolicName=ERROR_NO_TRUST_SAM_ACCOUNT Language=English ERROR_NO_TRUST_SAM_ACCOUNT - The security database on the server does not have a computer account for this workstation trust relationship. . +Language=Russian +ERROR_NO_TRUST_SAM_ACCOUNT - The security database on the server does not have a computer account for this workstation trust relationship. +. MessageId=1788 Severity=Success @@ -8687,6 +10316,9 @@ SymbolicName=ERROR_TRUSTED_DOMAIN_FAILURE Language=English ERROR_TRUSTED_DOMAIN_FAILURE - The trust relationship between the primary domain and the trusted domain failed. . +Language=Russian +ERROR_TRUSTED_DOMAIN_FAILURE - The trust relationship between the primary domain and the trusted domain failed. +. MessageId=1789 Severity=Success @@ -8695,6 +10327,9 @@ SymbolicName=ERROR_TRUSTED_RELATIONSHIP_FAILURE Language=English ERROR_TRUSTED_RELATIONSHIP_FAILURE - The trust relationship between this workstation and the primary domain failed. . +Language=Russian +ERROR_TRUSTED_RELATIONSHIP_FAILURE - The trust relationship between this workstation and the primary domain failed. +. MessageId=1790 Severity=Success @@ -8703,6 +10338,9 @@ SymbolicName=ERROR_TRUST_FAILURE Language=English ERROR_TRUST_FAILURE - The network logon failed. . +Language=Russian +ERROR_TRUST_FAILURE - The network logon failed. +. MessageId=1791 Severity=Success @@ -8711,6 +10349,9 @@ SymbolicName=RPC_S_CALL_IN_PROGRESS Language=English RPC_S_CALL_IN_PROGRESS - A remote procedure call is already in progress for this thread. . +Language=Russian +RPC_S_CALL_IN_PROGRESS - A remote procedure call is already in progress for this thread. +. MessageId=1792 Severity=Success @@ -8719,6 +10360,9 @@ SymbolicName=ERROR_NETLOGON_NOT_STARTED Language=English ERROR_NETLOGON_NOT_STARTED - An attempt was made to logon, but the network logon service was not started. . +Language=Russian +ERROR_NETLOGON_NOT_STARTED - An attempt was made to logon, but the network logon service was not started. +. MessageId=1793 Severity=Success @@ -8727,6 +10371,9 @@ SymbolicName=ERROR_ACCOUNT_EXPIRED Language=English ERROR_ACCOUNT_EXPIRED - The user's account has expired. . +Language=Russian +ERROR_ACCOUNT_EXPIRED - The user's account has expired. +. MessageId=1794 Severity=Success @@ -8735,6 +10382,9 @@ SymbolicName=ERROR_REDIRECTOR_HAS_OPEN_HANDLES Language=English ERROR_REDIRECTOR_HAS_OPEN_HANDLES - The redirector is in use and cannot be unloaded. . +Language=Russian +ERROR_REDIRECTOR_HAS_OPEN_HANDLES - The redirector is in use and cannot be unloaded. +. MessageId=1795 Severity=Success @@ -8743,6 +10393,9 @@ SymbolicName=ERROR_PRINTER_DRIVER_ALREADY_INSTALLED Language=English ERROR_PRINTER_DRIVER_ALREADY_INSTALLED - The specified printer driver is already installed. . +Language=Russian +ERROR_PRINTER_DRIVER_ALREADY_INSTALLED - The specified printer driver is already installed. +. MessageId=1796 Severity=Success @@ -8751,6 +10404,9 @@ SymbolicName=ERROR_UNKNOWN_PORT Language=English ERROR_UNKNOWN_PORT - The specified port is unknown. . +Language=Russian +ERROR_UNKNOWN_PORT - The specified port is unknown. +. MessageId=1797 Severity=Success @@ -8759,6 +10415,9 @@ SymbolicName=ERROR_UNKNOWN_PRINTER_DRIVER Language=English ERROR_UNKNOWN_PRINTER_DRIVER - The printer driver is unknown. . +Language=Russian +ERROR_UNKNOWN_PRINTER_DRIVER - The printer driver is unknown. +. MessageId=1798 Severity=Success @@ -8767,6 +10426,9 @@ SymbolicName=ERROR_UNKNOWN_PRINTPROCESSOR Language=English ERROR_UNKNOWN_PRINTPROCESSOR - The print processor is unknown. . +Language=Russian +ERROR_UNKNOWN_PRINTPROCESSOR - The print processor is unknown. +. MessageId=1799 Severity=Success @@ -8775,6 +10437,9 @@ SymbolicName=ERROR_INVALID_SEPARATOR_FILE Language=English ERROR_INVALID_SEPARATOR_FILE - The specified separator file is invalid. . +Language=Russian +ERROR_INVALID_SEPARATOR_FILE - The specified separator file is invalid. +. MessageId=1800 Severity=Success @@ -8783,6 +10448,9 @@ SymbolicName=ERROR_INVALID_PRIORITY Language=English ERROR_INVALID_PRIORITY - The specified priority is invalid. . +Language=Russian +ERROR_INVALID_PRIORITY - The specified priority is invalid. +. MessageId=1801 Severity=Success @@ -8791,6 +10459,9 @@ SymbolicName=ERROR_INVALID_PRINTER_NAME Language=English ERROR_INVALID_PRINTER_NAME - The printer name is invalid. . +Language=Russian +ERROR_INVALID_PRINTER_NAME - The printer name is invalid. +. MessageId=1802 Severity=Success @@ -8799,6 +10470,9 @@ SymbolicName=ERROR_PRINTER_ALREADY_EXISTS Language=English ERROR_PRINTER_ALREADY_EXISTS - The printer already exists. . +Language=Russian +ERROR_PRINTER_ALREADY_EXISTS - The printer already exists. +. MessageId=1803 Severity=Success @@ -8807,6 +10481,9 @@ SymbolicName=ERROR_INVALID_PRINTER_COMMAND Language=English ERROR_INVALID_PRINTER_COMMAND - The printer command is invalid. . +Language=Russian +ERROR_INVALID_PRINTER_COMMAND - The printer command is invalid. +. MessageId=1804 Severity=Success @@ -8815,6 +10492,9 @@ SymbolicName=ERROR_INVALID_DATATYPE Language=English ERROR_INVALID_DATATYPE - The specified datatype is invalid. . +Language=Russian +ERROR_INVALID_DATATYPE - The specified datatype is invalid. +. MessageId=1805 Severity=Success @@ -8823,6 +10503,9 @@ SymbolicName=ERROR_INVALID_ENVIRONMENT Language=English ERROR_INVALID_ENVIRONMENT - The environment specified is invalid. . +Language=Russian +ERROR_INVALID_ENVIRONMENT - The environment specified is invalid. +. MessageId=1806 Severity=Success @@ -8831,6 +10514,9 @@ SymbolicName=RPC_S_NO_MORE_BINDINGS Language=English RPC_S_NO_MORE_BINDINGS - There are no more bindings. . +Language=Russian +RPC_S_NO_MORE_BINDINGS - There are no more bindings. +. MessageId=1807 Severity=Success @@ -8839,6 +10525,9 @@ SymbolicName=ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT Language=English ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT - The account used is an interdomain trust account. Use your global user account or local user account to access this server. . +Language=Russian +ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT - The account used is an interdomain trust account. Use your global user account or local user account to access this server. +. MessageId=1808 Severity=Success @@ -8847,6 +10536,9 @@ SymbolicName=ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT Language=English ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT - The account used is a computer account. Use your global user account or local user account to access this server. . +Language=Russian +ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT - The account used is a computer account. Use your global user account or local user account to access this server. +. MessageId=1809 Severity=Success @@ -8855,6 +10547,9 @@ SymbolicName=ERROR_NOLOGON_SERVER_TRUST_ACCOUNT Language=English ERROR_NOLOGON_SERVER_TRUST_ACCOUNT - The account used is a server trust account. Use your global user account or local user account to access this server. . +Language=Russian +ERROR_NOLOGON_SERVER_TRUST_ACCOUNT - The account used is a server trust account. Use your global user account or local user account to access this server. +. MessageId=1810 Severity=Success @@ -8863,6 +10558,9 @@ SymbolicName=ERROR_DOMAIN_TRUST_INCONSISTENT Language=English ERROR_DOMAIN_TRUST_INCONSISTENT - The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain. . +Language=Russian +ERROR_DOMAIN_TRUST_INCONSISTENT - The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain. +. MessageId=1811 Severity=Success @@ -8871,6 +10569,9 @@ SymbolicName=ERROR_SERVER_HAS_OPEN_HANDLES Language=English ERROR_SERVER_HAS_OPEN_HANDLES - The server is in use and cannot be unloaded. . +Language=Russian +ERROR_SERVER_HAS_OPEN_HANDLES - The server is in use and cannot be unloaded. +. MessageId=1812 Severity=Success @@ -8879,6 +10580,9 @@ SymbolicName=ERROR_RESOURCE_DATA_NOT_FOUND Language=English ERROR_RESOURCE_DATA_NOT_FOUND - The specified image file did not contain a resource section. . +Language=Russian +ERROR_RESOURCE_DATA_NOT_FOUND - The specified image file did not contain a resource section. +. MessageId=1813 Severity=Success @@ -8887,6 +10591,9 @@ SymbolicName=ERROR_RESOURCE_TYPE_NOT_FOUND Language=English ERROR_RESOURCE_TYPE_NOT_FOUND - The specified resource type cannot be found in the image file. . +Language=Russian +ERROR_RESOURCE_TYPE_NOT_FOUND - The specified resource type cannot be found in the image file. +. MessageId=1814 Severity=Success @@ -8895,6 +10602,9 @@ SymbolicName=ERROR_RESOURCE_NAME_NOT_FOUND Language=English ERROR_RESOURCE_NAME_NOT_FOUND - The specified resource name cannot be found in the image file. . +Language=Russian +ERROR_RESOURCE_NAME_NOT_FOUND - The specified resource name cannot be found in the image file. +. MessageId=1815 Severity=Success @@ -8903,6 +10613,9 @@ SymbolicName=ERROR_RESOURCE_LANG_NOT_FOUND Language=English ERROR_RESOURCE_LANG_NOT_FOUND - The specified resource language ID cannot be found in the image file. . +Language=Russian +ERROR_RESOURCE_LANG_NOT_FOUND - The specified resource language ID cannot be found in the image file. +. MessageId=1816 Severity=Success @@ -8911,6 +10624,9 @@ SymbolicName=ERROR_NOT_ENOUGH_QUOTA Language=English ERROR_NOT_ENOUGH_QUOTA - Not enough quota is available to process this command. . +Language=Russian +ERROR_NOT_ENOUGH_QUOTA - Not enough quota is available to process this command. +. MessageId=1817 Severity=Success @@ -8919,6 +10635,9 @@ SymbolicName=RPC_S_NO_INTERFACES Language=English RPC_S_NO_INTERFACES - No interfaces have been registered. . +Language=Russian +RPC_S_NO_INTERFACES - No interfaces have been registered. +. MessageId=1818 Severity=Success @@ -8927,6 +10646,9 @@ SymbolicName=RPC_S_CALL_CANCELLED Language=English RPC_S_CALL_CANCELLED - The remote procedure call was cancelled. . +Language=Russian +RPC_S_CALL_CANCELLED - The remote procedure call was cancelled. +. MessageId=1819 Severity=Success @@ -8935,6 +10657,9 @@ SymbolicName=RPC_S_BINDING_INCOMPLETE Language=English RPC_S_BINDING_INCOMPLETE - The binding handle does not contain all required information. . +Language=Russian +RPC_S_BINDING_INCOMPLETE - The binding handle does not contain all required information. +. MessageId=1820 Severity=Success @@ -8943,6 +10668,9 @@ SymbolicName=RPC_S_COMM_FAILURE Language=English RPC_S_COMM_FAILURE - A communications failure occurred during a remote procedure call. . +Language=Russian +RPC_S_COMM_FAILURE - A communications failure occurred during a remote procedure call. +. MessageId=1821 Severity=Success @@ -8951,6 +10679,9 @@ SymbolicName=RPC_S_UNSUPPORTED_AUTHN_LEVEL Language=English RPC_S_UNSUPPORTED_AUTHN_LEVEL - The requested authentication level is not supported. . +Language=Russian +RPC_S_UNSUPPORTED_AUTHN_LEVEL - The requested authentication level is not supported. +. MessageId=1822 Severity=Success @@ -8959,6 +10690,9 @@ SymbolicName=RPC_S_NO_PRINC_NAME Language=English RPC_S_NO_PRINC_NAME - No principal name registered. . +Language=Russian +RPC_S_NO_PRINC_NAME - No principal name registered. +. MessageId=1823 Severity=Success @@ -8967,6 +10701,9 @@ SymbolicName=RPC_S_NOT_RPC_ERROR Language=English RPC_S_NOT_RPC_ERROR - The error specified is not a valid Windows RPC error code. . +Language=Russian +RPC_S_NOT_RPC_ERROR - The error specified is not a valid Windows RPC error code. +. MessageId=1824 Severity=Success @@ -8975,6 +10712,9 @@ SymbolicName=RPC_S_UUID_LOCAL_ONLY Language=English RPC_S_UUID_LOCAL_ONLY - A UUID that is valid only on this computer has been allocated. . +Language=Russian +RPC_S_UUID_LOCAL_ONLY - A UUID that is valid only on this computer has been allocated. +. MessageId=1825 Severity=Success @@ -8983,6 +10723,9 @@ SymbolicName=RPC_S_SEC_PKG_ERROR Language=English RPC_S_SEC_PKG_ERROR - A security package specific error occurred. . +Language=Russian +RPC_S_SEC_PKG_ERROR - A security package specific error occurred. +. MessageId=1826 Severity=Success @@ -8991,6 +10734,9 @@ SymbolicName=RPC_S_NOT_CANCELLED Language=English RPC_S_NOT_CANCELLED - Thread is not canceled. . +Language=Russian +RPC_S_NOT_CANCELLED - Thread is not canceled. +. MessageId=1827 Severity=Success @@ -8999,6 +10745,9 @@ SymbolicName=RPC_X_INVALID_ES_ACTION Language=English RPC_X_INVALID_ES_ACTION - Invalid operation on the encoding/decoding handle. . +Language=Russian +RPC_X_INVALID_ES_ACTION - Invalid operation on the encoding/decoding handle. +. MessageId=1828 Severity=Success @@ -9007,6 +10756,9 @@ SymbolicName=RPC_X_WRONG_ES_VERSION Language=English RPC_X_WRONG_ES_VERSION - Incompatible version of the serializing package. . +Language=Russian +RPC_X_WRONG_ES_VERSION - Incompatible version of the serializing package. +. MessageId=1829 Severity=Success @@ -9015,6 +10767,9 @@ SymbolicName=RPC_X_WRONG_STUB_VERSION Language=English RPC_X_WRONG_STUB_VERSION - Incompatible version of the RPC stub. . +Language=Russian +RPC_X_WRONG_STUB_VERSION - Incompatible version of the RPC stub. +. MessageId=1830 Severity=Success @@ -9023,6 +10778,9 @@ SymbolicName=RPC_X_INVALID_PIPE_OBJECT Language=English RPC_X_INVALID_PIPE_OBJECT - The RPC pipe object is invalid or corrupted. . +Language=Russian +RPC_X_INVALID_PIPE_OBJECT - The RPC pipe object is invalid or corrupted. +. MessageId=1831 Severity=Success @@ -9031,6 +10789,9 @@ SymbolicName=RPC_X_WRONG_PIPE_ORDER Language=English RPC_X_WRONG_PIPE_ORDER - An invalid operation was attempted on an RPC pipe object. . +Language=Russian +RPC_X_WRONG_PIPE_ORDER - An invalid operation was attempted on an RPC pipe object. +. MessageId=1832 Severity=Success @@ -9039,6 +10800,9 @@ SymbolicName=RPC_X_WRONG_PIPE_VERSION Language=English RPC_X_WRONG_PIPE_VERSION - Unsupported RPC pipe version. . +Language=Russian +RPC_X_WRONG_PIPE_VERSION - Unsupported RPC pipe version. +. MessageId=1898 Severity=Success @@ -9047,6 +10811,9 @@ SymbolicName=RPC_S_GROUP_MEMBER_NOT_FOUND Language=English RPC_S_GROUP_MEMBER_NOT_FOUND - The group member was not found. . +Language=Russian +RPC_S_GROUP_MEMBER_NOT_FOUND - The group member was not found. +. MessageId=1899 Severity=Success @@ -9055,6 +10822,9 @@ SymbolicName=EPT_S_CANT_CREATE Language=English EPT_S_CANT_CREATE - The endpoint mapper database entry could not be created. . +Language=Russian +EPT_S_CANT_CREATE - The endpoint mapper database entry could not be created. +. MessageId=1900 Severity=Success @@ -9063,6 +10833,9 @@ SymbolicName=RPC_S_INVALID_OBJECT Language=English RPC_S_INVALID_OBJECT - The object universal unique identifier (UUID) is the nil UUID. . +Language=Russian +RPC_S_INVALID_OBJECT - The object universal unique identifier (UUID) is the nil UUID. +. MessageId=1901 Severity=Success @@ -9071,6 +10844,9 @@ SymbolicName=ERROR_INVALID_TIME Language=English ERROR_INVALID_TIME - The specified time is invalid. . +Language=Russian +ERROR_INVALID_TIME - The specified time is invalid. +. MessageId=1902 Severity=Success @@ -9079,6 +10855,9 @@ SymbolicName=ERROR_INVALID_FORM_NAME Language=English ERROR_INVALID_FORM_NAME - The specified form name is invalid. . +Language=Russian +ERROR_INVALID_FORM_NAME - The specified form name is invalid. +. MessageId=1903 Severity=Success @@ -9087,6 +10866,9 @@ SymbolicName=ERROR_INVALID_FORM_SIZE Language=English ERROR_INVALID_FORM_SIZE - The specified form size is invalid. . +Language=Russian +ERROR_INVALID_FORM_SIZE - The specified form size is invalid. +. MessageId=1904 Severity=Success @@ -9095,6 +10877,9 @@ SymbolicName=ERROR_ALREADY_WAITING Language=English ERROR_ALREADY_WAITING - The specified printer handle is already being waited on . +Language=Russian +ERROR_ALREADY_WAITING - The specified printer handle is already being waited on +. MessageId=1905 Severity=Success @@ -9103,6 +10888,9 @@ SymbolicName=ERROR_PRINTER_DELETED Language=English ERROR_PRINTER_DELETED - The specified printer has been deleted. . +Language=Russian +ERROR_PRINTER_DELETED - The specified printer has been deleted. +. MessageId=1906 Severity=Success @@ -9111,6 +10899,9 @@ SymbolicName=ERROR_INVALID_PRINTER_STATE Language=English ERROR_INVALID_PRINTER_STATE - The state of the printer is invalid. . +Language=Russian +ERROR_INVALID_PRINTER_STATE - The state of the printer is invalid. +. MessageId=1907 Severity=Success @@ -9119,6 +10910,9 @@ SymbolicName=ERROR_PASSWORD_MUST_CHANGE Language=English ERROR_PASSWORD_MUST_CHANGE - The user's password must be changed before logging on the first time. . +Language=Russian +ERROR_PASSWORD_MUST_CHANGE - The user's password must be changed before logging on the first time. +. MessageId=1908 Severity=Success @@ -9127,6 +10921,9 @@ SymbolicName=ERROR_DOMAIN_CONTROLLER_NOT_FOUND Language=English ERROR_DOMAIN_CONTROLLER_NOT_FOUND - Could not find the domain controller for this domain. . +Language=Russian +ERROR_DOMAIN_CONTROLLER_NOT_FOUND - Could not find the domain controller for this domain. +. MessageId=1909 Severity=Success @@ -9135,6 +10932,9 @@ SymbolicName=ERROR_ACCOUNT_LOCKED_OUT Language=English ERROR_ACCOUNT_LOCKED_OUT - The referenced account is currently locked out and may not be used to log on. . +Language=Russian +ERROR_ACCOUNT_LOCKED_OUT - The referenced account is currently locked out and may not be used to log on. +. MessageId=1910 Severity=Success @@ -9143,6 +10943,9 @@ SymbolicName=OR_INVALID_OXID Language=English OR_INVALID_OXID - The object exporter specified was not found. . +Language=Russian +OR_INVALID_OXID - The object exporter specified was not found. +. MessageId=1911 Severity=Success @@ -9151,6 +10954,9 @@ SymbolicName=OR_INVALID_OID Language=English OR_INVALID_OID - The object specified was not found. . +Language=Russian +OR_INVALID_OID - The object specified was not found. +. MessageId=1912 Severity=Success @@ -9159,6 +10965,9 @@ SymbolicName=OR_INVALID_SET Language=English OR_INVALID_SET - The object resolver set specified was not found. . +Language=Russian +OR_INVALID_SET - The object resolver set specified was not found. +. MessageId=1913 Severity=Success @@ -9167,6 +10976,9 @@ SymbolicName=RPC_S_SEND_INCOMPLETE Language=English RPC_S_SEND_INCOMPLETE - Some data remains to be sent in the request buffer. . +Language=Russian +RPC_S_SEND_INCOMPLETE - Some data remains to be sent in the request buffer. +. MessageId=1914 Severity=Success @@ -9175,6 +10987,9 @@ SymbolicName=RPC_S_INVALID_ASYNC_HANDLE Language=English RPC_S_INVALID_ASYNC_HANDLE - Invalid asynchronous remote procedure call handle. . +Language=Russian +RPC_S_INVALID_ASYNC_HANDLE - Invalid asynchronous remote procedure call handle. +. MessageId=1915 Severity=Success @@ -9183,6 +10998,9 @@ SymbolicName=RPC_S_INVALID_ASYNC_CALL Language=English RPC_S_INVALID_ASYNC_CALL - Invalid asynchronous RPC call handle for this operation. . +Language=Russian +RPC_S_INVALID_ASYNC_CALL - Invalid asynchronous RPC call handle for this operation. +. MessageId=1916 Severity=Success @@ -9191,6 +11009,9 @@ SymbolicName=RPC_X_PIPE_CLOSED Language=English RPC_X_PIPE_CLOSED - The RPC pipe object has already been closed. . +Language=Russian +RPC_X_PIPE_CLOSED - The RPC pipe object has already been closed. +. MessageId=1917 Severity=Success @@ -9199,6 +11020,9 @@ SymbolicName=RPC_X_PIPE_DISCIPLINE_ERROR Language=English RPC_X_PIPE_DISCIPLINE_ERROR - The RPC call completed before all pipes were processed. . +Language=Russian +RPC_X_PIPE_DISCIPLINE_ERROR - The RPC call completed before all pipes were processed. +. MessageId=1918 Severity=Success @@ -9207,6 +11031,9 @@ SymbolicName=RPC_X_PIPE_EMPTY Language=English RPC_X_PIPE_EMPTY - No more data is available from the RPC pipe. . +Language=Russian +RPC_X_PIPE_EMPTY - No more data is available from the RPC pipe. +. MessageId=1919 Severity=Success @@ -9215,6 +11042,9 @@ SymbolicName=ERROR_NO_SITENAME Language=English ERROR_NO_SITENAME - No site name is available for this machine. . +Language=Russian +ERROR_NO_SITENAME - No site name is available for this machine. +. MessageId=1920 Severity=Success @@ -9223,6 +11053,9 @@ SymbolicName=ERROR_CANT_ACCESS_FILE Language=English ERROR_CANT_ACCESS_FILE - The file cannot be accessed by the system. . +Language=Russian +ERROR_CANT_ACCESS_FILE - The file cannot be accessed by the system. +. MessageId=1921 Severity=Success @@ -9231,6 +11064,9 @@ SymbolicName=ERROR_CANT_RESOLVE_FILENAME Language=English ERROR_CANT_RESOLVE_FILENAME - The name of the file cannot be resolved by the system. . +Language=Russian +ERROR_CANT_RESOLVE_FILENAME - The name of the file cannot be resolved by the system. +. MessageId=1922 Severity=Success @@ -9239,6 +11075,9 @@ SymbolicName=RPC_S_ENTRY_TYPE_MISMATCH Language=English RPC_S_ENTRY_TYPE_MISMATCH - The entry is not of the expected type. . +Language=Russian +RPC_S_ENTRY_TYPE_MISMATCH - The entry is not of the expected type. +. MessageId=1923 Severity=Success @@ -9247,6 +11086,9 @@ SymbolicName=RPC_S_NOT_ALL_OBJS_EXPORTED Language=English RPC_S_NOT_ALL_OBJS_EXPORTED - Not all object UUIDs could be exported to the specified entry. . +Language=Russian +RPC_S_NOT_ALL_OBJS_EXPORTED - Not all object UUIDs could be exported to the specified entry. +. MessageId=1924 Severity=Success @@ -9255,6 +11097,9 @@ SymbolicName=RPC_S_INTERFACE_NOT_EXPORTED Language=English RPC_S_INTERFACE_NOT_EXPORTED - Interface could not be exported to the specified entry. . +Language=Russian +RPC_S_INTERFACE_NOT_EXPORTED - Interface could not be exported to the specified entry. +. MessageId=1925 Severity=Success @@ -9263,6 +11108,9 @@ SymbolicName=RPC_S_PROFILE_NOT_ADDED Language=English RPC_S_PROFILE_NOT_ADDED - The specified profile entry could not be added. . +Language=Russian +RPC_S_PROFILE_NOT_ADDED - The specified profile entry could not be added. +. MessageId=1926 Severity=Success @@ -9271,6 +11119,9 @@ SymbolicName=RPC_S_PRF_ELT_NOT_ADDED Language=English RPC_S_PRF_ELT_NOT_ADDED - The specified profile element could not be added. . +Language=Russian +RPC_S_PRF_ELT_NOT_ADDED - The specified profile element could not be added. +. MessageId=1927 Severity=Success @@ -9279,6 +11130,9 @@ SymbolicName=RPC_S_PRF_ELT_NOT_REMOVED Language=English RPC_S_PRF_ELT_NOT_REMOVED - The specified profile element could not be removed. . +Language=Russian +RPC_S_PRF_ELT_NOT_REMOVED - The specified profile element could not be removed. +. MessageId=1928 Severity=Success @@ -9287,6 +11141,9 @@ SymbolicName=RPC_S_GRP_ELT_NOT_ADDED Language=English RPC_S_GRP_ELT_NOT_ADDED - The group element could not be added. . +Language=Russian +RPC_S_GRP_ELT_NOT_ADDED - The group element could not be added. +. MessageId=1929 Severity=Success @@ -9295,6 +11152,9 @@ SymbolicName=RPC_S_GRP_ELT_NOT_REMOVED Language=English RPC_S_GRP_ELT_NOT_REMOVED - The group element could not be removed. . +Language=Russian +RPC_S_GRP_ELT_NOT_REMOVED - The group element could not be removed. +. MessageId=1930 Severity=Success @@ -9303,6 +11163,9 @@ SymbolicName=ERROR_KM_DRIVER_BLOCKED Language=English ERROR_KM_DRIVER_BLOCKED - The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers. . +Language=Russian +ERROR_KM_DRIVER_BLOCKED - The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers. +. MessageId=1931 Severity=Success @@ -9311,6 +11174,9 @@ SymbolicName=ERROR_CONTEXT_EXPIRED Language=English ERROR_CONTEXT_EXPIRED - The context has expired and can no longer be used. . +Language=Russian +ERROR_CONTEXT_EXPIRED - The context has expired and can no longer be used. +. MessageId=1932 Severity=Success @@ -9319,6 +11185,9 @@ SymbolicName=ERROR_PER_USER_TRUST_QUOTA_EXCEEDED Language=English ERROR_PER_USER_TRUST_QUOTA_EXCEEDED - The current user's delegated trust creation quota has been exceeded. . +Language=Russian +ERROR_PER_USER_TRUST_QUOTA_EXCEEDED - The current user's delegated trust creation quota has been exceeded. +. MessageId=1933 Severity=Success @@ -9327,6 +11196,9 @@ SymbolicName=ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED Language=English ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED - The total delegated trust creation quota has been exceeded. . +Language=Russian +ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED - The total delegated trust creation quota has been exceeded. +. MessageId=1934 Severity=Success @@ -9335,6 +11207,9 @@ SymbolicName=ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED Language=English ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED - The current user's delegated trust deletion quota has been exceeded. . +Language=Russian +ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED - The current user's delegated trust deletion quota has been exceeded. +. MessageId=2000 Severity=Success @@ -9343,6 +11218,9 @@ SymbolicName=ERROR_INVALID_PIXEL_FORMAT Language=English ERROR_INVALID_PIXEL_FORMAT - The pixel format is invalid. . +Language=Russian +ERROR_INVALID_PIXEL_FORMAT - The pixel format is invalid. +. MessageId=2001 Severity=Success @@ -9351,6 +11229,9 @@ SymbolicName=ERROR_BAD_DRIVER Language=English ERROR_BAD_DRIVER - The specified driver is invalid. . +Language=Russian +ERROR_BAD_DRIVER - The specified driver is invalid. +. MessageId=2002 Severity=Success @@ -9359,6 +11240,9 @@ SymbolicName=ERROR_INVALID_WINDOW_STYLE Language=English ERROR_INVALID_WINDOW_STYLE - The window style or class attribute is invalid for this operation. . +Language=Russian +ERROR_INVALID_WINDOW_STYLE - The window style or class attribute is invalid for this operation. +. MessageId=2003 Severity=Success @@ -9367,6 +11251,9 @@ SymbolicName=ERROR_METAFILE_NOT_SUPPORTED Language=English ERROR_METAFILE_NOT_SUPPORTED - The requested metafile operation is not supported. . +Language=Russian +ERROR_METAFILE_NOT_SUPPORTED - The requested metafile operation is not supported. +. MessageId=2004 Severity=Success @@ -9375,6 +11262,9 @@ SymbolicName=ERROR_TRANSFORM_NOT_SUPPORTED Language=English ERROR_TRANSFORM_NOT_SUPPORTED - The requested transformation operation is not supported. . +Language=Russian +ERROR_TRANSFORM_NOT_SUPPORTED - The requested transformation operation is not supported. +. MessageId=2005 Severity=Success @@ -9383,6 +11273,9 @@ SymbolicName=ERROR_CLIPPING_NOT_SUPPORTED Language=English ERROR_CLIPPING_NOT_SUPPORTED - The requested clipping operation is not supported. . +Language=Russian +ERROR_CLIPPING_NOT_SUPPORTED - The requested clipping operation is not supported. +. MessageId=2010 Severity=Success @@ -9391,6 +11284,9 @@ SymbolicName=ERROR_INVALID_CMM Language=English ERROR_INVALID_CMM - The specified color management module is invalid. . +Language=Russian +ERROR_INVALID_CMM - The specified color management module is invalid. +. MessageId=2011 Severity=Success @@ -9399,6 +11295,9 @@ SymbolicName=ERROR_INVALID_PROFILE Language=English ERROR_INVALID_PROFILE - The specified color profile is invalid. . +Language=Russian +ERROR_INVALID_PROFILE - The specified color profile is invalid. +. MessageId=2012 Severity=Success @@ -9407,6 +11306,9 @@ SymbolicName=ERROR_TAG_NOT_FOUND Language=English ERROR_TAG_NOT_FOUND - The specified tag was not found. . +Language=Russian +ERROR_TAG_NOT_FOUND - The specified tag was not found. +. MessageId=2013 Severity=Success @@ -9415,6 +11317,9 @@ SymbolicName=ERROR_TAG_NOT_PRESENT Language=English ERROR_TAG_NOT_PRESENT - A required tag is not present. . +Language=Russian +ERROR_TAG_NOT_PRESENT - A required tag is not present. +. MessageId=2014 Severity=Success @@ -9423,6 +11328,9 @@ SymbolicName=ERROR_DUPLICATE_TAG Language=English ERROR_DUPLICATE_TAG - The specified tag is already present. . +Language=Russian +ERROR_DUPLICATE_TAG - The specified tag is already present. +. MessageId=2015 Severity=Success @@ -9431,6 +11339,9 @@ SymbolicName=ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE Language=English ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE - The specified color profile is not associated with any device. . +Language=Russian +ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE - The specified color profile is not associated with any device. +. MessageId=2016 Severity=Success @@ -9439,6 +11350,9 @@ SymbolicName=ERROR_PROFILE_NOT_FOUND Language=English ERROR_PROFILE_NOT_FOUND - The specified color profile was not found. . +Language=Russian +ERROR_PROFILE_NOT_FOUND - The specified color profile was not found. +. MessageId=2017 Severity=Success @@ -9447,6 +11361,9 @@ SymbolicName=ERROR_INVALID_COLORSPACE Language=English ERROR_INVALID_COLORSPACE - The specified color space is invalid. . +Language=Russian +ERROR_INVALID_COLORSPACE - The specified color space is invalid. +. MessageId=2018 Severity=Success @@ -9455,6 +11372,9 @@ SymbolicName=ERROR_ICM_NOT_ENABLED Language=English ERROR_ICM_NOT_ENABLED - Image Color Management is not enabled. . +Language=Russian +ERROR_ICM_NOT_ENABLED - Image Color Management is not enabled. +. MessageId=2019 Severity=Success @@ -9463,6 +11383,9 @@ SymbolicName=ERROR_DELETING_ICM_XFORM Language=English ERROR_DELETING_ICM_XFORM - There was an error while deleting the color transform. . +Language=Russian +ERROR_DELETING_ICM_XFORM - There was an error while deleting the color transform. +. MessageId=2020 Severity=Success @@ -9471,6 +11394,9 @@ SymbolicName=ERROR_INVALID_TRANSFORM Language=English ERROR_INVALID_TRANSFORM - The specified color transform is invalid. . +Language=Russian +ERROR_INVALID_TRANSFORM - The specified color transform is invalid. +. MessageId=2021 Severity=Success @@ -9479,6 +11405,9 @@ SymbolicName=ERROR_COLORSPACE_MISMATCH Language=English ERROR_COLORSPACE_MISMATCH - The specified transform does not match the bitmap's color space. . +Language=Russian +ERROR_COLORSPACE_MISMATCH - The specified transform does not match the bitmap's color space. +. MessageId=2022 Severity=Success @@ -9487,6 +11416,9 @@ SymbolicName=ERROR_INVALID_COLORINDEX Language=English ERROR_INVALID_COLORINDEX - The specified named color index is not present in the profile. . +Language=Russian +ERROR_INVALID_COLORINDEX - The specified named color index is not present in the profile. +. MessageId=2108 Severity=Success @@ -9495,6 +11427,9 @@ SymbolicName=ERROR_CONNECTED_OTHER_PASSWORD Language=English ERROR_CONNECTED_OTHER_PASSWORD - The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified. . +Language=Russian +ERROR_CONNECTED_OTHER_PASSWORD - The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified. +. MessageId=2109 Severity=Success @@ -9503,6 +11438,9 @@ SymbolicName=ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT Language=English ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT - The network connection was made successfully using default credentials. . +Language=Russian +ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT - The network connection was made successfully using default credentials. +. MessageId=2202 Severity=Success @@ -9511,6 +11449,9 @@ SymbolicName=ERROR_BAD_USERNAME Language=English ERROR_BAD_USERNAME - The specified username is invalid. . +Language=Russian +ERROR_BAD_USERNAME - The specified username is invalid. +. MessageId=2250 Severity=Success @@ -9519,6 +11460,9 @@ SymbolicName=ERROR_NOT_CONNECTED Language=English ERROR_NOT_CONNECTED - This network connection does not exist. . +Language=Russian +ERROR_NOT_CONNECTED - This network connection does not exist. +. MessageId=2401 Severity=Success @@ -9527,6 +11471,9 @@ SymbolicName=ERROR_OPEN_FILES Language=English ERROR_OPEN_FILES - This network connection has files open or requests pending. . +Language=Russian +ERROR_OPEN_FILES - This network connection has files open or requests pending. +. MessageId=2402 Severity=Success @@ -9535,6 +11482,9 @@ SymbolicName=ERROR_ACTIVE_CONNECTIONS Language=English ERROR_ACTIVE_CONNECTIONS - Active connections still exist. . +Language=Russian +ERROR_ACTIVE_CONNECTIONS - Active connections still exist. +. MessageId=2404 Severity=Success @@ -9543,6 +11493,9 @@ SymbolicName=ERROR_DEVICE_IN_USE Language=English ERROR_DEVICE_IN_USE - The device is in use by an active process and cannot be disconnected. . +Language=Russian +ERROR_DEVICE_IN_USE - The device is in use by an active process and cannot be disconnected. +. MessageId=3000 Severity=Success @@ -9551,6 +11504,9 @@ SymbolicName=ERROR_UNKNOWN_PRINT_MONITOR Language=English ERROR_UNKNOWN_PRINT_MONITOR - The specified print monitor is unknown. . +Language=Russian +ERROR_UNKNOWN_PRINT_MONITOR - The specified print monitor is unknown. +. MessageId=3001 Severity=Success @@ -9559,6 +11515,9 @@ SymbolicName=ERROR_PRINTER_DRIVER_IN_USE Language=English ERROR_PRINTER_DRIVER_IN_USE - The specified printer driver is currently in use. . +Language=Russian +ERROR_PRINTER_DRIVER_IN_USE - The specified printer driver is currently in use. +. MessageId=3002 Severity=Success @@ -9567,6 +11526,9 @@ SymbolicName=ERROR_SPOOL_FILE_NOT_FOUND Language=English ERROR_SPOOL_FILE_NOT_FOUND - The spool file was not found. . +Language=Russian +ERROR_SPOOL_FILE_NOT_FOUND - The spool file was not found. +. MessageId=3003 Severity=Success @@ -9575,6 +11537,9 @@ SymbolicName=ERROR_SPL_NO_STARTDOC Language=English ERROR_SPL_NO_STARTDOC - A StartDocPrinter call was not issued. . +Language=Russian +ERROR_SPL_NO_STARTDOC - A StartDocPrinter call was not issued. +. MessageId=3004 Severity=Success @@ -9583,6 +11548,9 @@ SymbolicName=ERROR_SPL_NO_ADDJOB Language=English ERROR_SPL_NO_ADDJOB - An AddJob call was not issued. . +Language=Russian +ERROR_SPL_NO_ADDJOB - An AddJob call was not issued. +. MessageId=3005 Severity=Success @@ -9591,6 +11559,9 @@ SymbolicName=ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED Language=English ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED - The specified print processor has already been installed. . +Language=Russian +ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED - The specified print processor has already been installed. +. MessageId=3006 Severity=Success @@ -9599,6 +11570,9 @@ SymbolicName=ERROR_PRINT_MONITOR_ALREADY_INSTALLED Language=English ERROR_PRINT_MONITOR_ALREADY_INSTALLED - The specified print monitor has already been installed. . +Language=Russian +ERROR_PRINT_MONITOR_ALREADY_INSTALLED - The specified print monitor has already been installed. +. MessageId=3007 Severity=Success @@ -9607,6 +11581,9 @@ SymbolicName=ERROR_INVALID_PRINT_MONITOR Language=English ERROR_INVALID_PRINT_MONITOR - The specified print monitor does not have the required functions. . +Language=Russian +ERROR_INVALID_PRINT_MONITOR - The specified print monitor does not have the required functions. +. MessageId=3008 Severity=Success @@ -9615,6 +11592,9 @@ SymbolicName=ERROR_PRINT_MONITOR_IN_USE Language=English ERROR_PRINT_MONITOR_IN_USE - The specified print monitor is currently in use. . +Language=Russian +ERROR_PRINT_MONITOR_IN_USE - The specified print monitor is currently in use. +. MessageId=3009 Severity=Success @@ -9623,6 +11603,9 @@ SymbolicName=ERROR_PRINTER_HAS_JOBS_QUEUED Language=English ERROR_PRINTER_HAS_JOBS_QUEUED - The requested operation is not allowed when there are jobs queued to the printer. . +Language=Russian +ERROR_PRINTER_HAS_JOBS_QUEUED - The requested operation is not allowed when there are jobs queued to the printer. +. MessageId=3010 Severity=Success @@ -9631,6 +11614,9 @@ SymbolicName=ERROR_SUCCESS_REBOOT_REQUIRED Language=English ERROR_SUCCESS_REBOOT_REQUIRED - The requested operation is successful. Changes will not be effective until the system is rebooted. . +Language=Russian +ERROR_SUCCESS_REBOOT_REQUIRED - The requested operation is successful. Changes will not be effective until the system is rebooted. +. MessageId=3011 Severity=Success @@ -9639,6 +11625,9 @@ SymbolicName=ERROR_SUCCESS_RESTART_REQUIRED Language=English ERROR_SUCCESS_RESTART_REQUIRED - The requested operation is successful. Changes will not be effective until the service is restarted. . +Language=Russian +ERROR_SUCCESS_RESTART_REQUIRED - The requested operation is successful. Changes will not be effective until the service is restarted. +. MessageId=3012 Severity=Success @@ -9647,6 +11636,9 @@ SymbolicName=ERROR_PRINTER_NOT_FOUND Language=English ERROR_PRINTER_NOT_FOUND - No printers were found. . +Language=Russian +ERROR_PRINTER_NOT_FOUND - No printers were found. +. MessageId=3013 Severity=Success @@ -9655,6 +11647,9 @@ SymbolicName=ERROR_PRINTER_DRIVER_WARNED Language=English ERROR_PRINTER_DRIVER_WARNED - The printer driver is known to be unreliable. . +Language=Russian +ERROR_PRINTER_DRIVER_WARNED - The printer driver is known to be unreliable. +. MessageId=3014 Severity=Success @@ -9663,6 +11658,9 @@ SymbolicName=ERROR_PRINTER_DRIVER_BLOCKED Language=English ERROR_PRINTER_DRIVER_BLOCKED - The printer driver is known to harm the system. . +Language=Russian +ERROR_PRINTER_DRIVER_BLOCKED - The printer driver is known to harm the system. +. MessageId=3100 Severity=Success @@ -9671,6 +11669,9 @@ SymbolicName=ERROR_XML_UNDEFINED_ENTITY Language=English ERROR_XML_UNDEFINED_ENTITY - The XML contains an entity reference to an undefined entity. . +Language=Russian +ERROR_XML_UNDEFINED_ENTITY - The XML contains an entity reference to an undefined entity. +. MessageId=3101 Severity=Success @@ -9679,6 +11680,9 @@ SymbolicName=ERROR_XML_MALFORMED_ENTITY Language=English ERROR_XML_MALFORMED_ENTITY - The XML contains a malformed entity reference. . +Language=Russian +ERROR_XML_MALFORMED_ENTITY - The XML contains a malformed entity reference. +. MessageId=3102 Severity=Success @@ -9687,6 +11691,9 @@ SymbolicName=ERROR_XML_CHAR_NOT_IN_RANGE Language=English ERROR_XML_CHAR_NOT_IN_RANGE - The XML contains a character which is not permitted in XML. . +Language=Russian +ERROR_XML_CHAR_NOT_IN_RANGE - The XML contains a character which is not permitted in XML. +. MessageId=3200 Severity=Success @@ -9695,6 +11702,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_EXTERNAL_PROXY Language=English ERROR_PCM_COMPILER_DUPLICATE_EXTERNAL_PROXY - The manifest contained a duplicate definition for external proxy stub %1 at (%1:%2,%3) . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_EXTERNAL_PROXY - The manifest contained a duplicate definition for external proxy stub %1 at (%1:%2,%3) +. MessageId=3201 Severity=Success @@ -9703,6 +11713,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_ASSEMBLY_REFERENCE Language=English ERROR_PCM_COMPILER_DUPLICATE_ASSEMBLY_REFERENCE - The manifest already contains a reference to %4 - a second reference was found at (%1:%2,%3) . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_ASSEMBLY_REFERENCE - The manifest already contains a reference to %4 - a second reference was found at (%1:%2,%3) +. MessageId=3202 Severity=Success @@ -9711,6 +11724,9 @@ SymbolicName=ERROR_PCM_COMPILER_INVALID_ASSEMBLY_REFERENCE Language=English ERROR_PCM_COMPILER_INVALID_ASSEMBLY_REFERENCE - The assembly reference at (%1:%2,%3) is invalid. . +Language=Russian +ERROR_PCM_COMPILER_INVALID_ASSEMBLY_REFERENCE - The assembly reference at (%1:%2,%3) is invalid. +. MessageId=3203 Severity=Success @@ -9719,6 +11735,9 @@ SymbolicName=ERROR_PCM_COMPILER_INVALID_ASSEMBLY_DEFINITION Language=English ERROR_PCM_COMPILER_INVALID_ASSEMBLY_DEFINITION - The assembly definition at (%1:%2,%3) is invalid. . +Language=Russian +ERROR_PCM_COMPILER_INVALID_ASSEMBLY_DEFINITION - The assembly definition at (%1:%2,%3) is invalid. +. MessageId=3204 Severity=Success @@ -9727,6 +11746,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_WINDOW_CLASS Language=English ERROR_PCM_COMPILER_DUPLICATE_WINDOW_CLASS - The manifest already contained the window class %4, found a second declaration at (%1:%2,%3) . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_WINDOW_CLASS - The manifest already contained the window class %4, found a second declaration at (%1:%2,%3) +. MessageId=3205 Severity=Success @@ -9735,6 +11757,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_PROGID Language=English ERROR_PCM_COMPILER_DUPLICATE_PROGID - The manifest already declared the progId %4, found a second declaration at (%1:%2,%3) . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_PROGID - The manifest already declared the progId %4, found a second declaration at (%1:%2,%3) +. MessageId=3206 Severity=Success @@ -9743,6 +11768,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_NOINHERIT Language=English ERROR_PCM_COMPILER_DUPLICATE_NOINHERIT - Only one noInherit tag may be present in a manifest, found a second tag at (%1:%2,%3) . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_NOINHERIT - Only one noInherit tag may be present in a manifest, found a second tag at (%1:%2,%3) +. MessageId=3207 Severity=Success @@ -9751,6 +11779,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_NOINHERITABLE Language=English ERROR_PCM_COMPILER_DUPLICATE_NOINHERITABLE - Only one noInheritable tag may be present in a manifest, found a second tag at (%1:%2,%3) . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_NOINHERITABLE - Only one noInheritable tag may be present in a manifest, found a second tag at (%1:%2,%3) +. MessageId=3208 Severity=Success @@ -9759,6 +11790,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_COM_CLASS Language=English ERROR_PCM_COMPILER_DUPLICATE_COM_CLASS - The manifest contained a duplicate declaration of COM class %4 at (%1:%2,%3) . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_COM_CLASS - The manifest contained a duplicate declaration of COM class %4 at (%1:%2,%3) +. MessageId=3209 Severity=Success @@ -9767,6 +11801,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_FILE_NAME Language=English ERROR_PCM_COMPILER_DUPLICATE_FILE_NAME - The manifest already declared the file %4, a second definition was found at (%1:%2,%3) . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_FILE_NAME - The manifest already declared the file %4, a second definition was found at (%1:%2,%3) +. MessageId=3210 Severity=Success @@ -9775,6 +11812,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_CLR_SURROGATE Language=English ERROR_PCM_COMPILER_DUPLICATE_CLR_SURROGATE - CLR surrogate %1 was already defined, second definition at (%1:%2,%3) is invalid. . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_CLR_SURROGATE - CLR surrogate %1 was already defined, second definition at (%1:%2,%3) is invalid. +. MessageId=3211 Severity=Success @@ -9783,6 +11823,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_TYPE_LIBRARY Language=English ERROR_PCM_COMPILER_DUPLICATE_TYPE_LIBRARY - Type library %1 was already defined, second definition at (%1:%2,%3) is invalid. . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_TYPE_LIBRARY - Type library %1 was already defined, second definition at (%1:%2,%3) is invalid. +. MessageId=3212 Severity=Success @@ -9791,6 +11834,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_PROXY_STUB Language=English ERROR_PCM_COMPILER_DUPLICATE_PROXY_STUB - Proxy stub definition %1 was already defined, second definition at (%1:%2,%3) is invalid. . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_PROXY_STUB - Proxy stub definition %1 was already defined, second definition at (%1:%2,%3) is invalid. +. MessageId=3213 Severity=Success @@ -9799,6 +11845,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_CATEGORY_NAME Language=English ERROR_PCM_COMPILER_DUPLICATE_CATEGORY_NAME - Category friendly name %4 was already used, second definition was found at (%1:%2,%3) is invalid. . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_CATEGORY_NAME - Category friendly name %4 was already used, second definition was found at (%1:%2,%3) is invalid. +. MessageId=3214 Severity=Success @@ -9807,6 +11856,9 @@ SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_TOP_LEVEL_IDENTITY_FOUND Language=English ERROR_PCM_COMPILER_DUPLICATE_TOP_LEVEL_IDENTITY_FOUND - Only one top-level assemblyIdentity tag may be present in a manifest. A second tag with identity %4 was found at (%1:%2,%3) . +Language=Russian +ERROR_PCM_COMPILER_DUPLICATE_TOP_LEVEL_IDENTITY_FOUND - Only one top-level assemblyIdentity tag may be present in a manifest. A second tag with identity %4 was found at (%1:%2,%3) +. MessageId=3215 Severity=Success @@ -9815,6 +11867,9 @@ SymbolicName=ERROR_PCM_COMPILER_UNKNOWN_ROOT_ELEMENT Language=English ERROR_PCM_COMPILER_UNKNOWN_ROOT_ELEMENT - The root element for a manifest found at (%1:%2,%3) was not expected or was of the wrong version. . +Language=Russian +ERROR_PCM_COMPILER_UNKNOWN_ROOT_ELEMENT - The root element for a manifest found at (%1:%2,%3) was not expected or was of the wrong version. +. MessageId=3216 Severity=Success @@ -9823,6 +11878,9 @@ SymbolicName=ERROR_PCM_COMPILER_INVALID_ELEMENT Language=English ERROR_PCM_COMPILER_INVALID_ELEMENT - The element found at (%1:%2,%3) was not expected according to the manifest schema. . +Language=Russian +ERROR_PCM_COMPILER_INVALID_ELEMENT - The element found at (%1:%2,%3) was not expected according to the manifest schema. +. MessageId=3217 Severity=Success @@ -9831,6 +11889,9 @@ SymbolicName=ERROR_PCM_COMPILER_MISSING_REQUIRED_ATTRIBUTE Language=English ERROR_PCM_COMPILER_MISSING_REQUIRED_ATTRIBUTE - The element found at (%1:%2,%3) was missing the required attribute '%4'. See the manifest schema for more information . +Language=Russian +ERROR_PCM_COMPILER_MISSING_REQUIRED_ATTRIBUTE - The element found at (%1:%2,%3) was missing the required attribute '%4'. See the manifest schema for more information +. MessageId=3218 Severity=Success @@ -9839,6 +11900,9 @@ SymbolicName=ERROR_PCM_COMPILER_INVALID_ATTRIBUTE_VALUE Language=English ERROR_PCM_COMPILER_INVALID_ATTRIBUTE_VALUE - The attribute value %4 at (%1:%2,%3) was invalid according to the schema. . +Language=Russian +ERROR_PCM_COMPILER_INVALID_ATTRIBUTE_VALUE - The attribute value %4 at (%1:%2,%3) was invalid according to the schema. +. MessageId=3219 Severity=Success @@ -9847,6 +11911,9 @@ SymbolicName=ERROR_PCM_COMPILER_UNEXPECTED_PCDATA Language=English ERROR_PCM_COMPILER_UNEXPECTED_PCDATA - PCDATA or CDATA found at (%1:%2,%3) in the source document was not expected in the parent element %4. . +Language=Russian +ERROR_PCM_COMPILER_UNEXPECTED_PCDATA - PCDATA or CDATA found at (%1:%2,%3) in the source document was not expected in the parent element %4. +. MessageId=3220 Severity=Success @@ -9855,6 +11922,9 @@ SymbolicName=ERROR_PCM_DUPLICATE_STRING_TABLE_ENT Language=English ERROR_PCM_DUPLICATE_STRING_TABLE_ENT - The string table entry with culture %4, name %5, and value '%6' at (%1:%2,%3) duplicated a previous entry. . +Language=Russian +ERROR_PCM_DUPLICATE_STRING_TABLE_ENT - The string table entry with culture %4, name %5, and value '%6' at (%1:%2,%3) duplicated a previous entry. +. MessageId=4000 Severity=Success @@ -9863,6 +11933,9 @@ SymbolicName=ERROR_WINS_INTERNAL Language=English ERROR_WINS_INTERNAL - WINS encountered an error while processing the command. . +Language=Russian +ERROR_WINS_INTERNAL - WINS encountered an error while processing the command. +. MessageId=4001 Severity=Success @@ -9871,6 +11944,9 @@ SymbolicName=ERROR_CAN_NOT_DEL_LOCAL_WINS Language=English ERROR_CAN_NOT_DEL_LOCAL_WINS - The local WINS cannot be deleted. . +Language=Russian +ERROR_CAN_NOT_DEL_LOCAL_WINS - The local WINS cannot be deleted. +. MessageId=4002 Severity=Success @@ -9879,6 +11955,9 @@ SymbolicName=ERROR_STATIC_INIT Language=English ERROR_STATIC_INIT - The importation from the file failed. . +Language=Russian +ERROR_STATIC_INIT - The importation from the file failed. +. MessageId=4003 Severity=Success @@ -9887,6 +11966,9 @@ SymbolicName=ERROR_INC_BACKUP Language=English ERROR_INC_BACKUP - The backup failed. Was a full backup done before? . +Language=Russian +ERROR_INC_BACKUP - The backup failed. Was a full backup done before? +. MessageId=4004 Severity=Success @@ -9895,6 +11977,9 @@ SymbolicName=ERROR_FULL_BACKUP Language=English ERROR_FULL_BACKUP - The backup failed. Check the directory to which you are backing the database. . +Language=Russian +ERROR_FULL_BACKUP - The backup failed. Check the directory to which you are backing the database. +. MessageId=4005 Severity=Success @@ -9903,6 +11988,9 @@ SymbolicName=ERROR_REC_NON_EXISTENT Language=English ERROR_REC_NON_EXISTENT - The name does not exist in the WINS database. . +Language=Russian +ERROR_REC_NON_EXISTENT - The name does not exist in the WINS database. +. MessageId=4006 Severity=Success @@ -9911,6 +11999,9 @@ SymbolicName=ERROR_RPL_NOT_ALLOWED Language=English ERROR_RPL_NOT_ALLOWED - Replication with a nonconfigured partner is not allowed. . +Language=Russian +ERROR_RPL_NOT_ALLOWED - Replication with a nonconfigured partner is not allowed. +. MessageId=4100 Severity=Success @@ -9919,6 +12010,9 @@ SymbolicName=ERROR_DHCP_ADDRESS_CONFLICT Language=English ERROR_DHCP_ADDRESS_CONFLICT - The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address. . +Language=Russian +ERROR_DHCP_ADDRESS_CONFLICT - The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address. +. MessageId=4200 Severity=Success @@ -9927,6 +12021,9 @@ SymbolicName=ERROR_WMI_GUID_NOT_FOUND Language=English ERROR_WMI_GUID_NOT_FOUND - The GUID passed was not recognized as valid by a WMI data provider. . +Language=Russian +ERROR_WMI_GUID_NOT_FOUND - The GUID passed was not recognized as valid by a WMI data provider. +. MessageId=4201 Severity=Success @@ -9935,6 +12032,9 @@ SymbolicName=ERROR_WMI_INSTANCE_NOT_FOUND Language=English ERROR_WMI_INSTANCE_NOT_FOUND - The instance name passed was not recognized as valid by a WMI data provider. . +Language=Russian +ERROR_WMI_INSTANCE_NOT_FOUND - The instance name passed was not recognized as valid by a WMI data provider. +. MessageId=4202 Severity=Success @@ -9943,6 +12043,9 @@ SymbolicName=ERROR_WMI_ITEMID_NOT_FOUND Language=English ERROR_WMI_ITEMID_NOT_FOUND - The data item ID passed was not recognized as valid by a WMI data provider. . +Language=Russian +ERROR_WMI_ITEMID_NOT_FOUND - The data item ID passed was not recognized as valid by a WMI data provider. +. MessageId=4203 Severity=Success @@ -9951,6 +12054,9 @@ SymbolicName=ERROR_WMI_TRY_AGAIN Language=English ERROR_WMI_TRY_AGAIN - The WMI request could not be completed and should be retried. . +Language=Russian +ERROR_WMI_TRY_AGAIN - The WMI request could not be completed and should be retried. +. MessageId=4204 Severity=Success @@ -9959,6 +12065,9 @@ SymbolicName=ERROR_WMI_DP_NOT_FOUND Language=English ERROR_WMI_DP_NOT_FOUND - The WMI data provider could not be located. . +Language=Russian +ERROR_WMI_DP_NOT_FOUND - The WMI data provider could not be located. +. MessageId=4205 Severity=Success @@ -9967,6 +12076,9 @@ SymbolicName=ERROR_WMI_UNRESOLVED_INSTANCE_REF Language=English ERROR_WMI_UNRESOLVED_INSTANCE_REF - The WMI data provider references an instance set that has not been registered. . +Language=Russian +ERROR_WMI_UNRESOLVED_INSTANCE_REF - The WMI data provider references an instance set that has not been registered. +. MessageId=4206 Severity=Success @@ -9975,6 +12087,9 @@ SymbolicName=ERROR_WMI_ALREADY_ENABLED Language=English ERROR_WMI_ALREADY_ENABLED - The WMI data block or event notification has already been enabled. . +Language=Russian +ERROR_WMI_ALREADY_ENABLED - The WMI data block or event notification has already been enabled. +. MessageId=4207 Severity=Success @@ -9983,6 +12098,9 @@ SymbolicName=ERROR_WMI_GUID_DISCONNECTED Language=English ERROR_WMI_GUID_DISCONNECTED - The WMI data block is no longer available. . +Language=Russian +ERROR_WMI_GUID_DISCONNECTED - The WMI data block is no longer available. +. MessageId=4208 Severity=Success @@ -9991,6 +12109,9 @@ SymbolicName=ERROR_WMI_SERVER_UNAVAILABLE Language=English ERROR_WMI_SERVER_UNAVAILABLE - The WMI data service is not available. . +Language=Russian +ERROR_WMI_SERVER_UNAVAILABLE - The WMI data service is not available. +. MessageId=4209 Severity=Success @@ -9999,6 +12120,9 @@ SymbolicName=ERROR_WMI_DP_FAILED Language=English ERROR_WMI_DP_FAILED - The WMI data provider failed to carry out the request. . +Language=Russian +ERROR_WMI_DP_FAILED - The WMI data provider failed to carry out the request. +. MessageId=4210 Severity=Success @@ -10007,6 +12131,9 @@ SymbolicName=ERROR_WMI_INVALID_MOF Language=English ERROR_WMI_INVALID_MOF - The WMI MOF information is not valid. . +Language=Russian +ERROR_WMI_INVALID_MOF - The WMI MOF information is not valid. +. MessageId=4211 Severity=Success @@ -10015,6 +12142,9 @@ SymbolicName=ERROR_WMI_INVALID_REGINFO Language=English ERROR_WMI_INVALID_REGINFO - The WMI registration information is not valid. . +Language=Russian +ERROR_WMI_INVALID_REGINFO - The WMI registration information is not valid. +. MessageId=4212 Severity=Success @@ -10023,6 +12153,9 @@ SymbolicName=ERROR_WMI_ALREADY_DISABLED Language=English ERROR_WMI_ALREADY_DISABLED - The WMI data block or event notification has already been disabled. . +Language=Russian +ERROR_WMI_ALREADY_DISABLED - The WMI data block or event notification has already been disabled. +. MessageId=4213 Severity=Success @@ -10031,6 +12164,9 @@ SymbolicName=ERROR_WMI_READ_ONLY Language=English ERROR_WMI_READ_ONLY - The WMI data item or data block is read only. . +Language=Russian +ERROR_WMI_READ_ONLY - The WMI data item or data block is read only. +. MessageId=4214 Severity=Success @@ -10039,6 +12175,9 @@ SymbolicName=ERROR_WMI_SET_FAILURE Language=English ERROR_WMI_SET_FAILURE - The WMI data item or data block could not be changed. . +Language=Russian +ERROR_WMI_SET_FAILURE - The WMI data item or data block could not be changed. +. MessageId=4300 Severity=Success @@ -10047,6 +12186,9 @@ SymbolicName=ERROR_INVALID_MEDIA Language=English ERROR_INVALID_MEDIA - The media identifier does not represent a valid medium. . +Language=Russian +ERROR_INVALID_MEDIA - The media identifier does not represent a valid medium. +. MessageId=4301 Severity=Success @@ -10055,6 +12197,9 @@ SymbolicName=ERROR_INVALID_LIBRARY Language=English ERROR_INVALID_LIBRARY - The library identifier does not represent a valid library. . +Language=Russian +ERROR_INVALID_LIBRARY - The library identifier does not represent a valid library. +. MessageId=4302 Severity=Success @@ -10063,6 +12208,9 @@ SymbolicName=ERROR_INVALID_MEDIA_POOL Language=English ERROR_INVALID_MEDIA_POOL - The media pool identifier does not represent a valid media pool. . +Language=Russian +ERROR_INVALID_MEDIA_POOL - The media pool identifier does not represent a valid media pool. +. MessageId=4303 Severity=Success @@ -10071,6 +12219,9 @@ SymbolicName=ERROR_DRIVE_MEDIA_MISMATCH Language=English ERROR_DRIVE_MEDIA_MISMATCH - The drive and medium are not compatible or exist in different libraries. . +Language=Russian +ERROR_DRIVE_MEDIA_MISMATCH - The drive and medium are not compatible or exist in different libraries. +. MessageId=4304 Severity=Success @@ -10079,6 +12230,9 @@ SymbolicName=ERROR_MEDIA_OFFLINE Language=English ERROR_MEDIA_OFFLINE - The medium currently exists in an offline library and must be online to perform this operation. . +Language=Russian +ERROR_MEDIA_OFFLINE - The medium currently exists in an offline library and must be online to perform this operation. +. MessageId=4305 Severity=Success @@ -10087,6 +12241,9 @@ SymbolicName=ERROR_LIBRARY_OFFLINE Language=English ERROR_LIBRARY_OFFLINE - The operation cannot be performed on an offline library. . +Language=Russian +ERROR_LIBRARY_OFFLINE - The operation cannot be performed on an offline library. +. MessageId=4306 Severity=Success @@ -10095,6 +12252,9 @@ SymbolicName=ERROR_EMPTY Language=English ERROR_EMPTY - The library, drive, or media pool is empty. . +Language=Russian +ERROR_EMPTY - The library, drive, or media pool is empty. +. MessageId=4307 Severity=Success @@ -10103,6 +12263,9 @@ SymbolicName=ERROR_NOT_EMPTY Language=English ERROR_NOT_EMPTY - The library, drive, or media pool must be empty to perform this operation. . +Language=Russian +ERROR_NOT_EMPTY - The library, drive, or media pool must be empty to perform this operation. +. MessageId=4308 Severity=Success @@ -10111,6 +12274,9 @@ SymbolicName=ERROR_MEDIA_UNAVAILABLE Language=English ERROR_MEDIA_UNAVAILABLE - No media is currently available in this media pool or library. . +Language=Russian +ERROR_MEDIA_UNAVAILABLE - No media is currently available in this media pool or library. +. MessageId=4309 Severity=Success @@ -10119,6 +12285,9 @@ SymbolicName=ERROR_RESOURCE_DISABLED Language=English ERROR_RESOURCE_DISABLED - A resource required for this operation is disabled. . +Language=Russian +ERROR_RESOURCE_DISABLED - A resource required for this operation is disabled. +. MessageId=4310 Severity=Success @@ -10127,6 +12296,9 @@ SymbolicName=ERROR_INVALID_CLEANER Language=English ERROR_INVALID_CLEANER - The media identifier does not represent a valid cleaner. . +Language=Russian +ERROR_INVALID_CLEANER - The media identifier does not represent a valid cleaner. +. MessageId=4311 Severity=Success @@ -10135,6 +12307,9 @@ SymbolicName=ERROR_UNABLE_TO_CLEAN Language=English ERROR_UNABLE_TO_CLEAN - The drive cannot be cleaned or does not support cleaning. . +Language=Russian +ERROR_UNABLE_TO_CLEAN - The drive cannot be cleaned or does not support cleaning. +. MessageId=4312 Severity=Success @@ -10143,6 +12318,9 @@ SymbolicName=ERROR_OBJECT_NOT_FOUND Language=English ERROR_OBJECT_NOT_FOUND - The object identifier does not represent a valid object. . +Language=Russian +ERROR_OBJECT_NOT_FOUND - The object identifier does not represent a valid object. +. MessageId=4313 Severity=Success @@ -10151,6 +12329,9 @@ SymbolicName=ERROR_DATABASE_FAILURE Language=English ERROR_DATABASE_FAILURE - Unable to read from or write to the database. . +Language=Russian +ERROR_DATABASE_FAILURE - Unable to read from or write to the database. +. MessageId=4314 Severity=Success @@ -10159,6 +12340,9 @@ SymbolicName=ERROR_DATABASE_FULL Language=English ERROR_DATABASE_FULL - The database is full. . +Language=Russian +ERROR_DATABASE_FULL - The database is full. +. MessageId=4315 Severity=Success @@ -10167,6 +12351,9 @@ SymbolicName=ERROR_MEDIA_INCOMPATIBLE Language=English ERROR_MEDIA_INCOMPATIBLE - The medium is not compatible with the device or media pool. . +Language=Russian +ERROR_MEDIA_INCOMPATIBLE - The medium is not compatible with the device or media pool. +. MessageId=4316 Severity=Success @@ -10175,6 +12362,9 @@ SymbolicName=ERROR_RESOURCE_NOT_PRESENT Language=English ERROR_RESOURCE_NOT_PRESENT - The resource required for this operation does not exist. . +Language=Russian +ERROR_RESOURCE_NOT_PRESENT - The resource required for this operation does not exist. +. MessageId=4317 Severity=Success @@ -10183,6 +12373,9 @@ SymbolicName=ERROR_INVALID_OPERATION Language=English ERROR_INVALID_OPERATION - The operation identifier is not valid. . +Language=Russian +ERROR_INVALID_OPERATION - The operation identifier is not valid. +. MessageId=4318 Severity=Success @@ -10191,6 +12384,9 @@ SymbolicName=ERROR_MEDIA_NOT_AVAILABLE Language=English ERROR_MEDIA_NOT_AVAILABLE - The media is not mounted or ready for use. . +Language=Russian +ERROR_MEDIA_NOT_AVAILABLE - The media is not mounted or ready for use. +. MessageId=4319 Severity=Success @@ -10199,6 +12395,9 @@ SymbolicName=ERROR_DEVICE_NOT_AVAILABLE Language=English ERROR_DEVICE_NOT_AVAILABLE - The device is not ready for use. . +Language=Russian +ERROR_DEVICE_NOT_AVAILABLE - The device is not ready for use. +. MessageId=4320 Severity=Success @@ -10207,6 +12406,9 @@ SymbolicName=ERROR_REQUEST_REFUSED Language=English ERROR_REQUEST_REFUSED - The operator or administrator has refused the request. . +Language=Russian +ERROR_REQUEST_REFUSED - The operator or administrator has refused the request. +. MessageId=4321 Severity=Success @@ -10215,6 +12417,9 @@ SymbolicName=ERROR_INVALID_DRIVE_OBJECT Language=English ERROR_INVALID_DRIVE_OBJECT - The drive identifier does not represent a valid drive. . +Language=Russian +ERROR_INVALID_DRIVE_OBJECT - The drive identifier does not represent a valid drive. +. MessageId=4322 Severity=Success @@ -10223,6 +12428,9 @@ SymbolicName=ERROR_LIBRARY_FULL Language=English ERROR_LIBRARY_FULL - Library is full. No slot is available for use. . +Language=Russian +ERROR_LIBRARY_FULL - Library is full. No slot is available for use. +. MessageId=4323 Severity=Success @@ -10231,6 +12439,9 @@ SymbolicName=ERROR_MEDIUM_NOT_ACCESSIBLE Language=English ERROR_MEDIUM_NOT_ACCESSIBLE - The transport cannot access the medium. . +Language=Russian +ERROR_MEDIUM_NOT_ACCESSIBLE - The transport cannot access the medium. +. MessageId=4324 Severity=Success @@ -10239,6 +12450,9 @@ SymbolicName=ERROR_UNABLE_TO_LOAD_MEDIUM Language=English ERROR_UNABLE_TO_LOAD_MEDIUM - Unable to load the medium into the drive. . +Language=Russian +ERROR_UNABLE_TO_LOAD_MEDIUM - Unable to load the medium into the drive. +. MessageId=4325 Severity=Success @@ -10247,6 +12461,9 @@ SymbolicName=ERROR_UNABLE_TO_INVENTORY_DRIVE Language=English ERROR_UNABLE_TO_INVENTORY_DRIVE - Unable to retrieve status about the drive. . +Language=Russian +ERROR_UNABLE_TO_INVENTORY_DRIVE - Unable to retrieve status about the drive. +. MessageId=4326 Severity=Success @@ -10255,6 +12472,9 @@ SymbolicName=ERROR_UNABLE_TO_INVENTORY_SLOT Language=English ERROR_UNABLE_TO_INVENTORY_SLOT - Unable to retrieve status about the slot. . +Language=Russian +ERROR_UNABLE_TO_INVENTORY_SLOT - Unable to retrieve status about the slot. +. MessageId=4327 Severity=Success @@ -10263,6 +12483,9 @@ SymbolicName=ERROR_UNABLE_TO_INVENTORY_TRANSPORT Language=English ERROR_UNABLE_TO_INVENTORY_TRANSPORT - Unable to retrieve status about the transport. . +Language=Russian +ERROR_UNABLE_TO_INVENTORY_TRANSPORT - Unable to retrieve status about the transport. +. MessageId=4328 Severity=Success @@ -10271,6 +12494,9 @@ SymbolicName=ERROR_TRANSPORT_FULL Language=English ERROR_TRANSPORT_FULL - Cannot use the transport because it is already in use. . +Language=Russian +ERROR_TRANSPORT_FULL - Cannot use the transport because it is already in use. +. MessageId=4329 Severity=Success @@ -10279,6 +12505,9 @@ SymbolicName=ERROR_CONTROLLING_IEPORT Language=English ERROR_CONTROLLING_IEPORT - Unable to open or close the inject/eject port. . +Language=Russian +ERROR_CONTROLLING_IEPORT - Unable to open or close the inject/eject port. +. MessageId=4330 Severity=Success @@ -10287,6 +12516,9 @@ SymbolicName=ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA Language=English ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA - Unable to eject the media because it is in a drive. . +Language=Russian +ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA - Unable to eject the media because it is in a drive. +. MessageId=4331 Severity=Success @@ -10295,6 +12527,9 @@ SymbolicName=ERROR_CLEANER_SLOT_SET Language=English ERROR_CLEANER_SLOT_SET - A cleaner slot is already reserved. . +Language=Russian +ERROR_CLEANER_SLOT_SET - A cleaner slot is already reserved. +. MessageId=4332 Severity=Success @@ -10303,6 +12538,9 @@ SymbolicName=ERROR_CLEANER_SLOT_NOT_SET Language=English ERROR_CLEANER_SLOT_NOT_SET - A cleaner slot is not reserved. . +Language=Russian +ERROR_CLEANER_SLOT_NOT_SET - A cleaner slot is not reserved. +. MessageId=4333 Severity=Success @@ -10311,6 +12549,9 @@ SymbolicName=ERROR_CLEANER_CARTRIDGE_SPENT Language=English ERROR_CLEANER_CARTRIDGE_SPENT - The cleaner cartridge has performed the maximum number of drive cleanings. . +Language=Russian +ERROR_CLEANER_CARTRIDGE_SPENT - The cleaner cartridge has performed the maximum number of drive cleanings. +. MessageId=4334 Severity=Success @@ -10319,6 +12560,9 @@ SymbolicName=ERROR_UNEXPECTED_OMID Language=English ERROR_UNEXPECTED_OMID - Unexpected on-medium identifier. . +Language=Russian +ERROR_UNEXPECTED_OMID - Unexpected on-medium identifier. +. MessageId=4335 Severity=Success @@ -10327,6 +12571,9 @@ SymbolicName=ERROR_CANT_DELETE_LAST_ITEM Language=English ERROR_CANT_DELETE_LAST_ITEM - The last remaining item in this group or resource cannot be deleted. . +Language=Russian +ERROR_CANT_DELETE_LAST_ITEM - The last remaining item in this group or resource cannot be deleted. +. MessageId=4336 Severity=Success @@ -10335,6 +12582,9 @@ SymbolicName=ERROR_MESSAGE_EXCEEDS_MAX_SIZE Language=English ERROR_MESSAGE_EXCEEDS_MAX_SIZE - The message provided exceeds the maximum size allowed for this parameter. . +Language=Russian +ERROR_MESSAGE_EXCEEDS_MAX_SIZE - The message provided exceeds the maximum size allowed for this parameter. +. MessageId=4337 Severity=Success @@ -10343,6 +12593,9 @@ SymbolicName=ERROR_VOLUME_CONTAINS_SYS_FILES Language=English ERROR_VOLUME_CONTAINS_SYS_FILES - The volume contains system or paging files. . +Language=Russian +ERROR_VOLUME_CONTAINS_SYS_FILES - The volume contains system or paging files. +. MessageId=4338 Severity=Success @@ -10351,6 +12604,9 @@ SymbolicName=ERROR_INDIGENOUS_TYPE Language=English ERROR_INDIGENOUS_TYPE - The media type cannot be removed from this library since at least one drive in the library reports it can support this media type. . +Language=Russian +ERROR_INDIGENOUS_TYPE - The media type cannot be removed from this library since at least one drive in the library reports it can support this media type. +. MessageId=4339 Severity=Success @@ -10359,6 +12615,9 @@ SymbolicName=ERROR_NO_SUPPORTING_DRIVES Language=English ERROR_NO_SUPPORTING_DRIVES - This offline media cannot be mounted on this system since no enabled drives are present which can be used. . +Language=Russian +ERROR_NO_SUPPORTING_DRIVES - This offline media cannot be mounted on this system since no enabled drives are present which can be used. +. MessageId=4340 Severity=Success @@ -10367,6 +12626,9 @@ SymbolicName=ERROR_CLEANER_CARTRIDGE_INSTALLED Language=English ERROR_CLEANER_CARTRIDGE_INSTALLED - A cleaner cartridge is present in the tape library. . +Language=Russian +ERROR_CLEANER_CARTRIDGE_INSTALLED - A cleaner cartridge is present in the tape library. +. MessageId=4350 Severity=Success @@ -10375,6 +12637,9 @@ SymbolicName=ERROR_FILE_OFFLINE Language=English ERROR_FILE_OFFLINE - The remote storage service was not able to recall the file. . +Language=Russian +ERROR_FILE_OFFLINE - The remote storage service was not able to recall the file. +. MessageId=4351 Severity=Success @@ -10383,6 +12648,9 @@ SymbolicName=ERROR_REMOTE_STORAGE_NOT_ACTIVE Language=English ERROR_REMOTE_STORAGE_NOT_ACTIVE - The remote storage service is not operational at this time. . +Language=Russian +ERROR_REMOTE_STORAGE_NOT_ACTIVE - The remote storage service is not operational at this time. +. MessageId=4352 Severity=Success @@ -10391,6 +12659,9 @@ SymbolicName=ERROR_REMOTE_STORAGE_MEDIA_ERROR Language=English ERROR_REMOTE_STORAGE_MEDIA_ERROR - The remote storage service encountered a media error. . +Language=Russian +ERROR_REMOTE_STORAGE_MEDIA_ERROR - The remote storage service encountered a media error. +. MessageId=4390 Severity=Success @@ -10399,6 +12670,9 @@ SymbolicName=ERROR_NOT_A_REPARSE_POINT Language=English ERROR_NOT_A_REPARSE_POINT - The file or directory is not a reparse point. . +Language=Russian +ERROR_NOT_A_REPARSE_POINT - The file or directory is not a reparse point. +. MessageId=4391 Severity=Success @@ -10407,6 +12681,9 @@ SymbolicName=ERROR_REPARSE_ATTRIBUTE_CONFLICT Language=English ERROR_REPARSE_ATTRIBUTE_CONFLICT - The reparse point attribute cannot be set because it conflicts with an existing attribute. . +Language=Russian +ERROR_REPARSE_ATTRIBUTE_CONFLICT - The reparse point attribute cannot be set because it conflicts with an existing attribute. +. MessageId=4392 Severity=Success @@ -10415,6 +12692,9 @@ SymbolicName=ERROR_INVALID_REPARSE_DATA Language=English ERROR_INVALID_REPARSE_DATA - The data present in the reparse point buffer is invalid. . +Language=Russian +ERROR_INVALID_REPARSE_DATA - The data present in the reparse point buffer is invalid. +. MessageId=4393 Severity=Success @@ -10423,6 +12703,9 @@ SymbolicName=ERROR_REPARSE_TAG_INVALID Language=English ERROR_REPARSE_TAG_INVALID - The tag present in the reparse point buffer is invalid. . +Language=Russian +ERROR_REPARSE_TAG_INVALID - The tag present in the reparse point buffer is invalid. +. MessageId=4394 Severity=Success @@ -10431,6 +12714,9 @@ SymbolicName=ERROR_REPARSE_TAG_MISMATCH Language=English ERROR_REPARSE_TAG_MISMATCH - There is a mismatch between the tag specified in the request and the tag present in the reparse point. . +Language=Russian +ERROR_REPARSE_TAG_MISMATCH - There is a mismatch between the tag specified in the request and the tag present in the reparse point. +. MessageId=4500 Severity=Success @@ -10439,6 +12725,9 @@ SymbolicName=ERROR_VOLUME_NOT_SIS_ENABLED Language=English ERROR_VOLUME_NOT_SIS_ENABLED - Single Instance Storage is not available on this volume. . +Language=Russian +ERROR_VOLUME_NOT_SIS_ENABLED - Single Instance Storage is not available on this volume. +. MessageId=5001 Severity=Success @@ -10447,6 +12736,9 @@ SymbolicName=ERROR_DEPENDENT_RESOURCE_EXISTS Language=English ERROR_DEPENDENT_RESOURCE_EXISTS - The cluster resource cannot be moved to another group because other resources are dependent on it. . +Language=Russian +ERROR_DEPENDENT_RESOURCE_EXISTS - The cluster resource cannot be moved to another group because other resources are dependent on it. +. MessageId=5002 Severity=Success @@ -10455,6 +12747,9 @@ SymbolicName=ERROR_DEPENDENCY_NOT_FOUND Language=English ERROR_DEPENDENCY_NOT_FOUND - The cluster resource dependency cannot be found. . +Language=Russian +ERROR_DEPENDENCY_NOT_FOUND - The cluster resource dependency cannot be found. +. MessageId=5003 Severity=Success @@ -10463,6 +12758,9 @@ SymbolicName=ERROR_DEPENDENCY_ALREADY_EXISTS Language=English ERROR_DEPENDENCY_ALREADY_EXISTS - The cluster resource cannot be made dependent on the specified resource because it is already dependent. . +Language=Russian +ERROR_DEPENDENCY_ALREADY_EXISTS - The cluster resource cannot be made dependent on the specified resource because it is already dependent. +. MessageId=5004 Severity=Success @@ -10471,6 +12769,9 @@ SymbolicName=ERROR_RESOURCE_NOT_ONLINE Language=English ERROR_RESOURCE_NOT_ONLINE - The cluster resource is not online. . +Language=Russian +ERROR_RESOURCE_NOT_ONLINE - The cluster resource is not online. +. MessageId=5005 Severity=Success @@ -10479,6 +12780,9 @@ SymbolicName=ERROR_HOST_NODE_NOT_AVAILABLE Language=English ERROR_HOST_NODE_NOT_AVAILABLE - A cluster node is not available for this operation. . +Language=Russian +ERROR_HOST_NODE_NOT_AVAILABLE - A cluster node is not available for this operation. +. MessageId=5006 Severity=Success @@ -10487,6 +12791,9 @@ SymbolicName=ERROR_RESOURCE_NOT_AVAILABLE Language=English ERROR_RESOURCE_NOT_AVAILABLE - The cluster resource is not available. . +Language=Russian +ERROR_RESOURCE_NOT_AVAILABLE - The cluster resource is not available. +. MessageId=5007 Severity=Success @@ -10495,6 +12802,9 @@ SymbolicName=ERROR_RESOURCE_NOT_FOUND Language=English ERROR_RESOURCE_NOT_FOUND - The cluster resource could not be found. . +Language=Russian +ERROR_RESOURCE_NOT_FOUND - The cluster resource could not be found. +. MessageId=5008 Severity=Success @@ -10503,6 +12813,9 @@ SymbolicName=ERROR_SHUTDOWN_CLUSTER Language=English ERROR_SHUTDOWN_CLUSTER - The cluster is being shut down. . +Language=Russian +ERROR_SHUTDOWN_CLUSTER - The cluster is being shut down. +. MessageId=5009 Severity=Success @@ -10511,6 +12824,9 @@ SymbolicName=ERROR_CANT_EVICT_ACTIVE_NODE Language=English ERROR_CANT_EVICT_ACTIVE_NODE - A cluster node cannot be evicted from the cluster unless the node is down. . +Language=Russian +ERROR_CANT_EVICT_ACTIVE_NODE - A cluster node cannot be evicted from the cluster unless the node is down. +. MessageId=5010 Severity=Success @@ -10519,6 +12835,9 @@ SymbolicName=ERROR_OBJECT_ALREADY_EXISTS Language=English ERROR_OBJECT_ALREADY_EXISTS - The object already exists. . +Language=Russian +ERROR_OBJECT_ALREADY_EXISTS - The object already exists. +. MessageId=5011 Severity=Success @@ -10527,6 +12846,9 @@ SymbolicName=ERROR_OBJECT_IN_LIST Language=English ERROR_OBJECT_IN_LIST - The object is already in the list. . +Language=Russian +ERROR_OBJECT_IN_LIST - The object is already in the list. +. MessageId=5012 Severity=Success @@ -10535,6 +12857,9 @@ SymbolicName=ERROR_GROUP_NOT_AVAILABLE Language=English ERROR_GROUP_NOT_AVAILABLE - The cluster group is not available for any new requests. . +Language=Russian +ERROR_GROUP_NOT_AVAILABLE - The cluster group is not available for any new requests. +. MessageId=5013 Severity=Success @@ -10543,6 +12868,9 @@ SymbolicName=ERROR_GROUP_NOT_FOUND Language=English ERROR_GROUP_NOT_FOUND - The cluster group could not be found. . +Language=Russian +ERROR_GROUP_NOT_FOUND - The cluster group could not be found. +. MessageId=5014 Severity=Success @@ -10551,6 +12879,9 @@ SymbolicName=ERROR_GROUP_NOT_ONLINE Language=English ERROR_GROUP_NOT_ONLINE - The operation could not be completed because the cluster group is not online. . +Language=Russian +ERROR_GROUP_NOT_ONLINE - The operation could not be completed because the cluster group is not online. +. MessageId=5015 Severity=Success @@ -10559,6 +12890,9 @@ SymbolicName=ERROR_HOST_NODE_NOT_RESOURCE_OWNER Language=English ERROR_HOST_NODE_NOT_RESOURCE_OWNER - The cluster node is not the owner of the resource. . +Language=Russian +ERROR_HOST_NODE_NOT_RESOURCE_OWNER - The cluster node is not the owner of the resource. +. MessageId=5016 Severity=Success @@ -10567,6 +12901,9 @@ SymbolicName=ERROR_HOST_NODE_NOT_GROUP_OWNER Language=English ERROR_HOST_NODE_NOT_GROUP_OWNER - The cluster node is not the owner of the group. . +Language=Russian +ERROR_HOST_NODE_NOT_GROUP_OWNER - The cluster node is not the owner of the group. +. MessageId=5017 Severity=Success @@ -10575,6 +12912,9 @@ SymbolicName=ERROR_RESMON_CREATE_FAILED Language=English ERROR_RESMON_CREATE_FAILED - The cluster resource could not be created in the specified resource monitor. . +Language=Russian +ERROR_RESMON_CREATE_FAILED - The cluster resource could not be created in the specified resource monitor. +. MessageId=5018 Severity=Success @@ -10583,6 +12923,9 @@ SymbolicName=ERROR_RESMON_ONLINE_FAILED Language=English ERROR_RESMON_ONLINE_FAILED - The cluster resource could not be brought online by the resource monitor. . +Language=Russian +ERROR_RESMON_ONLINE_FAILED - The cluster resource could not be brought online by the resource monitor. +. MessageId=5019 Severity=Success @@ -10591,6 +12934,9 @@ SymbolicName=ERROR_RESOURCE_ONLINE Language=English ERROR_RESOURCE_ONLINE - The operation could not be completed because the cluster resource is online. . +Language=Russian +ERROR_RESOURCE_ONLINE - The operation could not be completed because the cluster resource is online. +. MessageId=5020 Severity=Success @@ -10599,6 +12945,9 @@ SymbolicName=ERROR_QUORUM_RESOURCE Language=English ERROR_QUORUM_RESOURCE - The cluster resource could not be deleted or brought offline because it is the quorum resource. . +Language=Russian +ERROR_QUORUM_RESOURCE - The cluster resource could not be deleted or brought offline because it is the quorum resource. +. MessageId=5021 Severity=Success @@ -10607,6 +12956,9 @@ SymbolicName=ERROR_NOT_QUORUM_CAPABLE Language=English ERROR_NOT_QUORUM_CAPABLE - The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource. . +Language=Russian +ERROR_NOT_QUORUM_CAPABLE - The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource. +. MessageId=5022 Severity=Success @@ -10615,6 +12967,9 @@ SymbolicName=ERROR_CLUSTER_SHUTTING_DOWN Language=English ERROR_CLUSTER_SHUTTING_DOWN - The cluster software is shutting down. . +Language=Russian +ERROR_CLUSTER_SHUTTING_DOWN - The cluster software is shutting down. +. MessageId=5023 Severity=Success @@ -10623,6 +12978,9 @@ SymbolicName=ERROR_INVALID_STATE Language=English ERROR_INVALID_STATE - The group or resource is not in the correct state to perform the requested operation. . +Language=Russian +ERROR_INVALID_STATE - The group or resource is not in the correct state to perform the requested operation. +. MessageId=5024 Severity=Success @@ -10631,6 +12989,9 @@ SymbolicName=ERROR_RESOURCE_PROPERTIES_STORED Language=English ERROR_RESOURCE_PROPERTIES_STORED - The properties were stored but not all changes will take effect until the next time the resource is brought online. . +Language=Russian +ERROR_RESOURCE_PROPERTIES_STORED - The properties were stored but not all changes will take effect until the next time the resource is brought online. +. MessageId=5025 Severity=Success @@ -10639,6 +13000,9 @@ SymbolicName=ERROR_NOT_QUORUM_CLASS Language=English ERROR_NOT_QUORUM_CLASS - The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class. . +Language=Russian +ERROR_NOT_QUORUM_CLASS - The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class. +. MessageId=5026 Severity=Success @@ -10647,6 +13011,9 @@ SymbolicName=ERROR_CORE_RESOURCE Language=English ERROR_CORE_RESOURCE - The cluster resource could not be deleted since it is a core resource. . +Language=Russian +ERROR_CORE_RESOURCE - The cluster resource could not be deleted since it is a core resource. +. MessageId=5027 Severity=Success @@ -10655,6 +13022,9 @@ SymbolicName=ERROR_QUORUM_RESOURCE_ONLINE_FAILED Language=English ERROR_QUORUM_RESOURCE_ONLINE_FAILED - The quorum resource failed to come online. . +Language=Russian +ERROR_QUORUM_RESOURCE_ONLINE_FAILED - The quorum resource failed to come online. +. MessageId=5028 Severity=Success @@ -10663,6 +13033,9 @@ SymbolicName=ERROR_QUORUMLOG_OPEN_FAILED Language=English ERROR_QUORUMLOG_OPEN_FAILED - The quorum log could not be created or mounted successfully. . +Language=Russian +ERROR_QUORUMLOG_OPEN_FAILED - The quorum log could not be created or mounted successfully. +. MessageId=5029 Severity=Success @@ -10671,6 +13044,9 @@ SymbolicName=ERROR_CLUSTERLOG_CORRUPT Language=English ERROR_CLUSTERLOG_CORRUPT - The cluster log is corrupt. . +Language=Russian +ERROR_CLUSTERLOG_CORRUPT - The cluster log is corrupt. +. MessageId=5030 Severity=Success @@ -10679,6 +13055,9 @@ SymbolicName=ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE Language=English ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE - The record could not be written to the cluster log since it exceeds the maximum size. . +Language=Russian +ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE - The record could not be written to the cluster log since it exceeds the maximum size. +. MessageId=5031 Severity=Success @@ -10687,6 +13066,9 @@ SymbolicName=ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE Language=English ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE - The cluster log exceeds its maximum size. . +Language=Russian +ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE - The cluster log exceeds its maximum size. +. MessageId=5032 Severity=Success @@ -10695,6 +13077,9 @@ SymbolicName=ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND Language=English ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND - No checkpoint record was found in the cluster log. . +Language=Russian +ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND - No checkpoint record was found in the cluster log. +. MessageId=5033 Severity=Success @@ -10703,6 +13088,9 @@ SymbolicName=ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE Language=English ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE - The minimum required disk space needed for logging is not available. . +Language=Russian +ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE - The minimum required disk space needed for logging is not available. +. MessageId=5034 Severity=Success @@ -10711,6 +13099,9 @@ SymbolicName=ERROR_QUORUM_OWNER_ALIVE Language=English ERROR_QUORUM_OWNER_ALIVE - The cluster node failed to take control of the quorum resource because the resource is owned by another active node. . +Language=Russian +ERROR_QUORUM_OWNER_ALIVE - The cluster node failed to take control of the quorum resource because the resource is owned by another active node. +. MessageId=5035 Severity=Success @@ -10719,6 +13110,9 @@ SymbolicName=ERROR_NETWORK_NOT_AVAILABLE Language=English ERROR_NETWORK_NOT_AVAILABLE - A cluster network is not available for this operation. . +Language=Russian +ERROR_NETWORK_NOT_AVAILABLE - A cluster network is not available for this operation. +. MessageId=5036 Severity=Success @@ -10727,6 +13121,9 @@ SymbolicName=ERROR_NODE_NOT_AVAILABLE Language=English ERROR_NODE_NOT_AVAILABLE - A cluster node is not available for this operation. . +Language=Russian +ERROR_NODE_NOT_AVAILABLE - A cluster node is not available for this operation. +. MessageId=5037 Severity=Success @@ -10735,6 +13132,9 @@ SymbolicName=ERROR_ALL_NODES_NOT_AVAILABLE Language=English ERROR_ALL_NODES_NOT_AVAILABLE - All cluster nodes must be running to perform this operation. . +Language=Russian +ERROR_ALL_NODES_NOT_AVAILABLE - All cluster nodes must be running to perform this operation. +. MessageId=5038 Severity=Success @@ -10743,6 +13143,9 @@ SymbolicName=ERROR_RESOURCE_FAILED Language=English ERROR_RESOURCE_FAILED - A cluster resource failed. . +Language=Russian +ERROR_RESOURCE_FAILED - A cluster resource failed. +. MessageId=5039 Severity=Success @@ -10751,6 +13154,9 @@ SymbolicName=ERROR_CLUSTER_INVALID_NODE Language=English ERROR_CLUSTER_INVALID_NODE - The cluster node is not valid. . +Language=Russian +ERROR_CLUSTER_INVALID_NODE - The cluster node is not valid. +. MessageId=5040 Severity=Success @@ -10759,6 +13165,9 @@ SymbolicName=ERROR_CLUSTER_NODE_EXISTS Language=English ERROR_CLUSTER_NODE_EXISTS - The cluster node already exists. . +Language=Russian +ERROR_CLUSTER_NODE_EXISTS - The cluster node already exists. +. MessageId=5041 Severity=Success @@ -10767,6 +13176,9 @@ SymbolicName=ERROR_CLUSTER_JOIN_IN_PROGRESS Language=English ERROR_CLUSTER_JOIN_IN_PROGRESS - A node is in the process of joining the cluster. . +Language=Russian +ERROR_CLUSTER_JOIN_IN_PROGRESS - A node is in the process of joining the cluster. +. MessageId=5042 Severity=Success @@ -10775,6 +13187,9 @@ SymbolicName=ERROR_CLUSTER_NODE_NOT_FOUND Language=English ERROR_CLUSTER_NODE_NOT_FOUND - The cluster node was not found. . +Language=Russian +ERROR_CLUSTER_NODE_NOT_FOUND - The cluster node was not found. +. MessageId=5043 Severity=Success @@ -10783,6 +13198,9 @@ SymbolicName=ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND Language=English ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND - The cluster local node information was not found. . +Language=Russian +ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND - The cluster local node information was not found. +. MessageId=5044 Severity=Success @@ -10791,6 +13209,9 @@ SymbolicName=ERROR_CLUSTER_NETWORK_EXISTS Language=English ERROR_CLUSTER_NETWORK_EXISTS - The cluster network already exists. . +Language=Russian +ERROR_CLUSTER_NETWORK_EXISTS - The cluster network already exists. +. MessageId=5045 Severity=Success @@ -10799,6 +13220,9 @@ SymbolicName=ERROR_CLUSTER_NETWORK_NOT_FOUND Language=English ERROR_CLUSTER_NETWORK_NOT_FOUND - The cluster network was not found. . +Language=Russian +ERROR_CLUSTER_NETWORK_NOT_FOUND - The cluster network was not found. +. MessageId=5046 Severity=Success @@ -10807,6 +13231,9 @@ SymbolicName=ERROR_CLUSTER_NETINTERFACE_EXISTS Language=English ERROR_CLUSTER_NETINTERFACE_EXISTS - The cluster network interface already exists. . +Language=Russian +ERROR_CLUSTER_NETINTERFACE_EXISTS - The cluster network interface already exists. +. MessageId=5047 Severity=Success @@ -10815,6 +13242,9 @@ SymbolicName=ERROR_CLUSTER_NETINTERFACE_NOT_FOUND Language=English ERROR_CLUSTER_NETINTERFACE_NOT_FOUND - The cluster network interface was not found. . +Language=Russian +ERROR_CLUSTER_NETINTERFACE_NOT_FOUND - The cluster network interface was not found. +. MessageId=5048 Severity=Success @@ -10823,6 +13253,9 @@ SymbolicName=ERROR_CLUSTER_INVALID_REQUEST Language=English ERROR_CLUSTER_INVALID_REQUEST - The cluster request is not valid for this object. . +Language=Russian +ERROR_CLUSTER_INVALID_REQUEST - The cluster request is not valid for this object. +. MessageId=5049 Severity=Success @@ -10831,6 +13264,9 @@ SymbolicName=ERROR_CLUSTER_INVALID_NETWORK_PROVIDER Language=English ERROR_CLUSTER_INVALID_NETWORK_PROVIDER - The cluster network provider is not valid. . +Language=Russian +ERROR_CLUSTER_INVALID_NETWORK_PROVIDER - The cluster network provider is not valid. +. MessageId=5050 Severity=Success @@ -10839,6 +13275,9 @@ SymbolicName=ERROR_CLUSTER_NODE_DOWN Language=English ERROR_CLUSTER_NODE_DOWN - The cluster node is down. . +Language=Russian +ERROR_CLUSTER_NODE_DOWN - The cluster node is down. +. MessageId=5051 Severity=Success @@ -10847,6 +13286,9 @@ SymbolicName=ERROR_CLUSTER_NODE_UNREACHABLE Language=English ERROR_CLUSTER_NODE_UNREACHABLE - The cluster node is not reachable. . +Language=Russian +ERROR_CLUSTER_NODE_UNREACHABLE - The cluster node is not reachable. +. MessageId=5052 Severity=Success @@ -10855,6 +13297,9 @@ SymbolicName=ERROR_CLUSTER_NODE_NOT_MEMBER Language=English ERROR_CLUSTER_NODE_NOT_MEMBER - The cluster node is not a member of the cluster. . +Language=Russian +ERROR_CLUSTER_NODE_NOT_MEMBER - The cluster node is not a member of the cluster. +. MessageId=5053 Severity=Success @@ -10863,6 +13308,9 @@ SymbolicName=ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS Language=English ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS - A cluster join operation is not in progress. . +Language=Russian +ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS - A cluster join operation is not in progress. +. MessageId=5054 Severity=Success @@ -10871,6 +13319,9 @@ SymbolicName=ERROR_CLUSTER_INVALID_NETWORK Language=English ERROR_CLUSTER_INVALID_NETWORK - The cluster network is not valid. . +Language=Russian +ERROR_CLUSTER_INVALID_NETWORK - The cluster network is not valid. +. MessageId=5056 Severity=Success @@ -10879,6 +13330,9 @@ SymbolicName=ERROR_CLUSTER_NODE_UP Language=English ERROR_CLUSTER_NODE_UP - The cluster node is up. . +Language=Russian +ERROR_CLUSTER_NODE_UP - The cluster node is up. +. MessageId=5057 Severity=Success @@ -10887,6 +13341,9 @@ SymbolicName=ERROR_CLUSTER_IPADDR_IN_USE Language=English ERROR_CLUSTER_IPADDR_IN_USE - The cluster IP address is already in use. . +Language=Russian +ERROR_CLUSTER_IPADDR_IN_USE - The cluster IP address is already in use. +. MessageId=5058 Severity=Success @@ -10895,6 +13352,9 @@ SymbolicName=ERROR_CLUSTER_NODE_NOT_PAUSED Language=English ERROR_CLUSTER_NODE_NOT_PAUSED - The cluster node is not paused. . +Language=Russian +ERROR_CLUSTER_NODE_NOT_PAUSED - The cluster node is not paused. +. MessageId=5059 Severity=Success @@ -10903,6 +13363,9 @@ SymbolicName=ERROR_CLUSTER_NO_SECURITY_CONTEXT Language=English ERROR_CLUSTER_NO_SECURITY_CONTEXT - No cluster security context is available. . +Language=Russian +ERROR_CLUSTER_NO_SECURITY_CONTEXT - No cluster security context is available. +. MessageId=5060 Severity=Success @@ -10911,6 +13374,9 @@ SymbolicName=ERROR_CLUSTER_NETWORK_NOT_INTERNAL Language=English ERROR_CLUSTER_NETWORK_NOT_INTERNAL - The cluster network is not configured for internal cluster communication. . +Language=Russian +ERROR_CLUSTER_NETWORK_NOT_INTERNAL - The cluster network is not configured for internal cluster communication. +. MessageId=5061 Severity=Success @@ -10919,6 +13385,9 @@ SymbolicName=ERROR_CLUSTER_NODE_ALREADY_UP Language=English ERROR_CLUSTER_NODE_ALREADY_UP - The cluster node is already up. . +Language=Russian +ERROR_CLUSTER_NODE_ALREADY_UP - The cluster node is already up. +. MessageId=5062 Severity=Success @@ -10927,6 +13396,9 @@ SymbolicName=ERROR_CLUSTER_NODE_ALREADY_DOWN Language=English ERROR_CLUSTER_NODE_ALREADY_DOWN - The cluster node is already down. . +Language=Russian +ERROR_CLUSTER_NODE_ALREADY_DOWN - The cluster node is already down. +. MessageId=5063 Severity=Success @@ -10935,6 +13407,9 @@ SymbolicName=ERROR_CLUSTER_NETWORK_ALREADY_ONLINE Language=English ERROR_CLUSTER_NETWORK_ALREADY_ONLINE - The cluster network is already online. . +Language=Russian +ERROR_CLUSTER_NETWORK_ALREADY_ONLINE - The cluster network is already online. +. MessageId=5064 Severity=Success @@ -10943,6 +13418,9 @@ SymbolicName=ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE Language=English ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE - The cluster network is already offline. . +Language=Russian +ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE - The cluster network is already offline. +. MessageId=5065 Severity=Success @@ -10951,6 +13429,9 @@ SymbolicName=ERROR_CLUSTER_NODE_ALREADY_MEMBER Language=English ERROR_CLUSTER_NODE_ALREADY_MEMBER - The cluster node is already a member of the cluster. . +Language=Russian +ERROR_CLUSTER_NODE_ALREADY_MEMBER - The cluster node is already a member of the cluster. +. MessageId=5066 Severity=Success @@ -10959,6 +13440,9 @@ SymbolicName=ERROR_CLUSTER_LAST_INTERNAL_NETWORK Language=English ERROR_CLUSTER_LAST_INTERNAL_NETWORK - The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network. . +Language=Russian +ERROR_CLUSTER_LAST_INTERNAL_NETWORK - The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network. +. MessageId=5067 Severity=Success @@ -10967,6 +13451,9 @@ SymbolicName=ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS Language=English ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS - One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network. . +Language=Russian +ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS - One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network. +. MessageId=5068 Severity=Success @@ -10975,6 +13462,9 @@ SymbolicName=ERROR_INVALID_OPERATION_ON_QUORUM Language=English ERROR_INVALID_OPERATION_ON_QUORUM - This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list. . +Language=Russian +ERROR_INVALID_OPERATION_ON_QUORUM - This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list. +. MessageId=5069 Severity=Success @@ -10983,6 +13473,9 @@ SymbolicName=ERROR_DEPENDENCY_NOT_ALLOWED Language=English ERROR_DEPENDENCY_NOT_ALLOWED - The cluster quorum resource is not allowed to have any dependencies. . +Language=Russian +ERROR_DEPENDENCY_NOT_ALLOWED - The cluster quorum resource is not allowed to have any dependencies. +. MessageId=5070 Severity=Success @@ -10991,6 +13484,9 @@ SymbolicName=ERROR_CLUSTER_NODE_PAUSED Language=English ERROR_CLUSTER_NODE_PAUSED - The cluster node is paused. . +Language=Russian +ERROR_CLUSTER_NODE_PAUSED - The cluster node is paused. +. MessageId=5071 Severity=Success @@ -10999,6 +13495,9 @@ SymbolicName=ERROR_NODE_CANT_HOST_RESOURCE Language=English ERROR_NODE_CANT_HOST_RESOURCE - The cluster resource cannot be brought online. The owner node cannot run this resource. . +Language=Russian +ERROR_NODE_CANT_HOST_RESOURCE - The cluster resource cannot be brought online. The owner node cannot run this resource. +. MessageId=5072 Severity=Success @@ -11007,6 +13506,9 @@ SymbolicName=ERROR_CLUSTER_NODE_NOT_READY Language=English ERROR_CLUSTER_NODE_NOT_READY - The cluster node is not ready to perform the requested operation. . +Language=Russian +ERROR_CLUSTER_NODE_NOT_READY - The cluster node is not ready to perform the requested operation. +. MessageId=5073 Severity=Success @@ -11015,6 +13517,9 @@ SymbolicName=ERROR_CLUSTER_NODE_SHUTTING_DOWN Language=English ERROR_CLUSTER_NODE_SHUTTING_DOWN - The cluster node is shutting down. . +Language=Russian +ERROR_CLUSTER_NODE_SHUTTING_DOWN - The cluster node is shutting down. +. MessageId=5074 Severity=Success @@ -11023,6 +13528,9 @@ SymbolicName=ERROR_CLUSTER_JOIN_ABORTED Language=English ERROR_CLUSTER_JOIN_ABORTED - The cluster join operation was aborted. . +Language=Russian +ERROR_CLUSTER_JOIN_ABORTED - The cluster join operation was aborted. +. MessageId=5075 Severity=Success @@ -11031,6 +13539,9 @@ SymbolicName=ERROR_CLUSTER_INCOMPATIBLE_VERSIONS Language=English ERROR_CLUSTER_INCOMPATIBLE_VERSIONS - The cluster join operation failed due to incompatible software versions between the joining node and its sponsor. . +Language=Russian +ERROR_CLUSTER_INCOMPATIBLE_VERSIONS - The cluster join operation failed due to incompatible software versions between the joining node and its sponsor. +. MessageId=5076 Severity=Success @@ -11039,6 +13550,9 @@ SymbolicName=ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED Language=English ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED - This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor. . +Language=Russian +ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED - This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor. +. MessageId=5077 Severity=Success @@ -11047,6 +13561,9 @@ SymbolicName=ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED Language=English ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED - The system configuration changed during the cluster join or form operation. The join or form operation was aborted. . +Language=Russian +ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED - The system configuration changed during the cluster join or form operation. The join or form operation was aborted. +. MessageId=5078 Severity=Success @@ -11055,6 +13572,9 @@ SymbolicName=ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND Language=English ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND - The specified resource type was not found. . +Language=Russian +ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND - The specified resource type was not found. +. MessageId=5079 Severity=Success @@ -11063,6 +13583,9 @@ SymbolicName=ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED Language=English ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED - The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node. . +Language=Russian +ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED - The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node. +. MessageId=5080 Severity=Success @@ -11071,6 +13594,9 @@ SymbolicName=ERROR_CLUSTER_RESNAME_NOT_FOUND Language=English ERROR_CLUSTER_RESNAME_NOT_FOUND - The specified resource name is supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL. . +Language=Russian +ERROR_CLUSTER_RESNAME_NOT_FOUND - The specified resource name is supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL. +. MessageId=5081 Severity=Success @@ -11079,6 +13605,9 @@ SymbolicName=ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED Language=English ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED - No authentication package could be registered with the RPC server. . +Language=Russian +ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED - No authentication package could be registered with the RPC server. +. MessageId=5082 Severity=Success @@ -11087,6 +13616,9 @@ SymbolicName=ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST Language=English ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST - You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group. . +Language=Russian +ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST - You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group. +. MessageId=5083 Severity=Success @@ -11095,6 +13627,9 @@ SymbolicName=ERROR_CLUSTER_DATABASE_SEQMISMATCH Language=English ERROR_CLUSTER_DATABASE_SEQMISMATCH - The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join. . +Language=Russian +ERROR_CLUSTER_DATABASE_SEQMISMATCH - The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join. +. MessageId=5084 Severity=Success @@ -11103,6 +13638,9 @@ SymbolicName=ERROR_RESMON_INVALID_STATE Language=English ERROR_RESMON_INVALID_STATE - The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state. . +Language=Russian +ERROR_RESMON_INVALID_STATE - The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state. +. MessageId=5085 Severity=Success @@ -11111,6 +13649,9 @@ SymbolicName=ERROR_CLUSTER_GUM_NOT_LOCKER Language=English ERROR_CLUSTER_GUM_NOT_LOCKER - A non locker code got a request to reserve the lock for making global updates. . +Language=Russian +ERROR_CLUSTER_GUM_NOT_LOCKER - A non locker code got a request to reserve the lock for making global updates. +. MessageId=5086 Severity=Success @@ -11119,6 +13660,9 @@ SymbolicName=ERROR_QUORUM_DISK_NOT_FOUND Language=English ERROR_QUORUM_DISK_NOT_FOUND - The quorum disk could not be located by the cluster service. . +Language=Russian +ERROR_QUORUM_DISK_NOT_FOUND - The quorum disk could not be located by the cluster service. +. MessageId=5087 Severity=Success @@ -11127,6 +13671,9 @@ SymbolicName=ERROR_DATABASE_BACKUP_CORRUPT Language=English ERROR_DATABASE_BACKUP_CORRUPT - The backup up cluster database is possibly corrupt. . +Language=Russian +ERROR_DATABASE_BACKUP_CORRUPT - The backup up cluster database is possibly corrupt. +. MessageId=5088 Severity=Success @@ -11135,6 +13682,9 @@ SymbolicName=ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT Language=English ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT - A DFS root already exists in this cluster node. . +Language=Russian +ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT - A DFS root already exists in this cluster node. +. MessageId=5089 Severity=Success @@ -11143,6 +13693,9 @@ SymbolicName=ERROR_RESOURCE_PROPERTY_UNCHANGEABLE Language=English ERROR_RESOURCE_PROPERTY_UNCHANGEABLE - An attempt to modify a resource property failed because it conflicts with another existing property. . +Language=Russian +ERROR_RESOURCE_PROPERTY_UNCHANGEABLE - An attempt to modify a resource property failed because it conflicts with another existing property. +. MessageId=5890 Severity=Success @@ -11151,6 +13704,9 @@ SymbolicName=ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE Language=English ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE - An operation was attempted that is incompatible with the current membership state of the node. . +Language=Russian +ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE - An operation was attempted that is incompatible with the current membership state of the node. +. MessageId=5891 Severity=Success @@ -11159,6 +13715,9 @@ SymbolicName=ERROR_CLUSTER_QUORUMLOG_NOT_FOUND Language=English ERROR_CLUSTER_QUORUMLOG_NOT_FOUND - The quorum resource does not contain the quorum log. . +Language=Russian +ERROR_CLUSTER_QUORUMLOG_NOT_FOUND - The quorum resource does not contain the quorum log. +. MessageId=5892 Severity=Success @@ -11167,6 +13726,9 @@ SymbolicName=ERROR_CLUSTER_MEMBERSHIP_HALT Language=English ERROR_CLUSTER_MEMBERSHIP_HALT - The membership engine requested shutdown of the cluster service on this node. . +Language=Russian +ERROR_CLUSTER_MEMBERSHIP_HALT - The membership engine requested shutdown of the cluster service on this node. +. MessageId=5893 Severity=Success @@ -11175,6 +13737,9 @@ SymbolicName=ERROR_CLUSTER_INSTANCE_ID_MISMATCH Language=English ERROR_CLUSTER_INSTANCE_ID_MISMATCH - The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node. . +Language=Russian +ERROR_CLUSTER_INSTANCE_ID_MISMATCH - The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node. +. MessageId=5894 Severity=Success @@ -11183,6 +13748,9 @@ SymbolicName=ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP Language=English ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP - A matching network for the specified IP address could not be found. Please also specify a subnet mask and a cluster network. . +Language=Russian +ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP - A matching network for the specified IP address could not be found. Please also specify a subnet mask and a cluster network. +. MessageId=5895 Severity=Success @@ -11191,6 +13759,9 @@ SymbolicName=ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH Language=English ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH - The actual data type of the property did not match the expected data type of the property. . +Language=Russian +ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH - The actual data type of the property did not match the expected data type of the property. +. MessageId=5896 Severity=Success @@ -11199,6 +13770,9 @@ SymbolicName=ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP Language=English ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP - The cluster node was evicted from the cluster successfully, but the node was not cleaned up. Extended status information explaining why the node was not cleaned up is available. . +Language=Russian +ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP - The cluster node was evicted from the cluster successfully, but the node was not cleaned up. Extended status information explaining why the node was not cleaned up is available. +. MessageId=5897 Severity=Success @@ -11207,6 +13781,9 @@ SymbolicName=ERROR_CLUSTER_PARAMETER_MISMATCH Language=English ERROR_CLUSTER_PARAMETER_MISMATCH - Two or more parameter values specified for a resource's properties are in conflict. . +Language=Russian +ERROR_CLUSTER_PARAMETER_MISMATCH - Two or more parameter values specified for a resource's properties are in conflict. +. MessageId=5898 Severity=Success @@ -11215,6 +13792,9 @@ SymbolicName=ERROR_NODE_CANNOT_BE_CLUSTERED Language=English ERROR_NODE_CANNOT_BE_CLUSTERED - This computer cannot be made a member of a cluster. . +Language=Russian +ERROR_NODE_CANNOT_BE_CLUSTERED - This computer cannot be made a member of a cluster. +. MessageId=5899 Severity=Success @@ -11223,6 +13803,9 @@ SymbolicName=ERROR_CLUSTER_WRONG_OS_VERSION Language=English ERROR_CLUSTER_WRONG_OS_VERSION - This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed. . +Language=Russian +ERROR_CLUSTER_WRONG_OS_VERSION - This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed. +. MessageId=5900 Severity=Success @@ -11231,6 +13814,9 @@ SymbolicName=ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME Language=English ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME - A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster. . +Language=Russian +ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME - A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster. +. MessageId=5901 Severity=Success @@ -11239,6 +13825,9 @@ SymbolicName=ERROR_CLUSCFG_ALREADY_COMMITTED Language=English ERROR_CLUSCFG_ALREADY_COMMITTED - The cluster configuration action has already been committed. . +Language=Russian +ERROR_CLUSCFG_ALREADY_COMMITTED - The cluster configuration action has already been committed. +. MessageId=5902 Severity=Success @@ -11247,6 +13836,9 @@ SymbolicName=ERROR_CLUSCFG_ROLLBACK_FAILED Language=English ERROR_CLUSCFG_ROLLBACK_FAILED - The cluster configuration action could not be rolled back. . +Language=Russian +ERROR_CLUSCFG_ROLLBACK_FAILED - The cluster configuration action could not be rolled back. +. MessageId=5903 Severity=Success @@ -11255,6 +13847,9 @@ SymbolicName=ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT Language=English ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT - The drive letter assigned to a system disk on one node conflicted with the driver letter assigned to a disk on another node. . +Language=Russian +ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT - The drive letter assigned to a system disk on one node conflicted with the driver letter assigned to a disk on another node. +. MessageId=5904 Severity=Success @@ -11263,6 +13858,9 @@ SymbolicName=ERROR_CLUSTER_OLD_VERSION Language=English ERROR_CLUSTER_OLD_VERSION - One or more nodes in the cluster are running a version of Windows that does not support this operation. . +Language=Russian +ERROR_CLUSTER_OLD_VERSION - One or more nodes in the cluster are running a version of Windows that does not support this operation. +. MessageId=5905 Severity=Success @@ -11271,6 +13869,9 @@ SymbolicName=ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME Language=English ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME - The name of the corresponding computer account doesn't match the Network Name for this resource. . +Language=Russian +ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME - The name of the corresponding computer account doesn't match the Network Name for this resource. +. MessageId=5906 Severity=Success @@ -11279,6 +13880,9 @@ SymbolicName=ERROR_CLUSTER_NO_NET_ADAPTERS Language=English ERROR_CLUSTER_NO_NET_ADAPTERS - No network adapters are available. . +Language=Russian +ERROR_CLUSTER_NO_NET_ADAPTERS - No network adapters are available. +. MessageId=5907 Severity=Success @@ -11287,6 +13891,9 @@ SymbolicName=ERROR_CLUSTER_POISONED Language=English ERROR_CLUSTER_POISONED - The cluster node has been poisoned. . +Language=Russian +ERROR_CLUSTER_POISONED - The cluster node has been poisoned. +. MessageId=6000 Severity=Success @@ -11295,6 +13902,9 @@ SymbolicName=ERROR_ENCRYPTION_FAILED Language=English ERROR_ENCRYPTION_FAILED - The specified file could not be encrypted. . +Language=Russian +ERROR_ENCRYPTION_FAILED - The specified file could not be encrypted. +. MessageId=6001 Severity=Success @@ -11303,6 +13913,9 @@ SymbolicName=ERROR_DECRYPTION_FAILED Language=English ERROR_DECRYPTION_FAILED - The specified file could not be decrypted. . +Language=Russian +ERROR_DECRYPTION_FAILED - The specified file could not be decrypted. +. MessageId=6002 Severity=Success @@ -11311,6 +13924,9 @@ SymbolicName=ERROR_FILE_ENCRYPTED Language=English ERROR_FILE_ENCRYPTED - The specified file is encrypted and the user does not have the ability to decrypt it. . +Language=Russian +ERROR_FILE_ENCRYPTED - The specified file is encrypted and the user does not have the ability to decrypt it. +. MessageId=6003 Severity=Success @@ -11319,6 +13935,9 @@ SymbolicName=ERROR_NO_RECOVERY_POLICY Language=English ERROR_NO_RECOVERY_POLICY - There is no valid encryption recovery policy configured for this system. . +Language=Russian +ERROR_NO_RECOVERY_POLICY - There is no valid encryption recovery policy configured for this system. +. MessageId=6004 Severity=Success @@ -11327,6 +13946,9 @@ SymbolicName=ERROR_NO_EFS Language=English ERROR_NO_EFS - The required encryption driver is not loaded for this system. . +Language=Russian +ERROR_NO_EFS - The required encryption driver is not loaded for this system. +. MessageId=6005 Severity=Success @@ -11335,6 +13957,9 @@ SymbolicName=ERROR_WRONG_EFS Language=English ERROR_WRONG_EFS - The file was encrypted with a different encryption driver than is currently loaded. . +Language=Russian +ERROR_WRONG_EFS - The file was encrypted with a different encryption driver than is currently loaded. +. MessageId=6006 Severity=Success @@ -11343,6 +13968,9 @@ SymbolicName=ERROR_NO_USER_KEYS Language=English ERROR_NO_USER_KEYS - There are no EFS keys defined for the user. . +Language=Russian +ERROR_NO_USER_KEYS - There are no EFS keys defined for the user. +. MessageId=6007 Severity=Success @@ -11351,6 +13979,9 @@ SymbolicName=ERROR_FILE_NOT_ENCRYPTED Language=English ERROR_FILE_NOT_ENCRYPTED - The specified file is not encrypted. . +Language=Russian +ERROR_FILE_NOT_ENCRYPTED - The specified file is not encrypted. +. MessageId=6008 Severity=Success @@ -11359,6 +13990,9 @@ SymbolicName=ERROR_NOT_EXPORT_FORMAT Language=English ERROR_NOT_EXPORT_FORMAT - The specified file is not in the defined EFS export format. . +Language=Russian +ERROR_NOT_EXPORT_FORMAT - The specified file is not in the defined EFS export format. +. MessageId=6009 Severity=Success @@ -11367,6 +14001,9 @@ SymbolicName=ERROR_FILE_READ_ONLY Language=English ERROR_FILE_READ_ONLY - The specified file is read only. . +Language=Russian +ERROR_FILE_READ_ONLY - The specified file is read only. +. MessageId=6010 Severity=Success @@ -11375,6 +14012,9 @@ SymbolicName=ERROR_DIR_EFS_DISALLOWED Language=English ERROR_DIR_EFS_DISALLOWED - The directory has been disabled for encryption. . +Language=Russian +ERROR_DIR_EFS_DISALLOWED - The directory has been disabled for encryption. +. MessageId=6011 Severity=Success @@ -11383,6 +14023,9 @@ SymbolicName=ERROR_EFS_SERVER_NOT_TRUSTED Language=English ERROR_EFS_SERVER_NOT_TRUSTED - The server is not trusted for remote encryption operation. . +Language=Russian +ERROR_EFS_SERVER_NOT_TRUSTED - The server is not trusted for remote encryption operation. +. MessageId=6012 Severity=Success @@ -11391,6 +14034,9 @@ SymbolicName=ERROR_BAD_RECOVERY_POLICY Language=English ERROR_BAD_RECOVERY_POLICY - Recovery policy configured for this system contains invalid recovery certificate. . +Language=Russian +ERROR_BAD_RECOVERY_POLICY - Recovery policy configured for this system contains invalid recovery certificate. +. MessageId=6013 Severity=Success @@ -11399,6 +14045,9 @@ SymbolicName=ERROR_EFS_ALG_BLOB_TOO_BIG Language=English ERROR_EFS_ALG_BLOB_TOO_BIG - The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file. . +Language=Russian +ERROR_EFS_ALG_BLOB_TOO_BIG - The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file. +. MessageId=6014 Severity=Success @@ -11407,6 +14056,9 @@ SymbolicName=ERROR_VOLUME_NOT_SUPPORT_EFS Language=English ERROR_VOLUME_NOT_SUPPORT_EFS - The disk partition does not support file encryption. . +Language=Russian +ERROR_VOLUME_NOT_SUPPORT_EFS - The disk partition does not support file encryption. +. MessageId=6015 Severity=Success @@ -11415,6 +14067,9 @@ SymbolicName=ERROR_EFS_DISABLED Language=English ERROR_EFS_DISABLED - This machine is disabled for file encryption. . +Language=Russian +ERROR_EFS_DISABLED - This machine is disabled for file encryption. +. MessageId=6016 Severity=Success @@ -11423,6 +14078,9 @@ SymbolicName=ERROR_EFS_VERSION_NOT_SUPPORT Language=English ERROR_EFS_VERSION_NOT_SUPPORT - A newer system is required to decrypt this encrypted file. . +Language=Russian +ERROR_EFS_VERSION_NOT_SUPPORT - A newer system is required to decrypt this encrypted file. +. MessageId=6118 Severity=Success @@ -11431,6 +14089,9 @@ SymbolicName=ERROR_NO_BROWSER_SERVERS_FOUND Language=English ERROR_NO_BROWSER_SERVERS_FOUND - The list of servers for this workgroup is not currently available. . +Language=Russian +ERROR_NO_BROWSER_SERVERS_FOUND - The list of servers for this workgroup is not currently available. +. MessageId=6200 Severity=Success @@ -11439,6 +14100,9 @@ SymbolicName=SCHED_E_SERVICE_NOT_LOCALSYSTEM Language=English SCHED_E_SERVICE_NOT_LOCALSYSTEM - The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts. . +Language=Russian +SCHED_E_SERVICE_NOT_LOCALSYSTEM - The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts. +. MessageId=7001 Severity=Success @@ -11447,6 +14111,9 @@ SymbolicName=ERROR_CTX_WINSTATION_NAME_INVALID Language=English ERROR_CTX_WINSTATION_NAME_INVALID - The specified session name is invalid. . +Language=Russian +ERROR_CTX_WINSTATION_NAME_INVALID - The specified session name is invalid. +. MessageId=7002 Severity=Success @@ -11455,6 +14122,9 @@ SymbolicName=ERROR_CTX_INVALID_PD Language=English ERROR_CTX_INVALID_PD - The specified protocol driver is invalid. . +Language=Russian +ERROR_CTX_INVALID_PD - The specified protocol driver is invalid. +. MessageId=7003 Severity=Success @@ -11463,6 +14133,9 @@ SymbolicName=ERROR_CTX_PD_NOT_FOUND Language=English ERROR_CTX_PD_NOT_FOUND - The specified protocol driver was not found in the system path. . +Language=Russian +ERROR_CTX_PD_NOT_FOUND - The specified protocol driver was not found in the system path. +. MessageId=7004 Severity=Success @@ -11471,6 +14144,9 @@ SymbolicName=ERROR_CTX_WD_NOT_FOUND Language=English ERROR_CTX_WD_NOT_FOUND - The specified terminal connection driver was not found in the system path. . +Language=Russian +ERROR_CTX_WD_NOT_FOUND - The specified terminal connection driver was not found in the system path. +. MessageId=7005 Severity=Success @@ -11479,6 +14155,9 @@ SymbolicName=ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY Language=English ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY - A registry key for event logging could not be created for this session. . +Language=Russian +ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY - A registry key for event logging could not be created for this session. +. MessageId=7006 Severity=Success @@ -11487,6 +14166,9 @@ SymbolicName=ERROR_CTX_SERVICE_NAME_COLLISION Language=English ERROR_CTX_SERVICE_NAME_COLLISION - A service with the same name already exists on the system. . +Language=Russian +ERROR_CTX_SERVICE_NAME_COLLISION - A service with the same name already exists on the system. +. MessageId=7007 Severity=Success @@ -11495,6 +14177,9 @@ SymbolicName=ERROR_CTX_CLOSE_PENDING Language=English ERROR_CTX_CLOSE_PENDING - A close operation is pending on the session. . +Language=Russian +ERROR_CTX_CLOSE_PENDING - A close operation is pending on the session. +. MessageId=7008 Severity=Success @@ -11503,6 +14188,9 @@ SymbolicName=ERROR_CTX_NO_OUTBUF Language=English ERROR_CTX_NO_OUTBUF - There are no free output buffers available. . +Language=Russian +ERROR_CTX_NO_OUTBUF - There are no free output buffers available. +. MessageId=7009 Severity=Success @@ -11511,6 +14199,9 @@ SymbolicName=ERROR_CTX_MODEM_INF_NOT_FOUND Language=English ERROR_CTX_MODEM_INF_NOT_FOUND - The MODEM.INF file was not found. . +Language=Russian +ERROR_CTX_MODEM_INF_NOT_FOUND - The MODEM.INF file was not found. +. MessageId=7010 Severity=Success @@ -11519,6 +14210,9 @@ SymbolicName=ERROR_CTX_INVALID_MODEMNAME Language=English ERROR_CTX_INVALID_MODEMNAME - The modem name was not found in MODEM.INF. . +Language=Russian +ERROR_CTX_INVALID_MODEMNAME - The modem name was not found in MODEM.INF. +. MessageId=7011 Severity=Success @@ -11527,6 +14221,9 @@ SymbolicName=ERROR_CTX_MODEM_RESPONSE_ERROR Language=English ERROR_CTX_MODEM_RESPONSE_ERROR - The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem. . +Language=Russian +ERROR_CTX_MODEM_RESPONSE_ERROR - The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem. +. MessageId=7012 Severity=Success @@ -11535,6 +14232,9 @@ SymbolicName=ERROR_CTX_MODEM_RESPONSE_TIMEOUT Language=English ERROR_CTX_MODEM_RESPONSE_TIMEOUT - The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on. . +Language=Russian +ERROR_CTX_MODEM_RESPONSE_TIMEOUT - The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on. +. MessageId=7013 Severity=Success @@ -11543,6 +14243,9 @@ SymbolicName=ERROR_CTX_MODEM_RESPONSE_NO_CARRIER Language=English ERROR_CTX_MODEM_RESPONSE_NO_CARRIER - Carrier detect has failed or carrier has been dropped due to disconnect. . +Language=Russian +ERROR_CTX_MODEM_RESPONSE_NO_CARRIER - Carrier detect has failed or carrier has been dropped due to disconnect. +. MessageId=7014 Severity=Success @@ -11551,6 +14254,9 @@ SymbolicName=ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE Language=English ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE - Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional. . +Language=Russian +ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE - Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional. +. MessageId=7015 Severity=Success @@ -11559,6 +14265,9 @@ SymbolicName=ERROR_CTX_MODEM_RESPONSE_BUSY Language=English ERROR_CTX_MODEM_RESPONSE_BUSY - Busy signal detected at remote site on callback. . +Language=Russian +ERROR_CTX_MODEM_RESPONSE_BUSY - Busy signal detected at remote site on callback. +. MessageId=7016 Severity=Success @@ -11567,6 +14276,9 @@ SymbolicName=ERROR_CTX_MODEM_RESPONSE_VOICE Language=English ERROR_CTX_MODEM_RESPONSE_VOICE - Voice detected at remote site on callback. . +Language=Russian +ERROR_CTX_MODEM_RESPONSE_VOICE - Voice detected at remote site on callback. +. MessageId=7017 Severity=Success @@ -11575,6 +14287,9 @@ SymbolicName=ERROR_CTX_TD_ERROR Language=English ERROR_CTX_TD_ERROR - Transport driver error . +Language=Russian +ERROR_CTX_TD_ERROR - Transport driver error +. MessageId=7022 Severity=Success @@ -11583,6 +14298,9 @@ SymbolicName=ERROR_CTX_WINSTATION_NOT_FOUND Language=English ERROR_CTX_WINSTATION_NOT_FOUND - The specified session cannot be found. . +Language=Russian +ERROR_CTX_WINSTATION_NOT_FOUND - The specified session cannot be found. +. MessageId=7023 Severity=Success @@ -11591,6 +14309,9 @@ SymbolicName=ERROR_CTX_WINSTATION_ALREADY_EXISTS Language=English ERROR_CTX_WINSTATION_ALREADY_EXISTS - The specified session name is already in use. . +Language=Russian +ERROR_CTX_WINSTATION_ALREADY_EXISTS - The specified session name is already in use. +. MessageId=7024 Severity=Success @@ -11599,6 +14320,9 @@ SymbolicName=ERROR_CTX_WINSTATION_BUSY Language=English ERROR_CTX_WINSTATION_BUSY - The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation. . +Language=Russian +ERROR_CTX_WINSTATION_BUSY - The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation. +. MessageId=7025 Severity=Success @@ -11607,6 +14331,9 @@ SymbolicName=ERROR_CTX_BAD_VIDEO_MODE Language=English ERROR_CTX_BAD_VIDEO_MODE - An attempt has been made to connect to a session whose video mode is not supported by the current client. . +Language=Russian +ERROR_CTX_BAD_VIDEO_MODE - An attempt has been made to connect to a session whose video mode is not supported by the current client. +. MessageId=7035 Severity=Success @@ -11615,6 +14342,9 @@ SymbolicName=ERROR_CTX_GRAPHICS_INVALID Language=English ERROR_CTX_GRAPHICS_INVALID - The application attempted to enable DOS graphics mode. DOS graphics mode is not supported. . +Language=Russian +ERROR_CTX_GRAPHICS_INVALID - The application attempted to enable DOS graphics mode. DOS graphics mode is not supported. +. MessageId=7037 Severity=Success @@ -11623,6 +14353,9 @@ SymbolicName=ERROR_CTX_LOGON_DISABLED Language=English ERROR_CTX_LOGON_DISABLED - Your interactive logon privilege has been disabled. Please contact your administrator. . +Language=Russian +ERROR_CTX_LOGON_DISABLED - Your interactive logon privilege has been disabled. Please contact your administrator. +. MessageId=7038 Severity=Success @@ -11631,6 +14364,9 @@ SymbolicName=ERROR_CTX_NOT_CONSOLE Language=English ERROR_CTX_NOT_CONSOLE - The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access. . +Language=Russian +ERROR_CTX_NOT_CONSOLE - The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access. +. MessageId=7040 Severity=Success @@ -11639,6 +14375,9 @@ SymbolicName=ERROR_CTX_CLIENT_QUERY_TIMEOUT Language=English ERROR_CTX_CLIENT_QUERY_TIMEOUT - The client failed to respond to the server connect message. . +Language=Russian +ERROR_CTX_CLIENT_QUERY_TIMEOUT - The client failed to respond to the server connect message. +. MessageId=7041 Severity=Success @@ -11647,6 +14386,9 @@ SymbolicName=ERROR_CTX_CONSOLE_DISCONNECT Language=English ERROR_CTX_CONSOLE_DISCONNECT - Disconnecting the console session is not supported. . +Language=Russian +ERROR_CTX_CONSOLE_DISCONNECT - Disconnecting the console session is not supported. +. MessageId=7042 Severity=Success @@ -11655,6 +14397,9 @@ SymbolicName=ERROR_CTX_CONSOLE_CONNECT Language=English ERROR_CTX_CONSOLE_CONNECT - Reconnecting a disconnected session to the console is not supported. . +Language=Russian +ERROR_CTX_CONSOLE_CONNECT - Reconnecting a disconnected session to the console is not supported. +. MessageId=7044 Severity=Success @@ -11663,6 +14408,9 @@ SymbolicName=ERROR_CTX_SHADOW_DENIED Language=English ERROR_CTX_SHADOW_DENIED - The request to control another session remotely was denied. . +Language=Russian +ERROR_CTX_SHADOW_DENIED - The request to control another session remotely was denied. +. MessageId=7045 Severity=Success @@ -11671,6 +14419,9 @@ SymbolicName=ERROR_CTX_WINSTATION_ACCESS_DENIED Language=English ERROR_CTX_WINSTATION_ACCESS_DENIED - The requested session access is denied. . +Language=Russian +ERROR_CTX_WINSTATION_ACCESS_DENIED - The requested session access is denied. +. MessageId=7049 Severity=Success @@ -11679,6 +14430,9 @@ SymbolicName=ERROR_CTX_INVALID_WD Language=English ERROR_CTX_INVALID_WD - The specified terminal connection driver is invalid. . +Language=Russian +ERROR_CTX_INVALID_WD - The specified terminal connection driver is invalid. +. MessageId=7050 Severity=Success @@ -11687,6 +14441,9 @@ SymbolicName=ERROR_CTX_SHADOW_INVALID Language=English ERROR_CTX_SHADOW_INVALID - The requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on. . +Language=Russian +ERROR_CTX_SHADOW_INVALID - The requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on. +. MessageId=7051 Severity=Success @@ -11695,6 +14452,9 @@ SymbolicName=ERROR_CTX_SHADOW_DISABLED Language=English ERROR_CTX_SHADOW_DISABLED - The requested session is not configured to allow remote control. . +Language=Russian +ERROR_CTX_SHADOW_DISABLED - The requested session is not configured to allow remote control. +. MessageId=7052 Severity=Success @@ -11703,6 +14463,9 @@ SymbolicName=ERROR_CTX_CLIENT_LICENSE_IN_USE Language=English ERROR_CTX_CLIENT_LICENSE_IN_USE - Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. Please call your system administrator to obtain a unique license number. . +Language=Russian +ERROR_CTX_CLIENT_LICENSE_IN_USE - Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. Please call your system administrator to obtain a unique license number. +. MessageId=7053 Severity=Success @@ -11711,6 +14474,9 @@ SymbolicName=ERROR_CTX_CLIENT_LICENSE_NOT_SET Language=English ERROR_CTX_CLIENT_LICENSE_NOT_SET - Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. Please contact your system administrator. . +Language=Russian +ERROR_CTX_CLIENT_LICENSE_NOT_SET - Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. Please contact your system administrator. +. MessageId=7054 Severity=Success @@ -11719,6 +14485,9 @@ SymbolicName=ERROR_CTX_LICENSE_NOT_AVAILABLE Language=English ERROR_CTX_LICENSE_NOT_AVAILABLE - The system has reached its licensed logon limit. Please try again later. . +Language=Russian +ERROR_CTX_LICENSE_NOT_AVAILABLE - The system has reached its licensed logon limit. Please try again later. +. MessageId=7055 Severity=Success @@ -11727,6 +14496,9 @@ SymbolicName=ERROR_CTX_LICENSE_CLIENT_INVALID Language=English ERROR_CTX_LICENSE_CLIENT_INVALID - The client you are using is not licensed to use this system. Your logon request is denied. . +Language=Russian +ERROR_CTX_LICENSE_CLIENT_INVALID - The client you are using is not licensed to use this system. Your logon request is denied. +. MessageId=7056 Severity=Success @@ -11735,6 +14507,9 @@ SymbolicName=ERROR_CTX_LICENSE_EXPIRED Language=English ERROR_CTX_LICENSE_EXPIRED - The system license has expired. Your logon request is denied. . +Language=Russian +ERROR_CTX_LICENSE_EXPIRED - The system license has expired. Your logon request is denied. +. MessageId=7057 Severity=Success @@ -11743,6 +14518,9 @@ SymbolicName=ERROR_CTX_SHADOW_NOT_RUNNING Language=English ERROR_CTX_SHADOW_NOT_RUNNING - Remote control could not be terminated because the specified session is not currently being remotely controlled. . +Language=Russian +ERROR_CTX_SHADOW_NOT_RUNNING - Remote control could not be terminated because the specified session is not currently being remotely controlled. +. MessageId=7058 Severity=Success @@ -11751,6 +14529,9 @@ SymbolicName=ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE Language=English ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE - The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported. . +Language=Russian +ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE - The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported. +. MessageId=7059 Severity=Success @@ -11759,6 +14540,9 @@ SymbolicName=ERROR_ACTIVATION_COUNT_EXCEEDED Language=English ERROR_ACTIVATION_COUNT_EXCEEDED - Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared. . +Language=Russian +ERROR_ACTIVATION_COUNT_EXCEEDED - Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared. +. MessageId=7060 Severity=Success @@ -11767,6 +14551,9 @@ SymbolicName=ERROR_CTX_WINSTATIONS_DISABLED Language=English ERROR_CTX_WINSTATIONS_DISABLED - Remote logins are currently disabled. . +Language=Russian +ERROR_CTX_WINSTATIONS_DISABLED - Remote logins are currently disabled. +. MessageId=7061 Severity=Success @@ -11775,6 +14562,9 @@ SymbolicName=ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED Language=English ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED - You do not have the proper encryption level to access this Session. . +Language=Russian +ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED - You do not have the proper encryption level to access this Session. +. MessageId=7062 Severity=Success @@ -11783,6 +14573,9 @@ SymbolicName=ERROR_CTX_SESSION_IN_USE Language=English ERROR_CTX_SESSION_IN_USE - The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer. . +Language=Russian +ERROR_CTX_SESSION_IN_USE - The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer. +. MessageId=7063 Severity=Success @@ -11791,6 +14584,9 @@ SymbolicName=ERROR_CTX_NO_FORCE_LOGOFF Language=English ERROR_CTX_NO_FORCE_LOGOFF - The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off. . +Language=Russian +ERROR_CTX_NO_FORCE_LOGOFF - The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off. +. MessageId=7064 Severity=Success @@ -11799,6 +14595,9 @@ SymbolicName=ERROR_CTX_ACCOUNT_RESTRICTION Language=English ERROR_CTX_ACCOUNT_RESTRICTION - Unable to log you on because of an account restriction. . +Language=Russian +ERROR_CTX_ACCOUNT_RESTRICTION - Unable to log you on because of an account restriction. +. MessageId=7065 Severity=Success @@ -11807,6 +14606,9 @@ SymbolicName=ERROR_RDP_PROTOCOL_ERROR Language=English ERROR_RDP_PROTOCOL_ERROR - The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client. . +Language=Russian +ERROR_RDP_PROTOCOL_ERROR - The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client. +. MessageId=7066 Severity=Success @@ -11815,6 +14617,9 @@ SymbolicName=ERROR_CTX_CDM_CONNECT Language=English ERROR_CTX_CDM_CONNECT - The Client Drive Mapping Service Has Connected on Terminal Connection. . +Language=Russian +ERROR_CTX_CDM_CONNECT - The Client Drive Mapping Service Has Connected on Terminal Connection. +. MessageId=7067 Severity=Success @@ -11823,6 +14628,9 @@ SymbolicName=ERROR_CTX_CDM_DISCONNECT Language=English ERROR_CTX_CDM_DISCONNECT - The Client Drive Mapping Service Has Disconnected on Terminal Connection. . +Language=Russian +ERROR_CTX_CDM_DISCONNECT - The Client Drive Mapping Service Has Disconnected on Terminal Connection. +. MessageId=8001 Severity=Success @@ -11831,6 +14639,9 @@ SymbolicName=FRS_ERR_INVALID_API_SEQUENCE Language=English FRS_ERR_INVALID_API_SEQUENCE - The file replication service API was called incorrectly. . +Language=Russian +FRS_ERR_INVALID_API_SEQUENCE - The file replication service API was called incorrectly. +. MessageId=8002 Severity=Success @@ -11839,6 +14650,9 @@ SymbolicName=FRS_ERR_STARTING_SERVICE Language=English FRS_ERR_STARTING_SERVICE - The file replication service cannot be started. . +Language=Russian +FRS_ERR_STARTING_SERVICE - The file replication service cannot be started. +. MessageId=8003 Severity=Success @@ -11847,6 +14661,9 @@ SymbolicName=FRS_ERR_STOPPING_SERVICE Language=English FRS_ERR_STOPPING_SERVICE - The file replication service cannot be stopped. . +Language=Russian +FRS_ERR_STOPPING_SERVICE - The file replication service cannot be stopped. +. MessageId=8004 Severity=Success @@ -11855,6 +14672,9 @@ SymbolicName=FRS_ERR_INTERNAL_API Language=English FRS_ERR_INTERNAL_API - The file replication service API terminated the request. The event log may have more information. . +Language=Russian +FRS_ERR_INTERNAL_API - The file replication service API terminated the request. The event log may have more information. +. MessageId=8005 Severity=Success @@ -11863,6 +14683,9 @@ SymbolicName=FRS_ERR_INTERNAL Language=English FRS_ERR_INTERNAL - The file replication service terminated the request. The event log may have more information. . +Language=Russian +FRS_ERR_INTERNAL - The file replication service terminated the request. The event log may have more information. +. MessageId=8006 Severity=Success @@ -11871,6 +14694,9 @@ SymbolicName=FRS_ERR_SERVICE_COMM Language=English FRS_ERR_SERVICE_COMM - The file replication service cannot be contacted. The event log may have more information. . +Language=Russian +FRS_ERR_SERVICE_COMM - The file replication service cannot be contacted. The event log may have more information. +. MessageId=8007 Severity=Success @@ -11879,6 +14705,9 @@ SymbolicName=FRS_ERR_INSUFFICIENT_PRIV Language=English FRS_ERR_INSUFFICIENT_PRIV - The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information. . +Language=Russian +FRS_ERR_INSUFFICIENT_PRIV - The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information. +. MessageId=8008 Severity=Success @@ -11887,6 +14716,9 @@ SymbolicName=FRS_ERR_AUTHENTICATION Language=English FRS_ERR_AUTHENTICATION - The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information. . +Language=Russian +FRS_ERR_AUTHENTICATION - The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information. +. MessageId=8009 Severity=Success @@ -11895,6 +14727,9 @@ SymbolicName=FRS_ERR_PARENT_INSUFFICIENT_PRIV Language=English FRS_ERR_PARENT_INSUFFICIENT_PRIV - The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log may have more information. . +Language=Russian +FRS_ERR_PARENT_INSUFFICIENT_PRIV - The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log may have more information. +. MessageId=8010 Severity=Success @@ -11903,6 +14738,9 @@ SymbolicName=FRS_ERR_PARENT_AUTHENTICATION Language=English FRS_ERR_PARENT_AUTHENTICATION - The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log may have more information. . +Language=Russian +FRS_ERR_PARENT_AUTHENTICATION - The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log may have more information. +. MessageId=8011 Severity=Success @@ -11911,6 +14749,9 @@ SymbolicName=FRS_ERR_CHILD_TO_PARENT_COMM Language=English FRS_ERR_CHILD_TO_PARENT_COMM - The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information. . +Language=Russian +FRS_ERR_CHILD_TO_PARENT_COMM - The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information. +. MessageId=8012 Severity=Success @@ -11919,6 +14760,9 @@ SymbolicName=FRS_ERR_PARENT_TO_CHILD_COMM Language=English FRS_ERR_PARENT_TO_CHILD_COMM - The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log may have more information. . +Language=Russian +FRS_ERR_PARENT_TO_CHILD_COMM - The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log may have more information. +. MessageId=8013 Severity=Success @@ -11927,6 +14771,9 @@ SymbolicName=FRS_ERR_SYSVOL_POPULATE Language=English FRS_ERR_SYSVOL_POPULATE - The file replication service cannot populate the system volume because of an internal error. The event log may have more information. . +Language=Russian +FRS_ERR_SYSVOL_POPULATE - The file replication service cannot populate the system volume because of an internal error. The event log may have more information. +. MessageId=8014 Severity=Success @@ -11935,6 +14782,9 @@ SymbolicName=FRS_ERR_SYSVOL_POPULATE_TIMEOUT Language=English FRS_ERR_SYSVOL_POPULATE_TIMEOUT - The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information. . +Language=Russian +FRS_ERR_SYSVOL_POPULATE_TIMEOUT - The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information. +. MessageId=8015 Severity=Success @@ -11943,6 +14793,9 @@ SymbolicName=FRS_ERR_SYSVOL_IS_BUSY Language=English FRS_ERR_SYSVOL_IS_BUSY - The file replication service cannot process the request. The system volume is busy with a previous request. . +Language=Russian +FRS_ERR_SYSVOL_IS_BUSY - The file replication service cannot process the request. The system volume is busy with a previous request. +. MessageId=8016 Severity=Success @@ -11951,6 +14804,9 @@ SymbolicName=FRS_ERR_SYSVOL_DEMOTE Language=English FRS_ERR_SYSVOL_DEMOTE - The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information. . +Language=Russian +FRS_ERR_SYSVOL_DEMOTE - The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information. +. MessageId=8017 Severity=Success @@ -11959,6 +14815,9 @@ SymbolicName=FRS_ERR_INVALID_SERVICE_PARAMETER Language=English FRS_ERR_INVALID_SERVICE_PARAMETER - The file replication service detected an invalid parameter. . +Language=Russian +FRS_ERR_INVALID_SERVICE_PARAMETER - The file replication service detected an invalid parameter. +. MessageId=8200 Severity=Success @@ -11967,6 +14826,9 @@ SymbolicName=ERROR_DS_NOT_INSTALLED Language=English ERROR_DS_NOT_INSTALLED - An error occurred while installing the directory service. For more information, see the event log. . +Language=Russian +ERROR_DS_NOT_INSTALLED - An error occurred while installing the directory service. For more information, see the event log. +. MessageId=8201 Severity=Success @@ -11975,6 +14837,9 @@ SymbolicName=ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY Language=English ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY - The directory service evaluated group memberships locally. . +Language=Russian +ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY - The directory service evaluated group memberships locally. +. MessageId=8202 Severity=Success @@ -11983,6 +14848,9 @@ SymbolicName=ERROR_DS_NO_ATTRIBUTE_OR_VALUE Language=English ERROR_DS_NO_ATTRIBUTE_OR_VALUE - The specified directory service attribute or value does not exist. . +Language=Russian +ERROR_DS_NO_ATTRIBUTE_OR_VALUE - The specified directory service attribute or value does not exist. +. MessageId=8203 Severity=Success @@ -11991,6 +14859,9 @@ SymbolicName=ERROR_DS_INVALID_ATTRIBUTE_SYNTAX Language=English ERROR_DS_INVALID_ATTRIBUTE_SYNTAX - The attribute syntax specified to the directory service is invalid. . +Language=Russian +ERROR_DS_INVALID_ATTRIBUTE_SYNTAX - The attribute syntax specified to the directory service is invalid. +. MessageId=8204 Severity=Success @@ -11999,6 +14870,9 @@ SymbolicName=ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED Language=English ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED - The attribute type specified to the directory service is not defined. . +Language=Russian +ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED - The attribute type specified to the directory service is not defined. +. MessageId=8205 Severity=Success @@ -12007,6 +14881,9 @@ SymbolicName=ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS Language=English ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS - The specified directory service attribute or value already exists. . +Language=Russian +ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS - The specified directory service attribute or value already exists. +. MessageId=8206 Severity=Success @@ -12015,6 +14892,9 @@ SymbolicName=ERROR_DS_BUSY Language=English ERROR_DS_BUSY - The directory service is busy. . +Language=Russian +ERROR_DS_BUSY - The directory service is busy. +. MessageId=8207 Severity=Success @@ -12023,6 +14903,9 @@ SymbolicName=ERROR_DS_UNAVAILABLE Language=English ERROR_DS_UNAVAILABLE - The directory service is unavailable. . +Language=Russian +ERROR_DS_UNAVAILABLE - The directory service is unavailable. +. MessageId=8208 Severity=Success @@ -12031,6 +14914,9 @@ SymbolicName=ERROR_DS_NO_RIDS_ALLOCATED Language=English ERROR_DS_NO_RIDS_ALLOCATED - The directory service was unable to allocate a relative identifier. . +Language=Russian +ERROR_DS_NO_RIDS_ALLOCATED - The directory service was unable to allocate a relative identifier. +. MessageId=8209 Severity=Success @@ -12039,6 +14925,9 @@ SymbolicName=ERROR_DS_NO_MORE_RIDS Language=English ERROR_DS_NO_MORE_RIDS - The directory service has exhausted the pool of relative identifiers. . +Language=Russian +ERROR_DS_NO_MORE_RIDS - The directory service has exhausted the pool of relative identifiers. +. MessageId=8210 Severity=Success @@ -12047,6 +14936,9 @@ SymbolicName=ERROR_DS_INCORRECT_ROLE_OWNER Language=English ERROR_DS_INCORRECT_ROLE_OWNER - The requested operation could not be performed because the directory service is not the master for that type of operation. . +Language=Russian +ERROR_DS_INCORRECT_ROLE_OWNER - The requested operation could not be performed because the directory service is not the master for that type of operation. +. MessageId=8211 Severity=Success @@ -12055,6 +14947,9 @@ SymbolicName=ERROR_DS_RIDMGR_INIT_ERROR Language=English ERROR_DS_RIDMGR_INIT_ERROR - The directory service was unable to initialize the subsystem that allocates relative identifiers. . +Language=Russian +ERROR_DS_RIDMGR_INIT_ERROR - The directory service was unable to initialize the subsystem that allocates relative identifiers. +. MessageId=8212 Severity=Success @@ -12063,6 +14958,9 @@ SymbolicName=ERROR_DS_OBJ_CLASS_VIOLATION Language=English ERROR_DS_OBJ_CLASS_VIOLATION - The requested operation did not satisfy one or more constraints associated with the class of the object. . +Language=Russian +ERROR_DS_OBJ_CLASS_VIOLATION - The requested operation did not satisfy one or more constraints associated with the class of the object. +. MessageId=8213 Severity=Success @@ -12071,6 +14969,9 @@ SymbolicName=ERROR_DS_CANT_ON_NON_LEAF Language=English ERROR_DS_CANT_ON_NON_LEAF - The directory service can perform the requested operation only on a leaf object. . +Language=Russian +ERROR_DS_CANT_ON_NON_LEAF - The directory service can perform the requested operation only on a leaf object. +. MessageId=8214 Severity=Success @@ -12079,6 +14980,9 @@ SymbolicName=ERROR_DS_CANT_ON_RDN Language=English ERROR_DS_CANT_ON_RDN - The directory service cannot perform the requested operation on the RDN attribute of an object. . +Language=Russian +ERROR_DS_CANT_ON_RDN - The directory service cannot perform the requested operation on the RDN attribute of an object. +. MessageId=8215 Severity=Success @@ -12087,6 +14991,9 @@ SymbolicName=ERROR_DS_CANT_MOD_OBJ_CLASS Language=English ERROR_DS_CANT_MOD_OBJ_CLASS - The directory service detected an attempt to modify the object class of an object. . +Language=Russian +ERROR_DS_CANT_MOD_OBJ_CLASS - The directory service detected an attempt to modify the object class of an object. +. MessageId=8216 Severity=Success @@ -12095,6 +15002,9 @@ SymbolicName=ERROR_DS_CROSS_DOM_MOVE_ERROR Language=English ERROR_DS_CROSS_DOM_MOVE_ERROR - The requested cross-domain move operation could not be performed. . +Language=Russian +ERROR_DS_CROSS_DOM_MOVE_ERROR - The requested cross-domain move operation could not be performed. +. MessageId=8217 Severity=Success @@ -12103,6 +15013,9 @@ SymbolicName=ERROR_DS_GC_NOT_AVAILABLE Language=English ERROR_DS_GC_NOT_AVAILABLE - Unable to contact the global catalog server. . +Language=Russian +ERROR_DS_GC_NOT_AVAILABLE - Unable to contact the global catalog server. +. MessageId=8218 Severity=Success @@ -12111,6 +15024,9 @@ SymbolicName=ERROR_SHARED_POLICY Language=English ERROR_SHARED_POLICY - The policy object is shared and can only be modified at the root. . +Language=Russian +ERROR_SHARED_POLICY - The policy object is shared and can only be modified at the root. +. MessageId=8219 Severity=Success @@ -12119,6 +15035,9 @@ SymbolicName=ERROR_POLICY_OBJECT_NOT_FOUND Language=English ERROR_POLICY_OBJECT_NOT_FOUND - The policy object does not exist. . +Language=Russian +ERROR_POLICY_OBJECT_NOT_FOUND - The policy object does not exist. +. MessageId=8220 Severity=Success @@ -12127,6 +15046,9 @@ SymbolicName=ERROR_POLICY_ONLY_IN_DS Language=English ERROR_POLICY_ONLY_IN_DS - The requested policy information is only in the directory service. . +Language=Russian +ERROR_POLICY_ONLY_IN_DS - The requested policy information is only in the directory service. +. MessageId=8221 Severity=Success @@ -12135,6 +15057,9 @@ SymbolicName=ERROR_PROMOTION_ACTIVE Language=English ERROR_PROMOTION_ACTIVE - A domain controller promotion is currently active. . +Language=Russian +ERROR_PROMOTION_ACTIVE - A domain controller promotion is currently active. +. MessageId=8222 Severity=Success @@ -12143,6 +15068,9 @@ SymbolicName=ERROR_NO_PROMOTION_ACTIVE Language=English ERROR_NO_PROMOTION_ACTIVE - A domain controller promotion is not currently active . +Language=Russian +ERROR_NO_PROMOTION_ACTIVE - A domain controller promotion is not currently active +. MessageId=8224 Severity=Success @@ -12151,6 +15079,9 @@ SymbolicName=ERROR_DS_OPERATIONS_ERROR Language=English ERROR_DS_OPERATIONS_ERROR - An operations error occurred. . +Language=Russian +ERROR_DS_OPERATIONS_ERROR - An operations error occurred. +. MessageId=8225 Severity=Success @@ -12159,6 +15090,9 @@ SymbolicName=ERROR_DS_PROTOCOL_ERROR Language=English ERROR_DS_PROTOCOL_ERROR - A protocol error occurred. . +Language=Russian +ERROR_DS_PROTOCOL_ERROR - A protocol error occurred. +. MessageId=8226 Severity=Success @@ -12167,6 +15101,9 @@ SymbolicName=ERROR_DS_TIMELIMIT_EXCEEDED Language=English ERROR_DS_TIMELIMIT_EXCEEDED - The time limit for this request was exceeded. . +Language=Russian +ERROR_DS_TIMELIMIT_EXCEEDED - The time limit for this request was exceeded. +. MessageId=8227 Severity=Success @@ -12175,6 +15112,9 @@ SymbolicName=ERROR_DS_SIZELIMIT_EXCEEDED Language=English ERROR_DS_SIZELIMIT_EXCEEDED - The size limit for this request was exceeded. . +Language=Russian +ERROR_DS_SIZELIMIT_EXCEEDED - The size limit for this request was exceeded. +. MessageId=8228 Severity=Success @@ -12183,6 +15123,9 @@ SymbolicName=ERROR_DS_ADMIN_LIMIT_EXCEEDED Language=English ERROR_DS_ADMIN_LIMIT_EXCEEDED - The administrative limit for this request was exceeded. . +Language=Russian +ERROR_DS_ADMIN_LIMIT_EXCEEDED - The administrative limit for this request was exceeded. +. MessageId=8229 Severity=Success @@ -12191,6 +15134,9 @@ SymbolicName=ERROR_DS_COMPARE_FALSE Language=English ERROR_DS_COMPARE_FALSE - The compare response was false. . +Language=Russian +ERROR_DS_COMPARE_FALSE - The compare response was false. +. MessageId=8230 Severity=Success @@ -12199,6 +15145,9 @@ SymbolicName=ERROR_DS_COMPARE_TRUE Language=English ERROR_DS_COMPARE_TRUE - The compare response was true. . +Language=Russian +ERROR_DS_COMPARE_TRUE - The compare response was true. +. MessageId=8231 Severity=Success @@ -12207,6 +15156,9 @@ SymbolicName=ERROR_DS_AUTH_METHOD_NOT_SUPPORTED Language=English ERROR_DS_AUTH_METHOD_NOT_SUPPORTED - The requested authentication method is not supported by the server. . +Language=Russian +ERROR_DS_AUTH_METHOD_NOT_SUPPORTED - The requested authentication method is not supported by the server. +. MessageId=8232 Severity=Success @@ -12215,6 +15167,9 @@ SymbolicName=ERROR_DS_STRONG_AUTH_REQUIRED Language=English ERROR_DS_STRONG_AUTH_REQUIRED - A more secure authentication method is required for this server. . +Language=Russian +ERROR_DS_STRONG_AUTH_REQUIRED - A more secure authentication method is required for this server. +. MessageId=8233 Severity=Success @@ -12223,6 +15178,9 @@ SymbolicName=ERROR_DS_INAPPROPRIATE_AUTH Language=English ERROR_DS_INAPPROPRIATE_AUTH - Inappropriate authentication. . +Language=Russian +ERROR_DS_INAPPROPRIATE_AUTH - Inappropriate authentication. +. MessageId=8234 Severity=Success @@ -12231,6 +15189,9 @@ SymbolicName=ERROR_DS_AUTH_UNKNOWN Language=English ERROR_DS_AUTH_UNKNOWN - The authentication mechanism is unknown. . +Language=Russian +ERROR_DS_AUTH_UNKNOWN - The authentication mechanism is unknown. +. MessageId=8235 Severity=Success @@ -12239,6 +15200,9 @@ SymbolicName=ERROR_DS_REFERRAL Language=English ERROR_DS_REFERRAL - A referral was returned from the server. . +Language=Russian +ERROR_DS_REFERRAL - A referral was returned from the server. +. MessageId=8236 Severity=Success @@ -12247,6 +15211,9 @@ SymbolicName=ERROR_DS_UNAVAILABLE_CRIT_EXTENSION Language=English ERROR_DS_UNAVAILABLE_CRIT_EXTENSION - The server does not support the requested critical extension. . +Language=Russian +ERROR_DS_UNAVAILABLE_CRIT_EXTENSION - The server does not support the requested critical extension. +. MessageId=8237 Severity=Success @@ -12255,6 +15222,9 @@ SymbolicName=ERROR_DS_CONFIDENTIALITY_REQUIRED Language=English ERROR_DS_CONFIDENTIALITY_REQUIRED - This request requires a secure connection. . +Language=Russian +ERROR_DS_CONFIDENTIALITY_REQUIRED - This request requires a secure connection. +. MessageId=8238 Severity=Success @@ -12263,6 +15233,9 @@ SymbolicName=ERROR_DS_INAPPROPRIATE_MATCHING Language=English ERROR_DS_INAPPROPRIATE_MATCHING - Inappropriate matching. . +Language=Russian +ERROR_DS_INAPPROPRIATE_MATCHING - Inappropriate matching. +. MessageId=8239 Severity=Success @@ -12271,6 +15244,9 @@ SymbolicName=ERROR_DS_CONSTRAINT_VIOLATION Language=English ERROR_DS_CONSTRAINT_VIOLATION - A constraint violation occurred. . +Language=Russian +ERROR_DS_CONSTRAINT_VIOLATION - A constraint violation occurred. +. MessageId=8240 Severity=Success @@ -12279,6 +15255,9 @@ SymbolicName=ERROR_DS_NO_SUCH_OBJECT Language=English ERROR_DS_NO_SUCH_OBJECT - There is no such object on the server. . +Language=Russian +ERROR_DS_NO_SUCH_OBJECT - There is no such object on the server. +. MessageId=8241 Severity=Success @@ -12287,6 +15266,9 @@ SymbolicName=ERROR_DS_ALIAS_PROBLEM Language=English ERROR_DS_ALIAS_PROBLEM - There is an alias problem. . +Language=Russian +ERROR_DS_ALIAS_PROBLEM - There is an alias problem. +. MessageId=8242 Severity=Success @@ -12295,6 +15277,9 @@ SymbolicName=ERROR_DS_INVALID_DN_SYNTAX Language=English ERROR_DS_INVALID_DN_SYNTAX - An invalid dn syntax has been specified. . +Language=Russian +ERROR_DS_INVALID_DN_SYNTAX - An invalid dn syntax has been specified. +. MessageId=8243 Severity=Success @@ -12303,6 +15288,9 @@ SymbolicName=ERROR_DS_IS_LEAF Language=English ERROR_DS_IS_LEAF - The object is a leaf object. . +Language=Russian +ERROR_DS_IS_LEAF - The object is a leaf object. +. MessageId=8244 Severity=Success @@ -12311,6 +15299,9 @@ SymbolicName=ERROR_DS_ALIAS_DEREF_PROBLEM Language=English ERROR_DS_ALIAS_DEREF_PROBLEM - There is an alias dereferencing problem. . +Language=Russian +ERROR_DS_ALIAS_DEREF_PROBLEM - There is an alias dereferencing problem. +. MessageId=8245 Severity=Success @@ -12319,6 +15310,9 @@ SymbolicName=ERROR_DS_UNWILLING_TO_PERFORM Language=English ERROR_DS_UNWILLING_TO_PERFORM - The server is unwilling to process the request. . +Language=Russian +ERROR_DS_UNWILLING_TO_PERFORM - The server is unwilling to process the request. +. MessageId=8246 Severity=Success @@ -12327,6 +15321,9 @@ SymbolicName=ERROR_DS_LOOP_DETECT Language=English ERROR_DS_LOOP_DETECT - A loop has been detected. . +Language=Russian +ERROR_DS_LOOP_DETECT - A loop has been detected. +. MessageId=8247 Severity=Success @@ -12335,6 +15332,9 @@ SymbolicName=ERROR_DS_NAMING_VIOLATION Language=English ERROR_DS_NAMING_VIOLATION - There is a naming violation. . +Language=Russian +ERROR_DS_NAMING_VIOLATION - There is a naming violation. +. MessageId=8248 Severity=Success @@ -12343,6 +15343,9 @@ SymbolicName=ERROR_DS_OBJECT_RESULTS_TOO_LARGE Language=English ERROR_DS_OBJECT_RESULTS_TOO_LARGE - The result set is too large. . +Language=Russian +ERROR_DS_OBJECT_RESULTS_TOO_LARGE - The result set is too large. +. MessageId=8249 Severity=Success @@ -12351,6 +15354,9 @@ SymbolicName=ERROR_DS_AFFECTS_MULTIPLE_DSAS Language=English ERROR_DS_AFFECTS_MULTIPLE_DSAS - The operation affects multiple DSAs . +Language=Russian +ERROR_DS_AFFECTS_MULTIPLE_DSAS - The operation affects multiple DSAs +. MessageId=8250 Severity=Success @@ -12359,6 +15365,9 @@ SymbolicName=ERROR_DS_SERVER_DOWN Language=English ERROR_DS_SERVER_DOWN - The server is not operational. . +Language=Russian +ERROR_DS_SERVER_DOWN - The server is not operational. +. MessageId=8251 Severity=Success @@ -12367,6 +15376,9 @@ SymbolicName=ERROR_DS_LOCAL_ERROR Language=English ERROR_DS_LOCAL_ERROR - A local error has occurred. . +Language=Russian +ERROR_DS_LOCAL_ERROR - A local error has occurred. +. MessageId=8252 Severity=Success @@ -12375,6 +15387,9 @@ SymbolicName=ERROR_DS_ENCODING_ERROR Language=English ERROR_DS_ENCODING_ERROR - An encoding error has occurred. . +Language=Russian +ERROR_DS_ENCODING_ERROR - An encoding error has occurred. +. MessageId=8253 Severity=Success @@ -12383,6 +15398,9 @@ SymbolicName=ERROR_DS_DECODING_ERROR Language=English ERROR_DS_DECODING_ERROR - A decoding error has occurred. . +Language=Russian +ERROR_DS_DECODING_ERROR - A decoding error has occurred. +. MessageId=8254 Severity=Success @@ -12391,6 +15409,9 @@ SymbolicName=ERROR_DS_FILTER_UNKNOWN Language=English ERROR_DS_FILTER_UNKNOWN - The search filter cannot be recognized. . +Language=Russian +ERROR_DS_FILTER_UNKNOWN - The search filter cannot be recognized. +. MessageId=8255 Severity=Success @@ -12399,6 +15420,9 @@ SymbolicName=ERROR_DS_PARAM_ERROR Language=English ERROR_DS_PARAM_ERROR - One or more parameters are illegal. . +Language=Russian +ERROR_DS_PARAM_ERROR - One or more parameters are illegal. +. MessageId=8256 Severity=Success @@ -12407,6 +15431,9 @@ SymbolicName=ERROR_DS_NOT_SUPPORTED Language=English ERROR_DS_NOT_SUPPORTED - The specified method is not supported. . +Language=Russian +ERROR_DS_NOT_SUPPORTED - The specified method is not supported. +. MessageId=8257 Severity=Success @@ -12415,6 +15442,9 @@ SymbolicName=ERROR_DS_NO_RESULTS_RETURNED Language=English ERROR_DS_NO_RESULTS_RETURNED - No results were returned. . +Language=Russian +ERROR_DS_NO_RESULTS_RETURNED - No results were returned. +. MessageId=8258 Severity=Success @@ -12423,6 +15453,9 @@ SymbolicName=ERROR_DS_CONTROL_NOT_FOUND Language=English ERROR_DS_CONTROL_NOT_FOUND - The specified control is not supported by the server. . +Language=Russian +ERROR_DS_CONTROL_NOT_FOUND - The specified control is not supported by the server. +. MessageId=8259 Severity=Success @@ -12431,6 +15464,9 @@ SymbolicName=ERROR_DS_CLIENT_LOOP Language=English ERROR_DS_CLIENT_LOOP - A referral loop was detected by the client. . +Language=Russian +ERROR_DS_CLIENT_LOOP - A referral loop was detected by the client. +. MessageId=8260 Severity=Success @@ -12439,6 +15475,9 @@ SymbolicName=ERROR_DS_REFERRAL_LIMIT_EXCEEDED Language=English ERROR_DS_REFERRAL_LIMIT_EXCEEDED - The preset referral limit was exceeded. . +Language=Russian +ERROR_DS_REFERRAL_LIMIT_EXCEEDED - The preset referral limit was exceeded. +. MessageId=8261 Severity=Success @@ -12447,6 +15486,9 @@ SymbolicName=ERROR_DS_SORT_CONTROL_MISSING Language=English ERROR_DS_SORT_CONTROL_MISSING - The search requires a SORT control. . +Language=Russian +ERROR_DS_SORT_CONTROL_MISSING - The search requires a SORT control. +. MessageId=8262 Severity=Success @@ -12455,6 +15497,9 @@ SymbolicName=ERROR_DS_OFFSET_RANGE_ERROR Language=English ERROR_DS_OFFSET_RANGE_ERROR - The search results exceed the offset range specified. . +Language=Russian +ERROR_DS_OFFSET_RANGE_ERROR - The search results exceed the offset range specified. +. MessageId=8301 Severity=Success @@ -12463,6 +15508,9 @@ SymbolicName=ERROR_DS_ROOT_MUST_BE_NC Language=English ERROR_DS_ROOT_MUST_BE_NC - The root object must be the head of a naming context. The root object cannot have an instantiated parent. . +Language=Russian +ERROR_DS_ROOT_MUST_BE_NC - The root object must be the head of a naming context. The root object cannot have an instantiated parent. +. MessageId=8302 Severity=Success @@ -12471,6 +15519,9 @@ SymbolicName=ERROR_DS_ADD_REPLICA_INHIBITED Language=English ERROR_DS_ADD_REPLICA_INHIBITED - The add replica operation cannot be performed. The naming context must be writeable in order to create the replica. . +Language=Russian +ERROR_DS_ADD_REPLICA_INHIBITED - The add replica operation cannot be performed. The naming context must be writeable in order to create the replica. +. MessageId=8303 Severity=Success @@ -12479,6 +15530,9 @@ SymbolicName=ERROR_DS_ATT_NOT_DEF_IN_SCHEMA Language=English ERROR_DS_ATT_NOT_DEF_IN_SCHEMA - A reference to an attribute that is not defined in the schema occurred. . +Language=Russian +ERROR_DS_ATT_NOT_DEF_IN_SCHEMA - A reference to an attribute that is not defined in the schema occurred. +. MessageId=8304 Severity=Success @@ -12487,6 +15541,9 @@ SymbolicName=ERROR_DS_MAX_OBJ_SIZE_EXCEEDED Language=English ERROR_DS_MAX_OBJ_SIZE_EXCEEDED - The maximum size of an object has been exceeded. . +Language=Russian +ERROR_DS_MAX_OBJ_SIZE_EXCEEDED - The maximum size of an object has been exceeded. +. MessageId=8305 Severity=Success @@ -12495,6 +15552,9 @@ SymbolicName=ERROR_DS_OBJ_STRING_NAME_EXISTS Language=English ERROR_DS_OBJ_STRING_NAME_EXISTS - An attempt was made to add an object to the directory with a name that is already in use. . +Language=Russian +ERROR_DS_OBJ_STRING_NAME_EXISTS - An attempt was made to add an object to the directory with a name that is already in use. +. MessageId=8306 Severity=Success @@ -12503,6 +15563,9 @@ SymbolicName=ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA Language=English ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA - An attempt was made to add an object of a class that does not have an RDN defined in the schema. . +Language=Russian +ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA - An attempt was made to add an object of a class that does not have an RDN defined in the schema. +. MessageId=8307 Severity=Success @@ -12511,6 +15574,9 @@ SymbolicName=ERROR_DS_RDN_DOESNT_MATCH_SCHEMA Language=English ERROR_DS_RDN_DOESNT_MATCH_SCHEMA - An attempt was made to add an object using an RDN that is not the RDN defined in the schema. . +Language=Russian +ERROR_DS_RDN_DOESNT_MATCH_SCHEMA - An attempt was made to add an object using an RDN that is not the RDN defined in the schema. +. MessageId=8308 Severity=Success @@ -12519,6 +15585,9 @@ SymbolicName=ERROR_DS_NO_REQUESTED_ATTS_FOUND Language=English ERROR_DS_NO_REQUESTED_ATTS_FOUND - None of the requested attributes were found on the objects. . +Language=Russian +ERROR_DS_NO_REQUESTED_ATTS_FOUND - None of the requested attributes were found on the objects. +. MessageId=8309 Severity=Success @@ -12527,6 +15596,9 @@ SymbolicName=ERROR_DS_USER_BUFFER_TO_SMALL Language=English ERROR_DS_USER_BUFFER_TO_SMALL - The user buffer is too small. . +Language=Russian +ERROR_DS_USER_BUFFER_TO_SMALL - The user buffer is too small. +. MessageId=8310 Severity=Success @@ -12535,6 +15607,9 @@ SymbolicName=ERROR_DS_ATT_IS_NOT_ON_OBJ Language=English ERROR_DS_ATT_IS_NOT_ON_OBJ - The attribute specified in the operation is not present on the object. . +Language=Russian +ERROR_DS_ATT_IS_NOT_ON_OBJ - The attribute specified in the operation is not present on the object. +. MessageId=8311 Severity=Success @@ -12543,6 +15618,9 @@ SymbolicName=ERROR_DS_ILLEGAL_MOD_OPERATION Language=English ERROR_DS_ILLEGAL_MOD_OPERATION - Illegal modify operation. Some aspect of the modification is not permitted. . +Language=Russian +ERROR_DS_ILLEGAL_MOD_OPERATION - Illegal modify operation. Some aspect of the modification is not permitted. +. MessageId=8312 Severity=Success @@ -12551,6 +15629,9 @@ SymbolicName=ERROR_DS_OBJ_TOO_LARGE Language=English ERROR_DS_OBJ_TOO_LARGE - The specified object is too large. . +Language=Russian +ERROR_DS_OBJ_TOO_LARGE - The specified object is too large. +. MessageId=8313 Severity=Success @@ -12559,6 +15640,9 @@ SymbolicName=ERROR_DS_BAD_INSTANCE_TYPE Language=English ERROR_DS_BAD_INSTANCE_TYPE - The specified instance type is not valid. . +Language=Russian +ERROR_DS_BAD_INSTANCE_TYPE - The specified instance type is not valid. +. MessageId=8314 Severity=Success @@ -12567,6 +15651,9 @@ SymbolicName=ERROR_DS_MASTERDSA_REQUIRED Language=English ERROR_DS_MASTERDSA_REQUIRED - The operation must be performed at a master DSA. . +Language=Russian +ERROR_DS_MASTERDSA_REQUIRED - The operation must be performed at a master DSA. +. MessageId=8315 Severity=Success @@ -12575,6 +15662,9 @@ SymbolicName=ERROR_DS_OBJECT_CLASS_REQUIRED Language=English ERROR_DS_OBJECT_CLASS_REQUIRED - The object class attribute must be specified. . +Language=Russian +ERROR_DS_OBJECT_CLASS_REQUIRED - The object class attribute must be specified. +. MessageId=8316 Severity=Success @@ -12583,6 +15673,9 @@ SymbolicName=ERROR_DS_MISSING_REQUIRED_ATT Language=English ERROR_DS_MISSING_REQUIRED_ATT - A required attribute is missing. . +Language=Russian +ERROR_DS_MISSING_REQUIRED_ATT - A required attribute is missing. +. MessageId=8317 Severity=Success @@ -12591,6 +15684,9 @@ SymbolicName=ERROR_DS_ATT_NOT_DEF_FOR_CLASS Language=English ERROR_DS_ATT_NOT_DEF_FOR_CLASS - An attempt was made to modify an object to include an attribute that is not legal for its class . +Language=Russian +ERROR_DS_ATT_NOT_DEF_FOR_CLASS - An attempt was made to modify an object to include an attribute that is not legal for its class +. MessageId=8318 Severity=Success @@ -12599,6 +15695,9 @@ SymbolicName=ERROR_DS_ATT_ALREADY_EXISTS Language=English ERROR_DS_ATT_ALREADY_EXISTS - The specified attribute is already present on the object. . +Language=Russian +ERROR_DS_ATT_ALREADY_EXISTS - The specified attribute is already present on the object. +. MessageId=8320 Severity=Success @@ -12607,6 +15706,9 @@ SymbolicName=ERROR_DS_CANT_ADD_ATT_VALUES Language=English ERROR_DS_CANT_ADD_ATT_VALUES - The specified attribute is not present, or has no values. . +Language=Russian +ERROR_DS_CANT_ADD_ATT_VALUES - The specified attribute is not present, or has no values. +. MessageId=8321 Severity=Success @@ -12615,6 +15717,9 @@ SymbolicName=ERROR_DS_SINGLE_VALUE_CONSTRAINT Language=English ERROR_DS_SINGLE_VALUE_CONSTRAINT - Multiple values were specified for an attribute that can have only one value. . +Language=Russian +ERROR_DS_SINGLE_VALUE_CONSTRAINT - Multiple values were specified for an attribute that can have only one value. +. MessageId=8322 Severity=Success @@ -12623,6 +15728,9 @@ SymbolicName=ERROR_DS_RANGE_CONSTRAINT Language=English ERROR_DS_RANGE_CONSTRAINT - A value for the attribute was not in the acceptable range of values. . +Language=Russian +ERROR_DS_RANGE_CONSTRAINT - A value for the attribute was not in the acceptable range of values. +. MessageId=8323 Severity=Success @@ -12631,6 +15739,9 @@ SymbolicName=ERROR_DS_ATT_VAL_ALREADY_EXISTS Language=English ERROR_DS_ATT_VAL_ALREADY_EXISTS - The specified value already exists. . +Language=Russian +ERROR_DS_ATT_VAL_ALREADY_EXISTS - The specified value already exists. +. MessageId=8324 Severity=Success @@ -12639,6 +15750,9 @@ SymbolicName=ERROR_DS_CANT_REM_MISSING_ATT Language=English ERROR_DS_CANT_REM_MISSING_ATT - The attribute cannot be removed because it is not present on the object. . +Language=Russian +ERROR_DS_CANT_REM_MISSING_ATT - The attribute cannot be removed because it is not present on the object. +. MessageId=8325 Severity=Success @@ -12647,6 +15761,9 @@ SymbolicName=ERROR_DS_CANT_REM_MISSING_ATT_VAL Language=English ERROR_DS_CANT_REM_MISSING_ATT_VAL - The attribute value cannot be removed because it is not present on the object. . +Language=Russian +ERROR_DS_CANT_REM_MISSING_ATT_VAL - The attribute value cannot be removed because it is not present on the object. +. MessageId=8326 Severity=Success @@ -12655,6 +15772,9 @@ SymbolicName=ERROR_DS_ROOT_CANT_BE_SUBREF Language=English ERROR_DS_ROOT_CANT_BE_SUBREF - The specified root object cannot be a subref. . +Language=Russian +ERROR_DS_ROOT_CANT_BE_SUBREF - The specified root object cannot be a subref. +. MessageId=8327 Severity=Success @@ -12663,6 +15783,9 @@ SymbolicName=ERROR_DS_NO_CHAINING Language=English ERROR_DS_NO_CHAINING - Chaining is not permitted. . +Language=Russian +ERROR_DS_NO_CHAINING - Chaining is not permitted. +. MessageId=8328 Severity=Success @@ -12671,6 +15794,9 @@ SymbolicName=ERROR_DS_NO_CHAINED_EVAL Language=English ERROR_DS_NO_CHAINED_EVAL - Chained evaluation is not permitted. . +Language=Russian +ERROR_DS_NO_CHAINED_EVAL - Chained evaluation is not permitted. +. MessageId=8329 Severity=Success @@ -12679,6 +15805,9 @@ SymbolicName=ERROR_DS_NO_PARENT_OBJECT Language=English ERROR_DS_NO_PARENT_OBJECT - The operation could not be performed because the object's parent is either uninstantiated or deleted. . +Language=Russian +ERROR_DS_NO_PARENT_OBJECT - The operation could not be performed because the object's parent is either uninstantiated or deleted. +. MessageId=8330 Severity=Success @@ -12687,6 +15816,9 @@ SymbolicName=ERROR_DS_PARENT_IS_AN_ALIAS Language=English ERROR_DS_PARENT_IS_AN_ALIAS - Having a parent that is an alias is not permitted. Aliases are leaf objects. . +Language=Russian +ERROR_DS_PARENT_IS_AN_ALIAS - Having a parent that is an alias is not permitted. Aliases are leaf objects. +. MessageId=8331 Severity=Success @@ -12695,6 +15827,9 @@ SymbolicName=ERROR_DS_CANT_MIX_MASTER_AND_REPS Language=English ERROR_DS_CANT_MIX_MASTER_AND_REPS - The object and parent must be of the same type, either both masters or both replicas. . +Language=Russian +ERROR_DS_CANT_MIX_MASTER_AND_REPS - The object and parent must be of the same type, either both masters or both replicas. +. MessageId=8332 Severity=Success @@ -12703,6 +15838,9 @@ SymbolicName=ERROR_DS_CHILDREN_EXIST Language=English ERROR_DS_CHILDREN_EXIST - The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object. . +Language=Russian +ERROR_DS_CHILDREN_EXIST - The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object. +. MessageId=8333 Severity=Success @@ -12711,6 +15849,9 @@ SymbolicName=ERROR_DS_OBJ_NOT_FOUND Language=English ERROR_DS_OBJ_NOT_FOUND - Directory object not found. . +Language=Russian +ERROR_DS_OBJ_NOT_FOUND - Directory object not found. +. MessageId=8334 Severity=Success @@ -12719,6 +15860,9 @@ SymbolicName=ERROR_DS_ALIASED_OBJ_MISSING Language=English ERROR_DS_ALIASED_OBJ_MISSING - The aliased object is missing. . +Language=Russian +ERROR_DS_ALIASED_OBJ_MISSING - The aliased object is missing. +. MessageId=8335 Severity=Success @@ -12727,6 +15871,9 @@ SymbolicName=ERROR_DS_BAD_NAME_SYNTAX Language=English ERROR_DS_BAD_NAME_SYNTAX - The object name has bad syntax. . +Language=Russian +ERROR_DS_BAD_NAME_SYNTAX - The object name has bad syntax. +. MessageId=8336 Severity=Success @@ -12735,6 +15882,9 @@ SymbolicName=ERROR_DS_ALIAS_POINTS_TO_ALIAS Language=English ERROR_DS_ALIAS_POINTS_TO_ALIAS - It is not permitted for an alias to refer to another alias. . +Language=Russian +ERROR_DS_ALIAS_POINTS_TO_ALIAS - It is not permitted for an alias to refer to another alias. +. MessageId=8337 Severity=Success @@ -12743,6 +15893,9 @@ SymbolicName=ERROR_DS_CANT_DEREF_ALIAS Language=English ERROR_DS_CANT_DEREF_ALIAS - The alias cannot be dereferenced. . +Language=Russian +ERROR_DS_CANT_DEREF_ALIAS - The alias cannot be dereferenced. +. MessageId=8338 Severity=Success @@ -12751,6 +15904,9 @@ SymbolicName=ERROR_DS_OUT_OF_SCOPE Language=English ERROR_DS_OUT_OF_SCOPE - The operation is out of scope. . +Language=Russian +ERROR_DS_OUT_OF_SCOPE - The operation is out of scope. +. MessageId=8339 Severity=Success @@ -12759,6 +15915,9 @@ SymbolicName=ERROR_DS_OBJECT_BEING_REMOVED Language=English ERROR_DS_OBJECT_BEING_REMOVED - The operation cannot continue because the object is in the process of being removed. . +Language=Russian +ERROR_DS_OBJECT_BEING_REMOVED - The operation cannot continue because the object is in the process of being removed. +. MessageId=8340 Severity=Success @@ -12767,6 +15926,9 @@ SymbolicName=ERROR_DS_CANT_DELETE_DSA_OBJ Language=English ERROR_DS_CANT_DELETE_DSA_OBJ - The DSA object cannot be deleted. . +Language=Russian +ERROR_DS_CANT_DELETE_DSA_OBJ - The DSA object cannot be deleted. +. MessageId=8341 Severity=Success @@ -12775,6 +15937,9 @@ SymbolicName=ERROR_DS_GENERIC_ERROR Language=English ERROR_DS_GENERIC_ERROR - A directory service error has occurred. . +Language=Russian +ERROR_DS_GENERIC_ERROR - A directory service error has occurred. +. MessageId=8342 Severity=Success @@ -12783,6 +15948,9 @@ SymbolicName=ERROR_DS_DSA_MUST_BE_INT_MASTER Language=English ERROR_DS_DSA_MUST_BE_INT_MASTER - The operation can only be performed on an internal master DSA object. . +Language=Russian +ERROR_DS_DSA_MUST_BE_INT_MASTER - The operation can only be performed on an internal master DSA object. +. MessageId=8343 Severity=Success @@ -12791,6 +15959,9 @@ SymbolicName=ERROR_DS_CLASS_NOT_DSA Language=English ERROR_DS_CLASS_NOT_DSA - The object must be of class DSA. . +Language=Russian +ERROR_DS_CLASS_NOT_DSA - The object must be of class DSA. +. MessageId=8344 Severity=Success @@ -12799,6 +15970,9 @@ SymbolicName=ERROR_DS_INSUFF_ACCESS_RIGHTS Language=English ERROR_DS_INSUFF_ACCESS_RIGHTS - Insufficient access rights to perform the operation. . +Language=Russian +ERROR_DS_INSUFF_ACCESS_RIGHTS - Insufficient access rights to perform the operation. +. MessageId=8345 Severity=Success @@ -12807,6 +15981,9 @@ SymbolicName=ERROR_DS_ILLEGAL_SUPERIOR Language=English ERROR_DS_ILLEGAL_SUPERIOR - The object cannot be added because the parent is not on the list of possible superiors. . +Language=Russian +ERROR_DS_ILLEGAL_SUPERIOR - The object cannot be added because the parent is not on the list of possible superiors. +. MessageId=8346 Severity=Success @@ -12815,6 +15992,9 @@ SymbolicName=ERROR_DS_ATTRIBUTE_OWNED_BY_SAM Language=English ERROR_DS_ATTRIBUTE_OWNED_BY_SAM - Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM). . +Language=Russian +ERROR_DS_ATTRIBUTE_OWNED_BY_SAM - Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM). +. MessageId=8347 Severity=Success @@ -12823,6 +16003,9 @@ SymbolicName=ERROR_DS_NAME_TOO_MANY_PARTS Language=English ERROR_DS_NAME_TOO_MANY_PARTS - The name has too many parts. . +Language=Russian +ERROR_DS_NAME_TOO_MANY_PARTS - The name has too many parts. +. MessageId=8348 Severity=Success @@ -12831,6 +16014,9 @@ SymbolicName=ERROR_DS_NAME_TOO_LONG Language=English ERROR_DS_NAME_TOO_LONG - The name is too long. . +Language=Russian +ERROR_DS_NAME_TOO_LONG - The name is too long. +. MessageId=8349 Severity=Success @@ -12839,6 +16025,9 @@ SymbolicName=ERROR_DS_NAME_VALUE_TOO_LONG Language=English ERROR_DS_NAME_VALUE_TOO_LONG - The name value is too long. . +Language=Russian +ERROR_DS_NAME_VALUE_TOO_LONG - The name value is too long. +. MessageId=8350 Severity=Success @@ -12847,6 +16036,9 @@ SymbolicName=ERROR_DS_NAME_UNPARSEABLE Language=English ERROR_DS_NAME_UNPARSEABLE - The directory service encountered an error parsing a name. . +Language=Russian +ERROR_DS_NAME_UNPARSEABLE - The directory service encountered an error parsing a name. +. MessageId=8351 Severity=Success @@ -12855,6 +16047,9 @@ SymbolicName=ERROR_DS_NAME_TYPE_UNKNOWN Language=English ERROR_DS_NAME_TYPE_UNKNOWN - The directory service cannot get the attribute type for a name. . +Language=Russian +ERROR_DS_NAME_TYPE_UNKNOWN - The directory service cannot get the attribute type for a name. +. MessageId=8352 Severity=Success @@ -12863,6 +16058,9 @@ SymbolicName=ERROR_DS_NOT_AN_OBJECT Language=English ERROR_DS_NOT_AN_OBJECT - The name does not identify an object; the name identifies a phantom. . +Language=Russian +ERROR_DS_NOT_AN_OBJECT - The name does not identify an object; the name identifies a phantom. +. MessageId=8353 Severity=Success @@ -12871,6 +16069,9 @@ SymbolicName=ERROR_DS_SEC_DESC_TOO_SHORT Language=English ERROR_DS_SEC_DESC_TOO_SHORT - The security descriptor is too short. . +Language=Russian +ERROR_DS_SEC_DESC_TOO_SHORT - The security descriptor is too short. +. MessageId=8354 Severity=Success @@ -12879,6 +16080,9 @@ SymbolicName=ERROR_DS_SEC_DESC_INVALID Language=English ERROR_DS_SEC_DESC_INVALID - The security descriptor is invalid. . +Language=Russian +ERROR_DS_SEC_DESC_INVALID - The security descriptor is invalid. +. MessageId=8355 Severity=Success @@ -12887,6 +16091,9 @@ SymbolicName=ERROR_DS_NO_DELETED_NAME Language=English ERROR_DS_NO_DELETED_NAME - Failed to create name for deleted object. . +Language=Russian +ERROR_DS_NO_DELETED_NAME - Failed to create name for deleted object. +. MessageId=8356 Severity=Success @@ -12895,6 +16102,9 @@ SymbolicName=ERROR_DS_SUBREF_MUST_HAVE_PARENT Language=English ERROR_DS_SUBREF_MUST_HAVE_PARENT - The parent of a new subref must exist. . +Language=Russian +ERROR_DS_SUBREF_MUST_HAVE_PARENT - The parent of a new subref must exist. +. MessageId=8357 Severity=Success @@ -12903,6 +16113,9 @@ SymbolicName=ERROR_DS_NCNAME_MUST_BE_NC Language=English ERROR_DS_NCNAME_MUST_BE_NC - The object must be a naming context. . +Language=Russian +ERROR_DS_NCNAME_MUST_BE_NC - The object must be a naming context. +. MessageId=8358 Severity=Success @@ -12911,6 +16124,9 @@ SymbolicName=ERROR_DS_CANT_ADD_SYSTEM_ONLY Language=English ERROR_DS_CANT_ADD_SYSTEM_ONLY - It is not permitted to add an attribute which is owned by the system. . +Language=Russian +ERROR_DS_CANT_ADD_SYSTEM_ONLY - It is not permitted to add an attribute which is owned by the system. +. MessageId=8359 Severity=Success @@ -12919,6 +16135,9 @@ SymbolicName=ERROR_DS_CLASS_MUST_BE_CONCRETE Language=English ERROR_DS_CLASS_MUST_BE_CONCRETE - The class of the object must be structural; you cannot instantiate an abstract class. . +Language=Russian +ERROR_DS_CLASS_MUST_BE_CONCRETE - The class of the object must be structural; you cannot instantiate an abstract class. +. MessageId=8360 Severity=Success @@ -12927,6 +16146,9 @@ SymbolicName=ERROR_DS_INVALID_DMD Language=English ERROR_DS_INVALID_DMD - The schema object could not be found. . +Language=Russian +ERROR_DS_INVALID_DMD - The schema object could not be found. +. MessageId=8361 Severity=Success @@ -12935,6 +16157,9 @@ SymbolicName=ERROR_DS_OBJ_GUID_EXISTS Language=English ERROR_DS_OBJ_GUID_EXISTS - A local object with this GUID (dead or alive) already exists. . +Language=Russian +ERROR_DS_OBJ_GUID_EXISTS - A local object with this GUID (dead or alive) already exists. +. MessageId=8362 Severity=Success @@ -12943,6 +16168,9 @@ SymbolicName=ERROR_DS_NOT_ON_BACKLINK Language=English ERROR_DS_NOT_ON_BACKLINK - The operation cannot be performed on a back link. . +Language=Russian +ERROR_DS_NOT_ON_BACKLINK - The operation cannot be performed on a back link. +. MessageId=8363 Severity=Success @@ -12951,6 +16179,9 @@ SymbolicName=ERROR_DS_NO_CROSSREF_FOR_NC Language=English ERROR_DS_NO_CROSSREF_FOR_NC - The cross reference for the specified naming context could not be found. . +Language=Russian +ERROR_DS_NO_CROSSREF_FOR_NC - The cross reference for the specified naming context could not be found. +. MessageId=8364 Severity=Success @@ -12959,6 +16190,9 @@ SymbolicName=ERROR_DS_SHUTTING_DOWN Language=English ERROR_DS_SHUTTING_DOWN - The operation could not be performed because the directory service is shutting down. . +Language=Russian +ERROR_DS_SHUTTING_DOWN - The operation could not be performed because the directory service is shutting down. +. MessageId=8365 Severity=Success @@ -12967,6 +16201,9 @@ SymbolicName=ERROR_DS_UNKNOWN_OPERATION Language=English ERROR_DS_UNKNOWN_OPERATION - The directory service request is invalid. . +Language=Russian +ERROR_DS_UNKNOWN_OPERATION - The directory service request is invalid. +. MessageId=8366 Severity=Success @@ -12975,6 +16212,9 @@ SymbolicName=ERROR_DS_INVALID_ROLE_OWNER Language=English ERROR_DS_INVALID_ROLE_OWNER - The role owner attribute could not be read. . +Language=Russian +ERROR_DS_INVALID_ROLE_OWNER - The role owner attribute could not be read. +. MessageId=8367 Severity=Success @@ -12983,6 +16223,9 @@ SymbolicName=ERROR_DS_COULDNT_CONTACT_FSMO Language=English ERROR_DS_COULDNT_CONTACT_FSMO - The requested FSMO operation failed. The current FSMO holder could not be reached. . +Language=Russian +ERROR_DS_COULDNT_CONTACT_FSMO - The requested FSMO operation failed. The current FSMO holder could not be reached. +. MessageId=8368 Severity=Success @@ -12991,6 +16234,9 @@ SymbolicName=ERROR_DS_CROSS_NC_DN_RENAME Language=English ERROR_DS_CROSS_NC_DN_RENAME - Modification of a DN across a naming context is not permitted. . +Language=Russian +ERROR_DS_CROSS_NC_DN_RENAME - Modification of a DN across a naming context is not permitted. +. MessageId=8369 Severity=Success @@ -12999,6 +16245,9 @@ SymbolicName=ERROR_DS_CANT_MOD_SYSTEM_ONLY Language=English ERROR_DS_CANT_MOD_SYSTEM_ONLY - The attribute cannot be modified because it is owned by the system. . +Language=Russian +ERROR_DS_CANT_MOD_SYSTEM_ONLY - The attribute cannot be modified because it is owned by the system. +. MessageId=8370 Severity=Success @@ -13007,6 +16256,9 @@ SymbolicName=ERROR_DS_REPLICATOR_ONLY Language=English ERROR_DS_REPLICATOR_ONLY - Only the replicator can perform this function. . +Language=Russian +ERROR_DS_REPLICATOR_ONLY - Only the replicator can perform this function. +. MessageId=8371 Severity=Success @@ -13015,6 +16267,9 @@ SymbolicName=ERROR_DS_OBJ_CLASS_NOT_DEFINED Language=English ERROR_DS_OBJ_CLASS_NOT_DEFINED - The specified class is not defined. . +Language=Russian +ERROR_DS_OBJ_CLASS_NOT_DEFINED - The specified class is not defined. +. MessageId=8372 Severity=Success @@ -13023,6 +16278,9 @@ SymbolicName=ERROR_DS_OBJ_CLASS_NOT_SUBCLASS Language=English ERROR_DS_OBJ_CLASS_NOT_SUBCLASS - The specified class is not a subclass. . +Language=Russian +ERROR_DS_OBJ_CLASS_NOT_SUBCLASS - The specified class is not a subclass. +. MessageId=8373 Severity=Success @@ -13031,6 +16289,9 @@ SymbolicName=ERROR_DS_NAME_REFERENCE_INVALID Language=English ERROR_DS_NAME_REFERENCE_INVALID - The name reference is invalid. . +Language=Russian +ERROR_DS_NAME_REFERENCE_INVALID - The name reference is invalid. +. MessageId=8374 Severity=Success @@ -13039,6 +16300,9 @@ SymbolicName=ERROR_DS_CROSS_REF_EXISTS Language=English ERROR_DS_CROSS_REF_EXISTS - A cross reference already exists. . +Language=Russian +ERROR_DS_CROSS_REF_EXISTS - A cross reference already exists. +. MessageId=8375 Severity=Success @@ -13047,6 +16311,9 @@ SymbolicName=ERROR_DS_CANT_DEL_MASTER_CROSSREF Language=English ERROR_DS_CANT_DEL_MASTER_CROSSREF - It is not permitted to delete a master cross reference. . +Language=Russian +ERROR_DS_CANT_DEL_MASTER_CROSSREF - It is not permitted to delete a master cross reference. +. MessageId=8376 Severity=Success @@ -13055,6 +16322,9 @@ SymbolicName=ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD Language=English ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD - Subtree notifications are only supported on NC heads. . +Language=Russian +ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD - Subtree notifications are only supported on NC heads. +. MessageId=8377 Severity=Success @@ -13063,6 +16333,9 @@ SymbolicName=ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX Language=English ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX - Notification filter is too complex. . +Language=Russian +ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX - Notification filter is too complex. +. MessageId=8378 Severity=Success @@ -13071,6 +16344,9 @@ SymbolicName=ERROR_DS_DUP_RDN Language=English ERROR_DS_DUP_RDN - Schema update failed: duplicate RDN. . +Language=Russian +ERROR_DS_DUP_RDN - Schema update failed: duplicate RDN. +. MessageId=8379 Severity=Success @@ -13079,6 +16355,9 @@ SymbolicName=ERROR_DS_DUP_OID Language=English ERROR_DS_DUP_OID - Schema update failed: duplicate OID . +Language=Russian +ERROR_DS_DUP_OID - Schema update failed: duplicate OID +. MessageId=8380 Severity=Success @@ -13087,6 +16366,9 @@ SymbolicName=ERROR_DS_DUP_MAPI_ID Language=English ERROR_DS_DUP_MAPI_ID - Schema update failed: duplicate MAPI identifier. . +Language=Russian +ERROR_DS_DUP_MAPI_ID - Schema update failed: duplicate MAPI identifier. +. MessageId=8381 Severity=Success @@ -13095,6 +16377,9 @@ SymbolicName=ERROR_DS_DUP_SCHEMA_ID_GUID Language=English ERROR_DS_DUP_SCHEMA_ID_GUID - Schema update failed: duplicate schema-id GUID. . +Language=Russian +ERROR_DS_DUP_SCHEMA_ID_GUID - Schema update failed: duplicate schema-id GUID. +. MessageId=8382 Severity=Success @@ -13103,6 +16388,9 @@ SymbolicName=ERROR_DS_DUP_LDAP_DISPLAY_NAME Language=English ERROR_DS_DUP_LDAP_DISPLAY_NAME - Schema update failed: duplicate LDAP display name. . +Language=Russian +ERROR_DS_DUP_LDAP_DISPLAY_NAME - Schema update failed: duplicate LDAP display name. +. MessageId=8383 Severity=Success @@ -13111,6 +16399,9 @@ SymbolicName=ERROR_DS_SEMANTIC_ATT_TEST Language=English ERROR_DS_SEMANTIC_ATT_TEST - Schema update failed: range-lower less than range upper . +Language=Russian +ERROR_DS_SEMANTIC_ATT_TEST - Schema update failed: range-lower less than range upper +. MessageId=8384 Severity=Success @@ -13119,6 +16410,9 @@ SymbolicName=ERROR_DS_SYNTAX_MISMATCH Language=English ERROR_DS_SYNTAX_MISMATCH - Schema update failed: syntax mismatch . +Language=Russian +ERROR_DS_SYNTAX_MISMATCH - Schema update failed: syntax mismatch +. MessageId=8385 Severity=Success @@ -13127,6 +16421,9 @@ SymbolicName=ERROR_DS_EXISTS_IN_MUST_HAVE Language=English ERROR_DS_EXISTS_IN_MUST_HAVE - Schema deletion failed: attribute is used in must-contain . +Language=Russian +ERROR_DS_EXISTS_IN_MUST_HAVE - Schema deletion failed: attribute is used in must-contain +. MessageId=8386 Severity=Success @@ -13135,6 +16432,9 @@ SymbolicName=ERROR_DS_EXISTS_IN_MAY_HAVE Language=English ERROR_DS_EXISTS_IN_MAY_HAVE - Schema deletion failed: attribute is used in may-contain . +Language=Russian +ERROR_DS_EXISTS_IN_MAY_HAVE - Schema deletion failed: attribute is used in may-contain +. MessageId=8387 Severity=Success @@ -13143,6 +16443,9 @@ SymbolicName=ERROR_DS_NONEXISTENT_MAY_HAVE Language=English ERROR_DS_NONEXISTENT_MAY_HAVE - Schema update failed: attribute in may-contain does not exist . +Language=Russian +ERROR_DS_NONEXISTENT_MAY_HAVE - Schema update failed: attribute in may-contain does not exist +. MessageId=8388 Severity=Success @@ -13151,6 +16454,9 @@ SymbolicName=ERROR_DS_NONEXISTENT_MUST_HAVE Language=English ERROR_DS_NONEXISTENT_MUST_HAVE - Schema update failed: attribute in must-contain does not exist . +Language=Russian +ERROR_DS_NONEXISTENT_MUST_HAVE - Schema update failed: attribute in must-contain does not exist +. MessageId=8389 Severity=Success @@ -13159,6 +16465,9 @@ SymbolicName=ERROR_DS_AUX_CLS_TEST_FAIL Language=English ERROR_DS_AUX_CLS_TEST_FAIL - Schema update failed: class in aux-class list does not exist or is not an auxiliary class . +Language=Russian +ERROR_DS_AUX_CLS_TEST_FAIL - Schema update failed: class in aux-class list does not exist or is not an auxiliary class +. MessageId=8390 Severity=Success @@ -13167,6 +16476,9 @@ SymbolicName=ERROR_DS_NONEXISTENT_POSS_SUP Language=English ERROR_DS_NONEXISTENT_POSS_SUP - Schema update failed: class in poss-superiors does not exist . +Language=Russian +ERROR_DS_NONEXISTENT_POSS_SUP - Schema update failed: class in poss-superiors does not exist +. MessageId=8391 Severity=Success @@ -13175,6 +16487,9 @@ SymbolicName=ERROR_DS_SUB_CLS_TEST_FAIL Language=English ERROR_DS_SUB_CLS_TEST_FAIL - Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules . +Language=Russian +ERROR_DS_SUB_CLS_TEST_FAIL - Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules +. MessageId=8392 Severity=Success @@ -13183,6 +16498,9 @@ SymbolicName=ERROR_DS_BAD_RDN_ATT_ID_SYNTAX Language=English ERROR_DS_BAD_RDN_ATT_ID_SYNTAX - Schema update failed: Rdn-Att-Id has wrong syntax . +Language=Russian +ERROR_DS_BAD_RDN_ATT_ID_SYNTAX - Schema update failed: Rdn-Att-Id has wrong syntax +. MessageId=8393 Severity=Success @@ -13191,6 +16509,9 @@ SymbolicName=ERROR_DS_EXISTS_IN_AUX_CLS Language=English ERROR_DS_EXISTS_IN_AUX_CLS - Schema deletion failed: class is used as auxiliary class . +Language=Russian +ERROR_DS_EXISTS_IN_AUX_CLS - Schema deletion failed: class is used as auxiliary class +. MessageId=8394 Severity=Success @@ -13199,6 +16520,9 @@ SymbolicName=ERROR_DS_EXISTS_IN_SUB_CLS Language=English ERROR_DS_EXISTS_IN_SUB_CLS - Schema deletion failed: class is used as sub class . +Language=Russian +ERROR_DS_EXISTS_IN_SUB_CLS - Schema deletion failed: class is used as sub class +. MessageId=8395 Severity=Success @@ -13207,6 +16531,9 @@ SymbolicName=ERROR_DS_EXISTS_IN_POSS_SUP Language=English ERROR_DS_EXISTS_IN_POSS_SUP - Schema deletion failed: class is used as poss superior . +Language=Russian +ERROR_DS_EXISTS_IN_POSS_SUP - Schema deletion failed: class is used as poss superior +. MessageId=8396 Severity=Success @@ -13215,6 +16542,9 @@ SymbolicName=ERROR_DS_RECALCSCHEMA_FAILED Language=English ERROR_DS_RECALCSCHEMA_FAILED - Schema update failed in recalculating validation cache. . +Language=Russian +ERROR_DS_RECALCSCHEMA_FAILED - Schema update failed in recalculating validation cache. +. MessageId=8397 Severity=Success @@ -13223,6 +16553,9 @@ SymbolicName=ERROR_DS_TREE_DELETE_NOT_FINISHED Language=English ERROR_DS_TREE_DELETE_NOT_FINISHED - The tree deletion is not finished. . +Language=Russian +ERROR_DS_TREE_DELETE_NOT_FINISHED - The tree deletion is not finished. +. MessageId=8398 Severity=Success @@ -13231,6 +16564,9 @@ SymbolicName=ERROR_DS_CANT_DELETE Language=English ERROR_DS_CANT_DELETE - The requested delete operation could not be performed. . +Language=Russian +ERROR_DS_CANT_DELETE - The requested delete operation could not be performed. +. MessageId=8399 Severity=Success @@ -13239,6 +16575,9 @@ SymbolicName=ERROR_DS_ATT_SCHEMA_REQ_ID Language=English ERROR_DS_ATT_SCHEMA_REQ_ID - Cannot read the governs class identifier for the schema record. . +Language=Russian +ERROR_DS_ATT_SCHEMA_REQ_ID - Cannot read the governs class identifier for the schema record. +. MessageId=8400 Severity=Success @@ -13247,6 +16586,9 @@ SymbolicName=ERROR_DS_BAD_ATT_SCHEMA_SYNTAX Language=English ERROR_DS_BAD_ATT_SCHEMA_SYNTAX - The attribute schema has bad syntax. . +Language=Russian +ERROR_DS_BAD_ATT_SCHEMA_SYNTAX - The attribute schema has bad syntax. +. MessageId=8401 Severity=Success @@ -13255,6 +16597,9 @@ SymbolicName=ERROR_DS_CANT_CACHE_ATT Language=English ERROR_DS_CANT_CACHE_ATT - The attribute could not be cached. . +Language=Russian +ERROR_DS_CANT_CACHE_ATT - The attribute could not be cached. +. MessageId=8402 Severity=Success @@ -13263,6 +16608,9 @@ SymbolicName=ERROR_DS_CANT_CACHE_CLASS Language=English ERROR_DS_CANT_CACHE_CLASS - The class could not be cached. . +Language=Russian +ERROR_DS_CANT_CACHE_CLASS - The class could not be cached. +. MessageId=8403 Severity=Success @@ -13271,6 +16619,9 @@ SymbolicName=ERROR_DS_CANT_REMOVE_ATT_CACHE Language=English ERROR_DS_CANT_REMOVE_ATT_CACHE - The attribute could not be removed from the cache. . +Language=Russian +ERROR_DS_CANT_REMOVE_ATT_CACHE - The attribute could not be removed from the cache. +. MessageId=8404 Severity=Success @@ -13279,6 +16630,9 @@ SymbolicName=ERROR_DS_CANT_REMOVE_CLASS_CACHE Language=English ERROR_DS_CANT_REMOVE_CLASS_CACHE - The class could not be removed from the cache. . +Language=Russian +ERROR_DS_CANT_REMOVE_CLASS_CACHE - The class could not be removed from the cache. +. MessageId=8405 Severity=Success @@ -13287,6 +16641,9 @@ SymbolicName=ERROR_DS_CANT_RETRIEVE_DN Language=English ERROR_DS_CANT_RETRIEVE_DN - The distinguished name attribute could not be read. . +Language=Russian +ERROR_DS_CANT_RETRIEVE_DN - The distinguished name attribute could not be read. +. MessageId=8406 Severity=Success @@ -13295,6 +16652,9 @@ SymbolicName=ERROR_DS_MISSING_SUPREF Language=English ERROR_DS_MISSING_SUPREF - No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest. . +Language=Russian +ERROR_DS_MISSING_SUPREF - No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest. +. MessageId=8407 Severity=Success @@ -13303,6 +16663,9 @@ SymbolicName=ERROR_DS_CANT_RETRIEVE_INSTANCE Language=English ERROR_DS_CANT_RETRIEVE_INSTANCE - The instance type attribute could not be retrieved. . +Language=Russian +ERROR_DS_CANT_RETRIEVE_INSTANCE - The instance type attribute could not be retrieved. +. MessageId=8408 Severity=Success @@ -13311,6 +16674,9 @@ SymbolicName=ERROR_DS_CODE_INCONSISTENCY Language=English ERROR_DS_CODE_INCONSISTENCY - An internal error has occurred. . +Language=Russian +ERROR_DS_CODE_INCONSISTENCY - An internal error has occurred. +. MessageId=8409 Severity=Success @@ -13319,6 +16685,9 @@ SymbolicName=ERROR_DS_DATABASE_ERROR Language=English ERROR_DS_DATABASE_ERROR - A database error has occurred. . +Language=Russian +ERROR_DS_DATABASE_ERROR - A database error has occurred. +. MessageId=8410 Severity=Success @@ -13327,6 +16696,9 @@ SymbolicName=ERROR_DS_GOVERNSID_MISSING Language=English ERROR_DS_GOVERNSID_MISSING - The attribute GOVERNSID is missing. . +Language=Russian +ERROR_DS_GOVERNSID_MISSING - The attribute GOVERNSID is missing. +. MessageId=8411 Severity=Success @@ -13335,6 +16707,9 @@ SymbolicName=ERROR_DS_MISSING_EXPECTED_ATT Language=English ERROR_DS_MISSING_EXPECTED_ATT - An expected attribute is missing. . +Language=Russian +ERROR_DS_MISSING_EXPECTED_ATT - An expected attribute is missing. +. MessageId=8412 Severity=Success @@ -13343,6 +16718,9 @@ SymbolicName=ERROR_DS_NCNAME_MISSING_CR_REF Language=English ERROR_DS_NCNAME_MISSING_CR_REF - The specified naming context is missing a cross reference. . +Language=Russian +ERROR_DS_NCNAME_MISSING_CR_REF - The specified naming context is missing a cross reference. +. MessageId=8413 Severity=Success @@ -13351,6 +16729,9 @@ SymbolicName=ERROR_DS_SECURITY_CHECKING_ERROR Language=English ERROR_DS_SECURITY_CHECKING_ERROR - A security checking error has occurred. . +Language=Russian +ERROR_DS_SECURITY_CHECKING_ERROR - A security checking error has occurred. +. MessageId=8414 Severity=Success @@ -13359,6 +16740,9 @@ SymbolicName=ERROR_DS_SCHEMA_NOT_LOADED Language=English ERROR_DS_SCHEMA_NOT_LOADED - The schema is not loaded. . +Language=Russian +ERROR_DS_SCHEMA_NOT_LOADED - The schema is not loaded. +. MessageId=8415 Severity=Success @@ -13367,6 +16751,9 @@ SymbolicName=ERROR_DS_SCHEMA_ALLOC_FAILED Language=English ERROR_DS_SCHEMA_ALLOC_FAILED - Schema allocation failed. Please check if the machine is running low on memory. . +Language=Russian +ERROR_DS_SCHEMA_ALLOC_FAILED - Schema allocation failed. Please check if the machine is running low on memory. +. MessageId=8416 Severity=Success @@ -13375,6 +16762,9 @@ SymbolicName=ERROR_DS_ATT_SCHEMA_REQ_SYNTAX Language=English ERROR_DS_ATT_SCHEMA_REQ_SYNTAX - Failed to obtain the required syntax for the attribute schema. . +Language=Russian +ERROR_DS_ATT_SCHEMA_REQ_SYNTAX - Failed to obtain the required syntax for the attribute schema. +. MessageId=8417 Severity=Success @@ -13383,6 +16773,9 @@ SymbolicName=ERROR_DS_GCVERIFY_ERROR Language=English ERROR_DS_GCVERIFY_ERROR - The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available. . +Language=Russian +ERROR_DS_GCVERIFY_ERROR - The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available. +. MessageId=8418 Severity=Success @@ -13391,6 +16784,9 @@ SymbolicName=ERROR_DS_DRA_SCHEMA_MISMATCH Language=English ERROR_DS_DRA_SCHEMA_MISMATCH - The replication operation failed because of a schema mismatch between the servers involved. . +Language=Russian +ERROR_DS_DRA_SCHEMA_MISMATCH - The replication operation failed because of a schema mismatch between the servers involved. +. MessageId=8419 Severity=Success @@ -13399,6 +16795,9 @@ SymbolicName=ERROR_DS_CANT_FIND_DSA_OBJ Language=English ERROR_DS_CANT_FIND_DSA_OBJ - The DSA object could not be found. . +Language=Russian +ERROR_DS_CANT_FIND_DSA_OBJ - The DSA object could not be found. +. MessageId=8420 Severity=Success @@ -13407,6 +16806,9 @@ SymbolicName=ERROR_DS_CANT_FIND_EXPECTED_NC Language=English ERROR_DS_CANT_FIND_EXPECTED_NC - The naming context could not be found. . +Language=Russian +ERROR_DS_CANT_FIND_EXPECTED_NC - The naming context could not be found. +. MessageId=8421 Severity=Success @@ -13415,6 +16817,9 @@ SymbolicName=ERROR_DS_CANT_FIND_NC_IN_CACHE Language=English ERROR_DS_CANT_FIND_NC_IN_CACHE - The naming context could not be found in the cache. . +Language=Russian +ERROR_DS_CANT_FIND_NC_IN_CACHE - The naming context could not be found in the cache. +. MessageId=8422 Severity=Success @@ -13423,6 +16828,9 @@ SymbolicName=ERROR_DS_CANT_RETRIEVE_CHILD Language=English ERROR_DS_CANT_RETRIEVE_CHILD - The child object could not be retrieved. . +Language=Russian +ERROR_DS_CANT_RETRIEVE_CHILD - The child object could not be retrieved. +. MessageId=8423 Severity=Success @@ -13431,6 +16839,9 @@ SymbolicName=ERROR_DS_SECURITY_ILLEGAL_MODIFY Language=English ERROR_DS_SECURITY_ILLEGAL_MODIFY - The modification was not permitted for security reasons. . +Language=Russian +ERROR_DS_SECURITY_ILLEGAL_MODIFY - The modification was not permitted for security reasons. +. MessageId=8424 Severity=Success @@ -13439,6 +16850,9 @@ SymbolicName=ERROR_DS_CANT_REPLACE_HIDDEN_REC Language=English ERROR_DS_CANT_REPLACE_HIDDEN_REC - The operation cannot replace the hidden record. . +Language=Russian +ERROR_DS_CANT_REPLACE_HIDDEN_REC - The operation cannot replace the hidden record. +. MessageId=8425 Severity=Success @@ -13447,6 +16861,9 @@ SymbolicName=ERROR_DS_BAD_HIERARCHY_FILE Language=English ERROR_DS_BAD_HIERARCHY_FILE - The hierarchy file is invalid. . +Language=Russian +ERROR_DS_BAD_HIERARCHY_FILE - The hierarchy file is invalid. +. MessageId=8426 Severity=Success @@ -13455,6 +16872,9 @@ SymbolicName=ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED Language=English ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED - The attempt to build the hierarchy table failed. . +Language=Russian +ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED - The attempt to build the hierarchy table failed. +. MessageId=8427 Severity=Success @@ -13463,6 +16883,9 @@ SymbolicName=ERROR_DS_CONFIG_PARAM_MISSING Language=English ERROR_DS_CONFIG_PARAM_MISSING - The directory configuration parameter is missing from the registry. . +Language=Russian +ERROR_DS_CONFIG_PARAM_MISSING - The directory configuration parameter is missing from the registry. +. MessageId=8428 Severity=Success @@ -13471,6 +16894,9 @@ SymbolicName=ERROR_DS_COUNTING_AB_INDICES_FAILED Language=English ERROR_DS_COUNTING_AB_INDICES_FAILED - The attempt to count the address book indices failed. . +Language=Russian +ERROR_DS_COUNTING_AB_INDICES_FAILED - The attempt to count the address book indices failed. +. MessageId=8429 Severity=Success @@ -13479,6 +16905,9 @@ SymbolicName=ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED Language=English ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED - The allocation of the hierarchy table failed. . +Language=Russian +ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED - The allocation of the hierarchy table failed. +. MessageId=8430 Severity=Success @@ -13487,6 +16916,9 @@ SymbolicName=ERROR_DS_INTERNAL_FAILURE Language=English ERROR_DS_INTERNAL_FAILURE - The directory service encountered an internal failure. . +Language=Russian +ERROR_DS_INTERNAL_FAILURE - The directory service encountered an internal failure. +. MessageId=8431 Severity=Success @@ -13495,6 +16927,9 @@ SymbolicName=ERROR_DS_UNKNOWN_ERROR Language=English ERROR_DS_UNKNOWN_ERROR - The directory service encountered an unknown failure. . +Language=Russian +ERROR_DS_UNKNOWN_ERROR - The directory service encountered an unknown failure. +. MessageId=8432 Severity=Success @@ -13503,6 +16938,9 @@ SymbolicName=ERROR_DS_ROOT_REQUIRES_CLASS_TOP Language=English ERROR_DS_ROOT_REQUIRES_CLASS_TOP - A root object requires a class of 'top'. . +Language=Russian +ERROR_DS_ROOT_REQUIRES_CLASS_TOP - A root object requires a class of 'top'. +. MessageId=8433 Severity=Success @@ -13511,6 +16949,9 @@ SymbolicName=ERROR_DS_REFUSING_FSMO_ROLES Language=English ERROR_DS_REFUSING_FSMO_ROLES - This directory server is shutting down, and cannot take ownership of new floating single-master operation roles. . +Language=Russian +ERROR_DS_REFUSING_FSMO_ROLES - This directory server is shutting down, and cannot take ownership of new floating single-master operation roles. +. MessageId=8434 Severity=Success @@ -13519,6 +16960,9 @@ SymbolicName=ERROR_DS_MISSING_FSMO_SETTINGS Language=English ERROR_DS_MISSING_FSMO_SETTINGS - The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles. . +Language=Russian +ERROR_DS_MISSING_FSMO_SETTINGS - The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles. +. MessageId=8435 Severity=Success @@ -13527,6 +16971,9 @@ SymbolicName=ERROR_DS_UNABLE_TO_SURRENDER_ROLES Language=English ERROR_DS_UNABLE_TO_SURRENDER_ROLES - The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers. . +Language=Russian +ERROR_DS_UNABLE_TO_SURRENDER_ROLES - The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers. +. MessageId=8436 Severity=Success @@ -13535,6 +16982,9 @@ SymbolicName=ERROR_DS_DRA_GENERIC Language=English ERROR_DS_DRA_GENERIC - The replication operation failed. . +Language=Russian +ERROR_DS_DRA_GENERIC - The replication operation failed. +. MessageId=8437 Severity=Success @@ -13543,6 +16993,9 @@ SymbolicName=ERROR_DS_DRA_INVALID_PARAMETER Language=English ERROR_DS_DRA_INVALID_PARAMETER - An invalid parameter was specified for this replication operation. . +Language=Russian +ERROR_DS_DRA_INVALID_PARAMETER - An invalid parameter was specified for this replication operation. +. MessageId=8438 Severity=Success @@ -13551,6 +17004,9 @@ SymbolicName=ERROR_DS_DRA_BUSY Language=English ERROR_DS_DRA_BUSY - The directory service is too busy to complete the replication operation at this time. . +Language=Russian +ERROR_DS_DRA_BUSY - The directory service is too busy to complete the replication operation at this time. +. MessageId=8439 Severity=Success @@ -13559,6 +17015,9 @@ SymbolicName=ERROR_DS_DRA_BAD_DN Language=English ERROR_DS_DRA_BAD_DN - The distinguished name specified for this replication operation is invalid. . +Language=Russian +ERROR_DS_DRA_BAD_DN - The distinguished name specified for this replication operation is invalid. +. MessageId=8440 Severity=Success @@ -13567,6 +17026,9 @@ SymbolicName=ERROR_DS_DRA_BAD_NC Language=English ERROR_DS_DRA_BAD_NC - The naming context specified for this replication operation is invalid. . +Language=Russian +ERROR_DS_DRA_BAD_NC - The naming context specified for this replication operation is invalid. +. MessageId=8441 Severity=Success @@ -13575,6 +17037,9 @@ SymbolicName=ERROR_DS_DRA_DN_EXISTS Language=English ERROR_DS_DRA_DN_EXISTS - The distinguished name specified for this replication operation already exists. . +Language=Russian +ERROR_DS_DRA_DN_EXISTS - The distinguished name specified for this replication operation already exists. +. MessageId=8442 Severity=Success @@ -13583,6 +17048,9 @@ SymbolicName=ERROR_DS_DRA_INTERNAL_ERROR Language=English ERROR_DS_DRA_INTERNAL_ERROR - The replication system encountered an internal error. . +Language=Russian +ERROR_DS_DRA_INTERNAL_ERROR - The replication system encountered an internal error. +. MessageId=8443 Severity=Success @@ -13591,6 +17059,9 @@ SymbolicName=ERROR_DS_DRA_INCONSISTENT_DIT Language=English ERROR_DS_DRA_INCONSISTENT_DIT - The replication operation encountered a database inconsistency. . +Language=Russian +ERROR_DS_DRA_INCONSISTENT_DIT - The replication operation encountered a database inconsistency. +. MessageId=8444 Severity=Success @@ -13599,6 +17070,9 @@ SymbolicName=ERROR_DS_DRA_CONNECTION_FAILED Language=English ERROR_DS_DRA_CONNECTION_FAILED - The server specified for this replication operation could not be contacted. . +Language=Russian +ERROR_DS_DRA_CONNECTION_FAILED - The server specified for this replication operation could not be contacted. +. MessageId=8445 Severity=Success @@ -13607,6 +17081,9 @@ SymbolicName=ERROR_DS_DRA_BAD_INSTANCE_TYPE Language=English ERROR_DS_DRA_BAD_INSTANCE_TYPE - The replication operation encountered an object with an invalid instance type. . +Language=Russian +ERROR_DS_DRA_BAD_INSTANCE_TYPE - The replication operation encountered an object with an invalid instance type. +. MessageId=8446 Severity=Success @@ -13615,6 +17092,9 @@ SymbolicName=ERROR_DS_DRA_OUT_OF_MEM Language=English ERROR_DS_DRA_OUT_OF_MEM - The replication operation failed to allocate memory. . +Language=Russian +ERROR_DS_DRA_OUT_OF_MEM - The replication operation failed to allocate memory. +. MessageId=8447 Severity=Success @@ -13623,6 +17103,9 @@ SymbolicName=ERROR_DS_DRA_MAIL_PROBLEM Language=English ERROR_DS_DRA_MAIL_PROBLEM - The replication operation encountered an error with the mail system. . +Language=Russian +ERROR_DS_DRA_MAIL_PROBLEM - The replication operation encountered an error with the mail system. +. MessageId=8448 Severity=Success @@ -13631,6 +17114,9 @@ SymbolicName=ERROR_DS_DRA_REF_ALREADY_EXISTS Language=English ERROR_DS_DRA_REF_ALREADY_EXISTS - The replication reference information for the target server already exists. . +Language=Russian +ERROR_DS_DRA_REF_ALREADY_EXISTS - The replication reference information for the target server already exists. +. MessageId=8449 Severity=Success @@ -13639,6 +17125,9 @@ SymbolicName=ERROR_DS_DRA_REF_NOT_FOUND Language=English ERROR_DS_DRA_REF_NOT_FOUND - The replication reference information for the target server does not exist. . +Language=Russian +ERROR_DS_DRA_REF_NOT_FOUND - The replication reference information for the target server does not exist. +. MessageId=8450 Severity=Success @@ -13647,6 +17136,9 @@ SymbolicName=ERROR_DS_DRA_OBJ_IS_REP_SOURCE Language=English ERROR_DS_DRA_OBJ_IS_REP_SOURCE - The naming context cannot be removed because it is replicated to another server. . +Language=Russian +ERROR_DS_DRA_OBJ_IS_REP_SOURCE - The naming context cannot be removed because it is replicated to another server. +. MessageId=8451 Severity=Success @@ -13655,6 +17147,9 @@ SymbolicName=ERROR_DS_DRA_DB_ERROR Language=English ERROR_DS_DRA_DB_ERROR - The replication operation encountered a database error. . +Language=Russian +ERROR_DS_DRA_DB_ERROR - The replication operation encountered a database error. +. MessageId=8452 Severity=Success @@ -13663,6 +17158,9 @@ SymbolicName=ERROR_DS_DRA_NO_REPLICA Language=English ERROR_DS_DRA_NO_REPLICA - The naming context is in the process of being removed or is not replicated from the specified server. . +Language=Russian +ERROR_DS_DRA_NO_REPLICA - The naming context is in the process of being removed or is not replicated from the specified server. +. MessageId=8453 Severity=Success @@ -13671,6 +17169,9 @@ SymbolicName=ERROR_DS_DRA_ACCESS_DENIED Language=English ERROR_DS_DRA_ACCESS_DENIED - Replication access was denied. . +Language=Russian +ERROR_DS_DRA_ACCESS_DENIED - Replication access was denied. +. MessageId=8454 Severity=Success @@ -13679,6 +17180,9 @@ SymbolicName=ERROR_DS_DRA_NOT_SUPPORTED Language=English ERROR_DS_DRA_NOT_SUPPORTED - The requested operation is not supported by this version of the directory service. . +Language=Russian +ERROR_DS_DRA_NOT_SUPPORTED - The requested operation is not supported by this version of the directory service. +. MessageId=8455 Severity=Success @@ -13687,6 +17191,9 @@ SymbolicName=ERROR_DS_DRA_RPC_CANCELLED Language=English ERROR_DS_DRA_RPC_CANCELLED - The replication remote procedure call was cancelled. . +Language=Russian +ERROR_DS_DRA_RPC_CANCELLED - The replication remote procedure call was cancelled. +. MessageId=8456 Severity=Success @@ -13695,6 +17202,9 @@ SymbolicName=ERROR_DS_DRA_SOURCE_DISABLED Language=English ERROR_DS_DRA_SOURCE_DISABLED - The source server is currently rejecting replication requests. . +Language=Russian +ERROR_DS_DRA_SOURCE_DISABLED - The source server is currently rejecting replication requests. +. MessageId=8457 Severity=Success @@ -13703,6 +17213,9 @@ SymbolicName=ERROR_DS_DRA_SINK_DISABLED Language=English ERROR_DS_DRA_SINK_DISABLED - The destination server is currently rejecting replication requests. . +Language=Russian +ERROR_DS_DRA_SINK_DISABLED - The destination server is currently rejecting replication requests. +. MessageId=8458 Severity=Success @@ -13711,6 +17224,9 @@ SymbolicName=ERROR_DS_DRA_NAME_COLLISION Language=English ERROR_DS_DRA_NAME_COLLISION - The replication operation failed due to a collision of object names. . +Language=Russian +ERROR_DS_DRA_NAME_COLLISION - The replication operation failed due to a collision of object names. +. MessageId=8459 Severity=Success @@ -13719,6 +17235,9 @@ SymbolicName=ERROR_DS_DRA_SOURCE_REINSTALLED Language=English ERROR_DS_DRA_SOURCE_REINSTALLED - The replication source has been reinstalled. . +Language=Russian +ERROR_DS_DRA_SOURCE_REINSTALLED - The replication source has been reinstalled. +. MessageId=8460 Severity=Success @@ -13727,6 +17246,9 @@ SymbolicName=ERROR_DS_DRA_MISSING_PARENT Language=English ERROR_DS_DRA_MISSING_PARENT - The replication operation failed because a required parent object is missing. . +Language=Russian +ERROR_DS_DRA_MISSING_PARENT - The replication operation failed because a required parent object is missing. +. MessageId=8461 Severity=Success @@ -13735,6 +17257,9 @@ SymbolicName=ERROR_DS_DRA_PREEMPTED Language=English ERROR_DS_DRA_PREEMPTED - The replication operation was preempted. . +Language=Russian +ERROR_DS_DRA_PREEMPTED - The replication operation was preempted. +. MessageId=8462 Severity=Success @@ -13743,6 +17268,9 @@ SymbolicName=ERROR_DS_DRA_ABANDON_SYNC Language=English ERROR_DS_DRA_ABANDON_SYNC - The replication synchronization attempt was abandoned because of a lack of updates. . +Language=Russian +ERROR_DS_DRA_ABANDON_SYNC - The replication synchronization attempt was abandoned because of a lack of updates. +. MessageId=8463 Severity=Success @@ -13751,6 +17279,9 @@ SymbolicName=ERROR_DS_DRA_SHUTDOWN Language=English ERROR_DS_DRA_SHUTDOWN - The replication operation was terminated because the system is shutting down. . +Language=Russian +ERROR_DS_DRA_SHUTDOWN - The replication operation was terminated because the system is shutting down. +. MessageId=8464 Severity=Success @@ -13759,6 +17290,9 @@ SymbolicName=ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET Language=English ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET - Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of the source partial attribute set. . +Language=Russian +ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET - Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of the source partial attribute set. +. MessageId=8465 Severity=Success @@ -13767,6 +17301,9 @@ SymbolicName=ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA Language=English ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA - The replication synchronization attempt failed because a master replica attempted to sync from a partial replica. . +Language=Russian +ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA - The replication synchronization attempt failed because a master replica attempted to sync from a partial replica. +. MessageId=8466 Severity=Success @@ -13775,6 +17312,9 @@ SymbolicName=ERROR_DS_DRA_EXTN_CONNECTION_FAILED Language=English ERROR_DS_DRA_EXTN_CONNECTION_FAILED - The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation. . +Language=Russian +ERROR_DS_DRA_EXTN_CONNECTION_FAILED - The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation. +. MessageId=8467 Severity=Success @@ -13783,6 +17323,9 @@ SymbolicName=ERROR_DS_INSTALL_SCHEMA_MISMATCH Language=English ERROR_DS_INSTALL_SCHEMA_MISMATCH - The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer. . +Language=Russian +ERROR_DS_INSTALL_SCHEMA_MISMATCH - The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer. +. MessageId=8468 Severity=Success @@ -13791,6 +17334,9 @@ SymbolicName=ERROR_DS_DUP_LINK_ID Language=English ERROR_DS_DUP_LINK_ID - Schema update failed: An attribute with the same link identifier already exists. . +Language=Russian +ERROR_DS_DUP_LINK_ID - Schema update failed: An attribute with the same link identifier already exists. +. MessageId=8469 Severity=Success @@ -13799,6 +17345,9 @@ SymbolicName=ERROR_DS_NAME_ERROR_RESOLVING Language=English ERROR_DS_NAME_ERROR_RESOLVING - Name translation: Generic processing error. . +Language=Russian +ERROR_DS_NAME_ERROR_RESOLVING - Name translation: Generic processing error. +. MessageId=8470 Severity=Success @@ -13807,6 +17356,9 @@ SymbolicName=ERROR_DS_NAME_ERROR_NOT_FOUND Language=English ERROR_DS_NAME_ERROR_NOT_FOUND - Name translation: Could not find the name or insufficient right to see name. . +Language=Russian +ERROR_DS_NAME_ERROR_NOT_FOUND - Name translation: Could not find the name or insufficient right to see name. +. MessageId=8471 Severity=Success @@ -13815,6 +17367,9 @@ SymbolicName=ERROR_DS_NAME_ERROR_NOT_UNIQUE Language=English ERROR_DS_NAME_ERROR_NOT_UNIQUE - Name translation: Input name mapped to more than one output name. . +Language=Russian +ERROR_DS_NAME_ERROR_NOT_UNIQUE - Name translation: Input name mapped to more than one output name. +. MessageId=8472 Severity=Success @@ -13823,6 +17378,9 @@ SymbolicName=ERROR_DS_NAME_ERROR_NO_MAPPING Language=English ERROR_DS_NAME_ERROR_NO_MAPPING - Name translation: Input name found, but not the associated output format. . +Language=Russian +ERROR_DS_NAME_ERROR_NO_MAPPING - Name translation: Input name found, but not the associated output format. +. MessageId=8473 Severity=Success @@ -13831,6 +17389,9 @@ SymbolicName=ERROR_DS_NAME_ERROR_DOMAIN_ONLY Language=English ERROR_DS_NAME_ERROR_DOMAIN_ONLY - Name translation: Unable to resolve completely, only the domain was found. . +Language=Russian +ERROR_DS_NAME_ERROR_DOMAIN_ONLY - Name translation: Unable to resolve completely, only the domain was found. +. MessageId=8474 Severity=Success @@ -13839,6 +17400,9 @@ SymbolicName=ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING Language=English ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING - Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire. . +Language=Russian +ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING - Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire. +. MessageId=8475 Severity=Success @@ -13847,6 +17411,9 @@ SymbolicName=ERROR_DS_CONSTRUCTED_ATT_MOD Language=English ERROR_DS_CONSTRUCTED_ATT_MOD - Modification of a constructed attribute is not allowed. . +Language=Russian +ERROR_DS_CONSTRUCTED_ATT_MOD - Modification of a constructed attribute is not allowed. +. MessageId=8476 Severity=Success @@ -13855,6 +17422,9 @@ SymbolicName=ERROR_DS_WRONG_OM_OBJ_CLASS Language=English ERROR_DS_WRONG_OM_OBJ_CLASS - The OM-Object-Class specified is incorrect for an attribute with the specified syntax. . +Language=Russian +ERROR_DS_WRONG_OM_OBJ_CLASS - The OM-Object-Class specified is incorrect for an attribute with the specified syntax. +. MessageId=8477 Severity=Success @@ -13863,6 +17433,9 @@ SymbolicName=ERROR_DS_DRA_REPL_PENDING Language=English ERROR_DS_DRA_REPL_PENDING - The replication request has been posted; waiting for reply. . +Language=Russian +ERROR_DS_DRA_REPL_PENDING - The replication request has been posted; waiting for reply. +. MessageId=8478 Severity=Success @@ -13871,6 +17444,9 @@ SymbolicName=ERROR_DS_DS_REQUIRED Language=English ERROR_DS_DS_REQUIRED - The requested operation requires a directory service, and none was available. . +Language=Russian +ERROR_DS_DS_REQUIRED - The requested operation requires a directory service, and none was available. +. MessageId=8479 Severity=Success @@ -13879,6 +17455,9 @@ SymbolicName=ERROR_DS_INVALID_LDAP_DISPLAY_NAME Language=English ERROR_DS_INVALID_LDAP_DISPLAY_NAME - The LDAP display name of the class or attribute contains non-ASCII characters. . +Language=Russian +ERROR_DS_INVALID_LDAP_DISPLAY_NAME - The LDAP display name of the class or attribute contains non-ASCII characters. +. MessageId=8480 Severity=Success @@ -13887,6 +17466,9 @@ SymbolicName=ERROR_DS_NON_BASE_SEARCH Language=English ERROR_DS_NON_BASE_SEARCH - The requested search operation is only supported for base searches. . +Language=Russian +ERROR_DS_NON_BASE_SEARCH - The requested search operation is only supported for base searches. +. MessageId=8481 Severity=Success @@ -13895,6 +17477,9 @@ SymbolicName=ERROR_DS_CANT_RETRIEVE_ATTS Language=English ERROR_DS_CANT_RETRIEVE_ATTS - The search failed to retrieve attributes from the database. . +Language=Russian +ERROR_DS_CANT_RETRIEVE_ATTS - The search failed to retrieve attributes from the database. +. MessageId=8482 Severity=Success @@ -13903,6 +17488,9 @@ SymbolicName=ERROR_DS_BACKLINK_WITHOUT_LINK Language=English ERROR_DS_BACKLINK_WITHOUT_LINK - The schema update operation tried to add a backward link attribute that has no corresponding forward link. . +Language=Russian +ERROR_DS_BACKLINK_WITHOUT_LINK - The schema update operation tried to add a backward link attribute that has no corresponding forward link. +. MessageId=8483 Severity=Success @@ -13911,6 +17499,9 @@ SymbolicName=ERROR_DS_EPOCH_MISMATCH Language=English ERROR_DS_EPOCH_MISMATCH - Source and destination of a cross domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object. . +Language=Russian +ERROR_DS_EPOCH_MISMATCH - Source and destination of a cross domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object. +. MessageId=8484 Severity=Success @@ -13919,6 +17510,9 @@ SymbolicName=ERROR_DS_SRC_NAME_MISMATCH Language=English ERROR_DS_SRC_NAME_MISMATCH - Source and destination of a cross domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object. . +Language=Russian +ERROR_DS_SRC_NAME_MISMATCH - Source and destination of a cross domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object. +. MessageId=8485 Severity=Success @@ -13927,6 +17521,9 @@ SymbolicName=ERROR_DS_SRC_AND_DST_NC_IDENTICAL Language=English ERROR_DS_SRC_AND_DST_NC_IDENTICAL - Source and destination of a cross domain move operation are identical. Caller should use local move operation instead of cross domain move operation. . +Language=Russian +ERROR_DS_SRC_AND_DST_NC_IDENTICAL - Source and destination of a cross domain move operation are identical. Caller should use local move operation instead of cross domain move operation. +. MessageId=8486 Severity=Success @@ -13935,6 +17532,9 @@ SymbolicName=ERROR_DS_DST_NC_MISMATCH Language=English ERROR_DS_DST_NC_MISMATCH - Source and destination for a cross domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container. . +Language=Russian +ERROR_DS_DST_NC_MISMATCH - Source and destination for a cross domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container. +. MessageId=8487 Severity=Success @@ -13943,6 +17543,9 @@ SymbolicName=ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC Language=English ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC - Destination of a cross domain move is not authoritative for the destination naming context. . +Language=Russian +ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC - Destination of a cross domain move is not authoritative for the destination naming context. +. MessageId=8488 Severity=Success @@ -13951,6 +17554,9 @@ SymbolicName=ERROR_DS_SRC_GUID_MISMATCH Language=English ERROR_DS_SRC_GUID_MISMATCH - Source and destination of a cross domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object. . +Language=Russian +ERROR_DS_SRC_GUID_MISMATCH - Source and destination of a cross domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object. +. MessageId=8489 Severity=Success @@ -13959,6 +17565,9 @@ SymbolicName=ERROR_DS_CANT_MOVE_DELETED_OBJECT Language=English ERROR_DS_CANT_MOVE_DELETED_OBJECT - Object being moved across domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object. . +Language=Russian +ERROR_DS_CANT_MOVE_DELETED_OBJECT - Object being moved across domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object. +. MessageId=8490 Severity=Success @@ -13967,6 +17576,9 @@ SymbolicName=ERROR_DS_PDC_OPERATION_IN_PROGRESS Language=English ERROR_DS_PDC_OPERATION_IN_PROGRESS - Another operation, which requires exclusive access to the PDC PSMO, is already in progress. . +Language=Russian +ERROR_DS_PDC_OPERATION_IN_PROGRESS - Another operation, which requires exclusive access to the PDC PSMO, is already in progress. +. MessageId=8491 Severity=Success @@ -13975,6 +17587,9 @@ SymbolicName=ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD Language=English ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD - A cross domain move operation failed such that the two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state. . +Language=Russian +ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD - A cross domain move operation failed such that the two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state. +. MessageId=8492 Severity=Success @@ -13983,6 +17598,9 @@ SymbolicName=ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION Language=English ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION - This object may not be moved across domain boundaries either because cross domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move. . +Language=Russian +ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION - This object may not be moved across domain boundaries either because cross domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move. +. MessageId=8493 Severity=Success @@ -13991,6 +17609,9 @@ SymbolicName=ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS Language=English ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS - Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry. . +Language=Russian +ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS - Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry. +. MessageId=8494 Severity=Success @@ -13999,6 +17620,9 @@ SymbolicName=ERROR_DS_NC_MUST_HAVE_NC_PARENT Language=English ERROR_DS_NC_MUST_HAVE_NC_PARENT - A naming context head must be the immediate child of another naming context head, not of an interior node. . +Language=Russian +ERROR_DS_NC_MUST_HAVE_NC_PARENT - A naming context head must be the immediate child of another naming context head, not of an interior node. +. MessageId=8495 Severity=Success @@ -14007,6 +17631,9 @@ SymbolicName=ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE Language=English ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE - The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters) . +Language=Russian +ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE - The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters) +. MessageId=8496 Severity=Success @@ -14015,6 +17642,9 @@ SymbolicName=ERROR_DS_DST_DOMAIN_NOT_NATIVE Language=English ERROR_DS_DST_DOMAIN_NOT_NATIVE - Destination domain must be in native mode. . +Language=Russian +ERROR_DS_DST_DOMAIN_NOT_NATIVE - Destination domain must be in native mode. +. MessageId=8497 Severity=Success @@ -14023,6 +17653,9 @@ SymbolicName=ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER Language=English ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER - The operation cannot be performed because the server does not have an infrastructure container in the domain of interest. . +Language=Russian +ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER - The operation cannot be performed because the server does not have an infrastructure container in the domain of interest. +. MessageId=8498 Severity=Success @@ -14031,6 +17664,9 @@ SymbolicName=ERROR_DS_CANT_MOVE_ACCOUNT_GROUP Language=English ERROR_DS_CANT_MOVE_ACCOUNT_GROUP - Cross-domain move of non-empty account groups is not allowed. . +Language=Russian +ERROR_DS_CANT_MOVE_ACCOUNT_GROUP - Cross-domain move of non-empty account groups is not allowed. +. MessageId=8499 Severity=Success @@ -14039,6 +17675,9 @@ SymbolicName=ERROR_DS_CANT_MOVE_RESOURCE_GROUP Language=English ERROR_DS_CANT_MOVE_RESOURCE_GROUP - Cross-domain move of non-empty resource groups is not allowed. . +Language=Russian +ERROR_DS_CANT_MOVE_RESOURCE_GROUP - Cross-domain move of non-empty resource groups is not allowed. +. MessageId=8500 Severity=Success @@ -14047,6 +17686,9 @@ SymbolicName=ERROR_DS_INVALID_SEARCH_FLAG Language=English ERROR_DS_INVALID_SEARCH_FLAG - The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings. . +Language=Russian +ERROR_DS_INVALID_SEARCH_FLAG - The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings. +. MessageId=8501 Severity=Success @@ -14055,6 +17697,9 @@ SymbolicName=ERROR_DS_NO_TREE_DELETE_ABOVE_NC Language=English ERROR_DS_NO_TREE_DELETE_ABOVE_NC - Tree deletions starting at an object which has an NC head as a descendant are not allowed. . +Language=Russian +ERROR_DS_NO_TREE_DELETE_ABOVE_NC - Tree deletions starting at an object which has an NC head as a descendant are not allowed. +. MessageId=8502 Severity=Success @@ -14063,6 +17708,9 @@ SymbolicName=ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE Language=English ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE - The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use. . +Language=Russian +ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE - The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use. +. MessageId=8503 Severity=Success @@ -14071,6 +17719,9 @@ SymbolicName=ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE Language=English ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE - The directory service failed to identify the list of objects to delete while attempting a tree deletion. . +Language=Russian +ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE - The directory service failed to identify the list of objects to delete while attempting a tree deletion. +. MessageId=8504 Severity=Success @@ -14080,6 +17731,10 @@ Language=English ERROR_DS_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. . +Language=Russian +ERROR_DS_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1. +Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. +. MessageId=8505 Severity=Success @@ -14088,6 +17743,9 @@ SymbolicName=ERROR_DS_SENSITIVE_GROUP_VIOLATION Language=English ERROR_DS_SENSITIVE_GROUP_VIOLATION - Only an administrator can modify the membership list of an administrative group. . +Language=Russian +ERROR_DS_SENSITIVE_GROUP_VIOLATION - Only an administrator can modify the membership list of an administrative group. +. MessageId=8506 Severity=Success @@ -14096,6 +17754,9 @@ SymbolicName=ERROR_DS_CANT_MOD_PRIMARYGROUPID Language=English ERROR_DS_CANT_MOD_PRIMARYGROUPID - Cannot change the primary group ID of a domain controller account. . +Language=Russian +ERROR_DS_CANT_MOD_PRIMARYGROUPID - Cannot change the primary group ID of a domain controller account. +. MessageId=8507 Severity=Success @@ -14104,6 +17765,9 @@ SymbolicName=ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD Language=English ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD - An attempt is made to modify the base schema. . +Language=Russian +ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD - An attempt is made to modify the base schema. +. MessageId=8508 Severity=Success @@ -14112,6 +17776,9 @@ SymbolicName=ERROR_DS_NONSAFE_SCHEMA_CHANGE Language=English ERROR_DS_NONSAFE_SCHEMA_CHANGE - Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed. . +Language=Russian +ERROR_DS_NONSAFE_SCHEMA_CHANGE - Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed. +. MessageId=8509 Severity=Success @@ -14120,6 +17787,9 @@ SymbolicName=ERROR_DS_SCHEMA_UPDATE_DISALLOWED Language=English ERROR_DS_SCHEMA_UPDATE_DISALLOWED - Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner. . +Language=Russian +ERROR_DS_SCHEMA_UPDATE_DISALLOWED - Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner. +. MessageId=8510 Severity=Success @@ -14128,6 +17798,9 @@ SymbolicName=ERROR_DS_CANT_CREATE_UNDER_SCHEMA Language=English ERROR_DS_CANT_CREATE_UNDER_SCHEMA - An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container. . +Language=Russian +ERROR_DS_CANT_CREATE_UNDER_SCHEMA - An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container. +. MessageId=8511 Severity=Success @@ -14136,6 +17809,9 @@ SymbolicName=ERROR_DS_INSTALL_NO_SRC_SCH_VERSION Language=English ERROR_DS_INSTALL_NO_SRC_SCH_VERSION - The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it. . +Language=Russian +ERROR_DS_INSTALL_NO_SRC_SCH_VERSION - The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it. +. MessageId=8512 Severity=Success @@ -14144,6 +17820,9 @@ SymbolicName=ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE Language=English ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE - The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory. . +Language=Russian +ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE - The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory. +. MessageId=8513 Severity=Success @@ -14152,6 +17831,9 @@ SymbolicName=ERROR_DS_INVALID_GROUP_TYPE Language=English ERROR_DS_INVALID_GROUP_TYPE - The specified group type is invalid. . +Language=Russian +ERROR_DS_INVALID_GROUP_TYPE - The specified group type is invalid. +. MessageId=8514 Severity=Success @@ -14160,6 +17842,9 @@ SymbolicName=ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN Language=English ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN - Cannot nest global groups in a mixed domain if the group is security-enabled. . +Language=Russian +ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN - Cannot nest global groups in a mixed domain if the group is security-enabled. +. MessageId=8515 Severity=Success @@ -14168,6 +17853,9 @@ SymbolicName=ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN Language=English ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN - Cannot nest local groups in a mixed domain if the group is security-enabled. . +Language=Russian +ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN - Cannot nest local groups in a mixed domain if the group is security-enabled. +. MessageId=8516 Severity=Success @@ -14176,6 +17864,9 @@ SymbolicName=ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER Language=English ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER - A global group cannot have a local group as a member. . +Language=Russian +ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER - A global group cannot have a local group as a member. +. MessageId=8517 Severity=Success @@ -14184,6 +17875,9 @@ SymbolicName=ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER Language=English ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER - A global group cannot have a universal group as a member. . +Language=Russian +ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER - A global group cannot have a universal group as a member. +. MessageId=8518 Severity=Success @@ -14192,6 +17886,9 @@ SymbolicName=ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER Language=English ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER - A universal group cannot have a local group as a member. . +Language=Russian +ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER - A universal group cannot have a local group as a member. +. MessageId=8519 Severity=Success @@ -14200,6 +17897,9 @@ SymbolicName=ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER Language=English ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER - A global group cannot have a cross-domain member. . +Language=Russian +ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER - A global group cannot have a cross-domain member. +. MessageId=8520 Severity=Success @@ -14208,6 +17908,9 @@ SymbolicName=ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER Language=English ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER - A local group cannot have another cross-domain local group as a member. . +Language=Russian +ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER - A local group cannot have another cross-domain local group as a member. +. MessageId=8521 Severity=Success @@ -14216,6 +17919,9 @@ SymbolicName=ERROR_DS_HAVE_PRIMARY_MEMBERS Language=English ERROR_DS_HAVE_PRIMARY_MEMBERS - A group with primary members cannot change to a security-disabled group. . +Language=Russian +ERROR_DS_HAVE_PRIMARY_MEMBERS - A group with primary members cannot change to a security-disabled group. +. MessageId=8522 Severity=Success @@ -14224,6 +17930,9 @@ SymbolicName=ERROR_DS_STRING_SD_CONVERSION_FAILED Language=English ERROR_DS_STRING_SD_CONVERSION_FAILED - The schema cache load failed to convert the string default SD on a class-schema object. . +Language=Russian +ERROR_DS_STRING_SD_CONVERSION_FAILED - The schema cache load failed to convert the string default SD on a class-schema object. +. MessageId=8523 Severity=Success @@ -14232,6 +17941,9 @@ SymbolicName=ERROR_DS_NAMING_MASTER_GC Language=English ERROR_DS_NAMING_MASTER_GC - Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers) . +Language=Russian +ERROR_DS_NAMING_MASTER_GC - Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers) +. MessageId=8524 Severity=Success @@ -14240,6 +17952,9 @@ SymbolicName=ERROR_DS_LOOKUP_FAILURE Language=English ERROR_DS_LOOKUP_FAILURE - The DSA operation is unable to proceed because of a DNS lookup failure. . +Language=Russian +ERROR_DS_LOOKUP_FAILURE - The DSA operation is unable to proceed because of a DNS lookup failure. +. MessageId=8525 Severity=Success @@ -14248,6 +17963,9 @@ SymbolicName=ERROR_DS_COULDNT_UPDATE_SPNS Language=English ERROR_DS_COULDNT_UPDATE_SPNS - While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync. . +Language=Russian +ERROR_DS_COULDNT_UPDATE_SPNS - While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync. +. MessageId=8526 Severity=Success @@ -14256,6 +17974,9 @@ SymbolicName=ERROR_DS_CANT_RETRIEVE_SD Language=English ERROR_DS_CANT_RETRIEVE_SD - The Security Descriptor attribute could not be read. . +Language=Russian +ERROR_DS_CANT_RETRIEVE_SD - The Security Descriptor attribute could not be read. +. MessageId=8527 Severity=Success @@ -14264,6 +17985,9 @@ SymbolicName=ERROR_DS_KEY_NOT_UNIQUE Language=English ERROR_DS_KEY_NOT_UNIQUE - The object requested was not found, but an object with that key was found. . +Language=Russian +ERROR_DS_KEY_NOT_UNIQUE - The object requested was not found, but an object with that key was found. +. MessageId=8528 Severity=Success @@ -14272,6 +17996,9 @@ SymbolicName=ERROR_DS_WRONG_LINKED_ATT_SYNTAX Language=English ERROR_DS_WRONG_LINKED_ATT_SYNTAX - The syntax of the linked attributed being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1. . +Language=Russian +ERROR_DS_WRONG_LINKED_ATT_SYNTAX - The syntax of the linked attributed being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1. +. MessageId=8529 Severity=Success @@ -14280,6 +18007,9 @@ SymbolicName=ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD Language=English ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD - Security Account Manager needs to get the boot password. . +Language=Russian +ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD - Security Account Manager needs to get the boot password. +. MessageId=8530 Severity=Success @@ -14288,6 +18018,9 @@ SymbolicName=ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY Language=English ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY - Security Account Manager needs to get the boot key from floppy disk. . +Language=Russian +ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY - Security Account Manager needs to get the boot key from floppy disk. +. MessageId=8531 Severity=Success @@ -14296,6 +18029,9 @@ SymbolicName=ERROR_DS_CANT_START Language=English ERROR_DS_CANT_START - Directory Service cannot start. . +Language=Russian +ERROR_DS_CANT_START - Directory Service cannot start. +. MessageId=8532 Severity=Success @@ -14304,6 +18040,9 @@ SymbolicName=ERROR_DS_INIT_FAILURE Language=English ERROR_DS_INIT_FAILURE - Directory Services could not start. . +Language=Russian +ERROR_DS_INIT_FAILURE - Directory Services could not start. +. MessageId=8533 Severity=Success @@ -14312,6 +18051,9 @@ SymbolicName=ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION Language=English ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION - The connection between client and server requires packet privacy or better. . +Language=Russian +ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION - The connection between client and server requires packet privacy or better. +. MessageId=8534 Severity=Success @@ -14320,6 +18062,9 @@ SymbolicName=ERROR_DS_SOURCE_DOMAIN_IN_FOREST Language=English ERROR_DS_SOURCE_DOMAIN_IN_FOREST - The source domain may not be in the same forest as destination. . +Language=Russian +ERROR_DS_SOURCE_DOMAIN_IN_FOREST - The source domain may not be in the same forest as destination. +. MessageId=8535 Severity=Success @@ -14328,6 +18073,9 @@ SymbolicName=ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST Language=English ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST - The destination domain must be in the forest. . +Language=Russian +ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST - The destination domain must be in the forest. +. MessageId=8536 Severity=Success @@ -14336,6 +18084,9 @@ SymbolicName=ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED Language=English ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED - The operation requires that destination domain auditing be enabled. . +Language=Russian +ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED - The operation requires that destination domain auditing be enabled. +. MessageId=8537 Severity=Success @@ -14344,6 +18095,9 @@ SymbolicName=ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN Language=English ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN - The operation couldn't locate a DC for the source domain. . +Language=Russian +ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN - The operation couldn't locate a DC for the source domain. +. MessageId=8538 Severity=Success @@ -14352,6 +18106,9 @@ SymbolicName=ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER Language=English ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER - The source object must be a group or user. . +Language=Russian +ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER - The source object must be a group or user. +. MessageId=8539 Severity=Success @@ -14360,6 +18117,9 @@ SymbolicName=ERROR_DS_SRC_SID_EXISTS_IN_FOREST Language=English ERROR_DS_SRC_SID_EXISTS_IN_FOREST - The source object's SID already exists in destination forest. . +Language=Russian +ERROR_DS_SRC_SID_EXISTS_IN_FOREST - The source object's SID already exists in destination forest. +. MessageId=8540 Severity=Success @@ -14368,6 +18128,9 @@ SymbolicName=ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH Language=English ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH - The source and destination object must be of the same type. . +Language=Russian +ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH - The source and destination object must be of the same type. +. MessageId=8541 Severity=Success @@ -14377,6 +18140,10 @@ Language=English ERROR_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. . +Language=Russian +ERROR_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1. +Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. +. MessageId=8542 Severity=Success @@ -14385,6 +18152,9 @@ SymbolicName=ERROR_DS_DRA_SCHEMA_INFO_SHIP Language=English ERROR_DS_DRA_SCHEMA_INFO_SHIP - Schema information could not be included in the replication request. . +Language=Russian +ERROR_DS_DRA_SCHEMA_INFO_SHIP - Schema information could not be included in the replication request. +. MessageId=8543 Severity=Success @@ -14393,6 +18163,9 @@ SymbolicName=ERROR_DS_DRA_SCHEMA_CONFLICT Language=English ERROR_DS_DRA_SCHEMA_CONFLICT - The replication operation could not be completed due to a schema incompatibility. . +Language=Russian +ERROR_DS_DRA_SCHEMA_CONFLICT - The replication operation could not be completed due to a schema incompatibility. +. MessageId=8544 Severity=Success @@ -14401,6 +18174,9 @@ SymbolicName=ERROR_DS_DRA_EARLIER_SCHEMA_CONLICT Language=English ERROR_DS_DRA_EARLIER_SCHEMA_CONLICT - The replication operation could not be completed due to a previous schema incompatibility. . +Language=Russian +ERROR_DS_DRA_EARLIER_SCHEMA_CONLICT - The replication operation could not be completed due to a previous schema incompatibility. +. MessageId=8545 Severity=Success @@ -14409,6 +18185,9 @@ SymbolicName=ERROR_DS_DRA_OBJ_NC_MISMATCH Language=English ERROR_DS_DRA_OBJ_NC_MISMATCH - The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation. . +Language=Russian +ERROR_DS_DRA_OBJ_NC_MISMATCH - The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation. +. MessageId=8546 Severity=Success @@ -14417,6 +18196,9 @@ SymbolicName=ERROR_DS_NC_STILL_HAS_DSAS Language=English ERROR_DS_NC_STILL_HAS_DSAS - The requested domain could not be deleted because there exist domain controllers that still host this domain. . +Language=Russian +ERROR_DS_NC_STILL_HAS_DSAS - The requested domain could not be deleted because there exist domain controllers that still host this domain. +. MessageId=8547 Severity=Success @@ -14425,6 +18207,9 @@ SymbolicName=ERROR_DS_GC_REQUIRED Language=English ERROR_DS_GC_REQUIRED - The requested operation can be performed only on a global catalog server. . +Language=Russian +ERROR_DS_GC_REQUIRED - The requested operation can be performed only on a global catalog server. +. MessageId=8548 Severity=Success @@ -14433,6 +18218,9 @@ SymbolicName=ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY Language=English ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY - A local group can only be a member of other local groups in the same domain. . +Language=Russian +ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY - A local group can only be a member of other local groups in the same domain. +. MessageId=8549 Severity=Success @@ -14441,6 +18229,9 @@ SymbolicName=ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS Language=English ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS - Foreign security principals cannot be members of universal groups. . +Language=Russian +ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS - Foreign security principals cannot be members of universal groups. +. MessageId=8550 Severity=Success @@ -14449,6 +18240,9 @@ SymbolicName=ERROR_DS_CANT_ADD_TO_GC Language=English ERROR_DS_CANT_ADD_TO_GC - The attribute is not allowed to be replicated to the GC because of security reasons. . +Language=Russian +ERROR_DS_CANT_ADD_TO_GC - The attribute is not allowed to be replicated to the GC because of security reasons. +. MessageId=8551 Severity=Success @@ -14457,6 +18251,9 @@ SymbolicName=ERROR_DS_NO_CHECKPOINT_WITH_PDC Language=English ERROR_DS_NO_CHECKPOINT_WITH_PDC - The checkpoint with the PDC could not be taken because there are too many modifications being processed currently. . +Language=Russian +ERROR_DS_NO_CHECKPOINT_WITH_PDC - The checkpoint with the PDC could not be taken because there are too many modifications being processed currently. +. MessageId=8552 Severity=Success @@ -14465,6 +18262,9 @@ SymbolicName=ERROR_DS_SOURCE_AUDITING_NOT_ENABLED Language=English ERROR_DS_SOURCE_AUDITING_NOT_ENABLED - The operation requires that source domain auditing be enabled. . +Language=Russian +ERROR_DS_SOURCE_AUDITING_NOT_ENABLED - The operation requires that source domain auditing be enabled. +. MessageId=8553 Severity=Success @@ -14473,6 +18273,9 @@ SymbolicName=ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC Language=English ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC - Security principal objects can only be created inside domain naming contexts. . +Language=Russian +ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC - Security principal objects can only be created inside domain naming contexts. +. MessageId=8554 Severity=Success @@ -14481,6 +18284,9 @@ SymbolicName=ERROR_DS_INVALID_NAME_FOR_SPN Language=English ERROR_DS_INVALID_NAME_FOR_SPN - A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format. . +Language=Russian +ERROR_DS_INVALID_NAME_FOR_SPN - A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format. +. MessageId=8555 Severity=Success @@ -14489,6 +18295,9 @@ SymbolicName=ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS Language=English ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS - A Filter was passed that uses constructed attributes. . +Language=Russian +ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS - A Filter was passed that uses constructed attributes. +. MessageId=8556 Severity=Success @@ -14497,6 +18306,9 @@ SymbolicName=ERROR_DS_UNICODEPWD_NOT_IN_QUOTES Language=English ERROR_DS_UNICODEPWD_NOT_IN_QUOTES - The unicodePwd attribute value must be enclosed in double quotes. . +Language=Russian +ERROR_DS_UNICODEPWD_NOT_IN_QUOTES - The unicodePwd attribute value must be enclosed in double quotes. +. MessageId=8557 Severity=Success @@ -14505,6 +18317,9 @@ SymbolicName=ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED Language=English ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED - Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased. . +Language=Russian +ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED - Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased. +. MessageId=8558 Severity=Success @@ -14513,6 +18328,9 @@ SymbolicName=ERROR_DS_MUST_BE_RUN_ON_DST_DC Language=English ERROR_DS_MUST_BE_RUN_ON_DST_DC - For security reasons, the operation must be run on the destination DC. . +Language=Russian +ERROR_DS_MUST_BE_RUN_ON_DST_DC - For security reasons, the operation must be run on the destination DC. +. MessageId=8559 Severity=Success @@ -14521,6 +18339,9 @@ SymbolicName=ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER Language=English ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER - For security reasons, the source DC must be NT4SP4 or greater. . +Language=Russian +ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER - For security reasons, the source DC must be NT4SP4 or greater. +. MessageId=8560 Severity=Success @@ -14529,6 +18350,9 @@ SymbolicName=ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ Language=English ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ - Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed. . +Language=Russian +ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ - Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed. +. MessageId=8561 Severity=Success @@ -14538,6 +18362,10 @@ Language=English ERROR_DS_INIT_FAILURE_CONSOLE - Directory Services could not start because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. . +Language=Russian +ERROR_DS_INIT_FAILURE_CONSOLE - Directory Services could not start because of the following error: %1. +Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. +. MessageId=8562 Severity=Success @@ -14547,6 +18375,10 @@ Language=English ERROR_DS_SAM_INIT_FAILURE_CONSOLE - Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. . +Language=Russian +ERROR_DS_SAM_INIT_FAILURE_CONSOLE - Security Accounts Manager initialization failed because of the following error: %1. +Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. +. MessageId=8563 Severity=Success @@ -14555,6 +18387,9 @@ SymbolicName=ERROR_DS_FOREST_VERSION_TOO_HIGH Language=English ERROR_DS_FOREST_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest. . +Language=Russian +ERROR_DS_FOREST_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest. +. MessageId=8564 Severity=Success @@ -14563,6 +18398,9 @@ SymbolicName=ERROR_DS_DOMAIN_VERSION_TOO_HIGH Language=English ERROR_DS_DOMAIN_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain. . +Language=Russian +ERROR_DS_DOMAIN_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain. +. MessageId=8565 Severity=Success @@ -14571,6 +18409,9 @@ SymbolicName=ERROR_DS_FOREST_VERSION_TOO_LOW Language=English ERROR_DS_FOREST_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest. . +Language=Russian +ERROR_DS_FOREST_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest. +. MessageId=8566 Severity=Success @@ -14579,6 +18420,9 @@ SymbolicName=ERROR_DS_DOMAIN_VERSION_TOO_LOW Language=English ERROR_DS_DOMAIN_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain. . +Language=Russian +ERROR_DS_DOMAIN_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain. +. MessageId=8567 Severity=Success @@ -14587,6 +18431,9 @@ SymbolicName=ERROR_DS_INCOMPATIBLE_VERSION Language=English ERROR_DS_INCOMPATIBLE_VERSION - The version of the operating system installed on this server is incompatible with the functional level of the domain or forest. . +Language=Russian +ERROR_DS_INCOMPATIBLE_VERSION - The version of the operating system installed on this server is incompatible with the functional level of the domain or forest. +. MessageId=8568 Severity=Success @@ -14595,6 +18442,9 @@ SymbolicName=ERROR_DS_LOW_DSA_VERSION Language=English ERROR_DS_LOW_DSA_VERSION - The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level. . +Language=Russian +ERROR_DS_LOW_DSA_VERSION - The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level. +. MessageId=8569 Severity=Success @@ -14603,6 +18453,9 @@ SymbolicName=ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN Language=English ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN - The forest functional level cannot be raised to the requested level since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode before you can raise the forest functional level. . +Language=Russian +ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN - The forest functional level cannot be raised to the requested level since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode before you can raise the forest functional level. +. MessageId=8570 Severity=Success @@ -14611,6 +18464,9 @@ SymbolicName=ERROR_DS_NOT_SUPPORTED_SORT_ORDER Language=English ERROR_DS_NOT_SUPPORTED_SORT_ORDER - The sort order requested is not supported. . +Language=Russian +ERROR_DS_NOT_SUPPORTED_SORT_ORDER - The sort order requested is not supported. +. MessageId=8571 Severity=Success @@ -14619,6 +18475,9 @@ SymbolicName=ERROR_DS_NAME_NOT_UNIQUE Language=English ERROR_DS_NAME_NOT_UNIQUE - The requested name already exists as a unique identifier. . +Language=Russian +ERROR_DS_NAME_NOT_UNIQUE - The requested name already exists as a unique identifier. +. MessageId=8572 Severity=Success @@ -14627,6 +18486,9 @@ SymbolicName=ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 Language=English ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 - The machine account was created pre-NT4. The account needs to be recreated. . +Language=Russian +ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 - The machine account was created pre-NT4. The account needs to be recreated. +. MessageId=8573 Severity=Success @@ -14635,6 +18497,9 @@ SymbolicName=ERROR_DS_OUT_OF_VERSION_STORE Language=English ERROR_DS_OUT_OF_VERSION_STORE - The database is out of version store. . +Language=Russian +ERROR_DS_OUT_OF_VERSION_STORE - The database is out of version store. +. MessageId=8574 Severity=Success @@ -14643,6 +18508,9 @@ SymbolicName=ERROR_DS_INCOMPATIBLE_CONTROLS_USED Language=English ERROR_DS_INCOMPATIBLE_CONTROLS_USED - Unable to continue operation because multiple conflicting controls were used. . +Language=Russian +ERROR_DS_INCOMPATIBLE_CONTROLS_USED - Unable to continue operation because multiple conflicting controls were used. +. MessageId=8575 Severity=Success @@ -14651,6 +18519,9 @@ SymbolicName=ERROR_DS_NO_REF_DOMAIN Language=English ERROR_DS_NO_REF_DOMAIN - Unable to find a valid security descriptor reference domain for this partition. . +Language=Russian +ERROR_DS_NO_REF_DOMAIN - Unable to find a valid security descriptor reference domain for this partition. +. MessageId=8576 Severity=Success @@ -14659,6 +18530,9 @@ SymbolicName=ERROR_DS_RESERVED_LINK_ID Language=English ERROR_DS_RESERVED_LINK_ID - Schema update failed: The link identifier is reserved. . +Language=Russian +ERROR_DS_RESERVED_LINK_ID - Schema update failed: The link identifier is reserved. +. MessageId=8577 Severity=Success @@ -14667,6 +18541,9 @@ SymbolicName=ERROR_DS_LINK_ID_NOT_AVAILABLE Language=English ERROR_DS_LINK_ID_NOT_AVAILABLE - Schema update failed: There are no link identifiers available. . +Language=Russian +ERROR_DS_LINK_ID_NOT_AVAILABLE - Schema update failed: There are no link identifiers available. +. MessageId=8578 Severity=Success @@ -14675,6 +18552,9 @@ SymbolicName=ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER Language=English ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER - An account group cannot have a universal group as a member. . +Language=Russian +ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER - An account group cannot have a universal group as a member. +. MessageId=8579 Severity=Success @@ -14683,6 +18563,9 @@ SymbolicName=ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE Language=English ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE - Rename or move operations on naming context heads or read-only objects are not allowed. . +Language=Russian +ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE - Rename or move operations on naming context heads or read-only objects are not allowed. +. MessageId=8580 Severity=Success @@ -14691,6 +18574,9 @@ SymbolicName=ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC Language=English ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC - Move operations on objects in the schema naming context are not allowed. . +Language=Russian +ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC - Move operations on objects in the schema naming context are not allowed. +. MessageId=8581 Severity=Success @@ -14699,6 +18585,9 @@ SymbolicName=ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG Language=English ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG - A system flag has been set on the object and does not allow the object to be moved or renamed. . +Language=Russian +ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG - A system flag has been set on the object and does not allow the object to be moved or renamed. +. MessageId=8582 Severity=Success @@ -14707,6 +18596,9 @@ SymbolicName=ERROR_DS_MODIFYDN_WRONG_GRANDPARENT Language=English ERROR_DS_MODIFYDN_WRONG_GRANDPARENT - This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers. . +Language=Russian +ERROR_DS_MODIFYDN_WRONG_GRANDPARENT - This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers. +. MessageId=8583 Severity=Success @@ -14715,6 +18607,9 @@ SymbolicName=ERROR_DS_NAME_ERROR_TRUST_REFERRAL Language=English ERROR_DS_NAME_ERROR_TRUST_REFERRAL - Unable to resolve completely, a referral to another forest is generated. . +Language=Russian +ERROR_DS_NAME_ERROR_TRUST_REFERRAL - Unable to resolve completely, a referral to another forest is generated. +. MessageId=8584 Severity=Success @@ -14723,6 +18618,9 @@ SymbolicName=ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER Language=English ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER - The requested action is not supported on standard server. . +Language=Russian +ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER - The requested action is not supported on standard server. +. MessageId=8585 Severity=Success @@ -14731,6 +18629,9 @@ SymbolicName=ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD Language=English ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD - Could not access a partition of the Active Directory located on a remote server. Make sure at least one server is running for the partition in question. . +Language=Russian +ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD - Could not access a partition of the Active Directory located on a remote server. Make sure at least one server is running for the partition in question. +. MessageId=8586 Severity=Success @@ -14739,6 +18640,9 @@ SymbolicName=ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 Language=English ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 - The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master. . +Language=Russian +ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 - The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master. +. MessageId=8587 Severity=Success @@ -14747,6 +18651,9 @@ SymbolicName=ERROR_DS_THREAD_LIMIT_EXCEEDED Language=English ERROR_DS_THREAD_LIMIT_EXCEEDED - The thread limit for this request was exceeded. . +Language=Russian +ERROR_DS_THREAD_LIMIT_EXCEEDED - The thread limit for this request was exceeded. +. MessageId=8588 Severity=Success @@ -14755,6 +18662,9 @@ SymbolicName=ERROR_DS_NOT_CLOSEST Language=English ERROR_DS_NOT_CLOSEST - The Global catalog server is not in the closet site. . +Language=Russian +ERROR_DS_NOT_CLOSEST - The Global catalog server is not in the closet site. +. MessageId=8589 Severity=Success @@ -14763,6 +18673,9 @@ SymbolicName=ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF Language=English ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF - The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute. . +Language=Russian +ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF - The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute. +. MessageId=8590 Severity=Success @@ -14771,6 +18684,9 @@ SymbolicName=ERROR_DS_SINGLE_USER_MODE_FAILED Language=English ERROR_DS_SINGLE_USER_MODE_FAILED - The Directory Service failed to enter single user mode. . +Language=Russian +ERROR_DS_SINGLE_USER_MODE_FAILED - The Directory Service failed to enter single user mode. +. MessageId=8591 Severity=Success @@ -14779,6 +18695,9 @@ SymbolicName=ERROR_DS_NTDSCRIPT_SYNTAX_ERROR Language=English ERROR_DS_NTDSCRIPT_SYNTAX_ERROR - The Directory Service cannot parse the script because of a syntax error. . +Language=Russian +ERROR_DS_NTDSCRIPT_SYNTAX_ERROR - The Directory Service cannot parse the script because of a syntax error. +. MessageId=8592 Severity=Success @@ -14787,6 +18706,9 @@ SymbolicName=ERROR_DS_NTDSCRIPT_PROCESS_ERROR Language=English ERROR_DS_NTDSCRIPT_PROCESS_ERROR - The Directory Service cannot process the script because of an error. . +Language=Russian +ERROR_DS_NTDSCRIPT_PROCESS_ERROR - The Directory Service cannot process the script because of an error. +. MessageId=8593 Severity=Success @@ -14795,6 +18717,9 @@ SymbolicName=ERROR_DS_DIFFERENT_REPL_EPOCHS Language=English ERROR_DS_DIFFERENT_REPL_EPOCHS - The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress). . +Language=Russian +ERROR_DS_DIFFERENT_REPL_EPOCHS - The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress). +. MessageId=8594 Severity=Success @@ -14803,6 +18728,9 @@ SymbolicName=ERROR_DS_DRS_EXTENSIONS_CHANGED Language=English ERROR_DS_DRS_EXTENSIONS_CHANGED - The directory service binding must be renegotiated due to a change in the server extensions information. . +Language=Russian +ERROR_DS_DRS_EXTENSIONS_CHANGED - The directory service binding must be renegotiated due to a change in the server extensions information. +. MessageId=8595 Severity=Success @@ -14811,6 +18739,9 @@ SymbolicName=ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR Language=English ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR - Operation not allowed on a disabled cross ref. . +Language=Russian +ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR - Operation not allowed on a disabled cross ref. +. MessageId=8596 Severity=Success @@ -14819,6 +18750,9 @@ SymbolicName=ERROR_DS_NO_MSDS_INTID Language=English ERROR_DS_NO_MSDS_INTID - Schema update failed: No values for msDS-IntId are available. . +Language=Russian +ERROR_DS_NO_MSDS_INTID - Schema update failed: No values for msDS-IntId are available. +. MessageId=8597 Severity=Success @@ -14827,6 +18761,9 @@ SymbolicName=ERROR_DS_DUP_MSDS_INTID Language=English ERROR_DS_DUP_MSDS_INTID - Schema update failed: Duplicate msDS-IntId. Retry the operation. . +Language=Russian +ERROR_DS_DUP_MSDS_INTID - Schema update failed: Duplicate msDS-IntId. Retry the operation. +. MessageId=8598 Severity=Success @@ -14835,6 +18772,9 @@ SymbolicName=ERROR_DS_EXISTS_IN_RDNATTID Language=English ERROR_DS_EXISTS_IN_RDNATTID - Schema deletion failed: attribute is used in rDNAttID. . +Language=Russian +ERROR_DS_EXISTS_IN_RDNATTID - Schema deletion failed: attribute is used in rDNAttID. +. MessageId=8599 Severity=Success @@ -14843,6 +18783,9 @@ SymbolicName=ERROR_DS_AUTHORIZATION_FAILED Language=English ERROR_DS_AUTHORIZATION_FAILED - The directory service failed to authorize the request. . +Language=Russian +ERROR_DS_AUTHORIZATION_FAILED - The directory service failed to authorize the request. +. MessageId=8600 Severity=Success @@ -14851,6 +18794,9 @@ SymbolicName=ERROR_DS_INVALID_SCRIPT Language=English ERROR_DS_INVALID_SCRIPT - The Directory Service cannot process the script because it is invalid. . +Language=Russian +ERROR_DS_INVALID_SCRIPT - The Directory Service cannot process the script because it is invalid. +. MessageId=8601 Severity=Success @@ -14859,6 +18805,9 @@ SymbolicName=ERROR_DS_REMOTE_CROSSREF_OP_FAILED Language=English ERROR_DS_REMOTE_CROSSREF_OP_FAILED - The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data. . +Language=Russian +ERROR_DS_REMOTE_CROSSREF_OP_FAILED - The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data. +. MessageId=8602 Severity=Success @@ -14867,6 +18816,9 @@ SymbolicName=ERROR_DS_CROSS_REF_BUSY Language=English ERROR_DS_CROSS_REF_BUSY - A cross reference is in use locally with the same name. . +Language=Russian +ERROR_DS_CROSS_REF_BUSY - A cross reference is in use locally with the same name. +. MessageId=8603 Severity=Success @@ -14875,6 +18827,9 @@ SymbolicName=ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN Language=English ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN - The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest. . +Language=Russian +ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN - The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest. +. MessageId=8604 Severity=Success @@ -14883,6 +18838,9 @@ SymbolicName=ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC Language=English ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC - Writeable NCs prevent this DC from demoting. . +Language=Russian +ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC - Writeable NCs prevent this DC from demoting. +. MessageId=8605 Severity=Success @@ -14891,6 +18849,9 @@ SymbolicName=ERROR_DS_DUPLICATE_ID_FOUND Language=English ERROR_DS_DUPLICATE_ID_FOUND - The requested object has a non-unique identifier and cannot be retrieved. . +Language=Russian +ERROR_DS_DUPLICATE_ID_FOUND - The requested object has a non-unique identifier and cannot be retrieved. +. MessageId=8606 Severity=Success @@ -14899,6 +18860,9 @@ SymbolicName=ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT Language=English ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT - Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected. . +Language=Russian +ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT - Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected. +. MessageId=8607 Severity=Success @@ -14907,6 +18871,9 @@ SymbolicName=ERROR_DS_GROUP_CONVERSION_ERROR Language=English ERROR_DS_GROUP_CONVERSION_ERROR - The group cannot be converted due to attribute restrictions on the requested group type. . +Language=Russian +ERROR_DS_GROUP_CONVERSION_ERROR - The group cannot be converted due to attribute restrictions on the requested group type. +. MessageId=8608 Severity=Success @@ -14915,6 +18882,9 @@ SymbolicName=ERROR_DS_CANT_MOVE_APP_BASIC_GROUP Language=English ERROR_DS_CANT_MOVE_APP_BASIC_GROUP - Cross-domain move of non-empty basic application groups is not allowed. . +Language=Russian +ERROR_DS_CANT_MOVE_APP_BASIC_GROUP - Cross-domain move of non-empty basic application groups is not allowed. +. MessageId=8609 Severity=Success @@ -14923,6 +18893,9 @@ SymbolicName=ERROR_DS_CANT_MOVE_APP_QUERY_GROUP Language=English ERROR_DS_CANT_MOVE_APP_QUERY_GROUP - Cross-domain move on non-empty query based application groups is not allowed. . +Language=Russian +ERROR_DS_CANT_MOVE_APP_QUERY_GROUP - Cross-domain move on non-empty query based application groups is not allowed. +. MessageId=8610 Severity=Success @@ -14931,6 +18904,9 @@ SymbolicName=ERROR_DS_ROLE_NOT_VERIFIED Language=English ERROR_DS_ROLE_NOT_VERIFIED - The role owner could not be verified because replication of its partition has not occurred recently. . +Language=Russian +ERROR_DS_ROLE_NOT_VERIFIED - The role owner could not be verified because replication of its partition has not occurred recently. +. MessageId=8611 Severity=Success @@ -14939,6 +18915,9 @@ SymbolicName=ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL Language=English ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL - The target container for a redirection of a well-known object container cannot already be a special container. . +Language=Russian +ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL - The target container for a redirection of a well-known object container cannot already be a special container. +. MessageId=8612 Severity=Success @@ -14947,6 +18926,9 @@ SymbolicName=ERROR_DS_DOMAIN_RENAME_IN_PROGRESS Language=English ERROR_DS_DOMAIN_RENAME_IN_PROGRESS - The Directory Service cannot perform the requested operation because a domain rename operation is in progress. . +Language=Russian +ERROR_DS_DOMAIN_RENAME_IN_PROGRESS - The Directory Service cannot perform the requested operation because a domain rename operation is in progress. +. MessageId=8613 Severity=Success @@ -14955,6 +18937,9 @@ SymbolicName=ERROR_DS_EXISTING_AD_CHILD_NC Language=English ERROR_DS_EXISTING_AD_CHILD_NC - The Active Directory detected an Active Directory child partition below the requested new partition name. The Active Directory's partition hierarchy must be created in a top-down method. . +Language=Russian +ERROR_DS_EXISTING_AD_CHILD_NC - The Active Directory detected an Active Directory child partition below the requested new partition name. The Active Directory's partition hierarchy must be created in a top-down method. +. MessageId=8614 Severity=Success @@ -14963,6 +18948,9 @@ SymbolicName=ERROR_DS_REPL_LIFETIME_EXCEEDED Language=English ERROR_DS_REPL_LIFETIME_EXCEEDED - The Active Directory cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime. . +Language=Russian +ERROR_DS_REPL_LIFETIME_EXCEEDED - The Active Directory cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime. +. MessageId=8615 Severity=Success @@ -14971,6 +18959,9 @@ SymbolicName=ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER Language=English ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER - The requested operation is not allowed on an object under the system container. . +Language=Russian +ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER - The requested operation is not allowed on an object under the system container. +. MessageId=8616 Severity=Success @@ -14979,6 +18970,9 @@ SymbolicName=ERROR_DS_LDAP_SEND_QUEUE_FULL Language=English ERROR_DS_LDAP_SEND_QUEUE_FULL - The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected. . +Language=Russian +ERROR_DS_LDAP_SEND_QUEUE_FULL - The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected. +. MessageId=8617 Severity=Success @@ -14987,6 +18981,9 @@ SymbolicName=ERROR_DS_DRA_OUT_SCHEDULE_WINDOW Language=English ERROR_DS_DRA_OUT_SCHEDULE_WINDOW - The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency. . +Language=Russian +ERROR_DS_DRA_OUT_SCHEDULE_WINDOW - The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency. +. MessageId=9001 Severity=Success @@ -14995,6 +18992,9 @@ SymbolicName=DNS_ERROR_RCODE_FORMAT_ERROR Language=English DNS_ERROR_RCODE_FORMAT_ERROR - DNS server unable to interpret format. . +Language=Russian +DNS_ERROR_RCODE_FORMAT_ERROR - DNS server unable to interpret format. +. MessageId=9002 Severity=Success @@ -15003,6 +19003,9 @@ SymbolicName=DNS_ERROR_RCODE_SERVER_FAILURE Language=English DNS_ERROR_RCODE_SERVER_FAILURE - DNS server failure. . +Language=Russian +DNS_ERROR_RCODE_SERVER_FAILURE - DNS server failure. +. MessageId=9003 Severity=Success @@ -15011,6 +19014,9 @@ SymbolicName=DNS_ERROR_RCODE_NAME_ERROR Language=English DNS_ERROR_RCODE_NAME_ERROR - DNS name does not exist. . +Language=Russian +DNS_ERROR_RCODE_NAME_ERROR - DNS name does not exist. +. MessageId=9004 Severity=Success @@ -15019,6 +19025,9 @@ SymbolicName=DNS_ERROR_RCODE_NOT_IMPLEMENTED Language=English DNS_ERROR_RCODE_NOT_IMPLEMENTED - DNS request not supported by name server. . +Language=Russian +DNS_ERROR_RCODE_NOT_IMPLEMENTED - DNS request not supported by name server. +. MessageId=9005 Severity=Success @@ -15027,6 +19036,9 @@ SymbolicName=DNS_ERROR_RCODE_REFUSED Language=English DNS_ERROR_RCODE_REFUSED - DNS operation refused. . +Language=Russian +DNS_ERROR_RCODE_REFUSED - DNS operation refused. +. MessageId=9006 Severity=Success @@ -15035,6 +19047,9 @@ SymbolicName=DNS_ERROR_RCODE_YXDOMAIN Language=English DNS_ERROR_RCODE_YXDOMAIN - DNS name that ought not exist, does exist. . +Language=Russian +DNS_ERROR_RCODE_YXDOMAIN - DNS name that ought not exist, does exist. +. MessageId=9007 Severity=Success @@ -15043,6 +19058,9 @@ SymbolicName=DNS_ERROR_RCODE_YXRRSET Language=English DNS_ERROR_RCODE_YXRRSET - DNS RR set that ought not exist, does exist. . +Language=Russian +DNS_ERROR_RCODE_YXRRSET - DNS RR set that ought not exist, does exist. +. MessageId=9008 Severity=Success @@ -15051,6 +19069,9 @@ SymbolicName=DNS_ERROR_RCODE_NXRRSET Language=English DNS_ERROR_RCODE_NXRRSET - DNS RR set that ought to exist, does not exist. . +Language=Russian +DNS_ERROR_RCODE_NXRRSET - DNS RR set that ought to exist, does not exist. +. MessageId=9009 Severity=Success @@ -15059,6 +19080,9 @@ SymbolicName=DNS_ERROR_RCODE_NOTAUTH Language=English DNS_ERROR_RCODE_NOTAUTH - DNS server not authoritative for zone. . +Language=Russian +DNS_ERROR_RCODE_NOTAUTH - DNS server not authoritative for zone. +. MessageId=9010 Severity=Success @@ -15067,6 +19091,9 @@ SymbolicName=DNS_ERROR_RCODE_NOTZONE Language=English DNS_ERROR_RCODE_NOTZONE - DNS name in update or prereq is not in zone. . +Language=Russian +DNS_ERROR_RCODE_NOTZONE - DNS name in update or prereq is not in zone. +. MessageId=9016 Severity=Success @@ -15075,6 +19102,9 @@ SymbolicName=DNS_ERROR_RCODE_BADSIG Language=English DNS_ERROR_RCODE_BADSIG - DNS signature failed to verify. . +Language=Russian +DNS_ERROR_RCODE_BADSIG - DNS signature failed to verify. +. MessageId=9017 Severity=Success @@ -15083,6 +19113,9 @@ SymbolicName=DNS_ERROR_RCODE_BADKEY Language=English DNS_ERROR_RCODE_BADKEY - DNS bad key. . +Language=Russian +DNS_ERROR_RCODE_BADKEY - DNS bad key. +. MessageId=9018 Severity=Success @@ -15091,6 +19124,9 @@ SymbolicName=DNS_ERROR_RCODE_BADTIME Language=English DNS_ERROR_RCODE_BADTIME - DNS signature validity expired. . +Language=Russian +DNS_ERROR_RCODE_BADTIME - DNS signature validity expired. +. MessageId=9501 Severity=Success @@ -15099,6 +19135,9 @@ SymbolicName=DNS_INFO_NO_RECORDS Language=English DNS_INFO_NO_RECORDS - No records found for given DNS query. . +Language=Russian +DNS_INFO_NO_RECORDS - No records found for given DNS query. +. MessageId=9502 Severity=Success @@ -15107,6 +19146,9 @@ SymbolicName=DNS_ERROR_BAD_PACKET Language=English DNS_ERROR_BAD_PACKET - Bad DNS packet. . +Language=Russian +DNS_ERROR_BAD_PACKET - Bad DNS packet. +. MessageId=9503 Severity=Success @@ -15115,6 +19157,9 @@ SymbolicName=DNS_ERROR_NO_PACKET Language=English DNS_ERROR_NO_PACKET - No DNS packet. . +Language=Russian +DNS_ERROR_NO_PACKET - No DNS packet. +. MessageId=9504 Severity=Success @@ -15123,6 +19168,9 @@ SymbolicName=DNS_ERROR_RCODE Language=English DNS_ERROR_RCODE - DNS error, check rcode. . +Language=Russian +DNS_ERROR_RCODE - DNS error, check rcode. +. MessageId=9505 Severity=Success @@ -15131,6 +19179,9 @@ SymbolicName=DNS_ERROR_UNSECURE_PACKET Language=English DNS_ERROR_UNSECURE_PACKET - Unsecured DNS packet. . +Language=Russian +DNS_ERROR_UNSECURE_PACKET - Unsecured DNS packet. +. MessageId=9551 Severity=Success @@ -15139,6 +19190,9 @@ SymbolicName=DNS_ERROR_INVALID_TYPE Language=English DNS_ERROR_INVALID_TYPE - Invalid DNS type. . +Language=Russian +DNS_ERROR_INVALID_TYPE - Invalid DNS type. +. MessageId=9552 Severity=Success @@ -15147,6 +19201,9 @@ SymbolicName=DNS_ERROR_INVALID_IP_ADDRESS Language=English DNS_ERROR_INVALID_IP_ADDRESS - Invalid IP address. . +Language=Russian +DNS_ERROR_INVALID_IP_ADDRESS - Invalid IP address. +. MessageId=9553 Severity=Success @@ -15155,6 +19212,9 @@ SymbolicName=DNS_ERROR_INVALID_PROPERTY Language=English DNS_ERROR_INVALID_PROPERTY - Invalid property. . +Language=Russian +DNS_ERROR_INVALID_PROPERTY - Invalid property. +. MessageId=9554 Severity=Success @@ -15163,6 +19223,9 @@ SymbolicName=DNS_ERROR_TRY_AGAIN_LATER Language=English DNS_ERROR_TRY_AGAIN_LATER - Try DNS operation again later. . +Language=Russian +DNS_ERROR_TRY_AGAIN_LATER - Try DNS operation again later. +. MessageId=9555 Severity=Success @@ -15171,6 +19234,9 @@ SymbolicName=DNS_ERROR_NOT_UNIQUE Language=English DNS_ERROR_NOT_UNIQUE - Record for given name and type is not unique. . +Language=Russian +DNS_ERROR_NOT_UNIQUE - Record for given name and type is not unique. +. MessageId=9556 Severity=Success @@ -15179,6 +19245,9 @@ SymbolicName=DNS_ERROR_NON_RFC_NAME Language=English DNS_ERROR_NON_RFC_NAME - DNS name does not comply with RFC specifications. . +Language=Russian +DNS_ERROR_NON_RFC_NAME - DNS name does not comply with RFC specifications. +. MessageId=9557 Severity=Success @@ -15187,6 +19256,9 @@ SymbolicName=DNS_STATUS_FQDN Language=English DNS_STATUS_FQDN - DNS name is a fully-qualified DNS name. . +Language=Russian +DNS_STATUS_FQDN - DNS name is a fully-qualified DNS name. +. MessageId=9558 Severity=Success @@ -15195,6 +19267,9 @@ SymbolicName=DNS_STATUS_DOTTED_NAME Language=English DNS_STATUS_DOTTED_NAME - DNS name is dotted (multi-label). . +Language=Russian +DNS_STATUS_DOTTED_NAME - DNS name is dotted (multi-label). +. MessageId=9559 Severity=Success @@ -15203,6 +19278,9 @@ SymbolicName=DNS_STATUS_SINGLE_PART_NAME Language=English DNS_STATUS_SINGLE_PART_NAME - DNS name is a single-part name. . +Language=Russian +DNS_STATUS_SINGLE_PART_NAME - DNS name is a single-part name. +. MessageId=9560 Severity=Success @@ -15211,6 +19289,9 @@ SymbolicName=DNS_ERROR_INVALID_NAME_CHAR Language=English DNS_ERROR_INVALID_NAME_CHAR - DSN name contains an invalid character. . +Language=Russian +DNS_ERROR_INVALID_NAME_CHAR - DSN name contains an invalid character. +. MessageId=9561 Severity=Success @@ -15219,6 +19300,9 @@ SymbolicName=DNS_ERROR_NUMERIC_NAME Language=English DNS_ERROR_NUMERIC_NAME - DNS name is entirely numeric. . +Language=Russian +DNS_ERROR_NUMERIC_NAME - DNS name is entirely numeric. +. MessageId=9562 Severity=Success @@ -15227,6 +19311,9 @@ SymbolicName=DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER Language=English DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER - The operation requested is not permitted on a DNS root server. . +Language=Russian +DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER - The operation requested is not permitted on a DNS root server. +. MessageId=9563 Severity=Success @@ -15235,6 +19322,9 @@ SymbolicName=DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION Language=English DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION - The record could not be created because this part of the DNS namespace has been delegated to another server. . +Language=Russian +DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION - The record could not be created because this part of the DNS namespace has been delegated to another server. +. MessageId=9564 Severity=Success @@ -15243,6 +19333,9 @@ SymbolicName=DNS_ERROR_CANNOT_FIND_ROOT_HINTS Language=English DNS_ERROR_CANNOT_FIND_ROOT_HINTS - The DNS server could not find a set of root hints. . +Language=Russian +DNS_ERROR_CANNOT_FIND_ROOT_HINTS - The DNS server could not find a set of root hints. +. MessageId=9565 Severity=Success @@ -15251,6 +19344,9 @@ SymbolicName=DNS_ERROR_INCONSISTENT_ROOT_HINTS Language=English DNS_ERROR_INCONSISTENT_ROOT_HINTS - The DNS server found root hints but they were not consistent across all adapters. . +Language=Russian +DNS_ERROR_INCONSISTENT_ROOT_HINTS - The DNS server found root hints but they were not consistent across all adapters. +. MessageId=9601 Severity=Success @@ -15259,6 +19355,9 @@ SymbolicName=DNS_ERROR_ZONE_DOES_NOT_EXIST Language=English DNS_ERROR_ZONE_DOES_NOT_EXIST - DNS zone does not exist. . +Language=Russian +DNS_ERROR_ZONE_DOES_NOT_EXIST - DNS zone does not exist. +. MessageId=9602 Severity=Success @@ -15267,6 +19366,9 @@ SymbolicName=DNS_ERROR_NO_ZONE_INFO Language=English DNS_ERROR_NO_ZONE_INFO - DNS zone information not available. . +Language=Russian +DNS_ERROR_NO_ZONE_INFO - DNS zone information not available. +. MessageId=9603 Severity=Success @@ -15275,6 +19377,9 @@ SymbolicName=DNS_ERROR_INVALID_ZONE_OPERATION Language=English DNS_ERROR_INVALID_ZONE_OPERATION - Invalid operation for DNS zone. . +Language=Russian +DNS_ERROR_INVALID_ZONE_OPERATION - Invalid operation for DNS zone. +. MessageId=9604 Severity=Success @@ -15283,6 +19388,9 @@ SymbolicName=DNS_ERROR_ZONE_CONFIGURATION_ERROR Language=English DNS_ERROR_ZONE_CONFIGURATION_ERROR - Invalid DNS zone configuration. . +Language=Russian +DNS_ERROR_ZONE_CONFIGURATION_ERROR - Invalid DNS zone configuration. +. MessageId=9605 Severity=Success @@ -15291,6 +19399,9 @@ SymbolicName=DNS_ERROR_ZONE_HAS_NO_SOA_RECORD Language=English DNS_ERROR_ZONE_HAS_NO_SOA_RECORD - DNS zone has no start of authority (SOA) record. . +Language=Russian +DNS_ERROR_ZONE_HAS_NO_SOA_RECORD - DNS zone has no start of authority (SOA) record. +. MessageId=9606 Severity=Success @@ -15299,6 +19410,9 @@ SymbolicName=DNS_ERROR_ZONE_HAS_NO_NS_RECORDS Language=English DNS_ERROR_ZONE_HAS_NO_NS_RECORDS - DNS zone has no name server (NS) record. . +Language=Russian +DNS_ERROR_ZONE_HAS_NO_NS_RECORDS - DNS zone has no name server (NS) record. +. MessageId=9607 Severity=Success @@ -15307,6 +19421,9 @@ SymbolicName=DNS_ERROR_ZONE_LOCKED Language=English DNS_ERROR_ZONE_LOCKED - DNS zone is locked. . +Language=Russian +DNS_ERROR_ZONE_LOCKED - DNS zone is locked. +. MessageId=9608 Severity=Success @@ -15315,6 +19432,9 @@ SymbolicName=DNS_ERROR_ZONE_CREATION_FAILED Language=English DNS_ERROR_ZONE_CREATION_FAILED - DNS zone creation failed. . +Language=Russian +DNS_ERROR_ZONE_CREATION_FAILED - DNS zone creation failed. +. MessageId=9609 Severity=Success @@ -15323,6 +19443,9 @@ SymbolicName=DNS_ERROR_ZONE_ALREADY_EXISTS Language=English DNS_ERROR_ZONE_ALREADY_EXISTS - DNS zone already exists. . +Language=Russian +DNS_ERROR_ZONE_ALREADY_EXISTS - DNS zone already exists. +. MessageId=9610 Severity=Success @@ -15331,6 +19454,9 @@ SymbolicName=DNS_ERROR_AUTOZONE_ALREADY_EXISTS Language=English DNS_ERROR_AUTOZONE_ALREADY_EXISTS - DNS automatic zone already exists. . +Language=Russian +DNS_ERROR_AUTOZONE_ALREADY_EXISTS - DNS automatic zone already exists. +. MessageId=9611 Severity=Success @@ -15339,6 +19465,9 @@ SymbolicName=DNS_ERROR_INVALID_ZONE_TYPE Language=English DNS_ERROR_INVALID_ZONE_TYPE - Invalid DNS zone type. . +Language=Russian +DNS_ERROR_INVALID_ZONE_TYPE - Invalid DNS zone type. +. MessageId=9612 Severity=Success @@ -15347,6 +19476,9 @@ SymbolicName=DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP Language=English DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP - Secondary DNS zone requires master IP address. . +Language=Russian +DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP - Secondary DNS zone requires master IP address. +. MessageId=9613 Severity=Success @@ -15355,6 +19487,9 @@ SymbolicName=DNS_ERROR_ZONE_NOT_SECONDARY Language=English DNS_ERROR_ZONE_NOT_SECONDARY - DNS zone not secondary. . +Language=Russian +DNS_ERROR_ZONE_NOT_SECONDARY - DNS zone not secondary. +. MessageId=9614 Severity=Success @@ -15363,6 +19498,9 @@ SymbolicName=DNS_ERROR_NEED_SECONDARY_ADDRESSES Language=English DNS_ERROR_NEED_SECONDARY_ADDRESSES - Need secondary IP address. . +Language=Russian +DNS_ERROR_NEED_SECONDARY_ADDRESSES - Need secondary IP address. +. MessageId=9615 Severity=Success @@ -15371,6 +19509,9 @@ SymbolicName=DNS_ERROR_WINS_INIT_FAILED Language=English DNS_ERROR_WINS_INIT_FAILED - WINS initialization failed. . +Language=Russian +DNS_ERROR_WINS_INIT_FAILED - WINS initialization failed. +. MessageId=9616 Severity=Success @@ -15379,6 +19520,9 @@ SymbolicName=DNS_ERROR_NEED_WINS_SERVERS Language=English DNS_ERROR_NEED_WINS_SERVERS - Need WINS servers. . +Language=Russian +DNS_ERROR_NEED_WINS_SERVERS - Need WINS servers. +. MessageId=9617 Severity=Success @@ -15387,6 +19531,9 @@ SymbolicName=DNS_ERROR_NBSTAT_INIT_FAILED Language=English DNS_ERROR_NBSTAT_INIT_FAILED - NBTSTAT initialization call failed. . +Language=Russian +DNS_ERROR_NBSTAT_INIT_FAILED - NBTSTAT initialization call failed. +. MessageId=9618 Severity=Success @@ -15395,6 +19542,9 @@ SymbolicName=DNS_ERROR_SOA_DELETE_INVALID Language=English DNS_ERROR_SOA_DELETE_INVALID - Invalid delete of start of authority (SOA) . +Language=Russian +DNS_ERROR_SOA_DELETE_INVALID - Invalid delete of start of authority (SOA) +. MessageId=9619 Severity=Success @@ -15403,6 +19553,9 @@ SymbolicName=DNS_ERROR_FORWARDER_ALREADY_EXISTS Language=English DNS_ERROR_FORWARDER_ALREADY_EXISTS - A conditional forwarding zone already exists for that name. . +Language=Russian +DNS_ERROR_FORWARDER_ALREADY_EXISTS - A conditional forwarding zone already exists for that name. +. MessageId=9620 Severity=Success @@ -15411,6 +19564,9 @@ SymbolicName=DNS_ERROR_ZONE_REQUIRES_MASTER_IP Language=English DNS_ERROR_ZONE_REQUIRES_MASTER_IP - This zone must be configured with one or more master DNS server IP addresses. . +Language=Russian +DNS_ERROR_ZONE_REQUIRES_MASTER_IP - This zone must be configured with one or more master DNS server IP addresses. +. MessageId=9621 Severity=Success @@ -15419,6 +19575,9 @@ SymbolicName=DNS_ERROR_ZONE_IS_SHUTDOWN Language=English DNS_ERROR_ZONE_IS_SHUTDOWN - The operation cannot be performed because this zone is shutdown. . +Language=Russian +DNS_ERROR_ZONE_IS_SHUTDOWN - The operation cannot be performed because this zone is shutdown. +. MessageId=9651 Severity=Success @@ -15427,6 +19586,9 @@ SymbolicName=DNS_ERROR_PRIMARY_REQUIRES_DATAFILE Language=English DNS_ERROR_PRIMARY_REQUIRES_DATAFILE - Primary DNS zone requires datafile. . +Language=Russian +DNS_ERROR_PRIMARY_REQUIRES_DATAFILE - Primary DNS zone requires datafile. +. MessageId=9652 Severity=Success @@ -15435,6 +19597,9 @@ SymbolicName=DNS_ERROR_INVALID_DATAFILE_NAME Language=English DNS_ERROR_INVALID_DATAFILE_NAME - Invalid datafile name for DNS zone. . +Language=Russian +DNS_ERROR_INVALID_DATAFILE_NAME - Invalid datafile name for DNS zone. +. MessageId=9653 Severity=Success @@ -15443,6 +19608,9 @@ SymbolicName=DNS_ERROR_DATAFILE_OPEN_FAILURE Language=English DNS_ERROR_DATAFILE_OPEN_FAILURE - Failed to open datafile for DNS zone. . +Language=Russian +DNS_ERROR_DATAFILE_OPEN_FAILURE - Failed to open datafile for DNS zone. +. MessageId=9654 Severity=Success @@ -15451,6 +19619,9 @@ SymbolicName=DNS_ERROR_FILE_WRITEBACK_FAILED Language=English DNS_ERROR_FILE_WRITEBACK_FAILED - Failed to write datafile for DNS zone. . +Language=Russian +DNS_ERROR_FILE_WRITEBACK_FAILED - Failed to write datafile for DNS zone. +. MessageId=9655 Severity=Success @@ -15459,6 +19630,9 @@ SymbolicName=DNS_ERROR_DATAFILE_PARSING Language=English DNS_ERROR_DATAFILE_PARSING - Failure while reading datafile for DNS zone. . +Language=Russian +DNS_ERROR_DATAFILE_PARSING - Failure while reading datafile for DNS zone. +. MessageId=9701 Severity=Success @@ -15467,6 +19641,9 @@ SymbolicName=DNS_ERROR_RECORD_DOES_NOT_EXIST Language=English DNS_ERROR_RECORD_DOES_NOT_EXIST - DNS record does not exist. . +Language=Russian +DNS_ERROR_RECORD_DOES_NOT_EXIST - DNS record does not exist. +. MessageId=9702 Severity=Success @@ -15475,6 +19652,9 @@ SymbolicName=DNS_ERROR_RECORD_FORMAT Language=English DNS_ERROR_RECORD_FORMAT - DNS record format error. . +Language=Russian +DNS_ERROR_RECORD_FORMAT - DNS record format error. +. MessageId=9703 Severity=Success @@ -15483,6 +19663,9 @@ SymbolicName=DNS_ERROR_NODE_CREATION_FAILED Language=English DNS_ERROR_NODE_CREATION_FAILED - Node creation failure in DNS. . +Language=Russian +DNS_ERROR_NODE_CREATION_FAILED - Node creation failure in DNS. +. MessageId=9704 Severity=Success @@ -15491,6 +19674,9 @@ SymbolicName=DNS_ERROR_UNKNOWN_RECORD_TYPE Language=English DNS_ERROR_UNKNOWN_RECORD_TYPE - Unknown DNS record type. . +Language=Russian +DNS_ERROR_UNKNOWN_RECORD_TYPE - Unknown DNS record type. +. MessageId=9705 Severity=Success @@ -15499,6 +19685,9 @@ SymbolicName=DNS_ERROR_RECORD_TIMED_OUT Language=English DNS_ERROR_RECORD_TIMED_OUT - DNS record timed out. . +Language=Russian +DNS_ERROR_RECORD_TIMED_OUT - DNS record timed out. +. MessageId=9706 Severity=Success @@ -15507,6 +19696,9 @@ SymbolicName=DNS_ERROR_NAME_NOT_IN_ZONE Language=English DNS_ERROR_NAME_NOT_IN_ZONE - Name not in DNS zone. . +Language=Russian +DNS_ERROR_NAME_NOT_IN_ZONE - Name not in DNS zone. +. MessageId=9707 Severity=Success @@ -15515,6 +19707,9 @@ SymbolicName=DNS_ERROR_CNAME_LOOP Language=English DNS_ERROR_CNAME_LOOP - CNAME loop detected. . +Language=Russian +DNS_ERROR_CNAME_LOOP - CNAME loop detected. +. MessageId=9708 Severity=Success @@ -15523,6 +19718,9 @@ SymbolicName=DNS_ERROR_NODE_IS_CNAME Language=English DNS_ERROR_NODE_IS_CNAME - Node is a CNAME DNS record. . +Language=Russian +DNS_ERROR_NODE_IS_CNAME - Node is a CNAME DNS record. +. MessageId=9709 Severity=Success @@ -15531,6 +19729,9 @@ SymbolicName=DNS_ERROR_CNAME_COLLISION Language=English DNS_ERROR_CNAME_COLLISION - A CNAME record already exists for given name. . +Language=Russian +DNS_ERROR_CNAME_COLLISION - A CNAME record already exists for given name. +. MessageId=9710 Severity=Success @@ -15539,6 +19740,9 @@ SymbolicName=DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT Language=English DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT - Record only at DNS zone root. . +Language=Russian +DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT - Record only at DNS zone root. +. MessageId=9711 Severity=Success @@ -15547,6 +19751,9 @@ SymbolicName=DNS_ERROR_RECORD_ALREADY_EXISTS Language=English DNS_ERROR_RECORD_ALREADY_EXISTS - DNS record already exists. . +Language=Russian +DNS_ERROR_RECORD_ALREADY_EXISTS - DNS record already exists. +. MessageId=9712 Severity=Success @@ -15555,6 +19762,9 @@ SymbolicName=DNS_ERROR_SECONDARY_DATA Language=English DNS_ERROR_SECONDARY_DATA - Secondary DNS zone data error. . +Language=Russian +DNS_ERROR_SECONDARY_DATA - Secondary DNS zone data error. +. MessageId=9713 Severity=Success @@ -15563,6 +19773,9 @@ SymbolicName=DNS_ERROR_NO_CREATE_CACHE_DATA Language=English DNS_ERROR_NO_CREATE_CACHE_DATA - Could not create DNS cache data. . +Language=Russian +DNS_ERROR_NO_CREATE_CACHE_DATA - Could not create DNS cache data. +. MessageId=9714 Severity=Success @@ -15571,6 +19784,9 @@ SymbolicName=DNS_ERROR_NAME_DOES_NOT_EXIST Language=English DNS_ERROR_NAME_DOES_NOT_EXIST - DNS name does not exist. . +Language=Russian +DNS_ERROR_NAME_DOES_NOT_EXIST - DNS name does not exist. +. MessageId=9715 Severity=Success @@ -15579,6 +19795,9 @@ SymbolicName=DNS_WARNING_PTR_CREATE_FAILED Language=English DNS_WARNING_PTR_CREATE_FAILED - Could not create pointer (PTR) record. . +Language=Russian +DNS_WARNING_PTR_CREATE_FAILED - Could not create pointer (PTR) record. +. MessageId=9716 Severity=Success @@ -15587,6 +19806,9 @@ SymbolicName=DNS_WARNING_DOMAIN_UNDELETED Language=English DNS_WARNING_DOMAIN_UNDELETED - DNS domain was undeleted. . +Language=Russian +DNS_WARNING_DOMAIN_UNDELETED - DNS domain was undeleted. +. MessageId=9717 Severity=Success @@ -15595,6 +19817,9 @@ SymbolicName=DNS_ERROR_DS_UNAVAILABLE Language=English DNS_ERROR_DS_UNAVAILABLE - The directory service is unavailable. . +Language=Russian +DNS_ERROR_DS_UNAVAILABLE - The directory service is unavailable. +. MessageId=9718 Severity=Success @@ -15603,6 +19828,9 @@ SymbolicName=DNS_ERROR_DS_ZONE_ALREADY_EXISTS Language=English DNS_ERROR_DS_ZONE_ALREADY_EXISTS - DNS zone already exists in the directory service. . +Language=Russian +DNS_ERROR_DS_ZONE_ALREADY_EXISTS - DNS zone already exists in the directory service. +. MessageId=9719 Severity=Success @@ -15611,6 +19839,9 @@ SymbolicName=DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE Language=English DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE - DNS server not creating or reading the boot file for the directory service integrated DNS zone. . +Language=Russian +DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE - DNS server not creating or reading the boot file for the directory service integrated DNS zone. +. MessageId=9751 Severity=Success @@ -15619,6 +19850,9 @@ SymbolicName=DNS_INFO_AXFR_COMPLETE Language=English DNS_INFO_AXFR_COMPLETE - DNS AXFR (zone transfer) complete. . +Language=Russian +DNS_INFO_AXFR_COMPLETE - DNS AXFR (zone transfer) complete. +. MessageId=9752 Severity=Success @@ -15627,6 +19861,9 @@ SymbolicName=DNS_ERROR_AXFR Language=English DNS_ERROR_AXFR - DNS zone transfer failed. . +Language=Russian +DNS_ERROR_AXFR - DNS zone transfer failed. +. MessageId=9753 Severity=Success @@ -15635,6 +19872,9 @@ SymbolicName=DNS_INFO_ADDED_LOCAL_WINS Language=English DNS_INFO_ADDED_LOCAL_WINS - Added local WINS server. . +Language=Russian +DNS_INFO_ADDED_LOCAL_WINS - Added local WINS server. +. MessageId=9801 Severity=Success @@ -15643,6 +19883,9 @@ SymbolicName=DNS_STATUS_CONTINUE_NEEDED Language=English DNS_STATUS_CONTINUE_NEEDED - Secure update call needs to continue update request. . +Language=Russian +DNS_STATUS_CONTINUE_NEEDED - Secure update call needs to continue update request. +. MessageId=9851 Severity=Success @@ -15651,6 +19894,9 @@ SymbolicName=DNS_ERROR_NO_TCPIP Language=English DNS_ERROR_NO_TCPIP - TCP/IP network protocol not installed. . +Language=Russian +DNS_ERROR_NO_TCPIP - TCP/IP network protocol not installed. +. MessageId=9852 Severity=Success @@ -15659,6 +19905,9 @@ SymbolicName=DNS_ERROR_NO_DNS_SERVERS Language=English DNS_ERROR_NO_DNS_SERVERS - No DNS servers configured for local system. . +Language=Russian +DNS_ERROR_NO_DNS_SERVERS - No DNS servers configured for local system. +. MessageId=9901 Severity=Success @@ -15667,6 +19916,9 @@ SymbolicName=DNS_ERROR_DP_DOES_NOT_EXIST Language=English DNS_ERROR_DP_DOES_NOT_EXIST - The specified directory partition does not exist. . +Language=Russian +DNS_ERROR_DP_DOES_NOT_EXIST - The specified directory partition does not exist. +. MessageId=9902 Severity=Success @@ -15675,6 +19927,9 @@ SymbolicName=DNS_ERROR_DP_ALREADY_EXISTS Language=English DNS_ERROR_DP_ALREADY_EXISTS - The specified directory partition already exists. . +Language=Russian +DNS_ERROR_DP_ALREADY_EXISTS - The specified directory partition already exists. +. MessageId=9903 Severity=Success @@ -15683,6 +19938,9 @@ SymbolicName=DNS_ERROR_DP_NOT_ENLISTED Language=English DNS_ERROR_DP_NOT_ENLISTED - The DNS server is not enlisted in the specified directory partition. . +Language=Russian +DNS_ERROR_DP_NOT_ENLISTED - The DNS server is not enlisted in the specified directory partition. +. MessageId=9904 Severity=Success @@ -15691,6 +19949,9 @@ SymbolicName=DNS_ERROR_DP_ALREADY_ENLISTED Language=English DNS_ERROR_DP_ALREADY_ENLISTED - The DNS server is already enlisted in the specified directory partition. . +Language=Russian +DNS_ERROR_DP_ALREADY_ENLISTED - The DNS server is already enlisted in the specified directory partition. +. MessageId=9905 Severity=Success @@ -15699,6 +19960,9 @@ SymbolicName=DNS_ERROR_DP_NOT_AVAILABLE Language=English DNS_ERROR_DP_NOT_AVAILABLE - The directory partition is not available at this time. Please wait a few minutes and try again. . +Language=Russian +DNS_ERROR_DP_NOT_AVAILABLE - The directory partition is not available at this time. Please wait a few minutes and try again. +. MessageId=9906 Severity=Success @@ -15707,6 +19971,9 @@ SymbolicName=DNS_ERROR_DP_FSMO_ERROR Language=English DNS_ERROR_DP_FSMO_ERROR - The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003. . +Language=Russian +DNS_ERROR_DP_FSMO_ERROR - The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003. +. MessageId=10004 Severity=Success @@ -15715,6 +19982,9 @@ SymbolicName=WSAEINTR Language=English WSAEINTR - A blocking operation was interrupted by a call to WSACancelBlockingCall. . +Language=Russian +WSAEINTR - A blocking operation was interrupted by a call to WSACancelBlockingCall. +. MessageId=10009 Severity=Success @@ -15723,6 +19993,9 @@ SymbolicName=WSAEBADF Language=English WSAEBADF - The file handle supplied is not valid. . +Language=Russian +WSAEBADF - The file handle supplied is not valid. +. MessageId=10013 Severity=Success @@ -15731,6 +20004,9 @@ SymbolicName=WSAEACCES Language=English WSAEACCES - An attempt was made to access a socket in a way forbidden by its access permissions. . +Language=Russian +WSAEACCES - An attempt was made to access a socket in a way forbidden by its access permissions. +. MessageId=10014 Severity=Success @@ -15739,6 +20015,9 @@ SymbolicName=WSAEFAULT Language=English WSAEFAULT - The system detected an invalid pointer address in attempting to use a pointer argument in a call. . +Language=Russian +WSAEFAULT - The system detected an invalid pointer address in attempting to use a pointer argument in a call. +. MessageId=10022 Severity=Success @@ -15747,6 +20026,9 @@ SymbolicName=WSAEINVAL Language=English WSAEINVAL - An invalid argument was supplied. . +Language=Russian +WSAEINVAL - An invalid argument was supplied. +. MessageId=10024 Severity=Success @@ -15755,6 +20037,9 @@ SymbolicName=WSAEMFILE Language=English WSAEMFILE - Too many open sockets. . +Language=Russian +WSAEMFILE - Too many open sockets. +. MessageId=10035 Severity=Success @@ -15763,6 +20048,9 @@ SymbolicName=WSAEWOULDBLOCK Language=English WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately. . +Language=Russian +WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately. +. MessageId=10036 Severity=Success @@ -15771,6 +20059,9 @@ SymbolicName=WSAEINPROGRESS Language=English WSAEINPROGRESS - A blocking operation is currently executing. . +Language=Russian +WSAEINPROGRESS - A blocking operation is currently executing. +. MessageId=10037 Severity=Success @@ -15779,6 +20070,9 @@ SymbolicName=WSAEALREADY Language=English WSAEALREADY - An operation was attempted on a non-blocking socket that already had an operation in progress. . +Language=Russian +WSAEALREADY - An operation was attempted on a non-blocking socket that already had an operation in progress. +. MessageId=10038 Severity=Success @@ -15787,6 +20081,9 @@ SymbolicName=WSAENOTSOCK Language=English WSAENOTSOCK - An operation was attempted on something that is not a socket. . +Language=Russian +WSAENOTSOCK - An operation was attempted on something that is not a socket. +. MessageId=10039 Severity=Success @@ -15795,6 +20092,9 @@ SymbolicName=WSAEDESTADDRREQ Language=English WSAEDESTADDRREQ - A required address was omitted from an operation on a socket. . +Language=Russian +WSAEDESTADDRREQ - A required address was omitted from an operation on a socket. +. MessageId=10040 Severity=Success @@ -15803,6 +20103,9 @@ SymbolicName=WSAEMSGSIZE Language=English WSAEMSGSIZE - A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself. . +Language=Russian +WSAEMSGSIZE - A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself. +. MessageId=10041 Severity=Success @@ -15811,6 +20114,9 @@ SymbolicName=WSAEPROTOTYPE Language=English WSAEPROTOTYPE - A protocol was specified in the socket function call that does not support the semantics of the socket type requested. . +Language=Russian +WSAEPROTOTYPE - A protocol was specified in the socket function call that does not support the semantics of the socket type requested. +. MessageId=10042 Severity=Success @@ -15819,6 +20125,9 @@ SymbolicName=WSAENOPROTOOPT Language=English WSAENOPROTOOPT - An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call. . +Language=Russian +WSAENOPROTOOPT - An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call. +. MessageId=10043 Severity=Success @@ -15827,6 +20136,9 @@ SymbolicName=WSAEPROTONOSUPPORT Language=English WSAEPROTONOSUPPORT - The requested protocol has not been configured into the system, or no implementation for it exists. . +Language=Russian +WSAEPROTONOSUPPORT - The requested protocol has not been configured into the system, or no implementation for it exists. +. MessageId=10044 Severity=Success @@ -15835,6 +20147,9 @@ SymbolicName=WSAESOCKTNOSUPPORT Language=English WSAESOCKTNOSUPPORT - The support for the specified socket type does not exist in this address family. . +Language=Russian +WSAESOCKTNOSUPPORT - The support for the specified socket type does not exist in this address family. +. MessageId=10045 Severity=Success @@ -15843,6 +20158,9 @@ SymbolicName=WSAEOPNOTSUPP Language=English WSAEOPNOTSUPP - The attempted operation is not supported for the type of object referenced. . +Language=Russian +WSAEOPNOTSUPP - The attempted operation is not supported for the type of object referenced. +. MessageId=10046 Severity=Success @@ -15851,6 +20169,9 @@ SymbolicName=WSAEPFNOSUPPORT Language=English WSAEPFNOSUPPORT - The protocol family has not been configured into the system or no implementation for it exists. . +Language=Russian +WSAEPFNOSUPPORT - The protocol family has not been configured into the system or no implementation for it exists. +. MessageId=10047 Severity=Success @@ -15859,6 +20180,9 @@ SymbolicName=WSAEAFNOSUPPORT Language=English WSAEAFNOSUPPORT - An address incompatible with the requested protocol was used. . +Language=Russian +WSAEAFNOSUPPORT - An address incompatible with the requested protocol was used. +. MessageId=10048 Severity=Success @@ -15867,6 +20191,9 @@ SymbolicName=WSAEADDRINUSE Language=English WSAEADDRINUSE - Only one usage of each socket address (protocol/network address/port) is normally permitted. . +Language=Russian +WSAEADDRINUSE - Only one usage of each socket address (protocol/network address/port) is normally permitted. +. MessageId=10049 Severity=Success @@ -15875,6 +20202,9 @@ SymbolicName=WSAEADDRNOTAVAIL Language=English WSAEADDRNOTAVAIL - The requested address is not valid in its context. . +Language=Russian +WSAEADDRNOTAVAIL - The requested address is not valid in its context. +. MessageId=10050 Severity=Success @@ -15883,6 +20213,9 @@ SymbolicName=WSAENETDOWN Language=English WSAENETDOWN - A socket operation encountered a dead network. . +Language=Russian +WSAENETDOWN - A socket operation encountered a dead network. +. MessageId=10051 Severity=Success @@ -15891,6 +20224,9 @@ SymbolicName=WSAENETUNREACH Language=English WSAENETUNREACH - A socket operation was attempted to an unreachable network. . +Language=Russian +WSAENETUNREACH - A socket operation was attempted to an unreachable network. +. MessageId=10052 Severity=Success @@ -15899,6 +20235,9 @@ SymbolicName=WSAENETRESET Language=English WSAENETRESET - The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. . +Language=Russian +WSAENETRESET - The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. +. MessageId=10053 Severity=Success @@ -15907,6 +20246,9 @@ SymbolicName=WSAECONNABORTED Language=English WSAECONNABORTED - An established connection was aborted by the software in your host machine. . +Language=Russian +WSAECONNABORTED - An established connection was aborted by the software in your host machine. +. MessageId=10054 Severity=Success @@ -15915,6 +20257,9 @@ SymbolicName=WSAECONNRESET Language=English WSAECONNRESET - An existing connection was forcibly closed by the remote host. . +Language=Russian +WSAECONNRESET - An existing connection was forcibly closed by the remote host. +. MessageId=10055 Severity=Success @@ -15923,6 +20268,9 @@ SymbolicName=WSAENOBUFS Language=English WSAENOBUFS - An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. . +Language=Russian +WSAENOBUFS - An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. +. MessageId=10056 Severity=Success @@ -15931,6 +20279,9 @@ SymbolicName=WSAEISCONN Language=English WSAEISCONN - A connect request was made on an already connected socket. . +Language=Russian +WSAEISCONN - A connect request was made on an already connected socket. +. MessageId=10057 Severity=Success @@ -15939,6 +20290,9 @@ SymbolicName=WSAENOTCONN Language=English WSAENOTCONN - A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. . +Language=Russian +WSAENOTCONN - A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. +. MessageId=10058 Severity=Success @@ -15947,6 +20301,9 @@ SymbolicName=WSAESHUTDOWN Language=English WSAESHUTDOWN - A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call. . +Language=Russian +WSAESHUTDOWN - A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call. +. MessageId=10059 Severity=Success @@ -15955,6 +20312,9 @@ SymbolicName=WSAETOOMANYREFS Language=English WSAETOOMANYREFS - Too many references to some kernel object. . +Language=Russian +WSAETOOMANYREFS - Too many references to some kernel object. +. MessageId=10060 Severity=Success @@ -15963,6 +20323,9 @@ SymbolicName=WSAETIMEDOUT Language=English WSAETIMEDOUT - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. . +Language=Russian +WSAETIMEDOUT - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. +. MessageId=10061 Severity=Success @@ -15971,6 +20334,9 @@ SymbolicName=WSAECONNREFUSED Language=English WSAECONNREFUSED - No connection could be made because the target machine actively refused it. . +Language=Russian +WSAECONNREFUSED - No connection could be made because the target machine actively refused it. +. MessageId=10062 Severity=Success @@ -15979,6 +20345,9 @@ SymbolicName=WSAELOOP Language=English WSAELOOP - Cannot translate name. . +Language=Russian +WSAELOOP - Cannot translate name. +. MessageId=10063 Severity=Success @@ -15987,6 +20356,9 @@ SymbolicName=WSAENAMETOOLONG Language=English WSAENAMETOOLONG - Name component or name was too long. . +Language=Russian +WSAENAMETOOLONG - Name component or name was too long. +. MessageId=10064 Severity=Success @@ -15995,6 +20367,9 @@ SymbolicName=WSAEHOSTDOWN Language=English WSAEHOSTDOWN - A socket operation failed because the destination host was down. . +Language=Russian +WSAEHOSTDOWN - A socket operation failed because the destination host was down. +. MessageId=10065 Severity=Success @@ -16003,6 +20378,9 @@ SymbolicName=WSAEHOSTUNREACH Language=English WSAEHOSTUNREACH - A socket operation was attempted to an unreachable host. . +Language=Russian +WSAEHOSTUNREACH - A socket operation was attempted to an unreachable host. +. MessageId=10066 Severity=Success @@ -16011,6 +20389,9 @@ SymbolicName=WSAENOTEMPTY Language=English WSAENOTEMPTY - Cannot remove a directory that is not empty. . +Language=Russian +WSAENOTEMPTY - Cannot remove a directory that is not empty. +. MessageId=10067 Severity=Success @@ -16019,6 +20400,9 @@ SymbolicName=WSAEPROCLIM Language=English WSAEPROCLIM - A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously. . +Language=Russian +WSAEPROCLIM - A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously. +. MessageId=10068 Severity=Success @@ -16027,6 +20411,9 @@ SymbolicName=WSAEUSERS Language=English WSAEUSERS - Ran out of quota. . +Language=Russian +WSAEUSERS - Ran out of quota. +. MessageId=10069 Severity=Success @@ -16035,6 +20422,9 @@ SymbolicName=WSAEDQUOT Language=English WSAEDQUOT - Ran out of disk quota. . +Language=Russian +WSAEDQUOT - Ran out of disk quota. +. MessageId=10070 Severity=Success @@ -16043,6 +20433,9 @@ SymbolicName=WSAESTALE Language=English WSAESTALE - File handle reference is no longer available. . +Language=Russian +WSAESTALE - File handle reference is no longer available. +. MessageId=10071 Severity=Success @@ -16051,6 +20444,9 @@ SymbolicName=WSAEREMOTE Language=English WSAEREMOTE - Item is not available locally. . +Language=Russian +WSAEREMOTE - Item is not available locally. +. MessageId=10091 Severity=Success @@ -16059,6 +20455,9 @@ SymbolicName=WSASYSNOTREADY Language=English WSASYSNOTREADY - WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable. . +Language=Russian +WSASYSNOTREADY - WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable. +. MessageId=10092 Severity=Success @@ -16067,6 +20466,9 @@ SymbolicName=WSAVERNOTSUPPORTED Language=English WSAVERNOTSUPPORTED - The Windows Sockets version requested is not supported. . +Language=Russian +WSAVERNOTSUPPORTED - The Windows Sockets version requested is not supported. +. MessageId=10093 Severity=Success @@ -16075,6 +20477,9 @@ SymbolicName=WSANOTINITIALISED Language=English WSANOTINITIALISED - Either the application has not called WSAStartup, or WSAStartup failed. . +Language=Russian +WSANOTINITIALISED - Either the application has not called WSAStartup, or WSAStartup failed. +. MessageId=10101 Severity=Success @@ -16083,6 +20488,9 @@ SymbolicName=WSAEDISCON Language=English WSAEDISCON - Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence. . +Language=Russian +WSAEDISCON - Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence. +. MessageId=10102 Severity=Success @@ -16091,6 +20499,9 @@ SymbolicName=WSAENOMORE Language=English WSAENOMORE - No more results can be returned by WSALookupServiceNext. . +Language=Russian +WSAENOMORE - No more results can be returned by WSALookupServiceNext. +. MessageId=10103 Severity=Success @@ -16099,6 +20510,9 @@ SymbolicName=WSAECANCELLED Language=English WSAECANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. . +Language=Russian +WSAECANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. +. MessageId=10104 Severity=Success @@ -16107,6 +20521,9 @@ SymbolicName=WSAEINVALIDPROCTABLE Language=English WSAEINVALIDPROCTABLE - The procedure call table is invalid. . +Language=Russian +WSAEINVALIDPROCTABLE - The procedure call table is invalid. +. MessageId=10105 Severity=Success @@ -16115,6 +20532,9 @@ SymbolicName=WSAEINVALIDPROVIDER Language=English WSAEINVALIDPROVIDER - The requested service provider is invalid. . +Language=Russian +WSAEINVALIDPROVIDER - The requested service provider is invalid. +. MessageId=10106 Severity=Success @@ -16123,6 +20543,9 @@ SymbolicName=WSAEPROVIDERFAILEDINIT Language=English WSAEPROVIDERFAILEDINIT - The requested service provider could not be loaded or initialized. . +Language=Russian +WSAEPROVIDERFAILEDINIT - The requested service provider could not be loaded or initialized. +. MessageId=10107 Severity=Success @@ -16131,6 +20554,9 @@ SymbolicName=WSASYSCALLFAILURE Language=English WSASYSCALLFAILURE - A system call that should never fail has failed. . +Language=Russian +WSASYSCALLFAILURE - A system call that should never fail has failed. +. MessageId=10108 Severity=Success @@ -16139,6 +20565,9 @@ SymbolicName=WSASERVICE_NOT_FOUND Language=English WSASERVICE_NOT_FOUND - No such service is known. The service cannot be found in the specified name space. . +Language=Russian +WSASERVICE_NOT_FOUND - No such service is known. The service cannot be found in the specified name space. +. MessageId=10109 Severity=Success @@ -16147,6 +20576,9 @@ SymbolicName=WSATYPE_NOT_FOUND Language=English WSATYPE_NOT_FOUND - The specified class was not found. . +Language=Russian +WSATYPE_NOT_FOUND - The specified class was not found. +. MessageId=10110 Severity=Success @@ -16155,6 +20587,9 @@ SymbolicName=WSA_E_NO_MORE Language=English WSA_E_NO_MORE - No more results can be returned by WSALookupServiceNext. . +Language=Russian +WSA_E_NO_MORE - No more results can be returned by WSALookupServiceNext. +. MessageId=10111 Severity=Success @@ -16163,6 +20598,9 @@ SymbolicName=WSA_E_CANCELLED Language=English WSA_E_CANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. . +Language=Russian +WSA_E_CANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. +. MessageId=10112 Severity=Success @@ -16171,6 +20609,9 @@ SymbolicName=WSAEREFUSED Language=English WSAEREFUSED - A database query failed because it was actively refused. . +Language=Russian +WSAEREFUSED - A database query failed because it was actively refused. +. MessageId=11001 Severity=Success @@ -16179,6 +20620,9 @@ SymbolicName=WSAHOST_NOT_FOUND Language=English WSAHOST_NOT_FOUND - No such host is known. . +Language=Russian +WSAHOST_NOT_FOUND - No such host is known. +. MessageId=11002 Severity=Success @@ -16187,6 +20631,9 @@ SymbolicName=WSATRY_AGAIN Language=English WSATRY_AGAIN - This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server. . +Language=Russian +WSATRY_AGAIN - This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server. +. MessageId=11003 Severity=Success @@ -16195,6 +20642,9 @@ SymbolicName=WSANO_RECOVERY Language=English WSANO_RECOVERY - A non-recoverable error occurred during a database lookup. . +Language=Russian +WSANO_RECOVERY - A non-recoverable error occurred during a database lookup. +. MessageId=11004 Severity=Success @@ -16203,6 +20653,9 @@ SymbolicName=WSANO_DATA Language=English WSANO_DATA - The requested name is valid, but no data of the requested type was found. . +Language=Russian +WSANO_DATA - The requested name is valid, but no data of the requested type was found. +. MessageId=11005 Severity=Success @@ -16211,6 +20664,9 @@ SymbolicName=WSA_QOS_RECEIVERS Language=English WSA_QOS_RECEIVERS - At least one reserve has arrived. . +Language=Russian +WSA_QOS_RECEIVERS - At least one reserve has arrived. +. MessageId=11006 Severity=Success @@ -16219,6 +20675,9 @@ SymbolicName=WSA_QOS_SENDERS Language=English WSA_QOS_SENDERS - At least one path has arrived. . +Language=Russian +WSA_QOS_SENDERS - At least one path has arrived. +. MessageId=11007 Severity=Success @@ -16227,6 +20686,9 @@ SymbolicName=WSA_QOS_NO_SENDERS Language=English WSA_QOS_NO_SENDERS - There are no senders. . +Language=Russian +WSA_QOS_NO_SENDERS - There are no senders. +. MessageId=11008 Severity=Success @@ -16235,6 +20697,9 @@ SymbolicName=WSA_QOS_NO_RECEIVERS Language=English WSA_QOS_NO_RECEIVERS - There are no receivers. . +Language=Russian +WSA_QOS_NO_RECEIVERS - There are no receivers. +. MessageId=11009 Severity=Success @@ -16243,6 +20708,9 @@ SymbolicName=WSA_QOS_REQUEST_CONFIRMED Language=English WSA_QOS_REQUEST_CONFIRMED - Reserve has been confirmed. . +Language=Russian +WSA_QOS_REQUEST_CONFIRMED - Reserve has been confirmed. +. MessageId=11010 Severity=Success @@ -16251,6 +20719,9 @@ SymbolicName=WSA_QOS_ADMISSION_FAILURE Language=English WSA_QOS_ADMISSION_FAILURE - Error due to lack of resources. . +Language=Russian +WSA_QOS_ADMISSION_FAILURE - Error due to lack of resources. +. MessageId=11011 Severity=Success @@ -16259,6 +20730,9 @@ SymbolicName=WSA_QOS_POLICY_FAILURE Language=English WSA_QOS_POLICY_FAILURE - Rejected for administrative reasons - bad credentials. . +Language=Russian +WSA_QOS_POLICY_FAILURE - Rejected for administrative reasons - bad credentials. +. MessageId=11012 Severity=Success @@ -16267,6 +20741,9 @@ SymbolicName=WSA_QOS_BAD_STYLE Language=English WSA_QOS_BAD_STYLE - Unknown or conflicting style. . +Language=Russian +WSA_QOS_BAD_STYLE - Unknown or conflicting style. +. MessageId=11013 Severity=Success @@ -16275,6 +20752,9 @@ SymbolicName=WSA_QOS_BAD_OBJECT Language=English WSA_QOS_BAD_OBJECT - Problem with some part of the filterspec or providerspecific buffer in general. . +Language=Russian +WSA_QOS_BAD_OBJECT - Problem with some part of the filterspec or providerspecific buffer in general. +. MessageId=11014 Severity=Success @@ -16283,6 +20763,9 @@ SymbolicName=WSA_QOS_TRAFFIC_CTRL_ERROR Language=English WSA_QOS_TRAFFIC_CTRL_ERROR - Problem with some part of the flowspec. . +Language=Russian +WSA_QOS_TRAFFIC_CTRL_ERROR - Problem with some part of the flowspec. +. MessageId=11015 Severity=Success @@ -16291,6 +20774,9 @@ SymbolicName=WSA_QOS_GENERIC_ERROR Language=English WSA_QOS_GENERIC_ERROR - General QOS error. . +Language=Russian +WSA_QOS_GENERIC_ERROR - General QOS error. +. MessageId=11016 Severity=Success @@ -16299,6 +20785,9 @@ SymbolicName=WSA_QOS_ESERVICETYPE Language=English WSA_QOS_ESERVICETYPE - An invalid or unrecognized service type was found in the flowspec. . +Language=Russian +WSA_QOS_ESERVICETYPE - An invalid or unrecognized service type was found in the flowspec. +. MessageId=11017 Severity=Success @@ -16307,6 +20796,9 @@ SymbolicName=WSA_QOS_EFLOWSPEC Language=English WSA_QOS_EFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS structure. . +Language=Russian +WSA_QOS_EFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS structure. +. MessageId=11018 Severity=Success @@ -16315,6 +20807,9 @@ SymbolicName=WSA_QOS_EPROVSPECBUF Language=English WSA_QOS_EPROVSPECBUF - Invalid QOS provider-specific buffer. . +Language=Russian +WSA_QOS_EPROVSPECBUF - Invalid QOS provider-specific buffer. +. MessageId=11019 Severity=Success @@ -16323,6 +20818,9 @@ SymbolicName=WSA_QOS_EFILTERSTYLE Language=English WSA_QOS_EFILTERSTYLE - An invalid QOS filter style was used. . +Language=Russian +WSA_QOS_EFILTERSTYLE - An invalid QOS filter style was used. +. MessageId=11020 Severity=Success @@ -16331,6 +20829,9 @@ SymbolicName=WSA_QOS_EFILTERTYPE Language=English WSA_QOS_EFILTERTYPE - An invalid QOS filter type was used. . +Language=Russian +WSA_QOS_EFILTERTYPE - An invalid QOS filter type was used. +. MessageId=11021 Severity=Success @@ -16339,6 +20840,9 @@ SymbolicName=WSA_QOS_EFILTERCOUNT Language=English WSA_QOS_EFILTERCOUNT - An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR. . +Language=Russian +WSA_QOS_EFILTERCOUNT - An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR. +. MessageId=11022 Severity=Success @@ -16347,6 +20851,9 @@ SymbolicName=WSA_QOS_EOBJLENGTH Language=English WSA_QOS_EOBJLENGTH - An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer. . +Language=Russian +WSA_QOS_EOBJLENGTH - An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer. +. MessageId=11023 Severity=Success @@ -16355,6 +20862,9 @@ SymbolicName=WSA_QOS_EFLOWCOUNT Language=English WSA_QOS_EFLOWCOUNT - An incorrect number of flow descriptors was specified in the QOS structure. . +Language=Russian +WSA_QOS_EFLOWCOUNT - An incorrect number of flow descriptors was specified in the QOS structure. +. MessageId=11024 Severity=Success @@ -16363,6 +20873,9 @@ SymbolicName=WSA_QOS_EUNKNOWNPSOBJ Language=English WSA_QOS_EUNKNOWNPSOBJ - An unrecognized object was found in the QOS provider-specific buffer. . +Language=Russian +WSA_QOS_EUNKNOWNPSOBJ - An unrecognized object was found in the QOS provider-specific buffer. +. MessageId=11025 Severity=Success @@ -16371,6 +20884,9 @@ SymbolicName=WSA_QOS_EPOLICYOBJ Language=English WSA_QOS_EPOLICYOBJ - An invalid policy object was found in the QOS provider-specific buffer. . +Language=Russian +WSA_QOS_EPOLICYOBJ - An invalid policy object was found in the QOS provider-specific buffer. +. MessageId=11026 Severity=Success @@ -16379,6 +20895,9 @@ SymbolicName=WSA_QOS_EFLOWDESC Language=English WSA_QOS_EFLOWDESC - An invalid QOS flow descriptor was found in the flow descriptor list. . +Language=Russian +WSA_QOS_EFLOWDESC - An invalid QOS flow descriptor was found in the flow descriptor list. +. MessageId=11027 Severity=Success @@ -16387,6 +20906,9 @@ SymbolicName=WSA_QOS_EPSFLOWSPEC Language=English WSA_QOS_EPSFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS provider-specific buffer. . +Language=Russian +WSA_QOS_EPSFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS provider-specific buffer. +. MessageId=11028 Severity=Success @@ -16395,6 +20917,9 @@ SymbolicName=WSA_QOS_EPSFILTERSPEC Language=English WSA_QOS_EPSFILTERSPEC - An invalid FILTERSPEC was found in the QOS provider-specific buffer. . +Language=Russian +WSA_QOS_EPSFILTERSPEC - An invalid FILTERSPEC was found in the QOS provider-specific buffer. +. MessageId=11029 Severity=Success @@ -16403,6 +20928,9 @@ SymbolicName=WSA_QOS_ESDMODEOBJ Language=English WSA_QOS_ESDMODEOBJ - An invalid shape discard mode object was found in the QOS provider-specific buffer. . +Language=Russian +WSA_QOS_ESDMODEOBJ - An invalid shape discard mode object was found in the QOS provider-specific buffer. +. MessageId=11030 Severity=Success @@ -16411,6 +20939,9 @@ SymbolicName=WSA_QOS_ESHAPERATEOBJ Language=English WSA_QOS_ESHAPERATEOBJ - An invalid shaping rate object was found in the QOS provider-specific buffer. . +Language=Russian +WSA_QOS_ESHAPERATEOBJ - An invalid shaping rate object was found in the QOS provider-specific buffer. +. MessageId=11031 Severity=Success @@ -16419,6 +20950,9 @@ SymbolicName=WSA_QOS_RESERVED_PETYPE Language=English WSA_QOS_RESERVED_PETYPE - A reserved policy element was found in the QOS provider-specific buffer. . +Language=Russian +WSA_QOS_RESERVED_PETYPE - A reserved policy element was found in the QOS provider-specific buffer. +. MessageId=12000 Severity=Success @@ -16427,6 +20961,9 @@ SymbolicName=ERROR_FLT_IO_COMPLETE Language=English ERROR_FLT_IO_COMPLETE - The IO was completed by a filter. . +Language=Russian +ERROR_FLT_IO_COMPLETE - The IO was completed by a filter. +. MessageId=12001 Severity=Success @@ -16435,6 +20972,9 @@ SymbolicName=ERROR_FLT_BUFFER_TOO_SMALL Language=English ERROR_FLT_BUFFER_TOO_SMALL - The buffer is too small to contain the entry. No information has been written to the buffer. . +Language=Russian +ERROR_FLT_BUFFER_TOO_SMALL - The buffer is too small to contain the entry. No information has been written to the buffer. +. MessageId=12002 Severity=Success @@ -16443,6 +20983,9 @@ SymbolicName=ERROR_FLT_NO_HANDLER_DEFINED Language=English ERROR_FLT_NO_HANDLER_DEFINED - A handler was not defined by the filter for this operation. . +Language=Russian +ERROR_FLT_NO_HANDLER_DEFINED - A handler was not defined by the filter for this operation. +. MessageId=12003 Severity=Success @@ -16451,6 +20994,9 @@ SymbolicName=ERROR_FLT_CONTEXT_ALREADY_DEFINED Language=English ERROR_FLT_CONTEXT_ALREADY_DEFINED - A context is already defined for this object. . +Language=Russian +ERROR_FLT_CONTEXT_ALREADY_DEFINED - A context is already defined for this object. +. MessageId=12004 Severity=Success @@ -16459,6 +21005,9 @@ SymbolicName=ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST Language=English ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST - Asynchronous requests are not valid for this operation. . +Language=Russian +ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST - Asynchronous requests are not valid for this operation. +. MessageId=12005 Severity=Success @@ -16467,6 +21016,9 @@ SymbolicName=ERROR_FLT_DISALLOW_FAST_IO Language=English ERROR_FLT_DISALLOW_FAST_IO - Disallow the Fast IO path for this operation. . +Language=Russian +ERROR_FLT_DISALLOW_FAST_IO - Disallow the Fast IO path for this operation. +. MessageId=12006 Severity=Success @@ -16475,6 +21027,9 @@ SymbolicName=ERROR_FLT_INVALID_NAME_REQUEST Language=English ERROR_FLT_INVALID_NAME_REQUEST - An invalid name request was made. The name requested cannot be retrieved at this time. . +Language=Russian +ERROR_FLT_INVALID_NAME_REQUEST - An invalid name request was made. The name requested cannot be retrieved at this time. +. MessageId=12007 Severity=Success @@ -16483,6 +21038,9 @@ SymbolicName=ERROR_FLT_NOT_SAFE_TO_POST_OPERATION Language=English ERROR_FLT_NOT_SAFE_TO_POST_OPERATION - Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock. . +Language=Russian +ERROR_FLT_NOT_SAFE_TO_POST_OPERATION - Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock. +. MessageId=12008 Severity=Success @@ -16491,6 +21049,9 @@ SymbolicName=ERROR_FLT_NOT_INITIALIZED Language=English ERROR_FLT_NOT_INITIALIZED - The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver. . +Language=Russian +ERROR_FLT_NOT_INITIALIZED - The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver. +. MessageId=12009 Severity=Success @@ -16499,6 +21060,9 @@ SymbolicName=ERROR_FLT_FILTER_NOT_READY Language=English ERROR_FLT_FILTER_NOT_READY - The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called). . +Language=Russian +ERROR_FLT_FILTER_NOT_READY - The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called). +. MessageId=12010 Severity=Success @@ -16507,6 +21071,9 @@ SymbolicName=ERROR_FLT_POST_OPERATION_CLEANUP Language=English ERROR_FLT_POST_OPERATION_CLEANUP - The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers. . +Language=Russian +ERROR_FLT_POST_OPERATION_CLEANUP - The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers. +. MessageId=12011 Severity=Success @@ -16515,6 +21082,9 @@ SymbolicName=ERROR_FLT_INTERNAL_ERROR Language=English ERROR_FLT_INTERNAL_ERROR - The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback. . +Language=Russian +ERROR_FLT_INTERNAL_ERROR - The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback. +. MessageId=12012 Severity=Success @@ -16523,6 +21093,9 @@ SymbolicName=ERROR_FLT_DELETING_OBJECT Language=English ERROR_FLT_DELETING_OBJECT - The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time. . +Language=Russian +ERROR_FLT_DELETING_OBJECT - The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time. +. MessageId=12013 Severity=Success @@ -16531,6 +21104,9 @@ SymbolicName=ERROR_FLT_MUST_BE_NONPAGED_POOL Language=English ERROR_FLT_MUST_BE_NONPAGED_POOL - Non-paged pool must be used for this type of context. . +Language=Russian +ERROR_FLT_MUST_BE_NONPAGED_POOL - Non-paged pool must be used for this type of context. +. MessageId=12014 Severity=Success @@ -16539,6 +21115,9 @@ SymbolicName=ERROR_FLT_DUPLICATE_ENTRY Language=English ERROR_FLT_DUPLICATE_ENTRY - A duplicate handler definition has been provided for an operation. . +Language=Russian +ERROR_FLT_DUPLICATE_ENTRY - A duplicate handler definition has been provided for an operation. +. MessageId=12015 Severity=Success @@ -16547,6 +21126,9 @@ SymbolicName=ERROR_FLT_CBDQ_DISABLED Language=English ERROR_FLT_CBDQ_DISABLED - The callback data queue has been disabled. . +Language=Russian +ERROR_FLT_CBDQ_DISABLED - The callback data queue has been disabled. +. MessageId=12016 Severity=Success @@ -16555,6 +21137,9 @@ SymbolicName=ERROR_FLT_DO_NOT_ATTACH Language=English ERROR_FLT_DO_NOT_ATTACH - Do not attach the filter to the volume at this time. . +Language=Russian +ERROR_FLT_DO_NOT_ATTACH - Do not attach the filter to the volume at this time. +. MessageId=12017 Severity=Success @@ -16563,6 +21148,9 @@ SymbolicName=ERROR_FLT_DO_NOT_DETACH Language=English ERROR_FLT_DO_NOT_DETACH - Do not detach the filter from the volume at this time. . +Language=Russian +ERROR_FLT_DO_NOT_DETACH - Do not detach the filter from the volume at this time. +. MessageId=12018 Severity=Success @@ -16571,6 +21159,9 @@ SymbolicName=ERROR_FLT_INSTANCE_ALTITUDE_COLLISION Language=English ERROR_FLT_INSTANCE_ALTITUDE_COLLISION - An instance already exists at this altitude on the volume specified. . +Language=Russian +ERROR_FLT_INSTANCE_ALTITUDE_COLLISION - An instance already exists at this altitude on the volume specified. +. MessageId=12019 Severity=Success @@ -16579,6 +21170,9 @@ SymbolicName=ERROR_FLT_INSTANCE_NAME_COLLISION Language=English ERROR_FLT_INSTANCE_NAME_COLLISION - An instance already exists with this name on the volume specified. . +Language=Russian +ERROR_FLT_INSTANCE_NAME_COLLISION - An instance already exists with this name on the volume specified. +. MessageId=12020 Severity=Success @@ -16587,6 +21181,9 @@ SymbolicName=ERROR_FLT_FILTER_NOT_FOUND Language=English ERROR_FLT_FILTER_NOT_FOUND - The system could not find the filter specified. . +Language=Russian +ERROR_FLT_FILTER_NOT_FOUND - The system could not find the filter specified. +. MessageId=12021 Severity=Success @@ -16595,6 +21192,9 @@ SymbolicName=ERROR_FLT_VOLUME_NOT_FOUND Language=English ERROR_FLT_VOLUME_NOT_FOUND - The system could not find the volume specified. . +Language=Russian +ERROR_FLT_VOLUME_NOT_FOUND - The system could not find the volume specified. +. MessageId=12022 Severity=Success @@ -16603,6 +21203,9 @@ SymbolicName=ERROR_FLT_INSTANCE_NOT_FOUND Language=English ERROR_FLT_INSTANCE_NOT_FOUND - The system could not find the instance specified. . +Language=Russian +ERROR_FLT_INSTANCE_NOT_FOUND - The system could not find the instance specified. +. MessageId=12023 Severity=Success @@ -16611,6 +21214,9 @@ SymbolicName=ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND Language=English ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND - No registered context allocation definition was found for the given request. . +Language=Russian +ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND - No registered context allocation definition was found for the given request. +. MessageId=12024 Severity=Success @@ -16619,6 +21225,9 @@ SymbolicName=ERROR_FLT_INVALID_CONTEXT_REGISTRATION Language=English ERROR_FLT_INVALID_CONTEXT_REGISTRATION - An invalid parameter was specified during context registration. . +Language=Russian +ERROR_FLT_INVALID_CONTEXT_REGISTRATION - An invalid parameter was specified during context registration. +. MessageId=12025 Severity=Success @@ -16627,6 +21236,9 @@ SymbolicName=ERROR_FLT_NAME_CACHE_MISS Language=English ERROR_FLT_NAME_CACHE_MISS - The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system. . +Language=Russian +ERROR_FLT_NAME_CACHE_MISS - The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system. +. MessageId=12026 Severity=Success @@ -16635,6 +21247,9 @@ SymbolicName=ERROR_FLT_NO_DEVICE_OBJECT Language=English ERROR_FLT_NO_DEVICE_OBJECT - The requested device object does not exist for the given volume. . +Language=Russian +ERROR_FLT_NO_DEVICE_OBJECT - The requested device object does not exist for the given volume. +. MessageId=12027 Severity=Success @@ -16643,6 +21258,9 @@ SymbolicName=ERROR_FLT_VOLUME_ALREADY_MOUNTED Language=English ERROR_FLT_VOLUME_ALREADY_MOUNTED - The specified volume is already mounted. . +Language=Russian +ERROR_FLT_VOLUME_ALREADY_MOUNTED - The specified volume is already mounted. +. MessageId=12028 Severity=Success @@ -16651,6 +21269,9 @@ SymbolicName=ERROR_FLT_NO_WAITER_FOR_REPLY Language=English ERROR_FLT_NO_WAITER_FOR_REPLY - No waiter is present for the filter's reply to this message. . +Language=Russian +ERROR_FLT_NO_WAITER_FOR_REPLY - No waiter is present for the filter's reply to this message. +. MessageId=13000 Severity=Success @@ -16659,6 +21280,9 @@ SymbolicName=ERROR_IPSEC_QM_POLICY_EXISTS Language=English ERROR_IPSEC_QM_POLICY_EXISTS - The specified quick mode policy already exists. . +Language=Russian +ERROR_IPSEC_QM_POLICY_EXISTS - The specified quick mode policy already exists. +. MessageId=13001 Severity=Success @@ -16667,6 +21291,9 @@ SymbolicName=ERROR_IPSEC_QM_POLICY_NOT_FOUND Language=English ERROR_IPSEC_QM_POLICY_NOT_FOUND - The specified quick mode policy was not found. . +Language=Russian +ERROR_IPSEC_QM_POLICY_NOT_FOUND - The specified quick mode policy was not found. +. MessageId=13002 Severity=Success @@ -16675,6 +21302,9 @@ SymbolicName=ERROR_IPSEC_QM_POLICY_IN_USE Language=English ERROR_IPSEC_QM_POLICY_IN_USE - The specified quick mode policy is being used. . +Language=Russian +ERROR_IPSEC_QM_POLICY_IN_USE - The specified quick mode policy is being used. +. MessageId=13003 Severity=Success @@ -16683,6 +21313,9 @@ SymbolicName=ERROR_IPSEC_MM_POLICY_EXISTS Language=English ERROR_IPSEC_MM_POLICY_EXISTS - The specified main mode policy already exists. . +Language=Russian +ERROR_IPSEC_MM_POLICY_EXISTS - The specified main mode policy already exists. +. MessageId=13004 Severity=Success @@ -16691,6 +21324,9 @@ SymbolicName=ERROR_IPSEC_MM_POLICY_NOT_FOUND Language=English ERROR_IPSEC_MM_POLICY_NOT_FOUND - The specified main mode policy was not found. . +Language=Russian +ERROR_IPSEC_MM_POLICY_NOT_FOUND - The specified main mode policy was not found. +. MessageId=13005 Severity=Success @@ -16699,6 +21335,9 @@ SymbolicName=ERROR_IPSEC_MM_POLICY_IN_USE Language=English ERROR_IPSEC_MM_POLICY_IN_USE - The specified main mode policy is being used. . +Language=Russian +ERROR_IPSEC_MM_POLICY_IN_USE - The specified main mode policy is being used. +. MessageId=13006 Severity=Success @@ -16707,6 +21346,9 @@ SymbolicName=ERROR_IPSEC_MM_FILTER_EXISTS Language=English ERROR_IPSEC_MM_FILTER_EXISTS - The specified main mode filter already exists. . +Language=Russian +ERROR_IPSEC_MM_FILTER_EXISTS - The specified main mode filter already exists. +. MessageId=13007 Severity=Success @@ -16715,6 +21357,9 @@ SymbolicName=ERROR_IPSEC_MM_FILTER_NOT_FOUND Language=English ERROR_IPSEC_MM_FILTER_NOT_FOUND - The specified main mode filter was not found. . +Language=Russian +ERROR_IPSEC_MM_FILTER_NOT_FOUND - The specified main mode filter was not found. +. MessageId=13008 Severity=Success @@ -16723,6 +21368,9 @@ SymbolicName=ERROR_IPSEC_TRANSPORT_FILTER_EXISTS Language=English ERROR_IPSEC_TRANSPORT_FILTER_EXISTS - The specified transport mode filter already exists. . +Language=Russian +ERROR_IPSEC_TRANSPORT_FILTER_EXISTS - The specified transport mode filter already exists. +. MessageId=13009 Severity=Success @@ -16731,6 +21379,9 @@ SymbolicName=ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND Language=English ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND - The specified transport mode filter does not exist. . +Language=Russian +ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND - The specified transport mode filter does not exist. +. MessageId=13010 Severity=Success @@ -16739,6 +21390,9 @@ SymbolicName=ERROR_IPSEC_MM_AUTH_EXISTS Language=English ERROR_IPSEC_MM_AUTH_EXISTS - The specified main mode authentication list exists. . +Language=Russian +ERROR_IPSEC_MM_AUTH_EXISTS - The specified main mode authentication list exists. +. MessageId=13011 Severity=Success @@ -16747,6 +21401,9 @@ SymbolicName=ERROR_IPSEC_MM_AUTH_NOT_FOUND Language=English ERROR_IPSEC_MM_AUTH_NOT_FOUND - The specified main mode authentication list was not found. . +Language=Russian +ERROR_IPSEC_MM_AUTH_NOT_FOUND - The specified main mode authentication list was not found. +. MessageId=13012 Severity=Success @@ -16755,6 +21412,9 @@ SymbolicName=ERROR_IPSEC_MM_AUTH_IN_USE Language=English ERROR_IPSEC_MM_AUTH_IN_USE - The specified quick mode policy is being used. . +Language=Russian +ERROR_IPSEC_MM_AUTH_IN_USE - The specified quick mode policy is being used. +. MessageId=13013 Severity=Success @@ -16763,6 +21423,9 @@ SymbolicName=ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND Language=English ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND - The specified main mode policy was not found. . +Language=Russian +ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND - The specified main mode policy was not found. +. MessageId=13014 Severity=Success @@ -16771,6 +21434,9 @@ SymbolicName=ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND Language=English ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND - The specified quick mode policy was not found. . +Language=Russian +ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND - The specified quick mode policy was not found. +. MessageId=13015 Severity=Success @@ -16779,6 +21445,9 @@ SymbolicName=ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND Language=English ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND - The manifest file contains one or more syntax errors. . +Language=Russian +ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND - The manifest file contains one or more syntax errors. +. MessageId=13016 Severity=Success @@ -16787,6 +21456,9 @@ SymbolicName=ERROR_IPSEC_TUNNEL_FILTER_EXISTS Language=English ERROR_IPSEC_TUNNEL_FILTER_EXISTS - The application attempted to activate a disabled activation context. . +Language=Russian +ERROR_IPSEC_TUNNEL_FILTER_EXISTS - The application attempted to activate a disabled activation context. +. MessageId=13017 Severity=Success @@ -16795,6 +21467,9 @@ SymbolicName=ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND Language=English ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND - The requested lookup key was not found in any active activation context. . +Language=Russian +ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND - The requested lookup key was not found in any active activation context. +. MessageId=13018 Severity=Success @@ -16803,6 +21478,9 @@ SymbolicName=ERROR_IPSEC_MM_FILTER_PENDING_DELETION Language=English ERROR_IPSEC_MM_FILTER_PENDING_DELETION - The Main Mode filter is pending deletion. . +Language=Russian +ERROR_IPSEC_MM_FILTER_PENDING_DELETION - The Main Mode filter is pending deletion. +. MessageId=13019 Severity=Success @@ -16811,6 +21489,9 @@ SymbolicName=ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION Language=English ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION - The transport filter is pending deletion. . +Language=Russian +ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION - The transport filter is pending deletion. +. MessageId=13020 Severity=Success @@ -16819,6 +21500,9 @@ SymbolicName=ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION Language=English ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION - The tunnel filter is pending deletion. . +Language=Russian +ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION - The tunnel filter is pending deletion. +. MessageId=13021 Severity=Success @@ -16827,6 +21511,9 @@ SymbolicName=ERROR_IPSEC_MM_POLICY_PENDING_DELETION Language=English ERROR_IPSEC_MM_POLICY_PENDING_DELETION - The Main Mode policy is pending deletion. . +Language=Russian +ERROR_IPSEC_MM_POLICY_PENDING_DELETION - The Main Mode policy is pending deletion. +. MessageId=13022 Severity=Success @@ -16835,6 +21522,9 @@ SymbolicName=ERROR_IPSEC_MM_AUTH_PENDING_DELETION Language=English ERROR_IPSEC_MM_AUTH_PENDING_DELETION - The Main Mode authentication bundle is pending deletion. . +Language=Russian +ERROR_IPSEC_MM_AUTH_PENDING_DELETION - The Main Mode authentication bundle is pending deletion. +. MessageId=13023 Severity=Success @@ -16843,6 +21533,9 @@ SymbolicName=ERROR_IPSEC_QM_POLICY_PENDING_DELETION Language=English ERROR_IPSEC_QM_POLICY_PENDING_DELETION - The Quick Mode policy is pending deletion. . +Language=Russian +ERROR_IPSEC_QM_POLICY_PENDING_DELETION - The Quick Mode policy is pending deletion. +. MessageId=13024 Severity=Success @@ -16851,6 +21544,9 @@ SymbolicName=WARNING_IPSEC_MM_POLICY_PRUNED Language=English WARNING_IPSEC_MM_POLICY_PRUNED - The Main Mode policy was successfully added, but some of the requested offers are not supported. . +Language=Russian +WARNING_IPSEC_MM_POLICY_PRUNED - The Main Mode policy was successfully added, but some of the requested offers are not supported. +. MessageId=13025 Severity=Success @@ -16859,6 +21555,9 @@ SymbolicName=WARNING_IPSEC_QM_POLICY_PRUNED Language=English WARNING_IPSEC_QM_POLICY_PRUNED - The Quick Mode policy was successfully added, but some of the requested offers are not supported. . +Language=Russian +WARNING_IPSEC_QM_POLICY_PRUNED - The Quick Mode policy was successfully added, but some of the requested offers are not supported. +. MessageId=13801 Severity=Success @@ -16867,6 +21566,9 @@ SymbolicName=ERROR_IPSEC_IKE_AUTH_FAIL Language=English ERROR_IPSEC_IKE_AUTH_FAIL - IKE authentication credentials are unacceptable. . +Language=Russian +ERROR_IPSEC_IKE_AUTH_FAIL - IKE authentication credentials are unacceptable. +. MessageId=13802 Severity=Success @@ -16875,6 +21577,9 @@ SymbolicName=ERROR_IPSEC_IKE_ATTRIB_FAIL Language=English ERROR_IPSEC_IKE_ATTRIB_FAIL - IKE security attributes are unacceptable. . +Language=Russian +ERROR_IPSEC_IKE_ATTRIB_FAIL - IKE security attributes are unacceptable. +. MessageId=13803 Severity=Success @@ -16883,6 +21588,9 @@ SymbolicName=ERROR_IPSEC_IKE_NEGOTIATION_PENDING Language=English ERROR_IPSEC_IKE_NEGOTIATION_PENDING - IKE Negotiation in progress. . +Language=Russian +ERROR_IPSEC_IKE_NEGOTIATION_PENDING - IKE Negotiation in progress. +. MessageId=13804 Severity=Success @@ -16891,6 +21599,9 @@ SymbolicName=ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR Language=English ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR - General processing error. . +Language=Russian +ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR - General processing error. +. MessageId=13805 Severity=Success @@ -16899,6 +21610,9 @@ SymbolicName=ERROR_IPSEC_IKE_TIMED_OUT Language=English ERROR_IPSEC_IKE_TIMED_OUT - Negotiation timed out. . +Language=Russian +ERROR_IPSEC_IKE_TIMED_OUT - Negotiation timed out. +. MessageId=13806 Severity=Success @@ -16907,6 +21621,9 @@ SymbolicName=ERROR_IPSEC_IKE_NO_CERT Language=English ERROR_IPSEC_IKE_NO_CERT - IKE failed to find valid machine certificate. . +Language=Russian +ERROR_IPSEC_IKE_NO_CERT - IKE failed to find valid machine certificate. +. MessageId=13807 Severity=Success @@ -16915,6 +21632,9 @@ SymbolicName=ERROR_IPSEC_IKE_SA_DELETED Language=English ERROR_IPSEC_IKE_SA_DELETED - IKE SA deleted by peer before establishment completed. . +Language=Russian +ERROR_IPSEC_IKE_SA_DELETED - IKE SA deleted by peer before establishment completed. +. MessageId=13808 Severity=Success @@ -16923,6 +21643,9 @@ SymbolicName=ERROR_IPSEC_IKE_SA_REAPED Language=English ERROR_IPSEC_IKE_SA_REAPED - IKE SA deleted before establishment completed. . +Language=Russian +ERROR_IPSEC_IKE_SA_REAPED - IKE SA deleted before establishment completed. +. MessageId=13809 Severity=Success @@ -16931,6 +21654,9 @@ SymbolicName=ERROR_IPSEC_IKE_MM_ACQUIRE_DROP Language=English ERROR_IPSEC_IKE_MM_ACQUIRE_DROP - Negotiation request sat in Queue too long. . +Language=Russian +ERROR_IPSEC_IKE_MM_ACQUIRE_DROP - Negotiation request sat in Queue too long. +. MessageId=13810 Severity=Success @@ -16939,6 +21665,9 @@ SymbolicName=ERROR_IPSEC_IKE_QM_ACQUIRE_DROP Language=English ERROR_IPSEC_IKE_QM_ACQUIRE_DROP - Negotiation request sat in Queue too long. . +Language=Russian +ERROR_IPSEC_IKE_QM_ACQUIRE_DROP - Negotiation request sat in Queue too long. +. MessageId=13811 Severity=Success @@ -16947,6 +21676,9 @@ SymbolicName=ERROR_IPSEC_IKE_QUEUE_DROP_MM Language=English ERROR_IPSEC_IKE_QUEUE_DROP_MM - Negotiation request sat in Queue too long. . +Language=Russian +ERROR_IPSEC_IKE_QUEUE_DROP_MM - Negotiation request sat in Queue too long. +. MessageId=13812 Severity=Success @@ -16955,6 +21687,9 @@ SymbolicName=ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM Language=English ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM - Negotiation request sat in Queue too long. . +Language=Russian +ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM - Negotiation request sat in Queue too long. +. MessageId=13813 Severity=Success @@ -16963,6 +21698,9 @@ SymbolicName=ERROR_IPSEC_IKE_DROP_NO_RESPONSE Language=English ERROR_IPSEC_IKE_DROP_NO_RESPONSE - No response from peer. . +Language=Russian +ERROR_IPSEC_IKE_DROP_NO_RESPONSE - No response from peer. +. MessageId=13814 Severity=Success @@ -16971,6 +21709,9 @@ SymbolicName=ERROR_IPSEC_IKE_MM_DELAY_DROP Language=English ERROR_IPSEC_IKE_MM_DELAY_DROP - Negotiation took too long. . +Language=Russian +ERROR_IPSEC_IKE_MM_DELAY_DROP - Negotiation took too long. +. MessageId=13815 Severity=Success @@ -16979,6 +21720,9 @@ SymbolicName=ERROR_IPSEC_IKE_QM_DELAY_DROP Language=English ERROR_IPSEC_IKE_QM_DELAY_DROP - Negotiation took too long. . +Language=Russian +ERROR_IPSEC_IKE_QM_DELAY_DROP - Negotiation took too long. +. MessageId=13816 Severity=Success @@ -16987,6 +21731,9 @@ SymbolicName=ERROR_IPSEC_IKE_ERROR Language=English ERROR_IPSEC_IKE_ERROR - Unknown error occurred. . +Language=Russian +ERROR_IPSEC_IKE_ERROR - Unknown error occurred. +. MessageId=13817 Severity=Success @@ -16995,6 +21742,9 @@ SymbolicName=ERROR_IPSEC_IKE_CRL_FAILED Language=English ERROR_IPSEC_IKE_CRL_FAILED - Certificate Revocation Check failed. . +Language=Russian +ERROR_IPSEC_IKE_CRL_FAILED - Certificate Revocation Check failed. +. MessageId=13818 Severity=Success @@ -17003,6 +21753,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_KEY_USAGE Language=English ERROR_IPSEC_IKE_INVALID_KEY_USAGE - Invalid certificate key usage. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_KEY_USAGE - Invalid certificate key usage. +. MessageId=13819 Severity=Success @@ -17011,6 +21764,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_CERT_TYPE Language=English ERROR_IPSEC_IKE_INVALID_CERT_TYPE - Invalid certificate type. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_CERT_TYPE - Invalid certificate type. +. MessageId=13820 Severity=Success @@ -17019,6 +21775,9 @@ SymbolicName=ERROR_IPSEC_IKE_NO_PRIVATE_KEY Language=English ERROR_IPSEC_IKE_NO_PRIVATE_KEY - No private key associated with machine certificate. . +Language=Russian +ERROR_IPSEC_IKE_NO_PRIVATE_KEY - No private key associated with machine certificate. +. MessageId=13822 Severity=Success @@ -17027,6 +21786,9 @@ SymbolicName=ERROR_IPSEC_IKE_DH_FAIL Language=English ERROR_IPSEC_IKE_DH_FAIL - Failure in Diffie-Hellman computation. . +Language=Russian +ERROR_IPSEC_IKE_DH_FAIL - Failure in Diffie-Hellman computation. +. MessageId=13824 Severity=Success @@ -17035,6 +21797,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_HEADER Language=English ERROR_IPSEC_IKE_INVALID_HEADER - Invalid header. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_HEADER - Invalid header. +. MessageId=13825 Severity=Success @@ -17043,6 +21808,9 @@ SymbolicName=ERROR_IPSEC_IKE_NO_POLICY Language=English ERROR_IPSEC_IKE_NO_POLICY - No policy configured. . +Language=Russian +ERROR_IPSEC_IKE_NO_POLICY - No policy configured. +. MessageId=13826 Severity=Success @@ -17051,6 +21819,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_SIGNATURE Language=English ERROR_IPSEC_IKE_INVALID_SIGNATURE - Failed to verify signature. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_SIGNATURE - Failed to verify signature. +. MessageId=13827 Severity=Success @@ -17059,6 +21830,9 @@ SymbolicName=ERROR_IPSEC_IKE_KERBEROS_ERROR Language=English ERROR_IPSEC_IKE_KERBEROS_ERROR - Failed to authenticate using Kerberos. . +Language=Russian +ERROR_IPSEC_IKE_KERBEROS_ERROR - Failed to authenticate using Kerberos. +. MessageId=13828 Severity=Success @@ -17067,6 +21841,9 @@ SymbolicName=ERROR_IPSEC_IKE_NO_PUBLIC_KEY Language=English ERROR_IPSEC_IKE_NO_PUBLIC_KEY - Peer's certificate did not have a public key. . +Language=Russian +ERROR_IPSEC_IKE_NO_PUBLIC_KEY - Peer's certificate did not have a public key. +. MessageId=13829 Severity=Success @@ -17075,6 +21852,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR Language=English ERROR_IPSEC_IKE_PROCESS_ERR - Error processing error payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR - Error processing error payload. +. MessageId=13830 Severity=Success @@ -17083,6 +21863,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_SA Language=English ERROR_IPSEC_IKE_PROCESS_ERR_SA - Error processing SA payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_SA - Error processing SA payload. +. MessageId=13831 Severity=Success @@ -17091,6 +21874,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_PROP Language=English ERROR_IPSEC_IKE_PROCESS_ERR_PROP - Error processing Proposal payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_PROP - Error processing Proposal payload. +. MessageId=13832 Severity=Success @@ -17099,6 +21885,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_TRANS Language=English ERROR_IPSEC_IKE_PROCESS_ERR_TRANS - Error processing Transform payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_TRANS - Error processing Transform payload. +. MessageId=13833 Severity=Success @@ -17107,6 +21896,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_KE Language=English ERROR_IPSEC_IKE_PROCESS_ERR_KE - Error processing KE payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_KE - Error processing KE payload. +. MessageId=13834 Severity=Success @@ -17115,6 +21907,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_ID Language=English ERROR_IPSEC_IKE_PROCESS_ERR_ID - Error processing ID payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_ID - Error processing ID payload. +. MessageId=13835 Severity=Success @@ -17123,6 +21918,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_CERT Language=English ERROR_IPSEC_IKE_PROCESS_ERR_CERT - Error processing Cert payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_CERT - Error processing Cert payload. +. MessageId=13836 Severity=Success @@ -17131,6 +21929,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ Language=English ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ - Error processing Certificate Request payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ - Error processing Certificate Request payload. +. MessageId=13837 Severity=Success @@ -17139,6 +21940,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_HASH Language=English ERROR_IPSEC_IKE_PROCESS_ERR_HASH - Error processing Hash payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_HASH - Error processing Hash payload. +. MessageId=13838 Severity=Success @@ -17147,6 +21951,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_SIG Language=English ERROR_IPSEC_IKE_PROCESS_ERR_SIG - Error processing Signature payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_SIG - Error processing Signature payload. +. MessageId=13839 Severity=Success @@ -17155,6 +21962,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_NONCE Language=English ERROR_IPSEC_IKE_PROCESS_ERR_NONCE - Error processing Nonce payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_NONCE - Error processing Nonce payload. +. MessageId=13840 Severity=Success @@ -17163,6 +21973,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY Language=English ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY - Error processing Notify payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY - Error processing Notify payload. +. MessageId=13841 Severity=Success @@ -17171,6 +21984,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_DELETE Language=English ERROR_IPSEC_IKE_PROCESS_ERR_DELETE - Error processing Delete Payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_DELETE - Error processing Delete Payload. +. MessageId=13842 Severity=Success @@ -17179,6 +21995,9 @@ SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR Language=English ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR - Error processing VendorId payload. . +Language=Russian +ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR - Error processing VendorId payload. +. MessageId=13843 Severity=Success @@ -17187,6 +22006,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_PAYLOAD Language=English ERROR_IPSEC_IKE_INVALID_PAYLOAD - Invalid payload received. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_PAYLOAD - Invalid payload received. +. MessageId=13844 Severity=Success @@ -17195,6 +22017,9 @@ SymbolicName=ERROR_IPSEC_IKE_LOAD_SOFT_SA Language=English ERROR_IPSEC_IKE_LOAD_SOFT_SA - Soft SA loaded. . +Language=Russian +ERROR_IPSEC_IKE_LOAD_SOFT_SA - Soft SA loaded. +. MessageId=13845 Severity=Success @@ -17203,6 +22028,9 @@ SymbolicName=ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN Language=English ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN - Soft SA torn down. . +Language=Russian +ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN - Soft SA torn down. +. MessageId=13846 Severity=Success @@ -17211,6 +22039,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_COOKIE Language=English ERROR_IPSEC_IKE_INVALID_COOKIE - Invalid cookie received.. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_COOKIE - Invalid cookie received.. +. MessageId=13847 Severity=Success @@ -17219,6 +22050,9 @@ SymbolicName=ERROR_IPSEC_IKE_NO_PEER_CERT Language=English ERROR_IPSEC_IKE_NO_PEER_CERT - Peer failed to send valid machine certificate. . +Language=Russian +ERROR_IPSEC_IKE_NO_PEER_CERT - Peer failed to send valid machine certificate. +. MessageId=13848 Severity=Success @@ -17227,6 +22061,9 @@ SymbolicName=ERROR_IPSEC_IKE_PEER_CRL_FAILED Language=English ERROR_IPSEC_IKE_PEER_CRL_FAILED - Certification Revocation check of peer's certificate failed. . +Language=Russian +ERROR_IPSEC_IKE_PEER_CRL_FAILED - Certification Revocation check of peer's certificate failed. +. MessageId=13849 Severity=Success @@ -17235,6 +22072,9 @@ SymbolicName=ERROR_IPSEC_IKE_POLICY_CHANGE Language=English ERROR_IPSEC_IKE_POLICY_CHANGE - New policy invalidated SAs formed with old policy. . +Language=Russian +ERROR_IPSEC_IKE_POLICY_CHANGE - New policy invalidated SAs formed with old policy. +. MessageId=13850 Severity=Success @@ -17243,6 +22083,9 @@ SymbolicName=ERROR_IPSEC_IKE_NO_MM_POLICY Language=English ERROR_IPSEC_IKE_NO_MM_POLICY - There is no available Main Mode IKE policy. . +Language=Russian +ERROR_IPSEC_IKE_NO_MM_POLICY - There is no available Main Mode IKE policy. +. MessageId=13851 Severity=Success @@ -17251,6 +22094,9 @@ SymbolicName=ERROR_IPSEC_IKE_NOTCBPRIV Language=English ERROR_IPSEC_IKE_NOTCBPRIV - Failed to enabled TCB privilege. . +Language=Russian +ERROR_IPSEC_IKE_NOTCBPRIV - Failed to enabled TCB privilege. +. MessageId=13852 Severity=Success @@ -17259,6 +22105,9 @@ SymbolicName=ERROR_IPSEC_IKE_SECLOADFAIL Language=English ERROR_IPSEC_IKE_SECLOADFAIL - Failed to load SECURITY.DLL. . +Language=Russian +ERROR_IPSEC_IKE_SECLOADFAIL - Failed to load SECURITY.DLL. +. MessageId=13853 Severity=Success @@ -17267,6 +22116,9 @@ SymbolicName=ERROR_IPSEC_IKE_FAILSSPINIT Language=English ERROR_IPSEC_IKE_FAILSSPINIT - Failed to obtain security function table dispatch address from SSPI. . +Language=Russian +ERROR_IPSEC_IKE_FAILSSPINIT - Failed to obtain security function table dispatch address from SSPI. +. MessageId=13854 Severity=Success @@ -17275,6 +22127,9 @@ SymbolicName=ERROR_IPSEC_IKE_FAILQUERYSSP Language=English ERROR_IPSEC_IKE_FAILQUERYSSP - Failed to query Kerberos package to obtain max token size. . +Language=Russian +ERROR_IPSEC_IKE_FAILQUERYSSP - Failed to query Kerberos package to obtain max token size. +. MessageId=13855 Severity=Success @@ -17283,6 +22138,9 @@ SymbolicName=ERROR_IPSEC_IKE_SRVACQFAIL Language=English ERROR_IPSEC_IKE_SRVACQFAIL - Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup. . +Language=Russian +ERROR_IPSEC_IKE_SRVACQFAIL - Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup. +. MessageId=13856 Severity=Success @@ -17291,6 +22149,9 @@ SymbolicName=ERROR_IPSEC_IKE_SRVQUERYCRED Language=English ERROR_IPSEC_IKE_SRVQUERYCRED - Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes). . +Language=Russian +ERROR_IPSEC_IKE_SRVQUERYCRED - Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes). +. MessageId=13857 Severity=Success @@ -17299,6 +22160,9 @@ SymbolicName=ERROR_IPSEC_IKE_GETSPIFAIL Language=English ERROR_IPSEC_IKE_GETSPIFAIL - Failed to obtain new SPI for the inbound SA from IPSec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters. . +Language=Russian +ERROR_IPSEC_IKE_GETSPIFAIL - Failed to obtain new SPI for the inbound SA from IPSec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters. +. MessageId=13858 Severity=Success @@ -17307,6 +22171,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_FILTER Language=English ERROR_IPSEC_IKE_INVALID_FILTER - Given filter is invalid. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_FILTER - Given filter is invalid. +. MessageId=13859 Severity=Success @@ -17315,6 +22182,9 @@ SymbolicName=ERROR_IPSEC_IKE_OUT_OF_MEMORY Language=English ERROR_IPSEC_IKE_OUT_OF_MEMORY - Memory allocation failed. . +Language=Russian +ERROR_IPSEC_IKE_OUT_OF_MEMORY - Memory allocation failed. +. MessageId=13860 Severity=Success @@ -17323,6 +22193,9 @@ SymbolicName=ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED Language=English ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED - Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine. . +Language=Russian +ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED - Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine. +. MessageId=13861 Severity=Success @@ -17331,6 +22204,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_POLICY Language=English ERROR_IPSEC_IKE_INVALID_POLICY - Invalid policy. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_POLICY - Invalid policy. +. MessageId=13862 Severity=Success @@ -17339,6 +22215,9 @@ SymbolicName=ERROR_IPSEC_IKE_UNKNOWN_DOI Language=English ERROR_IPSEC_IKE_UNKNOWN_DOI - Invalid DOI. . +Language=Russian +ERROR_IPSEC_IKE_UNKNOWN_DOI - Invalid DOI. +. MessageId=13863 Severity=Success @@ -17347,6 +22226,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_SITUATION Language=English ERROR_IPSEC_IKE_INVALID_SITUATION - Invalid situation. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_SITUATION - Invalid situation. +. MessageId=13864 Severity=Success @@ -17355,6 +22237,9 @@ SymbolicName=ERROR_IPSEC_IKE_DH_FAILURE Language=English ERROR_IPSEC_IKE_DH_FAILURE - Diffie-Hellman failure. . +Language=Russian +ERROR_IPSEC_IKE_DH_FAILURE - Diffie-Hellman failure. +. MessageId=13865 Severity=Success @@ -17363,6 +22248,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_GROUP Language=English ERROR_IPSEC_IKE_INVALID_GROUP - Invalid Diffie-Hellman group. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_GROUP - Invalid Diffie-Hellman group. +. MessageId=13866 Severity=Success @@ -17371,6 +22259,9 @@ SymbolicName=ERROR_IPSEC_IKE_ENCRYPT Language=English ERROR_IPSEC_IKE_ENCRYPT - Error encrypting payload. . +Language=Russian +ERROR_IPSEC_IKE_ENCRYPT - Error encrypting payload. +. MessageId=13867 Severity=Success @@ -17379,6 +22270,9 @@ SymbolicName=ERROR_IPSEC_IKE_DECRYPT Language=English ERROR_IPSEC_IKE_DECRYPT - Error decrypting payload. . +Language=Russian +ERROR_IPSEC_IKE_DECRYPT - Error decrypting payload. +. MessageId=13868 Severity=Success @@ -17387,6 +22281,9 @@ SymbolicName=ERROR_IPSEC_IKE_POLICY_MATCH Language=English ERROR_IPSEC_IKE_POLICY_MATCH - Policy match error. . +Language=Russian +ERROR_IPSEC_IKE_POLICY_MATCH - Policy match error. +. MessageId=13869 Severity=Success @@ -17395,6 +22292,9 @@ SymbolicName=ERROR_IPSEC_IKE_UNSUPPORTED_ID Language=English ERROR_IPSEC_IKE_UNSUPPORTED_ID - Unsupported ID. . +Language=Russian +ERROR_IPSEC_IKE_UNSUPPORTED_ID - Unsupported ID. +. MessageId=13870 Severity=Success @@ -17403,6 +22303,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_HASH Language=English ERROR_IPSEC_IKE_INVALID_HASH - Hash verification failed. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_HASH - Hash verification failed. +. MessageId=13871 Severity=Success @@ -17411,6 +22314,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_HASH_ALG Language=English ERROR_IPSEC_IKE_INVALID_HASH_ALG - Invalid hash algorithm. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_HASH_ALG - Invalid hash algorithm. +. MessageId=13872 Severity=Success @@ -17419,6 +22325,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_HASH_SIZE Language=English ERROR_IPSEC_IKE_INVALID_HASH_SIZE - Invalid hash size. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_HASH_SIZE - Invalid hash size. +. MessageId=13873 Severity=Success @@ -17427,6 +22336,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG Language=English ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG - Invalid encryption algorithm. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG - Invalid encryption algorithm. +. MessageId=13874 Severity=Success @@ -17435,6 +22347,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_AUTH_ALG Language=English ERROR_IPSEC_IKE_INVALID_AUTH_ALG - Invalid authentication algorithm. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_AUTH_ALG - Invalid authentication algorithm. +. MessageId=13875 Severity=Success @@ -17443,6 +22358,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_SIG Language=English ERROR_IPSEC_IKE_INVALID_SIG - Invalid certificate signature. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_SIG - Invalid certificate signature. +. MessageId=13876 Severity=Success @@ -17451,6 +22369,9 @@ SymbolicName=ERROR_IPSEC_IKE_LOAD_FAILED Language=English ERROR_IPSEC_IKE_LOAD_FAILED - Load failed. . +Language=Russian +ERROR_IPSEC_IKE_LOAD_FAILED - Load failed. +. MessageId=13877 Severity=Success @@ -17459,6 +22380,9 @@ SymbolicName=ERROR_IPSEC_IKE_RPC_DELETE Language=English ERROR_IPSEC_IKE_RPC_DELETE - Deleted via RPC call. . +Language=Russian +ERROR_IPSEC_IKE_RPC_DELETE - Deleted via RPC call. +. MessageId=13878 Severity=Success @@ -17467,6 +22391,9 @@ SymbolicName=ERROR_IPSEC_IKE_BENIGN_REINIT Language=English ERROR_IPSEC_IKE_BENIGN_REINIT - Temporary state created to perform reinit. This is not a real failure. . +Language=Russian +ERROR_IPSEC_IKE_BENIGN_REINIT - Temporary state created to perform reinit. This is not a real failure. +. MessageId=13879 Severity=Success @@ -17475,6 +22402,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY Language=English ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY - The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY - The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine. +. MessageId=13881 Severity=Success @@ -17483,6 +22413,9 @@ SymbolicName=ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN Language=English ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN - Key length in certificate is too small for configured security requirements. . +Language=Russian +ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN - Key length in certificate is too small for configured security requirements. +. MessageId=13882 Severity=Success @@ -17491,6 +22424,9 @@ SymbolicName=ERROR_IPSEC_IKE_MM_LIMIT Language=English ERROR_IPSEC_IKE_MM_LIMIT - Max number of established MM SAs to peer exceeded. . +Language=Russian +ERROR_IPSEC_IKE_MM_LIMIT - Max number of established MM SAs to peer exceeded. +. MessageId=13883 Severity=Success @@ -17499,6 +22435,9 @@ SymbolicName=ERROR_IPSEC_IKE_NEGOTIATION_DISABLED Language=English ERROR_IPSEC_IKE_NEGOTIATION_DISABLED - IKE received a policy that disables negotiation. . +Language=Russian +ERROR_IPSEC_IKE_NEGOTIATION_DISABLED - IKE received a policy that disables negotiation. +. MessageId=13884 Severity=Success @@ -17507,6 +22446,9 @@ SymbolicName=ERROR_IPSEC_IKE_NEG_STATUS_END Language=English ERROR_IPSEC_IKE_NEG_STATUS_END - ERROR_IPSEC_IKE_NEG_STATUS_END . +Language=Russian +ERROR_IPSEC_IKE_NEG_STATUS_END - ERROR_IPSEC_IKE_NEG_STATUS_END +. MessageId=14000 Severity=Success @@ -17515,6 +22457,9 @@ SymbolicName=ERROR_SXS_SECTION_NOT_FOUND Language=English ERROR_SXS_SECTION_NOT_FOUND - The requested section was not present in the activation context. . +Language=Russian +ERROR_SXS_SECTION_NOT_FOUND - The requested section was not present in the activation context. +. MessageId=14001 Severity=Success @@ -17523,6 +22468,9 @@ SymbolicName=ERROR_SXS_CANT_GEN_ACTCTX Language=English ERROR_SXS_CANT_GEN_ACTCTX - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. . +Language=Russian +ERROR_SXS_CANT_GEN_ACTCTX - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. +. MessageId=14002 Severity=Success @@ -17531,6 +22479,9 @@ SymbolicName=ERROR_SXS_INVALID_ACTCTXDATA_FORMAT Language=English ERROR_SXS_INVALID_ACTCTXDATA_FORMAT - The application binding data format is invalid. . +Language=Russian +ERROR_SXS_INVALID_ACTCTXDATA_FORMAT - The application binding data format is invalid. +. MessageId=14003 Severity=Success @@ -17539,6 +22490,9 @@ SymbolicName=ERROR_SXS_ASSEMBLY_NOT_FOUND Language=English ERROR_SXS_ASSEMBLY_NOT_FOUND - The referenced assembly is not installed on your system. . +Language=Russian +ERROR_SXS_ASSEMBLY_NOT_FOUND - The referenced assembly is not installed on your system. +. MessageId=14004 Severity=Success @@ -17547,6 +22501,9 @@ SymbolicName=ERROR_SXS_MANIFEST_FORMAT_ERROR Language=English ERROR_SXS_MANIFEST_FORMAT_ERROR - The manifest file does not begin with the required tag and format information. . +Language=Russian +ERROR_SXS_MANIFEST_FORMAT_ERROR - The manifest file does not begin with the required tag and format information. +. MessageId=14005 Severity=Success @@ -17555,6 +22512,9 @@ SymbolicName=ERROR_SXS_MANIFEST_PARSE_ERROR Language=English ERROR_SXS_MANIFEST_PARSE_ERROR - The manifest file contains one or more syntax errors. . +Language=Russian +ERROR_SXS_MANIFEST_PARSE_ERROR - The manifest file contains one or more syntax errors. +. MessageId=14006 Severity=Success @@ -17563,6 +22523,9 @@ SymbolicName=ERROR_SXS_ACTIVATION_CONTEXT_DISABLED Language=English ERROR_SXS_ACTIVATION_CONTEXT_DISABLED - The application attempted to activate a disabled activation context. . +Language=Russian +ERROR_SXS_ACTIVATION_CONTEXT_DISABLED - The application attempted to activate a disabled activation context. +. MessageId=14007 Severity=Success @@ -17571,6 +22534,9 @@ SymbolicName=ERROR_SXS_KEY_NOT_FOUND Language=English ERROR_SXS_KEY_NOT_FOUND - The requested lookup key was not found in any active activation context. . +Language=Russian +ERROR_SXS_KEY_NOT_FOUND - The requested lookup key was not found in any active activation context. +. MessageId=14008 Severity=Success @@ -17579,6 +22545,9 @@ SymbolicName=ERROR_SXS_VERSION_CONFLICT Language=English ERROR_SXS_VERSION_CONFLICT - A component version required by the application conflicts with another component version already active. . +Language=Russian +ERROR_SXS_VERSION_CONFLICT - A component version required by the application conflicts with another component version already active. +. MessageId=14009 Severity=Success @@ -17587,6 +22556,9 @@ SymbolicName=ERROR_SXS_WRONG_SECTION_TYPE Language=English ERROR_SXS_WRONG_SECTION_TYPE - The type requested activation context section does not match the query API used. . +Language=Russian +ERROR_SXS_WRONG_SECTION_TYPE - The type requested activation context section does not match the query API used. +. MessageId=14010 Severity=Success @@ -17595,6 +22567,9 @@ SymbolicName=ERROR_SXS_THREAD_QUERIES_DISABLED Language=English ERROR_SXS_THREAD_QUERIES_DISABLED - Lack of system resources has required isolated activation to be disabled for the current thread of execution. . +Language=Russian +ERROR_SXS_THREAD_QUERIES_DISABLED - Lack of system resources has required isolated activation to be disabled for the current thread of execution. +. MessageId=14011 Severity=Success @@ -17603,6 +22578,9 @@ SymbolicName=ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET Language=English ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET - An attempt to set the process default activation context failed because the process default activation context was already set. . +Language=Russian +ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET - An attempt to set the process default activation context failed because the process default activation context was already set. +. MessageId=14012 Severity=Success @@ -17611,6 +22589,9 @@ SymbolicName=ERROR_SXS_UNKNOWN_ENCODING_GROUP Language=English ERROR_SXS_UNKNOWN_ENCODING_GROUP - The encoding group identifier specified is not recognized. . +Language=Russian +ERROR_SXS_UNKNOWN_ENCODING_GROUP - The encoding group identifier specified is not recognized. +. MessageId=14013 Severity=Success @@ -17619,6 +22600,9 @@ SymbolicName=ERROR_SXS_UNKNOWN_ENCODING Language=English ERROR_SXS_UNKNOWN_ENCODING - The encoding requested is not recognized. . +Language=Russian +ERROR_SXS_UNKNOWN_ENCODING - The encoding requested is not recognized. +. MessageId=14014 Severity=Success @@ -17627,6 +22611,9 @@ SymbolicName=ERROR_SXS_INVALID_XML_NAMESPACE_URI Language=English ERROR_SXS_INVALID_XML_NAMESPACE_URI - The manifest contains a reference to an invalid URI. . +Language=Russian +ERROR_SXS_INVALID_XML_NAMESPACE_URI - The manifest contains a reference to an invalid URI. +. MessageId=14015 Severity=Success @@ -17635,6 +22622,9 @@ SymbolicName=ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED Language=English ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED - The application manifest contains a reference to a dependent assembly which is not installed. . +Language=Russian +ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED - The application manifest contains a reference to a dependent assembly which is not installed. +. MessageId=14016 Severity=Success @@ -17643,6 +22633,9 @@ SymbolicName=ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED Language=English ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED - The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed. . +Language=Russian +ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED - The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed. +. MessageId=14017 Severity=Success @@ -17651,6 +22644,9 @@ SymbolicName=ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE Language=English ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE - The manifest contains an attribute for the assembly identity which is not valid. . +Language=Russian +ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE - The manifest contains an attribute for the assembly identity which is not valid. +. MessageId=14018 Severity=Success @@ -17659,6 +22655,9 @@ SymbolicName=ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE Language=English ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE - The manifest is missing the required default namespace specification on the assembly element. . +Language=Russian +ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE - The manifest is missing the required default namespace specification on the assembly element. +. MessageId=14019 Severity=Success @@ -17667,6 +22666,9 @@ SymbolicName=ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE Language=English ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE - The manifest has a default namespace specified on the assembly element but its value is not \"urn:schemas-microsoft-com:asm.v1\". . +Language=Russian +ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE - The manifest has a default namespace specified on the assembly element but its value is not \"urn:schemas-microsoft-com:asm.v1\". +. MessageId=14020 Severity=Success @@ -17675,6 +22677,9 @@ SymbolicName=ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT Language=English ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT - The private manifest probe has crossed the reparse-point-associated path. . +Language=Russian +ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT - The private manifest probe has crossed the reparse-point-associated path. +. MessageId=14021 Severity=Success @@ -17683,6 +22688,9 @@ SymbolicName=ERROR_SXS_DUPLICATE_DLL_NAME Language=English ERROR_SXS_DUPLICATE_DLL_NAME - Two or more components referenced directly or indirectly by the application manifest have files by the same name. . +Language=Russian +ERROR_SXS_DUPLICATE_DLL_NAME - Two or more components referenced directly or indirectly by the application manifest have files by the same name. +. MessageId=14022 Severity=Success @@ -17691,6 +22699,9 @@ SymbolicName=ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME Language=English ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME - Two or more components referenced directly or indirectly by the application manifest have window classes with the same name. . +Language=Russian +ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME - Two or more components referenced directly or indirectly by the application manifest have window classes with the same name. +. MessageId=14023 Severity=Success @@ -17699,6 +22710,9 @@ SymbolicName=ERROR_SXS_DUPLICATE_CLSID Language=English ERROR_SXS_DUPLICATE_CLSID - Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs. . +Language=Russian +ERROR_SXS_DUPLICATE_CLSID - Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs. +. MessageId=14024 Severity=Success @@ -17707,6 +22721,9 @@ SymbolicName=ERROR_SXS_DUPLICATE_IID Language=English ERROR_SXS_DUPLICATE_IID - Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs. . +Language=Russian +ERROR_SXS_DUPLICATE_IID - Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs. +. MessageId=14025 Severity=Success @@ -17715,6 +22732,9 @@ SymbolicName=ERROR_SXS_DUPLICATE_TLBID Language=English ERROR_SXS_DUPLICATE_TLBID - Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs. . +Language=Russian +ERROR_SXS_DUPLICATE_TLBID - Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs. +. MessageId=14026 Severity=Success @@ -17723,6 +22743,9 @@ SymbolicName=ERROR_SXS_DUPLICATE_PROGID Language=English ERROR_SXS_DUPLICATE_PROGID - Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs. . +Language=Russian +ERROR_SXS_DUPLICATE_PROGID - Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs. +. MessageId=14027 Severity=Success @@ -17731,6 +22754,9 @@ SymbolicName=ERROR_SXS_DUPLICATE_ASSEMBLY_NAME Language=English ERROR_SXS_DUPLICATE_ASSEMBLY_NAME - Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted. . +Language=Russian +ERROR_SXS_DUPLICATE_ASSEMBLY_NAME - Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted. +. MessageId=14028 Severity=Success @@ -17739,6 +22765,9 @@ SymbolicName=ERROR_SXS_FILE_HASH_MISMATCH Language=English ERROR_SXS_FILE_HASH_MISMATCH - A component's file does not match the verification information present in the component manifest. . +Language=Russian +ERROR_SXS_FILE_HASH_MISMATCH - A component's file does not match the verification information present in the component manifest. +. MessageId=14029 Severity=Success @@ -17747,6 +22776,9 @@ SymbolicName=ERROR_SXS_POLICY_PARSE_ERROR Language=English ERROR_SXS_POLICY_PARSE_ERROR - The policy manifest contains one or more syntax errors. . +Language=Russian +ERROR_SXS_POLICY_PARSE_ERROR - The policy manifest contains one or more syntax errors. +. MessageId=14030 Severity=Success @@ -17755,6 +22787,9 @@ SymbolicName=ERROR_SXS_XML_E_MISSINGQUOTE Language=English ERROR_SXS_XML_E_MISSINGQUOTE - Manifest Parse Error : A string literal was expected, but no opening quote character was found. . +Language=Russian +ERROR_SXS_XML_E_MISSINGQUOTE - Manifest Parse Error : A string literal was expected, but no opening quote character was found. +. MessageId=14031 Severity=Success @@ -17763,6 +22798,9 @@ SymbolicName=ERROR_SXS_XML_E_COMMENTSYNTAX Language=English ERROR_SXS_XML_E_COMMENTSYNTAX - Manifest Parse Error : Incorrect syntax was used in a comment. . +Language=Russian +ERROR_SXS_XML_E_COMMENTSYNTAX - Manifest Parse Error : Incorrect syntax was used in a comment. +. MessageId=14032 Severity=Success @@ -17771,6 +22809,9 @@ SymbolicName=ERROR_SXS_XML_E_BADSTARTNAMECHAR Language=English ERROR_SXS_XML_E_BADSTARTNAMECHAR - Manifest Parse Error : A name was started with an invalid character. . +Language=Russian +ERROR_SXS_XML_E_BADSTARTNAMECHAR - Manifest Parse Error : A name was started with an invalid character. +. MessageId=14033 Severity=Success @@ -17779,6 +22820,9 @@ SymbolicName=ERROR_SXS_XML_E_BADNAMECHAR Language=English ERROR_SXS_XML_E_BADNAMECHAR - Manifest Parse Error : A name contained an invalid character. . +Language=Russian +ERROR_SXS_XML_E_BADNAMECHAR - Manifest Parse Error : A name contained an invalid character. +. MessageId=14034 Severity=Success @@ -17787,6 +22831,9 @@ SymbolicName=ERROR_SXS_XML_E_BADCHARINSTRING Language=English ERROR_SXS_XML_E_BADCHARINSTRING - Manifest Parse Error : A string literal contained an invalid character. . +Language=Russian +ERROR_SXS_XML_E_BADCHARINSTRING - Manifest Parse Error : A string literal contained an invalid character. +. MessageId=14035 Severity=Success @@ -17795,6 +22842,9 @@ SymbolicName=ERROR_SXS_XML_E_XMLDECLSYNTAX Language=English ERROR_SXS_XML_E_XMLDECLSYNTAX - Manifest Parse Error : Invalid syntax for an XML declaration. . +Language=Russian +ERROR_SXS_XML_E_XMLDECLSYNTAX - Manifest Parse Error : Invalid syntax for an XML declaration. +. MessageId=14036 Severity=Success @@ -17803,6 +22853,9 @@ SymbolicName=ERROR_SXS_XML_E_BADCHARDATA Language=English ERROR_SXS_XML_E_BADCHARDATA - Manifest Parse Error : An invalid character was found in text content. . +Language=Russian +ERROR_SXS_XML_E_BADCHARDATA - Manifest Parse Error : An invalid character was found in text content. +. MessageId=14037 Severity=Success @@ -17811,6 +22864,9 @@ SymbolicName=ERROR_SXS_XML_E_MISSINGWHITESPACE Language=English ERROR_SXS_XML_E_MISSINGWHITESPACE - Manifest Parse Error : Required white space was missing. . +Language=Russian +ERROR_SXS_XML_E_MISSINGWHITESPACE - Manifest Parse Error : Required white space was missing. +. MessageId=14038 Severity=Success @@ -17819,6 +22875,9 @@ SymbolicName=ERROR_SXS_XML_E_EXPECTINGTAGEND Language=English ERROR_SXS_XML_E_EXPECTINGTAGEND - Manifest Parse Error : The character '>' was expected. . +Language=Russian +ERROR_SXS_XML_E_EXPECTINGTAGEND - Manifest Parse Error : The character '>' was expected. +. MessageId=14039 Severity=Success @@ -17827,6 +22886,9 @@ SymbolicName=ERROR_SXS_XML_E_MISSINGSEMICOLON Language=English ERROR_SXS_XML_E_MISSINGSEMICOLON - Manifest Parse Error : A semi colon character was expected. . +Language=Russian +ERROR_SXS_XML_E_MISSINGSEMICOLON - Manifest Parse Error : A semi colon character was expected. +. MessageId=14040 Severity=Success @@ -17835,6 +22897,9 @@ SymbolicName=ERROR_SXS_XML_E_UNBALANCEDPAREN Language=English ERROR_SXS_XML_E_UNBALANCEDPAREN - Manifest Parse Error : Unbalanced parentheses. . +Language=Russian +ERROR_SXS_XML_E_UNBALANCEDPAREN - Manifest Parse Error : Unbalanced parentheses. +. MessageId=14041 Severity=Success @@ -17843,6 +22908,9 @@ SymbolicName=ERROR_SXS_XML_E_INTERNALERROR Language=English ERROR_SXS_XML_E_INTERNALERROR - Manifest Parse Error : Internal error. . +Language=Russian +ERROR_SXS_XML_E_INTERNALERROR - Manifest Parse Error : Internal error. +. MessageId=14042 Severity=Success @@ -17851,6 +22919,9 @@ SymbolicName=ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE Language=English ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE - Manifest Parse Error : White space is not allowed at this location. . +Language=Russian +ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE - Manifest Parse Error : White space is not allowed at this location. +. MessageId=14043 Severity=Success @@ -17859,6 +22930,9 @@ SymbolicName=ERROR_SXS_XML_E_INCOMPLETE_ENCODING Language=English ERROR_SXS_XML_E_INCOMPLETE_ENCODING - Manifest Parse Error : End of file reached in invalid state for current encoding. . +Language=Russian +ERROR_SXS_XML_E_INCOMPLETE_ENCODING - Manifest Parse Error : End of file reached in invalid state for current encoding. +. MessageId=14044 Severity=Success @@ -17867,6 +22941,9 @@ SymbolicName=ERROR_SXS_XML_E_MISSING_PAREN Language=English ERROR_SXS_XML_E_MISSING_PAREN - Manifest Parse Error : Missing parenthesis. . +Language=Russian +ERROR_SXS_XML_E_MISSING_PAREN - Manifest Parse Error : Missing parenthesis. +. MessageId=14045 Severity=Success @@ -17875,6 +22952,9 @@ SymbolicName=ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE Language=English ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE - Manifest Parse Error : A single or double closing quote character (\' or \") is missing. . +Language=Russian +ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE - Manifest Parse Error : A single or double closing quote character (\' or \") is missing. +. MessageId=14046 Severity=Success @@ -17883,6 +22963,9 @@ SymbolicName=ERROR_SXS_XML_E_MULTIPLE_COLONS Language=English ERROR_SXS_XML_E_MULTIPLE_COLONS - Manifest Parse Error : Multiple colons are not allowed in a name. . +Language=Russian +ERROR_SXS_XML_E_MULTIPLE_COLONS - Manifest Parse Error : Multiple colons are not allowed in a name. +. MessageId=14047 Severity=Success @@ -17891,6 +22974,9 @@ SymbolicName=ERROR_SXS_XML_E_INVALID_DECIMAL Language=English ERROR_SXS_XML_E_INVALID_DECIMAL - Manifest Parse Error : Invalid character for decimal digit. . +Language=Russian +ERROR_SXS_XML_E_INVALID_DECIMAL - Manifest Parse Error : Invalid character for decimal digit. +. MessageId=14048 Severity=Success @@ -17899,6 +22985,9 @@ SymbolicName=ERROR_SXS_XML_E_INVALID_HEXIDECIMAL Language=English ERROR_SXS_XML_E_INVALID_HEXIDECIMAL - Manifest Parse Error : Invalid character for hexadecimal digit. . +Language=Russian +ERROR_SXS_XML_E_INVALID_HEXIDECIMAL - Manifest Parse Error : Invalid character for hexadecimal digit. +. MessageId=14049 Severity=Success @@ -17907,6 +22996,9 @@ SymbolicName=ERROR_SXS_XML_E_INVALID_UNICODE Language=English ERROR_SXS_XML_E_INVALID_UNICODE - Manifest Parse Error : Invalid Unicode character value for this platform. . +Language=Russian +ERROR_SXS_XML_E_INVALID_UNICODE - Manifest Parse Error : Invalid Unicode character value for this platform. +. MessageId=14050 Severity=Success @@ -17915,6 +23007,9 @@ SymbolicName=ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK Language=English ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK - Manifest Parse Error : Expecting white space or '?'. . +Language=Russian +ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK - Manifest Parse Error : Expecting white space or '?'. +. MessageId=14051 Severity=Success @@ -17923,6 +23018,9 @@ SymbolicName=ERROR_SXS_XML_E_UNEXPECTEDENDTAG Language=English ERROR_SXS_XML_E_UNEXPECTEDENDTAG - Manifest Parse Error : End tag was not expected at this location. . +Language=Russian +ERROR_SXS_XML_E_UNEXPECTEDENDTAG - Manifest Parse Error : End tag was not expected at this location. +. MessageId=14052 Severity=Success @@ -17931,6 +23029,9 @@ SymbolicName=ERROR_SXS_XML_E_UNCLOSEDTAG Language=English ERROR_SXS_XML_E_UNCLOSEDTAG - Manifest Parse Error : The following tags were not closed: %1. . +Language=Russian +ERROR_SXS_XML_E_UNCLOSEDTAG - Manifest Parse Error : The following tags were not closed: %1. +. MessageId=14053 Severity=Success @@ -17939,6 +23040,9 @@ SymbolicName=ERROR_SXS_XML_E_DUPLICATEATTRIBUTE Language=English ERROR_SXS_XML_E_DUPLICATEATTRIBUTE - Manifest Parse Error : Duplicate attribute. . +Language=Russian +ERROR_SXS_XML_E_DUPLICATEATTRIBUTE - Manifest Parse Error : Duplicate attribute. +. MessageId=14054 Severity=Success @@ -17947,6 +23051,9 @@ SymbolicName=ERROR_SXS_XML_E_MULTIPLEROOTS Language=English ERROR_SXS_XML_E_MULTIPLEROOTS - Manifest Parse Error : Only one top level element is allowed in an XML document. . +Language=Russian +ERROR_SXS_XML_E_MULTIPLEROOTS - Manifest Parse Error : Only one top level element is allowed in an XML document. +. MessageId=14055 Severity=Success @@ -17955,6 +23062,9 @@ SymbolicName=ERROR_SXS_XML_E_INVALIDATROOTLEVEL Language=English ERROR_SXS_XML_E_INVALIDATROOTLEVEL - Manifest Parse Error : Invalid at the top level of the document. . +Language=Russian +ERROR_SXS_XML_E_INVALIDATROOTLEVEL - Manifest Parse Error : Invalid at the top level of the document. +. MessageId=14056 Severity=Success @@ -17963,6 +23073,9 @@ SymbolicName=ERROR_SXS_XML_E_BADXMLDECL Language=English ERROR_SXS_XML_E_BADXMLDECL - Manifest Parse Error : Invalid XML declaration. . +Language=Russian +ERROR_SXS_XML_E_BADXMLDECL - Manifest Parse Error : Invalid XML declaration. +. MessageId=14057 Severity=Success @@ -17971,6 +23084,9 @@ SymbolicName=ERROR_SXS_XML_E_MISSINGROOT Language=English ERROR_SXS_XML_E_MISSINGROOT - Manifest Parse Error : XML document must have a top level element. . +Language=Russian +ERROR_SXS_XML_E_MISSINGROOT - Manifest Parse Error : XML document must have a top level element. +. MessageId=14058 Severity=Success @@ -17979,6 +23095,9 @@ SymbolicName=ERROR_SXS_XML_E_UNEXPECTEDEOF Language=English ERROR_SXS_XML_E_UNEXPECTEDEOF - Manifest Parse Error : Unexpected end of file. . +Language=Russian +ERROR_SXS_XML_E_UNEXPECTEDEOF - Manifest Parse Error : Unexpected end of file. +. MessageId=14059 Severity=Success @@ -17987,6 +23106,9 @@ SymbolicName=ERROR_SXS_XML_E_BADPEREFINSUBSET Language=English ERROR_SXS_XML_E_BADPEREFINSUBSET - Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset. . +Language=Russian +ERROR_SXS_XML_E_BADPEREFINSUBSET - Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset. +. MessageId=14060 Severity=Success @@ -17995,6 +23117,9 @@ SymbolicName=ERROR_SXS_XML_E_UNCLOSEDSTARTTAG Language=English ERROR_SXS_XML_E_UNCLOSEDSTARTTAG - Manifest Parse Error : Element was not closed. . +Language=Russian +ERROR_SXS_XML_E_UNCLOSEDSTARTTAG - Manifest Parse Error : Element was not closed. +. MessageId=14061 Severity=Success @@ -18003,6 +23128,9 @@ SymbolicName=ERROR_SXS_XML_E_UNCLOSEDENDTAG Language=English ERROR_SXS_XML_E_UNCLOSEDENDTAG - Manifest Parse Error : End element was missing the character '>'. . +Language=Russian +ERROR_SXS_XML_E_UNCLOSEDENDTAG - Manifest Parse Error : End element was missing the character '>'. +. MessageId=14062 Severity=Success @@ -18011,6 +23139,9 @@ SymbolicName=ERROR_SXS_XML_E_UNCLOSEDSTRING Language=English ERROR_SXS_XML_E_UNCLOSEDSTRING - Manifest Parse Error : A string literal was not closed. . +Language=Russian +ERROR_SXS_XML_E_UNCLOSEDSTRING - Manifest Parse Error : A string literal was not closed. +. MessageId=14063 Severity=Success @@ -18019,6 +23150,9 @@ SymbolicName=ERROR_SXS_XML_E_UNCLOSEDCOMMENT Language=English ERROR_SXS_XML_E_UNCLOSEDCOMMENT - Manifest Parse Error : A comment was not closed. . +Language=Russian +ERROR_SXS_XML_E_UNCLOSEDCOMMENT - Manifest Parse Error : A comment was not closed. +. MessageId=14064 Severity=Success @@ -18027,6 +23161,9 @@ SymbolicName=ERROR_SXS_XML_E_UNCLOSEDDECL Language=English ERROR_SXS_XML_E_UNCLOSEDDECL - Manifest Parse Error : A declaration was not closed. . +Language=Russian +ERROR_SXS_XML_E_UNCLOSEDDECL - Manifest Parse Error : A declaration was not closed. +. MessageId=14065 Severity=Success @@ -18035,6 +23172,9 @@ SymbolicName=ERROR_SXS_XML_E_UNCLOSEDCDATA Language=English ERROR_SXS_XML_E_UNCLOSEDCDATA - Manifest Parse Error : A CDATA section was not closed. . +Language=Russian +ERROR_SXS_XML_E_UNCLOSEDCDATA - Manifest Parse Error : A CDATA section was not closed. +. MessageId=14066 Severity=Success @@ -18043,6 +23183,9 @@ SymbolicName=ERROR_SXS_XML_E_RESERVEDNAMESPACE Language=English ERROR_SXS_XML_E_RESERVEDNAMESPACE - Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string \"xml\". . +Language=Russian +ERROR_SXS_XML_E_RESERVEDNAMESPACE - Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string \"xml\". +. MessageId=14067 Severity=Success @@ -18051,6 +23194,9 @@ SymbolicName=ERROR_SXS_XML_E_INVALIDENCODING Language=English ERROR_SXS_XML_E_INVALIDENCODING - Manifest Parse Error : System does not support the specified encoding. . +Language=Russian +ERROR_SXS_XML_E_INVALIDENCODING - Manifest Parse Error : System does not support the specified encoding. +. MessageId=14068 Severity=Success @@ -18059,6 +23205,9 @@ SymbolicName=ERROR_SXS_XML_E_INVALIDSWITCH Language=English ERROR_SXS_XML_E_INVALIDSWITCH - Manifest Parse Error : Switch from current encoding to specified encoding not supported. . +Language=Russian +ERROR_SXS_XML_E_INVALIDSWITCH - Manifest Parse Error : Switch from current encoding to specified encoding not supported. +. MessageId=14069 Severity=Success @@ -18067,6 +23216,9 @@ SymbolicName=ERROR_SXS_XML_E_BADXMLCASE Language=English ERROR_SXS_XML_E_BADXMLCASE - Manifest Parse Error : The name 'xml' is reserved and must be lower case. . +Language=Russian +ERROR_SXS_XML_E_BADXMLCASE - Manifest Parse Error : The name 'xml' is reserved and must be lower case. +. MessageId=14070 Severity=Success @@ -18075,6 +23227,9 @@ SymbolicName=ERROR_SXS_XML_E_INVALID_STANDALONE Language=English ERROR_SXS_XML_E_INVALID_STANDALONE - Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'. . +Language=Russian +ERROR_SXS_XML_E_INVALID_STANDALONE - Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'. +. MessageId=14071 Severity=Success @@ -18083,6 +23238,9 @@ SymbolicName=ERROR_SXS_XML_E_UNEXPECTED_STANDALONE Language=English ERROR_SXS_XML_E_UNEXPECTED_STANDALONE - Manifest Parse Error : The standalone attribute cannot be used in external entities. . +Language=Russian +ERROR_SXS_XML_E_UNEXPECTED_STANDALONE - Manifest Parse Error : The standalone attribute cannot be used in external entities. +. MessageId=14072 Severity=Success @@ -18091,6 +23249,9 @@ SymbolicName=ERROR_SXS_XML_E_INVALID_VERSION Language=English ERROR_SXS_XML_E_INVALID_VERSION - Manifest Parse Error : Invalid version number. . +Language=Russian +ERROR_SXS_XML_E_INVALID_VERSION - Manifest Parse Error : Invalid version number. +. MessageId=14073 Severity=Success @@ -18099,6 +23260,9 @@ SymbolicName=ERROR_SXS_XML_E_MISSINGEQUALS Language=English ERROR_SXS_XML_E_MISSINGEQUALS - Manifest Parse Error : Missing equals sign between attribute and attribute value. . +Language=Russian +ERROR_SXS_XML_E_MISSINGEQUALS - Manifest Parse Error : Missing equals sign between attribute and attribute value. +. MessageId=14074 Severity=Success @@ -18107,6 +23271,9 @@ SymbolicName=ERROR_SXS_PROTECTION_RECOVERY_FAILED Language=English ERROR_SXS_PROTECTION_RECOVERY_FAILED - Assembly Protection Error: Unable to recover the specified assembly. . +Language=Russian +ERROR_SXS_PROTECTION_RECOVERY_FAILED - Assembly Protection Error: Unable to recover the specified assembly. +. MessageId=14075 Severity=Success @@ -18115,6 +23282,9 @@ SymbolicName=ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT Language=English ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT - Assembly Protection Error: The public key for an assembly was too short to be allowed. . +Language=Russian +ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT - Assembly Protection Error: The public key for an assembly was too short to be allowed. +. MessageId=14076 Severity=Success @@ -18123,6 +23293,9 @@ SymbolicName=ERROR_SXS_PROTECTION_CATALOG_NOT_VALID Language=English ERROR_SXS_PROTECTION_CATALOG_NOT_VALID - Assembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest. . +Language=Russian +ERROR_SXS_PROTECTION_CATALOG_NOT_VALID - Assembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest. +. MessageId=14077 Severity=Success @@ -18131,6 +23304,9 @@ SymbolicName=ERROR_SXS_UNTRANSLATABLE_HRESULT Language=English ERROR_SXS_UNTRANSLATABLE_HRESULT - An HRESULT could not be translated to a corresponding Win32 error code. . +Language=Russian +ERROR_SXS_UNTRANSLATABLE_HRESULT - An HRESULT could not be translated to a corresponding Win32 error code. +. MessageId=14078 Severity=Success @@ -18139,6 +23315,9 @@ SymbolicName=ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING Language=English ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING - Assembly Protection Error: The catalog for an assembly is missing. . +Language=Russian +ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING - Assembly Protection Error: The catalog for an assembly is missing. +. MessageId=14079 Severity=Success @@ -18147,6 +23326,9 @@ SymbolicName=ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE Language=English ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE - The supplied assembly identity is missing one or more attributes which must be present in this context. . +Language=Russian +ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE - The supplied assembly identity is missing one or more attributes which must be present in this context. +. MessageId=14080 Severity=Success @@ -18155,6 +23337,9 @@ SymbolicName=ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME Language=English ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME - The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names. . +Language=Russian +ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME - The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names. +. MessageId=14081 Severity=Success @@ -18163,6 +23348,9 @@ SymbolicName=ERROR_SXS_ASSEMBLY_MISSING Language=English ERROR_SXS_ASSEMBLY_MISSING - The referenced assembly could not be found. . +Language=Russian +ERROR_SXS_ASSEMBLY_MISSING - The referenced assembly could not be found. +. MessageId=14082 Severity=Success @@ -18171,6 +23359,9 @@ SymbolicName=ERROR_SXS_CORRUPT_ACTIVATION_STACK Language=English ERROR_SXS_CORRUPT_ACTIVATION_STACK - The activation context activation stack for the running thread of execution is corrupt. . +Language=Russian +ERROR_SXS_CORRUPT_ACTIVATION_STACK - The activation context activation stack for the running thread of execution is corrupt. +. MessageId=14083 Severity=Success @@ -18179,6 +23370,9 @@ SymbolicName=ERROR_SXS_CORRUPTION Language=English ERROR_SXS_CORRUPTION - The application isolation metadata for this process or thread has become corrupt. . +Language=Russian +ERROR_SXS_CORRUPTION - The application isolation metadata for this process or thread has become corrupt. +. MessageId=14084 Severity=Success @@ -18187,6 +23381,9 @@ SymbolicName=ERROR_SXS_EARLY_DEACTIVATION Language=English ERROR_SXS_EARLY_DEACTIVATION - The activation context being deactivated is not the most recently activated one. . +Language=Russian +ERROR_SXS_EARLY_DEACTIVATION - The activation context being deactivated is not the most recently activated one. +. MessageId=14085 Severity=Success @@ -18195,6 +23392,9 @@ SymbolicName=ERROR_SXS_INVALID_DEACTIVATION Language=English ERROR_SXS_INVALID_DEACTIVATION - The activation context being deactivated is not active for the current thread of execution. . +Language=Russian +ERROR_SXS_INVALID_DEACTIVATION - The activation context being deactivated is not active for the current thread of execution. +. MessageId=14086 Severity=Success @@ -18203,6 +23403,9 @@ SymbolicName=ERROR_SXS_MULTIPLE_DEACTIVATION Language=English ERROR_SXS_MULTIPLE_DEACTIVATION - The activation context being deactivated has already been deactivated. . +Language=Russian +ERROR_SXS_MULTIPLE_DEACTIVATION - The activation context being deactivated has already been deactivated. +. MessageId=14087 Severity=Success @@ -18211,6 +23414,9 @@ SymbolicName=ERROR_SXS_PROCESS_TERMINATION_REQUESTED Language=English ERROR_SXS_PROCESS_TERMINATION_REQUESTED - A component used by the isolation facility has requested to terminate the process. . +Language=Russian +ERROR_SXS_PROCESS_TERMINATION_REQUESTED - A component used by the isolation facility has requested to terminate the process. +. MessageId=14088 Severity=Success @@ -18219,6 +23425,9 @@ SymbolicName=ERROR_SXS_RELEASE_ACTIVATION_CONTEXT Language=English ERROR_SXS_RELEASE_ACTIVATION_CONTEXT - A kernel mode component is releasing a reference on an activation context. . +Language=Russian +ERROR_SXS_RELEASE_ACTIVATION_CONTEXT - A kernel mode component is releasing a reference on an activation context. +. MessageId=14089 Severity=Success @@ -18227,6 +23436,9 @@ SymbolicName=ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY Language=English ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY - The activation context of system default assembly could not be generated. . +Language=Russian +ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY - The activation context of system default assembly could not be generated. +. MessageId=14090 Severity=Success @@ -18235,6 +23447,9 @@ SymbolicName=ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE Language=English ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE - The value of an attribute in an identity is not within the legal range. . +Language=Russian +ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE - The value of an attribute in an identity is not within the legal range. +. MessageId=14091 Severity=Success @@ -18243,6 +23458,9 @@ SymbolicName=ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME Language=English ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME - The name of an attribute in an identity is not within the legal range. . +Language=Russian +ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME - The name of an attribute in an identity is not within the legal range. +. MessageId=14092 Severity=Success @@ -18251,6 +23469,9 @@ SymbolicName=ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE Language=English ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE - An identity contains two definitions for the same attribute. . +Language=Russian +ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE - An identity contains two definitions for the same attribute. +. MessageId=14093 Severity=Success @@ -18259,6 +23480,9 @@ SymbolicName=ERROR_SXS_IDENTITY_PARSE_ERROR Language=English ERROR_SXS_IDENTITY_PARSE_ERROR - The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value. . +Language=Russian +ERROR_SXS_IDENTITY_PARSE_ERROR - The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value. +. MessageId=15000 Severity=Success @@ -18267,6 +23491,9 @@ SymbolicName=ERROR_EVT_INVALID_CHANNEL_PATH Language=English ERROR_EVT_INVALID_CHANNEL_PATH - The specified channel path is invalid. See extended error info for more details. . +Language=Russian +ERROR_EVT_INVALID_CHANNEL_PATH - The specified channel path is invalid. See extended error info for more details. +. MessageId=15001 Severity=Success @@ -18275,6 +23502,9 @@ SymbolicName=ERROR_EVT_INVALID_QUERY Language=English ERROR_EVT_INVALID_QUERY - The specified query is invalid. See extended error info for more details. . +Language=Russian +ERROR_EVT_INVALID_QUERY - The specified query is invalid. See extended error info for more details. +. MessageId=15002 Severity=Success @@ -18283,6 +23513,9 @@ SymbolicName=ERROR_EVT_PUBLISHER_MANIFEST_NOT_FOUND Language=English ERROR_EVT_PUBLISHER_MANIFEST_NOT_FOUND - The publisher did indicate they have a manifest/resource but a manifest/resource could not be found. . +Language=Russian +ERROR_EVT_PUBLISHER_MANIFEST_NOT_FOUND - The publisher did indicate they have a manifest/resource but a manifest/resource could not be found. +. MessageId=15003 Severity=Success @@ -18291,6 +23524,9 @@ SymbolicName=ERROR_EVT_PUBLISHER_MANIFEST_NOT_SPECIFIED Language=English ERROR_EVT_PUBLISHER_MANIFEST_NOT_SPECIFIED - The publisher does not have a manifest and is performing an operation which requires they have a manifest. . +Language=Russian +ERROR_EVT_PUBLISHER_MANIFEST_NOT_SPECIFIED - The publisher does not have a manifest and is performing an operation which requires they have a manifest. +. MessageId=15004 Severity=Success @@ -18299,6 +23535,9 @@ SymbolicName=ERROR_EVT_NO_REGISTERED_TEMPLATE Language=English ERROR_EVT_NO_REGISTERED_TEMPLATE - There is no registered template for specified event id. . +Language=Russian +ERROR_EVT_NO_REGISTERED_TEMPLATE - There is no registered template for specified event id. +. MessageId=15005 Severity=Success @@ -18307,6 +23546,9 @@ SymbolicName=ERROR_EVT_EVENT_CHANNEL_MISMATCH Language=English ERROR_EVT_EVENT_CHANNEL_MISMATCH - The specified event was declared in the manifest to go a different channel than the one this publisher handle is bound to. . +Language=Russian +ERROR_EVT_EVENT_CHANNEL_MISMATCH - The specified event was declared in the manifest to go a different channel than the one this publisher handle is bound to. +. MessageId=15006 Severity=Success @@ -18315,6 +23557,9 @@ SymbolicName=ERROR_EVT_UNEXPECTED_VALUE_TYPE Language=English ERROR_EVT_UNEXPECTED_VALUE_TYPE - The type of a specified substitution value does not match the type expected from the template definition. . +Language=Russian +ERROR_EVT_UNEXPECTED_VALUE_TYPE - The type of a specified substitution value does not match the type expected from the template definition. +. MessageId=15007 Severity=Success @@ -18323,6 +23568,9 @@ SymbolicName=ERROR_EVT_UNEXPECTED_NUM_VALUES Language=English ERROR_EVT_UNEXPECTED_NUM_VALUES - The number of specified substitution values does not match the number expected from the template definition. . +Language=Russian +ERROR_EVT_UNEXPECTED_NUM_VALUES - The number of specified substitution values does not match the number expected from the template definition. +. MessageId=15008 Severity=Success @@ -18331,6 +23579,9 @@ SymbolicName=ERROR_EVT_CHANNEL_NOT_FOUND Language=English ERROR_EVT_CHANNEL_NOT_FOUND - The specified channel could not be found. Check channel configuration. . +Language=Russian +ERROR_EVT_CHANNEL_NOT_FOUND - The specified channel could not be found. Check channel configuration. +. MessageId=15009 Severity=Success @@ -18339,6 +23590,9 @@ SymbolicName=ERROR_EVT_MALFORMED_XML_TEXT Language=English ERROR_EVT_MALFORMED_XML_TEXT - The specified xml text was not well-formed. See Extended Error for more details. . +Language=Russian +ERROR_EVT_MALFORMED_XML_TEXT - The specified xml text was not well-formed. See Extended Error for more details. +. MessageId=15010 Severity=Success @@ -18347,7 +23601,9 @@ SymbolicName=ERROR_EVT_CHANNEL_PATH_TOO_GENERAL Language=English ERROR_EVT_CHANNEL_PATH_TOO_GENERAL - The specified channel path selects more than one instance of a channel. The operation requires that only one channel be selected. It may be necessary to scope channel path to version / publicKeyToken to select only one instance. . - +Language=Russian +ERROR_EVT_CHANNEL_PATH_TOO_GENERAL - The specified channel path selects more than one instance of a channel. The operation requires that only one channel be selected. It may be necessary to scope channel path to version / publicKeyToken to select only one instance. +. MessageId=0x000E Severity=Warning @@ -18356,6 +23612,9 @@ SymbolicName=E_OUTOFMEMORY Language=English E_OUTOFMEMORY - Out of memory . +Language=Russian +E_OUTOFMEMORY - Out of memory +. MessageId=0x0057 Severity=Warning @@ -18364,6 +23623,9 @@ SymbolicName=E_INVALIDARG Language=English E_INVALIDARG - One or more arguments are invalid . +Language=Russian +E_INVALIDARG - One or more arguments are invalid +. MessageId=0x0006 Severity=Warning @@ -18372,6 +23634,9 @@ SymbolicName=E_HANDLE Language=English E_POINTER - Invalid handle . +Language=Russian +E_POINTER - Invalid handle +. MessageId=0x0005 Severity=Warning @@ -18380,6 +23645,9 @@ SymbolicName=E_ACCESSDENIED Language=English E_ACCESSDENIED - WIN32 access denied error . +Language=Russian +E_ACCESSDENIED - WIN32 access denied error +. MessageId=0x0000 @@ -18389,6 +23657,9 @@ SymbolicName=OLE_E_OLEVERB Language=English OLE_E_OLEVERB - Invalid OLEVERB structure . +Language=Russian +OLE_E_OLEVERB - Invalid OLEVERB structure +. MessageId=0x0001 Severity=Warning @@ -18397,6 +23668,9 @@ SymbolicName=OLE_E_ADVF Language=English OLE_E_ADVF - Invalid advise flags . +Language=Russian +OLE_E_ADVF - Invalid advise flags +. MessageId=0x0002 Severity=Warning @@ -18405,6 +23679,9 @@ SymbolicName=OLE_E_ENUM_NOMORE Language=English OLE_E_ENUM_NOMORE - Can't enumerate any more, because the associated data is missing . +Language=Russian +OLE_E_ENUM_NOMORE - Can't enumerate any more, because the associated data is missing +. MessageId=0x0003 Severity=Warning @@ -18413,6 +23690,9 @@ SymbolicName=OLE_E_ADVISENOTSUPPORTED Language=English OLE_E_ADVISENOTSUPPORTED - This implementation doesn't take advises . +Language=Russian +OLE_E_ADVISENOTSUPPORTED - This implementation doesn't take advises +. MessageId=0x0004 Severity=Warning @@ -18421,6 +23701,9 @@ SymbolicName=OLE_E_NOCONNECTION Language=English OLE_E_NOCONNECTION - There is no connection for this connection ID . +Language=Russian +OLE_E_NOCONNECTION - There is no connection for this connection ID +. MessageId=0x0005 Severity=Warning @@ -18429,6 +23712,9 @@ SymbolicName=OLE_E_NOTRUNNING Language=English OLE_E_NOTRUNNING - Need to run the object to perform this operation . +Language=Russian +OLE_E_NOTRUNNING - Need to run the object to perform this operation +. MessageId=0x0006 Severity=Warning @@ -18437,6 +23723,9 @@ SymbolicName=OLE_E_NOCACHE Language=English OLE_E_NOCACHE - There is no cache to operate on . +Language=Russian +OLE_E_NOCACHE - There is no cache to operate on +. MessageId=0x0007 Severity=Warning @@ -18445,6 +23734,9 @@ SymbolicName=OLE_E_BLANK Language=English OLE_E_BLANK - Uninitialized object . +Language=Russian +OLE_E_BLANK - Uninitialized object +. MessageId=0x0008 Severity=Warning @@ -18453,6 +23745,9 @@ SymbolicName=OLE_E_CLASSDIFF Language=English OLE_E_CLASSDIFF - Linked object's source class has changed . +Language=Russian +OLE_E_CLASSDIFF - Linked object's source class has changed +. MessageId=0x0009 Severity=Warning @@ -18461,6 +23756,9 @@ SymbolicName=OLE_E_CANT_GETMONIKER Language=English OLE_E_CANT_GETMONIKER - Not able to get the moniker of the object . +Language=Russian +OLE_E_CANT_GETMONIKER - Not able to get the moniker of the object +. MessageId=0x000A Severity=Warning @@ -18469,6 +23767,9 @@ SymbolicName=OLE_E_CANT_BINDTOSOURCE Language=English OLE_E_CANT_BINDTOSOURCE - Not able to bind to the source . +Language=Russian +OLE_E_CANT_BINDTOSOURCE - Not able to bind to the source +. MessageId=0x000B Severity=Warning @@ -18477,6 +23778,9 @@ SymbolicName=OLE_E_STATIC Language=English OLE_E_STATIC - Object is static; operation not allowed . +Language=Russian +OLE_E_STATIC - Object is static; operation not allowed +. MessageId=0x000C Severity=Warning @@ -18485,6 +23789,9 @@ SymbolicName=OLE_E_PROMPTSAVECANCELLED Language=English OLE_E_PROMPTSAVECANCELLED - User canceled out of save dialog . +Language=Russian +OLE_E_PROMPTSAVECANCELLED - User canceled out of save dialog +. MessageId=0x000D Severity=Warning @@ -18493,6 +23800,9 @@ SymbolicName=OLE_E_INVALIDRECT Language=English OLE_E_INVALIDRECT - Invalid rectangle . +Language=Russian +OLE_E_INVALIDRECT - Invalid rectangle +. MessageId=0x000E Severity=Warning @@ -18501,6 +23811,9 @@ SymbolicName=OLE_E_WRONGCOMPOBJ Language=English OLE_E_WRONGCOMPOBJ - compobj.dll is too old for the ole2.dll initialized . +Language=Russian +OLE_E_WRONGCOMPOBJ - compobj.dll is too old for the ole2.dll initialized +. MessageId=0x000F Severity=Warning @@ -18509,6 +23822,9 @@ SymbolicName=OLE_E_INVALIDHWND Language=English OLE_E_INVALIDHWND - Invalid window handle . +Language=Russian +OLE_E_INVALIDHWND - Invalid window handle +. MessageId=0x0010 Severity=Warning @@ -18517,6 +23833,9 @@ SymbolicName=OLE_E_NOT_INPLACEACTIVE Language=English OLE_E_NOT_INPLACEACTIVE - Object is not in any of the inplace active states . +Language=Russian +OLE_E_NOT_INPLACEACTIVE - Object is not in any of the inplace active states +. MessageId=0x0011 Severity=Warning @@ -18525,6 +23844,9 @@ SymbolicName=OLE_E_CANTCONVERT Language=English OLE_E_CANTCONVERT - Not able to convert object . +Language=Russian +OLE_E_CANTCONVERT - Not able to convert object +. MessageId=0x0012 Severity=Warning @@ -18533,6 +23855,9 @@ SymbolicName=OLE_E_NOSTORAGE Language=English OLE_E_NOSTORAGE - Not able to perform the operation because object is not given storage yet . +Language=Russian +OLE_E_NOSTORAGE - Not able to perform the operation because object is not given storage yet +. MessageId=0x0064 Severity=Warning @@ -18541,6 +23866,9 @@ SymbolicName=DV_E_FORMATETC Language=English DV_E_FORMATETC - Invalid FORMATETC structure . +Language=Russian +DV_E_FORMATETC - Invalid FORMATETC structure +. MessageId=0x0065 Severity=Warning @@ -18549,6 +23877,9 @@ SymbolicName=DV_E_DVTARGETDEVICE Language=English DV_E_DVTARGETDEVICE - Invalid DVTARGETDEVICE structure . +Language=Russian +DV_E_DVTARGETDEVICE - Invalid DVTARGETDEVICE structure +. MessageId=0x0066 Severity=Warning @@ -18557,6 +23888,9 @@ SymbolicName=DV_E_STGMEDIUM Language=English DV_E_STGMEDIUM - Invalid STDGMEDIUM structure . +Language=Russian +DV_E_STGMEDIUM - Invalid STDGMEDIUM structure +. MessageId=0x0067 Severity=Warning @@ -18565,6 +23899,9 @@ SymbolicName=DV_E_STATDATA Language=English DV_E_STATDATA - Invalid STATDATA structure . +Language=Russian +DV_E_STATDATA - Invalid STATDATA structure +. MessageId=0x0068 Severity=Warning @@ -18573,6 +23910,9 @@ SymbolicName=DV_E_LINDEX Language=English DV_E_LINDEX - Invalid lindex . +Language=Russian +DV_E_LINDEX - Invalid lindex +. MessageId=0x0069 Severity=Warning @@ -18581,6 +23921,9 @@ SymbolicName=DV_E_TYMED Language=English DV_E_TYMED - Invalid tymed . +Language=Russian +DV_E_TYMED - Invalid tymed +. MessageId=0x006A Severity=Warning @@ -18589,6 +23932,9 @@ SymbolicName=DV_E_CLIPFORMAT Language=English DV_E_CLIPFORMAT - Invalid clipboard format . +Language=Russian +DV_E_CLIPFORMAT - Invalid clipboard format +. MessageId=0x006B Severity=Warning @@ -18597,6 +23943,9 @@ SymbolicName=DV_E_DVASPECT Language=English DV_E_DVASPECT - Invalid aspect(s) . +Language=Russian +DV_E_DVASPECT - Invalid aspect(s) +. MessageId=0x006C Severity=Warning @@ -18605,6 +23954,9 @@ SymbolicName=DV_E_DVTARGETDEVICE_SIZE Language=English DV_E_DVTARGETDEVICE_SIZE - tdSize parameter of the DVTARGETDEVICE structure is invalid . +Language=Russian +DV_E_DVTARGETDEVICE_SIZE - tdSize parameter of the DVTARGETDEVICE structure is invalid +. MessageId=0x006D Severity=Warning @@ -18613,6 +23965,9 @@ SymbolicName=DV_E_NOIVIEWOBJECT Language=English DV_E_NOIVIEWOBJECT - Object doesn't support IViewObject interface . +Language=Russian +DV_E_NOIVIEWOBJECT - Object doesn't support IViewObject interface +. MessageId=0x0100 Severity=Warning @@ -18621,6 +23976,9 @@ SymbolicName=DRAGDROP_E_NOTREGISTERED Language=English DRAGDROP_E_NOTREGISTERED - Trying to revoke a drop target that has not been registered . +Language=Russian +DRAGDROP_E_NOTREGISTERED - Trying to revoke a drop target that has not been registered +. MessageId=0x0101 Severity=Warning @@ -18629,6 +23987,9 @@ SymbolicName=DRAGDROP_E_ALREADYREGISTERED Language=English DRAGDROP_E_ALREADYREGISTERED - This window has already been registered as a drop target . +Language=Russian +DRAGDROP_E_ALREADYREGISTERED - This window has already been registered as a drop target +. MessageId=0x0102 Severity=Warning @@ -18637,6 +23998,9 @@ SymbolicName=DRAGDROP_E_INVALIDHWND Language=English DRAGDROP_E_INVALIDHWND - Invalid window handle . +Language=Russian +DRAGDROP_E_INVALIDHWND - Invalid window handle +. MessageId=0x0110 Severity=Warning @@ -18645,6 +24009,9 @@ SymbolicName=CLASS_E_NOAGGREGATION Language=English CLASS_E_NOAGGREGATION - Class does not support aggregation (or class object is remote) . +Language=Russian +CLASS_E_NOAGGREGATION - Class does not support aggregation (or class object is remote) +. MessageId=0x0111 Severity=Warning @@ -18653,6 +24020,9 @@ SymbolicName=CLASS_E_CLASSNOTAVAILABLE Language=English CLASS_E_CLASSNOTAVAILABLE - ClassFactory cannot supply requested class . +Language=Russian +CLASS_E_CLASSNOTAVAILABLE - ClassFactory cannot supply requested class +. MessageId=0x0112 Severity=Warning @@ -18661,3 +24031,6 @@ SymbolicName=CLASS_E_NOTLICENSED Language=English CLASS_E_NOTLICENSED - Class is not licensed for use . +Language=Russian +CLASS_E_NOTLICENSED - Class is not licensed for use +. diff --git a/sdk/include/reactos/mc/neteventmsg.mc b/sdk/include/reactos/mc/neteventmsg.mc index c182aee1962..5a31bcda75c 100644 --- a/sdk/include/reactos/mc/neteventmsg.mc +++ b/sdk/include/reactos/mc/neteventmsg.mc @@ -1,6 +1,13 @@ ; ; netevent.mc MESSAGE resources for netevent.dll ; +; +; IMPORTANT: When a new language is added, all messages in this file need to be +; either translated or at least duplicated for the new language. +; This is a new requirement by MS mc.exe +; To do this, start with a regex replace: +; - In VS IDE: "Language=English\r\n(?(?:[^\.].*\r\n)*\.\r\n)" -> "Language=English\r\n${String}Language=MyLanguage\r\n${String}" +; MessageIdTypedef=DWORD @@ -134,6 +141,15 @@ Language=English Eventlog Service %0 . Language=Russian + +; +; IMPORTANT: When a new language is added, all messages in this file need to be +; either translated or at least duplicated for the new language. +; This is a new requirement by MS mc.exe +; To do this, start with a regex replace: +; - In VS IDE: "Language=English\r\n(?(?:[^\.].*\r\n)*\.\r\n)" -> "Language=English\r\n${String}Language=MyLanguage\r\n${String}" +; + Служба журнала событий %0 . Language=French @@ -161,6 +177,9 @@ SymbolicName=EVENT_EventLogProductInfo Language=English ReactOS %1 %2 %3 %4. . +Language=Russian +ReactOS %1 %2 %3 %4. +. Language=French ReactOS %1 %2 %3 %4. . @@ -308,6 +327,9 @@ SymbolicName=EVENT_CALL_TO_FUNCTION_FAILED_II Language=English The %1 call failed for %2 with the following error: %n%3 . +Language=Russian +The %1 call failed for %2 with the following error: %n%3 +. Language=French L'appel %1 a échoué pour %2 avec l'erreur suivante : %n%3 . @@ -319,6 +341,9 @@ SymbolicName=EVENT_REVERTED_TO_LASTKNOWNGOOD Language=English The system reverted to its last known good configuration. The system is restarting.... . +Language=Russian +The system reverted to its last known good configuration. The system is restarting.... +. Language=French Le système a restauré sa dernière bonne configuration connue. Le système redémarre... . @@ -330,6 +355,9 @@ SymbolicName=EVENT_BAD_ACCOUNT_NAME Language=English No backslash is in the account name. . +Language=Russian +No backslash is in the account name. +. Language=French Aucun backslash n'est présent dans le nom de compte. . @@ -341,6 +369,9 @@ SymbolicName=EVENT_CONNECTION_TIMEOUT Language=English Timeout (%1 milliseconds) waiting for the %2 service to connect. . +Language=Russian +Timeout (%1 milliseconds) waiting for the %2 service to connect. +. Language=French Expiration du délai (%1 millisecondes) lors de l'attente du service %2 pour se connecter. . @@ -352,6 +383,9 @@ SymbolicName=EVENT_READFILE_TIMEOUT Language=English Timeout (%1 milliseconds) waiting for ReadFile. . +Language=Russian +Timeout (%1 milliseconds) waiting for ReadFile. +. Language=French Expiration du délai (%1 millisecondes) lors de l'attente de ReadFile. . @@ -363,6 +397,9 @@ SymbolicName=EVENT_TRANSACT_TIMEOUT Language=English Timeout (%1 milliseconds) waiting for a transaction response from the %2 service. . +Language=Russian +Timeout (%1 milliseconds) waiting for a transaction response from the %2 service. +. Language=French Expiration du délai (%1 millisecondes) lors de l'attente pour une transaction réponse du service %2. . @@ -374,6 +411,9 @@ SymbolicName=EVENT_TRANSACT_INVALID Language=English Message returned in transaction has incorrect size. . +Language=Russian +Message returned in transaction has incorrect size. +. Language=French Le message retourné dans la transaction a une taille incorrecte. . @@ -385,6 +425,9 @@ SymbolicName=EVENT_FIRST_LOGON_FAILED Language=English Logon attempt with current password failed with the following error: %n%1 . +Language=Russian +Logon attempt with current password failed with the following error: %n%1 +. Language=French La tentative de connexion avec le mot de passe actuel a échoué avec l'erreur suivante : %n%1 . @@ -396,6 +439,9 @@ SymbolicName=EVENT_SECOND_LOGON_FAILED Language=English Second logon attempt with old password also failed with the following error: %n%1 . +Language=Russian +Second logon attempt with old password also failed with the following error: %n%1 +. Language=French La seconde tentative de connexion avec l'ancien mot de passe a également échoué avec l'erreur suivante : %n%1 . @@ -407,6 +453,9 @@ SymbolicName=EVENT_INVALID_DRIVER_DEPENDENCY Language=English Boot-start or system-start driver (%1) must not depend on a service. . +Language=Russian +Boot-start or system-start driver (%1) must not depend on a service. +. Language=French Un pilote au démarrage ou système (%1) ne doit pas dépendre d'un service. . @@ -418,6 +467,9 @@ SymbolicName=EVENT_BAD_SERVICE_STATE Language=English The %1 service has reported an invalid current state %2. . +Language=Russian +The %1 service has reported an invalid current state %2. +. Language=French Le service %1 a reporté un état courant invalide %2. . @@ -429,6 +481,9 @@ SymbolicName=EVENT_CIRCULAR_DEPENDENCY_DEMAND Language=English Detected circular dependencies demand starting %1. . +Language=Russian +Detected circular dependencies demand starting %1. +. Language=French Dépendances circulaires détectées lors du démarrage de %1. . @@ -440,6 +495,9 @@ SymbolicName=EVENT_CIRCULAR_DEPENDENCY_AUTO Language=English Detected circular dependencies auto-starting services. . +Language=Russian +Detected circular dependencies auto-starting services. +. Language=French Dépendances circulaires détectées lors du démarrage automatique des services. . @@ -451,6 +509,9 @@ SymbolicName=EVENT_DEPEND_ON_LATER_SERVICE Language=English Circular dependency: The %1 service depends on a service in a group which starts later. . +Language=Russian +Circular dependency: The %1 service depends on a service in a group which starts later. +. Language=French Dépendance circulaire : le service %1 dépend d'un service dans un groupe qui démarre plus tard. . @@ -462,6 +523,9 @@ SymbolicName=EVENT_DEPEND_ON_LATER_GROUP Language=English Circular dependency: The %1 service depends on a group which starts later. . +Language=Russian +Circular dependency: The %1 service depends on a group which starts later. +. Language=French Dépendance circulaire : le service %1 dépend d'un groupe qui démarre plus tard. . @@ -473,6 +537,9 @@ SymbolicName=EVENT_SEVERE_SERVICE_FAILED Language=English About to revert to the last known good configuration because the %1 service failed to start. . +Language=Russian +About to revert to the last known good configuration because the %1 service failed to start. +. Language=French Sur le point de revenir à la dernière bonne configuration connue car le service %1 n'a pas réussi à démarrer. . @@ -498,6 +565,9 @@ SymbolicName=EVENT_SERVICE_EXIT_FAILED Language=English The %1 service terminated with the following error: %n%2 . +Language=Russian +The %1 service terminated with the following error: %n%2 +. Language=French Le service %1 s'est terminé avec l'erreur suivante : %n%2 . @@ -509,6 +579,9 @@ SymbolicName=EVENT_SERVICE_EXIT_FAILED_SPECIFIC Language=English The %1 service terminated with service-specific error %2. . +Language=Russian +The %1 service terminated with service-specific error %2. +. Language=French Le service %1 s'est terminé avec une erreur spécifique au service %2. . @@ -520,6 +593,9 @@ SymbolicName=EVENT_SERVICE_START_AT_BOOT_FAILED Language=English At least one service or driver failed during system startup. Use Event Viewer to examine the event log for details. . +Language=Russian +At least one service or driver failed during system startup. Use Event Viewer to examine the event log for details. +. Language=French Au moins un service ou pilote a échoué durant le démarrage du système. Utilisez la visionneuse d'évènements pour examiner les journaux d'évènements pour plus de détails. . @@ -531,6 +607,9 @@ SymbolicName=EVENT_BOOT_SYSTEM_DRIVERS_FAILED Language=English The following boot-start or system-start driver(s) failed to load: %1 . +Language=Russian +The following boot-start or system-start driver(s) failed to load: %1 +. Language=French Le pilote au démarrage ou système suivant n'a pas pu être chargé : %1 . @@ -542,6 +621,9 @@ SymbolicName=EVENT_RUNNING_LASTKNOWNGOOD Language=English ReactOS could not be started as configured. A previous working configuration was used instead. . +Language=Russian +ReactOS could not be started as configured. A previous working configuration was used instead. +. Language=French ReactOS n'a pas pu démarrer tel que configuré. Une précédente configuration fonctionnelle a été utilisé à la place. . @@ -553,6 +635,9 @@ SymbolicName=EVENT_TAKE_OWNERSHIP Language=English The %1 Registry key denied access to SYSTEM account programs so the Service Control Manager took ownership of the Registry key. . +Language=Russian +The %1 Registry key denied access to SYSTEM account programs so the Service Control Manager took ownership of the Registry key. +. Language=French La clé de registre %1 a refusé l'accès aux programmes du compte SYSTEM. Le gestionnaire de contrôle des services s'est approprié la clé de registre. . @@ -564,6 +649,9 @@ SymbolicName=TITLE_SC_MESSAGE_BOX Language=English Service Control Manager %0 . +Language=Russian +Service Control Manager %0 +. Language=French Gestionnaire de contrôle des services %0 . @@ -575,6 +663,9 @@ SymbolicName=EVENT_SERVICE_NOT_INTERACTIVE Language=English The %1 service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly. . +Language=Russian +The %1 service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly. +. Language=French Le service %1 est marqué comme service interactif. Cependant, le système est configuré pour ne pas autoriser les services interactifs. Ce service pourrait ne pas fonctionner correctement. . @@ -586,6 +677,9 @@ SymbolicName=EVENT_SERVICE_CRASH Language=English The %1 service terminated unexpectedly. It has done this %2 time(s). The following corrective action will be taken in %3 milliseconds: %5. . +Language=Russian +The %1 service terminated unexpectedly. It has done this %2 time(s). The following corrective action will be taken in %3 milliseconds: %5. +. Language=French Le service %1 s'est terminée de façon non prévue. Il l'a fait %2 fois. L'action corrective suivante va être prise dans %3 millisecondes : %5. . @@ -597,6 +691,9 @@ SymbolicName=EVENT_SERVICE_RECOVERY_FAILED Language=English The Service Control Manager tried to take a corrective action (%2) after the unexpected termination of the %3 service, but this action failed with the following error: %n%4 . +Language=Russian +The Service Control Manager tried to take a corrective action (%2) after the unexpected termination of the %3 service, but this action failed with the following error: %n%4 +. Language=French Le gestionnaire de contrôle des services a tenté de prendre une action corrective (%2) après la fin inattendue du service %3, mais cette action a échoué avec l'erreur suivante : %n%4 . @@ -610,6 +707,11 @@ The Service Control Manager did not initialize successfully. The security configuration server (scesrv.dll) failed to initialize with error %1. The system is restarting... . +Language=Russian +The Service Control Manager did not initialize successfully. The security +configuration server (scesrv.dll) failed to initialize with error %1. The +system is restarting... +. Language=French Le gestionnaire de contrôle des services ne s'est pas initialisé correctement. Le serveur de configuration de sécurité (scesrv.dll) n'a pas réussi à s'initialiser @@ -666,6 +768,14 @@ Language=English The Service Control Manager encountered an error undoing a configuration change to the %1 service. The service's %2 is currently in an unpredictable state. +If you do not correct this configuration, you may not be able to restart the %1 +service or may encounter other errors. To ensure that the service is configured +properly, use the Services snap-in in Microsoft Management Console (MMC). +. +Language=Russian +The Service Control Manager encountered an error undoing a configuration change +to the %1 service. The service's %2 is currently in an unpredictable state. + If you do not correct this configuration, you may not be able to restart the %1 service or may encounter other errors. To ensure that the service is configured properly, use the Services snap-in in Microsoft Management Console (MMC). @@ -691,6 +801,12 @@ password due to the following error: %n%3%n%nTo ensure that the service is configured properly, use the Services snap-in in Microsoft Management Console (MMC). . +Language=Russian +The %1 service was unable to log on as %2 with the currently configured +password due to the following error: %n%3%n%nTo ensure that the service is +configured properly, use the Services snap-in in Microsoft Management +Console (MMC). +. Language=French Le service %1 n'a pas réussi à s'identifier en tant que %2 avec le mot de passe actuellement configuré en raison de l'erreur suivante : %n%3%n%nPour vous assurer @@ -707,6 +823,13 @@ A service process other than the one launched by the Service Control Manager connected when starting the %1 service. The Service Control Manager launched process %2 and process %3 connected instead.%n%n +Note that if this service is configured to start under a debugger, this behavior is expected. +. +Language=Russian +A service process other than the one launched by the Service Control Manager +connected when starting the %1 service. The Service Control Manager launched +process %2 and process %3 connected instead.%n%n + Note that if this service is configured to start under a debugger, this behavior is expected. . Language=French @@ -751,6 +874,22 @@ user right appears to be removed, a Group Policy object associated with this node might be removing the right. Check with your domain administrator to find out if this is happening. . +Language=Russian +The %1 service was unable to log on as %2 with the currently configured password due to the following error:%n +Logon failure: the user has not been granted the requested logon type at this computer.%n%n +Service: %1%n +Domain and account: %2%n%n +This service account does not have the necessary user right "Log on as a service."%n%n +User Action%n%n +Assign "Log on as a service" to the service account on this computer. You can +use Local Security Settings (Secpol.msc) to do this. If this computer is a +node in a cluster, check that this user right is assigned to the Cluster +service account on all nodes in the cluster.%n%n +If you have already assigned this user right to the service account, and the +user right appears to be removed, a Group Policy object associated with this +node might be removing the right. Check with your domain administrator to find +out if this is happening. +. Language=French Le service %1 n'a pas réussi à s'identifier en tant que %2 avec le mot de passe actuellement configuré en raison de l'erreur suivante : %n @@ -777,6 +916,11 @@ The %1 service was successfully sent a %2 control.%n%n The reason specified was: %3 [%4]%n%n Comment: %5 . +Language=Russian +The %1 service was successfully sent a %2 control.%n%n +The reason specified was: %3 [%4]%n%n +Comment: %5 +. Language=French Le contrôle %2 a été envoyé avec succès au service %1.%n%n La raison spécifiée était : %3 [%4]%n%n @@ -790,6 +934,9 @@ SymbolicName=EVENT_SERVICE_SHUTDOWN_FAILED Language=English The %1 service did not shut down properly after receiving a preshutdown control. . +Language=Russian +The %1 service did not shut down properly after receiving a preshutdown control. +. Language=French Le service %1 ne s'est pas arrêté proprement après avoir reçu un contrôle de pré-arrêt. . @@ -806,6 +953,9 @@ SymbolicName=EVENT_TRANSPORT_REGISTER_FAILED Language=English %2 failed to register itself with the NDIS wrapper. . +Language=Russian +%2 failed to register itself with the NDIS wrapper. +. Language=French %2 n'a pas réussi à s'enregistrer avec le wrapper NDIS. . diff --git a/sdk/include/reactos/mc/netmsgmsg.mc b/sdk/include/reactos/mc/netmsgmsg.mc index 9324e7b6347..08528d1ef7d 100644 --- a/sdk/include/reactos/mc/netmsgmsg.mc +++ b/sdk/include/reactos/mc/netmsgmsg.mc @@ -1,6 +1,13 @@ ; ; netmsg_msg.mc MESSAGE resources for netmsg.dll ; +; +; IMPORTANT: When a new language is added, all messages in this file need to be +; either translated or at least duplicated for the new language. +; This is a new requirement by MS mc.exe +; To do this, start with a regex replace: +; - In VS IDE: "Language=English\r\n(?(?:[^\.].*\r\n)*\.\r\n)" -> "Language=English\r\n${String}Language=MyLanguage\r\n${String}" +; MessageIdTypedef=DWORD @@ -13,7 +20,8 @@ SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS FacilityNames=(System=0x0:FACILITY_SYSTEM ) -LanguageNames=(English=0x409:MSG00409) +LanguageNames=(English=0x409:MSG00409 + Russian=0x419:MSG00419) ; @@ -27,6 +35,9 @@ SymbolicName=NERR_NetNotStarted Language=English The workstation driver is not installed. . +Language=Russian +The workstation driver is not installed. +. MessageId=2103 Severity=Success @@ -35,6 +46,9 @@ SymbolicName=NERR_UnknownServer Language=English The server could not be located. . +Language=Russian +The server could not be located. +. MessageId=2104 Severity=Success @@ -43,6 +57,9 @@ SymbolicName=NERR_ShareMem Language=English An internal error occurred. The network cannot access a shared memory segment. . +Language=Russian +An internal error occurred. The network cannot access a shared memory segment. +. MessageId=2105 Severity=Success @@ -51,6 +68,9 @@ SymbolicName=NERR_NoNetworkResource Language=English A network resource shortage occurred. . +Language=Russian +A network resource shortage occurred. +. MessageId=2106 Severity=Success @@ -59,6 +79,9 @@ SymbolicName=NERR_RemoteOnly Language=English This operation is not supported on workstations. . +Language=Russian +This operation is not supported on workstations. +. MessageId=2107 Severity=Success @@ -67,6 +90,9 @@ SymbolicName=NERR_DevNotRedirected Language=English The device is not connected. . +Language=Russian +The device is not connected. +. ; @@ -80,6 +106,9 @@ SymbolicName=OTHER_3000 Language=English The command completed successfully. . +Language=Russian +The command completed successfully. +. MessageId=3515 Severity=Success @@ -88,3 +117,6 @@ SymbolicName=OTHER_3515 Language=English The command can be used only on a Domain Controller. . +Language=Russian +The command can be used only on a Domain Controller. +.