mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
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
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user