1 // This in increments of 2, otherwise creating a localisation template is broken with GCC
2 #define IDS_ERROR						(IDS_STRING + 1600)
3 
4 #define IDS_FIRSTRUN1					(IDS_STRING +    0)
5 #define IDS_FIRSTRUN2					(IDS_STRING +    2)
6 #define IDS_FIRSTRUN3A					(IDS_STRING +    4)
7 #define IDS_FIRSTRUN3B					(IDS_STRING +    6)
8 
9 #define IDS_CHEAT_NAME					(IDS_STRING +   20)
10 #define IDS_CHEAT_STATUS				(IDS_STRING +   22)
11 
12 #define IDS_INPUT_INPUT					(IDS_STRING +   40)
13 #define IDS_INPUT_MAPPING				(IDS_STRING +   42)
14 #define IDS_INPUT_STATE					(IDS_STRING +   44)
15 #define IDS_INPUT_INP_PLAYER			(IDS_STRING +   46)
16 #define IDS_INPUT_INP_KEYBOARD			(IDS_STRING +   48)
17 #define IDS_INPUT_INP_JOYSTICK			(IDS_STRING +   50)
18 #define IDS_INPUT_INP_XARCADEL			(IDS_STRING +   52)
19 #define IDS_INPUT_INP_XARCADER			(IDS_STRING +   54)
20 #define IDS_INPUT_INP_HOTRODL			(IDS_STRING +   56)
21 #define IDS_INPUT_INP_HOTRODR			(IDS_STRING +   58)
22 #define IDS_INPUT_ANALOG_ABS			(IDS_STRING +   60)
23 #define IDS_INPUT_ANALOG_AUTO			(IDS_STRING +   62)
24 #define IDS_INPUT_ANALOG_NORMAL			(IDS_STRING +   64)
25 
26 #define IDS_DIP_GROUP					(IDS_STRING +   80)
27 #define IDS_DIP_SETTING					(IDS_STRING +   82)
28 
29 #define IDS_INPSET_MOVENAME				(IDS_STRING +  100)
30 #define IDS_INPSET_MOVE					(IDS_STRING +  102)
31 #define IDS_INPSET_WAITING				(IDS_STRING +  104)
32 
33 #define IDS_MEMCARD_CREATE				(IDS_STRING +  120)
34 #define IDS_MEMCARD_SELECT				(IDS_STRING +  122)
35 
36 #define IDS_PROGRESS_LOADING			(IDS_STRING +  140)
37 #define IDS_PROGRESS_LOADING_ONLY		(IDS_STRING +  142)
38 
39 #define IDS_REPLAY_RECORD				(IDS_STRING +  150)
40 #define IDS_REPLAY_REPLAY				(IDS_STRING +  152)
41 
42 #define IDS_ROMS_SELECT_DIR				(IDS_STRING +  160)
43 
44 #define IDS_STATE_LOAD					(IDS_STRING +  180)
45 #define IDS_STATE_SAVE					(IDS_STRING +  182)
46 #define IDS_STATE_ACTIVESLOT			(IDS_STRING +  184)
47 #define IDS_STATE_LOADED				(IDS_STRING +  186)
48 #define IDS_STATE_LOAD_ERROR			(IDS_STRING +  188)
49 #define IDS_STATE_SAVED					(IDS_STRING +  190)
50 #define IDS_STATE_SAVE_ERROR			(IDS_STRING +  192)
51 
52 #define IDS_DAT_GENERATE				(IDS_STRING +  220)
53 #define IDS_SCRN_NOGAME					(IDS_STRING +  222)
54 
55 #define IDS_NETPLAY_START				(IDS_STRING +  240)
56 #define IDS_NETPLAY_START_YOU			(IDS_STRING +  242)
57 #define IDS_NETPLAY_START_TOTAL			(IDS_STRING +  244)
58 #define IDS_NETPLAY_DROP				(IDS_STRING +  246)
59 #define IDS_NETPLAY_TOOMUCH				(IDS_STRING +  248)
60 
61 #define IDS_SSHOT_SAVED					(IDS_STRING +  260)
62 #define IDS_SSHOT_ERROR					(IDS_STRING +  262)
63 
64 #define IDS_REC_AVI			            (IDS_STRING +  264)
65 #define IDS_STOP_AVI			        (IDS_STRING +  266)
66 
67 #define IDS_SOUND_NOVOLUME				(IDS_STRING +  280)
68 #define IDS_SOUND_VOLUMESET				(IDS_STRING +  282)
69 #define IDS_SOUND_MUTE					(IDS_STRING +  284)
70 #define IDS_SOUND_MUTE_OFF				(IDS_STRING +  286)
71 
72 #define IDS_DISK_REPLAY					(IDS_STRING +  300)
73 #define IDS_DISK_THIS_REPLAY			(IDS_STRING +  302)
74 #define IDS_DISK_FILE_REPLAY			(IDS_STRING +  304)
75 #define IDS_DISK_STATE					(IDS_STRING +  306)
76 #define IDS_DISK_THIS_STATE				(IDS_STRING +  308)
77 #define IDS_DISK_FILE_STATE				(IDS_STRING +  310)
78 #define IDS_DISK_SOUND					(IDS_STRING +  312)
79 #define IDS_DISK_THIS_SOUND				(IDS_STRING +  314)
80 #define IDS_DISK_FILE_SOUND				(IDS_STRING +  316)
81 #define IDS_DISK_FILE_CARD				(IDS_STRING +  318)
82 #define IDS_DISK_ALL_CARD				(IDS_STRING +  320)
83 #define IDS_DISK_ALL_DAT				(IDS_STRING +  322)
84 #define IDS_DISK_TEXT					(IDS_STRING +  324)
85 #define IDS_DISK_FILE_PATCH				(IDS_STRING +  326)
86 
87 #define IDS_DISK_SAVEREPORT				(IDS_STRING +  340)
88 
89 #define IDS_GAMELANG_LOAD				(IDS_STRING +  360)
90 #define IDS_GAMELANG_EXPORT				(IDS_STRING +  362)
91 
92 #define IDS_ROMINFO_DIALOGTITLE			(IDS_STRING +  400)
93 #define IDS_ROMINFO_ROMS				(IDS_STRING +  402)
94 #define IDS_ROMINFO_SAMPLES				(IDS_STRING +  404)
95 #define IDS_ROMINFO_NAME				(IDS_STRING +  406)
96 #define IDS_ROMINFO_SIZE				(IDS_STRING +  408)
97 #define IDS_ROMINFO_CRC32				(IDS_STRING +  410)
98 #define IDS_ROMINFO_TYPE				(IDS_STRING +  412)
99 #define IDS_ROMINFO_FLAGS				(IDS_STRING +  414)
100 #define IDS_ROMINFO_ESSENTIAL			(IDS_STRING +  416)
101 #define IDS_ROMINFO_OPTIONAL			(IDS_STRING +  418)
102 #define IDS_ROMINFO_PROGRAM				(IDS_STRING +  420)
103 #define IDS_ROMINFO_GRAPHICS			(IDS_STRING +  422)
104 #define IDS_ROMINFO_SOUND				(IDS_STRING +  424)
105 #define IDS_ROMINFO_BIOS				(IDS_STRING +  426)
106 #define IDS_ROMINFO_NODUMP				(IDS_STRING +  428)
107 
108 #define IDS_SPATH_PREVIEW				(IDS_STRING +  430)
109 #define IDS_SPATH_TITLES				(IDS_STRING +  432)
110 #define IDS_SPATH_ICONS					(IDS_STRING +  434)
111 #define IDS_SPATH_CHEATS				(IDS_STRING +  436)
112 #define IDS_SPATH_HISCORE				(IDS_STRING +  438)
113 #define IDS_SPATH_SAMPLES				(IDS_STRING +  440)
114 #define IDS_SPATH_IPS					(IDS_STRING +  442)
115 #define IDS_SPATH_NGCD_ISOS				(IDS_STRING +  444)
116 #define IDS_SPATH_NGCD_COVERS			(IDS_STRING +  446)
117 #define IDS_SPATH_BLEND					(IDS_STRING +  448)
118 #define IDS_SPATH_SELECT				(IDS_STRING +  450)
119 #define IDS_SPATH_VERSUS				(IDS_STRING +  452)
120 #define IDS_SPATH_HOWTO					(IDS_STRING +  454)
121 #define IDS_SPATH_SCORES				(IDS_STRING +  456)
122 #define IDS_SPATH_BOSSES				(IDS_STRING +  458)
123 #define IDS_SPATH_GAMEOVER				(IDS_STRING +  460)
124 #define IDS_SPATH_FLYERS				(IDS_STRING +  462)
125 #define IDS_SPATH_MARQUEES				(IDS_STRING +  464)
126 #define IDS_SPATH_CONTROLS				(IDS_STRING +  466)
127 #define IDS_SPATH_CABINETS				(IDS_STRING +  468)
128 #define IDS_SPATH_PCBS					(IDS_STRING +  470)
129 #define IDS_SPATH_HISTORY				(IDS_STRING +  472)
130 #define IDS_SPATH_EEPROM				(IDS_STRING +  474)
131 #define IDS_SPATH_HDD					(IDS_STRING +  476)
132 
133 #define IDS_ROMPATH_1					(IDS_STRING +  480)
134 #define IDS_ROMPATH_2					(IDS_STRING +  482)
135 #define IDS_ROMPATH_3					(IDS_STRING +  484)
136 #define IDS_ROMPATH_4					(IDS_STRING +  486)
137 #define IDS_ROMPATH_5					(IDS_STRING +  488)
138 #define IDS_ROMPATH_6					(IDS_STRING +  490)
139 #define IDS_ROMPATH_7					(IDS_STRING +  492)
140 #define IDS_ROMPATH_8					(IDS_STRING +  494)
141 #define IDS_ROMPATH_9					(IDS_STRING +  496)
142 #define IDS_ROMPATH_10					(IDS_STRING +  498)
143 #define IDS_ROMPATH_11					(IDS_STRING +  500)
144 #define IDS_ROMPATH_12					(IDS_STRING +  502)
145 #define IDS_ROMPATH_13					(IDS_STRING +  504)
146 #define IDS_ROMPATH_14					(IDS_STRING +  506)
147 #define IDS_ROMPATH_15					(IDS_STRING +  508)
148 #define IDS_ROMPATH_16					(IDS_STRING +  510)
149 #define IDS_ROMPATH_17					(IDS_STRING +  512)
150 #define IDS_ROMPATH_18					(IDS_STRING +  514)
151 #define IDS_ROMPATH_19					(IDS_STRING +  516)
152 #define IDS_ROMPATH_20					(IDS_STRING +  518)
153 
154 #define IDS_PRESET_SAVED				(IDS_STRING +  520)
155 
156 #define IDS_LOCAL_GL_CREATE				(IDS_STRING +  530)
157 #define IDS_LOCAL_GL_SELECT				(IDS_STRING +  532)
158 #define IDS_LOCAL_GL_FILTER				(IDS_STRING +  534)
159 
160 #define IDS_CD_SELECT_IMAGE				(IDS_STRING +  540)
161 #define IDS_CD_SELECT_IMAGE_TITLE		(IDS_STRING +  542)
162 #define IDS_CD_SELECT_FILTER			(IDS_STRING +  544)
163 
164 #define IDS_LOCAL_CREATE				(IDS_STRING  + 550)
165 #define IDS_LOCAL_SELECT				(IDS_STRING  + 552)
166 #define IDS_LOCAL_FILTER				(IDS_STRING  + 554)
167 
168 #define IDS_SEL_FILTERS					(IDS_STRING +  560)
169 #define IDS_SEL_HARDWARE				(IDS_STRING +  562)
170 #define IDS_SEL_CAVE					(IDS_STRING +  564)
171 #define IDS_SEL_CPS1					(IDS_STRING +  566)
172 #define IDS_SEL_CPS2					(IDS_STRING +  568)
173 #define IDS_SEL_CPS3					(IDS_STRING +  570)
174 #define IDS_SEL_NEOGEO					(IDS_STRING +  572)
175 #define IDS_SEL_PGM						(IDS_STRING +  574)
176 #define IDS_SEL_PSIKYO					(IDS_STRING +  576)
177 #define IDS_SEL_SEGA					(IDS_STRING +  578)
178 #define IDS_SEL_TAITO					(IDS_STRING +  580)
179 #define IDS_SEL_TOAPLAN					(IDS_STRING +  582)
180 #define IDS_SEL_MISCPRE90S				(IDS_STRING +  584)
181 #define IDS_SEL_MISCPOST90S				(IDS_STRING +  586)
182 #define IDS_SEL_MEGADRIVE				(IDS_STRING +  588)
183 #define IDS_SEL_PACMAN					(IDS_STRING +  590)
184 #define IDS_SEL_KONAMI					(IDS_STRING +  592)
185 #define IDS_SEL_GALAXIAN				(IDS_STRING +  594)
186 #define IDS_SEL_IREM					(IDS_STRING +  596)
187 #define IDS_SEL_BOARDTYPE				(IDS_STRING +  598)
188 #define IDS_SEL_BOOTLEG					(IDS_STRING +  600)
189 #define IDS_SEL_PROTOTYPE				(IDS_STRING +  602)
190 #define IDS_SEL_HACK					(IDS_STRING +  604)
191 #define IDS_SEL_HOMEBREW				(IDS_STRING +  606)
192 #define IDS_SEL_DEMO					(IDS_STRING +  608)
193 #define IDS_SEL_GENUINE					(IDS_STRING +  610)
194 #define IDS_SEL_SETSTATUS				(IDS_STRING +  612)
195 #define IDS_SEL_KANEKO					(IDS_STRING +  614)
196 #define IDS_SEL_SNES					(IDS_STRING +  616)
197 #define IDS_SEL_DATAEAST				(IDS_STRING +  618)
198 #define IDS_SEL_CAPCOM_MISC				(IDS_STRING +  620)
199 #define IDS_SEL_SETA					(IDS_STRING +  622)
200 #define IDS_SEL_TECHNOS					(IDS_STRING +  624)
201 #define IDS_SEL_PCE						(IDS_STRING +  626)
202 #define IDS_SEL_SMS						(IDS_STRING +  628)
203 #define IDS_SEL_SG1000					(IDS_STRING +  630)
204 #define IDS_SEL_COLECO					(IDS_STRING +  632)
205 #define IDS_SEL_GG						(IDS_STRING +  634)
206 #define IDS_SEL_MSX						(IDS_STRING +  636)
207 #define IDS_SEL_SPECTRUM				(IDS_STRING +  638)
208 #define IDS_SEL_MIDWAY					(IDS_STRING +  640)
209 
210 #define IDS_GENRE						(IDS_STRING +  650)
211 #define IDS_GENRE_HORSHOOT				(IDS_STRING +  652)
212 #define IDS_GENRE_VERSHOOT				(IDS_STRING +  654)
213 #define IDS_GENRE_SCRFIGHT				(IDS_STRING +  656)
214 #define IDS_GENRE_VSFIGHT				(IDS_STRING +  658)
215 #define IDS_GENRE_BIOS					(IDS_STRING +  660)
216 #define IDS_GENRE_BREAKOUT				(IDS_STRING +  662)
217 #define IDS_GENRE_CASINO				(IDS_STRING +  664)
218 #define IDS_GENRE_BALLPADDLE			(IDS_STRING +  666)
219 #define IDS_GENRE_MAZE					(IDS_STRING +  668)
220 #define IDS_GENRE_MINIGAMES				(IDS_STRING +  670)
221 #define IDS_GENRE_PINBALL				(IDS_STRING +  672)
222 #define IDS_GENRE_PLATFORM				(IDS_STRING +  674)
223 #define IDS_GENRE_PUZZLE				(IDS_STRING +  676)
224 #define IDS_GENRE_QUIZ					(IDS_STRING +  678)
225 #define IDS_GENRE_SPORTSMISC			(IDS_STRING +  680)
226 #define IDS_GENRE_SPORTSFOOTBALL		(IDS_STRING +  682)
227 #define IDS_GENRE_MISC					(IDS_STRING +  684)
228 #define IDS_GENRE_MAHJONG				(IDS_STRING +  686)
229 #define IDS_GENRE_RACING				(IDS_STRING +  688)
230 #define IDS_GENRE_SHOOT					(IDS_STRING +  690)
231 #define IDS_GENRE_RUNGUN                (IDS_STRING +  692)
232 #define IDS_GENRE_STRATEGY              (IDS_STRING +  694)
233 #define IDS_GENRE_ACTION                (IDS_STRING +  696)
234 
235 #define IDS_FAMILY						(IDS_STRING +  740)
236 #define IDS_FAMILY_MSLUG				(IDS_STRING +  742)
237 #define IDS_FAMILY_SF					(IDS_STRING +  744)
238 #define IDS_FAMILY_KOF					(IDS_STRING +  746)
239 #define IDS_FAMILY_DSTLK				(IDS_STRING +  748)
240 #define IDS_FAMILY_FATFURY				(IDS_STRING +  750)
241 #define IDS_FAMILY_SAMSHO				(IDS_STRING +  752)
242 #define IDS_FAMILY_19XX					(IDS_STRING +  754)
243 #define IDS_FAMILY_SONICWI				(IDS_STRING +  756)
244 #define IDS_FAMILY_PWRINST				(IDS_STRING +  758)
245 #define IDS_FAMILY_OTHER				(IDS_STRING +  760)
246 
247 #define IDS_FAVORITES   				(IDS_STRING +  790)
248 
249 #define IDS_IPSMANAGER_TITLE			(IDS_STRING +  800)
250 
251 #define IDS_NGCD_DIAG_TITLE				(IDS_STRING +  810)
252 #define IDS_NGCD_TITLE					(IDS_STRING +  812)
253 #define IDS_NGCD_NGCDID					(IDS_STRING +  814)
254 
255 #define IDS_MENU_0						(IDS_STRING +  840)
256 #define IDS_MENU_1						(IDS_STRING +  842)
257 #define IDS_MENU_2						(IDS_STRING +  844)
258 #define IDS_MENU_3						(IDS_STRING +  846)
259 #define IDS_MENU_4						(IDS_STRING +  848)
260 #define IDS_MENU_5						(IDS_STRING +  850)
261 #define IDS_MENU_6						(IDS_STRING +  852)
262 
263 #define IDS_NUMDIAL_NUM_FRAMES			(IDS_STRING +  870)
264 #define IDS_NUMDIAL_FILTER_SHARP		(IDS_STRING +  872)
265 
266 #define IDS_SCANNING_ROMS				(IDS_STRING +  876)
267 
268 #define IDS_CHEAT_SEARCH_NEW			(IDS_STRING +  880)
269 #define IDS_CHEAT_SEARCH_ADD_MATCH		(IDS_STRING +  882)
270 #define IDS_CHEAT_SEARCH_RESULTS		(IDS_STRING +  884)
271 #define IDS_CHEAT_SEARCH_EXIT			(IDS_STRING +  886)
272 
273 #define IDS_LANG_ENGLISH_US				(IDS_STRING +  900)
274 #define IDS_LANG_SIMP_CHINESE			(IDS_STRING +  902)
275 #define IDS_LANG_TRAD_CHINESE			(IDS_STRING +  904)
276 #define IDS_LANG_JAPANESE				(IDS_STRING +  906)
277 #define IDS_LANG_KOREAN					(IDS_STRING +  908)
278 #define IDS_LANG_FRENCH					(IDS_STRING +  910)
279 #define IDS_LANG_SPANISH				(IDS_STRING +  912)
280 #define IDS_LANG_ITALIAN				(IDS_STRING +  914)
281 #define IDS_LANG_GERMAN					(IDS_STRING +  916)
282 #define IDS_LANG_PORTUGUESE				(IDS_STRING +  918)
283 #define IDS_LANG_POLISH					(IDS_STRING +  920)
284 #define IDS_LANG_HUNGARIAN				(IDS_STRING +  922)
285 
286 #define IDS_GAMEINFO_DIALOGTITLE		(IDS_STRING + 1000)
287 #define IDS_GAMEINFO_INGAME				(IDS_STRING + 1002)
288 #define IDS_GAMEINFO_TITLE				(IDS_STRING + 1004)
289 #define IDS_GAMEINFO_SELECT				(IDS_STRING + 1006)
290 #define IDS_GAMEINFO_VERSUS				(IDS_STRING + 1008)
291 #define IDS_GAMEINFO_HOWTO				(IDS_STRING + 1010)
292 #define IDS_GAMEINFO_SCORES				(IDS_STRING + 1012)
293 #define IDS_GAMEINFO_BOSSES				(IDS_STRING + 1014)
294 #define IDS_GAMEINFO_GAMEOVER			(IDS_STRING + 1016)
295 #define IDS_GAMEINFO_FLYER				(IDS_STRING + 1018)
296 #define IDS_GAMEINFO_CABINET			(IDS_STRING + 1020)
297 #define IDS_GAMEINFO_MARQUEE			(IDS_STRING + 1022)
298 #define IDS_GAMEINFO_CONTROLS			(IDS_STRING + 1024)
299 #define IDS_GAMEINFO_PCB				(IDS_STRING + 1026)
300 #define IDS_GAMEINFO_ROMINFO			(IDS_STRING + 1028)
301 #define IDS_GAMEINFO_HISTORY			(IDS_STRING + 1030)
302 #define IDS_GAMEINFO_SAMPLES			(IDS_STRING + 1032)
303 #define IDS_GAMEINFO_HDD				(IDS_STRING + 1034)
304 
305 #define IDS_PLACEHOLDER_LOAD			(IDS_STRING + 1200)
306 
307 #define IDS_CLONE_OF					(IDS_STRING + 1400)
308 #define IDS_ROMS_FROM_1					(IDS_STRING + 1402)
309 #define IDS_ROMS_FROM_2					(IDS_STRING + 1404)
310 #define IDS_BOARD_ROMS_FROM				(IDS_STRING + 1406)
311 #define IDS_SAMPLES_FROM				(IDS_STRING + 1408)
312 #define IDS_NUM_PLAYERS					(IDS_STRING + 1410)
313 #define IDS_NUM_PLAYERS_MAX				(IDS_STRING + 1412)
314 #define IDS_HARDWARE_DESC				(IDS_STRING + 1414)
315 #define IDS_MVS_CARTRIDGE				(IDS_STRING + 1416)
316 #define IDS_HISCORES_SUPPORTED			(IDS_STRING + 1418)
317 #define IDS_CARTRIDGE					(IDS_STRING + 1420)
318 #define IDS_HARDWARE					(IDS_STRING + 1422)
319 #define IDS_EMPTY						(IDS_STRING + 1424)
320 #define IDS_UNIDENTIFIED_CD				(IDS_STRING + 1426)
321 
322 #define IDS_ERR_ERROR					(IDS_ERROR  +    0)
323 #define IDS_ERR_WARNING					(IDS_ERROR  +    2)
324 #define IDS_ERR_INFORMATION				(IDS_ERROR  +    4)
325 #define IDS_ERR_UNKNOWN					(IDS_ERROR  +    6)
326 
327 #define IDS_ERR_LOAD_OK					(IDS_ERROR  +   10)
328 #define IDS_ERR_LOAD_PROBLEM			(IDS_ERROR  +   12)
329 #define IDS_ERR_LOAD_NODATA				(IDS_ERROR  +   14)
330 #define IDS_ERR_LOAD_ESS_MISS			(IDS_ERROR  +   16)
331 #define IDS_ERR_LOAD_ESS_BAD			(IDS_ERROR  +   18)
332 #define IDS_ERR_LOAD_DATA_MISS			(IDS_ERROR  +   20)
333 #define IDS_ERR_LOAD_DATA_BAD			(IDS_ERROR  +   22)
334 #define IDS_ERR_LOAD_FOUND				(IDS_ERROR  +   24)
335 #define IDS_ERR_LOAD_NOTFOUND			(IDS_ERROR  +   26)
336 #define IDS_ERR_LOAD_INVALID			(IDS_ERROR  +   28)
337 #define IDS_ERR_LOAD_CRC				(IDS_ERROR  +   30)
338 #define IDS_ERR_LOAD_SMALL				(IDS_ERROR  +   32)
339 #define IDS_ERR_LOAD_LARGE				(IDS_ERROR  +   34)
340 #define IDS_ERR_LOAD_DET_ESS			(IDS_ERROR  +   36)
341 #define IDS_ERR_LOAD_DET_PRG			(IDS_ERROR  +   38)
342 #define IDS_ERR_LOAD_DET_BIOS			(IDS_ERROR  +   40)
343 #define IDS_ERR_LOAD_DET_GRA			(IDS_ERROR  +   42)
344 #define IDS_ERR_LOAD_DET_SND			(IDS_ERROR  +   44)
345 #define IDS_ERR_LOAD_DET_ROM			(IDS_ERROR  +   46)
346 #define IDS_ERR_LOAD_REQUEST			(IDS_ERROR  +   48)
347 #define IDS_ERR_LOAD_DISK				(IDS_ERROR  +   50)
348 #define IDS_ERR_LOAD_DISK_CRC			(IDS_ERROR  +   52)
349 #define IDS_ERR_LOAD_NOHDDDATA			(IDS_ERROR  +   54)
350 
351 #define IDS_ERR_BURN_INIT				(IDS_ERROR  +   60)
352 
353 #define IDS_ERR_UI_NOSUPPORT			(IDS_ERROR  +   70)
354 #define IDS_ERR_UI_WINDOW				(IDS_ERROR  +   72)
355 #define IDS_ERR_UI_MODULE				(IDS_ERROR  +   74)
356 #define IDS_ERR_UI_TRIPLE				(IDS_ERROR  +   76)
357 #define IDS_ERR_UI_FULL_NOMODE			(IDS_ERROR  +   78)
358 #define IDS_ERR_UI_FULL_PROBLEM			(IDS_ERROR  +   80)
359 #define IDS_ERR_UI_FULL_CUSTRES			(IDS_ERROR  +   82)
360 #define IDS_ERR_UI_VID_MODULE			(IDS_ERROR  +   84)
361 
362 #define IDS_ERR_DISK_CREATE				(IDS_ERROR  +   90)
363 #define IDS_ERR_DISK_LOAD				(IDS_ERROR  +   92)
364 #define IDS_ERR_DISK_UNAVAIL			(IDS_ERROR  +   94)
365 #define IDS_ERR_DISK_TOONEW				(IDS_ERROR  +   96)
366 #define IDS_ERR_DISK_TOOOLD				(IDS_ERROR  +   98)
367 
368 #define IDS_ERR_NO_NETPLAYDLL			(IDS_ERROR  +  110)
369 #define IDS_ERR_NO_DRIVER_SELECTED		(IDS_ERROR  +  112)
370 #define IDS_ERR_NO_DRIVER_SEL_SLOT1		(IDS_ERROR  +  114)
371 #define IDS_ERR_NON_WORKING				(IDS_ERROR  +  116)
372 #define IDS_ERR_CDEMU_INI_FAIL			(IDS_ERROR  +  118)
373 
374 #define IDS_ERR_LOCAL_FAIL_CONNECT		(IDS_ERROR  +  150)
375 #define IDS_ERR_LOCAL_FAIL_OPEN_URL		(IDS_ERROR  +  152)
376