d3dx9_36: Implement stubbed ID3DXConstantTable interface.
[wine/multimedia.git] / programs / clock / It.rc
blobad12b9cbf3154eac04434ca1de4f4d2b3bc0fe95
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  */
24 #include "clock_res.h"
26 /* UTF-8 */
27 #pragma code_page(65001)
29 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
31 MAIN_MENU MENU
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 "&Licenza...", IDM_LICENSE
48   MENUITEM "&Garanzia...", IDM_NOWARRANTY
49   MENUITEM "&Informazioni sull'orologio...", IDM_ABOUT
50  }
53 STRINGTABLE DISCARDABLE
55 IDS_CLOCK, "Orologio"
58 STRINGTABLE DISCARDABLE LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
60 IDS_LICENSE_CAPTION,            "LICENSE"
61 IDS_LICENSE,
62 "Questo programma è software libero; puoi redistribuirlo e/o \
63 modificarlo sotto i termini della GNU Lesser General Public \
64 License come pubblicata dalla Free Software Foundation; sia \
65 la versione 2.1 della Licenza, o (a tua scelta) qualunque altra versione più recente.\n\
66 Questo programma è distribuito nella speranza che sia utile, \
67 ma SENZA ALCUNA GARANZIA; anche senza la garanzia implicita di \
68 COMMERCIABILITÀ o IDONEITÀ PER UNO SCOPO PARTICOLARE. Leggere la GNU \
69 Lesser General Public License per maggiori dettagli.\n\
70 Dovresti aver ricevuto una copia della GNU Lesser General Public \
71 License insieme a questo programma; altrimenti, scrivi alla Free Software \
72 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
74 IDS_WARRANTY_CAPTION, "NESSUNA GARANZIA"
75 IDS_WARRANTY,
76 "Questo programma è distribuito nella speranza che sia utile, \
77 ma SENZA ALCUNA GARANZIA; anche senza la garanzia implicita di \
78 COMMERCIABILITÀ o IDONEITÀ PER UNO SCOPO PARTICOLARE. Leggere la GNU \
79 Lesser General Public License per maggiori dettagli."