home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma76.lha / MAShare76 / Identify / catalogs / Identify.cd
Text File  |  1996-09-05  |  13KB  |  511 lines

  1. ;****************************************************************
  2. ;*                                                              *
  3. ;*          identify.library       Catalog Descriptor           *
  4. ;*                                                              *
  5. ;****************************************************************
  6. ;*
  7. ;*      (C) 1996  Richard Körber  -- All Rights Reserved
  8. ;*
  9. ;****************************************************************
  10. ;
  11. ;   ** IMPORTANT NOTES FOR TRANSLATORS **
  12. ;
  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
  18. ;
  19. ;
  20. ;================================================================
  21. ;       MISCELLANEOUS STRINGS (1..)
  22. ;================================================================
  23. ;
  24. MSG_BYTE                (1//)
  25. %ld
  26. MSG_KBYTE               (//)
  27. %ldKB
  28. MSG_MBYTE               (//)
  29. %ldMB
  30. MSG_GBYTE               (//)
  31. %ldGB
  32. ;
  33. ;================================================================
  34. ;       BOARD CLASSES (100..)
  35. ;================================================================
  36. ;  Keep these strings as short as ever possible.
  37. ;
  38. MSG_EXP_UNKNOWN         (100//49)
  39. (unknown)
  40. MSG_EXP_MISC            (//49)
  41. expansion
  42. ;
  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
  53. ;
  54. MSG_EXP_NET             (//49)
  55. network
  56. MSG_EXP_ARCNET          (//49)
  57. ArcNet
  58. MSG_EXP_ETHERNET        (//49)
  59. Ethernet
  60. ;
  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
  69. ;
  70. MSG_EXP_BUSBRIDGE       (//49)
  71. ISA bus bridge
  72. MSG_EXP_BRIDGE          (//49)
  73. PC bridge
  74. ;
  75. MSG_EXP_EMULATOR        (//49)
  76. emulator
  77. MSG_EXP_MACEMU          (//49)
  78. Macintosh emulator
  79. MSG_EXP_ATARIEMU        (//49)
  80. Atari emulator
  81. ;
  82. MSG_EXP_GFX             (//49)
  83. graphics
  84. MSG_EXP_GFXRAM          (//49)
  85. graphics RAM
  86. ;
  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
  101. ;
  102. MSG_EXP_MODEM           (//49)
  103. internal modem
  104. MSG_EXP_ISDN            (//49)
  105. internal ISDN
  106. ;
  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
  117. ;
  118. MSG_EXP_RAM             (//49)
  119. RAM expansion
  120. MSG_EXP_FLASHROM        (//49)
  121. Flash ROM
  122. ;
  123. MSG_EXP_SCSIIDE         (//49)
  124. SCSI/IDE controller
  125. MSG_EXP_RAMFPU          (//49)
  126. RAM expansion / FPU
  127. ;
  128. ;================================================================
  129. ;       ALERT GENERAL ERROR (1024..)
  130. ;================================================================
  131. ;
  132. MSG_ALERT_RECOVERY      (1024//49)
  133. Recoverable
  134. MSG_ALERT_DEADEND       (//49)
  135. Deadend
  136. MSG_ALERT_UNKNOWN       (//49)
  137. Unknown
  138. MSG_AG_BADPARM          (//49)
  139. Bad parameter
  140. MSG_AG_CLOSEDEV         (//49)
  141. Cannot close device
  142. MSG_AG_CLOSELIB         (//49)
  143. Cannot close library
  144. MSG_AG_GENERAL          (//49)
  145. General fault
  146. MSG_AG_IOERROR          (//49)
  147. I/O error
  148. MSG_AG_MAKELIB          (//49)
  149. Cannot make library
  150. MSG_AG_NOMEMORY         (//49)
  151. No memory
  152. MSG_AG_NOSIGNAL         (//49)
  153. No signal
  154. MSG_AG_OPENDEV          (//49)
  155. Cannot open device
  156. MSG_AG_OPENLIB          (//49)
  157. Cannot open library
  158. MSG_AG_OPENRES          (//49)
  159. Cannot open resource
  160. MSG_AG_PROCCREATE       (//49)
  161. Process creation failed
  162. ;
  163. ;================================================================
  164. ;       ALERT ERROR (2048..)
  165. ;================================================================
  166. ;
  167. MSG_ACPU_ADDRESSERR     (2048//49)
  168. Illegal address access
  169. MSG_ACPU_AUTOVEC1       (//49)
  170. AutoVector Level 1 interrupt error
  171. MSG_ACPU_AUTOVEC2       (//49)
  172. AutoVector Level 2 interrupt error
  173. MSG_ACPU_AUTOVEC3       (//49)
  174. AutoVector Level 3 interrupt error
  175. MSG_ACPU_AUTOVEC4       (//49)
  176. AutoVector Level 4 interrupt error
  177. MSG_ACPU_AUTOVEC5       (//49)
  178. AutoVector Level 5 interrupt error
  179. MSG_ACPU_AUTOVEC6       (//49)
  180. AutoVector Level 6 interrupt error
  181. MSG_ACPU_AUTOVEC7       (//49)
  182. AutoVector Level 7 interrupt error
  183. MSG_ACPU_BUSERR         (//49)
  184. Hardware bus fault/access error
  185. MSG_ACPU_CHK            (//49)
  186. Check instruction error
  187. MSG_ACPU_COPRVIOL       (//49)
  188. Coprocessor protocol violation
  189. MSG_ACPU_DIVZERO        (//49)
  190. Divide by zero
  191. MSG_ACPU_FORMAT         (//49)
  192. Stack frame format error
  193. MSG_ACPU_FPCPBRANCH     (//49)
  194. FPCP branch or set on unordered condition
  195. MSG_ACPU_FPCPDIVZERO    (//49)
  196. FPCP divide by zero
  197. MSG_ACPU_FPCPINEXACT    (//49)
  198. FPCP inexact result
  199. MSG_ACPU_FPCPOPERROR    (//49)
  200. FPCP operand error
  201. MSG_ACPU_FPCPOVER       (//49)
  202. FPCP overflow
  203. MSG_ACPU_FPCPUNDER      (//49)
  204. FPCP underflow
  205. MSG_ACPU_INF            (//49)
  206. FPCP signaling infinity
  207. MSG_ACPU_INSTERR        (//49)
  208. Illegal instruction
  209. MSG_ACPU_LINEA          (//49)
  210. Line 1010 Emulator error
  211. MSG_ACPU_LINEF          (//49)
  212. Line 1111 Emulator error
  213. MSG_ACPU_MMUACCVIOL     (//49)
  214. PMMU access level violation
  215. MSG_ACPU_MMUCONFIG      (//49)
  216. PMMU configuration
  217. MSG_ACPU_MMUILLEGAL     (//49)
  218. PMMU illegal configuration
  219. MSG_ACPU_NAN            (//49)
  220. FPCP signaling NAN
  221. MSG_ACPU_PRIVERR        (//49)
  222. Privilege violation error
  223. MSG_ACPU_SPURIOUS       (//49)
  224. Spurious interrupt error
  225. MSG_ACPU_TRACE          (//49)
  226. Trace error
  227. MSG_ACPU_TRAPV          (//49)
  228. TrapV instruction error
  229. MSG_AN_ADDSWGADGET      (//49)
  230. Add SW gadgets, no memory
  231. MSG_AN_ASYNCPKT         (//49)
  232. Unexpected packet received
  233. MSG_AN_AUDIODEV         (//49)
  234. Audio device trouble
  235. MSG_AN_BADCHKSUM        (//49)
  236. Invalid checksum
  237. MSG_AN_BADEXPANSIONFREE (//49)
  238. Freeed free region
  239. MSG_AN_BADFREEADDR      (//49)
  240. Memory header not located
  241. MSG_AN_BADGADGET        (//49)
  242. Recovery form of AN_GadgetType
  243. MSG_AN_BADINITFUNC      (//49)
  244. Invalid init packet for cli/shell
  245. MSG_AN_BADMESSAGE       (//49)
  246. Bad Message received by IDCMP
  247. MSG_AN_BADOVERLAY       (//49)
  248. Bad overlay
  249. MSG_AN_BADQUICKINT      (//49)
  250. An uninitialized quick interrupt has happened
  251. MSG_AN_BADSEGLIST       (//49)
  252. Overlays are illegal for library segments
  253. MSG_AN_BADSEMAPHORE     (//49)
  254. An attempt was made to use old msg semaphores
  255. MSG_AN_BADSTATE         (//49)
  256. Bad State Return entering Intuition
  257. MSG_AN_BASECHKSUM       (//49)
  258. Execbase checksum bad
  259. MSG_AN_BITMAP           (//49)
  260. Bitmap corrupt
  261. MSG_AN_BLTBITMAP        (//49)
  262. BltBitMap, no memory
  263. MSG_AN_BOGUSEXCPT       (//49)
  264. Illegal 68k exception taken
  265. MSG_AN_BOOTERROR        (//49)
  266. Boot code returned an error
  267. MSG_AN_BOOTSTRAP        (//49)
  268. Bootstrap trouble
  269. MSG_AN_CIARSRC          (//49)
  270. cia.resource trouble
  271. MSG_AN_CONSOLEDEV       (//49)
  272. colsole.device trouble
  273. MSG_AN_CREATEPORT       (//49)
  274. Create port, no memory
  275. MSG_AN_DISKBLKSEQ       (//49)
  276. Disk block sequence error
  277. MSG_AN_DISKCOPY         (//49)
  278. DiskCopy trouble
  279. MSG_AN_DISKERROR        (//49)
  280. Disk Error
  281. MSG_AN_DISKFONTLIB      (//49)
  282. diskfont.library trouble
  283. MSG_AN_DISKRSRC         (//49)
  284. disk.resource trouble
  285. MSG_AN_DOSLIB           (//49)
  286. dos.library trouble
  287. MSG_AN_DRHASDISK        (//49)
  288. Get unit: already has disk
  289. MSG_AN_DRINTNOACT       (//49)
  290. Interrupt: no active unit
  291. MSG_AN_ENDTASK          (//49)
  292. EndTask didn't
  293. MSG_AN_EXCPTVECT        (//49)
  294. 68000 exception vector checksum
  295. MSG_AN_EXECLIB          (//49)
  296. exec.library trouble
  297. MSG_AN_EXPANSIONLIB     (//49)
  298. expansion.library trouble
  299. MSG_AN_FILERECLOSED     (//49)
  300. A filehandle was closed more than once
  301. MSG_AN_FREETWICE        (//49)
  302. Freeing memory that is already free
  303. MSG_AN_FREEVEC          (//49)
  304. Freevec failed
  305. MSG_AN_GADGETTYPE       (//49)
  306. Unknown gadget type
  307. MSG_AN_GADTOOLS         (//49)
  308. gadtools.library trouble
  309. MSG_AN_GAMEPORTDEV      (//49)
  310. gameport.device trouble
  311. MSG_AN_GFXFREEERROR     (//49)
  312. Error freeing graphics
  313. MSG_AN_GFXNEWERROR      (//49)
  314. New graphics error
  315. MSG_AN_GFXNOLCM         (//49)
  316. Emergency memory not available
  317. MSG_AN_GFXNOMEM         (//49)
  318. Graphics out of memory
  319. MSG_AN_GFXNOMEMMSPC     (//49)
  320. MonitorSpec alloc, no memory
  321. MSG_AN_GRAPHICSLIB      (//49)
  322. graphics.library trouble
  323. MSG_AN_ICONLIB          (//49)
  324. icon.library trouble
  325. MSG_AN_INITAPTR         (//49)
  326. InitStruct() of an APTR source
  327. MSG_AN_INTRMEM          (//49)
  328. No memory for interrupt servers
  329. MSG_AN_INTUITION        (//49)
  330. intuition.library trouble
  331. MSG_AN_IOAFTERCLOSE     (//49)
  332. IO attempted on closed IORequest
  333. MSG_AN_IOUSEDTWICE      (//49)
  334. Attempt to reuse active IORequest
  335. MSG_AN_ISEMORDER        (//49)
  336. Intuition obtained a sem in bad order
  337. MSG_AN_ITEMALLOC        (//49)
  338. Item plane alloc, no memory
  339. MSG_AN_ITEMBOXTOP       (//49)
  340. Item box top < RelZero
  341. MSG_AN_KEYBOARDDEV      (//49)
  342. keyboard.device trouble
  343. MSG_AN_KEYFREE          (//49)
  344. Key already free
  345. MSG_AN_KEYRANGE         (//49)
  346. Key out of range
  347. MSG_AN_LAYERSLIB        (//49)
  348. layers.library trouble
  349. MSG_AN_LAYERSNOMEM      (//49)
  350. Layers out of memory
  351. MSG_AN_LIBCHKSUM        (//49)
  352. Library checksum failure
  353. MSG_AN_LONGFRAME        (//49)
  354. Long frame, no memory
  355. MSG_AN_MAKEVPORT        (//49)
  356. MakeVPort, no memory
  357. MSG_AN_MATHLIB          (//49)
  358. math.library trouble
  359. MSG_AN_MEMCORRUPT       (//49)
  360. Corrupt memory list detected in FreeMem
  361. MSG_AN_MEMORYINSANE     (//49)
  362. Sanity check on memory list failed
  363. MSG_AN_MISCRSRC         (//49)
  364. misc.resource trouble
  365. MSG_AN_NOCONSOLE        (//49)
  366. Couldn't open the Console Device
  367. MSG_AN_NOFONTS          (//49)
  368. No fonts available
  369. MSG_AN_NOISEM           (//49)
  370. Intuition skipped obtaining a semaphore
  371. MSG_AN_NOWINDOW         (//49)
  372. Console can't open initial window
  373. MSG_AN_OBSOLETEFONT     (//49)
  374. Unsupported font description used
  375. MSG_AN_OPENSCREEN       (//49)
  376. Open screen, no memory
  377. MSG_AN_OPENSCRNRAST     (//49)
  378. Open screen, raster alloc, no memory
  379. MSG_AN_OPENWINDOW       (//49)
  380. Open window, no memory
  381. MSG_AN_PLANEALLOC       (//49)
  382. Plane alloc, no memory
  383. MSG_AN_QPKTFAIL         (//49)
  384. Qpkt failure
  385. MSG_AN_RAMLIB           (//49)
  386. ramlib trouble
  387. MSG_AN_REGIONMEMORY     (//49)
  388. Regions, memory not available
  389. MSG_AN_SEMCORRUPT       (//49)
  390. A semaphore is in an illegal state
  391. MSG_AN_SHORTFRAME       (//49)
  392. Short frame, no memory
  393. MSG_AN_STACKPROBE       (//49)
  394. Stack appears to extend out of range
  395. MSG_AN_STARTMEM         (//49)
  396. No memory at startup
  397. MSG_AN_SUBALLOC         (//49)
  398. Sub alloc, no memory
  399. MSG_AN_SYSSCRNTYPE      (//49)
  400. Open sys screen, unknown type
  401. MSG_AN_TDCALIBSEEK      (//49)
  402. Calibrate: seek error
  403. MSG_AN_TDDELAY          (//49)
  404. Delay: error on timer wait
  405. MSG_AN_TEXTTMPRAS       (//49)
  406. Text, no memory for TmpRas
  407. MSG_AN_TIMERDEV         (//49)
  408. timer.device trouble
  409. MSG_AN_TMBADREQ         (//49)
  410. Bad request
  411. MSG_AN_TMBADSUPPLY      (//49)
  412. Power supply -- no 50/60hz ticks
  413. MSG_AN_TRACKDISKDEV     (//49)
  414. trackdisk.device trouble
  415. MSG_AN_UTILITYLIB       (//49)
  416. utility.library trouble
  417. MSG_AN_WBBADIOMSG       (//49)
  418. Bad IO message (hacker code?)
  419. MSG_AN_WBBADSTARTUPMSG2 (//49)
  420. Bad startup message 2
  421. MSG_AN_WBRELAYOUTTOOLMENU (//49)
  422. GadTools broke?
  423. MSG_AN_WEIRDECHO        (//49)
  424. Weird echo causing incomprehension
  425. MSG_AN_WORKBENCH        (//49)
  426. Workbench trouble
  427. ;
  428. ;================================================================
  429. ;       HARDWARE STRINGS (4096..)
  430. ;================================================================
  431. ;
  432. MSG_HW_VERSION          (4096//20)
  433. V%ld.%ld
  434. MSG_HW_NOVERSION        (//20)
  435. N/A
  436. MSG_HW_NONE             (//49)
  437. None
  438. ;
  439. MSG_HW_NEWAMIGA         (//49)
  440. New Amiga
  441. MSG_HW_AMIGA1000        (//49)
  442. Amiga 1000
  443. MSG_HW_OCSAMIGA         (//49)
  444. Amiga (OCS)
  445. MSG_HW_ECSAMIGA         (//49)
  446. Amiga (ECS)
  447. MSG_HW_AMIGA3000        (//49)
  448. Amiga 3000
  449. MSG_HW_AMIGA600         (//49)
  450. Amiga 600
  451. MSG_HW_AMIGA1200        (//49)
  452. Amiga 1200
  453. MSG_HW_AMIGA4000        (//49)
  454. Amiga 4000
  455. MSG_HW_CDTV             (//49)
  456. CDTV
  457. MSG_HW_CD32             (//49)
  458. CD32
  459. MSG_HW_DRACO            (//49)
  460. DraCo
  461. MSG_HW_WALKER           (//49)
  462. Walker
  463. ;
  464. MSG_HW_68000            (//49)
  465. 68000
  466. MSG_HW_68010            (//49)
  467. 68010
  468. MSG_HW_68020            (//49)
  469. 68020
  470. MSG_HW_68030            (//49)
  471. 68030
  472. MSG_HW_68040            (//49)
  473. 68040
  474. MSG_HW_68060            (//49)
  475. 68060
  476. ;
  477. MSG_HW_68881            (//49)
  478. 68881
  479. MSG_HW_68882            (//49)
  480. 68882
  481. ;
  482. MSG_HW_68851            (//49)
  483. 68851
  484. ;
  485. MSG_HW_OCS              (//49)
  486. OCS
  487. MSG_HW_ECS              (//49)
  488. ECS
  489. MSG_HW_AGA              (//49)
  490. AGA
  491. MSG_HW_ALTAIS           (//49)
  492. Altais
  493. ;
  494. MSG_HW_AMIGAOS          (//49)
  495. AmigaOS
  496. MSG_HW_CYBERGRAPHX      (//49)
  497. CyberGraphX
  498. MSG_HW_EGS              (//49)
  499. EGS
  500. MSG_HW_GRAFFITI         (//49)
  501. Graffiti
  502. MSG_HW_PROBENCH         (//49)
  503. ProBench
  504. MSG_HW_RETINA           (//49)
  505. Retina
  506. MSG_HW_TIGA             (//49)
  507. TIGA
  508. ;
  509. ;================================================================
  510. ;
  511.