It.rc 1.53 KB
Newer Older
1 2 3 4 5
/*
 * Clock (Italian resources)
 *
 * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6
 * Copyright 2003 Ivan Leo Puoti
7 8 9 10 11 12 13 14 15 16 17 18 19
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * 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
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
24 25 26 27

MAIN_MENU MENU
{
 POPUP "&Properiet" {
28 29
  MENUITEM "Ana&logico", IDM_ANALOG
  MENUITEM "Digi&tale", IDM_DIGITAL
30
  MENUITEM SEPARATOR
31
  MENUITEM "&Font...", IDM_FONT
32
  MENUITEM SEPARATOR
33
  MENUITEM "&Nascondi la barra del titolo", IDM_NOTITLE
34
  MENUITEM SEPARATOR
35 36
  MENUITEM "&Secondi", IDM_SECONDS
  MENUITEM "&Data", IDM_DATE
37 38
  MENUITEM SEPARATOR
  MENUITEM "&Sempre in primo piano", IDM_ONTOP
39
 }
40 41 42 43
 POPUP "Inf&o" {
  MENUITEM "&Licenza...", IDM_LICENSE
  MENUITEM "&Garanzia...", IDM_NOWARRANTY
  MENUITEM "&Informazioni sull'orologio...", IDM_ABOUT
44 45 46 47 48
 }
}

STRINGTABLE DISCARDABLE
{
49
IDS_CLOCK, "Orologio"
50
}