ipconfig: Move socket address string generation to a helper function.
[wine] / programs / winhlp32 / Wa.rc
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Copyright 1999 Pablo Saratxaga
6  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
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 #ifdef LANG_WALON
26
27 LANGUAGE LANG_WALON, SUBLANG_DEFAULT
28
29 /* Menu */
30
31 MAIN_MENU MENU
32 {
33  POPUP "&Fitchî" {
34   MENUITEM "&Drovî...", MNID_FILE_OPEN
35   MENUITEM SEPARATOR
36   MENUITEM "&Rexhe", MNID_FILE_PRINT
37   MENUITEM "&Apontiaedje del scrirece...", MNID_FILE_SETUP
38    MENUITEM SEPARATOR
39   MENUITEM "Moussî &Foû", MNID_FILE_EXIT
40  }
41  POPUP "&Candjî" {
42    MENUITEM "&Copyî...", MNID_EDIT_COPYDLG
43    MENUITEM SEPARATOR
44    MENUITEM "&Sicrîre...", MNID_EDIT_ANNOTATE
45  }
46  POPUP "&Rimårkes" {
47    MENUITEM "&Defini...", MNID_BKMK_DEFINE
48  }
49  POPUP "&Options" {
50    POPUP        "Help always visible"
51    BEGIN
52      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
53      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
54      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
55   END
56   MENUITEM "History",           MNID_OPTS_HISTORY
57   POPUP    "Fonts"
58   BEGIN
59     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
60     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
61     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
62   END
63   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
64  }
65  POPUP "&Aide" {
66    MENUITEM "&Aide so l' Aide", MNID_HELP_HELPON
67    MENUITEM "Todi &Visibe", MNID_HELP_HELPTOP
68    MENUITEM SEPARATOR
69    MENUITEM "&Informåcion...", MNID_HELP_ABOUT
70 #ifdef WINELIB
71    MENUITEM "Å &dfait di Wine", MNID_HELP_WINE
72 #endif
73  }
74 }
75
76 /* Strings */
77
78 STRINGTABLE
79 {
80 STID_WINE_HELP,         "Aidance di Wine"
81 STID_WHERROR,           "AROKE"
82 STID_WARNING,           "ADVERTIXHMINT"
83 STID_INFO,              "Informåcion"
84 STID_NOT_IMPLEMENTED,   "Nén co possibe"
85 STID_HLPFILE_ERROR_s,   "Yåk n' a nén stî å moumint di lere li fitchî d' aide `%s'"
86 STID_INDEX,             "Å&dvins"
87 STID_CONTENTS,          "Summary"
88 STID_BACK,              "Èn &Erî"
89 STID_ALL_FILES,         "Tos les fitchîs (*.*)"
90 STID_HELP_FILES_HLP,    "Fitchîs d' aide (*.hlp)"
91 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
92 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
93 }
94
95 #endif  /* LANG_WALON */