mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
[DRWTSN32] Add Russian (ru-RU) translation (#4617)
Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
This commit is contained in:
parent
3dd5599fc4
commit
5a9efc4081
2 changed files with 18 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
||||||
#ifdef LANGUAGE_RO_RO
|
#ifdef LANGUAGE_RO_RO
|
||||||
#include "lang/ro-RO.rc"
|
#include "lang/ro-RO.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_RU_RU
|
||||||
|
#include "lang/ru-RU.rc"
|
||||||
|
#endif
|
||||||
#ifdef LANGUAGE_ZH_CN
|
#ifdef LANGUAGE_ZH_CN
|
||||||
#include "lang/zh-CN.rc"
|
#include "lang/zh-CN.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
15
base/applications/drwtsn32/lang/ru-RU.rc
Normal file
15
base/applications/drwtsn32/lang/ru-RU.rc
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: Dr. Watson crash reporter
|
||||||
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
|
* PURPOSE: Russian resource file
|
||||||
|
* TRANSLATORS: Copyright 2022 Artyom Ovsyannikov <artemka6834@gmail.com>
|
||||||
|
* Copyright 2022 Stanislav Motylkov <binarymaster@mail.ru>
|
||||||
|
*/
|
||||||
|
|
||||||
|
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_APP_TITLE "Сообщение о сбоях ReactOS"
|
||||||
|
IDS_USER_ALERT_MESSAGE "В приложении %ls произошла ошибка. Информация об этой ошибке сохранена в:\n\n%ls"
|
||||||
|
END
|
Loading…
Reference in a new issue