Sweden-Number/programs/winhelp/Wa.rc

76 lines
2.2 KiB
Plaintext
Raw Normal View History

1999-06-18 19:05:55 +02:00
/*
* 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
1999-06-18 19:05:55 +02:00
*/
#ifdef LANG_WALON
1999-06-18 19:05:55 +02:00
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
{
POPUP "&Fitch<63>" {
MENUITEM "&Drov<6F>...", MNID_FILE_OPEN
2002-06-01 04:55:48 +02:00
MENUITEM SEPARATOR
MENUITEM "&Rexhe", MNID_FILE_PRINT
MENUITEM "&Apontiaedje del scrirece...", MNID_FILE_SETUP
2002-06-01 04:55:48 +02:00
MENUITEM SEPARATOR
MENUITEM "Mouss<73> &Fo<46>", MNID_FILE_EXIT
}
POPUP "&Candj<64>" {
MENUITEM "&Copy<70>...", MNID_EDIT_COPYDLG
2002-06-01 04:55:48 +02:00
MENUITEM SEPARATOR
MENUITEM "&Sicr<63>re...", MNID_EDIT_ANNOTATE
}
POPUP "&Rim<69>rkes" {
MENUITEM "&Defini...", MNID_BKMK_DEFINE
}
POPUP "&Aide" {
MENUITEM "&Aide so l' Aide", MNID_HELP_HELPON
MENUITEM "Todi &Visibe", MNID_HELP_HELPTOP
2002-06-01 04:55:48 +02:00
MENUITEM SEPARATOR
MENUITEM "&Inform<72>cion...", MNID_HELP_ABOUT
#ifdef WINELIB
MENUITEM "<22> &dfait di WINEE", MNID_HELP_WINE
#endif
}
}
1999-06-18 19:05:55 +02:00
/* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT
{
STID_WINE_HELP, "Aidance di WINE"
STID_WHERROR, "AROKE"
STID_WARNING, "ADVERTIXHMINT"
STID_INFO, "Inform<72>cion"
STID_NOT_IMPLEMENTED, "N<>n co possibe"
STID_HLPFILE_ERROR_s, "Y<>k n' a n<>n st<73> <20> moumint di lere li fitch<63> d' aide `%s'"
STID_CONTENTS, "<22>&dvins"
STID_SEARCH, "C&wer<65>"
STID_BACK, "<22>n &Er<45>"
STID_HISTORY, "&Istwere"
STID_TOPICS, "&Topics"
STID_ALL_FILES, "Tos les fitch<63>s (*.*)"
STID_HELP_FILES_HLP, "Fitch<63>s d' aide (*.hlp)"
}
#endif /* LANG_WALON */