[TRANSLATION] Use correct font name in Chinese resources, Part 3/3, CORE-9566 (#223).

Localized resources should use the correct Chinese font names compatible with Windows.
This commit is contained in:
Katayama Hirofumi MZ 2017-12-26 21:37:02 +09:00 committed by Hermès Bélusca-Maïto
parent 074f5c6c13
commit 1ebe4a5b83
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
12 changed files with 134 additions and 134 deletions

View file

@ -5,7 +5,7 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
COPYFILEDLGORD DIALOGEX 20, 20, 208, 105
STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "正在复制文件..."
FONT 8, "MS Shell Dlg"
FONT 9, "宋体"
BEGIN
PUSHBUTTON "取消", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
LTEXT "资料来源:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
@ -18,7 +18,7 @@ END
IDPROMPTFORDISK DIALOG 0, 0, 260, 120
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "Files Needed"
FONT 8, "MS Shell Dlg"
FONT 9, "宋体"
BEGIN
LTEXT "Insert the manufacturer's installation disk, and then\nmake sure the correct drive is selected below", IDC_FILENEEDED, 10, 10, 175, 38, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "", IDC_INFO, 10, 50, 175, 38, WS_CHILD | WS_VISIBLE | WS_GROUP

View file

@ -5,7 +5,7 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
COPYFILEDLGORD DIALOGEX 20, 20, 208, 105
STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "正在複製檔案..."
FONT 8, "MS Shell Dlg"
FONT 9, "新細明體"
BEGIN
PUSHBUTTON "取消", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
LTEXT "資料來源:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
@ -18,7 +18,7 @@ END
IDPROMPTFORDISK DIALOG 0, 0, 260, 120
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "Files Needed"
FONT 8, "MS Shell Dlg"
FONT 9, "新細明體"
BEGIN
LTEXT "Insert the manufacturer's installation disk, and then\nmake sure the correct drive is selected below", IDC_FILENEEDED, 10, 10, 175, 38, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "", IDC_INFO, 10, 50, 175, 38, WS_CHILD | WS_VISIBLE | WS_GROUP