Module: wine Branch: refs/heads/master Commit: 94c65025d411c255d8ea305551dab00bbc2317a4 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=94c65025d411c255d8ea3055...
Author: András Kovács andras@csevego.net Date: Sat Apr 22 01:38:54 2006 +0200
wordpad: Translation to Hungarian.
---
programs/wordpad/Hu.rc | 66 ++++++++++++++++++++++++++++++++++++++++++++++ programs/wordpad/rsrc.rc | 1 + 2 files changed, 67 insertions(+), 0 deletions(-) create mode 100644 programs/wordpad/Hu.rc
diff --git a/programs/wordpad/Hu.rc b/programs/wordpad/Hu.rc new file mode 100644 index 0000000..d39fd32 --- /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 67c2661..7cfc0e7 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"