[THEMES][LUNAR] Add Russian translation (#4100)

This commit is contained in:
Nikki Next 2021-11-17 15:58:56 +05:00 committed by GitHub
parent 84fabd819d
commit 577fb37a8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,37 @@
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
{
1000, "ReactOS"
}
STRINGTABLE
{
2000, "Lunar ReactOS"
}
STRINGTABLE
{
3000, "Обычный"
3001, "Крупный шрифт"
3002, "Огромный шрифт"
}
STRINGTABLE
{
4000, "Обычный"
4001, "Крупный шрифт"
4002, "Огромный шрифт"
}
STRINGTABLE
{
5000, "Lunar"
5001, "Визуальный Стиль"
5002, "Команда ReactOS"
5003, "Cernodile и Illen, основан на Lautus"
5004, "Выпущен под GNU/GPL 2.0, 2019"
5005, "https://reactos.org/"
5006, "1.1"
5007, "Визуальный стиль для ReactOS"
}

View file

@ -193,6 +193,9 @@ NORMAL_NORMALGROUPEXPAND_BMP BITMAP "bitmaps/dummy.bmp"
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif
#ifdef LANGUAGE_ZH_TW
#include "lang/zh-TW.rc"
#endif