mshtml: COM cleanup for the IViewObjectEx iface.
[wine] / programs / clock / Ko.rc
1 /*
2  * Clock (Korean resources)
3  *
4  * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  * Copyright 2004 Mike McCormack
7  * Copyright 2010 YunSong Hwang
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22  */
23
24 #include "clock_res.h"
25
26 #pragma code_page(65001)
27
28 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
29
30 MAIN_MENU MENU 
31 {
32  POPUP "등록 정보(&P)" {
33   MENUITEM "아날로그(&L)", IDM_ANALOG
34   MENUITEM "디지털(&T)", IDM_DIGITAL
35   MENUITEM SEPARATOR
36   MENUITEM "글꼴(&F)...", IDM_FONT
37   MENUITEM SEPARATOR
38   MENUITEM "제목 표시 안함 (&W)", IDM_NOTITLE
39   MENUITEM SEPARATOR
40   MENUITEM "초(&S)", IDM_SECONDS
41   MENUITEM "날짜(&D)", IDM_DATE
42   MENUITEM SEPARATOR
43   MENUITEM "항상  앞에 (&A)", IDM_ONTOP
44  }
45  POPUP "정보(&O)" {
46   MENUITEM "시계 정보(&A)...", IDM_ABOUT
47  }
48 }
49
50 STRINGTABLE
51 {
52 IDS_CLOCK, "시계"
53 }