mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CRYPTEXT] Add Japanese (ja-JP) translation
CORE-18706
This commit is contained in:
parent
ef754b121a
commit
4aeaf747d1
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
7
dll/shellext/cryptext/lang/ja-JP.rc
Normal file
7
dll/shellext/cryptext/lang/ja-JP.rc
Normal file
|
@ -0,0 +1,7 @@
|
|||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_INVALIDFILE "これは有効な証明書ファイルではありません。"
|
||||
IDS_CER_FILE "証明書ファイル"
|
||||
END
|
Loading…
Reference in a new issue