winetest: Add a trace in the log when skipping a subtest.
[wine] / programs / clock / It.rc
1 /*
2  * Clock (Italian resources)
3  *
4  * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  * Copyright 2003 Ivan Leo Puoti
7  * Copiright 2009 Luca Bennati
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22  */
23
24 #include "clock_res.h"
25
26 /* UTF-8 */
27 #pragma code_page(65001)
28
29 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
30
31 MAIN_MENU MENU
32 {
33  POPUP "&Proprietà" {
34   MENUITEM "Ana&logico", IDM_ANALOG
35   MENUITEM "Digi&tale", IDM_DIGITAL
36   MENUITEM SEPARATOR
37   MENUITEM "&Carattere...", IDM_FONT
38   MENUITEM SEPARATOR
39   MENUITEM "&Nascondi la barra del titolo", IDM_NOTITLE
40   MENUITEM SEPARATOR
41   MENUITEM "&Secondi", IDM_SECONDS
42   MENUITEM "&Data", IDM_DATE
43   MENUITEM SEPARATOR
44   MENUITEM "&Sempre in primo piano", IDM_ONTOP
45  }
46  POPUP "Inf&o" {
47   MENUITEM "&Informazioni sull'orologio...", IDM_ABOUT
48  }
49 }
50
51 STRINGTABLE
52 {
53 IDS_CLOCK, "Orologio"
54 }