mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 09:10:56 +00:00
[DRWTSN32] Add Japanese (ja-JP) translation (#7761)
JIRA issue: CORE-18706
This commit is contained in:
parent
5c8d677356
commit
118940ed9a
2 changed files with 10 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
||||||
#ifdef LANGUAGE_IT_IT
|
#ifdef LANGUAGE_IT_IT
|
||||||
#include "lang/it-IT.rc"
|
#include "lang/it-IT.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_JA_JP
|
||||||
|
#include "lang/ja-JP.rc"
|
||||||
|
#endif
|
||||||
#ifdef LANGUAGE_PL_PL
|
#ifdef LANGUAGE_PL_PL
|
||||||
#include "lang/pl-PL.rc"
|
#include "lang/pl-PL.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
7
base/applications/drwtsn32/lang/ja-JP.rc
Normal file
7
base/applications/drwtsn32/lang/ja-JP.rc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_APP_TITLE "ReactOS クラッシュレポーター"
|
||||||
|
IDS_USER_ALERT_MESSAGE "アプリケーション %ls がクラッシュしました。このクラッシュに関する情報は次の場所に保存されました:\n\n%ls"
|
||||||
|
END
|
Loading…
Reference in a new issue