[MYDOCS] Add Russian translation

Addendum to 4efff7f. CORE-12562
This commit is contained in:
Stanislav Motylkov 2020-04-30 13:54:42 +03:00
parent ad591d0269
commit d3e94b4cec
No known key found for this signature in database
GPG Key ID: AFE513258CBA9E92
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_NOSRCFILEFOUND "Исходный файл или директория '%ls' не найдены."
}

View File

@ -21,3 +21,6 @@ IDR_MYDOCS REGISTRY "res/mydocs.rgs"
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif