[W32TIME] Add Russian (ru-RU) translation (#4287)

Addendum to 3d8d88ea.
This commit is contained in:
Nikki Next 2022-01-15 16:32:25 +05:00 committed by GitHub
parent 3a4e5a61a4
commit b0e9212a05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -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@yahoo.com>
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_DISPLAYNAME "Служба времени"
IDS_DESCRIPTION "Управляет синхронизацией даты и времени на всех клиентах и серверах в сети."
END

View file

@ -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