2003-08-19 05:44:41 +02:00
|
|
|
|
/*
|
|
|
|
|
* Clock (Italian resources)
|
|
|
|
|
*
|
|
|
|
|
* Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
|
|
|
|
|
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
2004-05-27 04:25:13 +02:00
|
|
|
|
* Copyright 2003 Ivan Leo Puoti
|
2003-08-19 05:44:41 +02:00
|
|
|
|
*
|
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2003-08-19 05:44:41 +02:00
|
|
|
|
*/
|
|
|
|
|
|
2006-12-04 20:12:07 +01:00
|
|
|
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
2003-08-19 05:44:41 +02:00
|
|
|
|
|
|
|
|
|
MAIN_MENU MENU
|
|
|
|
|
{
|
|
|
|
|
POPUP "&Properiet<65>" {
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "Ana&logico", IDM_ANALOG
|
|
|
|
|
MENUITEM "Digi&tale", IDM_DIGITAL
|
2003-08-19 05:44:41 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "&Font...", IDM_FONT
|
2003-08-19 05:44:41 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "&Nascondi la barra del titolo", IDM_NOTITLE
|
2003-08-19 05:44:41 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "&Secondi", IDM_SECONDS
|
|
|
|
|
MENUITEM "&Data", IDM_DATE
|
2003-12-08 23:23:03 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Sempre in primo piano", IDM_ONTOP
|
2003-08-19 05:44:41 +02:00
|
|
|
|
}
|
2003-12-03 04:58:29 +01:00
|
|
|
|
POPUP "Inf&o" {
|
|
|
|
|
MENUITEM "&Licenza...", IDM_LICENSE
|
|
|
|
|
MENUITEM "&Garanzia...", IDM_NOWARRANTY
|
|
|
|
|
MENUITEM "&Informazioni sull'orologio...", IDM_ABOUT
|
2003-08-19 05:44:41 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
|
{
|
2003-12-03 04:58:29 +01:00
|
|
|
|
IDS_CLOCK, "Orologio"
|
2003-08-19 05:44:41 +02:00
|
|
|
|
}
|