server: Added access rights mapping to process and thread objects.
[wine/multimedia.git] / programs / view / Ko.rc
blobcdbb0d7e57acf690c4f9727961e0ada854f45988
1 /*
2  * View
3  * Korean Language Support
4  *
5  * Copyright 1998 Douglas Ridgway
6  * Copyright 2003 Marcelo Duarte
7  * Copyright 2005 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22  */
24 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
27  *
28  * Menu
29  *
30  */
32 VIEW MENU
33 BEGIN
34     POPUP "ÆÄÀÏ(&F)"
35     BEGIN
36         MENUITEM "¿­±â(&O)",                    IDM_OPEN
37         MENUITEM "³ª°¡±â(&x)",                       IDM_EXIT
38     END
39     POPUP "ȸÀü(&P)"
40     BEGIN
41       MENUITEM "È­¸é °¡µæ Ã¤¿ì±â(&S)",          IDM_SET_EXT_TO_WIN
42       MENUITEM SEPARATOR
43       MENUITEM "¿ÞÂÊ(&L)",                              IDM_LEFT
44       MENUITEM "¿À¸¥ÂÊ(&R)",                    IDM_RIGHT
45       MENUITEM "À§(&U)",                                IDM_UP
46       MENUITEM "¾Æ·¡(&D)",                              IDM_DOWN
47     END
48     POPUP "Á¤º¸(&I)"
49     BEGIN
50         MENUITEM "&Hello",                      IDM_HELLO
51     END
52 END
56  *
57  * Accelerator
58  *
59  */
61 VIEW ACCELERATORS
62 BEGIN
63     "Q", IDM_EXIT, VIRTKEY, CONTROL
64 END
68  *
69  * String Table
70  *
71  */
73 STRINGTABLE DISCARDABLE
74 BEGIN
75     IDS_APPNAME             "º¸±â"
76     IDS_DESCRIPTION         "Á¤±Ô ¸ÞŸÆÄÀÏ º¸±â"
77 END