Added Italian resources.
[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 Murray-Smith <puoti@inwind.it>
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21  */
22
23 LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
24
25 MAIN_MENU MENU
26 {
27  POPUP "&Properietà" {
28   MENUITEM "Ana&logico", 0x100
29   MENUITEM "Digi&tale", 0x101
30   MENUITEM SEPARATOR
31   MENUITEM "&Font...", 0x103
32   MENUITEM SEPARATOR
33   MENUITEM "&Senza la barra del titolo", 0x105
34   MENUITEM SEPARATOR
35   MENUITEM "&Secondi", 0x107
36   MENUITEM "&Data", 0x108
37  }
38  POPUP "Inf&o..." {
39   MENUITEM "&Licenza", 0x109
40   MENUITEM "&Garanzia", 0x10A
41   MENUITEM "&A proposito", 0x10B
42  }
43 }
44
45 STRINGTABLE DISCARDABLE
46 {
47 CLOCK,          "Orologio"
48 MENU_ON_TOP,    "&Sempre in primo piano"
49 }