49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
/*
|
|
* Help Viewer
|
|
*
|
|
* Copyright 1996 Ulrich Schmid
|
|
*/
|
|
|
|
/* This file is not yet complete !! */
|
|
|
|
#define LANGUAGE_ID It
|
|
#define LANGUAGE_NUMBER 9
|
|
|
|
/* Menu */
|
|
|
|
#define MENU_FILE "&File"
|
|
#define MENU_FILE_OPEN "&Apri..."
|
|
#define MENU_FILE_PRINT "s&tampa"
|
|
#define MENU_FILE_PRINTER_SETUP "&Setup stampante..."
|
|
#define MENU_FILE_EXIT "&Esci"
|
|
|
|
#define MENU_EDIT "&Modifica"
|
|
#define MENU_EDIT_COPY_DIALOG "&Copia..."
|
|
#define MENU_EDIT_ANNOTATE "&Annota..."
|
|
|
|
#define MENU_BOOKMARK "&Segnalibro"
|
|
#define MENU_BOOKMARK_DEFINE "&Definisci..."
|
|
|
|
#define MENU_HELP "&?"
|
|
#define MENU_HELP_ON_HELP "&Aiuto sulla guida"
|
|
#define MENU_HELP_ON_TOP "Sempre in primo &piano"
|
|
#define MENU_HELP_INFO "&Informazioni su..."
|
|
#define MENU_HELP_ABOUT_WINE "&Informazion su WINE"
|
|
|
|
/* Strings */
|
|
|
|
#define STRING_WINE_HELP "Guida di WINE"
|
|
#define STRING_ERROR "ERRORE"
|
|
#define STRING_WARNING "ATTENZIONE"
|
|
#define STRING_INFO "Informazione"
|
|
#define STRING_NOT_IMPLEMENTED "Non ancora implementato"
|
|
#define STRING_HLPFILE_ERROR_s "Errore di lettura HelpFile `%s'"
|
|
#define STRING_CONTENTS "&Sommario"
|
|
#define STRING_SEARCH "&Ricerca"
|
|
#define STRING_BACK "&Precedente"
|
|
#define STRING_HISTORY "&Indice"
|
|
#define STRING_ALL_FILES "Tutti i file (*.*)"
|
|
#define STRING_HELP_FILES_HLP "HelpFiles (*.hlp)"
|
|
|
|
#include "Xx.rc"
|