Corrections to SVN properties.
[AROS.git] / workbench / libs / identify / catalogs / Identify.cd
blob6c1a64aaa19c285f879d46e0437f428e6f2b34e1
1 ;****************************************************************
2 ;*                                                              *
3 ;*          identify.library       Catalog Descriptor           *
4 ;*                                                              *
5 ;****************************************************************
6 ;*
7 ;*      (C) 1996-97  Richard Körber  -- All Rights Reserved
8 ;*
9 ;****************************************************************
11 ;   ** IMPORTANT NOTES FOR TRANSLATORS **
13 ;       · Nr. 0 must always be preserved
14 ;       · Do NOT change the sequence of '%' parameters
15 ;       · Do NOT change the order of the entries
16 ;       · Obey the minimum and maximum length
17 ;       · Note that some lines have trailing spaces
20 ;================================================================
21 ;       MISCELLANEOUS STRINGS (1..)
22 ;================================================================
24 MSG_BYTE                (1//)
25 %ld
26 MSG_KBYTE               (//)
27 %ld.%cKB
28 MSG_MBYTE               (//)
29 %ld.%cMB
30 MSG_GBYTE               (//)
31 %ld.%cGB
33 ;================================================================
34 ;       BOARD CLASSES (100..)
35 ;================================================================
36 ;  Keep these strings as short as ever possible.
38 MSG_EXP_UNKNOWN         (100//49)
39 (unknown)
40 MSG_EXP_MISC            (//49)
41 expansion
43 MSG_EXP_TURBO           (//49)
44 accelerator
45 MSG_EXP_TURBORAM        (//49)
46 accelerator RAM
47 MSG_EXP_TURBOHD         (//49)
48 accelerator HD controller
49 MSG_EXP_TURBOIDE        (//49)
50 accelerator IDE controller
51 MSG_EXP_TURBOSCSIHD     (//49)
52 accelerator SCSI host adapter
54 MSG_EXP_NET             (//49)
55 network
56 MSG_EXP_ARCNET          (//49)
57 ArcNet
58 MSG_EXP_ETHERNET        (//49)
59 Ethernet
61 MSG_EXP_AUDIO           (//49)
62 audio
63 MSG_EXP_VIDEO           (//49)
64 video
65 MSG_EXP_MULTIMEDIA      (//49)
66 multimedia
67 MSG_EXP_DSP             (//49)
68 DSP
70 MSG_EXP_BUSBRIDGE       (//49)
71 ISA bus bridge
72 MSG_EXP_BRIDGE          (//49)
73 PC bridge
75 MSG_EXP_EMULATOR        (//49)
76 emulator
77 MSG_EXP_MACEMU          (//49)
78 Macintosh emulator
79 MSG_EXP_ATARIEMU        (//49)
80 Atari emulator
82 MSG_EXP_GFX             (//49)
83 graphics
84 MSG_EXP_GFXRAM          (//49)
85 graphics RAM
87 MSG_EXP_HD              (//49)
88 HD controller
89 MSG_EXP_HDRAM           (//49)
90 HD controller RAM
91 MSG_EXP_IDEHD           (//49)
92 IDE controller
93 MSG_EXP_IDEHDRAM        (//49)
94 IDE controller RAM
95 MSG_EXP_SCSIHD          (//49)
96 SCSI host adapter
97 MSG_EXP_RAMSCSIHD       (//49)
98 SCSI host adapter RAM
99 MSG_EXP_CDROM           (//49)
100 CD-ROM interface
102 MSG_EXP_MODEM           (//49)
103 internal modem
104 MSG_EXP_ISDN            (//49)
105 internal ISDN
107 MSG_EXP_MULTIIO         (//49)
108 multi I/O
109 MSG_EXP_SERIAL          (//49)
110 multi serial
111 MSG_EXP_PARALLEL        (//49)
112 multi parallel
113 MSG_EXP_SCANIF          (//49)
114 scanner interface
115 MSG_EXP_TABLET          (//49)
116 drawing tablet interface
118 MSG_EXP_RAM             (//49)
119 RAM expansion
120 MSG_EXP_FLASHROM        (//49)
121 Flash ROM
123 MSG_EXP_SCSIIDE         (//49)
124 SCSI/IDE controller
125 MSG_EXP_RAMFPU          (//49)
126 RAM expansion / FPU
128 MSG_EXP_GUESS           (//49)
129 (guessed)
130 MSG_EXP_KICKSTART       (//49)
131 KickStart
133 MSG_EXP_RAM32           (//49)
134 32bit RAM expansion
135 MSG_EXP_TURBOANDRAM     (//49)
136 accelerator / RAM exp.
137 MSG_EXP_ACCESS          (//49)
138 access control
139 MSG_EXP_INTERFACE       (//49)
140 interface
141 MSG_EXP_MFMHD           (//49)
142 MFM HD controller
143 MSG_EXP_FLOPPY          (//49)
144 floppy disk interface
146 ;================================================================
147 ;       ALERT GENERAL ERROR (1024..)
148 ;================================================================
150 MSG_ALERT_RECOVERY      (1024//49)
151 Recoverable
152 MSG_ALERT_DEADEND       (//49)
153 Deadend
154 MSG_ALERT_UNKNOWN       (//49)
155 Unknown
157 MSG_AG_BADPARM          (//49)
158 Bad parameter
159 MSG_AG_CLOSEDEV         (//49)
160 Cannot close device
161 MSG_AG_CLOSELIB         (//49)
162 Cannot close library
163 MSG_AG_GENERAL          (//49)
164 General fault
165 MSG_AG_IOERROR          (//49)
166 I/O error
167 MSG_AG_MAKELIB          (//49)
168 Cannot make library
169 MSG_AG_NOMEMORY         (//49)
170 No memory
171 MSG_AG_NOSIGNAL         (//49)
172 No signal
173 MSG_AG_OPENDEV          (//49)
174 Cannot open device
175 MSG_AG_OPENLIB          (//49)
176 Cannot open library
177 MSG_AG_OPENRES          (//49)
178 Cannot open resource
179 MSG_AG_PROCCREATE       (//49)
180 Process creation failed
182 ;================================================================
183 ;       ALERT ERROR (2048..)
184 ;================================================================
186 MSG_ACPU_ADDRESSERR     (2048//49)
187 Illegal address access
188 MSG_ACPU_AUTOVEC1       (//49)
189 AutoVector Level 1 interrupt error
190 MSG_ACPU_AUTOVEC2       (//49)
191 AutoVector Level 2 interrupt error
192 MSG_ACPU_AUTOVEC3       (//49)
193 AutoVector Level 3 interrupt error
194 MSG_ACPU_AUTOVEC4       (//49)
195 AutoVector Level 4 interrupt error
196 MSG_ACPU_AUTOVEC5       (//49)
197 AutoVector Level 5 interrupt error
198 MSG_ACPU_AUTOVEC6       (//49)
199 AutoVector Level 6 interrupt error
200 MSG_ACPU_AUTOVEC7       (//49)
201 AutoVector Level 7 interrupt error
202 MSG_ACPU_BUSERR         (//49)
203 Hardware bus fault/access error
204 MSG_ACPU_CHK            (//49)
205 Check instruction error
206 MSG_ACPU_COPRVIOL       (//49)
207 Coprocessor protocol violation
208 MSG_ACPU_DIVZERO        (//49)
209 Divide by zero
210 MSG_ACPU_FORMAT         (//49)
211 Stack frame format error
212 MSG_ACPU_FPCPBRANCH     (//49)
213 FPCP branch or set on unordered condition
214 MSG_ACPU_FPCPDIVZERO    (//49)
215 FPCP divide by zero
216 MSG_ACPU_FPCPINEXACT    (//49)
217 FPCP inexact result
218 MSG_ACPU_FPCPOPERROR    (//49)
219 FPCP operand error
220 MSG_ACPU_FPCPOVER       (//49)
221 FPCP overflow
222 MSG_ACPU_FPCPUNDER      (//49)
223 FPCP underflow
224 MSG_ACPU_UNIMPLDTYPE    (//49)
225 FPCP unimplemented data type
226 MSG_ACPU_INSTERR        (//49)
227 Illegal instruction
228 MSG_ACPU_LINEA          (//49)
229 Line 1010 Emulator error
230 MSG_ACPU_LINEF          (//49)
231 Line 1111 Emulator error
232 MSG_ACPU_MMUACCVIOL     (//49)
233 PMMU access level violation
234 MSG_ACPU_MMUCONFIG      (//49)
235 PMMU configuration
236 MSG_ACPU_MMUILLEGAL     (//49)
237 PMMU illegal configuration
238 MSG_ACPU_NAN            (//49)
239 FPCP signaling NAN
240 MSG_ACPU_PRIVERR        (//49)
241 Privilege violation error
242 MSG_ACPU_SPURIOUS       (//49)
243 Spurious interrupt error
244 MSG_ACPU_TRACE          (//49)
245 Trace error
246 MSG_ACPU_TRAPV          (//49)
247 TrapV instruction error
248 MSG_AN_ADDSWGADGET      (//49)
249 Add SW gadgets, no memory
250 MSG_AN_ASYNCPKT         (//49)
251 Unexpected packet received
252 MSG_AN_AUDIODEV         (//49)
253 Audio device trouble
254 MSG_AN_BADCHKSUM        (//49)
255 Invalid checksum
256 MSG_AN_BADEXPANSIONFREE (//49)
257 Freeed free region
258 MSG_AN_BADFREEADDR      (//49)
259 Memory header not located
260 MSG_AN_BADGADGET        (//49)
261 Recovery form of AN_GadgetType
262 MSG_AN_BADINITFUNC      (//49)
263 Invalid init packet for cli/shell
264 MSG_AN_BADMESSAGE       (//49)
265 Bad Message received by IDCMP
266 MSG_AN_BADOVERLAY       (//49)
267 Bad overlay
268 MSG_AN_BADQUICKINT      (//49)
269 An uninitialized quick interrupt has happened
270 MSG_AN_BADSEGLIST       (//49)
271 Overlays are illegal for library segments
272 MSG_AN_BADSEMAPHORE     (//49)
273 An attempt was made to use old msg semaphores
274 MSG_AN_BADSTATE         (//49)
275 Bad State Return entering Intuition
276 MSG_AN_BASECHKSUM       (//49)
277 Execbase checksum bad
278 MSG_AN_BITMAP           (//49)
279 Bitmap corrupt
280 MSG_AN_BLTBITMAP        (//49)
281 BltBitMap, no memory
282 MSG_AN_BOGUSEXCPT       (//49)
283 Illegal 68k exception taken
284 MSG_AN_BOOTERROR        (//49)
285 Boot code returned an error
286 MSG_AN_BOOTSTRAP        (//49)
287 Bootstrap trouble
288 MSG_AN_CIARSRC          (//49)
289 cia.resource trouble
290 MSG_AN_CONSOLEDEV       (//49)
291 colsole.device trouble
292 MSG_AN_CREATEPORT       (//49)
293 Create port, no memory
294 MSG_AN_DISKBLKSEQ       (//49)
295 Disk block sequence error
296 MSG_AN_DISKCOPY         (//49)
297 DiskCopy trouble
298 MSG_AN_DISKERROR        (//49)
299 Disk Error
300 MSG_AN_DISKFONTLIB      (//49)
301 diskfont.library trouble
302 MSG_AN_DISKRSRC         (//49)
303 disk.resource trouble
304 MSG_AN_DOSLIB           (//49)
305 dos.library trouble
306 MSG_AN_DRHASDISK        (//49)
307 Get unit: already has disk
308 MSG_AN_DRINTNOACT       (//49)
309 Interrupt: no active unit
310 MSG_AN_ENDTASK          (//49)
311 EndTask didn't
312 MSG_AN_EXCPTVECT        (//49)
313 68000 exception vector checksum
314 MSG_AN_EXECLIB          (//49)
315 exec.library trouble
316 MSG_AN_EXPANSIONLIB     (//49)
317 expansion.library trouble
318 MSG_AN_FILERECLOSED     (//49)
319 A filehandle was closed more than once
320 MSG_AN_FREETWICE        (//49)
321 Freeing memory that is already free
322 MSG_AN_FREEVEC          (//49)
323 Freevec failed
324 MSG_AN_GADGETTYPE       (//49)
325 Unknown gadget type
326 MSG_AN_GADTOOLS         (//49)
327 gadtools.library trouble
328 MSG_AN_GAMEPORTDEV      (//49)
329 gameport.device trouble
330 MSG_AN_GFXFREEERROR     (//49)
331 Error freeing graphics
332 MSG_AN_GFXNEWERROR      (//49)
333 New graphics error
334 MSG_AN_GFXNOLCM         (//49)
335 Emergency memory not available
336 MSG_AN_GFXNOMEM         (//49)
337 Graphics out of memory
338 MSG_AN_GFXNOMEMMSPC     (//49)
339 MonitorSpec alloc, no memory
340 MSG_AN_GRAPHICSLIB      (//49)
341 graphics.library trouble
342 MSG_AN_ICONLIB          (//49)
343 icon.library trouble
344 MSG_AN_INITAPTR         (//49)
345 InitStruct() of an APTR source
346 MSG_AN_INTRMEM          (//49)
347 No memory for interrupt servers
348 MSG_AN_INTUITION        (//49)
349 intuition.library trouble
350 MSG_AN_IOAFTERCLOSE     (//49)
351 IO attempted on closed IORequest
352 MSG_AN_IOUSEDTWICE      (//49)
353 Attempt to reuse active IORequest
354 MSG_AN_ISEMORDER        (//49)
355 Intuition obtained a sem in bad order
356 MSG_AN_ITEMALLOC        (//49)
357 Item plane alloc, no memory
358 MSG_AN_ITEMBOXTOP       (//49)
359 Item box top < RelZero
360 MSG_AN_KEYBOARDDEV      (//49)
361 keyboard.device trouble
362 MSG_AN_KEYFREE          (//49)
363 Key already free
364 MSG_AN_KEYRANGE         (//49)
365 Key out of range
366 MSG_AN_LAYERSLIB        (//49)
367 layers.library trouble
368 MSG_AN_LAYERSNOMEM      (//49)
369 Layers out of memory
370 MSG_AN_LIBCHKSUM        (//49)
371 Library checksum failure
372 MSG_AN_LONGFRAME        (//49)
373 Long frame, no memory
374 MSG_AN_MAKEVPORT        (//49)
375 MakeVPort, no memory
376 MSG_AN_MATHLIB          (//49)
377 math.library trouble
378 MSG_AN_MEMCORRUPT       (//49)
379 Corrupt memory list detected in FreeMem
380 MSG_AN_MEMORYINSANE     (//49)
381 Sanity check on memory list failed
382 MSG_AN_MISCRSRC         (//49)
383 misc.resource trouble
384 MSG_AN_NOCONSOLE        (//49)
385 Couldn't open the Console Device
386 MSG_AN_NOFONTS          (//49)
387 No fonts available
388 MSG_AN_NOISEM           (//49)
389 Intuition skipped obtaining a semaphore
390 MSG_AN_NOWINDOW         (//49)
391 Console can't open initial window
392 MSG_AN_OBSOLETEFONT     (//49)
393 Unsupported font description used
394 MSG_AN_OPENSCREEN       (//49)
395 Open screen, no memory
396 MSG_AN_OPENSCRNRAST     (//49)
397 Open screen, raster alloc, no memory
398 MSG_AN_OPENWINDOW       (//49)
399 Open window, no memory
400 MSG_AN_PLANEALLOC       (//49)
401 Plane alloc, no memory
402 MSG_AN_QPKTFAIL         (//49)
403 Qpkt failure
404 MSG_AN_RAMLIB           (//49)
405 ramlib trouble
406 MSG_AN_REGIONMEMORY     (//49)
407 Regions, memory not available
408 MSG_AN_SEMCORRUPT       (//49)
409 A semaphore is in an illegal state
410 MSG_AN_SHORTFRAME       (//49)
411 Short frame, no memory
412 MSG_AN_STACKPROBE       (//49)
413 Stack appears to extend out of range
414 MSG_AN_STARTMEM         (//49)
415 No memory at startup
416 MSG_AN_SUBALLOC         (//49)
417 Sub alloc, no memory
418 MSG_AN_SYSSCRNTYPE      (//49)
419 Open sys screen, unknown type
420 MSG_AN_TDCALIBSEEK      (//49)
421 Calibrate: seek error
422 MSG_AN_TDDELAY          (//49)
423 Delay: error on timer wait
424 MSG_AN_TEXTTMPRAS       (//49)
425 Text, no memory for TmpRas
426 MSG_AN_TIMERDEV         (//49)
427 timer.device trouble
428 MSG_AN_TMBADREQ         (//49)
429 Bad request
430 MSG_AN_TMBADSUPPLY      (//49)
431 Power supply -- no 50/60hz ticks
432 MSG_AN_TRACKDISKDEV     (//49)
433 trackdisk.device trouble
434 MSG_AN_UTILITYLIB       (//49)
435 utility.library trouble
436 MSG_AN_WBBADIOMSG       (//49)
437 Bad IO message (hacker code?)
438 MSG_AN_WBBADSTARTUPMSG2 (//49)
439 Bad startup message 2
440 MSG_AN_WBRELAYOUTTOOLMENU (//49)
441 GadTools broke?
442 MSG_AN_WEIRDECHO        (//49)
443 Weird echo causing incomprehension
444 MSG_AN_WORKBENCH        (//49)
445 Workbench trouble
446 MSG_AN_LAWBREAKER       (//49)
447 LawBreaker demonstration alert
448 MSG_AN_AROS             (//49)
449 AROS trouble
450 MSG_AN_OOP              (//49)
451 OOP trouble
452 MSG_AN_HIDD             (//49)
453 HIDD trouble
454 MSG_AN_HIDDNOROOT       (//49)
455 Could not create root device
456 MSG_AN_NOALERT          (//49)
457 No alert occured
458 MSG_ACPU_EMUINTR        (//49)
459 Emulator interrupt
460 MSG_ACPU_UNIMPLEA       (//49)
461 Unimplemented effective address
462 MSG_ACPU_UNIMPLII       (//49)
463 Unimplemented integer instruction
465 ;================================================================
466 ;       HARDWARE STRINGS (4096..)
467 ;================================================================
469 MSG_HW_VERSION          (4096//20)
470 V%ld.%ld
471 MSG_HW_NOVERSION        (//20)
473 MSG_HW_NONE             (//49)
474 None
475 MSG_HW_FOUND            (//49)
476 Found
478 MSG_HW_AMIGA1000        (4500//49)
479 Amiga 1000
480 MSG_HW_OCSAMIGA         (//49)
481 Amiga (OCS)
482 MSG_HW_ECSAMIGA         (//49)
483 Amiga (ECS)
484 MSG_HW_AMIGA500         (//49)
485 Amiga 500
486 MSG_HW_AMIGA2000        (//49)
487 Amiga 2000
488 MSG_HW_AMIGA3000        (//49)
489 Amiga 3000
490 MSG_HW_CDTV             (//49)
491 CDTV
492 MSG_HW_AMIGA600         (//49)
493 Amiga 600
494 MSG_HW_CD32             (//49)
495 CD32
496 MSG_HW_AMIGA1200        (//49)
497 Amiga 1200
498 MSG_HW_AMIGA4000        (//49)
499 Amiga 4000
500 MSG_HW_DRACO            (//49)
501 DraCo
502 MSG_HW_UAE              (//49)
504 MSG_HW_AMIGA4000T       (//49)
505 Amiga 4000 T
506 MSG_HW_AMIGAXL          (//49)
507 AmigaXL
509 MSG_HW_68000            (5000//49)
510 68000
511 MSG_HW_68010            (//49)
512 68010
513 MSG_HW_68020            (//49)
514 68020
515 MSG_HW_68030            (//49)
516 68030
517 MSG_HW_68EC030          (//49)
518 68EC030
519 MSG_HW_68040            (//49)
520 68040
521 MSG_HW_68LC040          (//49)
522 68LC040
523 MSG_HW_68060            (//49)
524 68060
525 MSG_HW_68LC060          (//49)
526 68LC060
528 MSG_HW_68881            (//49)
529 68881
530 MSG_HW_68882            (//49)
531 68882
533 MSG_HW_68851            (//49)
534 68851
536 MSG_HW_AMIGAOS          (5500//49)
537 AmigaOS
538 MSG_HW_EGS              (//49)
540 MSG_HW_RETINA           (//49)
541 Retina
542 MSG_HW_GRAFFITI         (//49)
543 Graffiti
544 MSG_HW_TIGA             (//49)
545 TIGA
546 MSG_HW_PROBENCH         (//49)
547 ProBench
548 MSG_HW_PICASSO          (//49)
549 Picasso
550 MSG_HW_CYBERGRAPHX      (//49)
551 CyberGraphX
552 MSG_HW_CGX3             (//49)
553 CyberGraphX 3
554 MSG_HW_PICASSO96        (//49)
555 Picasso96
556 MSG_HW_CGX4             (//49)
557 CyberGraphX 4
559 MSG_HW_AUDAMIGAOS       (5700//49)
560 AmigaOS
561 MSG_HW_MAESTIX          (//49)
562 Maestix
563 MSG_HW_TOCCATA          (//49)
564 Toccata
565 MSG_HW_PRELUDE          (//49)
566 Prelude
567 MSG_HW_AHI              (//49)
569 MSG_HW_MACROAUDIO       (//49)
570 MacroAudio
572 MSG_HW_OS_UNKNOWN       (6000//49)
573 Bad OS
574 MSG_HW_OS_36            (//49)
576 MSG_HW_OS_37            (//49)
577 2.04
578 MSG_HW_OS_38            (//49)
580 MSG_HW_OS_39            (//49)
582 MSG_HW_OS_40            (//49)
584 MSG_HW_OS_44            (//49)
586 MSG_HW_OS_45            (//49)
589 ;GARY
590 MSG_HW_NORMAL           (6500//49)
591 Normal
592 MSG_HW_ENHANCED         (//49)
593 Enhanced
595 ;RAMSEY
596 MSG_HW_REVD             (6600//49)
598 MSG_HW_REVF             (//49)
601 MSG_HW_OCS              (6700//49)
603 MSG_HW_ECS              (//49)
605 MSG_HW_AGA              (//49)
607 MSG_HW_ALTAIS           (//49)
608 Altais
609 MSG_HW_NECS             (//49)
610 Nearly ECS
612 MSG_HW_PPCFOUND         (7000//49)
613 Found
614 MSG_HW_602              (//49)
616 MSG_HW_603              (//49)
618 MSG_HW_603E             (//49)
619 603e
620 MSG_HW_603P             (//49)
621 603p
622 MSG_HW_604              (//49)
624 MSG_HW_604E             (//49)
625 604e
626 MSG_HW_620              (//49)
629 MSG_HW_RAMCAS_NORMAL    (7200//49)
630 Normal
631 MSG_HW_RAMCAS_DOUBLE    (//49)
632 Double
634 MSG_HW_TCPIP_NONE       (7300//49)
635 None
636 MSG_HW_TCPIP_AMITCP     (//49)
637 AmiTCP/IP
638 MSG_HW_TCPIP_MIAMI      (//49)
639 Miami
640 MSG_HW_TCPIP_TERMITE    (//49)
641 TermiteTCP
642 MSG_HW_TCPIP_GENESIS    (//49)
643 GENESiS
644 MSG_HW_TCPIP_MIAMIDX    (//49)
645 MiamiDx
647 MSG_HW_PPCOS_NONE       (7400//49)
648 None
649 MSG_HW_PPCOS_POWERUP    (//49)
650 PowerUp
651 MSG_HW_PPCOS_WARPOS     (//49)
652 WarpOS
654 MSG_HW_AGNUS_NONE       (7500//49)
655 None
656 MSG_HW_AGNUS_UNKNOWN    (//49)
657 Unknown
658 MSG_HW_AGNUS_8361       (//49)
659 Agnus 8361
660 MSG_HW_AGNUS_8367       (//49)
661 Agnus 8367
662 MSG_HW_AGNUS_8370       (//49)
663 Agnus 8370
664 MSG_HW_AGNUS_8371       (//49)
665 Agnus 8371
666 MSG_HW_AGNUS_8372_R4    (//49)
667 Agnus 8372 Rev. 1-4
668 MSG_HW_AGNUS_8372_R5    (//49)
669 Agnus 8372 Rev. 5
670 MSG_HW_AGNUS_8374_R2    (//49)
671 Alice 8374 Rev. 1-2
672 MSG_HW_AGNUS_8374_R3    (//49)
673 Alice 8374 Rev. 3-4
675 MSG_HW_AMODE_NONE       (7600//49)
676 None
677 MSG_HW_AMODE_NTSC       (//49)
678 NTSC
679 MSG_HW_AMODE_PAL        (//49)
682 MSG_HW_DENISE_NONE      (7700//49)
683 None
684 MSG_HW_DENISE_UNKNOWN   (//49)
685 Unknown
686 MSG_HW_DENISE_8362      (//49)
687 Denise 8362
688 MSG_HW_DENISE_8373      (//49)
689 Denise 8373
690 MSG_HW_DENISE_8364      (//49)
691 Lisa 8364
693 ;================================================================