New stubs.
[wine/multimedia.git] / programs / winhelp / It.rc
blob1655d7a97a45cdccac5d86b99d4f437abccc2fa8
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  */
7 /* This file is not yet complete !! */
9 #define LANGUAGE_ID                  It
10 #define LANGUAGE_NUMBER              9
12 /* Menu */
14 #define MENU_FILE                    "&File"
15 #define MENU_FILE_OPEN               "&Apri..."
16 #define MENU_FILE_PRINT              "s&tampa"
17 #define MENU_FILE_PRINTER_SETUP      "&Setup stampante..."
18 #define MENU_FILE_EXIT               "&Esci"
20 #define MENU_EDIT                    "&Modifica"
21 #define MENU_EDIT_COPY_DIALOG        "&Copia..."
22 #define MENU_EDIT_ANNOTATE           "&Annota..."
24 #define MENU_BOOKMARK                "&Segnalibro"
25 #define MENU_BOOKMARK_DEFINE         "&Definisci..."
27 #define MENU_HELP                    "&?"
28 #define MENU_HELP_ON_HELP            "&Aiuto sulla guida"
29 #define MENU_HELP_ON_TOP             "Sempre in primo &piano"
30 #define MENU_HELP_INFO               "&Informazioni su..."
31 #define MENU_HELP_ABOUT_WINE         "&Informazion su WINE"
33 /* Strings */
35 #define STRING_WINE_HELP             "Guida di WINE"
36 #define STRING_ERROR                 "ERRORE"
37 #define STRING_WARNING               "ATTENZIONE"
38 #define STRING_INFO                  "Informazione"
39 #define STRING_NOT_IMPLEMENTED       "Non ancora implementato"
40 #define STRING_HLPFILE_ERROR_s       "Errore di lettura HelpFile `%s'"
41 #define STRING_CONTENTS              "&Sommario"
42 #define STRING_SEARCH                "&Ricerca"
43 #define STRING_BACK                  "&Precedente"
44 #define STRING_HISTORY               "&Indice"
45 #define STRING_ALL_FILES             "Tutti i file (*.*)"
46 #define STRING_HELP_FILES_HLP        "HelpFiles (*.hlp)"
48 #include "Xx.rc"