Wa.rc 2.82 KB
Newer Older
1 2 3
/*
 * Help Viewer
 *
4
 * Copyright 1996 Ulrich Schmid
5
 * Copyright 1999 Pablo Saratxaga
6
 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7 8 9 10 11 12 13 14 15 16 17 18 19
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * 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 24
#include "winhelp_res.h"

25 26
#ifdef LANG_WALON

27 28
/* Menu */

29
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
30 31
{
 POPUP "&Fitch" {
32
  MENUITEM "&Drov...", MNID_FILE_OPEN
33
  MENUITEM SEPARATOR
34 35
  MENUITEM "&Rexhe", MNID_FILE_PRINT
  MENUITEM "&Apontiaedje del scrirece...", MNID_FILE_SETUP
36
   MENUITEM SEPARATOR
37
  MENUITEM "Mouss &Fo", MNID_FILE_EXIT
38 39
 }
 POPUP "&Candj" {
40
   MENUITEM "&Copy...", MNID_EDIT_COPYDLG
41
   MENUITEM SEPARATOR
42
   MENUITEM "&Sicrre...", MNID_EDIT_ANNOTATE
43 44
 }
 POPUP "&Rimrkes" {
45
   MENUITEM "&Defini...", MNID_BKMK_DEFINE
46
 }
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
 POPUP "&Options" {
   POPUP	"Help always visible"
   BEGIN
     MENUITEM "Default",	MNID_OPTS_HELP_DEFAULT
     MENUITEM "Visible",	MNID_OPTS_HELP_VISIBLE
     MENUITEM "Non visible",	MNID_OPTS_HELP_NONVISIBLE
  END
  MENUITEM "History",		MNID_OPTS_HISTORY
  POPUP    "Fonts"
  BEGIN
    MENUITEM "Small",		MNID_OPTS_FONTS_SMALL
    MENUITEM "Normal",    	MNID_OPTS_FONTS_NORMAL
    MENUITEM "Large",     	MNID_OPTS_FONTS_LARGE
  END
  MENUITEM "Use system colors",	MNID_OPTS_SYSTEM_COLORS
 }
63
 POPUP "&Aide" {
64 65
   MENUITEM "&Aide so l' Aide", MNID_HELP_HELPON
   MENUITEM "Todi &Visibe", MNID_HELP_HELPTOP
66
   MENUITEM SEPARATOR
67
   MENUITEM "&Informcion...", MNID_HELP_ABOUT
68
#ifdef WINELIB
69
   MENUITEM " &dfait di WINEE", MNID_HELP_WINE
70 71 72
#endif
 }
}
73 74 75

/* Strings */

76
STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT
77
{
78 79 80 81 82 83
STID_WINE_HELP, 	"Aidance di WINE"
STID_WHERROR, 		"AROKE"
STID_WARNING,  		"ADVERTIXHMINT"
STID_INFO,  		"Informcion"
STID_NOT_IMPLEMENTED, 	"Nn co possibe"
STID_HLPFILE_ERROR_s, 	"Yk n' a nn st  moumint di lere li fitch d' aide `%s'"
84 85
STID_INDEX, 		"&dvins"
STID_CONTENTS,		"Summary"
86 87 88
STID_BACK, 		"n &Er"
STID_ALL_FILES, 	"Tos les fitchs (*.*)"
STID_HELP_FILES_HLP, 	"Fitchs d' aide (*.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"
91
STID_PSH_INDEX,		"Help topics: "
92
}
93 94

#endif  /* LANG_WALON */