https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5a9efc4081a9ba47c629234fe6c8251faa1975f8

commit 5a9efc4081a9ba47c629234fe6c8251faa1975f8
Author:     Artyom Ovsyannikov <[email protected]>
AuthorDate: Sun Aug 21 14:26:51 2022 +0300
Commit:     Stanislav Motylkov <[email protected]>
CommitDate: Mon Aug 22 01:54:03 2022 +0300

    [DRWTSN32] Add Russian (ru-RU) translation (#4617)
    
    Reviewed-by: Stanislav Motylkov <[email protected]>
---
 base/applications/drwtsn32/drwtsn32.rc   |  3 +++
 base/applications/drwtsn32/lang/ru-RU.rc | 15 +++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/base/applications/drwtsn32/drwtsn32.rc 
b/base/applications/drwtsn32/drwtsn32.rc
index 8713b425f54..6206e4c7243 100644
--- a/base/applications/drwtsn32/drwtsn32.rc
+++ b/base/applications/drwtsn32/drwtsn32.rc
@@ -46,6 +46,9 @@
 #ifdef LANGUAGE_RO_RO
     #include "lang/ro-RO.rc"
 #endif
+#ifdef LANGUAGE_RU_RU
+    #include "lang/ru-RU.rc"
+#endif
 #ifdef LANGUAGE_ZH_CN
     #include "lang/zh-CN.rc"
 #endif
diff --git a/base/applications/drwtsn32/lang/ru-RU.rc 
b/base/applications/drwtsn32/lang/ru-RU.rc
new file mode 100644
index 00000000000..fb7c6672bca
--- /dev/null
+++ b/base/applications/drwtsn32/lang/ru-RU.rc
@@ -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 <[email protected]>
+ *              Copyright 2022 Stanislav Motylkov <[email protected]>
+ */
+
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+    IDS_APP_TITLE "Сообщение о сбоях ReactOS"
+    IDS_USER_ALERT_MESSAGE "В приложении %ls произошла ошибка. Информация об 
этой ошибке сохранена в:\n\n%ls"
+END

Reply via email to