1998-10-24 13:43:53 +02:00
|
|
|
|
/*
|
2004-04-06 05:24:19 +02:00
|
|
|
|
* Clock (Spanish resources)
|
1998-10-24 13:43:53 +02:00
|
|
|
|
*
|
|
|
|
|
* Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
|
|
|
|
|
* Spanish translation by Pablo Saratxaga <srtxg@chanae.alphanet.ch>
|
2002-03-27 22:17:01 +01:00
|
|
|
|
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
2004-04-06 05:24:19 +02:00
|
|
|
|
* Copyright 2003,2004 Jos<6F> Manuel Ferrer Ortiz
|
1998-10-24 13:43:53 +02:00
|
|
|
|
*
|
2002-03-10 00:29:33 +01: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
|
1998-10-24 13:43:53 +02:00
|
|
|
|
*/
|
|
|
|
|
|
2005-02-16 22:10:59 +01:00
|
|
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
2004-04-06 05:24:19 +02:00
|
|
|
|
|
|
|
|
|
MAIN_MENU MENU
|
2002-03-27 22:17:01 +01:00
|
|
|
|
{
|
2003-08-22 07:03:19 +02:00
|
|
|
|
POPUP "&Propiedades" {
|
2004-06-29 01:51:05 +02:00
|
|
|
|
MENUITEM "&Anal<61>gico", IDM_ANALOG
|
|
|
|
|
MENUITEM "&Digital", IDM_DIGITAL
|
2002-03-27 22:17:01 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "&Fuente...", IDM_FONT
|
2002-03-27 22:17:01 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "Sin barra de &t<>tulo", IDM_NOTITLE
|
2002-03-27 22:17:01 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "&Segundos", IDM_SECONDS
|
|
|
|
|
MENUITEM "Fe&cha", IDM_DATE
|
2003-12-08 23:23:03 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Siempre &visible", IDM_ONTOP
|
2002-03-27 22:17:01 +01:00
|
|
|
|
}
|
2004-06-29 01:51:05 +02:00
|
|
|
|
POPUP "&Info" {
|
2003-12-03 04:58:29 +01:00
|
|
|
|
MENUITEM "&Licencia...", IDM_LICENSE
|
2004-06-29 01:51:05 +02:00
|
|
|
|
MENUITEM "&SIN GARANT<4E>A...", IDM_NOWARRANTY
|
|
|
|
|
MENUITEM "&Acerca de Reloj...", IDM_ABOUT
|
2002-03-27 22:17:01 +01:00
|
|
|
|
}
|
2002-06-01 04:55:48 +02:00
|
|
|
|
}
|
2002-03-27 22:17:01 +01:00
|
|
|
|
|
2004-04-06 05:24:19 +02:00
|
|
|
|
STRINGTABLE DISCARDABLE
|
2002-03-27 22:17:01 +01:00
|
|
|
|
{
|
2003-12-03 04:58:29 +01:00
|
|
|
|
IDS_CLOCK, "Reloj"
|
2002-03-27 22:17:01 +01:00
|
|
|
|
}
|