push 3ac802ed6f10c4801e6b95b8ce1bb503e59ea39c
[wine/hacks.git] / programs / winhlp32 / Eo.rc
blobf91f2d5e5c7e9cf413c4e59c1511533bddc79ccd
1 /*
2  * Help Viewer
3  * Esperanto Language Support
4  *
5  * Copyright 2006 Antonio Codazzi
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
22 #include "winhelp_res.h"
24 /* Cxapelitaj literoj estas en Latin-3 iso8859-3 */
26 /* Menu */
28 MAIN_MENU MENU LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
30  POPUP "&Dosiero" {
31   MENUITEM "&Malfermu", MNID_FILE_OPEN
32   MENUITEM SEPARATOR
33   MENUITEM "&Presu", MNID_FILE_PRINT
34   MENUITEM "&Impozu Printilon...", MNID_FILE_SETUP
35    MENUITEM SEPARATOR
36   MENUITEM "&Finu", MNID_FILE_EXIT
37  }
38  POPUP "&Redakto" {
39    MENUITEM "&Kopiu...", MNID_EDIT_COPYDLG
40    MENUITEM SEPARATOR
41    MENUITEM "&Notu...", MNID_EDIT_ANNOTATE
42  }
43  POPUP "&Legosigno" {
44    MENUITEM "&Difinu...", MNID_BKMK_DEFINE
45  }
46  POPUP "&Options" {
47    POPUP        "Help always visible"
48    BEGIN
49      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
50      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
51      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
52   END
53   MENUITEM "History",           MNID_OPTS_HISTORY
54   POPUP    "Fonts"
55   BEGIN
56     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
57     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
58     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
59   END
60   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
61  }
62  POPUP "&Helpo" {
63    MENUITEM "&Helpu pri helpo", MNID_HELP_HELPON
64    MENUITEM "Æiam &supre", MNID_HELP_HELPTOP
65    MENUITEM SEPARATOR
66    MENUITEM "&Pri...", MNID_HELP_ABOUT
67 #ifdef WINELIB
68    MENUITEM "&Pri WINE", MNID_HELP_WINE
69 #endif
70  }
73 /* Strings */
74 STRINGTABLE DISCARDABLE LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
76 STID_WINE_HELP,         "WINE Helpanto"
77 STID_WHERROR,           "ERARO"
78 STID_WARNING,   "ATENTU"
79 STID_INFO,              "Informo pri"
80 STID_NOT_IMPLEMENTED,   "Ne-implementata"
81 STID_HLPFILE_ERROR_s,   "Eraro dum la legado de helpdosiero `%s'"
82 STID_INDEX,     "&Enhavo"
83 STID_CONTENTS,          "Summary"
84 STID_BACK,              "&Retro"
85 STID_ALL_FILES,         "Tutaj dosieroj (*.*)"
86 STID_HELP_FILES_HLP,    "Helpaj dosieroj (*.hlp)"
87 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
88 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"