Module: wine Branch: master Commit: 8ce4a6fdeca27e78aa90a7a5fc185a94b99a2039 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8ce4a6fdeca27e78aa90a7a5fc...
Author: Hwang YunSong(황윤성) hys545@dreamwiz.com Date: Wed Jun 25 09:55:42 2008 +0900
winhlp32: Updated Korean resource.
---
programs/winhlp32/Ko.rc | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/programs/winhlp32/Ko.rc b/programs/winhlp32/Ko.rc index 26c8352..32289db 100644 --- a/programs/winhlp32/Ko.rc +++ b/programs/winhlp32/Ko.rc @@ -39,21 +39,21 @@ MAIN_MENU MENU LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL POPUP "å����(&B)" { MENUITEM "����(&D)...", MNID_BKMK_DEFINE } - POPUP "&Options" { - POPUP "Help always visible" + POPUP "�ɼ�(&O)" { + POPUP "������ ���� ���̱�" BEGIN - MENUITEM "Default", MNID_OPTS_HELP_DEFAULT - MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE - MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE + MENUITEM "�⺻", MNID_OPTS_HELP_DEFAULT + MENUITEM "���̱�", MNID_OPTS_HELP_VISIBLE + MENUITEM "�������� �ʱ�", MNID_OPTS_HELP_NONVISIBLE END - MENUITEM "History", MNID_OPTS_HISTORY - POPUP "Fonts" + MENUITEM "���", MNID_OPTS_HISTORY + POPUP "�۲�" BEGIN - MENUITEM "Small", MNID_OPTS_FONTS_SMALL - MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL - MENUITEM "Large", MNID_OPTS_FONTS_LARGE + MENUITEM "�۰�", MNID_OPTS_FONTS_SMALL + MENUITEM "����", MNID_OPTS_FONTS_NORMAL + MENUITEM "ũ��", MNID_OPTS_FONTS_LARGE END - MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS + MENUITEM "�ý��� ���� ���", MNID_OPTS_SYSTEM_COLORS } POPUP "����(&H)" { MENUITEM "���� ����(&O)", MNID_HELP_HELPON