reactos/reactos/base/applications/winhelp/lang/ko-KO.rc

72 lines
2.1 KiB
Plaintext
Raw Normal View History

/*
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
{
POPUP "<22><><EFBFBD><EFBFBD>(&F)" {
MENUITEM "<22><><EFBFBD><EFBFBD>(&O)...", MNID_FILE_OPEN
MENUITEM SEPARATOR
MENUITEM "<22>μ<EFBFBD>(&P)", MNID_FILE_PRINT
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(&S)...", MNID_FILE_SETUP
MENUITEM SEPARATOR
MENUITEM "<22><><EFBFBD><EFBFBD>(&E)", MNID_FILE_EXIT
}
POPUP "<22><><EFBFBD><EFBFBD>(&E)" {
MENUITEM "<22><><EFBFBD><EFBFBD>(&C)...", MNID_EDIT_COPYDLG
MENUITEM SEPARATOR
MENUITEM "<22>ּ<EFBFBD>(&A)...", MNID_EDIT_ANNOTATE
}
POPUP "å<><C3A5><EFBFBD><EFBFBD>(&B)" {
MENUITEM "<22><><EFBFBD><EFBFBD>(&D)...", MNID_BKMK_DEFINE
}
POPUP "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)" {
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&O)", MNID_HELP_HELPON
MENUITEM "<22>׻<EFBFBD> <20><>(&T)", MNID_HELP_HELPTOP
MENUITEM SEPARATOR
MENUITEM "<22><><EFBFBD><EFBFBD>(&I)...", MNID_HELP_ABOUT
#ifdef WINELIB
MENUITEM "Wine<6E><65> <20><><EFBFBD>Ͽ<EFBFBD>(&A)", MNID_HELP_WINE
#endif
}
}
/* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
{
STID_WINE_HELP, "Wine <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
STID_WHERROR, "<22><><EFBFBD><EFBFBD>"
STID_WARNING, "<22><><EFBFBD><EFBFBD>"
STID_INFO, "<22><><EFBFBD><EFBFBD>"
STID_NOT_IMPLEMENTED, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ʾ<EFBFBD><CABE><EFBFBD>"
STID_HLPFILE_ERROR_s, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> `%s'<27><> <20>д<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>߻<EFBFBD>"
STID_CONTENTS, "<22><><EFBFBD><EFBFBD>(&C)"
STID_SEARCH, "ã<><C3A3>(&S)"
STID_BACK, "<22>ڷ<EFBFBD>(&B)"
STID_HISTORY, "<22><><EFBFBD><EFBFBD><EFBFBD>丮(&H)"
STID_TOPICS, "<22><><EFBFBD><EFBFBD>(&T)"
STID_ALL_FILES, "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (*.*)"
STID_HELP_FILES_HLP, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (*.hlp)"
STID_FILE_NOT_FOUND_s "%s<><73> ã<><C3A3> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>'. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ã<>ڽ<EFBFBD><DABD>ϱ<EFBFBD>?"
}