From 94c65025d411c255d8ea305551dab00bbc2317a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kov=C3=A1cs?= Date: Sat, 22 Apr 2006 01:38:54 +0200 Subject: [PATCH] wordpad: Translation to Hungarian. --- programs/wordpad/Hu.rc | 66 ++++++++++++++++++++++++++++++++++++++++ programs/wordpad/rsrc.rc | 1 + 2 files changed, 67 insertions(+) create mode 100644 programs/wordpad/Hu.rc diff --git a/programs/wordpad/Hu.rc b/programs/wordpad/Hu.rc new file mode 100644 index 00000000000..d39fd3298ab --- /dev/null +++ b/programs/wordpad/Hu.rc @@ -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 diff --git a/programs/wordpad/rsrc.rc b/programs/wordpad/rsrc.rc index 67c2661b5b0..7cfc0e73168 100644 --- a/programs/wordpad/rsrc.rc +++ b/programs/wordpad/rsrc.rc @@ -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"