https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b0e9212a05a60b0f39afa…
commit b0e9212a05a60b0f39afa44ad2a53b8e4b1a2f8a
Author: Nikki Next <nikki_next(a)yahoo.com>
AuthorDate: Sat Jan 15 16:32:25 2022 +0500
Commit: GitHub <noreply(a)github.com>
CommitDate: Sat Jan 15 14:32:25 2022 +0300
[W32TIME] Add Russian (ru-RU) translation (#4287)
Addendum to 3d8d88ea.
---
base/services/w32time/lang/ru-RU.rc | 14 ++++++++++++++
base/services/w32time/w32time.rc | 3 +++
2 files changed, 17 insertions(+)
diff --git a/base/services/w32time/lang/ru-RU.rc b/base/services/w32time/lang/ru-RU.rc
new file mode 100644
index 00000000000..520fa610eaf
--- /dev/null
+++ b/base/services/w32time/lang/ru-RU.rc
@@ -0,0 +1,14 @@
+/*
+ * PROJECT: ReactOS W32Time Service
+ * LICENSE: GPL-2.0+ (
https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE: Russian resource file
+ * TRANSLATORS: Copyright 2022 Nikki Next <nikki_next(a)yahoo.com>
+ */
+
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAYNAME "Служба времени"
+ IDS_DESCRIPTION "Управляет синхронизацией даты и времени на всех клиентах и
серверах в сети."
+END
diff --git a/base/services/w32time/w32time.rc b/base/services/w32time/w32time.rc
index efd5facacfe..94418361c34 100644
--- a/base/services/w32time/w32time.rc
+++ b/base/services/w32time/w32time.rc
@@ -24,6 +24,9 @@
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif
+#ifdef LANGUAGE_RU_RU
+ #include "lang/ru-RU.rc"
+#endif
#ifdef LANGUAGE_TR_TR
#include "lang/tr-TR.rc"
#endif