Korean: Use SUBLANG_NEUTRAL in Korean resources.
[wine] / programs / notepad / Ko.rc
1 /*
2  *  Notepad (Korean resources)
3  *
4  *  Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
5  *  Proofread 1998 by David Lee Lambert <lamber45@egr.msu.edu>
6  *  Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22  */
23
24 LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
25
26 MAIN_MENU MENU
27 {
28  POPUP "ÆÄÀÏ(&F)" {
29   MENUITEM "»õ ÆÄÀÏ(&N)\tCtrl+N",           CMD_NEW
30   MENUITEM "¿­±â(&O)...\tCtrl+O",     CMD_OPEN
31   MENUITEM " ÀúÀå(&S)\tCtrl+S",     CMD_SAVE
32   MENUITEM "´Ù¸¥ À̸§À¸·Î ÀúÀå(&A)...",       CMD_SAVE_AS
33   MENUITEM SEPARATOR
34   MENUITEM "ÇÁ¸°Æ®(&P)\tCtrl+P",            CMD_PRINT
35   MENUITEM "ÆäÀÌÁö ¼³Á¤(&T)...",    CMD_PAGE_SETUP
36   MENUITEM "ÇÁ¸°Æ® ¼³Á¤(&R)...", CMD_PRINTER_SETUP
37   MENUITEM SEPARATOR
38   MENUITEM "³ª°¡±â(&X)",             CMD_EXIT
39  }
40 POPUP "ÆíÁý(&E)" {
41   MENUITEM "µÇµ¹¸®±â(&U)\tCtrl+Z",     CMD_UNDO
42   MENUITEM SEPARATOR
43   MENUITEM "À߶󳻱â(&T)\tCtrl+X",      CMD_CUT
44   MENUITEM "º¹»ç(&C)\tCtrl+C",     CMD_COPY
45   MENUITEM "Áö¿ì±â(&D)\tDel",      CMD_DELETE
46   MENUITEM SEPARATOR
47   MENUITEM "¸ðµÎ ¼±ÅÃ(&A)\tCtrl+A",       CMD_SELECT_ALL
48   MENUITEM "½Ã°£/³¯Â¥(&T)\tF5",    CMD_TIME_DATE
49   MENUITEM SEPARATOR
50   MENUITEM "±ä ÁÙ ³Ñ±â±â(&W)",  CMD_WRAP
51   MENUITEM "±Û²Ã(&F)...",          CMD_FONT
52  }
53 POPUP "ã±â(&S)" {
54   MENUITEM "ã±â(&S)\tCtrl+F",   CMD_SEARCH
55   MENUITEM "´Ù½Ã Ã£±â(&S)\tF3",  CMD_SEARCH_NEXT
56  }
57 POPUP "µµ¿ò¸»(&H)" {
58   MENUITEM "¸ñ·Ï(&C)",         CMD_HELP_CONTENTS
59   MENUITEM "ã±â(&S)...",        CMD_HELP_SEARCH
60   MENUITEM "µµ¿ò¸»ÀÇ µµ¿ò¸»(&H)",     CMD_HELP_ON_HELP
61   MENUITEM SEPARATOR
62   POPUP "Á¤º¸(&O)..." {
63    MENUITEM "ÀúÀÛ±Ç(&L)",         CMD_LICENSE
64    MENUITEM "º¸Áõ ¾øÀ½(&N)",     CMD_NO_WARRANTY
65    MENUITEM "Wine Á¤º¸(&A)",      CMD_ABOUT_WINE
66   }
67  }
68 }
69
70 /* Dialog `Page setup' */
71
72 DIALOG_PAGESETUP DIALOG 0, 0, 225, 95
73 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
74 FONT 8, "MS Shell Dlg"
75 CAPTION "ÆäÀÌÁö ¼³Á¤"
76 {
77 LTEXT    "¸Ó¸´¸»(&H):",  0x140,   10, 07, 40, 15
78 EDITTEXT                         0x141,       60, 05,110, 12, WS_BORDER | WS_TABSTOP
79 LTEXT    "²¿¸´¸»(&F):",  0x142,   10, 24, 40, 15
80 EDITTEXT                         0x143,       60, 22,110, 12, WS_BORDER | WS_TABSTOP
81
82 GROUPBOX "¿©¹é(&M):",      0x144,     10, 43,160, 45
83 LTEXT    "¿ÞÂÊ(&L):",        0x145,   20, 55, 30, 10, WS_CHILD
84 EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/   0x147,       50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
85 LTEXT    "À§(&T):",         0x148,    20, 73, 30, 10, WS_CHILD
86 EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/    0x14A,        50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
87 LTEXT    "¿À¸¥ÂÊ(&R):",       0x14B, 100, 55, 30, 10, WS_CHILD
88 EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/  0x14D,     130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
89 LTEXT    "¾Æ·¡ÂÊ(&B):",      0x14E,100, 73, 30, 10, WS_CHILD
90 EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150,    130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
91
92 DEFPUSHBUTTON "È®ÀÎ",         IDOK,                   180,  3, 40, 15, WS_TABSTOP
93 PUSHBUTTON    "Ãë¼Ò",     IDCANCEL,               180, 21, 40, 15, WS_TABSTOP
94 PUSHBUTTON    "µµ¿ò¸»(&H)",       IDHELP,                180, 39, 40, 15, WS_TABSTOP
95 }
96
97 STRINGTABLE DISCARDABLE
98 {
99 STRING_PAGESETUP_HEADERVALUE,   "&n"        /* FIXME */
100 STRING_PAGESETUP_FOOTERVALUE,   "Page &s"   /* FIXME */
101 STRING_PAGESETUP_LEFTVALUE,             "20 mm"     /* FIXME */
102 STRING_PAGESETUP_RIGHTVALUE,    "20 mm"     /* FIXME */
103 STRING_PAGESETUP_TOPVALUE,              "25 mm"     /* FIXME */
104 STRING_PAGESETUP_BOTTOMVALUE,   "25 mm"     /* FIXME */
105
106 STRING_NOTEPAD,                                 "¸Þ¸ðÀå"
107 STRING_ERROR,                                   "¿¡·¯"
108 STRING_WARNING,                                 "°æ°í"
109 STRING_INFO,                                    "Á¤º¸"
110
111 STRING_UNTITLED,                                "Á¦¸ñ¾øÀ½"
112
113 STRING_ALL_FILES,                               "¸ðµç ÆÄÀÏ (*.*)"
114 STRING_TEXT_FILES_TXT,                  "ÅؽºÆ® ÆÄÀÏ (*.txt)"
115
116 STRING_TOOLARGE,                                "ÆÄÀÏ '%s' ´Â ¸Þ¸ðÀåÀ¸·Î ¿­±â¿¡´Â ³Ê¹« Å®´Ï´Ù.\n \
117 ´Ù¸¥ ÆíÁý±â¸¦ »ç¿ëÇϽʽÿÀ."
118 STRING_NOTEXT,                                  "´ç½ÅÀº ¾î¶² ±ÛÀÚµµ ÀÔ·ÂÇÏÁö ¾Ê¾Ò½À´Ï´Ù. \
119 \n¾Æ¹«°Å³ª ÀÔ·ÂÇÏ°í ´Ù½Ã ½ÃµµÇϽʽÿÀ"
120 STRING_DOESNOTEXIST,                            "ÆÄÀÏ '%s'\n´Â Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù.\n\n \
121 ´ç½ÅÀº »õ ÆÄÀÏÀ» ¸¸µé°Ú½À´Ï±î?"
122 STRING_NOTSAVED,                                "ÆÄÀÏ'%s'\n´Â °íÃÄÁ³½À´Ï´Ù.\n\n \
123 ´ç½ÅÀº ¹Ù²ï °É ÀúÀåÇÏ°Ú½À´Ï±î?"
124 STRING_NOTFOUND,                                        "'%s' could not be found."
125 STRING_OUT_OF_MEMORY,                   "ÀÌ ÀÛ¾÷À» ³¡¸¶Ä¡±â¿¡´Â ¸Þ¸ð¸®°¡ ºÎÁ·ÇÕ´Ï´Ù. \
126 \n Çϳª³ª ´õ ¸¹Àº Ç®±×¸²À» ´Ý¾Æ¼­ »ç¿ë °¡´ÉÇÑ ¸Þ¸ð¸®·®À» ´Ã·ÁÁֽʽÿÀ."
127
128 }
129
130
131 STRINGTABLE DISCARDABLE LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
132 {
133 IDS_LICENSE_CAPTION,            "¶óÀ̼¾½º"
134 IDS_LICENSE,
135 "This library is free software; you can redistribute it and/or \
136 modify it under the terms of the GNU Lesser General Public \
137 License as published by the Free Software Foundation; either \
138 version 2.1 of the License, or (at your option) any later version.\n\
139 This library is distributed in the hope that it will be useful, \
140 but WITHOUT ANY WARRANTY; without even the implied warranty of \
141 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
142 Lesser General Public License for more details.\n\
143 You should have received a copy of the GNU Lesser General Public \
144 License along with this library; if not, write to the Free Software \
145 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
146
147 IDS_WARRANTY_CAPTION, "¹« º¸Áõ"
148 IDS_WARRANTY,
149 "This library is distributed in the hope that it will be useful, \
150 but WITHOUT ANY WARRANTY; without even the implied warranty of \
151 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
152 Lesser General Public License for more details."
153 }