/*
 * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */

#ifdef LANG_WALON

/* Menu */

MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
{
 POPUP "&Fitch�" {
  MENUITEM "&Drov�...", MNID_FILE_OPEN
  MENUITEM SEPARATOR
  MENUITEM "&Rexhe", MNID_FILE_PRINT
  MENUITEM "&Apontiaedje del scrirece...", MNID_FILE_SETUP
   MENUITEM SEPARATOR
  MENUITEM "Mouss� &Fo�", MNID_FILE_EXIT
 }
 POPUP "&Candj�" {
   MENUITEM "&Copy�...", MNID_EDIT_COPYDLG
   MENUITEM SEPARATOR
   MENUITEM "&Sicr�re...", MNID_EDIT_ANNOTATE
 }
 POPUP "&Rim�rkes" {
   MENUITEM "&Defini...", MNID_BKMK_DEFINE
 }
 POPUP "&Aide" {
   MENUITEM "&Aide so l' Aide", MNID_HELP_HELPON
   MENUITEM "Todi &Visibe", MNID_HELP_HELPTOP
   MENUITEM SEPARATOR
   MENUITEM "&Inform�cion...", MNID_HELP_ABOUT
#ifdef WINELIB
   MENUITEM "� &dfait di WINEE", MNID_HELP_WINE
#endif
 }
}

/* Strings */

STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT
{
STID_WINE_HELP, 	"Aidance di WINE"
STID_WHERROR, 		"AROKE"
STID_WARNING,  		"ADVERTIXHMINT"
STID_INFO,  		"Inform�cion"
STID_NOT_IMPLEMENTED, 	"N�n co possibe"
STID_HLPFILE_ERROR_s, 	"Y�k n' a n�n st� � moumint di lere li fitch� d' aide `%s'"
STID_CONTENTS, 		"�&dvins"
STID_SEARCH, 		"C&wer�"
STID_BACK, 		"�n &Er�"
STID_HISTORY, 		"&Istwere"
STID_TOPICS,		"&Topics"
STID_ALL_FILES, 	"Tos les fitch�s (*.*)"
STID_HELP_FILES_HLP, 	"Fitch�s d' aide (*.hlp)"
STID_FILE_NOT_FOUND_s	"Cannot find '%s'. Do you want to find this file yourself?"
}

#endif  /* LANG_WALON */