https://git.reactos.org/?p=reactos.git;a=commitdiff;h=118940ed9ad8b63ed31adf261e6c8e4046c138f4
commit 118940ed9ad8b63ed31adf261e6c8e4046c138f4
Author:     Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com>
AuthorDate: Thu Mar 6 19:33:03 2025 +0900
Commit:     GitHub <nore...@github.com>
CommitDate: Thu Mar 6 19:33:03 2025 +0900

    [DRWTSN32] Add Japanese (ja-JP) translation (#7761)
    
    JIRA issue: CORE-18706
---
 base/applications/drwtsn32/drwtsn32.rc   | 3 +++
 base/applications/drwtsn32/lang/ja-JP.rc | 7 +++++++
 2 files changed, 10 insertions(+)

diff --git a/base/applications/drwtsn32/drwtsn32.rc 
b/base/applications/drwtsn32/drwtsn32.rc
index 2e2946c72f7..22498777e8d 100644
--- a/base/applications/drwtsn32/drwtsn32.rc
+++ b/base/applications/drwtsn32/drwtsn32.rc
@@ -40,6 +40,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/base/applications/drwtsn32/lang/ja-JP.rc 
b/base/applications/drwtsn32/lang/ja-JP.rc
new file mode 100644
index 00000000000..7829faea8db
--- /dev/null
+++ b/base/applications/drwtsn32/lang/ja-JP.rc
@@ -0,0 +1,7 @@
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+    IDS_APP_TITLE "ReactOS クラッシュレポーター"
+    IDS_USER_ALERT_MESSAGE "アプリケーション %ls 
がクラッシュしました。このクラッシュに関する情報は次の場所に保存されました:\n\n%ls"
+END

Reply via email to