Use UTF8 encoding in .rc file
[cygwin-setup.git] / resource.h
blob7b46a2abae04a50f7eeddd9dd8367e4b4b288b6a
1 // Strings
3 #define IDS_ROOT_SLASH 100
4 #define IDS_ROOT_SPACE 101
5 #define IDS_ERR_OPEN_WRITE 103
6 #define IDS_SETUPINI_MISSING 104
7 #define IDS_OLD_SETUPINI 105
8 #define IDS_NOTHING_INSTALLED 106
9 #define IDS_INSTALL_COMPLETE 107
10 #define IDS_ERR_OPEN_READ 108
11 #define IDS_ROOT_ABSOLUTE 109
12 #define IDS_DOWNLOAD_COMPLETE 110
13 #define IDS_NOLOGFILE 111
14 #define IDS_UNINSTALL_COMPLETE 112
15 #define IDS_ERR_CHDIR 114
16 #define IDS_OLD_SETUP_VERSION 115
17 #define IDS_DOWNLOAD_INCOMPLETE 116
18 #define IDS_INSTALL_INCOMPLETE 117
19 #define IDS_REBOOT_REQUIRED 118
20 #define IDS_CORRUPT_PACKAGE 119
21 #define IDS_INSTALL_ERROR 120
22 #define IDS_UNCAUGHT_EXCEPTION 122
23 #define IDS_UNCAUGHT_EXCEPTION_WITH_ERRNO 123
24 #define IDS_SKIP_PACKAGE 124
25 #define IDS_TRUSTKEEP_TOOLTIP 125
26 #define IDS_TRUSTCURR_TOOLTIP 127
27 #define IDS_TRUSTEXP_TOOLTIP 128
28 #define IDS_VIEWBUTTON_TOOLTIP 129
29 #define IDS_HIDEOBS_TOOLTIP 130
30 #define IDS_SIG_INVALID 131
31 #define IDS_CRYPTO_ERROR 132
32 #define IDS_SEARCH_TOOLTIP 133
33 #define IDS_LOCAL_DIR_DOWNLOAD 134
34 #define IDS_LOCAL_DIR_INSTALL 135
35 #define IDS_MAYBE_MKDIR 136
36 #define IDS_CANT_MKDIR 137
37 #define IDS_NO_LOCALDIR 138
38 #define IDS_ELEVATED 139
39 #define IDS_INSTALLEDB_VERSION 140
40 #define IDS_DOWNLOAD_INCOMPLETE_EXIT 141
41 #define IDS_QUERY_CORRUPT 142
42 #define IDS_TRUSTSYNC_TOOLTIP 143
43 #define IDS_NO_MIRROR_LST 144
44 #define IDS_PROGRESS_PROGRESS 145
45 #define IDS_PROGRESS_PACKAGE 146
46 #define IDS_PROGRESS_CONNECTING 147
47 #define IDS_PROGRESS_CHECKING 148
48 #define IDS_PROGRESS_DOWNLOADING 149
49 #define IDS_PROGRESS_PARSING 150
50 #define IDS_PROGRESS_PREREMOVE 151
51 #define IDS_PROGRESS_UNINSTALL 152
52 #define IDS_PROGRESS_INSTALL 153
53 #define IDS_PROGRESS_CALCULATING 154
54 #define IDS_PROGRESS_POSTINSTALL 155
55 #define IDS_PROGRESS_SOLVING 156
56 #define IDS_ACTION_DEFAULT 157
57 #define IDS_ACTION_SKIP 158
58 #define IDS_ACTION_KEEP 159
59 #define IDS_ACTION_INSTALL 160
60 #define IDS_ACTION_UNINSTALL 161
61 #define IDS_ACTION_REINSTALL 162
62 #define IDS_ACTION_RETRIEVE 163
63 #define IDS_ACTION_UNKNOWN 164
64 #define IDS_ACTION_SOURCE 165
65 #define IDS_VIEW_FULL 166
66 #define IDS_VIEW_PENDING 167
67 #define IDS_VIEW_UPTODATE 168
68 #define IDS_VIEW_NOTINSTALLED 169
69 #define IDS_VIEW_PICKED 170
70 #define IDS_VIEW_CATEGORY 171
71 #define IDS_COLUMN_PACKAGE 172
72 #define IDS_COLUMN_CURRENT 173
73 #define IDS_COLUMN_NEW 174
74 #define IDS_COLUMN_SOURCE 175
75 #define IDS_COLUMN_CATEGORIES 176
76 #define IDS_COLUMN_SIZE 177
77 #define IDS_COLUMN_DESCR 178
78 #define IDS_MBOX_CAPTION 179
79 #define IDS_EXTRACTION_FAILED 180
80 #define IDS_INSTALL_DELETE_OLD_CYGWIN_FAILED 181
81 #define IDS_INSTALL_OLD_CYGWIN 182
82 #define IDS_SHELLLINK_FAILED 183
83 #define IDS_UNSUPPORTED_WINDOWS_VERSION 184
84 #define IDS_MOUNT_REGISTRY_KEY_FAILED 185
85 #define IDS_NIO_ERROR 186
86 #define IDS_PREREQ_UNSOLVED_PROBLEMS 187
87 #define IDS_MIXED_BITNESS_ERROR 188
88 #define IDS_GET_SITELIST_ERROR 189
89 #define IDS_CONFIRM_EXIT 190
90 #define IDS_EXTRACTION_INUSE 191
91 #define IDS_CONTINUE 192
93 // Dialogs
95 #define IDD_SPLASH 200
96 #define IDD_ROOT 201
97 #define IDD_SOURCE 202
98 #define IDD_OTHER_URL 203
99 #define IDD_SITE 204
100 #define IDD_NET 205
101 #define IDD_PROXY_AUTH 206
102 #define IDD_NET_AUTH 207
103 #define IDD_FTP_AUTH 208
104 #define IDD_LOCAL_DIR 209
105 #define IDD_DLSTATUS 210
106 #define IDD_S_LOAD_INI 211
107 #define IDD_S_FROM_CWD 212
108 #define IDD_CHOOSE 213
109 #define IDD_S_DOWNLOAD 214
110 #define IDD_S_INSTALL 215
111 #define IDD_INSTATUS 216
112 #define IDD_S_POSTINSTALL 217
113 #define IDD_VIRUS 218
114 #define IDD_DESKTOP 219
115 #define IDD_PREREQ 220
116 #define IDD_DROPPED 221
117 #define IDD_POSTINSTALL 222
118 #define IDD_FILE_INUSE 223
119 #define IDD_DOWNLOAD_ERROR 224
120 #define IDD_CONFIRM 225
122 // icons
124 #define IDI_CYGWIN_SETUP 401
125 #define IDI_CYGWIN 402
126 #define IDI_CYGWIN_TERMINAL 403
127 #define IDI_TREE_PLUS 404
128 #define IDI_TREE_MINUS 405
130 // controls
132 #define IDC_STATIC -1
133 #define IDC_SOURCE_DOWNLOAD 500
134 #define IDC_SOURCE_NETINST 501
135 #define IDC_SOURCE_LOCALDIR 502
136 #define IDC_ROOT_DIR 503
137 #define IDC_ROOT_BROWSE 504
138 #define IDC_SOURCE_SUBTEXT 505
139 #define IDC_URL_LIST 507
140 #define IDC_SITE_NEXT 508
141 #define IDC_BACK 509
142 #define IDC_OTHER_URL 510
143 #define IDC_NET_PRECONFIG 511
144 #define IDC_NET_DIRECT 512
145 #define IDC_NET_PROXY 513
146 #define IDC_PROXY_HOST 514
147 #define IDC_PROXY_PORT 515
148 #define IDC_PROXY_USER 516
149 #define IDC_DLS_PROGRESS 517
150 #define IDC_DLS_URL 518
151 #define IDC_DLS_RATE 519
152 #define IDC_INS_PKG 520
153 #define IDC_INS_FILE 521
154 #define IDC_INS_DISKFULL 522
155 #define IDC_INS_IPROGRESS 523
156 #define IDC_INS_PPROGRESS 524
157 #define IDC_ROOT_SYSTEM 525
158 #define IDC_ROOT_USER 526
159 #define IDC_NET_USER 527
160 #define IDC_NET_PASSWD 528
161 #define IDC_VERSION 529
162 #define IDC_CHOOSE_VIEW 531
163 #define IDC_CHOOSE_EXP 532
164 #define IDC_CHOOSE_BEST 533
165 #define IDC_CHOOSE_LIST 535
166 #define IDC_INS_ACTION 536
167 #define IDC_ROOT_DESKTOP 537
168 #define IDC_ROOT_MENU 538
169 #define IDC_LOCAL_DIR_BROWSE 539
170 #define IDC_LOCAL_DIR 540
171 #define IDC_DLS_PPROGRESS 541
172 #define IDC_DLS_IPROGRESS 542
173 #define IDC_DLS_PROGRESS_TEXT 543
174 #define IDC_DLS_PPROGRESS_TEXT 544
175 #define IDC_DLS_IPROGRESS_TEXT 545
176 #define IDC_CHOOSE_INST_TEXT_DOWNLOAD 546
177 #define IDC_CHOOSE_VIEWCAPTION 547
178 #define IDC_INS_BL_PACKAGE 549
179 #define IDC_INS_BL_TOTAL 550
180 #define IDC_INS_BL_DISK 551
181 #define IDC_STATIC_HEADER_TITLE 552
182 #define IDC_STATIC_WELCOME_TITLE 553
183 #define IDC_EDIT_USER_URL 554
184 #define IDC_BUTTON_ADD_URL 555
185 #define IDC_DISABLE_AV 556
186 #define IDC_LEAVE_AV 557
187 #define IDC_CHOOSE_KEEP 558
188 #define IDC_HEADICON 559
189 #define IDC_HEADSEPARATOR 560
190 #define IDC_SPLASH_URL 561
191 #define IDC_ROOTDIR_SUBTEXT 562
192 #define IDC_ROOTDIR_GRP 563
193 #define IDC_INSTALLFOR_GRP 564
194 #define IDC_ALLUSERS_TEXT 565
195 #define IDC_JUSTME_TEXT 566
196 #define IDC_LOCALDIR_GRP 570
197 #define IDC_SPLASH_TEXT 571
198 #define IDC_SPLASH_ICON 572
199 #define IDC_SPLASH_COPYR 573
200 #define IDC_SITE_USERURL 574
201 #define IDC_CHOOSE_HIDE 575
202 #define IDC_PREREQ_TEXT 576
203 #define IDC_PREREQ_EDIT 577
204 #define IDC_PREREQ_CHECK 578
205 #define IDC_DROP_MIRRORS 579
206 #define IDC_DROP_NOWARN 580
207 #define IDC_DESKTOP_SEPARATOR 581
208 #define IDC_STATUS_HEADER 582
209 #define IDC_STATUS 583
210 #define IDC_STATIC_HEADER 584
211 #define IDC_CHOOSE_SEARCH_EDIT 585
212 #define IDC_CHOOSE_SEARCH_LABEL 586
213 #define IDC_CHOOSE_CLEAR_SEARCH 587
214 #define IDC_LOCAL_DIR_DESC 588
215 #define IDC_POSTINSTALL_EDIT 589
216 #define IDC_FILE_INUSE_EDIT 590
217 #define IDC_FILE_INUSE_MSG 591
218 #define IDC_FILE_INUSE_HELP 592
219 #define IDC_DOWNLOAD_EDIT 594
220 #define IDC_CHOOSE_DO_SEARCH 595
221 #define IDC_CHOOSE_SYNC 596
222 #define IDC_CONFIRM_EDIT 597
223 #define IDC_CHOOSE_INST_TEXT_INSTALL 598
224 #define IDC_DESKTOP_HEADER_DOWNLOAD 599
225 #define IDC_DESKTOP_HEADER_TITLE_DOWNLOAD 600
226 #define IDC_DESKTOP_HEADER_INSTALL 601
227 #define IDC_DESKTOP_HEADER_TITLE_INSTALL 602