mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
parent
ad591d0269
commit
d3e94b4cec
2 changed files with 9 additions and 0 deletions
6
dll/shellext/mydocs/lang/ru-RU.rc
Normal file
6
dll/shellext/mydocs/lang/ru-RU.rc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
{
|
||||||
|
IDS_NOSRCFILEFOUND "Исходный файл или директория '%ls' не найдены."
|
||||||
|
}
|
|
@ -21,3 +21,6 @@ IDR_MYDOCS REGISTRY "res/mydocs.rgs"
|
||||||
#ifdef LANGUAGE_EN_US
|
#ifdef LANGUAGE_EN_US
|
||||||
#include "lang/en-US.rc"
|
#include "lang/en-US.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_RU_RU
|
||||||
|
#include "lang/ru-RU.rc"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue