40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
/*
|
|
* Clock (English resources)
|
|
*
|
|
* Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
|
|
* FIXME: Weak translation !
|
|
*/
|
|
|
|
#define LANGUAGE_ID En
|
|
#define LANGUAGE_NUMBER 0
|
|
|
|
|
|
/* System Menu */
|
|
|
|
#define MENU_ON_TOP "&Always on Top"
|
|
|
|
/* Window Menu */
|
|
|
|
#define MENU_PROPERTIES "&Properties"
|
|
#define MENU_ANALOG "Ana&log"
|
|
#define MENU_DIGITAL "Digi&tal"
|
|
#define MENU_FONT "&Font..."
|
|
#define MENU_WITHOUT_TITLE "&Without Titlebar"
|
|
|
|
#define MENU_SECONDS "&Seconds"
|
|
#define MENU_DATE "&Date"
|
|
|
|
#define MENU_LANGUAGE "&Language"
|
|
#define LANGUAGE_MENU_ITEM "&English"
|
|
|
|
#define MENU_INFO "Inf&o..."
|
|
#define MENU_INFO_LICENSE "&License"
|
|
#define MENU_INFO_NO_WARRANTY "&NO WARRANTY"
|
|
#define MENU_INFO_ABOUT_WINE "&About Clock..."
|
|
|
|
/* Window Caption */
|
|
#define STRING_CLOCK "Clock"
|
|
|
|
|
|
#include "clock.rc"
|