1999-06-18 19:05:55 +02:00
|
|
|
|
/*
|
|
|
|
|
* Help Viewer
|
|
|
|
|
*
|
2002-05-14 05:48:10 +02:00
|
|
|
|
* Copyright 1996 Ulrich Schmid
|
2002-03-10 00:29:33 +01:00
|
|
|
|
* Copyright 1999 Pablo Saratxaga
|
2002-05-14 05:48:10 +02:00
|
|
|
|
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
2002-03-10 00:29:33 +01:00
|
|
|
|
*
|
|
|
|
|
* 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
|
1999-06-18 19:05:55 +02:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
|
2002-05-14 05:48:10 +02:00
|
|
|
|
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_NEUTRAL
|
|
|
|
|
{
|
|
|
|
|
POPUP "&Fitch<63>" {
|
|
|
|
|
MENUITEM "&Drov<6F>...", 0x101
|
2002-06-01 04:55:48 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2002-05-14 05:48:10 +02:00
|
|
|
|
MENUITEM "&Rexhe", 0x104
|
|
|
|
|
MENUITEM "&Apontiaedje del scrirece...", 0x106
|
2002-06-01 04:55:48 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2002-05-14 05:48:10 +02:00
|
|
|
|
MENUITEM "Mouss<73> &Fo<46>", 0x108
|
|
|
|
|
}
|
|
|
|
|
POPUP "&Candj<64>" {
|
|
|
|
|
MENUITEM "&Copy<70>...", 0x10A
|
2002-06-01 04:55:48 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2002-05-14 05:48:10 +02:00
|
|
|
|
MENUITEM "&Sicr<63>re...", 0x10C
|
|
|
|
|
}
|
|
|
|
|
POPUP "&Rim<69>rkes" {
|
|
|
|
|
MENUITEM "&Defini...", 0x10E
|
|
|
|
|
}
|
|
|
|
|
POPUP "&Aide" {
|
|
|
|
|
MENUITEM "&Aide so l' Aide", 0x110
|
|
|
|
|
MENUITEM "Todi &Visibe", 0x111
|
2002-06-01 04:55:48 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2002-05-14 05:48:10 +02:00
|
|
|
|
MENUITEM "&Inform<72>cion...", 0x113
|
|
|
|
|
#ifdef WINELIB
|
|
|
|
|
MENUITEM "<22> &dfait di WINEE", 0x114
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-06-18 19:05:55 +02:00
|
|
|
|
|
|
|
|
|
/* Strings */
|
|
|
|
|
|
2002-05-14 05:48:10 +02:00
|
|
|
|
STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_NEUTRAL
|
|
|
|
|
{
|
|
|
|
|
WINE_HELP, "Aidance di WINE"
|
|
|
|
|
WHERROR, "AROKE"
|
|
|
|
|
WARNING, "ADVERTIXHMINT"
|
|
|
|
|
INFO, "Inform<72>cion"
|
|
|
|
|
NOT_IMPLEMENTED, "N<>n co possibe"
|
|
|
|
|
HLPFILE_ERROR_s, "Y<>k n' a n<>n st<73> <20> moumint di lere li fitch<63> d' aide `%s'"
|
|
|
|
|
CONTENTS, "<22>&dvins"
|
|
|
|
|
SEARCH, "C&wer<65>"
|
|
|
|
|
BACK, "<22>n &Er<45>"
|
|
|
|
|
HISTORY, "&Istwere"
|
|
|
|
|
ALL_FILES, "Tos les fitch<63>s (*.*)"
|
|
|
|
|
HELP_FILES_HLP, "Fitch<63>s d' aide (*.hlp)"
|
|
|
|
|
}
|