Release 980301
[wine] / programs / winhelp / Hu.rc
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  */
6
7 /* This file is not yet complete !! */
8
9 #define LANGUAGE_ID                  Hu
10 #define LANGUAGE_NUMBER              7
11
12 /* Menu */
13
14 #define MENU_FILE                    "&File"
15 #define MENU_FILE_OPEN               "&Megnyitás..."
16 #define MENU_FILE_PRINT              "&Nyomtatás"
17 #define MENU_FILE_PRINTER_SETUP      "Nyomtató &beállítás..."
18 #define MENU_FILE_EXIT               "&Kilépés"
19
20 #define MENU_EDIT                    "&Szerkesztés"
21 #define MENU_EDIT_COPY_DIALOG        "&Másolás..."
22 #define MENU_EDIT_ANNOTATE           "&Annotate..."
23
24 #define MENU_BOOKMARK                "&Könyvjelzõ"
25 #define MENU_BOOKMARK_DEFINE         "&Definiálás..."
26
27 #define MENU_HELP                    "&Segítség"
28 #define MENU_HELP_ON_HELP            "Segítség &a segítségrõl"
29 #define MENU_HELP_ON_TOP             "Mindig &legfelül"
30 #define MENU_HELP_INFO               "&Információ..."
31 #define MENU_HELP_ABOUT_WINE         "&A WINE-ról"
32
33 /* Strings */
34
35 #define STRING_WINE_HELP             "WINE segítség"
36 #define STRING_ERROR                 "HIBA"
37 #define STRING_WARNING               "FIGYELMEZTETÉS"
38 #define STRING_INFO                  "Információ"
39 #define STRING_NOT_IMPLEMENTED       "Nincs implementálva"
40 #define STRING_HLPFILE_ERROR_s       "Hiba a `%s' file olvasásakor"
41 #define STRING_CONTENTS              "&Tartalom"
42 #define STRING_SEARCH                "&Keresés"
43 #define STRING_BACK                  "&Vissza"
44 #define STRING_HISTORY               "&History"
45 #define STRING_ALL_FILES             "Minden file (*.*)"
46 #define STRING_HELP_FILES_HLP        "Segítség file-ok (*.hlp)"
47
48 #include "Xx.rc"