Skip to content

Commit

Permalink
Add format drive resources for ja-JP
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjustice committed Apr 27, 2018
1 parent 064ef57 commit dcc01e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lang/res_ja-JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ JAPANEND
IDS_BUSYFORMATQUITVERIFY "現在ファイルマネージャはフロッピーディスクをフォーマットしています。ファイルマネージャを終了すると、この操作が中断されます。"
IDS_BUSYCOPYQUITVERIFY "現在ファイルマネージャはフロッピーディスクをコピーしています。ファイルマネージャを終了すると、この操作が中断されます。"
IDS_PERCENTCOMPLETE "完了の割合"
IDS_FORMATSELECTDLGTITLE "Format Drive"

IDS_12MB "1%s2 MB"
IDS_360KB "360K"
Expand Down
10 changes: 10 additions & 0 deletions src/lang/winfile_ja-JP.dlg
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,16 @@ BEGIN
CONTROL "クイックフォーマット(&Q)", IDD_VERIFY, "button", BS_CHECKBOX | BS_AUTOCHECKBOX | WS_TABSTOP | WS_CHILD, 11, 62, 90, 12
END

FORMATSELECTDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 11, 28, 183, 44
CAPTION "Format Drive"
FONT 8, "MS Shell Dlg"
STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | WS_VISIBLE | DS_MODALFRAME | WS_POPUP
BEGIN
CONTROL "OK", 1, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 140, 6, 40, 14
CONTROL "Cancel", 2, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 140, 23, 40, 14
CONTROL "&Drive to format:", -1, "static", SS_LEFTNOWORDWRAP | WS_CHILD, 5, 7, 49, 10
CONTROL "", IDD_SELECTDRIVE, "combobox", CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL | WS_CHILD, 55, 4, 65, 40
END

FORMATPROGRESSDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 30, 30, 150, 50
CAPTION "ディスクをフォーマット中"
Expand Down

0 comments on commit dcc01e3

Please sign in to comment.