2006-04-22 01:38:54 +02:00
|
|
|
|
/*
|
|
|
|
|
* Copyright 2006 Andras Kovacs
|
|
|
|
|
*
|
|
|
|
|
* 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
|
2006-04-22 01:38:54 +02:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
|
|
|
|
|
|
|
|
|
MAINMENU MENU DISCARDABLE
|
|
|
|
|
BEGIN
|
|
|
|
|
POPUP "&F<>jl"
|
|
|
|
|
BEGIN
|
2006-07-12 14:08:47 +02:00
|
|
|
|
MENUITEM "&<26>j\tCtrl+N", ID_FILE_NEW
|
|
|
|
|
MENUITEM "&Megnyit<69>s\tCtrl+O", ID_FILE_OPEN
|
|
|
|
|
MENUITEM "M&ent<6E>s\tCtrl+S", ID_FILE_SAVE
|
2006-04-22 01:38:54 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Kil<69>p<EFBFBD>s", ID_FILE_EXIT
|
|
|
|
|
END
|
|
|
|
|
POPUP "Sz&erkeszt<7A>s"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "&Visszavon<6F>s\tCtrl+Z", ID_EDIT_UNDO
|
|
|
|
|
MENUITEM "&El<45>re\tCtrl+Y", ID_EDIT_REDO
|
|
|
|
|
MENUITEM "M&indet kijel<65>li\tCtrl+A", ID_EDIT_SELECTALL
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Kiv&<26>g<EFBFBD>s\tCtrl+X", ID_EDIT_CUT
|
|
|
|
|
MENUITEM "M<>&sol<6F>s\tCtrl+C", ID_EDIT_COPY
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Csak &olvashat<61>", ID_EDIT_READONLY
|
|
|
|
|
MENUITEM "M<>&dos<6F>tva", ID_EDIT_MODIFIED
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
POPUP "&Extr<74>k"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "Kijel<65>l<EFBFBD>s &inform<72>ci<63>", ID_EDIT_SELECTIONINFO
|
|
|
|
|
MENUITEM "Karakter&form<72>tum", ID_EDIT_CHARFORMAT
|
|
|
|
|
MENUITEM "A&laprtelmezett karakter form<72>tum", ID_EDIT_DEFCHARFORMAT
|
|
|
|
|
MENUITEM "&Bekezd<7A>s form<72>tum", ID_EDIT_PARAFORMAT
|
|
|
|
|
MENUITEM "Sz&<26>vegszerz<72>s", ID_EDIT_GETTEXT
|
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
POPUP "F&orm<72>tum"
|
|
|
|
|
BEGIN
|
|
|
|
|
POPUP "&H<>tt<74>r"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "&Rendszer\tCtrl+1", ID_BACK_1
|
|
|
|
|
MENUITEM "&S<>rg<72>ban k<>rem\tCtrl+2", ID_BACK_2
|
|
|
|
|
END
|
|
|
|
|
POPUP "&Igaz<61>t<EFBFBD>s"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "&Balra\tCtrl+L", ID_ALIGN_LEFT
|
|
|
|
|
MENUITEM "&K<>z<EFBFBD>pre\tCtrl+E", ID_ALIGN_CENTER
|
|
|
|
|
MENUITEM "&Jobbra\tCtrl+R", ID_ALIGN_RIGHT
|
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
END
|