1 ;****************************************************************
3 ;* identify.library Tools Catalog Descriptor *
5 ;****************************************************************
7 ;* (C) 1996-97 Richard Körber -- All Rights Reserved
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 ; COMMON STRINGS (1..)
22 ;================================================================
25 Needs identify.library V%ld or higher!\n
29 ;================================================================
30 ; LISTEXP STRINGS (1000..)
31 ;================================================================
33 MSG_LISTEXP_HAIL (1000//)
34 -- ListExp V%s -- Richard Koerber <%s>\n\
35 (ListExp is a part of the Identify package, see AmiNet util/libs)\n\n
39 FULL/S\t\tlist all current commodities\n\
40 MID=MANUFID/K/N\tinformation about manufacturer\n\
41 PID=PRODID/K/N\tand it's product\n\n\
42 Please read the doc file for further details.\n
44 MSG_LISTEXP_OVERFLOW (//)
45 Bad range! (ManufID=0..65535 ProdID=0..255)\n\n
47 MSG_LISTEXP_SPECBOARD (//)
52 MSG_LISTEXP_HARDWARE (//)
56 CPU: %s/%s (Rev %s), FPU=%s/%s, MMU=%s\n
58 MSG_LISTEXP_POWERPC (//)
59 PowerPC: %s/%s (running %s)\n
61 MSG_LISTEXP_HARDWARE2 (//)
62 Chipset: %s (RAMSEY %s, GARY %s, CHUNKY %s) VBR=%s\n\
63 Agnus: %s (Mode: %s)\n\
64 Denise: %s (Rev: %s)\n\
65 AmigaOS: %s (%s, BoingBag %s, SetPatch %s)\n\
66 Exec %s Workbench %s\n\
67 Support: GraphicOS: %s, AudioOS: %s, TCP/IP: %s\n\
68 Clock: Power %s, VBlank %s, E-Clock %s\n\
69 RAM: Motherboard %s bit, %s, %s CAS, %sx Bandwidth\n\
71 Memory:\t\t CHIP\t FAST\t TOTAL\tROM = %s\tSLOW = %s\n\
72 \t PLAIN\t%7s\t%7s\t%7s\n\
73 \tVIRTUAL\t%7s\t%7s\t%7s\n\
74 \t TOTAL\t%7s\t%7s\t%7s\n\n\n
76 MSG_LISTEXP_LISTTITLE (//)
78 Nr ID Address Size Manufacturer Product\n\
79 ----------------------------------------------------------------------------\n
81 MSG_LISTEXP_BOARDLINE (//)
82 %2ld %04lx.%02lx %08lx %3ld%lc %-20s %s %s\n
84 MSG_LISTEXP_CXTITLE (//)
85 \n\n** COMMODITIES **\n\n\
87 ----------------------------------------------------------------------------\n
89 MSG_LISTEXP_CXLINE (//)
92 MSG_LISTEXP_EMULATED (//)
93 -- emulated system detected --\n\
94 AmigaXL: Version %s\n\
95 Host: OS: %s (Version %s), %s\n\
100 ;================================================================
101 ; GURU STRINGS (2000..)
102 ;================================================================
104 MSG_GURU_HAIL (2000//)
105 -- Guru V%s -- Richard Koerber <%s>\n\n
109 GURU\t\tguru code to be analyzed\n\
110 LASTALERT/S\tanalyze last system alert\n\n\
111 Please read the doc file for further details.\n
113 MSG_GURU_BADCODE (//)
114 This is not a valid Guru code...\n\n
124 No Guru occured yet...\n\n
128 ;================================================================
129 ; FUNC STRINGS (1000..)
130 ;================================================================
132 MSG_FUNC_HAIL (3000//)
133 -- Function V%s -- Richard Koerber <%s>\n\n
137 LN=LIBNAME/A\tname of the library\n\
138 O=OFFSET/N/A\toffset of the function\n\n\
139 Please read the doc file for further details.\n
146 ;================================================================