blob: 443e97476a05386807f863ed46c96c8d28e98af3 [file] [log] [blame]
Alexandre Julliarda11d7b11998-03-01 20:05:02 +00001/*
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 Julliarda11d7b11998-03-01 20:05:02 +000010
Alexandre Julliard642d3131998-07-12 19:29:36 +000011
12/* System Menu */
13
14#define MENU_ON_TOP "&Always on Top"
15
16/* Window Menu */
Alexandre Julliarda11d7b11998-03-01 20:05:02 +000017
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 Julliard642d3131998-07-12 19:29:36 +000023
Alexandre Julliarda11d7b11998-03-01 20:05:02 +000024#define MENU_SECONDS "&Seconds"
25#define MENU_DATE "&Date"
26
27#define MENU_LANGUAGE "&Language"
Alexandre Julliard642d3131998-07-12 19:29:36 +000028#define LANGUAGE_MENU_ITEM "&English"
Alexandre Julliarda11d7b11998-03-01 20:05:02 +000029
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 Julliard642d3131998-07-12 19:29:36 +000035/* Window Caption */
Alexandre Julliarda11d7b11998-03-01 20:05:02 +000036#define STRING_CLOCK "Clock"
37
38
39#include "clock.rc"