Hwang YunSong(황윤성) : winhelp: Updated Korean resource.
Module: wine Branch: master Commit: 15ebbcd1a2c71094512e3017e9669bc3938acc0a URL: http://source.winehq.org/git/wine.git/?a=commit;h=15ebbcd1a2c71094512e3017e9... Author: Hwang YunSong(황윤성) <hys545(a)dreamwiz.com> Date: Fri Apr 4 16:54:05 2008 +0900 winhelp: Updated Korean resource. --- programs/winhelp/Ko.rc | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/programs/winhelp/Ko.rc b/programs/winhelp/Ko.rc index 4db5070..491d3ed 100644 --- a/programs/winhelp/Ko.rc +++ b/programs/winhelp/Ko.rc @@ -50,12 +50,24 @@ MAIN_MENU MENU LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL } } + +IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT +STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +CAPTION "�ε���" +{ + LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER + PUSHBUTTON "Ȯ��(&O)", IDOK, 40, 170, 50, 12 + PUSHBUTTON "���(&C)", IDCANCEL, 120, 170, 50, 12 +} + + /* Strings */ STRINGTABLE DISCARDABLE LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL { STID_WINE_HELP, "Wine ����" -STID_WHERROR, "����" +STID_WHERROR, "����" STID_WARNING, "���" STID_INFO, "����" STID_NOT_IMPLEMENTED, "�������� �ʾ���" @@ -67,5 +79,5 @@ STID_HISTORY, " STID_TOPICS, "����(&T)" STID_ALL_FILES, "��� ���� (*.*)" STID_HELP_FILES_HLP, "���� ���� (*.hlp)" -STID_FILE_NOT_FOUND_s "%s�� ã�� �� �����ϴ�'. �� ������ ������ ã�ڽ��ϱ�?" +STID_FILE_NOT_FOUND_s "%s�� ã�� �� �����ϴ�'. �� ������ ���� ã�ڽ��ϱ�?" }
participants (1)
-
Alexandre Julliard