|  | /* | 
|  | * Help Viewer | 
|  | * | 
|  | * Copyright 1996 Ulrich Schmid | 
|  | */ | 
|  |  | 
|  | /* This file is not yet complete !! */ | 
|  |  | 
|  | #define LANGUAGE_ID                  Ko | 
|  | #define LANGUAGE_NUMBER              A | 
|  |  | 
|  | /* Menu */ | 
|  |  | 
|  | #define MENU_FILE                    "ÆÄÀÏ(&F)" | 
|  | #define MENU_FILE_OPEN               "¿±â(&O)..." | 
|  | #define MENU_FILE_PRINT              "Àμâ(&P)" | 
|  | #define MENU_FILE_PRINTER_SETUP      "ÇÁ¸°ÅÍ ¼³Á¤(&S)..." | 
|  | #define MENU_FILE_EXIT               "Á¾·á(&E)" | 
|  |  | 
|  | #define MENU_EDIT                    "ÆíÁý(&E)" | 
|  | #define MENU_EDIT_COPY_DIALOG        "º¹»ç(&C)..." | 
|  | #define MENU_EDIT_ANNOTATE           "ÁÖ¼®(&A)..." | 
|  |  | 
|  | #define MENU_BOOKMARK                "Ã¥°¥ÇÇ(&B)" | 
|  | #define MENU_BOOKMARK_DEFINE         "Á¤ÀÇ(&D)..." | 
|  |  | 
|  | #define MENU_HELP                    "µµ¿ò¸»(&H)" | 
|  | #define MENU_HELP_ON_HELP            "µµ¿ò¸» »ç¿ë¹ý(&O)" | 
|  | #define MENU_HELP_ON_TOP             "Ç×»ó À§(&T)" | 
|  | #define MENU_HELP_INFO               "Á¤º¸(&I)..." | 
|  | #define MENU_HELP_ABOUT_WINE         "¿ÍÀο¡ °üÇÏ¿©(&A)" | 
|  |  | 
|  | /* Strings */ | 
|  |  | 
|  | #define STRING_WINE_HELP             "¿ÍÀÎ µµ¿ò¸»" | 
|  | #define STRING_ERROR                 "¿À·ù" | 
|  | #define STRING_WARNING               "°æ°í" | 
|  | #define STRING_INFO                  "Á¤º¸" | 
|  | #define STRING_NOT_IMPLEMENTED       "±¸ÇöµÇÁö ¾Ê¾ÒÀ½" | 
|  | #define STRING_HLPFILE_ERROR_s       "µµ¿ò¸» ÆÄÀÏ `%s'¸¦ Àд µµÁß ¿À·ù ¹ß»ý" | 
|  | #define STRING_CONTENTS              "¸ñÂ÷(&C)" | 
|  | #define STRING_SEARCH                "ã±â(&S)" | 
|  | #define STRING_BACK                  "µÚ·Î(&B)" | 
|  | #define STRING_HISTORY               "È÷½ºÅ丮(&H)" | 
|  | #define STRING_ALL_FILES             "¸ðµç ÆÄÀÏ (*.*)" | 
|  | #define STRING_HELP_FILES_HLP        "µµ¿ò¸» ÆÄÀÏ (*.hlp)" | 
|  |  | 
|  | #include "Xx.rc" |