1997-02-15 14:29:56 +00:00
|
|
|
|
/*
|
|
|
|
|
* Help Viewer
|
|
|
|
|
*
|
|
|
|
|
* Copyright 1996 Ulrich Schmid
|
2002-03-09 23:29:33 +00:00
|
|
|
|
*
|
|
|
|
|
* 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
|
1997-02-15 14:29:56 +00:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* This file is not yet complete !! */
|
|
|
|
|
|
|
|
|
|
#define LANGUAGE_ID Hu
|
|
|
|
|
#define LANGUAGE_NUMBER 7
|
|
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
|
|
|
|
|
#define MENU_FILE "&File"
|
|
|
|
|
#define MENU_FILE_OPEN "&Megnyit<69>s..."
|
|
|
|
|
#define MENU_FILE_PRINT "&Nyomtat<61>s"
|
|
|
|
|
#define MENU_FILE_PRINTER_SETUP "Nyomtat<61> &be<62>ll<6C>t<EFBFBD>s..."
|
|
|
|
|
#define MENU_FILE_EXIT "&Kil<69>p<EFBFBD>s"
|
|
|
|
|
|
|
|
|
|
#define MENU_EDIT "&Szerkeszt<7A>s"
|
|
|
|
|
#define MENU_EDIT_COPY_DIALOG "&M<>sol<6F>s..."
|
|
|
|
|
#define MENU_EDIT_ANNOTATE "&Annotate..."
|
|
|
|
|
|
|
|
|
|
#define MENU_BOOKMARK "&K<>nyvjelz<6C>"
|
|
|
|
|
#define MENU_BOOKMARK_DEFINE "&Defini<6E>l<EFBFBD>s..."
|
|
|
|
|
|
|
|
|
|
#define MENU_HELP "&Seg<65>ts<74>g"
|
|
|
|
|
#define MENU_HELP_ON_HELP "Seg<65>ts<74>g &a seg<65>ts<74>gr<67>l"
|
|
|
|
|
#define MENU_HELP_ON_TOP "Mindig &legfel<65>l"
|
|
|
|
|
#define MENU_HELP_INFO "&Inform<72>ci<63>..."
|
|
|
|
|
#define MENU_HELP_ABOUT_WINE "&A WINE-r<>l"
|
|
|
|
|
|
|
|
|
|
/* Strings */
|
|
|
|
|
|
|
|
|
|
#define STRING_WINE_HELP "WINE seg<65>ts<74>g"
|
|
|
|
|
#define STRING_ERROR "HIBA"
|
|
|
|
|
#define STRING_WARNING "FIGYELMEZTET<45>S"
|
|
|
|
|
#define STRING_INFO "Inform<72>ci<63>"
|
|
|
|
|
#define STRING_NOT_IMPLEMENTED "Nincs implement<6E>lva"
|
|
|
|
|
#define STRING_HLPFILE_ERROR_s "Hiba a `%s' file olvas<61>sakor"
|
|
|
|
|
#define STRING_CONTENTS "&Tartalom"
|
|
|
|
|
#define STRING_SEARCH "&Keres<65>s"
|
|
|
|
|
#define STRING_BACK "&Vissza"
|
|
|
|
|
#define STRING_HISTORY "&History"
|
|
|
|
|
#define STRING_ALL_FILES "Minden file (*.*)"
|
|
|
|
|
#define STRING_HELP_FILES_HLP "Seg<65>ts<74>g file-ok (*.hlp)"
|
|
|
|
|
|
|
|
|
|
#include "Xx.rc"
|