mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 02:32:41 +00:00
wordpad: Translation to Hungarian.
This commit is contained in:
parent
0c8a4d99db
commit
94c65025d4
66
programs/wordpad/Hu.rc
Normal file
66
programs/wordpad/Hu.rc
Normal file
@ -0,0 +1,66 @@
|
||||
/*
|
||||
* 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 "&Fájl"
|
||||
BEGIN
|
||||
MENUITEM "&Új", ID_FILE_NEW
|
||||
MENUITEM "&Megnyitás", ID_FILE_OPEN
|
||||
MENUITEM "M&entés", ID_FILE_SAVE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Kilépés", ID_FILE_EXIT
|
||||
END
|
||||
POPUP "Sz&erkesztés"
|
||||
BEGIN
|
||||
MENUITEM "&Visszavonás\tCtrl+Z", ID_EDIT_UNDO
|
||||
MENUITEM "&Elõre\tCtrl+Y", ID_EDIT_REDO
|
||||
MENUITEM "M&indet kijelöli\tCtrl+A", ID_EDIT_SELECTALL
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Kiv&ágás\tCtrl+X", ID_EDIT_CUT
|
||||
MENUITEM "Má&solás\tCtrl+C", ID_EDIT_COPY
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Csak &olvasható", ID_EDIT_READONLY
|
||||
MENUITEM "Mó&dosítva", ID_EDIT_MODIFIED
|
||||
MENUITEM SEPARATOR
|
||||
POPUP "&Extrák"
|
||||
BEGIN
|
||||
MENUITEM "Kijelölés &információ", ID_EDIT_SELECTIONINFO
|
||||
MENUITEM "Karakter&formátum", ID_EDIT_CHARFORMAT
|
||||
MENUITEM "A&laprtelmezett karakter formátum", ID_EDIT_DEFCHARFORMAT
|
||||
MENUITEM "&Bekezdés formátum", ID_EDIT_PARAFORMAT
|
||||
MENUITEM "Sz&övegszerzés", ID_EDIT_GETTEXT
|
||||
END
|
||||
END
|
||||
POPUP "F&ormátum"
|
||||
BEGIN
|
||||
POPUP "&Háttér"
|
||||
BEGIN
|
||||
MENUITEM "&Rendszer\tCtrl+1", ID_BACK_1
|
||||
MENUITEM "&Sárgában kérem\tCtrl+2", ID_BACK_2
|
||||
END
|
||||
POPUP "&Igazítás"
|
||||
BEGIN
|
||||
MENUITEM "&Balra\tCtrl+L", ID_ALIGN_LEFT
|
||||
MENUITEM "&Középre\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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user