Commit 94c65025 authored by András Kovács's avatar András Kovács Committed by Alexandre Julliard

wordpad: Translation to Hungarian.

parent 0c8a4d99
/*
* 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
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
MAINMENU MENU DISCARDABLE
BEGIN
POPUP "&Fjl"
BEGIN
MENUITEM "&j", ID_FILE_NEW
MENUITEM "&Megnyits", ID_FILE_OPEN
MENUITEM "M&ents", ID_FILE_SAVE
MENUITEM SEPARATOR
MENUITEM "&Kilps", ID_FILE_EXIT
END
POPUP "Sz&erkeszts"
BEGIN
MENUITEM "&Visszavons\tCtrl+Z", ID_EDIT_UNDO
MENUITEM "&Elre\tCtrl+Y", ID_EDIT_REDO
MENUITEM "M&indet kijelli\tCtrl+A", ID_EDIT_SELECTALL
MENUITEM SEPARATOR
MENUITEM "Kiv&gs\tCtrl+X", ID_EDIT_CUT
MENUITEM "M&sols\tCtrl+C", ID_EDIT_COPY
MENUITEM SEPARATOR
MENUITEM "Csak &olvashat", ID_EDIT_READONLY
MENUITEM "M&dostva", ID_EDIT_MODIFIED
MENUITEM SEPARATOR
POPUP "&Extrk"
BEGIN
MENUITEM "Kijells &informci", ID_EDIT_SELECTIONINFO
MENUITEM "Karakter&formtum", ID_EDIT_CHARFORMAT
MENUITEM "A&laprtelmezett karakter formtum", ID_EDIT_DEFCHARFORMAT
MENUITEM "&Bekezds formtum", ID_EDIT_PARAFORMAT
MENUITEM "Sz&vegszerzs", ID_EDIT_GETTEXT
END
END
POPUP "F&ormtum"
BEGIN
POPUP "&Httr"
BEGIN
MENUITEM "&Rendszer\tCtrl+1", ID_BACK_1
MENUITEM "&Srgban krem\tCtrl+2", ID_BACK_2
END
POPUP "&Igazts"
BEGIN
MENUITEM "&Balra\tCtrl+L", ID_ALIGN_LEFT
MENUITEM "&Kzpre\tCtrl+E", ID_ALIGN_CENTER
MENUITEM "&Jobbra\tCtrl+R", ID_ALIGN_RIGHT
END
END
END
......@@ -79,6 +79,7 @@ IDB_TOOLBAR BITMAP "toolbar.bmp"
#include "De.rc"
#include "En.rc"
#include "Fr.rc"
#include "Hu.rc"
#include "Ko.rc"
#include "Nl.rc"
#include "No.rc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment