/* * Help Viewer * * Copyright 1996 Ulrich Schmid */ /* This file is not yet complete !! */ #define LANGUAGE_ID Hu #define LANGUAGE_NUMBER 7 /* Menu */ #define MENU_FILE "&File" #define MENU_FILE_OPEN "&Megnyit�s..." #define MENU_FILE_PRINT "&Nyomtat�s" #define MENU_FILE_PRINTER_SETUP "Nyomtat� &be�ll�t�s..." #define MENU_FILE_EXIT "&Kil�p�s" #define MENU_EDIT "&Szerkeszt�s" #define MENU_EDIT_COPY_DIALOG "&M�sol�s..." #define MENU_EDIT_ANNOTATE "&Annotate..." #define MENU_BOOKMARK "&K�nyvjelz�" #define MENU_BOOKMARK_DEFINE "&Defini�l�s..." #define MENU_HELP "&Seg�ts�g" #define MENU_HELP_ON_HELP "Seg�ts�g &a seg�ts�gr�l" #define MENU_HELP_ON_TOP "Mindig &legfel�l" #define MENU_HELP_INFO "&Inform�ci�..." #define MENU_HELP_ABOUT_WINE "&A WINE-r�l" /* Strings */ #define STRING_WINE_HELP "WINE seg�ts�g" #define STRING_ERROR "HIBA" #define STRING_WARNING "FIGYELMEZTET�S" #define STRING_INFO "Inform�ci�" #define STRING_NOT_IMPLEMENTED "Nincs implement�lva" #define STRING_HLPFILE_ERROR_s "Hiba a `%s' file olvas�sakor" #define STRING_CONTENTS "&Tartalom" #define STRING_SEARCH "&Keres�s" #define STRING_BACK "&Vissza" #define STRING_HISTORY "&History" #define STRING_ALL_FILES "Minden file (*.*)" #define STRING_HELP_FILES_HLP "Seg�ts�g file-ok (*.hlp)" #include "Xx.rc"