blob: f9006a79503004c5bd85ef3519db8d68549afb48 [file] [log] [blame]
/*
* 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_DEFAULT
{
POPUP "ÆÄÀÏ(&F)" {
MENUITEM "¿­±â(&O)...", MNID_FILE_OPEN
MENUITEM SEPARATOR
MENUITEM "Àμâ(&P)", MNID_FILE_PRINT
MENUITEM "ÇÁ¸°ÅÍ ¼³Á¤(&S)...", MNID_FILE_SETUP
MENUITEM SEPARATOR
MENUITEM "Á¾·á(&E)", MNID_FILE_EXIT
}
POPUP "ÆíÁý(&E)" {
MENUITEM "º¹»ç(&C)...", MNID_EDIT_COPYDLG
MENUITEM SEPARATOR
MENUITEM "ÁÖ¼®(&A)...", MNID_EDIT_ANNOTATE
}
POPUP "Ã¥°¥ÇÇ(&B)" {
MENUITEM "Á¤ÀÇ(&D)...", MNID_BKMK_DEFINE
}
POPUP "µµ¿ò¸»(&H)" {
MENUITEM "µµ¿ò¸» »ç¿ë¹ý(&O)", MNID_HELP_HELPON
MENUITEM "Ç×»ó À§(&T)", MNID_HELP_HELPTOP
MENUITEM SEPARATOR
MENUITEM "Á¤º¸(&I)...", MNID_HELP_ABOUT
#ifdef WINELIB
MENUITEM "¿ÍÀο¡ °üÇÏ¿©(&A)", MNID_HELP_WINE
#endif
}
}
/* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
{
STID_WINE_HELP, "¿ÍÀÎ µµ¿ò¸»"
STID_WHERROR, "¿À·ù"
STID_WARNING, "°æ°í"
STID_INFO, "Á¤º¸"
STID_NOT_IMPLEMENTED, "±¸ÇöµÇÁö ¾Ê¾ÒÀ½"
STID_HLPFILE_ERROR_s, "µµ¿ò¸» ÆÄÀÏ `%s'¸¦ Àд µµÁß ¿À·ù ¹ß»ý"
STID_CONTENTS, "¸ñÂ÷(&C)"
STID_SEARCH, "ã±â(&S)"
STID_BACK, "µÚ·Î(&B)"
STID_HISTORY, "È÷½ºÅ丮(&H)"
STID_TOPICS, "&Topics"
STID_ALL_FILES, "¸ðµç ÆÄÀÏ (*.*)"
STID_HELP_FILES_HLP, "µµ¿ò¸» ÆÄÀÏ (*.hlp)"
}