72 lines
1.5 KiB
Plaintext
72 lines
1.5 KiB
Plaintext
|
/*
|
|||
|
* View
|
|||
|
* Japanese Language Support
|
|||
|
*
|
|||
|
* Copyright 1998 Douglas Ridgway
|
|||
|
* Copyright 2003 Marcelo Duarte
|
|||
|
*
|
|||
|
* 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_JAPANESE, SUBLANG_DEFAULT
|
|||
|
|
|||
|
/*
|
|||
|
*
|
|||
|
* Menu
|
|||
|
*
|
|||
|
*/
|
|||
|
|
|||
|
VIEW MENU
|
|||
|
BEGIN
|
|||
|
POPUP "<22>t<EFBFBD>@<40>C<EFBFBD><43>(&F)"
|
|||
|
BEGIN
|
|||
|
MENUITEM "<22>J<EFBFBD><4A>(&O)", IDM_OPEN
|
|||
|
MENUITEM "<22>I<EFBFBD><49>(&X)", IDM_EXIT
|
|||
|
END
|
|||
|
POPUP "<22>p<EFBFBD><70>(&P)"
|
|||
|
BEGIN
|
|||
|
MENUITEM "<22>E<EFBFBD>B<EFBFBD><42><EFBFBD>h<EFBFBD>E<EFBFBD>ɍ<EFBFBD><C98D>킹<EFBFBD><ED82B9>(&S)", IDM_SET_EXT_TO_WIN
|
|||
|
MENUITEM SEPARATOR
|
|||
|
MENUITEM "<22><>(&L)", IDM_LEFT
|
|||
|
MENUITEM "<22>E(&R)", IDM_RIGHT
|
|||
|
MENUITEM "<22><>(&U)", IDM_UP
|
|||
|
MENUITEM "<22><>(&D)", IDM_DOWN
|
|||
|
END
|
|||
|
END
|
|||
|
|
|||
|
|
|||
|
/*
|
|||
|
*
|
|||
|
* Accelerator
|
|||
|
*
|
|||
|
*/
|
|||
|
|
|||
|
VIEW ACCELERATORS
|
|||
|
BEGIN
|
|||
|
"Q", IDM_EXIT, VIRTKEY, CONTROL
|
|||
|
END
|
|||
|
|
|||
|
|
|||
|
/*
|
|||
|
*
|
|||
|
* String Table
|
|||
|
*
|
|||
|
*/
|
|||
|
|
|||
|
STRINGTABLE DISCARDABLE
|
|||
|
BEGIN
|
|||
|
IDS_DESCRIPTION "<22>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD>^<5E>t<EFBFBD>@<40>C<EFBFBD><43> <20>r<EFBFBD><72><EFBFBD>A<EFBFBD>["
|
|||
|
END
|