https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c73c4f0cb3a4695b3f418a...
commit c73c4f0cb3a4695b3f418a2a58720f4e8234ecae Author: Timo Kreuzer timo.kreuzer@reactos.org AuthorDate: Tue May 15 15:48:27 2018 +0200 Commit: Timo Kreuzer timo.kreuzer@reactos.org CommitDate: Sat Jun 30 21:21:36 2018 +0200
[MC] Fix build of message text files for latest VS version * Latest VS does not like half translated files :/ * errcodes.mc is duplicated in kernel32 * It would probably be better to separate each language into it's own file, but we need a build mechanism for that --- sdk/include/reactos/mc/errcodes.mc | 5379 ++++++++++++++++++++++++++++++++- sdk/include/reactos/mc/neteventmsg.mc | 150 + sdk/include/reactos/mc/netmsgmsg.mc | 34 +- 3 files changed, 5559 insertions(+), 4 deletions(-)
diff --git a/sdk/include/reactos/mc/errcodes.mc b/sdk/include/reactos/mc/errcodes.mc index e0275d24f4..86428a091f 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(?<String>(?:[^.].*\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,14 +2781,20 @@ 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. . - -MessageId=591 +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 Facility=System 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. . ... 13426 lines suppressed ...