notepad: Implement handling of page setup dialog parameters.
[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 2007 Bang Jun-Young <junyoung@mogua.com>
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_DEFAULT
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 "ºÙ¿©³Ö±â(&P)\tCtrl+V",      CMD_PASTE
46   MENUITEM "»èÁ¦(&D)\tDel",             CMD_DELETE
47   MENUITEM SEPARATOR
48   MENUITEM "¸ðµÎ ¼±ÅÃ(&A)\tCtrl+A",     CMD_SELECT_ALL
49   MENUITEM "½Ã°£/³¯Â¥(&T)\tF5",         CMD_TIME_DATE
50   MENUITEM SEPARATOR
51   MENUITEM "ÀÚµ¿ ÁÙ ¹Ù²Þ(&W)",          CMD_WRAP
52   MENUITEM "±Û²Ã(&F)...",               CMD_FONT
53  }
54 POPUP "ã±â(&S)" {
55   MENUITEM "ã±â(&S)...\tCtrl+F",       CMD_SEARCH
56   MENUITEM "´ÙÀ½ Ã£±â(&N)\tF3",         CMD_SEARCH_NEXT
57  }
58 POPUP "µµ¿ò¸»(&H)" {
59   MENUITEM "Ç׸ñ(&C)",                  CMD_HELP_CONTENTS
60   MENUITEM "ã±â(&S)...",               CMD_HELP_SEARCH
61   MENUITEM "µµ¿ò¸» »ç¿ë¹ý(&H)",         CMD_HELP_ON_HELP
62   MENUITEM SEPARATOR
63   POPUP "Á¤º¸(&O)" {
64    MENUITEM "¶óÀ̼¾½º(&L)...",          CMD_LICENSE
65    MENUITEM "¹«º¸Áõ(&N)...",            CMD_NO_WARRANTY
66    MENUITEM "Wine Á¤º¸(&A)...",         CMD_ABOUT_WINE
67   }
68  }
69 }
70
71 /* Dialog `Page setup' */
72
73 DIALOG_PAGESETUP DIALOG 0, 0, 225, 95
74 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
75 FONT 8, "MS Shell Dlg"
76 CAPTION "ÆäÀÌÁö ¼³Á¤"
77 {
78 LTEXT    "¸Ó¸®±Û(&H):",  0x140,   10, 07, 40, 15
79 EDITTEXT IDC_PAGESETUP_HEADERVALUE,   60, 05,110, 12, WS_BORDER | WS_TABSTOP
80 LTEXT    "¹Ù´Ú±Û(&F):",  0x142,   10, 24, 40, 15
81 EDITTEXT IDC_PAGESETUP_FOOTERVALUE,   60, 22,110, 12, WS_BORDER | WS_TABSTOP
82
83 GROUPBOX "¿©¹é(&M):",      0x144,     10, 43,160, 45
84 LTEXT    "¿ÞÂÊ(&L):",        0x145,   20, 55, 30, 10, WS_CHILD
85 EDITTEXT IDC_PAGESETUP_LEFTVALUE,     50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
86 LTEXT    "À§(&T):",         0x148,    20, 73, 30, 10, WS_CHILD
87 EDITTEXT IDC_PAGESETUP_TOPVALUE,      50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
88 LTEXT    "¿À¸¥ÂÊ(&R):",       0x14B, 100, 55, 30, 10, WS_CHILD
89 EDITTEXT IDC_PAGESETUP_RIGHTVALUE,   130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
90 LTEXT    "¾Æ·¡(&B):",      0x14E,100, 73, 30, 10, WS_CHILD
91 EDITTEXT IDC_PAGESETUP_BOTTOMVALUE,  130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
92
93 DEFPUSHBUTTON "È®ÀÎ",       IDOK,                   180,  3, 40, 15, WS_TABSTOP
94 PUSHBUTTON    "Ãë¼Ò",       IDCANCEL,               180, 21, 40, 15, WS_TABSTOP
95 PUSHBUTTON    "µµ¿ò¸»(&H)", IDHELP,                 180, 39, 40, 15, WS_TABSTOP
96 }
97
98 STRINGTABLE DISCARDABLE
99 {
100 STRING_PAGESETUP_HEADERVALUE,   "&f"
101 STRING_PAGESETUP_FOOTERVALUE,   "&p ÆäÀÌÁö"
102
103 STRING_NOTEPAD,                                 "¸Þ¸ðÀå"
104 STRING_ERROR,                                   "¿À·ù"
105 STRING_WARNING,                                 "°æ°í"
106 STRING_INFO,                                    "Á¤º¸"
107
108 STRING_UNTITLED,                                "Á¦¸ñ ¾øÀ½"
109
110 STRING_ALL_FILES,                               "¸ðµç ÆÄÀÏ (*.*)"
111 STRING_TEXT_FILES_TXT,                          "ÅؽºÆ® ¹®¼­ (*.txt)"
112
113 STRING_TOOLARGE,                                "%s ÆÄÀÏÀÌ ³Ê¹« Ä¿¼­ ¸Þ¸ðÀåÀ¸·Î´Â ¿­ ¼ö ¾ø½À´Ï´Ù.\n \
114 ´Ù¸¥ ÆíÁý±â¸¦ »ç¿ëÇϽʽÿÀ."
115 STRING_NOTEXT,                                  "ÀÔ·ÂÇÑ ³»¿ëÀÌ ¾ø½À´Ï´Ù.\
116 \n³»¿ëÀ» ÀÔ·ÂÇÑ ÈÄ Àç½ÃµµÇϽʽÿÀ"
117 STRING_DOESNOTEXIST,                            "%s\nÆÄÀÏÀÌ ¾ø½À´Ï´Ù.\n\n \
118 ÆÄÀÏÀ» »õ·Î ¸¸µå½Ã°Ú½À´Ï±î?"
119 STRING_NOTSAVED,                                "%s\nÆÄÀÏ ³»¿ëÀÌ º¯°æµÇ¾ú½À´Ï´Ù.\n\n \
120 º¯°æ ³»¿ëÀ» ÀúÀåÇϽðڽÀ´Ï±î?"
121 STRING_NOTFOUND,                                "%s ¹®ÀÚ¿­À» Ã£À» ¼ö ¾ø½À´Ï´Ù."
122 STRING_OUT_OF_MEMORY,                           "ÀÌ ÀÛ¾÷À» ¿Ï·áÇϴ µ¥ ÇÊ¿äÇÑ ¸Þ¸ð¸®°¡ ºÎÁ·ÇÕ´Ï´Ù.\
123 \n»ç¿ë °¡´ÉÇÑ ¸Þ¸ð¸®ÀÇ ¾çÀ» È®º¸Çϱâ À§ÇØ Çϳª ÀÌ»óÀÇ ÀÀ¿ë ÇÁ·Î±×·¥À» ´Ý¾Æ ÁֽʽÿÀ.\n"
124
125 }
126
127 STRINGTABLE DISCARDABLE LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
128 {
129 IDS_LICENSE_CAPTION,            "¶óÀ̼¾½º"
130 IDS_LICENSE,
131 "This library is free software; you can redistribute it and/or \
132 modify it under the terms of the GNU Lesser General Public \
133 License as published by the Free Software Foundation; either \
134 version 2.1 of the License, or (at your option) any later version.\n\
135 This library is distributed in the hope that it will be useful, \
136 but WITHOUT ANY WARRANTY; without even the implied warranty of \
137 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
138 Lesser General Public License for more details.\n\
139 You should have received a copy of the GNU Lesser General Public \
140 License along with this library; if not, write to the Free Software \
141 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
142
143 IDS_WARRANTY_CAPTION, "¹«º¸Áõ"
144 IDS_WARRANTY,
145 "This library is distributed in the hope that it will be useful, \
146 but WITHOUT ANY WARRANTY; without even the implied warranty of \
147 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
148 Lesser General Public License for more details."
149 }