Fix a bug (#2054, translation by Heis Spiter)
[reactos.git] / reactos / base / applications / calc / resource.h
1 /*
2 * WineCalc (resource.h)
3 *
4 * Copyright 2003 James Briggs
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21 /* menus */
22
23 #define IDM_COPY 1001
24 #define IDM_PASTE 1002
25 #define IDM_MODE_STANDARD 1003
26 #define IDM_MODE_SCIENTIFIC 1004
27 #define IDM_DIGIT_GROUPING 1005
28 #define IDM_HELP_TOPICS 1006
29 #define IDM_ABOUT 1007
30 #define IDM_SEPARATOR1 1008
31 #define IDM_SEPARATOR2 1009
32 #define IDM_SEPARATOR3 1010
33 #define IDM_WHATS_THIS 1011
34
35 #define IDI_CALCICON 1050
36
37 /* strings */
38
39 #define IDS_APPNAME 1100
40
41 #define IDS_BTN_BACKSPACE 1101
42 #define IDS_BTN_CLEAR_ENTRY 1102
43 #define IDS_BTN_CLEAR_ALL 1103
44 #define IDS_BTN_MEM_CLEAR 1104
45 #define IDS_BTN_MEM_RECALL 1105
46 #define IDS_BTN_MEM_STORE 1106
47 #define IDS_BTN_MEM_PLUS 1107
48 #define IDS_BTN_MEM_STATUS_M 1108
49 #define IDS_BTN_SQRT 1109
50 #define IDS_BTN_DEGREES 1110
51 #define IDS_BTN_RADIANS 1111
52 #define IDS_BTN_GRADS 1112
53 #define IDS_BTN_SHRT_HEX 1113
54 #define IDS_BTN_SHRT_DEC 1114
55 #define IDS_BTN_SHRT_OCT 1115
56 #define IDS_BTN_SHRT_BIN 1116
57
58
59 #define IDS_ERR_INVALID_INPUT 1120
60 #define IDS_ERR_DIVIDE_BY_ZERO 1121
61 #define IDS_ERR_UNDEFINED 1122
62
63 #define IDS_COPYRIGHT1 1130
64 #define IDS_COPYRIGHT2 1131
65 #define IDS_COPYRIGHT3 1132
66 #define IDS_COPYRIGHT4 1133
67 #define IDS_COPYRIGHT5 1134
68
69 /* keys */
70
71 #define IDV_HELP 103
72
73 /* stats dialog */
74
75 #define ID_STATS_RET 3000
76 #define ID_STATS_LOAD 3001
77 #define ID_STATS_CD 3002
78 #define ID_STATS_CAD 3003