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>
|
|
|
|
|
* Copyright 2003 Ivan Leo Murray-Smith <puoti@inwind.it>
|
|
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
|
|
|
|
|
|
|
|
|
|
MAIN_MENU MENU
|
|
|
|
|
{
|
|
|
|
|
POPUP "&Properiet<65>" {
|
|
|
|
|
MENUITEM "Ana&logico", 0x100
|
|
|
|
|
MENUITEM "Digi&tale", 0x101
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Font...", 0x103
|
|
|
|
|
MENUITEM SEPARATOR
|
2003-09-16 00:21:18 +02:00
|
|
|
|
MENUITEM "&Nascondi la barra del titolo", 0x105
|
2003-08-19 05:44:41 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Secondi", 0x107
|
|
|
|
|
MENUITEM "&Data", 0x108
|
|
|
|
|
}
|
|
|
|
|
POPUP "Inf&o..." {
|
|
|
|
|
MENUITEM "&Licenza", 0x109
|
|
|
|
|
MENUITEM "&Garanzia", 0x10A
|
2003-11-17 21:00:33 +01:00
|
|
|
|
MENUITEM "&Informazioni sull'orologio", 0x10B
|
2003-08-19 05:44:41 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
|
{
|
|
|
|
|
CLOCK, "Orologio"
|
|
|
|
|
MENU_ON_TOP, "&Sempre in primo piano"
|
|
|
|
|
}
|