41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
|
/*
|
|||
|
* Clock (English resources)
|
|||
|
*
|
|||
|
* Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
|
|||
|
* Spanish translation by Pablo Saratxaga <srtxg@chanae.alphanet.ch>
|
|||
|
*
|
|||
|
*/
|
|||
|
|
|||
|
#define LANGUAGE_ID Es
|
|||
|
#define LANGUAGE_NUMBER d
|
|||
|
|
|||
|
|
|||
|
/* System Menu */
|
|||
|
|
|||
|
#define MENU_ON_TOP "Siempre &visible"
|
|||
|
|
|||
|
/* Window Menu */
|
|||
|
|
|||
|
#define MENU_PROPERTIES "&Propepiedades"
|
|||
|
#define MENU_ANALOG "Ana&l<>gico"
|
|||
|
#define MENU_DIGITAL "Digi&tal"
|
|||
|
#define MENU_FONT "&Fuente..."
|
|||
|
#define MENU_WITHOUT_TITLE "Sin barra de &t<>tulo"
|
|||
|
|
|||
|
#define MENU_SECONDS "&Segundos"
|
|||
|
#define MENU_DATE "Fe&cha"
|
|||
|
|
|||
|
#define MENU_LANGUAGE "&Idioma"
|
|||
|
#define LANGUAGE_MENU_ITEM "Castellano"
|
|||
|
|
|||
|
#define MENU_INFO "Inf&o..."
|
|||
|
#define MENU_INFO_LICENSE "&Licencia"
|
|||
|
#define MENU_INFO_NO_WARRANTY "SIN &GARANT<4E>A"
|
|||
|
#define MENU_INFO_ABOUT_WINE "&Acerca del Reloj..."
|
|||
|
|
|||
|
/* Window Caption */
|
|||
|
#define STRING_CLOCK "Reloj"
|
|||
|
|
|||
|
|
|||
|
#include "clock.rc"
|