2003-09-17 22:08:20 +02:00
|
|
|
|
/*
|
|
|
|
|
* View (Russian resources)
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2003 Igor Stepin
|
|
|
|
|
*
|
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2003-09-17 22:08:20 +02:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
*
|
|
|
|
|
* Menu
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
VIEW MENU
|
|
|
|
|
BEGIN
|
|
|
|
|
POPUP "&<26><><EFBFBD><EFBFBD>"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>", IDM_OPEN
|
|
|
|
|
MENUITEM "<22>&<26><><EFBFBD><EFBFBD>", IDM_EXIT
|
|
|
|
|
END
|
|
|
|
|
POPUP "&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>", IDM_SET_EXT_TO_WIN
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "<22>&<26><><EFBFBD><EFBFBD>", IDM_LEFT
|
|
|
|
|
MENUITEM "<22>&<26><><EFBFBD><EFBFBD><EFBFBD>", IDM_RIGHT
|
|
|
|
|
MENUITEM "<22>&<26><><EFBFBD><EFBFBD>", IDM_UP
|
|
|
|
|
MENUITEM "<22>&<26><><EFBFBD>", IDM_DOWN
|
|
|
|
|
END
|
|
|
|
|
POPUP "&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>", IDM_HELLO
|
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
*
|
|
|
|
|
* Accelerator
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
VIEW ACCELERATORS
|
|
|
|
|
BEGIN
|
2003-10-04 06:21:19 +02:00
|
|
|
|
"Q", IDM_EXIT, VIRTKEY, CONTROL
|
2003-09-17 22:08:20 +02:00
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
*
|
|
|
|
|
* String Table
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
|
BEGIN
|
|
|
|
|
IDS_APPNAME "View"
|
|
|
|
|
IDS_DESCRIPTION "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
|
|
|
|
END
|