Sweden-Number/programs/view/Ko.rc

73 lines
1.6 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
2005-11-14 12:27:36 +01:00
*/
LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
2005-11-14 12:27:36 +01:00
/*
*
* Menu
*
*/
VIEW MENU
BEGIN
POPUP "<22><><EFBFBD><EFBFBD>(&F)"
BEGIN
MENUITEM "<22><><EFBFBD><EFBFBD>(&O)", IDM_OPEN
2006-08-01 10:54:06 +02:00
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&X)", IDM_EXIT
2005-11-14 12:27:36 +01:00
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
END
/*
*
* Accelerator
*
*/
VIEW ACCELERATORS
BEGIN
"Q", IDM_EXIT, VIRTKEY, CONTROL
END
/*
*
* String Table
*
*/
STRINGTABLE DISCARDABLE
BEGIN
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