https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4aeaf747d1669494717006...
commit 4aeaf747d1669494717006021b1800138db0c2e7 Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Sun Nov 19 20:34:39 2023 +0900 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Sun Nov 19 20:34:39 2023 +0900
[CRYPTEXT] Add Japanese (ja-JP) translation
CORE-18706 --- dll/shellext/cryptext/cryptext.rc | 3 +++ dll/shellext/cryptext/lang/ja-JP.rc | 7 +++++++ 2 files changed, 10 insertions(+)
diff --git a/dll/shellext/cryptext/cryptext.rc b/dll/shellext/cryptext/cryptext.rc index 9e2e70070da..ffc3a5df7e9 100644 --- a/dll/shellext/cryptext/cryptext.rc +++ b/dll/shellext/cryptext/cryptext.rc @@ -32,6 +32,9 @@ #ifdef LANGUAGE_IT_IT #include "lang/it-IT.rc" #endif +#ifdef LANGUAGE_JA_JP + #include "lang/ja-JP.rc" +#endif #ifdef LANGUAGE_PL_PL #include "lang/pl-PL.rc" #endif diff --git a/dll/shellext/cryptext/lang/ja-JP.rc b/dll/shellext/cryptext/lang/ja-JP.rc new file mode 100644 index 00000000000..3ee027c3726 --- /dev/null +++ b/dll/shellext/cryptext/lang/ja-JP.rc @@ -0,0 +1,7 @@ +LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT + +STRINGTABLE +BEGIN + IDS_INVALIDFILE "これは有効な証明書ファイルではありません。" + IDS_CER_FILE "証明書ファイル" +END