1999-06-18 19:05:55 +02:00
|
|
|
|
/*
|
|
|
|
|
* Help Viewer
|
|
|
|
|
*
|
|
|
|
|
* Si vos voloz aider avou li rato<74>rnaedje des libes programes <20> walon,
|
|
|
|
|
* vos poloz scr<63>re a l' adresse emile <linux-wa@chanae.alphanet.ch>
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* This file is not yet complete !! */
|
|
|
|
|
|
|
|
|
|
#define LANGUAGE_ID Wa
|
1999-06-20 17:09:32 +02:00
|
|
|
|
#define LANGUAGE_NUMBER 90
|
1999-06-18 19:05:55 +02:00
|
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
|
|
|
|
|
#define MENU_FILE "&Fitch<63>"
|
|
|
|
|
#define MENU_FILE_OPEN "&Drov<6F>..."
|
|
|
|
|
#define MENU_FILE_PRINT "&Rexhe"
|
|
|
|
|
#define MENU_FILE_PRINTER_SETUP "&Apontiaedje del scrirece..."
|
|
|
|
|
#define MENU_FILE_EXIT "Mouss<73> &Fo<46>"
|
|
|
|
|
|
|
|
|
|
#define MENU_EDIT "&Candj<64>"
|
|
|
|
|
#define MENU_EDIT_COPY_DIALOG "&Copy<70>..."
|
|
|
|
|
#define MENU_EDIT_ANNOTATE "&Sicr<63>re..."
|
|
|
|
|
|
|
|
|
|
#define MENU_BOOKMARK "&Rim<69>rkes"
|
|
|
|
|
#define MENU_BOOKMARK_DEFINE "&Defini..."
|
|
|
|
|
|
|
|
|
|
#define MENU_HELP "&Aide"
|
|
|
|
|
#define MENU_HELP_ON_HELP "&Aide so l' Aide"
|
|
|
|
|
#define MENU_HELP_ON_TOP "Todi &Visibe"
|
|
|
|
|
#define MENU_HELP_INFO "&Inform<72>cion..."
|
|
|
|
|
#define MENU_HELP_ABOUT_WINE "<22> &dfait di WINE"
|
|
|
|
|
|
|
|
|
|
/* Strings */
|
|
|
|
|
|
|
|
|
|
#define STRING_WINE_HELP "Aidance di WINE"
|
|
|
|
|
#define STRING_ERROR "AROKE"
|
|
|
|
|
#define STRING_WARNING "ADVERTIXHMINT"
|
|
|
|
|
#define STRING_INFO "Inform<72>cion"
|
|
|
|
|
#define STRING_NOT_IMPLEMENTED "N<>n co possibe"
|
|
|
|
|
#define STRING_HLPFILE_ERROR_s "Y<>k n' a n<>n st<73> <20> moumint di lere li fitch<63> d' aide `%s'"
|
|
|
|
|
#define STRING_CONTENTS "<22>&dvins"
|
|
|
|
|
#define STRING_SEARCH "C&wer<65>"
|
|
|
|
|
#define STRING_BACK "<22>n &Er<45>"
|
|
|
|
|
#define STRING_HISTORY "&Istwere"
|
|
|
|
|
#define STRING_ALL_FILES "Tos les fitch<63>s (*.*)"
|
|
|
|
|
#define STRING_HELP_FILES_HLP "Fitch<63>s d' aide (*.hlp)"
|
|
|
|
|
|
|
|
|
|
#include "Xx.rc"
|