mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
parent
4ac1512259
commit
718ced9f3a
2 changed files with 17 additions and 0 deletions
|
@ -20,3 +20,6 @@
|
|||
#ifdef LANGUAGE_HE_IL
|
||||
#include "lang/he-IL.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
|
|
14
dll/shellext/cryptext/lang/ru-RU.rc
Normal file
14
dll/shellext/cryptext/lang/ru-RU.rc
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* PROJECT: ReactOS CryptExt Shell Extension
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Russian resource translation
|
||||
* COPYRIGHT: Copyright 2019 Stanislav Motylkov (binarymaster@mail.ru)
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_INVALIDFILE "Этот файл не является корректным файлом сертификата."
|
||||
IDS_CER_FILE "Файл сертификата"
|
||||
END
|
Loading…
Reference in a new issue