mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[COMCTL32] Update Simplified Chinese translation.
This commit is contained in:
parent
4e28e65490
commit
098c69679f
1 changed files with 7 additions and 7 deletions
|
@ -44,17 +44,17 @@ STRINGTABLE
|
|||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_BUTTON_YES "&Yes"
|
||||
IDS_BUTTON_NO "&No"
|
||||
IDS_BUTTON_RETRY "&Retry"
|
||||
IDS_BUTTON_OK "OK"
|
||||
IDS_BUTTON_CANCEL "Cancel"
|
||||
IDS_BUTTON_CLOSE "&Close"
|
||||
IDS_BUTTON_YES "是(&Y)"
|
||||
IDS_BUTTON_NO "否(&N)"
|
||||
IDS_BUTTON_RETRY "重试(&R)"
|
||||
IDS_BUTTON_OK "确定"
|
||||
IDS_BUTTON_CANCEL "取消"
|
||||
IDS_BUTTON_CLOSE "关闭(&C)"
|
||||
}
|
||||
|
||||
IDD_PROPSHEET DIALOGEX 0, 0, 220, 140
|
||||
STYLE DS_SHELLFONT | DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "属性 %s"
|
||||
CAPTION "%s属性"
|
||||
FONT 9, "宋体"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "确定", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
|
|
Loading…
Reference in a new issue