xref: /reactos/dll/win32/hhctrl.ocx/lang/It.rc (revision 40462c92)
1/*
2 * HTML Help resources
3 * Italian Language Support
4 *
5 * Copyright 2005 James Hawkins
6 * Copyright 2010 Luca Bennati
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 */
22
23/* UTF-8 */
24#pragma code_page(65001)
25
26LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
27
28STRINGTABLE
29BEGIN
30    IDS_CONTENTS     "&Contenuti"
31    IDS_INDEX        "&Indice"
32    IDS_SEARCH       "&Ricerca"
33    IDS_FAVORITES    "&Preferiti"
34
35    IDS_HIDETABS     "Hide &Tabs"
36    IDS_SHOWTABS     "Show &Tabs"
37END
38
39STRINGTABLE
40BEGIN
41    IDTB_EXPAND      "Mostra"
42    IDTB_CONTRACT    "Nascondi"
43    IDTB_STOP        "Ferma"
44    IDTB_REFRESH     "Aggiorna"
45    IDTB_BACK        "Indietro"
46    IDTB_HOME        "Home"
47    IDTB_SYNC        "Sincronizza"
48    IDTB_PRINT       "Stampa"
49    IDTB_OPTIONS     "Opzioni"
50    IDTB_FORWARD     "Avanti"
51END
52
53MENU_POPUP MENU
54{
55    POPUP "" /* Options */
56    {
57        MENUITEM "", IDTB_EXPAND
58        MENUITEM "S&ync", IDTB_SYNC
59        MENUITEM "&Back", IDTB_BACK
60        MENUITEM "&Forward", IDTB_FORWARD
61        MENUITEM "&Home", IDTB_HOME
62        MENUITEM "&Stop", IDTB_STOP
63        MENUITEM "&Refresh", IDTB_REFRESH
64        MENUITEM "&Print...", IDTB_PRINT
65    }
66}
67
68MENU_WEBBROWSER MENU
69{
70    POPUP ""
71    {
72        MENUITEM "&Back", IDTB_BACK
73        MENUITEM "&Forward", IDTB_FORWARD
74        MENUITEM SEPARATOR
75        MENUITEM "Select &All", MIID_SELECTALL
76        MENUITEM SEPARATOR
77        MENUITEM "&View Source", MIID_VIEWSOURCE
78        MENUITEM SEPARATOR
79        MENUITEM "&Print...", IDTB_PRINT
80        MENUITEM "&Refresh", IDTB_REFRESH
81        MENUITEM SEPARATOR
82        MENUITEM "Proper&ties", MIID_PROPERTIES
83    }
84    POPUP ""
85    {
86        MENUITEM "Cu&t", MIID_CUT
87        MENUITEM "&Copy", MIID_COPY
88        MENUITEM "Paste", MIID_PASTE
89        MENUITEM "Select &All", MIID_SELECTALL
90        MENUITEM "&Print", IDTB_PRINT
91    }
92}
93