[CMAKE]
[reactos.git] / base / applications / winhlp32 / Hu.rc
1 /*
2 * Help Viewer
3 *
4 * Copyright 1996 Ulrich Schmid
5 * Copyright 2002 Sylvain Petreolle
6 * Copyright 2002 Zoly Nagy
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 */
22
23 #include "winhelp_res.h"
24
25 LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
26
27 /* Menu */
28
29 MAIN_MENU MENU
30 {
31 POPUP "&Fájl" {
32 MENUITEM "&Megnyitás...", MNID_FILE_OPEN
33 MENUITEM SEPARATOR
34 MENUITEM "&Nyomtatás", MNID_FILE_PRINT
35 MENUITEM "Nyomtató &beállítás...", MNID_FILE_SETUP
36 MENUITEM SEPARATOR
37 MENUITEM "&Kilépés", MNID_FILE_EXIT
38 }
39 POPUP "&Szerkesztés" {
40 MENUITEM "&Másolás...", MNID_EDIT_COPYDLG
41 MENUITEM SEPARATOR
42 MENUITEM "&Jegyzet...", MNID_EDIT_ANNOTATE
43 }
44 POPUP "&Könyvjelzõ" {
45 MENUITEM "&Definiálás...", MNID_BKMK_DEFINE
46 }
47 POPUP "&Options" {
48 POPUP "Help always visible"
49 BEGIN
50 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
51 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
52 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
53 END
54 MENUITEM "History", MNID_OPTS_HISTORY
55 POPUP "Fonts"
56 BEGIN
57 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
58 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
59 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
60 END
61 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
62 }
63 POPUP "&Súgó" {
64 MENUITEM "&Használat", MNID_HELP_HELPON
65 MENUITEM "Mindig &legfelül", MNID_HELP_HELPTOP
66 MENUITEM SEPARATOR
67 MENUITEM "&Információ...", MNID_HELP_ABOUT
68 }
69 }
70
71 /* Strings */
72
73 STRINGTABLE
74 {
75 STID_WINE_HELP, "Wine súgó"
76 STID_WHERROR, "HIBA"
77 STID_WARNING, "FIGYELMEZTETÉS"
78 STID_INFO, "Információ"
79 STID_NOT_IMPLEMENTED, "Nincs implementálva"
80 STID_HLPFILE_ERROR_s, "Hiba a `%s' file olvasásakor"
81 STID_INDEX, "&Tartalom"
82 STID_CONTENTS, "Summary"
83 STID_BACK, "&Vissza"
84 STID_ALL_FILES, "Minden fájl (*.*)"
85 STID_HELP_FILES_HLP, "Súgó fájlok (*.hlp)"
86 STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
87 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
88 }