Sweden-Number/programs/view/Ko.rc

78 lines
1.7 KiB
Plaintext
Raw Normal View History

2005-11-14 12:27:36 +01:00
/*
* View
* Korean Language Support
*
* Copyright 1998 Douglas Ridgway
* Copyright 2003 Marcelo Duarte
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
/*
*
* Menu
*
*/
VIEW MENU
BEGIN
POPUP "<22><><EFBFBD><EFBFBD>(&F)"
BEGIN
MENUITEM "<22><><EFBFBD><EFBFBD>(&O)", IDM_OPEN
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&x)", IDM_EXIT
END
2005-11-15 13:06:12 +01:00
POPUP "ȸ<><C8B8>(&P)"
2005-11-14 12:27:36 +01:00
BEGIN
2005-11-15 13:06:12 +01:00
MENUITEM "ȭ<><C8AD> <20><><EFBFBD><EFBFBD> ä<><C3A4><EFBFBD><EFBFBD>(&S)", IDM_SET_EXT_TO_WIN
2005-11-14 12:27:36 +01:00
MENUITEM SEPARATOR
MENUITEM "<22><><EFBFBD><EFBFBD>(&L)", IDM_LEFT
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&R)", IDM_RIGHT
MENUITEM "<22><>(&U)", IDM_UP
MENUITEM "<22>Ʒ<EFBFBD>(&D)", IDM_DOWN
END
POPUP "<22><><EFBFBD><EFBFBD>(&I)"
BEGIN
MENUITEM "&Hello", IDM_HELLO
END
END
/*
*
* Accelerator
*
*/
VIEW ACCELERATORS
BEGIN
"Q", IDM_EXIT, VIRTKEY, CONTROL
END
/*
*
* String Table
*
*/
STRINGTABLE DISCARDABLE
BEGIN
IDS_APPNAME "<22><><EFBFBD><EFBFBD>"
2005-11-15 13:06:12 +01:00
IDS_DESCRIPTION "<22><><EFBFBD><EFBFBD> <20><>Ÿ<EFBFBD><C5B8><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
2005-11-14 12:27:36 +01:00
END