Module: wine Branch: master Commit: 78199009676237ea3015917ee8c6f991107f50eb URL: http://source.winehq.org/git/wine.git/?a=commit;h=78199009676237ea3015917ee8...
Author: Hwang YunSong(황윤성 hys545@dreamwiz.com Date: Mon May 5 10:10:14 2008 +0900
winhelp: Updated Korean resource.
---
programs/winhelp/Ko.rc | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/programs/winhelp/Ko.rc b/programs/winhelp/Ko.rc index 273acd7..b1152dc 100644 --- a/programs/winhelp/Ko.rc +++ b/programs/winhelp/Ko.rc @@ -82,3 +82,26 @@ STID_HELP_FILES_HLP, " STID_FILE_NOT_FOUND_s "%s�� ã�� �� �����ϴ�'. �� ������ ���� ã�ڽ��ϱ�?" STID_NO_RICHEDIT "richedit ������ ã���� �����ϴ�.. �����" } + +CONTEXT_MENU MENU LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL +BEGIN + POPUP "" + BEGIN + MENUITEM "�ּ�...", MNID_CTXT_ANNOTATE + MENUITEM "����", MNID_CTXT_COPY + MENUITEM "�μ�...", MNID_CTXT_PRINT + POPUP "�۲�" + BEGIN + MENUITEM "����", MNID_CTXT_FONTS_SMALL + MENUITEM "����", MNID_CTXT_FONTS_NORMAL + MENUITEM "�а�", MNID_CTXT_FONTS_LARGE + END + POPUP "���� �� ���̱�" + BEGIN + MENUITEM "�⺻", MNID_CTXT_HELP_DEFAULT + MENUITEM "���̱�", MNID_CTXT_HELP_VISIBLE + MENUITEM "�� ���̱�", MNID_CTXT_HELP_NONVISIBLE + END + MENUITEM "�ý��� ���� ���", MNID_CTXT_SYSTEM_COLORS + END +END