Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 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 |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 10 | |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 11 | |
| 12 | /* System Menu */ |
| 13 | |
| 14 | #define MENU_ON_TOP "&Always on Top" |
| 15 | |
| 16 | /* Window Menu */ |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 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" |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 23 | |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 24 | #define MENU_SECONDS "&Seconds" |
| 25 | #define MENU_DATE "&Date" |
| 26 | |
| 27 | #define MENU_LANGUAGE "&Language" |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 28 | #define LANGUAGE_MENU_ITEM "&English" |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 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 | |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 35 | /* Window Caption */ |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 36 | #define STRING_CLOCK "Clock" |
| 37 | |
| 38 | |
| 39 | #include "clock.rc" |