winmm: Correct check for MIXER_GETLINECONTROLSF_ONEBYTYPE in mixerGetLineControlsA.
[wine/wine64.git] / programs / winhelp / Wa.rc
blobc536d2a3f380cce715fdbb471ccf30f2126051f7
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  */
23 #ifdef LANG_WALON
25 /* Menu */
27 MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
29  POPUP "&Fitchî" {
30   MENUITEM "&Drovî...", MNID_FILE_OPEN
31   MENUITEM SEPARATOR
32   MENUITEM "&Rexhe", MNID_FILE_PRINT
33   MENUITEM "&Apontiaedje del scrirece...", MNID_FILE_SETUP
34    MENUITEM SEPARATOR
35   MENUITEM "Moussî &Foû", MNID_FILE_EXIT
36  }
37  POPUP "&Candjî" {
38    MENUITEM "&Copyî...", MNID_EDIT_COPYDLG
39    MENUITEM SEPARATOR
40    MENUITEM "&Sicrîre...", MNID_EDIT_ANNOTATE
41  }
42  POPUP "&Rimårkes" {
43    MENUITEM "&Defini...", MNID_BKMK_DEFINE
44  }
45  POPUP "&Aide" {
46    MENUITEM "&Aide so l' Aide", MNID_HELP_HELPON
47    MENUITEM "Todi &Visibe", MNID_HELP_HELPTOP
48    MENUITEM SEPARATOR
49    MENUITEM "&Informåcion...", MNID_HELP_ABOUT
50 #ifdef WINELIB
51    MENUITEM "Å &dfait di WINEE", MNID_HELP_WINE
52 #endif
53  }
56 /* Strings */
58 STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT
60 STID_WINE_HELP,         "Aidance di WINE"
61 STID_WHERROR,           "AROKE"
62 STID_WARNING,           "ADVERTIXHMINT"
63 STID_INFO,              "Informåcion"
64 STID_NOT_IMPLEMENTED,   "Nén co possibe"
65 STID_HLPFILE_ERROR_s,   "Yåk n' a nén stî å moumint di lere li fitchî d' aide `%s'"
66 STID_CONTENTS,          "Å&dvins"
67 STID_SEARCH,            "C&werî"
68 STID_BACK,              "Èn &Erî"
69 STID_HISTORY,           "&Istwere"
70 STID_TOPICS,            "&Topics"
71 STID_ALL_FILES,         "Tos les fitchîs (*.*)"
72 STID_HELP_FILES_HLP,    "Fitchîs d' aide (*.hlp)"
73 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
76 #endif  /* LANG_WALON */