Release 980712
[wine] / programs / clock / En.rc
1 /*
2  * Clock (English resources)
3  *
4  * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
5  * FIXME: Weak translation !
6  */
7
8 #define LANGUAGE_ID                  En
9 #define LANGUAGE_NUMBER              0
10
11
12 /* System Menu */
13
14 #define MENU_ON_TOP                  "&Always on Top"
15
16 /* Window Menu */
17
18 #define MENU_PROPERTIES              "&Properties"
19 #define MENU_ANALOG                  "Ana&log"
20 #define MENU_DIGITAL                 "Digi&tal"
21 #define MENU_FONT                    "&Font..."
22 #define MENU_WITHOUT_TITLE           "&Without Titlebar"
23
24 #define MENU_SECONDS                 "&Seconds"
25 #define MENU_DATE                    "&Date"
26
27 #define MENU_LANGUAGE                "&Language"
28 #define LANGUAGE_MENU_ITEM           "&English"
29
30 #define MENU_INFO                    "Inf&o..."
31 #define MENU_INFO_LICENSE            "&License"
32 #define MENU_INFO_NO_WARRANTY        "&NO WARRANTY"
33 #define MENU_INFO_ABOUT_WINE         "&About Clock..."
34
35 /* Window Caption */
36 #define STRING_CLOCK                 "Clock"
37
38
39 #include "clock.rc"