[MYDOCS] Add Russian translation

Addendum to 4efff7f. CORE-12562
This commit is contained in:
Stanislav Motylkov
2020-04-30 20:55:28 +03:00
parent ad591d0269
commit d3e94b4cec
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_NOSRCFILEFOUND "Исходный файл или директория '%ls' не найдены."
}
+3
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