credui: Updated Korean resource.

This commit is contained in:
Hwang YunSong(황윤성) 2007-10-30 10:16:10 +09:00 committed by Alexandre Julliard
parent 1a8327468c
commit 604530e3bd
1 changed files with 8 additions and 1 deletions

View File

@ -34,8 +34,15 @@ BEGIN
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,12
LTEXT "암호(&P):",IDC_STATIC,8,80,72,12,SS_CENTERIMAGE
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
CONTROL "&Remember my password",IDC_SAVE,"Button",
CONTROL "내 암호 기억(&R)",IDC_SAVE,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
DEFPUSHBUTTON "확인",IDOK,97,128,50,14
PUSHBUTTON "취소",IDCANCEL,156,128,50,14
END
STRINGTABLE DISCARDABLE
{
IDS_TITLEFORMAT " %s 연결"
IDS_MESSAGEFORMAT " %s 연결중"
}