mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[W32TIME] Add Russian (ru-RU) translation (#4287)
Addendum to 3d8d88ea
.
This commit is contained in:
parent
3a4e5a61a4
commit
b0e9212a05
2 changed files with 17 additions and 0 deletions
14
base/services/w32time/lang/ru-RU.rc
Normal file
14
base/services/w32time/lang/ru-RU.rc
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue