Home » Archimedes archive » Zipped Apps » Thesaurus » !Thesaurus/messages
!Thesaurus/messages
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Zipped Apps » Thesaurus |
Filename: | !Thesaurus/messages |
Read OK: | ✔ |
File size: | 09CA bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
# General fatalerr:Fatal error (%s%d, %s) nooserr:No OS error # This is used when an OS call is used to access a file # but fails with no OS error (eg because a directory was found). notfile:File not found # This is used when a file is tested for being readable, writeable # and not locked against deletion, before attempting to open it locked:Locked # (re)initiallisation errors. Xreadtd:Failed to read main data file (%s) Xmemchh:WimpSlot too small or file corrupt Xmaindata:Failed to read main data. You can only import new data by dragging to iconbar. # failure to access main data file. Xreadch:Failed to access main data (%s) - must exit # Importing text errors/messages - can't even start nottext:You can only import text files Ximport:Failed to read file (%s) Xmemimp:Not enough memory for import wsscrap:Wimp$Scrap wscrapf:<Wimp$Scrap> Xwscrap:Wimp$scrap must be set to import data directly from another program # Importing text errors/messages - syntax errors for text file badchar:Disallowed control code %d nocolon:Can't find any keywords badfstkw:Bad first keyword badkw:Bad keyword after keyword '%s' entend:Expected %c at end of entry '%s' bigentry:Entry for '%s' is too long misabbr:Missing abbreviation in entry '%s' badabbr:Expected %c at end of abbreviation '%s' in entry '%s' unkabbr:Unknown abbreviation '%s' in entry %s twoabbr:Two abbreviations '%s' in entry '%s' expsemi:Expected %c at end of list in entry '%s' misssyn:Missing synonym in entry '%s' zerosyns:No synonyms for keyword '%s' lotssyns:Too many synonyms for keyword '%s' twokeyws:Repeated keyword '%s' # Importing text errors/messages - creating new data msgfrmth:Message from Thesaurus okoverw:File '%s' contains %d keywords and %d synonyms. Ok to overwrite existing data? Xopennd:Failed to open file for new data (%s) Xnewdata:Failed to create new data file (%s) # The last one, probably due to a write error is # nasty since old data is lost # Importing word errors Ximpram:RAM transfer failed (%s) Ximpfil:File load failed (%s) badimpkw:Can't find a keyword in imported data kwnottxt:You can only import plain text as a keyword # Exporting data as text txtfname:Thesaurus Xexpdata:Can't export Thesaurus data (%s) # abbreviations for parts of speech. Max 4 chars, no spaces. abbr1:noun abbr2:verb abbr3:adj abbr4:adv abbr5:intj abbr6:conj abbr7:prep abbr8: abbr9: abbr10: abbr11: abbr12: abbr13: abbr14: abbr15: abbr16: # menu entries ibarMT:Thesaurus ibarME:>Info,>Export,Quit
00000000 0a 0a 23 20 47 65 6e 65 72 61 6c 0a 0a 66 61 74 |..# General..fat| 00000010 61 6c 65 72 72 3a 46 61 74 61 6c 20 65 72 72 6f |alerr:Fatal erro| 00000020 72 20 28 25 73 25 64 2c 20 25 73 29 0a 6e 6f 6f |r (%s%d, %s).noo| 00000030 73 65 72 72 3a 4e 6f 20 4f 53 20 65 72 72 6f 72 |serr:No OS error| 00000040 0a 0a 23 20 54 68 69 73 20 69 73 20 75 73 65 64 |..# This is used| 00000050 20 77 68 65 6e 20 61 6e 20 4f 53 20 63 61 6c 6c | when an OS call| 00000060 20 69 73 20 75 73 65 64 20 74 6f 20 61 63 63 65 | is used to acce| 00000070 73 73 20 61 20 66 69 6c 65 20 0a 23 20 62 75 74 |ss a file .# but| 00000080 20 66 61 69 6c 73 20 77 69 74 68 20 6e 6f 20 4f | fails with no O| 00000090 53 20 65 72 72 6f 72 20 28 65 67 20 62 65 63 61 |S error (eg beca| 000000a0 75 73 65 20 61 20 64 69 72 65 63 74 6f 72 79 20 |use a directory | 000000b0 77 61 73 20 66 6f 75 6e 64 29 2e 0a 6e 6f 74 66 |was found)..notf| 000000c0 69 6c 65 3a 46 69 6c 65 20 6e 6f 74 20 66 6f 75 |ile:File not fou| 000000d0 6e 64 0a 0a 23 20 54 68 69 73 20 69 73 20 75 73 |nd..# This is us| 000000e0 65 64 20 77 68 65 6e 20 61 20 66 69 6c 65 20 69 |ed when a file i| 000000f0 73 20 74 65 73 74 65 64 20 66 6f 72 20 62 65 69 |s tested for bei| 00000100 6e 67 20 72 65 61 64 61 62 6c 65 2c 20 77 72 69 |ng readable, wri| 00000110 74 65 61 62 6c 65 0a 23 20 61 6e 64 20 6e 6f 74 |teable.# and not| 00000120 20 6c 6f 63 6b 65 64 20 61 67 61 69 6e 73 74 20 | locked against | 00000130 64 65 6c 65 74 69 6f 6e 2c 20 62 65 66 6f 72 65 |deletion, before| 00000140 20 61 74 74 65 6d 70 74 69 6e 67 20 74 6f 20 6f | attempting to o| 00000150 70 65 6e 20 69 74 0a 6c 6f 63 6b 65 64 3a 4c 6f |pen it.locked:Lo| 00000160 63 6b 65 64 0a 0a 0a 0a 23 20 28 72 65 29 69 6e |cked....# (re)in| 00000170 69 74 69 61 6c 6c 69 73 61 74 69 6f 6e 20 65 72 |itiallisation er| 00000180 72 6f 72 73 2e 20 0a 0a 58 72 65 61 64 74 64 3a |rors. ..Xreadtd:| 00000190 46 61 69 6c 65 64 20 74 6f 20 72 65 61 64 20 6d |Failed to read m| 000001a0 61 69 6e 20 64 61 74 61 20 66 69 6c 65 20 28 25 |ain data file (%| 000001b0 73 29 0a 58 6d 65 6d 63 68 68 3a 57 69 6d 70 53 |s).Xmemchh:WimpS| 000001c0 6c 6f 74 20 74 6f 6f 20 73 6d 61 6c 6c 20 6f 72 |lot too small or| 000001d0 20 66 69 6c 65 20 63 6f 72 72 75 70 74 0a 58 6d | file corrupt.Xm| 000001e0 61 69 6e 64 61 74 61 3a 46 61 69 6c 65 64 20 74 |aindata:Failed t| 000001f0 6f 20 72 65 61 64 20 6d 61 69 6e 20 64 61 74 61 |o read main data| 00000200 2e 20 20 59 6f 75 20 63 61 6e 20 6f 6e 6c 79 20 |. You can only | 00000210 69 6d 70 6f 72 74 20 6e 65 77 20 64 61 74 61 20 |import new data | 00000220 62 79 20 64 72 61 67 67 69 6e 67 20 74 6f 20 69 |by dragging to i| 00000230 63 6f 6e 62 61 72 2e 0a 0a 0a 23 20 66 61 69 6c |conbar....# fail| 00000240 75 72 65 20 74 6f 20 61 63 63 65 73 73 20 6d 61 |ure to access ma| 00000250 69 6e 20 64 61 74 61 20 66 69 6c 65 2e 20 20 0a |in data file. .| 00000260 0a 58 72 65 61 64 63 68 3a 46 61 69 6c 65 64 20 |.Xreadch:Failed | 00000270 74 6f 20 61 63 63 65 73 73 20 6d 61 69 6e 20 64 |to access main d| 00000280 61 74 61 20 28 25 73 29 20 2d 20 6d 75 73 74 20 |ata (%s) - must | 00000290 65 78 69 74 0a 0a 23 20 49 6d 70 6f 72 74 69 6e |exit..# Importin| 000002a0 67 20 74 65 78 74 20 65 72 72 6f 72 73 2f 6d 65 |g text errors/me| 000002b0 73 73 61 67 65 73 20 2d 20 63 61 6e 27 74 20 65 |ssages - can't e| 000002c0 76 65 6e 20 73 74 61 72 74 0a 0a 6e 6f 74 74 65 |ven start..notte| 000002d0 78 74 3a 59 6f 75 20 63 61 6e 20 6f 6e 6c 79 20 |xt:You can only | 000002e0 69 6d 70 6f 72 74 20 74 65 78 74 20 66 69 6c 65 |import text file| 000002f0 73 0a 58 69 6d 70 6f 72 74 3a 46 61 69 6c 65 64 |s.Ximport:Failed| 00000300 20 74 6f 20 72 65 61 64 20 66 69 6c 65 20 28 25 | to read file (%| 00000310 73 29 0a 58 6d 65 6d 69 6d 70 3a 4e 6f 74 20 65 |s).Xmemimp:Not e| 00000320 6e 6f 75 67 68 20 6d 65 6d 6f 72 79 20 66 6f 72 |nough memory for| 00000330 20 69 6d 70 6f 72 74 0a 77 73 73 63 72 61 70 3a | import.wsscrap:| 00000340 57 69 6d 70 24 53 63 72 61 70 0a 77 73 63 72 61 |Wimp$Scrap.wscra| 00000350 70 66 3a 3c 57 69 6d 70 24 53 63 72 61 70 3e 0a |pf:<Wimp$Scrap>.| 00000360 58 77 73 63 72 61 70 3a 57 69 6d 70 24 73 63 72 |Xwscrap:Wimp$scr| 00000370 61 70 20 6d 75 73 74 20 62 65 20 73 65 74 20 74 |ap must be set t| 00000380 6f 20 69 6d 70 6f 72 74 20 64 61 74 61 20 64 69 |o import data di| 00000390 72 65 63 74 6c 79 20 66 72 6f 6d 20 61 6e 6f 74 |rectly from anot| 000003a0 68 65 72 20 70 72 6f 67 72 61 6d 0a 23 20 49 6d |her program.# Im| 000003b0 70 6f 72 74 69 6e 67 20 74 65 78 74 20 65 72 72 |porting text err| 000003c0 6f 72 73 2f 6d 65 73 73 61 67 65 73 20 2d 20 73 |ors/messages - s| 000003d0 79 6e 74 61 78 20 65 72 72 6f 72 73 20 66 6f 72 |yntax errors for| 000003e0 20 74 65 78 74 20 66 69 6c 65 0a 0a 62 61 64 63 | text file..badc| 000003f0 68 61 72 3a 44 69 73 61 6c 6c 6f 77 65 64 20 63 |har:Disallowed c| 00000400 6f 6e 74 72 6f 6c 20 63 6f 64 65 20 25 64 0a 6e |ontrol code %d.n| 00000410 6f 63 6f 6c 6f 6e 3a 43 61 6e 27 74 20 66 69 6e |ocolon:Can't fin| 00000420 64 20 61 6e 79 20 6b 65 79 77 6f 72 64 73 0a 62 |d any keywords.b| 00000430 61 64 66 73 74 6b 77 3a 42 61 64 20 66 69 72 73 |adfstkw:Bad firs| 00000440 74 20 6b 65 79 77 6f 72 64 0a 62 61 64 6b 77 3a |t keyword.badkw:| 00000450 42 61 64 20 6b 65 79 77 6f 72 64 20 61 66 74 65 |Bad keyword afte| 00000460 72 20 6b 65 79 77 6f 72 64 20 27 25 73 27 0a 65 |r keyword '%s'.e| 00000470 6e 74 65 6e 64 3a 45 78 70 65 63 74 65 64 20 25 |ntend:Expected %| 00000480 63 20 61 74 20 65 6e 64 20 6f 66 20 65 6e 74 72 |c at end of entr| 00000490 79 20 27 25 73 27 0a 62 69 67 65 6e 74 72 79 3a |y '%s'.bigentry:| 000004a0 45 6e 74 72 79 20 66 6f 72 20 27 25 73 27 20 69 |Entry for '%s' i| 000004b0 73 20 74 6f 6f 20 6c 6f 6e 67 0a 6d 69 73 61 62 |s too long.misab| 000004c0 62 72 3a 4d 69 73 73 69 6e 67 20 61 62 62 72 65 |br:Missing abbre| 000004d0 76 69 61 74 69 6f 6e 20 69 6e 20 65 6e 74 72 79 |viation in entry| 000004e0 20 27 25 73 27 0a 62 61 64 61 62 62 72 3a 45 78 | '%s'.badabbr:Ex| 000004f0 70 65 63 74 65 64 20 25 63 20 61 74 20 65 6e 64 |pected %c at end| 00000500 20 6f 66 20 61 62 62 72 65 76 69 61 74 69 6f 6e | of abbreviation| 00000510 20 27 25 73 27 20 69 6e 20 65 6e 74 72 79 20 27 | '%s' in entry '| 00000520 25 73 27 0a 75 6e 6b 61 62 62 72 3a 55 6e 6b 6e |%s'.unkabbr:Unkn| 00000530 6f 77 6e 20 61 62 62 72 65 76 69 61 74 69 6f 6e |own abbreviation| 00000540 20 27 25 73 27 20 69 6e 20 65 6e 74 72 79 20 25 | '%s' in entry %| 00000550 73 0a 74 77 6f 61 62 62 72 3a 54 77 6f 20 61 62 |s.twoabbr:Two ab| 00000560 62 72 65 76 69 61 74 69 6f 6e 73 20 27 25 73 27 |breviations '%s'| 00000570 20 69 6e 20 65 6e 74 72 79 20 27 25 73 27 0a 65 | in entry '%s'.e| 00000580 78 70 73 65 6d 69 3a 45 78 70 65 63 74 65 64 20 |xpsemi:Expected | 00000590 25 63 20 61 74 20 65 6e 64 20 6f 66 20 6c 69 73 |%c at end of lis| 000005a0 74 20 69 6e 20 65 6e 74 72 79 20 27 25 73 27 0a |t in entry '%s'.| 000005b0 6d 69 73 73 73 79 6e 3a 4d 69 73 73 69 6e 67 20 |misssyn:Missing | 000005c0 73 79 6e 6f 6e 79 6d 20 69 6e 20 65 6e 74 72 79 |synonym in entry| 000005d0 20 27 25 73 27 0a 7a 65 72 6f 73 79 6e 73 3a 4e | '%s'.zerosyns:N| 000005e0 6f 20 73 79 6e 6f 6e 79 6d 73 20 66 6f 72 20 6b |o synonyms for k| 000005f0 65 79 77 6f 72 64 20 27 25 73 27 0a 6c 6f 74 73 |eyword '%s'.lots| 00000600 73 79 6e 73 3a 54 6f 6f 20 6d 61 6e 79 20 73 79 |syns:Too many sy| 00000610 6e 6f 6e 79 6d 73 20 66 6f 72 20 6b 65 79 77 6f |nonyms for keywo| 00000620 72 64 20 27 25 73 27 0a 74 77 6f 6b 65 79 77 73 |rd '%s'.twokeyws| 00000630 3a 52 65 70 65 61 74 65 64 20 6b 65 79 77 6f 72 |:Repeated keywor| 00000640 64 20 27 25 73 27 0a 0a 23 20 49 6d 70 6f 72 74 |d '%s'..# Import| 00000650 69 6e 67 20 74 65 78 74 20 65 72 72 6f 72 73 2f |ing text errors/| 00000660 6d 65 73 73 61 67 65 73 20 2d 20 63 72 65 61 74 |messages - creat| 00000670 69 6e 67 20 6e 65 77 20 64 61 74 61 0a 0a 6d 73 |ing new data..ms| 00000680 67 66 72 6d 74 68 3a 4d 65 73 73 61 67 65 20 66 |gfrmth:Message f| 00000690 72 6f 6d 20 54 68 65 73 61 75 72 75 73 0a 6f 6b |rom Thesaurus.ok| 000006a0 6f 76 65 72 77 3a 46 69 6c 65 20 27 25 73 27 20 |overw:File '%s' | 000006b0 63 6f 6e 74 61 69 6e 73 20 25 64 20 6b 65 79 77 |contains %d keyw| 000006c0 6f 72 64 73 20 61 6e 64 20 25 64 20 73 79 6e 6f |ords and %d syno| 000006d0 6e 79 6d 73 2e 20 20 4f 6b 20 74 6f 20 6f 76 65 |nyms. Ok to ove| 000006e0 72 77 72 69 74 65 20 65 78 69 73 74 69 6e 67 20 |rwrite existing | 000006f0 64 61 74 61 3f 0a 58 6f 70 65 6e 6e 64 3a 46 61 |data?.Xopennd:Fa| 00000700 69 6c 65 64 20 74 6f 20 6f 70 65 6e 20 66 69 6c |iled to open fil| 00000710 65 20 66 6f 72 20 6e 65 77 20 64 61 74 61 20 28 |e for new data (| 00000720 25 73 29 0a 58 6e 65 77 64 61 74 61 3a 46 61 69 |%s).Xnewdata:Fai| 00000730 6c 65 64 20 74 6f 20 63 72 65 61 74 65 20 6e 65 |led to create ne| 00000740 77 20 64 61 74 61 20 66 69 6c 65 20 28 25 73 29 |w data file (%s)| 00000750 0a 23 20 54 68 65 20 6c 61 73 74 20 6f 6e 65 2c |.# The last one,| 00000760 20 70 72 6f 62 61 62 6c 79 20 64 75 65 20 74 6f | probably due to| 00000770 20 61 20 77 72 69 74 65 20 65 72 72 6f 72 20 69 | a write error i| 00000780 73 20 0a 23 20 6e 61 73 74 79 20 73 69 6e 63 65 |s .# nasty since| 00000790 20 6f 6c 64 20 64 61 74 61 20 69 73 20 6c 6f 73 | old data is los| 000007a0 74 0a 0a 0a 23 20 49 6d 70 6f 72 74 69 6e 67 20 |t...# Importing | 000007b0 77 6f 72 64 20 65 72 72 6f 72 73 0a 0a 58 69 6d |word errors..Xim| 000007c0 70 72 61 6d 3a 52 41 4d 20 74 72 61 6e 73 66 65 |pram:RAM transfe| 000007d0 72 20 66 61 69 6c 65 64 20 28 25 73 29 0a 58 69 |r failed (%s).Xi| 000007e0 6d 70 66 69 6c 3a 46 69 6c 65 20 6c 6f 61 64 20 |mpfil:File load | 000007f0 66 61 69 6c 65 64 20 28 25 73 29 0a 62 61 64 69 |failed (%s).badi| 00000800 6d 70 6b 77 3a 43 61 6e 27 74 20 66 69 6e 64 20 |mpkw:Can't find | 00000810 61 20 6b 65 79 77 6f 72 64 20 69 6e 20 69 6d 70 |a keyword in imp| 00000820 6f 72 74 65 64 20 64 61 74 61 0a 6b 77 6e 6f 74 |orted data.kwnot| 00000830 74 78 74 3a 59 6f 75 20 63 61 6e 20 6f 6e 6c 79 |txt:You can only| 00000840 20 69 6d 70 6f 72 74 20 70 6c 61 69 6e 20 74 65 | import plain te| 00000850 78 74 20 61 73 20 61 20 6b 65 79 77 6f 72 64 0a |xt as a keyword.| 00000860 0a 23 20 45 78 70 6f 72 74 69 6e 67 20 64 61 74 |.# Exporting dat| 00000870 61 20 61 73 20 74 65 78 74 0a 0a 74 78 74 66 6e |a as text..txtfn| 00000880 61 6d 65 3a 54 68 65 73 61 75 72 75 73 0a 58 65 |ame:Thesaurus.Xe| 00000890 78 70 64 61 74 61 3a 43 61 6e 27 74 20 65 78 70 |xpdata:Can't exp| 000008a0 6f 72 74 20 54 68 65 73 61 75 72 75 73 20 64 61 |ort Thesaurus da| 000008b0 74 61 20 28 25 73 29 0a 0a 0a 0a 23 20 61 62 62 |ta (%s)....# abb| 000008c0 72 65 76 69 61 74 69 6f 6e 73 20 66 6f 72 20 70 |reviations for p| 000008d0 61 72 74 73 20 6f 66 20 73 70 65 65 63 68 2e 20 |arts of speech. | 000008e0 20 4d 61 78 20 34 20 63 68 61 72 73 2c 20 6e 6f | Max 4 chars, no| 000008f0 20 73 70 61 63 65 73 2e 0a 0a 61 62 62 72 31 3a | spaces...abbr1:| 00000900 6e 6f 75 6e 0a 61 62 62 72 32 3a 76 65 72 62 0a |noun.abbr2:verb.| 00000910 61 62 62 72 33 3a 61 64 6a 0a 61 62 62 72 34 3a |abbr3:adj.abbr4:| 00000920 61 64 76 0a 61 62 62 72 35 3a 69 6e 74 6a 0a 61 |adv.abbr5:intj.a| 00000930 62 62 72 36 3a 63 6f 6e 6a 0a 61 62 62 72 37 3a |bbr6:conj.abbr7:| 00000940 70 72 65 70 0a 61 62 62 72 38 3a 0a 61 62 62 72 |prep.abbr8:.abbr| 00000950 39 3a 0a 61 62 62 72 31 30 3a 0a 61 62 62 72 31 |9:.abbr10:.abbr1| 00000960 31 3a 0a 61 62 62 72 31 32 3a 0a 61 62 62 72 31 |1:.abbr12:.abbr1| 00000970 33 3a 0a 61 62 62 72 31 34 3a 0a 61 62 62 72 31 |3:.abbr14:.abbr1| 00000980 35 3a 0a 61 62 62 72 31 36 3a 0a 0a 0a 23 20 6d |5:.abbr16:...# m| 00000990 65 6e 75 20 65 6e 74 72 69 65 73 0a 0a 69 62 61 |enu entries..iba| 000009a0 72 4d 54 3a 54 68 65 73 61 75 72 75 73 0a 69 62 |rMT:Thesaurus.ib| 000009b0 61 72 4d 45 3a 3e 49 6e 66 6f 2c 3e 45 78 70 6f |arME:>Info,>Expo| 000009c0 72 74 2c 51 75 69 74 0a 0a 0a |rt,Quit...| 000009ca