xref: /reactos/dll/win32/hhctrl.ocx/lang/Ko.rc (revision 845faec4)
1/*
2 * HTML Help resources
3 * Korean Language Support
4 *
5 * Copyright 2005 James Hawkins
6 * Copyright 2005 YunSong Hwang
7
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 */
22
23LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
24
25STRINGTABLE
26BEGIN
27    IDS_CONTENTS     "목록(&C)"
28    IDS_INDEX        "인덱스(&N)"
29    IDS_SEARCH       "찾기(&S)"
30    IDS_FAVORITES    "즐겨찾기(&I)"
31
32    IDS_HIDETABS     "Hide &Tabs"
33    IDS_SHOWTABS     "Show &Tabs"
34END
35
36STRINGTABLE
37BEGIN
38    IDTB_EXPAND      "보여주기"
39    IDTB_CONTRACT    "숨기기"
40    IDTB_STOP        "정지"
41    IDTB_REFRESH     "새로 고침"
42    IDTB_BACK        "뒤로"
43    IDTB_HOME        "홈"
44    IDTB_SYNC        "동기화"
45    IDTB_PRINT       "인쇄"
46    IDTB_OPTIONS     "옵션"
47    IDTB_FORWARD     "앞으로"
48END
49
50MENU_POPUP MENU
51{
52    POPUP "" /* Options */
53    {
54        MENUITEM "", IDTB_EXPAND
55        MENUITEM "S&ync", IDTB_SYNC
56        MENUITEM "&Back", IDTB_BACK
57        MENUITEM "&Forward", IDTB_FORWARD
58        MENUITEM "&Home", IDTB_HOME
59        MENUITEM "&Stop", IDTB_STOP
60        MENUITEM "&Refresh", IDTB_REFRESH
61        MENUITEM "&Print...", IDTB_PRINT
62    }
63}
64
65MENU_WEBBROWSER MENU
66{
67    POPUP ""
68    {
69        MENUITEM "&Back", IDTB_BACK
70        MENUITEM "&Forward", IDTB_FORWARD
71        MENUITEM SEPARATOR
72        MENUITEM "Select &All", MIID_SELECTALL
73        MENUITEM SEPARATOR
74        MENUITEM "&View Source", MIID_VIEWSOURCE
75        MENUITEM SEPARATOR
76        MENUITEM "&Print...", IDTB_PRINT
77        MENUITEM "&Refresh", IDTB_REFRESH
78        MENUITEM SEPARATOR
79        MENUITEM "Proper&ties", MIID_PROPERTIES
80    }
81    POPUP ""
82    {
83        MENUITEM "Cu&t", MIID_CUT
84        MENUITEM "&Copy", MIID_COPY
85        MENUITEM "Paste", MIID_PASTE
86        MENUITEM "Select &All", MIID_SELECTALL
87        MENUITEM "&Print", IDTB_PRINT
88    }
89}
90