/* * Notepad (Korean resources) * * Copyright 1997,98 Marcel Baur * Proofread 1998 by David Lee Lambert * Copyright 2002 Sylvain Petreolle * Copyright 2005 YunSong Hwang * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL MAIN_MENU MENU { POPUP "ÆÄÀÏ(&F)" { MENUITEM "»õ ÆÄÀÏ(&N)\tCtrl+N", CMD_NEW MENUITEM "¿­±â(&O)...\tCtrl+O", CMD_OPEN MENUITEM "ÀúÀå(&S)\tCtrl+S", CMD_SAVE MENUITEM "´Ù¸¥ À̸§À¸·Î ÀúÀå(&A)...", CMD_SAVE_AS MENUITEM SEPARATOR MENUITEM "ÇÁ¸°Æ®(&P)...\tCtrl+P", CMD_PRINT MENUITEM "ÆäÀÌÁö ¼³Á¤(&T)...", CMD_PAGE_SETUP MENUITEM "ÇÁ¸°Æ® ¼³Á¤(&R)...", CMD_PRINTER_SETUP MENUITEM SEPARATOR MENUITEM "³ª°¡±â(&X)", CMD_EXIT } POPUP "ÆíÁý(&E)" { MENUITEM "µÇµ¹¸®±â(&U)\tCtrl+Z", CMD_UNDO MENUITEM SEPARATOR MENUITEM "À߶󳻱â(&T)\tCtrl+X", CMD_CUT MENUITEM "º¹»ç(&C)\tCtrl+C", CMD_COPY MENUITEM "ºÙ¿©³Ö±â(&P)\tCtrl+V", CMD_PASTE MENUITEM "Áö¿ì±â(&D)\tDel", CMD_DELETE MENUITEM SEPARATOR MENUITEM "¸ðµÎ ¼±ÅÃ(&A)\tCtrl+A", CMD_SELECT_ALL MENUITEM "½Ã°£/³¯Â¥(&T)\tF5", CMD_TIME_DATE MENUITEM SEPARATOR MENUITEM "±ä ÁÙ ³Ñ±â±â(&W)", CMD_WRAP MENUITEM "±Û²Ã(&F)...", CMD_FONT } POPUP "ã±â(&S)" { MENUITEM "ã±â(&S)...\tCtrl+F", CMD_SEARCH MENUITEM "´Ù½Ã ã±â(&S)\tF3", CMD_SEARCH_NEXT } POPUP "µµ¿ò¸»(&H)" { MENUITEM "¸ñ·Ï(&C)", CMD_HELP_CONTENTS MENUITEM "ã±â(&S)...", CMD_HELP_SEARCH MENUITEM "µµ¿ò¸»ÀÇ µµ¿ò¸»(&H)", CMD_HELP_ON_HELP MENUITEM SEPARATOR POPUP "Á¤º¸(&O)" { MENUITEM "ÀúÀÛ±Ç(&L)...", CMD_LICENSE MENUITEM "º¸Áõ ¾øÀ½(&N)...", CMD_NO_WARRANTY MENUITEM "Wine Á¤º¸(&A)...", CMD_ABOUT_WINE } } } /* Dialog `Page setup' */ DIALOG_PAGESETUP DIALOG 0, 0, 225, 95 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU FONT 8, "MS Shell Dlg" CAPTION "ÆäÀÌÁö ¼³Á¤" { LTEXT "¸Ó¸´¸»(&H):", 0x140, 10, 07, 40, 15 EDITTEXT 0x141, 60, 05,110, 12, WS_BORDER | WS_TABSTOP LTEXT "²¿¸´¸»(&F):", 0x142, 10, 24, 40, 15 EDITTEXT 0x143, 60, 22,110, 12, WS_BORDER | WS_TABSTOP GROUPBOX "¿©¹é(&M):", 0x144, 10, 43,160, 45 LTEXT "¿ÞÂÊ(&L):", 0x145, 20, 55, 30, 10, WS_CHILD EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/ 0x147, 50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP LTEXT "À§(&T):", 0x148, 20, 73, 30, 10, WS_CHILD EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/ 0x14A, 50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP LTEXT "¿À¸¥ÂÊ(&R):", 0x14B, 100, 55, 30, 10, WS_CHILD EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/ 0x14D, 130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP LTEXT "¾Æ·¡ÂÊ(&B):", 0x14E,100, 73, 30, 10, WS_CHILD EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150, 130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP DEFPUSHBUTTON "È®ÀÎ", IDOK, 180, 3, 40, 15, WS_TABSTOP PUSHBUTTON "Ãë¼Ò", IDCANCEL, 180, 21, 40, 15, WS_TABSTOP PUSHBUTTON "µµ¿ò¸»(&H)", IDHELP, 180, 39, 40, 15, WS_TABSTOP } STRINGTABLE DISCARDABLE { STRING_PAGESETUP_HEADERVALUE, "&n" /* FIXME */ STRING_PAGESETUP_FOOTERVALUE, "Page &s" /* FIXME */ STRING_PAGESETUP_LEFTVALUE, "20 mm" /* FIXME */ STRING_PAGESETUP_RIGHTVALUE, "20 mm" /* FIXME */ STRING_PAGESETUP_TOPVALUE, "25 mm" /* FIXME */ STRING_PAGESETUP_BOTTOMVALUE, "25 mm" /* FIXME */ STRING_NOTEPAD, "¸Þ¸ðÀå" STRING_ERROR, "¿¡·¯" STRING_WARNING, "°æ°í" STRING_INFO, "Á¤º¸" STRING_UNTITLED, "Á¦¸ñ¾øÀ½" STRING_ALL_FILES, "¸ðµç ÆÄÀÏ (*.*)" STRING_TEXT_FILES_TXT, "ÅؽºÆ® ÆÄÀÏ (*.txt)" STRING_TOOLARGE, "ÆÄÀÏ '%s' ´Â ¸Þ¸ðÀåÀ¸·Î ¿­±â¿¡´Â ³Ê¹« Å®´Ï´Ù.\n \ ´Ù¸¥ ÆíÁý±â¸¦ »ç¿ëÇϽʽÿÀ." STRING_NOTEXT, "´ç½ÅÀº ¾î¶² ±ÛÀÚµµ ÀÔ·ÂÇÏÁö ¾Ê¾Ò½À´Ï´Ù. \ \n¾Æ¹«°Å³ª ÀÔ·ÂÇÏ°í ´Ù½Ã ½ÃµµÇϽʽÿÀ" STRING_DOESNOTEXIST, "ÆÄÀÏ '%s'\n´Â Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù.\n\n \ ´ç½ÅÀº »õ ÆÄÀÏÀ» ¸¸µé°Ú½À´Ï±î?" STRING_NOTSAVED, "ÆÄÀÏ'%s'\n´Â °íÃÄÁ³½À´Ï´Ù.\n\n \ ´ç½ÅÀº ¹Ù²ï °É ÀúÀåÇÏ°Ú½À´Ï±î?" STRING_NOTFOUND, "'%s' could not be found." STRING_OUT_OF_MEMORY, "ÀÌ ÀÛ¾÷À» ³¡¸¶Ä¡±â¿¡´Â ¸Þ¸ð¸®°¡ ºÎÁ·ÇÕ´Ï´Ù. \ \n Çϳª³ª ´õ ¸¹Àº Ç®±×¸²À» ´Ý¾Æ¼­ »ç¿ë °¡´ÉÇÑ ¸Þ¸ð¸®·®À» ´Ã·ÁÁֽʽÿÀ." } STRINGTABLE DISCARDABLE LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL { IDS_LICENSE_CAPTION, "¶óÀ̼¾½º" IDS_LICENSE, "This library is free software; you can redistribute it and/or \ modify it under the terms of the GNU Lesser General Public \ License as published by the Free Software Foundation; either \ version 2.1 of the License, or (at your option) any later version.\n\ This library is distributed in the hope that it will be useful, \ but WITHOUT ANY WARRANTY; without even the implied warranty of \ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \ Lesser General Public License for more details.\n\ You should have received a copy of the GNU Lesser General Public \ License along with this library; if not, write to the Free Software \ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA" IDS_WARRANTY_CAPTION, "¹« º¸Áõ" IDS_WARRANTY, "This library is distributed in the hope that it will be useful, \ but WITHOUT ANY WARRANTY; without even the implied warranty of \ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \ Lesser General Public License for more details." }