ipconfig: Move socket address string generation to a helper function.
[wine.git] / programs / winhlp32 / Eo.rc
blob9397d1bdef6c0ea9b4bae8e6727421887bfb01f0
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 LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
26 /* Cxapelitaj literoj estas en Latin-3 iso8859-3 */
28 /* Menu */
30 MAIN_MENU MENU
32  POPUP "&Dosiero" {
33   MENUITEM "&Malfermu", MNID_FILE_OPEN
34   MENUITEM SEPARATOR
35   MENUITEM "&Presu", MNID_FILE_PRINT
36   MENUITEM "&Impozu Printilon...", MNID_FILE_SETUP
37    MENUITEM SEPARATOR
38   MENUITEM "&Finu", MNID_FILE_EXIT
39  }
40  POPUP "&Redakto" {
41    MENUITEM "&Kopiu...", MNID_EDIT_COPYDLG
42    MENUITEM SEPARATOR
43    MENUITEM "&Notu...", MNID_EDIT_ANNOTATE
44  }
45  POPUP "&Legosigno" {
46    MENUITEM "&Difinu...", MNID_BKMK_DEFINE
47  }
48  POPUP "&Options" {
49    POPUP        "Help always visible"
50    BEGIN
51      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
52      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
53      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
54   END
55   MENUITEM "History",           MNID_OPTS_HISTORY
56   POPUP    "Fonts"
57   BEGIN
58     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
59     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
60     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
61   END
62   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
63  }
64  POPUP "&Helpo" {
65    MENUITEM "&Helpu pri helpo", MNID_HELP_HELPON
66    MENUITEM "Æiam &supre", MNID_HELP_HELPTOP
67    MENUITEM SEPARATOR
68    MENUITEM "&Pri...", MNID_HELP_ABOUT
69 #ifdef WINELIB
70    MENUITEM "&Pri Wine", MNID_HELP_WINE
71 #endif
72  }
75 /* Strings */
76 STRINGTABLE
78 STID_WINE_HELP,         "Wine Helpanto"
79 STID_WHERROR,           "ERARO"
80 STID_WARNING,   "ATENTU"
81 STID_INFO,              "Informo pri"
82 STID_NOT_IMPLEMENTED,   "Ne-implementata"
83 STID_HLPFILE_ERROR_s,   "Eraro dum la legado de helpdosiero `%s'"
84 STID_INDEX,     "&Enhavo"
85 STID_CONTENTS,          "Summary"
86 STID_BACK,              "&Retro"
87 STID_ALL_FILES,         "Tutaj dosieroj (*.*)"
88 STID_HELP_FILES_HLP,    "Helpaj dosieroj (*.hlp)"
89 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
90 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"