mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[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:
parent
074f5c6c13
commit
1ebe4a5b83
12 changed files with 134 additions and 134 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue