gdiplus: Stub GdipRecordMetafileStream.
[wine] / dlls / hhctrl.ocx / It.rc
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 #include "resource.h"
24
25 /* UTF-8 */
26 #pragma code_page(65001)
27
28 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
29
30 STRINGTABLE
31 BEGIN
32     IDS_CONTENTS     "&Contenuti"
33     IDS_INDEX        "&Indice"
34     IDS_SEARCH       "&Ricerca"
35     IDS_FAVORITES    "&Preferiti"
36 END
37
38 STRINGTABLE
39 BEGIN
40     IDTB_EXPAND      "Mostra"
41     IDTB_CONTRACT    "Nascondi"
42     IDTB_STOP        "Ferma"
43     IDTB_REFRESH     "Aggiorna"
44     IDTB_BACK        "Indietro"
45     IDTB_HOME        "Home"
46     IDTB_SYNC        "Sincronizza"
47     IDTB_PRINT       "Stampa"
48     IDTB_OPTIONS     "Opzioni"
49     IDTB_FORWARD     "Avanti"
50     IDTB_NOTES       "IDTB_NOTES"
51     IDTB_BROWSE_FWD  "IDTB_BROWSE_FWD"
52     IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
53     IDTB_CONTENTS    "IDTB_CONTENTS"
54     IDTB_INDEX       "IDTB_INDEX"
55     IDTB_SEARCH      "IDTB_SEARCH"
56     IDTB_HISTORY     "IDTB_HISTORY"
57     IDTB_FAVORITES   "IDTB_FAVORITES"
58     IDTB_JUMP1       "Jump1"
59     IDTB_JUMP2       "Jump2"
60     IDTB_CUSTOMIZE   "Personalizza"
61     IDTB_ZOOM        "Zoom"
62     IDTB_TOC_NEXT    "IDTB_TOC_NEXT"
63     IDTB_TOC_PREV    "IDTB_TOC_PREV"
64 END