2 * Copyright 2004 by Krzysztof Foltman
3 * Copyright 2006,2007 by YunSong Hwang
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
22 MAINMENU MENU DISCARDABLE
26 MENUITEM "»õ ÆÄÀÏ(&N)\tCtrl+N", ID_FILE_NEW
27 MENUITEM "¿±â(&O)...\tCtrl+O", ID_FILE_OPEN
28 MENUITEM "ÀúÀå(&S)\tCtrl+S", ID_FILE_SAVE
29 MENUITEM "´Ù¸¥ À̸§À¸·Î ÀúÀå(&A)...", ID_FILE_SAVEAS
31 MENUITEM "³ª°¡±â(&X)", ID_FILE_EXIT
35 MENUITEM "µÇµ¹¸®±â(&U)\tCtrl+Z", ID_EDIT_UNDO
36 MENUITEM "´Ù½Ã ½ÇÇà(&R)\tCtrl+Y", ID_EDIT_REDO
38 MENUITEM "À߶󳻱â(&T)\tCtrl+X", ID_EDIT_CUT
39 MENUITEM "º¹»ç(&C)\tCtrl+C", ID_EDIT_COPY
40 MENUITEM "ºÙ¿©³Ö±â(&P)\tCtrl+V", ID_EDIT_PASTE
41 MENUITEM "Áö¿ì±â(&C)\tDEL", ID_EDIT_CLEAR
42 MENUITEM "¸ðµÎ ¼±ÅÃ(&S)\tCtrl+A", ID_EDIT_SELECTALL
44 MENUITEM "Àбâ Àü¿ë(&O)", ID_EDIT_READONLY
45 MENUITEM "¼öÁ¤ °¡´É(&M)", ID_EDIT_MODIFIED
49 MENUITEM "¼±Åà ¿µ¿ª Á¤º¸(&I)", ID_EDIT_SELECTIONINFO
50 MENUITEM "¹®ÀÚ Çü½Ä(&F)", ID_EDIT_CHARFORMAT
51 MENUITEM "Á¤ÀÇµÈ ¹®ÀÚ¿ Çü½Ä(&D)", ID_EDIT_DEFCHARFORMAT
52 MENUITEM "´Ü¶ô Çü½Ä(&H)", ID_EDIT_PARAFORMAT
53 MENUITEM "ÅؽºÆ® ¾ò±â(&G)", ID_EDIT_GETTEXT
58 MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
59 MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
60 MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
66 MENUITEM "½Ã½ºÅÛ(&S)\tCtrl+1", ID_BACK_1
67 MENUITEM "³ë¶û»öÀ¸·Î(&P)\tCtrl+2", ID_BACK_2
71 MENUITEM "¿ÞÂÊ(&L)\tCtrl+L", ID_ALIGN_LEFT
72 MENUITEM "°¡¿îµ¥(&C)\tCtrl+E", ID_ALIGN_CENTER
73 MENUITEM "¿À¸¥ÂÊ(&R)\tCtrl+R", ID_ALIGN_RIGHT
78 STRINGTABLE DISCARDABLE
80 STRING_RICHTEXT_FILES_RTF, "¸®Ä¡ ÅؽºÆ® ÆÄÀÏÇü½Ä (*.rtf)"
81 STRING_TEXT_FILES_TXT, "ÅؽºÆ® ÆÄÀÏ (*.txt)"
82 STRING_ALL_FILES, "¸ðµÐ ¹®¼ (*.*)"