mirror of
https://github.com/reactos/reactos.git
synced 2024-11-30 23:13:31 +08:00
parent
ad591d0269
commit
d3e94b4cec
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 New Issue
Block a user