/* * Copyright 2006 by Phil Krylov * * 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_RUSSIAN, SUBLANG_DEFAULT MAINMENU MENU DISCARDABLE BEGIN POPUP "&����" BEGIN MENUITEM "����&���", ID_FILE_NEW MENUITEM "&�������", ID_FILE_OPEN MENUITEM "&���������", ID_FILE_SAVE MENUITEM SEPARATOR MENUITEM "�&����", ID_FILE_EXIT END POPUP "&������" BEGIN MENUITEM "&��������\tCtrl+Z", ID_EDIT_UNDO MENUITEM "&���������\tCtrl+Y", ID_EDIT_REDO MENUITEM "�������� �&��\tCtrl+A", ID_EDIT_SELECTALL MENUITEM SEPARATOR MENUITEM "&��������\tCtrl+X", ID_EDIT_CUT MENUITEM "&����������\tCtrl+C", ID_EDIT_COPY MENUITEM SEPARATOR MENUITEM "&������ ��� ������", ID_EDIT_READONLY MENUITEM "&�������", ID_EDIT_MODIFIED MENUITEM SEPARATOR POPUP "&�������������" BEGIN MENUITEM "&���������� � ���������", ID_EDIT_SELECTIONINFO MENUITEM "&������ ��������", ID_EDIT_CHARFORMAT MENUITEM "������ �������� &�� ���������", ID_EDIT_DEFCHARFORMAT MENUITEM "������ &������", ID_EDIT_PARAFORMAT MENUITEM "�&������� �����", ID_EDIT_GETTEXT END END POPUP "���&���" BEGIN POPUP "&���" BEGIN MENUITEM "&���������\tCtrl+1", ID_BACK_1 MENUITEM "&���������� PostThat\tCtrl+2", ID_BACK_2 END POPUP "&������������" BEGIN MENUITEM "�&����\tCtrl+L", ID_ALIGN_LEFT MENUITEM "�� &������\tCtrl+E", ID_ALIGN_CENTER MENUITEM "�&�����\tCtrl+R", ID_ALIGN_RIGHT END END END