mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
de972e2bc2
- Changed some wording according to the translation requirements. - Fixed some mistakes. - Changed my name. Reviewed-by: He Yang <1160386205@qq.com> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
14 lines
620 B
Text
14 lines
620 B
Text
/* Simplified Chinese translation by Song Fuchang (0xfc) <sfc_0@yahoo.com.cn> 2011 */
|
|
/* Translation has been changed by Luke Luo <njlyf2011@hotmail.com> in 2018 */
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|
|
|
IDD_RUNONCE_DLG DIALOGEX 0, 0, 239, 170
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "ReactOS 安装程序"
|
|
FONT 9, "宋体"
|
|
BEGIN
|
|
LTEXT "ReactOS 正在设置以下项目:", -1, 38, 8, 196, 18
|
|
LISTBOX IDC_COMP_LIST, 36, 32, 197, 131, LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
|
ICON IDI_ICON, -1, 5, 6, 21, 20
|
|
END
|