/*
 * Help Viewer
 *
 * Copyright 1996 Ulrich Schmid
 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/* Menu */

MAIN_MENU MENU LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
{
 POPUP "ÆÄÀÏ(&F)" {
  MENUITEM "¿­±â(&O)...", 0x101
  MENUITEM SEPARATOR   
  MENUITEM "Àμâ(&P)", 0x104
  MENUITEM "ÇÁ¸°ÅÍ ¼³Á¤(&S)...", 0x106
   MENUITEM SEPARATOR   
  MENUITEM "Á¾·á(&E)", 0x108
 }
 POPUP "ÆíÁý(&E)" {
   MENUITEM "º¹»ç(&C)...", 0x10A
   MENUITEM SEPARATOR   
   MENUITEM "ÁÖ¼®(&A)...", 0x10C
 }
 POPUP "Ã¥°¥ÇÇ(&B)" {
   MENUITEM "Á¤ÀÇ(&D)...", 0x10E
 }
 POPUP "µµ¿ò¸»(&H)" {
   MENUITEM "µµ¿ò¸» »ç¿ë¹ý(&O)", 0x110
   MENUITEM "Ç×»ó À§(&T)", 0x111
   MENUITEM SEPARATOR   
   MENUITEM "Á¤º¸(&I)...", 0x113
#ifdef WINELIB
   MENUITEM "¿ÍÀο¡ °üÇÏ¿©(&A)", 0x114
#endif
 }
}

/* Strings */

STRINGTABLE DISCARDABLE LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
{
WINE_HELP, 		"¿ÍÀÎ µµ¿ò¸»"
WHERROR, 		"¿À·ù"
WARNING,  		"°æ°í"
INFO,  			"Á¤º¸"
NOT_IMPLEMENTED, 	"±¸ÇöµÇÁö ¾Ê¾ÒÀ½"
HLPFILE_ERROR_s, 	"µµ¿ò¸» ÆÄÀÏ `%s'¸¦ Àд µµÁß ¿À·ù ¹ß»ý"
CONTENTS, 		"¸ñÂ÷(&C)"
SEARCH, 		"ã±â(&S)"
BACK, 			"µÚ·Î(&B)"
HISTORY, 		"È÷½ºÅ丮(&H)"
ALL_FILES, 		"¸ðµç ÆÄÀÏ (*.*)"
HELP_FILES_HLP, 	"µµ¿ò¸» ÆÄÀÏ (*.hlp)"
}