Sync to winhlp32, xcopy to Wine 1.1.26
[reactos.git] / reactos / base / applications / winhlp32 / lang / it-IT.rc
1 /*
2 * Help Viewer
3 *
4 * Copyright 1996 Ulrich Schmid
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22 /* Menu */
23
24 MAIN_MENU MENU LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
25 {
26 POPUP "&File" {
27 MENUITEM "&Apri...", MNID_FILE_OPEN
28 MENUITEM SEPARATOR
29 MENUITEM "S&tampa", MNID_FILE_PRINT
30 MENUITEM "&Setup stampante...", MNID_FILE_SETUP
31 MENUITEM SEPARATOR
32 MENUITEM "&Esci", MNID_FILE_EXIT
33 }
34 POPUP "&Modifica" {
35 MENUITEM "&Copia...", MNID_EDIT_COPYDLG
36 MENUITEM SEPARATOR
37 MENUITEM "&Annota...", MNID_EDIT_ANNOTATE
38 }
39 POPUP "&Segnalibro" {
40 MENUITEM "&Definisci...", MNID_BKMK_DEFINE
41 }
42 POPUP "&Opzioni" {
43 POPUP "Aiuto sempre visibile"
44 BEGIN
45 MENUITEM "Predefinito", MNID_OPTS_HELP_DEFAULT
46 MENUITEM "Visibile", MNID_OPTS_HELP_VISIBLE
47 MENUITEM "Non visibile", MNID_OPTS_HELP_NONVISIBLE
48 END
49 MENUITEM "Cronologia", MNID_OPTS_HISTORY
50 POPUP "Caratteri"
51 BEGIN
52 MENUITEM "Piccolo", MNID_OPTS_FONTS_SMALL
53 MENUITEM "Normale", MNID_OPTS_FONTS_NORMAL
54 MENUITEM "Grande", MNID_OPTS_FONTS_LARGE
55 END
56 MENUITEM "Usa colori di sistema", MNID_OPTS_SYSTEM_COLORS
57 }
58 POPUP "&?" {
59 MENUITEM "&Aiuto sulla guida", MNID_HELP_HELPON
60 MENUITEM "Sempre in primo &piano", MNID_HELP_HELPTOP
61 MENUITEM SEPARATOR
62 MENUITEM "&Informazioni su...", MNID_HELP_ABOUT
63 #ifdef WINELIB
64 MENUITEM "&Informazioni su WINE", MNID_HELP_WINE
65 #endif
66 }
67 }
68
69 /* Strings */
70
71 STRINGTABLE DISCARDABLE LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
72 {
73 STID_WINE_HELP, "Guida di WINE"
74 STID_WHERROR, "ERRORE"
75 STID_WARNING, "ATTENZIONE"
76 STID_INFO, "Informazione"
77 STID_NOT_IMPLEMENTED, "Non ancora implementato"
78 STID_HLPFILE_ERROR_s, "Errore di lettura del file della Guida `%s'"
79 STID_INDEX, "Indice"
80 STID_CONTENTS, "&Sommario"
81 STID_BACK, "&Precedente"
82 STID_ALL_FILES, "Tutti i file (*.*)"
83 STID_HELP_FILES_HLP, "File della Guida (*.hlp)"
84 STID_FILE_NOT_FOUND_s "Non è stato possibile trovare '%s'. Vuoi cercare questo file?"
85 STID_NO_RICHEDIT "Non è stato possibile trovare un'implementazione richedit... Annullando"
86 STID_PSH_INDEX, "Argomenti di aiuto: "
87 }