Make Swedish use SUBLANG_NEUTRAL.
[wine] / programs / 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 /* Menu */
24
25 MAIN_MENU MENU LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
26 {
27  POPUP "&Fájl" {
28   MENUITEM "&Megnyitás...", MNID_FILE_OPEN
29   MENUITEM SEPARATOR
30   MENUITEM "&Nyomtatás", MNID_FILE_PRINT
31   MENUITEM "Nyomtató &beállítás...", MNID_FILE_SETUP
32    MENUITEM SEPARATOR
33   MENUITEM "&Kilépés", MNID_FILE_EXIT
34  }
35  POPUP "&Szerkesztés" {
36    MENUITEM "&Másolás...", MNID_EDIT_COPYDLG
37    MENUITEM SEPARATOR
38    MENUITEM "&Jegyzet...", MNID_EDIT_ANNOTATE
39  }
40  POPUP "&Könyvjelzõ" {
41    MENUITEM "&Definiálás...", MNID_BKMK_DEFINE
42  }
43  POPUP "&Súgó" {
44    MENUITEM "&Használat", MNID_HELP_HELPON
45    MENUITEM "Mindig &legfelül", MNID_HELP_HELPTOP
46    MENUITEM SEPARATOR
47    MENUITEM "&Információ...", MNID_HELP_ABOUT
48 #ifdef WINELIB
49    MENUITEM "&&A WINE-ról", MNID_HELP_WINE
50 #endif
51  }
52 }
53
54 /* Strings */
55
56 STRINGTABLE DISCARDABLE LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
57 {
58 STID_WINE_HELP,         "WINE súgó"
59 STID_WHERROR,           "HIBA"
60 STID_WARNING,           "FIGYELMEZTETÉS"
61 STID_INFO,              "Információ"
62 STID_NOT_IMPLEMENTED,   "Nincs implementálva"
63 STID_HLPFILE_ERROR_s,   "Hiba a `%s' file olvasásakor"
64 STID_CONTENTS,          "&Tartalom"
65 STID_SEARCH,            "&Keresés"
66 STID_BACK,              "&Vissza"
67 STID_HISTORY,           "&Elõzmény"
68 STID_TOPICS,            "&Témakörök"
69 STID_ALL_FILES,         "Minden fájl (*.*)"
70 STID_HELP_FILES_HLP,    "Súgó fájlok (*.hlp)"
71 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
72 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
73 }