https://git.reactos.org/?p=reactos.git;a=commitdiff;h=718ced9f3adf34a92288be...
commit 718ced9f3adf34a92288be55abe31479bc0362a7 Author: Stanislav Motylkov x86corez@gmail.com AuthorDate: Sun Feb 10 22:26:09 2019 +0300 Commit: Hermès BÉLUSCA - MAÏTO hermes.belusca-maito@reactos.org CommitDate: Sun Feb 10 20:41:35 2019 +0100
[CRYPTEXT] Add russian translation
Addendum to d56d9c1. --- dll/shellext/cryptext/cryptext.rc | 3 +++ dll/shellext/cryptext/lang/ru-RU.rc | 14 ++++++++++++++ 2 files changed, 17 insertions(+)
diff --git a/dll/shellext/cryptext/cryptext.rc b/dll/shellext/cryptext/cryptext.rc index e12afbdb4e..a2caedc6f0 100644 --- a/dll/shellext/cryptext/cryptext.rc +++ b/dll/shellext/cryptext/cryptext.rc @@ -20,3 +20,6 @@ #ifdef LANGUAGE_HE_IL #include "lang/he-IL.rc" #endif +#ifdef LANGUAGE_RU_RU + #include "lang/ru-RU.rc" +#endif diff --git a/dll/shellext/cryptext/lang/ru-RU.rc b/dll/shellext/cryptext/lang/ru-RU.rc new file mode 100644 index 0000000000..b445e4fecd --- /dev/null +++ b/dll/shellext/cryptext/lang/ru-RU.rc @@ -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