mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:11:44 +00:00
[TRANSLATION] Use correct font name in Chinese resources, Part 2/3, CORE-9566 (#222).
Localized resources should use the correct Chinese font names compatible with Windows.
This commit is contained in:
parent
81d6232aa3
commit
074f5c6c13
17 changed files with 223 additions and 223 deletions
|
@ -26,7 +26,7 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|||
DLG_ACMFORMATCHOOSE_ID DIALOGEX 10, 20, 225, 118
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "声音选择"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
FONT 9, "宋体"
|
||||
BEGIN
|
||||
|
||||
LTEXT "名称(&N):", -1, 5, 5, 115, 8, NOT WS_GROUP
|
||||
|
@ -58,7 +58,7 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
|||
DLG_ACMFORMATCHOOSE_ID DIALOGEX 10, 20, 225, 118
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "聲音選擇"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
FONT 9, "宋体"
|
||||
BEGIN
|
||||
|
||||
LTEXT "名稱(&N):", -1, 5, 5, 115, 8, NOT WS_GROUP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue