https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6e356a9b6c4508cccbb53888b2baa28c9b2f211c

commit 6e356a9b6c4508cccbb53888b2baa28c9b2f211c
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Thu Oct 14 13:08:38 2021 +0900
Commit:     Katayama Hirofumi MZ <[email protected]>
CommitDate: Thu Oct 14 13:08:38 2021 +0900

    [NOTEPAD] Improve Japanese translation
---
 base/applications/notepad/lang/ja-JP.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/applications/notepad/lang/ja-JP.rc 
b/base/applications/notepad/lang/ja-JP.rc
index b4f42011326..ad1359f9aca 100644
--- a/base/applications/notepad/lang/ja-JP.rc
+++ b/base/applications/notepad/lang/ja-JP.rc
@@ -24,7 +24,7 @@ BEGIN
     POPUP "ファイル(&F)"
     BEGIN
         MENUITEM "新規作成(&N)\tCtrl+N", CMD_NEW
-        MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+        MENUITEM "新規ウィンドウ(&W)\tCtrl+Shift+N", CMD_NEW_WINDOW
         MENUITEM "開く(&O)...\tCtrl+O", CMD_OPEN
         MENUITEM "上書き保存(&S)\tCtrl+S", CMD_SAVE
         MENUITEM "名前を付けて保存(&A)...", CMD_SAVE_AS
@@ -64,7 +64,7 @@ BEGIN
     BEGIN
         MENUITEM "目次(&C)", CMD_HELP_CONTENTS
         MENUITEM SEPARATOR
-        MENUITEM "&About Notepad", CMD_HELP_ABOUT_NOTEPAD
+        MENUITEM "メモ帳について(&A)", CMD_HELP_ABOUT_NOTEPAD
     END
 END
 

Reply via email to