/*
 * Help Viewer
 *
 * Copyright 1996 Ulrich Schmid
 * Copyright 1999 Pablo Saratxaga
 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
 *
 * 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
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/* Menu */

MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_NEUTRAL
{
 POPUP "&Fitch�" {
  MENUITEM "&Drov�...", 0x101
  MENUITEM SEPARATOR
  MENUITEM "&Rexhe", 0x104
  MENUITEM "&Apontiaedje del scrirece...", 0x106
   MENUITEM SEPARATOR
  MENUITEM "Mouss� &Fo�", 0x108
 }
 POPUP "&Candj�" {
   MENUITEM "&Copy�...", 0x10A
   MENUITEM SEPARATOR
   MENUITEM "&Sicr�re...", 0x10C
 }
 POPUP "&Rim�rkes" {
   MENUITEM "&Defini...", 0x10E
 }
 POPUP "&Aide" {
   MENUITEM "&Aide so l' Aide", 0x110
   MENUITEM "Todi &Visibe", 0x111
   MENUITEM SEPARATOR
   MENUITEM "&Inform�cion...", 0x113
#ifdef WINELIB
   MENUITEM "� &dfait di WINEE", 0x114
#endif
 }
}

/* Strings */

STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_NEUTRAL
{
WINE_HELP, 		"Aidance di WINE"
WHERROR, 		"AROKE"
WARNING,  		"ADVERTIXHMINT"
INFO,  			"Inform�cion"
NOT_IMPLEMENTED, 	"N�n co possibe"
HLPFILE_ERROR_s, 	"Y�k n' a n�n st� � moumint di lere li fitch� d' aide `%s'"
CONTENTS, 		"�&dvins"
SEARCH, 		"C&wer�"
BACK, 			"�n &Er�"
HISTORY, 		"&Istwere"
ALL_FILES, 		"Tos les fitch�s (*.*)"
HELP_FILES_HLP, 	"Fitch�s d' aide (*.hlp)"
}