diff --git a/programs/wordpad/Ko.rc b/programs/wordpad/Ko.rc new file mode 100644 index 00000000000..467b27fdb41 --- /dev/null +++ b/programs/wordpad/Ko.rc @@ -0,0 +1,67 @@ + /* + * Copyright 2004 by Krzysztof Foltman + * Copyright 2006 by 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT +MAINMENU MENU DISCARDABLE +BEGIN + POPUP "ÆÄÀÏ(&F)" + BEGIN + MENUITEM "»õ ÆÄÀÏ(&N)", ID_FILE_NEW + MENUITEM "¿­±â(&O)", ID_FILE_OPEN + MENUITEM "ÀúÀå(&S)", ID_FILE_SAVE + MENUITEM SEPARATOR + MENUITEM "³ª°¡±â(&E)", ID_FILE_EXIT + END + POPUP "ÆíÁý(&E)" + BEGIN + MENUITEM "µÇµ¹¸®±â(&U)\tCtrl+Z", ID_EDIT_UNDO + MENUITEM "´Ù½Ã ½ÇÇà(&R)\tCtrl+Y", ID_EDIT_REDO + MENUITEM "¸ðµÎ ¼±ÅÃ(&S)\tCtrl+A", ID_EDIT_SELECTALL + MENUITEM SEPARATOR + MENUITEM "À߶󳻱â(&T)\tCtrl+X", ID_EDIT_CUT + MENUITEM "º¹»ç(&C)\tCtrl+C", ID_EDIT_COPY + MENUITEM SEPARATOR + MENUITEM "Àбâ Àü¿ë(&O)", ID_EDIT_READONLY + MENUITEM "¼öÁ¤ °¡´É(&M)", ID_EDIT_MODIFIED + MENUITEM SEPARATOR + POPUP "±âŸ(&E)" + BEGIN + MENUITEM "¼±Åà ¿µ¿ª Á¤º¸(&I)", ID_EDIT_SELECTIONINFO + MENUITEM "¹®ÀÚ Çü½Ä(&F)", ID_EDIT_CHARFORMAT + MENUITEM "Á¤ÀÇµÈ ¹®ÀÚ¿­ Çü½Ä(&D)", ID_EDIT_DEFCHARFORMAT + MENUITEM "´Ü¶ô Çü½Ä(&H)", ID_EDIT_PARAFORMAT + MENUITEM "ÅؽºÆ® ¾ò±â(&G)", ID_EDIT_GETTEXT + END + END + POPUP "Çü½Ä(&O)" + BEGIN + POPUP "¹è°æ(&B)" + BEGIN + MENUITEM "½Ã½ºÅÛ(&S)\tCtrl+1", ID_BACK_1 + MENUITEM "³ë¶û»öÀ¸·Î(&P)\tCtrl+2", ID_BACK_2 + END + POPUP "Á¤·Ä(&A)" + BEGIN + MENUITEM "¿ÞÂÊ(&L)\tCtrl+L", ID_ALIGN_LEFT + MENUITEM "°¡¿îµ¥(&C)\tCtrl+E", ID_ALIGN_CENTER + MENUITEM "¿À¸¥ÂÊ(&R)\tCtrl+R", ID_ALIGN_RIGHT + END + END +END diff --git a/programs/wordpad/rsrc.rc b/programs/wordpad/rsrc.rc index c2e2347643f..21cbaba8cde 100644 --- a/programs/wordpad/rsrc.rc +++ b/programs/wordpad/rsrc.rc @@ -79,5 +79,6 @@ IDB_TOOLBAR BITMAP "toolbar.bmp" #include "De.rc" #include "En.rc" #include "Fr.rc" +#include "Ko.rc" #include "Nl.rc" #include "Ru.rc"