1#! /bin/sh
2
3# Test --unique option.
4
5tmpfiles=""
6trap 'rm -fr $tmpfiles' 1 2 3 15
7
8tmpfiles="$tmpfiles msguniq-2.out"
9: ${MSGUNIQ-msguniq}
10${MSGUNIQ} -w 1000 -u -o msguniq-2.out ${top_srcdir}/tests/msguniq-a.in
11test $? = 0 || { rm -fr $tmpfiles; exit 1; }
12
13tmpfiles="$tmpfiles msguniq-2.ok"
14cat <<\EOF > msguniq-2.ok
15# Template messages for CLISP
16# Copyright (C) 1992-2001 Bruno Haible, Michael Stoll, Marcus Daniels
17# Bruno Haible <haible@clisp.cons.org>, 2001.
18#
19msgid ""
20msgstr ""
21"Project-Id-Version: clisp 2.25.1\n"
22"POT-Creation-Date: 2001-07-21 21:09:38 CEST\n"
23"PO-Revision-Date: 2001-07-21 21:09:38 CEST\n"
24"Last-Translator: Automatically generated <bruno@linuix>\n"
25"Language-Team: Template <xx@li.org>\n"
26"MIME-Version: 1.0\n"
27"Content-Type: text/plain; charset=ISO-8859-1\n"
28"Content-Transfer-Encoding: 8bit\n"
29
30#: constobj.d:376
31msgid "Please choose:"
32msgstr ""
33
34#: constobj.d:380
35msgid "Please choose one of ~:{~A~:^, ~} ."
36msgstr ""
37
38#: constobj.d:383
39msgid "symbol ~A from #<PACKAGE ~A> will become a shadowing symbol"
40msgstr ""
41
42#: constobj.d:385
43msgid "You may choose the symbol in favour of which to resolve the conflict."
44msgstr ""
45
46#: constobj.d:387
47msgid "uninterning ~S from ~S uncovers a name conflict."
48msgstr ""
49
50#: constobj.d:391
51msgid "importing ~S into ~S produces a name conflict with ~S."
52msgstr ""
53
54#: constobj.d:393
55msgid "importing ~S into ~S produces a name conflict with ~S and other symbols."
56msgstr ""
57
58#: constobj.d:395
59msgid "((\"I\" \"import it and unintern the other symbol\" T) (\"N\" \"do not import it, leave undone\" NIL))"
60msgstr ""
61
62#: constobj.d:398
63msgid "((\"I\" \"import it, unintern one other symbol and shadow the other symbols\" T) (\"N\" \"do not import it, leave undone\" NIL))"
64msgstr ""
65
66#: constobj.d:401
67msgid "((\"I\" \"import it and shadow the other symbol\" T) (\"N\" \"do nothing\" NIL))"
68msgstr ""
69
70#: constobj.d:405
71msgid "symbol ~S should be imported into ~S before being exported."
72msgstr ""
73
74#: constobj.d:407
75msgid "((\"I\" \"import the symbol first\" T) (\"N\" \"do nothing, don't export the symbol\" NIL))"
76msgstr ""
77
78#: constobj.d:410
79msgid "You may choose in favour of which symbol to resolve the conflict."
80msgstr ""
81
82#: constobj.d:412
83msgid "exporting ~S from ~S produces a name conflict with ~S from ~S."
84msgstr ""
85
86#: constobj.d:414
87msgid "Which symbol should be accessible in ~S ?"
88msgstr ""
89
90#: constobj.d:418
91msgid "the symbol to export, "
92msgstr ""
93
94#: constobj.d:420
95msgid "the old symbol, "
96msgstr ""
97
98#: constobj.d:422
99msgid "You may choose for every conflict in favour of which symbol to resolve it."
100msgstr ""
101
102#: constobj.d:424
103msgid "~S name conflicts while executing USE-PACKAGE of ~S into package ~S."
104msgstr ""
105
106#: constobj.d:426
107msgid "which symbol with name ~S should be accessible in ~S ?"
108msgstr ""
109
110#: constobj.d:428
111msgid "You can input another name."
112msgstr ""
113
114#: constobj.d:430
115msgid "You can input another nickname."
116msgstr ""
117
118#: constobj.d:432
119msgid "a package with name ~S already exists."
120msgstr ""
121
122#: constobj.d:434
123msgid "Please input new package name:"
124msgstr ""
125
126#: constobj.d:436
127msgid "Please input new package nickname:"
128msgstr ""
129
130#: constobj.d:438
131msgid "Ignore."
132msgstr ""
133
134#: constobj.d:440
135msgid "~S: There is no package with name ~S."
136msgstr ""
137
138#: constobj.d:442
139msgid "~*Nevertheless delete ~S."
140msgstr ""
141
142#: constobj.d:444
143msgid "~S: ~S is used by ~{~S~^, ~}."
144msgstr ""
145
146#: constobj.d:472
147msgid "ANSI C program"
148msgstr ""
149
150#: constobj.d:476
151msgid "GNU C++ "
152msgstr ""
153
154#: constobj.d:479
155msgid "GNU C "
156msgstr ""
157
158#: constobj.d:486
159msgid "C++ compiler"
160msgstr ""
161
162#: constobj.d:489
163msgid "C compiler"
164msgstr ""
165
166#: constobj.d:494
167msgid "ENGLISH"
168msgstr ""
169
170#: constobj.d:510
171msgid "Continue execution"
172msgstr ""
173
174#: constobj.d:512
175msgid "~S: User break"
176msgstr ""
177
178#: constobj.d:662
179msgid "The value of ~S was not a pathname. ~:*~S is being reset."
180msgstr ""
181
182#: constobj.d:667
183msgid "Creating directory: "
184msgstr ""
185
186#: constobj.d:824
187msgid ""
188"The variable ~S had an illegal value.\n"
189"~S has been reset to ~S."
190msgstr ""
191
192#: constobj.d:826
193msgid ""
194"Floating point operation combines numbers of different precision.\n"
195"See ANSI CL 12.1.4.4 and the CLISP impnotes for details.\n"
196"The result's actual precision is controlled by\n"
197"~S.\n"
198"To shut off this warning, set ~S to ~S."
199msgstr ""
200
201#: constobj.d:841
202msgid "Bye."
203msgstr ""
204
205#: constobj.d:843
206msgid "Press a key to terminate..."
207msgstr ""
208
209#: constobj.d:848
210msgid ""
211"\n"
212"  Next environment: "
213msgstr ""
214
215#: constobj.d:850
216msgid ""
217"\n"
218"APPLY frame with breakpoint for call "
219msgstr ""
220
221#: constobj.d:852
222msgid ""
223"\n"
224"APPLY frame for call "
225msgstr ""
226
227#: constobj.d:854
228msgid ""
229"\n"
230"EVAL frame with breakpoint for form "
231msgstr ""
232
233#: constobj.d:856
234msgid ""
235"\n"
236"EVAL frame for form "
237msgstr ""
238
239#: constobj.d:858
240msgid ""
241"\n"
242"frame binding variables (~ = dynamically):"
243msgstr ""
244
245#: constobj.d:861
246msgid ""
247"\n"
248"CALLBACK frame"
249msgstr ""
250
251#: constobj.d:864
252msgid ""
253"\n"
254"frame binding variables "
255msgstr ""
256
257#: constobj.d:866
258msgid ""
259"\n"
260"frame binding functions "
261msgstr ""
262
263#: constobj.d:868
264msgid " binds (~ = dynamically):"
265msgstr ""
266
267#: constobj.d:871
268msgid ""
269"\n"
270"block frame "
271msgstr ""
272
273#: constobj.d:873
274msgid ""
275"\n"
276"nested block frame "
277msgstr ""
278
279#: constobj.d:875
280msgid " for "
281msgstr ""
282
283#: constobj.d:877
284msgid ""
285"\n"
286"compiled block frame for "
287msgstr ""
288
289#: constobj.d:879
290msgid ""
291"\n"
292"tagbody frame "
293msgstr ""
294
295#: constobj.d:881
296msgid ""
297"\n"
298"nested tagbody frame "
299msgstr ""
300
301#: constobj.d:883
302msgid " for"
303msgstr ""
304
305#: constobj.d:886
306msgid ""
307"\n"
308"compiled tagbody frame for "
309msgstr ""
310
311#: constobj.d:888
312msgid ""
313"\n"
314"catch frame for tag "
315msgstr ""
316
317#: constobj.d:890
318msgid ""
319"\n"
320"handler frame for conditions"
321msgstr ""
322
323#: constobj.d:892
324msgid ""
325"\n"
326"unwind-protect frame"
327msgstr ""
328
329#: constobj.d:894
330msgid ""
331"\n"
332"\n"
333"driver frame"
334msgstr ""
335
336#: constobj.d:896
337msgid ""
338"\n"
339"frame binding environments"
340msgstr ""
341
342#: spvw.d:595
343msgid "could not make symbol value per-thread"
344msgstr ""
345
346#: spvw.d:659
347msgid ""
348"\n"
349"*** - Program stack overflow. RESET"
350msgstr ""
351
352#: spvw.d:664
353msgid ""
354"\n"
355"*** - Lisp stack overflow. RESET"
356msgstr ""
357
358#: spvw.d:801
359msgid ""
360"internal error: statement in file ~, line ~ has been reached!!\n"
361"Please send the authors of the program a description how you produced this error!"
362msgstr ""
363
364#: spvw.d:863
365msgid "Unknown signature of an FSUBR\n"
366msgstr ""
367
368#: spvw.d:972
369msgid "Unknown signature of a SUBR\n"
370msgstr ""
371
372#: spvw.d:1614
373msgid "module `%s' requires package %s.\n"
374msgstr ""
375
376#: spvw.d:1655
377msgid ""
378"GNU CLISP (http://clisp.cons.org/) is an ANSI Common Lisp.\n"
379"Usage:  "
380msgstr ""
381
382#: spvw.d:1658
383msgid ""
384" [options] [lispfile [argument ...]]\n"
385" When `lispfile' is given, it is loaded and `*ARGS*' is set\n"
386" to the list of argument strings. Otherwise, an interactive\n"
387" read-eval-print loop is entered.\n"
388msgstr ""
389
390#: spvw.d:1662
391msgid "Informative output:\n"
392msgstr ""
393
394#: spvw.d:1663
395msgid " -h, --help  - print this help and exit\n"
396msgstr ""
397
398#: spvw.d:1664
399msgid " --version   - print the version information\n"
400msgstr ""
401
402#: spvw.d:1665
403msgid " --license   - print the licensing information\n"
404msgstr ""
405
406#: spvw.d:1666
407msgid "Memory image selection:\n"
408msgstr ""
409
410#: spvw.d:1667
411msgid " -B lisplibdir - set the installation directory\n"
412msgstr ""
413
414#: spvw.d:1669
415msgid " -K linkingset - use this executable and memory image\n"
416msgstr ""
417
418#: spvw.d:1671
419msgid " -M memfile  - use this memory image\n"
420msgstr ""
421
422#: spvw.d:1672
423msgid " -m size     - memory size (size = xxxxxxxB or xxxxKB or xMB)\n"
424msgstr ""
425
426#: spvw.d:1674
427msgid " -s size     - stack size (size = xxxxxxxB or xxxxKB or xMB)\n"
428msgstr ""
429
430#: spvw.d:1677
431msgid " -t tmpdir   - temporary directory for memmap\n"
432msgstr ""
433
434#: spvw.d:1679
435msgid "Internationalization:\n"
436msgstr ""
437
438#: spvw.d:1680
439msgid " -L language - set user language\n"
440msgstr ""
441
442#: spvw.d:1681
443msgid " -N nlsdir   - NLS catalog directory\n"
444msgstr ""
445
446#: spvw.d:1682
447msgid " -Edomain encoding - set encoding\n"
448msgstr ""
449
450#: spvw.d:1683
451msgid "Interoperability:\n"
452msgstr ""
453
454#: spvw.d:1684
455msgid " -q, --quiet, --silent - do not print the banner\n"
456msgstr ""
457
458#: spvw.d:1685
459msgid " -w          - wait for keypress after program termination\n"
460msgstr ""
461
462#: spvw.d:1686
463msgid " -I          - be ILISP-friendly\n"
464msgstr ""
465
466#: spvw.d:1687
467msgid "Startup actions:\n"
468msgstr ""
469
470#: spvw.d:1688
471msgid " -a          - more ANSI CL compliance\n"
472msgstr ""
473
474#: spvw.d:1689
475msgid " -p package  - start in the package\n"
476msgstr ""
477
478#: spvw.d:1690
479msgid " -C          - set *LOAD-COMPILING* to T\n"
480msgstr ""
481
482#: spvw.d:1691
483msgid " -norc       - do not load the user ~/.clisprc file\n"
484msgstr ""
485
486#: spvw.d:1692
487msgid " -i file     - load initfile (can be repeated)\n"
488msgstr ""
489
490#: spvw.d:1693
491msgid "Actions:\n"
492msgstr ""
493
494#: spvw.d:1694
495msgid " -c [-l] lispfile [-o outputfile] - compile LISPFILE\n"
496msgstr ""
497
498#: spvw.d:1695
499msgid " -x expression - execute the expression, then exit\n"
500msgstr ""
501
502#: spvw.d:1696
503msgid " lispfile [argument ...] - load lispfile, then exit\n"
504msgstr ""
505
506#: spvw.d:1697
507msgid "Default action is an interactive read-eval-print loop.\n"
508msgstr ""
509
510#: spvw.d:1755
511msgid "                    Amiga version: Joerg Hoehle\n"
512msgstr ""
513
514#: spvw.d:1759
515msgid "                    RISCOS port: Peter Burwood, Bruno Haible\n"
516msgstr ""
517
518#: spvw.d:1970
519msgid "Syntax for %s: nnnnnnn or nnnnKB or nMB\n"
520msgstr ""
521
522#: spvw.d:1974
523msgid "%s out of range\n"
524msgstr ""
525
526#: spvw.d:1986
527msgid "memory size"
528msgstr ""
529
530#: spvw.d:1996
531msgid "stack size"
532msgstr ""
533
534#: spvw.d:2317
535msgid "Return value of malloc() = %x is not compatible with type code distribution.\n"
536msgstr ""
537
538#: spvw.d:2324
539msgid "Only %d bytes available.\n"
540msgstr ""
541
542#: spvw.d:2558
543msgid "Couldn't determine the end of the SP stack!\n"
544msgstr ""
545
546#: spvw.d:2779
547msgid ""
548"\n"
549"WARNING: No initialisation file specified.\n"
550msgstr ""
551
552#: spvw.d:2797
553msgid ""
554"\n"
555"WARNING: No installation directory specified.\n"
556msgstr ""
557
558#: spvw.d:3002
559msgid "Not enough memory for Lisp.\n"
560msgstr ""
561
562#: spvw_alloca.d:49
563msgid ""
564"\n"
565"*** - Virtual memory exhausted. RESET"
566msgstr ""
567
568#: spvw_alloca.d:51
569msgid ""
570"\n"
571"*** - Memory exhausted. RESET"
572msgstr ""
573
574#: spvw_mmap.d:188
575msgid "Cannot reserve address range at 0x%x ."
576msgstr ""
577
578#: spvw_mmap.d:199
579msgid "Cannot reserve address range 0x%x-0x%x ."
580msgstr ""
581
582#: spvw_mmap.d:252
583msgid "CreateFileMapping() failed."
584msgstr ""
585
586#: spvw_mmap.d:259
587msgid "MapViewOfFileEx(addr=0x%x,off=0x%x) failed."
588msgstr ""
589
590#: spvw_mmap.d:266
591msgid "MapViewOfFileEx() returned 0x%x instead of 0x%x.\n"
592msgstr ""
593
594#: spvw_mmap.d:283
595msgid "VirtualFree() failed."
596msgstr ""
597
598#: spvw_mmap.d:299
599msgid "VirtualProtect() failed."
600msgstr ""
601
602#: spvw_multimap.d:144
603msgid "msync(0x%x,0x%x,MS_INVALIDATE) fails."
604msgstr ""
605
606#: spvw_multimap.d:209
607msgid "Cannot open %s ."
608msgstr ""
609
610#: spvw_multimap.d:220
611msgid "Cannot delete %s ."
612msgstr ""
613
614#: spvw_multimap.d:235
615msgid "** WARNING: ** Too few free disk space for %s .\n"
616msgstr ""
617
618#: spvw_multimap.d:238
619msgid "Please restart LISP with fewer memory (option -m).\n"
620msgstr ""
621
622#: spvw_multimap.d:246
623msgid "Cannot make %s long enough."
624msgstr ""
625
626#: spvw_multimap.d:265
627msgid "Cannot fill %s ."
628msgstr ""
629
630#: spvw_multimap.d:282
631msgid "Cannot close %s ."
632msgstr ""
633
634#: spvw_multimap.d:317
635msgid "Cannot close /dev/zero ."
636msgstr ""
637
638#: spvw_multimap.d:353
639msgid "Recompile your operating system with SYSV IPC support.\n"
640msgstr ""
641
642#: spvw_multimap.d:367
643msgid "Cannot allocate private shared memory segment."
644msgstr ""
645
646#: spvw_multimap.d:389
647msgid "Cannot map shared memory to address 0x%x."
648msgstr ""
649
650#: spvw_multimap.d:412
651msgid "Cannot fill shared memory."
652msgstr ""
653
654#: spvw_multimap.d:418
655msgid "Could not fill shared memory."
656msgstr ""
657
658#: spvw_multimap.d:433
659msgid "Cannot remove shared memory segment."
660msgstr ""
661
662#: spvw_fault.d:482
663msgid "mprotect() fails."
664msgstr ""
665
666#: spvw_sigsegv.d:31
667msgid ""
668"\n"
669"SIGSEGV cannot be cured. Fault address = 0x%x.\n"
670msgstr ""
671
672#: spvw_sigsegv.d:73
673msgid "Apollo 13 scenario: Stack overflow handling failed. On the next stack overflow we will crash!!!\n"
674msgstr ""
675
676#: spvw_garcol.d:2020
677msgid "munmap() fails."
678msgstr ""
679
680#: spvw_allocate.d:34
681msgid "No more room for LISP objects"
682msgstr ""
683
684#: spvw_allocate.d:54
685msgid ""
686"\n"
687"*** - No more room for LISP objects: RESET"
688msgstr ""
689
690#: spvw_memfile.d:235
691msgid "disk full"
692msgstr ""
693
694#: spvw_memfile.d:763
695msgid "operating system error during load of initialisation file `%s'\n"
696msgstr ""
697
698#: spvw_memfile.d:1235
699msgid "Cannot map the initialisation file into memory."
700msgstr ""
701
702#: spvw_memfile.d:1514
703msgid "operating system error during load of initialisation file\n"
704msgstr ""
705
706#: spvw_memfile.d:1520
707msgid "initialisation file was not created by this version of LISP\n"
708msgstr ""
709
710#: spvw_memfile.d:1524
711msgid "not enough memory for initialisation\n"
712msgstr ""
713
714#: eval.d:553
715msgid "~: ~ is a constant, cannot be bound dynamically"
716msgstr ""
717
718#: eval.d:1730
719msgid "FUNCTION: lambda-list for ~ is missing"
720msgstr ""
721
722#: eval.d:1740
723msgid "FUNCTION: lambda-list for ~ should be a list, not ~"
724msgstr ""
725
726#: eval.d:1853
727msgid "FUNCTION: illegal declaration ~"
728msgstr ""
729
730#: eval.d:1864
731msgid "FUNCTION: ~ is not a symbol, cannot be declared SPECIAL"
732msgstr ""
733
734#: eval.d:1947
735msgid "FUNCTION: too long variable specification after &OPTIONAL: ~"
736msgstr ""
737
738#: eval.d:1988
739msgid "FUNCTION: &REST var must be followed by &KEY or &AUX or end of list: ~"
740msgstr ""
741
742#: eval.d:1993
743msgid "FUNCTION: &REST must be followed by a variable: ~"
744msgstr ""
745
746#: eval.d:2044
747msgid "FUNCTION: ~ in ~ is not a symbol"
748msgstr ""
749
750#: eval.d:2100
751msgid "FUNCTION: incorrect variable specification after &KEY: ~"
752msgstr ""
753
754#: eval.d:2107
755msgid "FUNCTION: &ALLOW-OTHER-KEYS must be followed by &AUX or end of list: ~"
756msgstr ""
757
758#: eval.d:2142
759msgid "FUNCTION: too long variable specification after &AUX: ~"
760msgstr ""
761
762#: eval.d:2165
763msgid "FUNCTION: badly placed lambda-list keyword ~: ~"
764msgstr ""
765
766#: eval.d:2170
767msgid "FUNCTION: ~ is not a symbol, may not be used as a variable"
768msgstr ""
769
770#: eval.d:2175
771msgid "FUNCTION: ~ is a constant, may not be used as a variable"
772msgstr ""
773
774#: eval.d:2182
775msgid "FUNCTION: too many parameters in the lambda-list ~"
776msgstr ""
777
778#: eval.d:2189
779msgid "FUNCTION: a dot in a lambda-list is allowed only for macros, not here: ~"
780msgstr ""
781
782#: eval.d:2269
783msgid "~: ~ is a special operator, not a function"
784msgstr ""
785
786#: eval.d:2303
787msgid "~: the function ~ is undefined"
788msgstr ""
789
790#: eval.d:2411
791msgid "EVAL/APPLY: keyword arguments for ~ should occur pairwise"
792msgstr ""
793
794#: eval.d:2439
795msgid "EVAL/APPLY: ~ is not a symbol"
796msgstr ""
797
798#: eval.d:2465
799msgid "EVAL/APPLY: keyword ~ is illegal for ~. The possible keywords are ~"
800msgstr ""
801
802#: eval.d:2659
803msgid "EVAL/APPLY: too few arguments given to ~"
804msgstr ""
805
806#: eval.d:3153
807msgid "EVAL: variable ~ has no value"
808msgstr ""
809
810#: eval.d:3332
811msgid "EVAL: too few parameters for special-form ~: ~"
812msgstr ""
813
814#: eval.d:3346
815msgid "EVAL: too many parameters for special-form ~: ~"
816msgstr ""
817
818#: eval.d:3359
819msgid "EVAL: dotted parameter list for special form ~: ~"
820msgstr ""
821
822#: eval.d:3426
823msgid "EVAL: too few arguments given to ~: ~"
824msgstr ""
825
826#: eval.d:3439
827msgid "EVAL: too many arguments given to ~: ~"
828msgstr ""
829
830#: eval.d:3452
831msgid "EVAL: argument list given to ~ is dotted: ~"
832msgstr ""
833
834#: eval.d:4295
835msgid "APPLY: argument list given to ~ is dotted"
836msgstr ""
837
838#: eval.d:4307
839msgid "APPLY: too many arguments given to ~"
840msgstr ""
841
842#: eval.d:4319
843msgid "APPLY: too few arguments given to ~"
844msgstr ""
845
846#: eval.d:6813
847msgid "assignment to constant symbol ~ is impossible"
848msgstr ""
849
850#: eval.d:7743
851msgid "STACK corrupted"
852msgstr ""
853
854#: eval.d:8127
855msgid "~: ~ is not a correct index into ~"
856msgstr ""
857
858#: eval.d:8739
859msgid "undefined bytecode in ~ at byte ~"
860msgstr ""
861
862#: eval.d:8749
863msgid "too many return values"
864msgstr ""
865
866#: eval.d:8756
867msgid "Corrupted STACK in ~ at byte ~"
868msgstr ""
869
870#: control.d:63
871msgid "~: function name ~ should be a symbol"
872msgstr ""
873
874#: control.d:91
875msgid "~: undefined function ~"
876msgstr ""
877
878#: control.d:129
879msgid "~: ~ has no dynamic value"
880msgstr ""
881
882#: control.d:261
883msgid "~: the value of the constant ~ may not be altered"
884msgstr ""
885
886#: control.d:289
887msgid "~ called with odd number of arguments: ~"
888msgstr ""
889
890#: control.d:299
891msgid "dotted list given to ~ : ~"
892msgstr ""
893
894#: control.d:399
895msgid "~: the value of the constant ~ must not be removed"
896msgstr ""
897
898#: control.d:424
899msgid "~: the special operator definition of ~ must not be removed"
900msgstr ""
901
902#: control.d:506
903msgid "~: doc-strings are not allowed here: ~"
904msgstr ""
905
906#: control.d:579
907msgid "~: ~ is not a symbol, but was declared SPECIAL"
908msgstr ""
909
910#: control.d:661
911msgid "~: symbol ~ is declared special and must not be declared a macro"
912msgstr ""
913
914#: control.d:668
915msgid "~: symbol ~ must not be declared SPECIAL and a macro at the same time"
916msgstr ""
917
918#: control.d:697
919msgid "~: too many variables and/or declarations"
920msgstr ""
921
922#: control.d:981
923msgid "~: ~ is not a function specification"
924msgstr ""
925
926#: control.d:1146
927msgid "~: ~ is not a macro specification"
928msgstr ""
929
930#: control.d:1154
931msgid "~: macro name ~ should be a symbol"
932msgstr ""
933
934#: control.d:1192
935msgid "~: ~ is not a function and macro specification"
936msgstr ""
937
938#: control.d:1200
939msgid "~: function and macro name ~ should be a symbol"
940msgstr ""
941
942#: control.d:1327
943msgid "~: clause ~ should be a list"
944msgstr ""
945
946#: control.d:1360
947msgid "~: missing key list: ~"
948msgstr ""
949
950#: control.d:1370
951msgid "~: the ~ clause must be the last one"
952msgstr ""
953
954#: control.d:1434
955msgid "~: the block named ~ has already been left"
956msgstr ""
957
958#: control.d:1473
959msgid "~: no block named ~ is currently visible"
960msgstr ""
961
962#: control.d:1722
963msgid "~: ~ is neither tag nor form"
964msgstr ""
965
966#: control.d:1768
967msgid "~: illegal tag ~"
968msgstr ""
969
970#: control.d:1807
971msgid "~: tagbody for tag ~ has already been left"
972msgstr ""
973
974#: control.d:1822
975msgid "~: no tag named ~ is currently visible"
976msgstr ""
977
978#: control.d:1841
979msgid "~: too many values"
980msgstr ""
981
982#: control.d:1886
983msgid "~: too many arguments to ~"
984msgstr ""
985
986#: control.d:2149
987msgid "Argument ~ is not a macroexpansion environment"
988msgstr ""
989
990#: control.d:2211
991msgid "declarations ~ are not allowed here"
992msgstr ""
993
994#: control.d:2233
995msgid "~: ~ evaluated to the values ~, not of type ~"
996msgstr ""
997
998#: control.d:2249
999msgid "~: bad declaration ~"
1000msgstr ""
1001
1002#: control.d:2362
1003msgid "~: ~ may not be used as an environment"
1004msgstr ""
1005
1006#: control.d:2510
1007msgid "no doc-strings allowed here: ~"
1008msgstr ""
1009
1010#: control.d:2575
1011msgid "keyword argument list ~ has an odd length"
1012msgstr ""
1013
1014#: control.d:2611
1015msgid "illegal keyword/value pair ~, ~ in argument list. The allowed keywords are ~"
1016msgstr ""
1017
1018#: encoding.d:47
1019msgid "Character #\\u$$$$ cannot be represented in the character set ~"
1020msgstr ""
1021
1022#: encoding.d:226
1023msgid "character #x$$$$$$$$ in ~ conversion, not a Unicode-16, sorry"
1024msgstr ""
1025
1026#: encoding.d:420
1027msgid "invalid byte #x$$ in ~ conversion, not a Unicode-16"
1028msgstr ""
1029
1030#: encoding.d:438
1031msgid "invalid byte sequence #x$$ #x$$ in ~ conversion"
1032msgstr ""
1033
1034#: encoding.d:459
1035msgid "invalid byte sequence #x$$ #x$$ #x$$ in ~ conversion"
1036msgstr ""
1037
1038#: encoding.d:1064
1039msgid "invalid byte #x$$ in ~ conversion"
1040msgstr ""
1041
1042#: encoding.d:1446
1043msgid "~: illegal :CHARSET argument ~"
1044msgstr ""
1045
1046#: encoding.d:1459
1047msgid "~: illegal :LINE-TERMINATOR argument ~"
1048msgstr ""
1049
1050#: encoding.d:1471
1051msgid "~: illegal :INPUT-ERROR-ACTION argument ~"
1052msgstr ""
1053
1054#: encoding.d:1483
1055msgid "~: illegal :OUTPUT-ERROR-ACTION argument ~"
1056msgstr ""
1057
1058#: encoding.d:1532
1059msgid "~: argument ~ is not a character set"
1060msgstr ""
1061
1062#: encoding.d:2195
1063msgid "~: ~ is not a 1:1 encoding"
1064msgstr ""
1065
1066#: pathname.d:1302
1067msgid "~: host should be NIL, not ~"
1068msgstr ""
1069
1070#: pathname.d:1421
1071msgid "~: argument should be a string, symbol, file stream or pathname, not ~"
1072msgstr ""
1073
1074#: pathname.d:1464
1075msgid "~: filename for ~ is unknown"
1076msgstr ""
1077
1078#: pathname.d:1884
1079msgid "~(~ ~ ~): a logical pathname must contain host"
1080msgstr ""
1081
1082#: pathname.d:2335
1083msgid "~: there is no user named ~"
1084msgstr ""
1085
1086#: pathname.d:2642
1087msgid "~: syntax error in filename ~ at position ~"
1088msgstr ""
1089
1090#: pathname.d:2916
1091msgid "~: argument ~ is not a logical pathname, string, stream or symbol"
1092msgstr ""
1093
1094#: pathname.d:2972
1095msgid "~: endless loop while resolving ~"
1096msgstr ""
1097
1098#: pathname.d:2994
1099msgid "~: unknown logical host ~ in ~"
1100msgstr ""
1101
1102#: pathname.d:3006
1103msgid "~: No replacement rule for ~ is known."
1104msgstr ""
1105
1106#: pathname.d:3400
1107msgid "~: :VERSION-argument should be NIL or a positive fixnum or :WILD or :NEWEST, not ~"
1108msgstr ""
1109
1110#: pathname.d:3427
1111msgid "~: :VERSION-argument should be NIL or :WILD or :NEWEST, not ~"
1112msgstr ""
1113
1114#: pathname.d:4270
1115msgid "~: on host ~, device ~ is invalid, should be NIL"
1116msgstr ""
1117
1118#: pathname.d:4520
1119msgid "~: illegal ~ argument ~"
1120msgstr ""
1121
1122#: pathname.d:4866
1123msgid "wildcards are not allowed here: ~"
1124msgstr ""
1125
1126#: pathname.d:4903
1127msgid "~: argument ~ should be ~, ~, ~, ~, ~, ~ or ~"
1128msgstr ""
1129
1130#: pathname.d:6075
1131msgid "~: replacement pieces ~ do not fit into ~"
1132msgstr ""
1133
1134#: pathname.d:6168
1135msgid "~: ~ is not a specialization of ~"
1136msgstr ""
1137
1138#: pathname.d:6219
1139msgid "(~ ~ ~ ~) is ambiguous: ~"
1140msgstr ""
1141
1142#: pathname.d:6245
1143msgid "nonexistent directory: ~"
1144msgstr ""
1145
1146#: pathname.d:6261
1147msgid "~: File ~ already exists"
1148msgstr ""
1149
1150#: pathname.d:6547
1151msgid "\"..\\\\\" after \"...\\\\\" is invalid: ~"
1152msgstr ""
1153
1154#: pathname.d:6752
1155msgid "Couldn't access current directory"
1156msgstr ""
1157
1158#: pathname.d:6902
1159msgid "~: ~ names a file, not a directory"
1160msgstr ""
1161
1162#: pathname.d:6996
1163msgid "UNIX error while GETWD: ~"
1164msgstr ""
1165
1166#: pathname.d:7005
1167msgid "UNIX GETWD returned ~"
1168msgstr ""
1169
1170#: pathname.d:7107
1171msgid "UNIX REALPATH returned ~"
1172msgstr ""
1173
1174#: pathname.d:7329
1175msgid "~: If a device is specified, the directory must begin with ~: ~"
1176msgstr ""
1177
1178#: pathname.d:7721
1179msgid "no file name given: ~"
1180msgstr ""
1181
1182#: pathname.d:7735
1183msgid "not a directory: ~"
1184msgstr ""
1185
1186#: pathname.d:7804
1187msgid "~: file ~ does not exist"
1188msgstr ""
1189
1190#: pathname.d:7833
1191msgid "~: pathname with type but without name makes no sense: ~"
1192msgstr ""
1193
1194#: pathname.d:8064
1195msgid "cannot delete file ~ since there is file stream open to it"
1196msgstr ""
1197
1198#: pathname.d:8126
1199msgid "cannot rename file ~ since there is file stream open to it"
1200msgstr ""
1201
1202#: pathname.d:8720
1203msgid "file ~ does not exist"
1204msgstr ""
1205
1206#: pathname.d:8726
1207msgid "a file named ~ already exists"
1208msgstr ""
1209
1210#: pathname.d:8788
1211msgid "~: illegal :DIRECTION argument ~"
1212msgstr ""
1213
1214#: pathname.d:8817
1215msgid "~: illegal :IF-EXISTS argument ~"
1216msgstr ""
1217
1218#: pathname.d:8837
1219msgid "~: illegal :IF-DOES-NOT-EXIST argument ~"
1220msgstr ""
1221
1222#: pathname.d:10035
1223msgid "~: cannot change default directory on remote host: ~"
1224msgstr ""
1225
1226#: pathname.d:10081
1227msgid "root directory not allowed here: ~"
1228msgstr ""
1229
1230#: pathname.d:11119
1231msgid "~: library directory is not known, use a command line option to specify it"
1232msgstr ""
1233
1234#: stream.d:619
1235msgid "~: the last character read from ~ was not ~"
1236msgstr ""
1237
1238#: stream.d:627
1239msgid "~ from ~ without ~ before it"
1240msgstr ""
1241
1242#: stream.d:897
1243msgid "~: cannot output to ~"
1244msgstr ""
1245
1246#: stream.d:913
1247msgid "~ is not a character, cannot be output onto ~"
1248msgstr ""
1249
1250#: stream.d:929
1251msgid "~ is not an integer, cannot be output onto ~"
1252msgstr ""
1253
1254#: stream.d:944
1255msgid "integer ~ is out of range, cannot be output onto ~"
1256msgstr ""
1257
1258#: stream.d:997
1259msgid "~: argument ~ should be an input stream"
1260msgstr ""
1261
1262#: stream.d:1015
1263msgid "~: argument ~ should be an output stream"
1264msgstr ""
1265
1266#: stream.d:1354
1267msgid "~: argument should be a symbol, not ~"
1268msgstr ""
1269
1270#: stream.d:2528
1271msgid "~: ~ is not a string input stream"
1272msgstr ""
1273
1274#: stream.d:2658
1275msgid "~: ~ is not a string output stream"
1276msgstr ""
1277
1278#: stream.d:2700
1279msgid "~: argument ~ should be a string with fill pointer"
1280msgstr ""
1281
1282#: stream.d:3002
1283msgid "~: ~ is not a buffered input stream"
1284msgstr ""
1285
1286#: stream.d:3329
1287msgid "~: stream must be a generic-stream, not ~"
1288msgstr ""
1289
1290#: stream.d:3421
1291msgid "~: illegal :BUFFERED argument ~"
1292msgstr ""
1293
1294#: stream.d:3611
1295msgid "~: illegal :EXTERNAL-FORMAT argument ~"
1296msgstr ""
1297
1298#: stream.d:4052
1299msgid "~: Ctrl-C: User break"
1300msgstr ""
1301
1302#: stream.d:4104
1303msgid "unknown character set ~"
1304msgstr ""
1305
1306#: stream.d:6397
1307msgid "Unbuffered streams need an ~ with a bit size being a multiple of 8, not ~"
1308msgstr ""
1309
1310#: stream.d:6789
1311msgid "Closed ~ because disk is full."
1312msgstr ""
1313
1314#: stream.d:6977
1315msgid "cannot position ~ beyond EOF"
1316msgstr ""
1317
1318#: stream.d:8604
1319msgid "~: argument ~ ~ was specified, but ~ is not a regular file."
1320msgstr ""
1321
1322#: stream.d:8639
1323msgid "~: arguments ~ ~ and ~ ~ were specified, but ~ is not a regular file."
1324msgstr ""
1325
1326#: stream.d:8701
1327msgid "file ~ is not an integer file"
1328msgstr ""
1329
1330#: stream.d:10299
1331msgid "Return value ~ of call to ~ contains ~ which is not a ~."
1332msgstr ""
1333
1334#: stream.d:10618
1335msgid "character ~ contains bits, cannot be output onto ~"
1336msgstr ""
1337
1338#: stream.d:11357
1339msgid "RAW mode not supported on ~"
1340msgstr ""
1341
1342#: stream.d:11789
1343msgid "~: argument ~ should be a window stream"
1344msgstr ""
1345
1346#: stream.d:12444
1347msgid "cannot output to standard output"
1348msgstr ""
1349
1350#: stream.d:13840
1351msgid "environment has no TERM variable"
1352msgstr ""
1353
1354#: stream.d:13845
1355msgid "terminal type ~ unknown to termcap"
1356msgstr ""
1357
1358#: stream.d:13870
1359msgid "insufficient terminal: hardcopy terminal"
1360msgstr ""
1361
1362#: stream.d:13874
1363msgid "insufficient terminal: overstrikes, cannot clear output"
1364msgstr ""
1365
1366#: stream.d:13878
1367msgid "insufficient terminal: cannot scroll"
1368msgstr ""
1369
1370#: stream.d:13883
1371msgid "insufficient terminal: cannot clear screen"
1372msgstr ""
1373
1374#: stream.d:13887
1375msgid "insufficient terminal: cannot position cursor randomly"
1376msgstr ""
1377
1378#: stream.d:14399
1379msgid "~: package SCREEN is not implemented"
1380msgstr ""
1381
1382#: stream.d:15928
1383msgid "host should be string, not ~"
1384msgstr ""
1385
1386#: stream.d:15936
1387msgid "display should be a nonnegative fixnum, not ~"
1388msgstr ""
1389
1390#: stream.d:16004
1391msgid "~: stream must be a socket-stream, not ~"
1392msgstr ""
1393
1394#: stream.d:16017
1395msgid "~: argument ~ should be a vector of type (ARRAY (UNSIGNED-BYTE 8) (*))"
1396msgstr ""
1397
1398#: stream.d:16243
1399msgid "~: ~ is not a SOCKET-SERVER"
1400msgstr ""
1401
1402#: stream.d:16309
1403msgid "~: argument ~ is neither an open SOCKET-STREAM nor a positive FIXNUM"
1404msgstr ""
1405
1406#: stream.d:16503
1407msgid "~: argument ~ is not an open SOCKET-STREAM"
1408msgstr ""
1409
1410#: stream.d:16516
1411msgid "~: argument ~ is not a SOCKET-STREAM"
1412msgstr ""
1413
1414#: stream.d:16562
1415msgid "~: list ~ is too long (~ maximum)"
1416msgstr ""
1417
1418#: stream.d:16834
1419msgid "The value of ~ is not a stream: ~"
1420msgstr ""
1421
1422#: stream.d:16838
1423msgid "The value of ~ is not an appropriate stream: ~"
1424msgstr ""
1425
1426#: stream.d:16852
1427msgid "The value of ~ was not a stream: ~. It has been changed to ~."
1428msgstr ""
1429
1430#: stream.d:16871
1431msgid "readline library: out of memory."
1432msgstr ""
1433
1434#: stream.d:17175
1435msgid "~: The ~ of ~ cannot be changed from ~ to ~."
1436msgstr ""
1437
1438#: stream.d:18342
1439msgid "Return value ~ of call to ~ is not a fixnum >= 0 or NIL."
1440msgstr ""
1441
1442#: stream.d:18361
1443msgid "~ needs an ~ with a bit size being a multiple of 8, not ~"
1444msgstr ""
1445
1446#: stream.d:18423
1447msgid "~: illegal endianness argument ~"
1448msgstr ""
1449
1450#: stream.d:19158
1451msgid "~: argument ~ is not an open file stream"
1452msgstr ""
1453
1454#: stream.d:19192
1455msgid "~: position argument should be ~ or ~ or a nonnegative integer, not ~"
1456msgstr ""
1457
1458#: socket.d:1010
1459msgid "~: ~"
1460msgstr ""
1461
1462#: io.d:484
1463msgid "The value of ~ was not a readtable. It has been reset."
1464msgstr ""
1465
1466#: io.d:570
1467msgid "~: argument ~ is not a readtable"
1468msgstr ""
1469
1470#: io.d:773
1471msgid "~: ~ is a dispatch macro character"
1472msgstr ""
1473
1474#: io.d:838
1475msgid "~: ~ is not a dispatch macro character"
1476msgstr ""
1477
1478#: io.d:867
1479msgid "~: digit $ not allowed as sub-char"
1480msgstr ""
1481
1482#: io.d:917
1483msgid "~: new value ~ should be ~, ~, ~ or ~."
1484msgstr ""
1485
1486#: io.d:954
1487msgid ""
1488"The value of ~ should be an integer between 2 and 36, not ~.\n"
1489"It has been reset to 10."
1490msgstr ""
1491
1492#: io.d:1005
1493msgid "~ from ~: character read should be a character: ~"
1494msgstr ""
1495
1496#: io.d:1059
1497msgid "~: input stream ~ ends within an object. Last opening parenthesis probably in line ~."
1498msgstr ""
1499
1500#: io.d:1065
1501msgid "~: input stream ~ ends within an object"
1502msgstr ""
1503
1504#: io.d:1374
1505msgid "~ from ~: illegal character ~"
1506msgstr ""
1507
1508#: io.d:1387
1509msgid "~: input stream ~ ends within a token after single escape character"
1510msgstr ""
1511
1512#: io.d:1435
1513msgid "~: input stream ~ ends within a token after multiple escape character"
1514msgstr ""
1515
1516#: io.d:2017
1517msgid "~ from ~: ~ has no macro character definition"
1518msgstr ""
1519
1520#: io.d:2031
1521msgid "~ from ~: macro character definition for ~ may not return ~ values, only one value."
1522msgstr ""
1523
1524#: io.d:2055
1525msgid "~: input stream ~ ends within read macro beginning to ~"
1526msgstr ""
1527
1528#: io.d:2089
1529msgid "~ from ~: After ~ is ~ an undefined dispatch macro character"
1530msgstr ""
1531
1532#: io.d:2103
1533msgid "~ from ~: dispatch macro character definition for ~ after ~ may not return ~ values, only one value."
1534msgstr ""
1535
1536#: io.d:2179
1537msgid "~ from ~: a token consisting only of dots cannot be meaningfully read in"
1538msgstr ""
1539
1540#: io.d:2284
1541msgid "~ from ~: too many colons in token ~"
1542msgstr ""
1543
1544#: io.d:2334
1545msgid "~ from ~: there is no package with name ~"
1546msgstr ""
1547
1548#: io.d:2363
1549msgid "~ from ~: ~ has no external symbol with name ~"
1550msgstr ""
1551
1552#: io.d:2411
1553msgid "~ from ~: token \".\" not allowed here"
1554msgstr ""
1555
1556#: io.d:2481
1557msgid "~: no entry for ~ from ~ in ~ = ~"
1558msgstr ""
1559
1560#: io.d:2692
1561msgid "~ from ~: illegal end of dotted list"
1562msgstr ""
1563
1564#: io.d:2768
1565msgid "~ from ~: an object cannot start with ~"
1566msgstr ""
1567
1568#: io.d:2859
1569msgid "~: input stream ~ ends within a string"
1570msgstr ""
1571
1572#: io.d:2925
1573msgid "~ from ~: no number allowed between # and $"
1574msgstr ""
1575
1576#: io.d:3024
1577msgid "~: input stream ~ ends within a comment #$ ... $#"
1578msgstr ""
1579
1580#: io.d:3106
1581msgid "~ from ~: font number ~ for character is too large, should be = 0"
1582msgstr ""
1583
1584#: io.d:3139
1585msgid "~ from ~: there is no character bit with name ~"
1586msgstr ""
1587
1588#: io.d:3206
1589msgid "~ from ~: there is no character with name ~"
1590msgstr ""
1591
1592#: io.d:3269
1593msgid "~ from ~: token ~ after #$ is not a rational number in base ~"
1594msgstr ""
1595
1596#: io.d:3348
1597msgid "~ from ~: the number base must be given between # and R"
1598msgstr ""
1599
1600#: io.d:3363
1601msgid "~ from ~: The base ~ given between # and R should lie between 2 and 36"
1602msgstr ""
1603
1604#: io.d:3411
1605msgid "~ from ~: bad syntax for complex number: #C~"
1606msgstr ""
1607
1608#: io.d:3446
1609msgid "~ from ~: token expected after #:"
1610msgstr ""
1611
1612#: io.d:3475
1613msgid "~ from ~: token ~ after #: should contain no colon"
1614msgstr ""
1615
1616#: io.d:3528
1617msgid "~ from ~: only zeroes and ones are allowed after #*"
1618msgstr ""
1619
1620#: io.d:3557
1621msgid "~ from ~: bit vector is longer than the explicitly given length ~"
1622msgstr ""
1623
1624#: io.d:3566
1625msgid "~ from ~: must specify element of bit vector of length ~"
1626msgstr ""
1627
1628#: io.d:3646
1629msgid "~ from ~: vector is longer than the explicitly given length ~"
1630msgstr ""
1631
1632#: io.d:3655
1633msgid "~ from ~: must specify element of vector of length ~"
1634msgstr ""
1635
1636#: io.d:3740
1637msgid "~ from ~: bad syntax for array: #A~"
1638msgstr ""
1639
1640#: io.d:3806
1641msgid "~ from ~: ~ = ~ doesn't allow the evaluation of ~"
1642msgstr ""
1643
1644#: io.d:3933
1645msgid "~ from ~: a number must be given between # and $"
1646msgstr ""
1647
1648#: io.d:3945
1649msgid "~ from ~: label #~? too large"
1650msgstr ""
1651
1652#: io.d:3967
1653msgid "~ from ~: the value of ~ has been altered arbitrarily, it is not an alist: ~"
1654msgstr ""
1655
1656#: io.d:3987
1657msgid "~ from ~: label #~= may not be defined twice"
1658msgstr ""
1659
1660#: io.d:4014
1661msgid "~ from ~: #~= #~# is illegal"
1662msgstr ""
1663
1664#: io.d:4042
1665msgid "~ from ~: undefined label #~#"
1666msgstr ""
1667
1668#: io.d:4059
1669msgid "~ from ~: objects printed as #<...> cannot be read back in"
1670msgstr ""
1671
1672#: io.d:4077
1673msgid "~ from ~: objects printed as # in view of ~ cannot be read back in"
1674msgstr ""
1675
1676#: io.d:4159
1677msgid "~ from ~: illegal feature ~"
1678msgstr ""
1679
1680#: io.d:4295
1681msgid "~ from ~: #S must be followed by the type and the contents of the structure, not ~"
1682msgstr ""
1683
1684#: io.d:4308
1685msgid "~ from ~: the type of a structure should be a symbol, not ~"
1686msgstr ""
1687
1688#: io.d:4322
1689msgid "~ from ~: bad HASH-TABLE"
1690msgstr ""
1691
1692#: io.d:4349
1693msgid "~ from ~: bad ~"
1694msgstr ""
1695
1696#: io.d:4381
1697msgid "~ from ~: no structure of type ~ has been defined"
1698msgstr ""
1699
1700#: io.d:4392
1701msgid "~ from ~: bad ~ for ~"
1702msgstr ""
1703
1704#: io.d:4404
1705msgid "~ from ~: structures of type ~ cannot be read in, missing constructor function"
1706msgstr ""
1707
1708#: io.d:4426
1709msgid "~ from ~: a structure ~ may not contain a component \".\""
1710msgstr ""
1711
1712#: io.d:4438
1713msgid "~ from ~: ~ is not a symbol, not a slot name of structure ~"
1714msgstr ""
1715
1716#: io.d:4448
1717msgid "~ from ~: missing value of slot ~ in structure ~"
1718msgstr ""
1719
1720#: io.d:4470
1721msgid "~ from ~: too many slots for structure ~"
1722msgstr ""
1723
1724#: io.d:4517
1725msgid "~ from ~: illegal syntax of closure code vector after #~Y"
1726msgstr ""
1727
1728#: io.d:4572
1729msgid "~ from ~: object #Y~ has not the syntax of a compiled closure"
1730msgstr ""
1731
1732#: io.d:4718
1733msgid "~ from ~: bad syntax for pathname: #P~"
1734msgstr ""
1735
1736#: io.d:4983
1737msgid "~: peek type should be NIL or T or a character, not ~"
1738msgstr ""
1739
1740#: io.d:5144
1741msgid "~: ~ argument should be an integer between 2 and 36, not ~"
1742msgstr ""
1743
1744#: io.d:5245
1745msgid "~: string ~ does not have integer syntax"
1746msgstr ""
1747
1748#: io.d:5417
1749msgid "~: Despite of ~, ~ cannot be printed readably."
1750msgstr ""
1751
1752#: io.d:5443
1753msgid ""
1754"~: the value ~ of ~ is neither ~ nor ~ nor ~.\n"
1755"It is reset to ~."
1756msgstr ""
1757
1758#: io.d:5886
1759msgid "~: must be a positive integer or NIL, not ~"
1760msgstr ""
1761
1762#: io.d:6847
1763msgid "~: not enough stack space for carrying out circularity analysis"
1764msgstr ""
1765
1766#: io.d:8571
1767msgid "~: bad ~"
1768msgstr ""
1769
1770#: io.d:9713
1771msgid "~: an unknown record type has been generated!"
1772msgstr ""
1773
1774#: array.d:228
1775msgid "index too large"
1776msgstr ""
1777
1778#: array.d:237
1779msgid "An array has been shortened by adjusting it while another array was displaced to it."
1780msgstr ""
1781
1782#: array.d:329
1783msgid "~: ~ is not an array"
1784msgstr ""
1785
1786#: array.d:474
1787msgid "~: index ~ for ~ is not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
1788msgstr ""
1789
1790#: array.d:495
1791msgid "~: index ~ for ~ is out of range"
1792msgstr ""
1793
1794#: array.d:598
1795msgid "~: ~ does not fit into ~, bad type"
1796msgstr ""
1797
1798#: array.d:917
1799msgid "~: ~ is not an nonnegative integer less than the rank of ~"
1800msgstr ""
1801
1802#: array.d:1128
1803msgid "~: ~ is not an array of bits"
1804msgstr ""
1805
1806#: array.d:1993
1807msgid "~: The arguments ~ and ~ should be arrays of bits with the same dimensions"
1808msgstr ""
1809
1810#: array.d:2004
1811msgid "~: The arguments ~, ~ and ~ should be arrays of bits with the same dimensions"
1812msgstr ""
1813
1814#: array.d:3994
1815msgid "~: vector ~ has no fill pointer"
1816msgstr ""
1817
1818#: array.d:4044
1819msgid "~: ~ has length zero"
1820msgstr ""
1821
1822#: array.d:4072
1823msgid "~ works only on adjustable arrays, not on ~"
1824msgstr ""
1825
1826#: array.d:4090
1827msgid "~: extension ~ should be a positive fixnum"
1828msgstr ""
1829
1830#: array.d:4114
1831msgid "~: extending the vector by ~ elements makes it too long"
1832msgstr ""
1833
1834#: array.d:4186
1835msgid "~: cannot push ~ into array ~ (bad type)"
1836msgstr ""
1837
1838#: array.d:4485
1839msgid "~: dimension ~ is not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
1840msgstr ""
1841
1842#: array.d:4528
1843msgid "~: dimensions ~ produce too large total-size"
1844msgstr ""
1845
1846#: array.d:4570
1847msgid "~: ambiguous, more than one initialisation specified"
1848msgstr ""
1849
1850#: array.d:4582
1851msgid "~: ~ must not be specified without ~"
1852msgstr ""
1853
1854#: array.d:4629
1855msgid "~: the initial-element ~ is not of type ~"
1856msgstr ""
1857
1858#: array.d:4720
1859msgid "~: ~ is of incorrect length"
1860msgstr ""
1861
1862#: array.d:4751
1863msgid "~: ~-argument ~ is not an array"
1864msgstr ""
1865
1866#: array.d:4794
1867msgid "~: ~-argument ~ does not have element type ~"
1868msgstr ""
1869
1870#: array.d:4811
1871msgid "~: ~-argument ~ is not of type `(INTEGER 0 (,ARRAY-TOTAL-SIZE-LIMIT))"
1872msgstr ""
1873
1874#: array.d:4823
1875msgid "~: array-total-size + displaced-offset (= ~) exceeds total size ~ of ~-argument"
1876msgstr ""
1877
1878#: array.d:4849
1879msgid "~: fill-pointer ~ should be a nonnegative fixnum"
1880msgstr ""
1881
1882#: array.d:4858
1883msgid "~: fill-pointer argument ~ is larger than the length ~"
1884msgstr ""
1885
1886#: array.d:4928
1887msgid "~: attempted rank ~ is too large"
1888msgstr ""
1889
1890#: array.d:4942
1891msgid "~: ~ may not be specified for an array of rank ~"
1892msgstr ""
1893
1894#: array.d:5141
1895msgid "~: array ~ is not adjustable"
1896msgstr ""
1897
1898#: array.d:5164
1899msgid "~: rank ~ of array ~ cannot be altered: ~"
1900msgstr ""
1901
1902#: array.d:5180
1903msgid "~: array ~ does not have element-type ~"
1904msgstr ""
1905
1906#: array.d:5234
1907msgid "~: cannot displace array ~ to itself"
1908msgstr ""
1909
1910#: array.d:5258
1911msgid "~: array ~ has no fill-pointer"
1912msgstr ""
1913
1914#: array.d:5273
1915msgid "~: the fill-pointer of array ~ is ~, greater than ~"
1916msgstr ""
1917
1918#: array.d:5424
1919msgid "Illegal START index ~ for ~"
1920msgstr ""
1921
1922#: array.d:5460
1923msgid "Illegal END index ~ for ~"
1924msgstr ""
1925
1926#: array.d:5474
1927msgid "~: invalid bit-vector length ~"
1928msgstr ""
1929
1930#: hashtabl.d:1148
1931msgid "Hash table size ~ too large"
1932msgstr ""
1933
1934#: hashtabl.d:1194
1935msgid "internal error occured while resizing ~"
1936msgstr ""
1937
1938#: hashtabl.d:1305
1939msgid "~: illegal :TEST argument ~"
1940msgstr ""
1941
1942#: hashtabl.d:1322
1943msgid "~: :SIZE argument should be a fixnum >=0, not ~"
1944msgstr ""
1945
1946#: hashtabl.d:1345
1947msgid "~: :REHASH-SIZE argument should be a float > 1, not ~"
1948msgstr ""
1949
1950#: hashtabl.d:1390
1951msgid "~: :REHASH-THRESHOLD argument should be a float between 0 and 1, not ~"
1952msgstr ""
1953
1954#: hashtabl.d:1465
1955msgid "~: internal error while building ~"
1956msgstr ""
1957
1958#: hashtabl.d:1509
1959msgid "~: argument ~ is not a hash-table"
1960msgstr ""
1961
1962#: list.d:642
1963msgid "~: ~ is not a nonnegative fixnum and therefore not a valid index"
1964msgstr ""
1965
1966#: list.d:738
1967msgid "~: ~ is not a nonnegative integer and therefore not a valid argument"
1968msgstr ""
1969
1970#: list.d:865
1971msgid "~: ~ is not a nonnegative fixnum and therefore not a valid list length"
1972msgstr ""
1973
1974#: list.d:1174
1975msgid "~: ~ is not a pair"
1976msgstr ""
1977
1978#: list.d:1921
1979msgid "~: lists ~ and ~ are not of same length"
1980msgstr ""
1981
1982#: list.d:2140
1983msgid "~: index ~ too large for ~"
1984msgstr ""
1985
1986#: list.d:2202
1987msgid "~: start index ~ too large for ~"
1988msgstr ""
1989
1990#: list.d:2247
1991msgid "~: end index ~ too large for ~"
1992msgstr ""
1993
1994#: package.d:386
1995msgid "symbol ~ cannot be deleted from symbol table"
1996msgstr ""
1997
1998#: package.d:808
1999msgid "~ inconsistent: symbol ~ is a shadowing symbol but not present"
2000msgstr ""
2001
2002#: package.d:1259
2003msgid "UNEXPORT in ~ is illegal"
2004msgstr ""
2005
2006#: package.d:1278
2007msgid "UNEXPORT works only on accessible symbols, not on ~ in ~"
2008msgstr ""
2009
2010#: package.d:1924
2011msgid "The value of *PACKAGE* was not a package. Old value ~. New value ~."
2012msgstr ""
2013
2014#: package.d:1946
2015msgid "Package ~ has been deleted."
2016msgstr ""
2017
2018#: package.d:1957
2019msgid "There is no package with name ~"
2020msgstr ""
2021
2022#: package.d:1967
2023msgid "~: argument should be a package or a package name, not ~"
2024msgstr ""
2025
2026#: package.d:1979
2027msgid "~: argument should be a string, not ~"
2028msgstr ""
2029
2030#: package.d:2002
2031msgid "~: argument ~ should be a string or a symbol"
2032msgstr ""
2033
2034#: package.d:2112
2035msgid "~: there is already a package named ~"
2036msgstr ""
2037
2038#: package.d:2302
2039msgid "~: argument should be a symbol or a list of symbols, not ~"
2040msgstr ""
2041
2042#: package.d:2537
2043msgid "Cannot change the case sensitiveness of ~."
2044msgstr ""
2045
2046#: record.d:35
2047msgid "~: ~ is not a valid index into ~"
2048msgstr ""
2049
2050#: record.d:47
2051msgid "~: ~ is not a record"
2052msgstr ""
2053
2054#: record.d:113
2055msgid "~: length ~ is illegal, should be of type (INTEGER (0) (65536))"
2056msgstr ""
2057
2058#: record.d:151
2059msgid "~: ~ is not a structure of type ~"
2060msgstr ""
2061
2062#: record.d:203
2063msgid "~: Slot ~ of ~ has no value"
2064msgstr ""
2065
2066#: record.d:313
2067msgid "~: ~ is not a closure"
2068msgstr ""
2069
2070#: record.d:327
2071msgid "~: This is not a compiled closure: ~"
2072msgstr ""
2073
2074#: record.d:401
2075msgid "~ is not a valid code-vector byte"
2076msgstr ""
2077
2078#: record.d:418
2079msgid "~: invalid code-vector ~"
2080msgstr ""
2081
2082#: record.d:428
2083msgid "~: function ~ is too big: ~"
2084msgstr ""
2085
2086#: record.d:469
2087msgid "~: This is not a prototype of a generic function: ~"
2088msgstr ""
2089
2090#: record.d:619
2091msgid "~: ~ is not a Macro"
2092msgstr ""
2093
2094#: record.d:726
2095msgid "~: ~ is not a weak pointer"
2096msgstr ""
2097
2098#: record.d:794
2099msgid "~: ~ is not a class"
2100msgstr ""
2101
2102#: record.d:827
2103msgid "ALLOCATE-INSTANCE: keyword argument list ~ has an odd length"
2104msgstr ""
2105
2106#: record.d:1035
2107msgid ""
2108"~: illegal keyword/value pair ~, ~ in argument list.\n"
2109"The allowed keywords are ~"
2110msgstr ""
2111
2112#: record.d:1071
2113msgid "SHARED-INITIALIZE: keyword argument list ~ has an odd length"
2114msgstr ""
2115
2116#: record.d:1198
2117msgid "REINITIALIZE-INSTANCE: keyword argument list ~ has an odd length"
2118msgstr ""
2119
2120#: record.d:1305
2121msgid "INITIALIZE-INSTANCE: keyword argument list ~ has an odd length"
2122msgstr ""
2123
2124#: record.d:1443
2125msgid "MAKE-INSTANCE: keyword argument list ~ has an odd length"
2126msgstr ""
2127
2128#: record.d:1509
2129msgid "~ method for ~ returned ~"
2130msgstr ""
2131
2132#: sequence.d:219
2133msgid "There are no sequences of type ~"
2134msgstr ""
2135
2136#: sequence.d:285
2137msgid "~ is not a sequence"
2138msgstr ""
2139
2140#: sequence.d:302
2141msgid "sequence type forces length ~, but result has length ~"
2142msgstr ""
2143
2144#: sequence.d:318
2145msgid "~: ~ should be an integer >=0, not ~"
2146msgstr ""
2147
2148#: sequence.d:550
2149msgid "~: the index should be a fixnum >=0, not ~"
2150msgstr ""
2151
2152#: sequence.d:567
2153msgid "~ ~: the index should be a fixnum >=0, not ~"
2154msgstr ""
2155
2156#: sequence.d:706
2157msgid "~: ~ is not a sequence"
2158msgstr ""
2159
2160#: sequence.d:930
2161msgid "~: size should be an integer >=0, not ~"
2162msgstr ""
2163
2164#: sequence.d:938
2165msgid "~: :update must not be specified without :initial-element"
2166msgstr ""
2167
2168#: sequence.d:1978
2169msgid "~: Must not specify both arguments to :TEST and :TEST-NOT"
2170msgstr ""
2171
2172#: sequence.d:2107
2173msgid "~: sequence ~ is too long"
2174msgstr ""
2175
2176#: sequence.d:2569
2177msgid "too long sequence ~"
2178msgstr ""
2179
2180#: charstrg.d:1760
2181msgid "~: the radix must be an integer between 2 and 36, not ~"
2182msgstr ""
2183
2184#: charstrg.d:2134
2185msgid "~: the code argument should be an integer, not ~"
2186msgstr ""
2187
2188#: charstrg.d:2156
2189msgid "~: cannot coerce ~ to a character"
2190msgstr ""
2191
2192#: charstrg.d:2197
2193msgid "~: the weight argument should be an integer, not ~"
2194msgstr ""
2195
2196#: charstrg.d:2239
2197msgid "~: argument should be an integer, not ~"
2198msgstr ""
2199
2200#: charstrg.d:2266
2201msgid "~: index should be an integer, not ~"
2202msgstr ""
2203
2204#: charstrg.d:2271
2205msgid "~: ~-index should be an integer, not ~"
2206msgstr ""
2207
2208#: charstrg.d:2288
2209msgid "~: index should be NIL or an integer, not ~"
2210msgstr ""
2211
2212#: charstrg.d:2293
2213msgid "~: ~-index should be NIL or an integer, not ~"
2214msgstr ""
2215
2216#: charstrg.d:2310
2217msgid "~: index should not be negative: ~"
2218msgstr ""
2219
2220#: charstrg.d:2315
2221msgid "~: ~-index should not be negative: ~"
2222msgstr ""
2223
2224#: charstrg.d:2339
2225msgid "~: index ~ should not be greater than the length of the string"
2226msgstr ""
2227
2228#: charstrg.d:2344
2229msgid "~: ~-index ~ should not be greater than the length of the string"
2230msgstr ""
2231
2232#: charstrg.d:2368
2233msgid "~: index ~ should be less than the length of the string"
2234msgstr ""
2235
2236#: charstrg.d:2373
2237msgid "~: ~-index ~ should be less than the length of the string"
2238msgstr ""
2239
2240#: charstrg.d:2478
2241msgid "~: argument should be a character, not ~"
2242msgstr ""
2243
2244#: charstrg.d:2604
2245msgid "~: argument ~ should be a string, a symbol or a character"
2246msgstr ""
2247
2248#: charstrg.d:2704
2249msgid "~: :start1-index ~ must not be greater than :end1-index ~"
2250msgstr ""
2251
2252#: charstrg.d:2728
2253msgid "~: :start2-index ~ must not be greater than :end2-index ~"
2254msgstr ""
2255
2256#: charstrg.d:3306
2257msgid "~: the string length ~ should be nonnegative fixnum"
2258msgstr ""
2259
2260#: charstrg.d:3338
2261msgid "~: :initial-element ~ should be of type character"
2262msgstr ""
2263
2264#: debug.d:718
2265msgid "~: bad frame climbing mode ~"
2266msgstr ""
2267
2268#: debug.d:738
2269msgid "~: ~ is not a stack pointer"
2270msgstr ""
2271
2272#: debug.d:930
2273msgid "~: ~ is not a pointer to an EVAL/APPLY frame"
2274msgstr ""
2275
2276#: debug.d:1203
2277msgid "~: environment is not an alist"
2278msgstr ""
2279
2280#: debug.d:1292
2281msgid "~: unknown frame type"
2282msgstr ""
2283
2284#: error.d:49
2285msgid "Unprintable error message"
2286msgstr ""
2287
2288#: error.d:669
2289msgid "~: User break"
2290msgstr ""
2291
2292#: error.d:730
2293msgid "~: ~ is not a list"
2294msgstr ""
2295
2296#: error.d:746
2297msgid "~: A true list must not end with ~"
2298msgstr ""
2299
2300#: error.d:764
2301msgid "~: ~ is not a symbol"
2302msgstr ""
2303
2304#: error.d:795
2305msgid "~: ~ is not a simple-vector"
2306msgstr ""
2307
2308#: error.d:811
2309msgid "~: ~ is not a vector"
2310msgstr ""
2311
2312#: error.d:827
2313msgid "~: argument ~ should be a nonnegative fixnum"
2314msgstr ""
2315
2316#: error.d:843
2317msgid "~: argument ~ is not a character"
2318msgstr ""
2319
2320#: error.d:858
2321msgid "~: argument ~ is not a string"
2322msgstr ""
2323
2324#: error.d:873
2325msgid "~: argument ~ is not a simple string"
2326msgstr ""
2327
2328#: error.d:887
2329msgid "Attempt to modify a read-only string: ~"
2330msgstr ""
2331
2332#: error.d:903
2333msgid "~: argument ~ is neither a string nor an integer"
2334msgstr ""
2335
2336#: error.d:919
2337msgid "~: argument ~ should be a stream"
2338msgstr ""
2339
2340#: error.d:937
2341msgid "~: argument ~ should be a stream of type ~"
2342msgstr ""
2343
2344#: error.d:969
2345msgid ""
2346"~: argument ~ is not a function.\n"
2347"To get a function in the current environment, write (FUNCTION ...).\n"
2348"To get a function in the global environment, write (COERCE '... 'FUNCTION)."
2349msgstr ""
2350
2351#: error.d:1119
2352msgid "~: ~ is not an `unsigned int' number"
2353msgstr ""
2354
2355#: error.d:1139
2356msgid "~: ~ is not an `int' number"
2357msgstr ""
2358
2359#: error.d:1159
2360msgid "~: ~ is not a `unsigned long' number"
2361msgstr ""
2362
2363#: error.d:1179
2364msgid "~: ~ is not a `long' number"
2365msgstr ""
2366
2367#: error.d:1195
2368msgid "~: ~ is not a single-float"
2369msgstr ""
2370
2371#: error.d:1211
2372msgid "~: ~ is not a double-float"
2373msgstr ""
2374
2375#: erramiga.d:11
2376msgid "Amiga OS error "
2377msgstr ""
2378
2379#: erramiga.d:40
2380msgid "not enough memory available"
2381msgstr ""
2382
2383#: erramiga.d:43
2384msgid "process table full"
2385msgstr ""
2386
2387#: erramiga.d:53
2388msgid "bad template"
2389msgstr ""
2390
2391#: erramiga.d:55
2392msgid "bad number"
2393msgstr ""
2394
2395#: erramiga.d:57
2396msgid "required argument missing"
2397msgstr ""
2398
2399#: erramiga.d:59
2400msgid "value after keyword missing"
2401msgstr ""
2402
2403#: erramiga.d:61
2404msgid "wrong number of arguments"
2405msgstr ""
2406
2407#: erramiga.d:63
2408msgid "unmatched quotes"
2409msgstr ""
2410
2411#: erramiga.d:65
2412msgid "argument line invalid or too long"
2413msgstr ""
2414
2415#: erramiga.d:67
2416msgid "file is not executable"
2417msgstr ""
2418
2419#: erramiga.d:69
2420msgid "invalid resident library"
2421msgstr ""
2422
2423#: erramiga.d:78
2424msgid "object is in use"
2425msgstr ""
2426
2427#: erramiga.d:80
2428msgid "object already exists"
2429msgstr ""
2430
2431#: erramiga.d:82
2432msgid "directory not found"
2433msgstr ""
2434
2435#: erramiga.d:84
2436msgid "object not found"
2437msgstr ""
2438
2439#: erramiga.d:86
2440msgid "invalid window description"
2441msgstr ""
2442
2443#: erramiga.d:88
2444msgid "object too large"
2445msgstr ""
2446
2447#: erramiga.d:91
2448msgid "packet request type unknown"
2449msgstr ""
2450
2451#: erramiga.d:93
2452msgid "object name invalid"
2453msgstr ""
2454
2455#: erramiga.d:95
2456msgid "invalid object lock"
2457msgstr ""
2458
2459#: erramiga.d:97
2460msgid "object is not of required type"
2461msgstr ""
2462
2463#: erramiga.d:99
2464msgid "disk not validated"
2465msgstr ""
2466
2467#: erramiga.d:101
2468msgid "disk is write-protected"
2469msgstr ""
2470
2471#: erramiga.d:103
2472msgid "rename across devices attempted"
2473msgstr ""
2474
2475#: erramiga.d:105
2476msgid "directory not empty"
2477msgstr ""
2478
2479#: erramiga.d:107
2480msgid "too many levels"
2481msgstr ""
2482
2483#: erramiga.d:109
2484msgid "device (or volume) is not mounted"
2485msgstr ""
2486
2487#: erramiga.d:111
2488msgid "seek failure"
2489msgstr ""
2490
2491#: erramiga.d:113
2492msgid "comment is too long"
2493msgstr ""
2494
2495#: erramiga.d:115
2496msgid "disk is full"
2497msgstr ""
2498
2499#: erramiga.d:117
2500msgid "object is protected from deletion"
2501msgstr ""
2502
2503#: erramiga.d:119
2504msgid "file is write protected"
2505msgstr ""
2506
2507#: erramiga.d:121
2508msgid "file is read protected"
2509msgstr ""
2510
2511#: erramiga.d:123
2512msgid "not a valid DOS disk"
2513msgstr ""
2514
2515#: erramiga.d:125
2516msgid "no disk in drive"
2517msgstr ""
2518
2519#: erramiga.d:132
2520msgid "no more entries in directory"
2521msgstr ""
2522
2523#: erramiga.d:134
2524msgid "object is soft link"
2525msgstr ""
2526
2527#: erramiga.d:136
2528msgid "object is linked"
2529msgstr ""
2530
2531#: erramiga.d:138
2532msgid "bad loadfile hunk"
2533msgstr ""
2534
2535#: erramiga.d:140
2536msgid "function not implemented"
2537msgstr ""
2538
2539#: erramiga.d:145
2540msgid "record not locked"
2541msgstr ""
2542
2543#: erramiga.d:147
2544msgid "record lock collision"
2545msgstr ""
2546
2547#: erramiga.d:149
2548msgid "record lock timeout"
2549msgstr ""
2550
2551#: erramiga.d:151
2552msgid "record unlock error"
2553msgstr ""
2554
2555#: erramiga.d:158
2556msgid "buffer overflow"
2557msgstr ""
2558
2559#: erramiga.d:160
2560msgid "break"
2561msgstr ""
2562
2563#: erramiga.d:162
2564msgid "file not executable"
2565msgstr ""
2566
2567#: erramiga.d:170
2568msgid "Ok, No error"
2569msgstr ""
2570
2571#: errunix.d:57
2572msgid "Operation not permitted"
2573msgstr ""
2574
2575#: errunix.d:63
2576msgid "No such file or directory"
2577msgstr ""
2578
2579#: errunix.d:69
2580msgid "No such process"
2581msgstr ""
2582
2583#: errunix.d:75
2584msgid "Interrupted system call"
2585msgstr ""
2586
2587#: errunix.d:81
2588msgid "I/O error"
2589msgstr ""
2590
2591#: errunix.d:87
2592msgid "No such device or address"
2593msgstr ""
2594
2595#: errunix.d:93
2596msgid "Arg list too long"
2597msgstr ""
2598
2599#: errunix.d:99
2600msgid "Exec format error"
2601msgstr ""
2602
2603#: errunix.d:105
2604msgid "Bad file number"
2605msgstr ""
2606
2607#: errunix.d:111
2608msgid "No child processes"
2609msgstr ""
2610
2611#: errunix.d:117
2612msgid "No more processes"
2613msgstr ""
2614
2615#: errunix.d:123
2616msgid "Not enough memory"
2617msgstr ""
2618
2619#: errunix.d:129
2620msgid "Permission denied"
2621msgstr ""
2622
2623#: errunix.d:135
2624msgid "Bad address"
2625msgstr ""
2626
2627#: errunix.d:141
2628msgid "Block device required"
2629msgstr ""
2630
2631#: errunix.d:147
2632msgid "Device busy"
2633msgstr ""
2634
2635#: errunix.d:153
2636msgid "File exists"
2637msgstr ""
2638
2639#: errunix.d:159
2640msgid "Cross-device link"
2641msgstr ""
2642
2643#: errunix.d:165
2644msgid "No such device"
2645msgstr ""
2646
2647#: errunix.d:171
2648msgid "Not a directory"
2649msgstr ""
2650
2651#: errunix.d:177
2652msgid "Is a directory"
2653msgstr ""
2654
2655#: errunix.d:183
2656msgid "Invalid argument"
2657msgstr ""
2658
2659#: errunix.d:189
2660msgid "File table overflow"
2661msgstr ""
2662
2663#: errunix.d:195
2664msgid "Too many open files"
2665msgstr ""
2666
2667#: errunix.d:201
2668msgid "Inappropriate ioctl for device"
2669msgstr ""
2670
2671#: errunix.d:207
2672msgid "Text file busy"
2673msgstr ""
2674
2675#: errunix.d:213
2676msgid "File too large"
2677msgstr ""
2678
2679#: errunix.d:219
2680msgid "No space left on device"
2681msgstr ""
2682
2683#: errunix.d:225
2684msgid "Illegal seek"
2685msgstr ""
2686
2687#: errunix.d:231
2688msgid "Read-only file system"
2689msgstr ""
2690
2691#: errunix.d:237
2692msgid "Too many links"
2693msgstr ""
2694
2695#: errunix.d:243
2696msgid "Broken pipe, child process terminated or socket closed"
2697msgstr ""
2698
2699#: errunix.d:253
2700msgid "Argument out of domain"
2701msgstr ""
2702
2703#: errunix.d:259
2704msgid "Result too large"
2705msgstr ""
2706
2707#: errunix.d:266
2708msgid "Invalid multibyte or wide character"
2709msgstr ""
2710
2711#: errunix.d:273
2712msgid "Operation would block"
2713msgstr ""
2714
2715#: errunix.d:279
2716msgid "Operation now in progress"
2717msgstr ""
2718
2719#: errunix.d:285
2720msgid "Operation already in progress"
2721msgstr ""
2722
2723#: errunix.d:292
2724msgid "Too many levels of symbolic links"
2725msgstr ""
2726
2727#: errunix.d:298
2728msgid "File name too long"
2729msgstr ""
2730
2731#: errunix.d:304
2732msgid "Directory not empty"
2733msgstr ""
2734
2735#: errunix.d:311
2736msgid "Stale NFS file handle"
2737msgstr ""
2738
2739#: errunix.d:317
2740msgid "Too many levels of remote in path"
2741msgstr ""
2742
2743#: errunix.d:324
2744msgid "Socket operation on non-socket"
2745msgstr ""
2746
2747#: errunix.d:330
2748msgid "Destination address required"
2749msgstr ""
2750
2751#: errunix.d:336
2752msgid "Message too long"
2753msgstr ""
2754
2755#: errunix.d:342
2756msgid "Protocol wrong type for socket"
2757msgstr ""
2758
2759#: errunix.d:348
2760msgid "Option not supported by protocol"
2761msgstr ""
2762
2763#: errunix.d:354
2764msgid "Protocol not supported"
2765msgstr ""
2766
2767#: errunix.d:360
2768msgid "Socket type not supported"
2769msgstr ""
2770
2771#: errunix.d:366
2772msgid "Operation not supported on socket"
2773msgstr ""
2774
2775#: errunix.d:372
2776msgid "Protocol family not supported"
2777msgstr ""
2778
2779#: errunix.d:378
2780msgid "Address family not supported by protocol family"
2781msgstr ""
2782
2783#: errunix.d:384
2784msgid "Address already in use"
2785msgstr ""
2786
2787#: errunix.d:390
2788msgid "Can't assign requested address"
2789msgstr ""
2790
2791#: errunix.d:396
2792msgid "Network is down"
2793msgstr ""
2794
2795#: errunix.d:402
2796msgid "Network is unreachable"
2797msgstr ""
2798
2799#: errunix.d:408
2800msgid "Network dropped connection on reset"
2801msgstr ""
2802
2803#: errunix.d:414
2804msgid "Software caused connection abort"
2805msgstr ""
2806
2807#: errunix.d:420
2808msgid "Connection reset by peer"
2809msgstr ""
2810
2811#: errunix.d:426
2812msgid "No buffer space available"
2813msgstr ""
2814
2815#: errunix.d:432
2816msgid "Socket is already connected"
2817msgstr ""
2818
2819#: errunix.d:438
2820msgid "Socket is not connected"
2821msgstr ""
2822
2823#: errunix.d:444
2824msgid "Can't send after socket shutdown"
2825msgstr ""
2826
2827#: errunix.d:450
2828msgid "Too many references: can't splice"
2829msgstr ""
2830
2831#: errunix.d:456
2832msgid "Connection timed out"
2833msgstr ""
2834
2835#: errunix.d:462
2836msgid "Connection refused"
2837msgstr ""
2838
2839#: errunix.d:467
2840msgid "Remote peer released connection"
2841msgstr ""
2842
2843#: errunix.d:472
2844msgid "Host is down"
2845msgstr ""
2846
2847#: errunix.d:478
2848msgid "Host is unreachable"
2849msgstr ""
2850
2851#: errunix.d:483
2852msgid "Networking error"
2853msgstr ""
2854
2855#: errunix.d:489
2856msgid "Too many processes"
2857msgstr ""
2858
2859#: errunix.d:495
2860msgid "Too many users"
2861msgstr ""
2862
2863#: errunix.d:501
2864msgid "Disk quota exceeded"
2865msgstr ""
2866
2867#: errunix.d:508
2868msgid "Not a stream device"
2869msgstr ""
2870
2871#: errunix.d:514
2872msgid "Timer expired"
2873msgstr ""
2874
2875#: errunix.d:520
2876msgid "Out of stream resources"
2877msgstr ""
2878
2879#: errunix.d:526
2880msgid "No message of desired type"
2881msgstr ""
2882
2883#: errunix.d:532
2884msgid "Not a data message"
2885msgstr ""
2886
2887#: errunix.d:539
2888msgid "Identifier removed"
2889msgstr ""
2890
2891#: errunix.d:546
2892msgid "Resource deadlock would occur"
2893msgstr ""
2894
2895#: errunix.d:552
2896msgid "No record locks available"
2897msgstr ""
2898
2899#: errunix.d:559
2900msgid "Machine is not on the network"
2901msgstr ""
2902
2903#: errunix.d:577
2904msgid "Link has been severed"
2905msgstr ""
2906
2907#: errunix.d:583
2908msgid "Advertise error"
2909msgstr ""
2910
2911#: errunix.d:589
2912msgid "Srmount error"
2913msgstr ""
2914
2915#: errunix.d:595
2916msgid "Communication error on send"
2917msgstr ""
2918
2919#: errunix.d:601
2920msgid "Protocol error"
2921msgstr ""
2922
2923#: errunix.d:607
2924msgid "Multihop attempted"
2925msgstr ""
2926
2927#: errunix.d:619
2928msgid "Remote address changed"
2929msgstr ""
2930
2931#: errunix.d:626
2932msgid "Function not implemented"
2933msgstr ""
2934
2935#: errunix.d:633
2936msgid "Not supported under MS-DOS"
2937msgstr ""
2938
2939#: errunix.d:664
2940msgid "UNIX error "
2941msgstr ""
2942
2943#: errunix.d:666
2944msgid "UNIX library error "
2945msgstr ""
2946
2947#: errwin32.d:3880
2948msgid "Win32 error "
2949msgstr ""
2950
2951#: errwin32.d:3929
2952msgid "Winsock error "
2953msgstr ""
2954
2955#: misc.d:108
2956msgid "This file was produced by another lisp version, must be recompiled."
2957msgstr ""
2958
2959#: misc.d:325
2960msgid "~: type of attribute ~ is unsupported"
2961msgstr ""
2962
2963#: predtype.d:1947
2964msgid "~: type ~ does not correspond to a class"
2965msgstr ""
2966
2967#: predtype.d:1990
2968msgid "~: ~ does not name a class"
2969msgstr ""
2970
2971#: predtype.d:2301
2972msgid "~: bad type specification ~"
2973msgstr ""
2974
2975#: predtype.d:2309
2976msgid "~: ~ cannot be coerced to type ~"
2977msgstr ""
2978
2979#: symbol.d:48
2980msgid "~: the property list of ~ has an odd length"
2981msgstr ""
2982
2983#: symbol.d:104
2984msgid "SETF SYMBOL-FUNCTION: ~ is not a function"
2985msgstr ""
2986
2987#: symbol.d:129
2988msgid "~: ~ is not a system function"
2989msgstr ""
2990
2991#: symbol.d:430
2992msgid "~: invalid argument ~"
2993msgstr ""
2994
2995#: symbol.d:444
2996msgid "The value of *GENSYM-COUNTER* was not a nonnegative integer. Old value ~. New value ~."
2997msgstr ""
2998
2999#: lisparit.d:359
3000msgid "argument to ~ should be a number: ~"
3001msgstr ""
3002
3003#: lisparit.d:375
3004msgid "argument to ~ should be a real number: ~"
3005msgstr ""
3006
3007#: lisparit.d:391
3008msgid "argument to ~ should be a floating point number: ~"
3009msgstr ""
3010
3011#: lisparit.d:407
3012msgid "argument to ~ should be a rational number: ~"
3013msgstr ""
3014
3015#: lisparit.d:423
3016msgid "argument to ~ should be an integer: ~"
3017msgstr ""
3018
3019#: lisparit.d:439
3020msgid "~: argument should be a positive fixnum, not ~"
3021msgstr ""
3022
3023#: lisparit.d:1846
3024msgid "~: argument should be a random-state, not ~"
3025msgstr ""
3026
3027#: lisparit.d:1861
3028msgid "~: the value of ~ should be a random-state, not ~"
3029msgstr ""
3030
3031#: lisparit.d:1885
3032msgid "~: argument should be positive and an integer or float, not ~"
3033msgstr ""
3034
3035#: lisparit.d:1970
3036msgid "~ : argument should be a fixnum >=0, not ~"
3037msgstr ""
3038
3039#: aridecl.d:338
3040msgid "division by zero"
3041msgstr ""
3042
3043#: aridecl.d:348
3044msgid "floating point overflow"
3045msgstr ""
3046
3047#: aridecl.d:358
3048msgid "floating point underflow"
3049msgstr ""
3050
3051#: intelem.d:1443
3052msgid "bignum overflow"
3053msgstr ""
3054
3055#: intlog.d:469
3056msgid "~: ~ is not a valid boolean operation"
3057msgstr ""
3058
3059#: intlog.d:725
3060msgid "~: too large shift amount ~"
3061msgstr ""
3062
3063#: intbyte.d:16
3064msgid "The arguments to BYTE must be fixnums >=0: ~, ~"
3065msgstr ""
3066
3067#: intbyte.d:40
3068msgid "~ is not a BYTE specifier"
3069msgstr ""
3070
3071#: intmal.d:8
3072msgid "overflow during multiplication of large numbers"
3073msgstr ""
3074
3075#: intdiv.d:373
3076msgid "quotient ~ / ~ is not an integer"
3077msgstr ""
3078
3079#: intsqrt.d:426
3080msgid "~ applied to negative number ~"
3081msgstr ""
3082
3083#: lfloat.d:8
3084msgid "long float too long"
3085msgstr ""
3086
3087#: flo_konv.d:465
3088msgid "floating point NaN occurred"
3089msgstr ""
3090
3091#: rexx.d:34
3092msgid "Communication with ARexx isn't possible."
3093msgstr ""
3094
3095#: rexx.d:116
3096msgid "~ must be a string for commands or a vector of strings for a function"
3097msgstr ""
3098
3099#: rexx.d:125
3100msgid "~: an ARexx function must have 0 to ~ arguments: ~"
3101msgstr ""
3102
3103#: rexx.d:139
3104msgid "~: must be a string for ARexx: ~"
3105msgstr ""
3106
3107#: rexx.d:161
3108msgid "Only NIL, T and strings are accepted for ~ : ~"
3109msgstr ""
3110
3111#: rexx.d:474
3112msgid "~: Not a Fixnum: ~"
3113msgstr ""
3114
3115#: rexx.d:484
3116msgid "~: Not an incoming Rexx message: ~"
3117msgstr ""
3118
3119#: affi.d:85
3120msgid "~: Unsupported call mechanism: ~"
3121msgstr ""
3122
3123#: affi.d:96
3124msgid "~: Bad function prototype: ~"
3125msgstr ""
3126
3127#: affi.d:107
3128msgid "~: Wrong number of arguments for prototype ~"
3129msgstr ""
3130
3131#: affi.d:121
3132msgid "~: Bad argument for prototype ~: ~"
3133msgstr ""
3134
3135#: affi.d:132
3136msgid "~: Bad argument: ~"
3137msgstr ""
3138
3139#: affi.d:153
3140msgid "~: ~ is not a valid address"
3141msgstr ""
3142
3143#: foreign.d:27
3144msgid "~ comes from a previous Lisp session and is invalid"
3145msgstr ""
3146
3147#: foreign.d:100
3148msgid "A foreign variable ~ already exists"
3149msgstr ""
3150
3151#: foreign.d:140
3152msgid "A foreign function ~ already exists"
3153msgstr ""
3154
3155#: foreign.d:182
3156msgid "illegal foreign data type ~"
3157msgstr ""
3158
3159#: foreign.d:196
3160msgid "~ cannot be converted to the foreign type ~"
3161msgstr ""
3162
3163#: foreign.d:209
3164msgid "64 bit integers are not supported on this platform and with this C compiler: ~"
3165msgstr ""
3166
3167#: foreign.d:564
3168msgid "No more room for foreign language interface"
3169msgstr ""
3170
3171#: foreign.d:573
3172msgid ":MALLOC-FREE is not available under AMIGAOS."
3173msgstr ""
3174
3175#: foreign.d:2113
3176msgid "~: argument is not a foreign variable: ~"
3177msgstr ""
3178
3179#: foreign.d:2123
3180msgid "~: foreign variable with unknown type, missing DEF-C-VAR: ~"
3181msgstr ""
3182
3183#: foreign.d:2137
3184msgid "A foreign variable ~ does not exist"
3185msgstr ""
3186
3187#: foreign.d:2149
3188msgid "~: foreign variable ~ does not have the required size or alignment"
3189msgstr ""
3190
3191#: foreign.d:2163
3192msgid "~: type specifications for foreign variable ~ conflict: ~ and ~"
3193msgstr ""
3194
3195#: foreign.d:2212
3196msgid "~: foreign variable ~ may not be modified"
3197msgstr ""
3198
3199#: foreign.d:2272
3200msgid "~: foreign variable ~ of type ~ is not an array"
3201msgstr ""
3202
3203#: foreign.d:2358
3204msgid "~: foreign variable ~ of type ~ is not a pointer"
3205msgstr ""
3206
3207#: foreign.d:2462
3208msgid "~: foreign variable ~ of type ~ is not a struct or union"
3209msgstr ""
3210
3211#: foreign.d:2471
3212msgid "~: foreign variable ~ of type ~ has no component with name ~"
3213msgstr ""
3214
3215#: foreign.d:2557
3216msgid "~: argument is not a foreign function: ~"
3217msgstr ""
3218
3219#: foreign.d:2568
3220msgid "~: foreign function with unknown calling convention, missing DEF-CALL-OUT: ~"
3221msgstr ""
3222
3223#: foreign.d:2594
3224msgid "~: A foreign function ~ does not exist"
3225msgstr ""
3226
3227#: foreign.d:2601
3228msgid "~: calling conventions for foreign function ~ conflict"
3229msgstr ""
3230
3231#: foreign.d:2884
3232msgid "~: Too few arguments (~ instead of at least ~) to ~"
3233msgstr ""
3234
3235#: foreign.d:2896
3236msgid "~: :OUT argument is not a pointer: ~"
3237msgstr ""
3238
3239#: foreign.d:2941
3240msgid "~: Too many arguments (~ instead of ~) to ~"
3241msgstr ""
3242
3243#: foreign.d:3510
3244msgid "~: Cannot open library ~"
3245msgstr ""
3246
3247#: foreign.d:3608
3248msgid "~: ~ is not a library"
3249msgstr ""
3250
3251#: amigaaux.d:212
3252msgid "This version of CLISP runs only in low address memory.\n"
3253msgstr ""
3254
3255#: init.lisp:347
3256msgid "~S is a special form and may not be redefined."
3257msgstr ""
3258
3259#: init.lisp:354
3260msgid "Redefining the COMMON LISP ~A ~S"
3261msgstr ""
3262
3263#: init.lisp:371
3264msgid "DEFUN/DEFMACRO: redefining ~S; it was traced!"
3265msgstr ""
3266
3267#: init.lisp:391
3268msgid "~S is impossible in compiled code"
3269msgstr ""
3270
3271#: init.lisp:478
3272msgid "~S is an invalid function environment"
3273msgstr ""
3274
3275#: init.lisp:525
3276msgid "~S is an invalid variable environment"
3277msgstr ""
3278
3279#: init.lisp:592
3280msgid "~S: ~S is illegal since ~S is a local macro"
3281msgstr ""
3282
3283#: init.lisp:596
3284msgid "~S: invalid function environment ~S"
3285msgstr ""
3286
3287#: init.lisp:602
3288msgid "~S: ~S is invalid since ~S is not a symbol"
3289msgstr ""
3290
3291#: init.lisp:776
3292msgid "code after MACROLET contains a dotted list, ending with ~S"
3293msgstr ""
3294
3295#: init.lisp:792
3296msgid "illegal syntax in MACROLET: ~S"
3297msgstr ""
3298
3299#: init.lisp:813
3300msgid "code after SYMBOL-MACROLET contains a dotted list, ending with ~S"
3301msgstr ""
3302
3303#: init.lisp:844
3304msgid "illegal syntax in SYMBOL-MACROLET: ~S"
3305msgstr ""
3306
3307#: init.lisp:883
3308msgid "bad function environment occurred in ~S: ~S"
3309msgstr ""
3310
3311#: init.lisp:892
3312msgid "~S: invalid form ~S"
3313msgstr ""
3314
3315#: init.lisp:903
3316msgid "code contains a dotted list, ending with ~S"
3317msgstr ""
3318
3319#: init.lisp:946
3320msgid "~S: ~S should be a lambda expression"
3321msgstr ""
3322
3323#: init.lisp:987
3324msgid "lambda list must not end with the atom ~S"
3325msgstr ""
3326
3327#: init.lisp:1149
3328msgid "FLET/LABELS: code contains a dotted list, ending with ~S"
3329msgstr ""
3330
3331#: init.lisp:1158
3332msgid "illegal syntax in FLET/LABELS: ~S"
3333msgstr ""
3334
3335#: init.lisp:1179
3336msgid "FUNCTION-MACRO-LET: code contains a dotted list, ending with ~S"
3337msgstr ""
3338
3339#: init.lisp:1193
3340msgid "illegal syntax in FUNCTION-MACRO-LET: ~S"
3341msgstr ""
3342
3343#: init.lisp:1350
3344msgid "Loading file "
3345msgstr ""
3346
3347#: init.lisp:1352
3348msgid " ..."
3349msgstr ""
3350
3351#: init.lisp:1378
3352msgid "Loading of file "
3353msgstr ""
3354
3355#: init.lisp:1380
3356msgid " is finished."
3357msgstr ""
3358
3359#: init.lisp:1387
3360msgid "A file with name ~A does not exist"
3361msgstr ""
3362
3363#: init.lisp:1401
3364msgid "~S: missing function name and/or parameter list"
3365msgstr ""
3366
3367#: init.lisp:1409
3368msgid "~S: ~S is not a symbol."
3369msgstr ""
3370
3371#: init.lisp:1414
3372msgid "~S: special operator ~S cannot be redefined."
3373msgstr ""
3374
3375#: init.lisp:1610
3376msgid "~S: cannot define a function from that: ~S"
3377msgstr ""
3378
3379#: init.lisp:1620
3380msgid "~S: function ~S is missing a lambda list"
3381msgstr ""
3382
3383#: backquote.lisp:39
3384msgid "~S: comma is illegal outside of backquote"
3385msgstr ""
3386
3387#: backquote.lisp:44
3388msgid "~S: more commas out than backquotes in, is illegal"
3389msgstr ""
3390
3391#: backquote.lisp:205
3392msgid "The syntax ,@form is valid only in lists"
3393msgstr ""
3394
3395#: backquote.lisp:210
3396msgid "The syntax ,.form is valid only in lists"
3397msgstr ""
3398
3399#: defmacro.lisp:44
3400msgid "Both will be ignored."
3401msgstr ""
3402
3403#: defmacro.lisp:45
3404msgid "Invalid keyword-value-pair: ~S ~S"
3405msgstr ""
3406
3407#: defmacro.lisp:54
3408msgid "The macro ~S may not be called with ~S arguments: ~S"
3409msgstr ""
3410
3411#: defmacro.lisp:126
3412msgid "The lambda list of macro ~S contains a dot after &AUX."
3413msgstr ""
3414
3415#: defmacro.lisp:132
3416msgid "in macro ~S: ~S may not be used as &AUX variable."
3417msgstr ""
3418
3419#: defmacro.lisp:151
3420msgid "The lambda list of macro ~S contains a dot after &KEY."
3421msgstr ""
3422
3423#: defmacro.lisp:161
3424msgid "The lambda list of macro ~S contains a badly placed ~S."
3425msgstr ""
3426
3427#: defmacro.lisp:179
3428msgid "The lambda list of macro ~S contains the invalid element ~S"
3429msgstr ""
3430
3431#: defmacro.lisp:209
3432msgid "~0*It will be ignored."
3433msgstr ""
3434
3435#: defmacro.lisp:210
3436msgid "The lambda list of macro ~S contains an invalid keyword specification ~S"
3437msgstr ""
3438
3439#: defmacro.lisp:281
3440msgid "The lambda list of macro ~S is missing a variable after &REST/&BODY."
3441msgstr ""
3442
3443#: defmacro.lisp:292
3444msgid "The lambda list of macro ~S contains an illegal variable after &REST/&BODY: ~S"
3445msgstr ""
3446
3447#: defmacro.lisp:302
3448msgid "The lambda list of macro ~S contains a misplaced dot."
3449msgstr ""
3450
3451#: defmacro.lisp:307
3452msgid "They will be ignored."
3453msgstr ""
3454
3455#: defmacro.lisp:308
3456msgid "The lambda list of macro ~S contains superfluous elements: ~S"
3457msgstr ""
3458
3459#: defmacro.lisp:361
3460msgid "The lambda list of macro ~S contains an illegal &REST variable: ~S"
3461msgstr ""
3462
3463#: defmacro.lisp:375
3464msgid "The lambda list of macro ~S contains an invalid &WHOLE: ~S"
3465msgstr ""
3466
3467#: defmacro.lisp:381
3468msgid "The lambda list of macro ~S contains a superfluous ~S."
3469msgstr ""
3470
3471#: defmacro.lisp:397
3472msgid "The lambda list of macro ~S contains ~S before &KEY."
3473msgstr ""
3474
3475#: defmacro.lisp:402
3476msgid "The lambda list of macro ~S contains ~S which is illegal here."
3477msgstr ""
3478
3479#: defmacro.lisp:421
3480msgid "The lambda list of macro ~S contains an invalid element ~S"
3481msgstr ""
3482
3483#: defmacro.lisp:435
3484msgid "The lambda list of macro ~S contains an invalid supplied-variable ~S"
3485msgstr ""
3486
3487#: defmacro.lisp:497
3488msgid "In the lambda list of macro ~S, &ENVIRONMENT must be followed by a non-NIL symbol: ~S"
3489msgstr ""
3490
3491#: defmacro.lisp:519
3492msgid "Cannot define a macro from that: ~S"
3493msgstr ""
3494
3495#: defmacro.lisp:524
3496msgid "The name of a macro must be a symbol, not ~S"
3497msgstr ""
3498
3499#: defmacro.lisp:529
3500msgid "Macro ~S is missing a lambda list."
3501msgstr ""
3502
3503#: macros1.lisp:62
3504msgid "~S: non-symbol ~S can't be a defined constant"
3505msgstr ""
3506
3507#: macros1.lisp:95
3508msgid "~S redefines the constant ~S. Its old value was ~S."
3509msgstr ""
3510
3511#: macros1.lisp:150
3512msgid "Invalid syntax in ~S form: ~S."
3513msgstr ""
3514
3515#: macros1.lisp:307
3516msgid "~S: missing key list"
3517msgstr ""
3518
3519#: macros1.lisp:314
3520msgid "~S: the ~S clause must be the last one"
3521msgstr ""
3522
3523#: macros1.lisp:405
3524msgid "COND code contains a dotted list, ending with ~S"
3525msgstr ""
3526
3527#: macros2.lisp:40
3528msgid "Language ~S is not defined"
3529msgstr ""
3530
3531#: macros2.lisp:50
3532msgid "Language ~S inherits from ~S"
3533msgstr ""
3534
3535#: macros2.lisp:100
3536msgid "~S: Language ~S is not defined"
3537msgstr ""
3538
3539#: macros2.lisp:123
3540msgid "~S ~S: no value for default language ~S"
3541msgstr ""
3542
3543#: macros2.lisp:138
3544msgid "Invalid clause in ~S: ~S"
3545msgstr ""
3546
3547#: macros2.lisp:157
3548msgid "~A~%The value is: ~S"
3549msgstr ""
3550
3551#: macros2.lisp:161
3552msgid "The value of ~S should be ~:[of type ~S~;~:*~A~]."
3553msgstr ""
3554
3555#: macros2.lisp:165
3556msgid "You may input a new value."
3557msgstr ""
3558
3559#: macros2.lisp:168
3560msgid "~%New ~S: "
3561msgstr ""
3562
3563#: macros2.lisp:189
3564msgid "Retry"
3565msgstr ""
3566
3567#: macros2.lisp:192
3568msgid "You may input new values."
3569msgstr ""
3570
3571#: macros2.lisp:196
3572msgid "~S must evaluate to a non-NIL value."
3573msgstr ""
3574
3575#: macros2.lisp:232
3576msgid "The value of ~S must be of one of the types ~{~S~^, ~}"
3577msgstr ""
3578
3579#: macros2.lisp:237
3580msgid "The value of ~S must be one of ~{~S~^, ~}"
3581msgstr ""
3582
3583#: macros2.lisp:338
3584msgid "type name should be a symbol, not ~S"
3585msgstr ""
3586
3587#: macros2.lisp:343
3588msgid "~S is a built-in type and may not be redefined."
3589msgstr ""
3590
3591#: macros2.lisp:376
3592msgid "The deftype expander for ~S may not be called with ~S arguments."
3593msgstr ""
3594
3595#: macros2.lisp:384
3596msgid "~S: the name of a symbol macro must be a symbol, not ~S"
3597msgstr ""
3598
3599#: macros2.lisp:399
3600msgid "~S: the symbol ~S names a global variable"
3601msgstr ""
3602
3603#: defs1.lisp:98
3604msgid "missing symbol types (~S/~S/~S) in ~S"
3605msgstr ""
3606
3607#: defs1.lisp:105
3608msgid "~S: flag must be one of the symbols ~S, ~S, ~S, not ~S"
3609msgstr ""
3610
3611#: defs1.lisp:418
3612msgid "~S: ~S does not name a logical host"
3613msgstr ""
3614
3615#: defs1.lisp:456
3616msgid "No translations for logical host ~S found"
3617msgstr ""
3618
3619#: defs1.lisp:542
3620msgid "~S: argument ~S should be a nonnegative number"
3621msgstr ""
3622
3623#: defs1.lisp:704
3624msgid "incorrect date: ~S.~S.~S, ~Sh~Sm~Ss, time zone ~S"
3625msgstr ""
3626
3627#: defs1.lisp:773
3628msgid "special operator"
3629msgstr ""
3630
3631#: defs1.lisp:776
3632msgid "function"
3633msgstr ""
3634
3635#: defs1.lisp:778
3636msgid "macro"
3637msgstr ""
3638
3639#: places.lisp:24
3640msgid "The function (~S ~S) is hidden by a SETF expander."
3641msgstr ""
3642
3643#: places.lisp:85
3644msgid "The argument ~S to ~S should be a keyword."
3645msgstr ""
3646
3647#: places.lisp:140
3648msgid "Argument ~S is not a SETF place."
3649msgstr ""
3650
3651#: places.lisp:153
3652msgid "SETF place ~S produces more than one store variable."
3653msgstr ""
3654
3655#: places.lisp:221
3656msgid "The name of the access function must be a symbol, not ~S"
3657msgstr ""
3658
3659#: places.lisp:254
3660msgid "The SETF expander for ~S may not be called with ~S arguments."
3661msgstr ""
3662
3663#: places.lisp:291
3664msgid "Too many arguments to DEFSETF: ~S"
3665msgstr ""
3666
3667#: places.lisp:295
3668msgid "The doc string to DEFSETF must be a string: ~S"
3669msgstr ""
3670
3671#: places.lisp:305
3672msgid "Missing store variable in DEFSETF."
3673msgstr ""
3674
3675#: places.lisp:346
3676msgid "Illegal syntax in DEFSETF for ~S"
3677msgstr ""
3678
3679#: places.lisp:359
3680msgid "(SETF (NTH ...) ...) : index ~S is too large for ~S"
3681msgstr ""
3682
3683#: places.lisp:459
3684msgid "PSETF called with an odd number of arguments: ~S"
3685msgstr ""
3686
3687#: places.lisp:505
3688msgid "REMF: property list with an odd length"
3689msgstr ""
3690
3691#: places.lisp:555
3692msgid "In the definition of ~S: &REST variable ~S should be a symbol."
3693msgstr ""
3694
3695#: places.lisp:561
3696msgid "Only one variable is allowed after &REST, not ~S"
3697msgstr ""
3698
3699#: places.lisp:566
3700msgid "Illegal in a DEFINE-MODIFY-MACRO lambda list: ~S"
3701msgstr ""
3702
3703#: places.lisp:574
3704msgid "lambda list may only contain symbols and lists, not ~S"
3705msgstr ""
3706
3707#: places.lisp:691
3708msgid "Illegal SETF place: ~S"
3709msgstr ""
3710
3711#: places.lisp:710
3712msgid "SHIFTF called with too few arguments: ~S"
3713msgstr ""
3714
3715#: places.lisp:750
3716msgid "(SETF (GETF ...) ...) : property list with an odd length"
3717msgstr ""
3718
3719#: places.lisp:785
3720msgid "first argument ~S is illegal, not a symbol"
3721msgstr ""
3722
3723#: places.lisp:896
3724msgid "SETF APPLY is only defined for functions of the form #'symbol."
3725msgstr ""
3726
3727#: places.lisp:902
3728msgid "APPLY on ~S is not a SETF place."
3729msgstr ""
3730
3731#: places.lisp:957
3732msgid "SETF FUNCALL is only defined for functions of the form #'symbol."
3733msgstr ""
3734
3735#: places.lisp:1004
3736msgid "SETF place ~S expects different numbers of values in the true and branches (~D vs. ~D values)."
3737msgstr ""
3738
3739#: floatprint.lisp:341
3740msgid "argument is not a float: ~S"
3741msgstr ""
3742
3743#: type.lisp:30
3744msgid "~S: invalid type specification ~S"
3745msgstr ""
3746
3747#: type.lisp:447
3748msgid "~S: argument to MOD must be an integer: ~S"
3749msgstr ""
3750
3751#: type.lisp:455
3752msgid "~S: argument to SIGNED-BYTE must be an integer or * : ~S"
3753msgstr ""
3754
3755#: type.lisp:465
3756msgid "~S: argument to UNSIGNED-BYTE must be an integer or * : ~S"
3757msgstr ""
3758
3759#: type.lisp:639
3760msgid "Invalid type specifier ~S"
3761msgstr ""
3762
3763#: defstruct.lisp:425
3764msgid "~S: invalid syntax for name and options: ~S"
3765msgstr ""
3766
3767#: defstruct.lisp:449
3768msgid "~S ~S: argument list should be a list: ~S"
3769msgstr ""
3770
3771#: defstruct.lisp:472
3772msgid "~S ~S: At most one :INCLUDE argument may be specified: ~S"
3773msgstr ""
3774
3775#: defstruct.lisp:480
3776msgid ""
3777"~S: Use of ~S implicitly applies FUNCTION.~@\n"
3778"                                     Therefore using ~S instead of ~S."
3779msgstr ""
3780
3781#: defstruct.lisp:525
3782msgid "~S ~S: There is no :PREDICATE on unnamed structures."
3783msgstr ""
3784
3785#: defstruct.lisp:551
3786msgid "~S ~S: invalid :TYPE option ~S"
3787msgstr ""
3788
3789#: defstruct.lisp:557
3790msgid "~S ~S: The :INITIAL-OFFSET must be a nonnegative integer, not ~S"
3791msgstr ""
3792
3793#: defstruct.lisp:563
3794msgid "~S ~S: :INITIAL-OFFSET must not be specified without :TYPE : ~S"
3795msgstr ""
3796
3797#: defstruct.lisp:581
3798msgid "~S ~S: included structure ~S has not been defined."
3799msgstr ""
3800
3801#: defstruct.lisp:593
3802msgid "~S ~S: included structure ~S must be of the same type ~S."
3803msgstr ""
3804
3805#: defstruct.lisp:618
3806msgid "~S ~S: included structure ~S has no component with name ~S."
3807msgstr ""
3808
3809#: defstruct.lisp:647
3810msgid "~S ~S: The READ-ONLY slot ~S of the included structure ~S must remain READ-ONLY in ~S."
3811msgstr ""
3812
3813#: defstruct.lisp:657
3814msgid "~S ~S: The type ~S of slot ~S should be a subtype of the type defined for the included strucure ~S, namely ~S."
3815msgstr ""
3816
3817#: defstruct.lisp:695
3818msgid "~S ~S: structure of type ~S can't hold the name."
3819msgstr ""
3820
3821#: defstruct.lisp:747
3822msgid "~S ~S: There may be only one slot with the name ~S."
3823msgstr ""
3824
3825#: format.lisp:70
3826msgid "The control string terminates within a directive."
3827msgstr ""
3828
3829#: format.lisp:137
3830msgid "~A must introduce a number."
3831msgstr ""
3832
3833#: format.lisp:147
3834msgid "The control string terminates in the middle of a parameter."
3835msgstr ""
3836
3837#: format.lisp:227
3838msgid "Non-existent directive"
3839msgstr ""
3840
3841#: format.lisp:235
3842msgid "Closing '/' is missing"
3843msgstr ""
3844
3845#: format.lisp:248
3846msgid "There is no package with name ~S"
3847msgstr ""
3848
3849#: format.lisp:263
3850msgid "The closing directive '~A' does not have a corresponding opening one."
3851msgstr ""
3852
3853#: format.lisp:268
3854msgid "The closing directive '~A' does not match the corresponding opening one. It should read '~A'."
3855msgstr ""
3856
3857#: format.lisp:287
3858msgid "The ~~newline directive cannot take both modifiers."
3859msgstr ""
3860
3861#: format.lisp:308
3862msgid "An opening directive is never closed; expecting '~A'."
3863msgstr ""
3864
3865#: format.lisp:333
3866msgid "~%Current point in control string:"
3867msgstr ""
3868
3869#: format.lisp:383
3870msgid "The destination string ~S should have a fill pointer."
3871msgstr ""
3872
3873#: format.lisp:390
3874msgid "The destination argument ~S is invalid (not NIL or T or a stream or a string)."
3875msgstr ""
3876
3877#: format.lisp:419
3878msgid "~S: The control-string must be a string, not ~S"
3879msgstr ""
3880
3881#: format.lisp:430
3882msgid "There are not enough arguments left for this directive."
3883msgstr ""
3884
3885#: format.lisp:528
3886msgid "The ~~:@R directive requires an integer in the range 1 - 4999, not ~S"
3887msgstr ""
3888
3889#: format.lisp:547
3890msgid "The ~~@R directive requires an integer in the range 1 - 3999, not ~S"
3891msgstr ""
3892
3893#: format.lisp:611
3894msgid "The argument for the ~~R directive is too large."
3895msgstr ""
3896
3897#: format.lisp:1331
3898msgid "The ~~R and ~~:R directives require an integer argument, not ~S"
3899msgstr ""
3900
3901#: format.lisp:1353
3902msgid "The ~~C directive requires a character argument, not ~S"
3903msgstr ""
3904
3905#: format.lisp:1579
3906msgid "The control string argument for the ~~? directive is invalid: ~S"
3907msgstr ""
3908
3909#: format.lisp:1584
3910msgid "The argument list argument for the ~~? directive is invalid: ~S"
3911msgstr ""
3912
3913#: format.lisp:1646
3914msgid "The ~~[ parameter must be an integer, not ~S"
3915msgstr ""
3916
3917#: format.lisp:1665
3918msgid "The ~~[ directive cannot take both modifiers."
3919msgstr ""
3920
3921#: format.lisp:1691
3922msgid "The ~~{ directive requires a list argument, not ~S"
3923msgstr ""
3924
3925#: format.lisp:2179
3926msgid "Too many arguments for this directive"
3927msgstr ""
3928
3929#: format.lisp:2718
3930msgid "The control-string must be a string, not ~S"
3931msgstr ""
3932
3933#: trace.lisp:95
3934msgid "~S: undefined function ~S"
3935msgstr ""
3936
3937#: trace.lisp:101
3938msgid "~S: cannot trace special operator ~S"
3939msgstr ""
3940
3941#: trace.lisp:112
3942msgid "~&;; Tracing ~:[function~;macro~] ~S."
3943msgstr ""
3944
3945#: trace.lisp:266
3946msgid "~S: ~S was traced and has been redefined!"
3947msgstr ""
3948
3949#: compiler.lisp:226
3950msgid "~1{~5@*~D/~4@*~D/~3@*~D ~2@*~2,'0D.~1@*~2,'0D.~0@*~2,'0D~:}"
3951msgstr ""
3952
3953#: compiler.lisp:387
3954msgid "Bad length of closure vector: ~S"
3955msgstr ""
3956
3957#: compiler.lisp:1783
3958msgid "Compiler bug!! Occurred in ~A~@[ at ~A~]."
3959msgstr ""
3960
3961#: compiler.lisp:2488
3962msgid "Bad declaration syntax: ~S~%Will be ignored."
3963msgstr ""
3964
3965#: compiler.lisp:2508
3966msgid "Non-symbol ~S may not be declared SPECIAL."
3967msgstr ""
3968
3969#: compiler.lisp:2515
3970msgid "Non-symbol ~S may not be declared IGNORE."
3971msgstr ""
3972
3973#: compiler.lisp:2522
3974msgid "Non-symbol ~S may not be declared IGNORABLE."
3975msgstr ""
3976
3977#: compiler.lisp:2529
3978msgid "Non-symbol ~S may not be declared READ-ONLY."
3979msgstr ""
3980
3981#: compiler.lisp:2534
3982msgid "Unknown declaration ~S.~%The whole declaration will be ignored."
3983msgstr ""
3984
3985#: compiler.lisp:2924
3986msgid " in line ~D"
3987msgstr ""
3988
3989#: compiler.lisp:2925
3990msgid " in lines ~D..~D"
3991msgstr ""
3992
3993#: compiler.lisp:2937
3994msgid "~%WARNING~@[ in function ~S~]~A :~%"
3995msgstr ""
3996
3997#: compiler.lisp:2969
3998msgid "~%ERROR~@[ in function ~S~]~A :~%~?"
3999msgstr ""
4000
4001#: compiler.lisp:3110
4002msgid "Code contains dotted list ~S"
4003msgstr ""
4004
4005#: compiler.lisp:3114
4006msgid "Form too short, too few arguments: ~S"
4007msgstr ""
4008
4009#: compiler.lisp:3119
4010msgid "Form too long, too many arguments: ~S"
4011msgstr ""
4012
4013#: compiler.lisp:3301
4014msgid "Not the name of a function: ~S"
4015msgstr ""
4016
4017#: compiler.lisp:3475
4018msgid ""
4019"The constant ~S may not be assigned to.~@\n"
4020"                                                  The assignment will be ignored."
4021msgstr ""
4022
4023#: compiler.lisp:3614
4024msgid "argument list to function ~S is dotted: ~S"
4025msgstr ""
4026
4027#: compiler.lisp:3620
4028msgid ""
4029"~S called with ~S~:[~; or more~] arguments, but it requires ~\n"
4030"                        ~:[~:[from ~S to ~S~;~S~]~;at least ~*~S~] arguments."
4031msgstr ""
4032
4033#: compiler.lisp:3633
4034msgid "keyword arguments to function ~S should occur pairwise: ~S"
4035msgstr ""
4036
4037#: compiler.lisp:3644
4038msgid ""
4039"keyword ~S is not allowed for function ~S.~\n"
4040"                              ~%The only allowed keyword~:[s are ~{~S~#[~; and ~S~:;, ~]~}~; is ~{~S~}~]."
4041msgstr ""
4042
4043#: compiler.lisp:3656
4044msgid "argument ~S to function ~S is not a symbol"
4045msgstr ""
4046
4047#: compiler.lisp:4325
4048msgid ""
4049"~S called with ~S arguments, but it requires ~\n"
4050"                                   ~:[~:[from ~S to ~S~;~S~]~;at least ~*~S~] arguments."
4051msgstr ""
4052
4053#: compiler.lisp:4505
4054msgid "Illegal syntax in LET/LET*: ~S"
4055msgstr ""
4056
4057#: compiler.lisp:4542
4058msgid "Lambda list marker ~S not allowed here."
4059msgstr ""
4060
4061#: compiler.lisp:4548
4062msgid "Missing &REST parameter in lambda list ~S"
4063msgstr ""
4064
4065#: compiler.lisp:4554
4066msgid "Lambda list element ~S is superfluous."
4067msgstr ""
4068
4069#: compiler.lisp:4729
4070msgid "Lambda lists with dots are only allowed in macros, not here: ~S"
4071msgstr ""
4072
4073#: compiler.lisp:4745
4074msgid "Illegal lambda list element ~S"
4075msgstr ""
4076
4077#: compiler.lisp:4841
4078msgid "Binding variable ~S can cause side effects despite of IGNORE declaration~%since it is declared SPECIAL."
4079msgstr ""
4080
4081#: compiler.lisp:4845
4082msgid "variable ~S is used despite of IGNORE declaration."
4083msgstr ""
4084
4085#: compiler.lisp:4856
4086msgid "variable ~S is not used.~%Misspelled or missing IGNORE declaration?"
4087msgstr ""
4088
4089#: compiler.lisp:4862
4090msgid "The variable ~S is assigned to, despite of READ-ONLY declaration."
4091msgstr ""
4092
4093#: compiler.lisp:5806
4094msgid "Misplaced declaration: ~S"
4095msgstr ""
4096
4097#: compiler.lisp:6018
4098msgid "Odd number of arguments to SETQ: ~S"
4099msgstr ""
4100
4101#: compiler.lisp:6067
4102msgid "Odd number of arguments to PSETQ: ~S"
4103msgstr ""
4104
4105#: compiler.lisp:6328
4106msgid "Only symbols may be used as variables, not ~S"
4107msgstr ""
4108
4109#: compiler.lisp:6433
4110msgid "Illegal syntax in COMPILER-LET: ~S"
4111msgstr ""
4112
4113#: compiler.lisp:6441
4114msgid "Block name must be a symbol, not ~S"
4115msgstr ""
4116
4117#: compiler.lisp:6490
4118msgid "RETURN-FROM block ~S is impossible from here."
4119msgstr ""
4120
4121#: compiler.lisp:6556
4122msgid "Only numbers and symbols are valid tags, not ~S"
4123msgstr ""
4124
4125#: compiler.lisp:6634
4126msgid "Tag must be a symbol or a number, not ~S"
4127msgstr ""
4128
4129#: compiler.lisp:6639
4130msgid "GO to tag ~S is impossible from here."
4131msgstr ""
4132
4133#: compiler.lisp:6730
4134msgid "~S is not a function. It is a locally defined macro."
4135msgstr ""
4136
4137#: compiler.lisp:6749
4138msgid "Only symbols and lambda expressions are function names, not ~S"
4139msgstr ""
4140
4141#: compiler.lisp:6804
4142msgid "Illegal function definition syntax in ~S: ~S"
4143msgstr ""
4144
4145#: compiler.lisp:7377
4146msgid "Illegal syntax in SYMBOL-MACROLET: ~S"
4147msgstr ""
4148
4149#: compiler.lisp:7418
4150msgid "EVAL-WHEN situation must be EVAL or LOAD or COMPILE, but not ~S"
4151msgstr ""
4152
4153#: compiler.lisp:7461
4154msgid "CASE clause without objects: ~S"
4155msgstr ""
4156
4157#: compiler.lisp:7471
4158msgid "~S: the ~S clause must be the last one: ~S"
4159msgstr ""
4160
4161#: compiler.lisp:7481
4162msgid "Duplicate ~S label ~S : ~S"
4163msgstr ""
4164
4165#: compiler.lisp:7743
4166msgid "Too many arguments to ~S"
4167msgstr ""
4168
4169#: compiler.lisp:7758
4170msgid "Too few arguments to ~S"
4171msgstr ""
4172
4173#: compiler.lisp:8649
4174msgid "The ~S destination is invalid (not NIL or T or a stream or a string with fill-pointer): ~S"
4175msgstr ""
4176
4177#: compiler.lisp:12137
4178msgid "Name of function to be compiled must be a symbol, not ~S"
4179msgstr ""
4180
4181#: compiler.lisp:12148
4182msgid "~S: redefining ~S; it was traced!"
4183msgstr ""
4184
4185#: compiler.lisp:12198
4186msgid "Not a lambda expression nor a function: ~S"
4187msgstr ""
4188
4189#: compiler.lisp:12384
4190msgid "~%There were errors in the following functions:~%~{~<~%~:; ~S~>~^~}"
4191msgstr ""
4192
4193#: compiler.lisp:12389
4194msgid "~%The following functions were used but not defined:~%~{~<~%~:; ~S~>~^~}"
4195msgstr ""
4196
4197#: compiler.lisp:12396
4198msgid "~%The following special variables were not defined:~%~{~<~%~:; ~S~>~^~}"
4199msgstr ""
4200
4201#: compiler.lisp:12399
4202msgid "~%The following special variables were defined too late:~%~{~<~%~:; ~S~>~^~}"
4203msgstr ""
4204
4205#: compiler.lisp:12402
4206msgid "~%The following functions were used but are deprecated:~%~{~<~%~:; ~S~>~^~}"
4207msgstr ""
4208
4209#: compiler.lisp:12529
4210msgid "~&Listing of compilation of file ~A~%on ~@? by ~A, version ~A"
4211msgstr ""
4212
4213#: compiler.lisp:12561
4214msgid "~%Compiling file ~A ..."
4215msgstr ""
4216
4217#: compiler.lisp:12611
4218msgid "~&~%Compilation of file ~A is finished."
4219msgstr ""
4220
4221#: compiler.lisp:12613
4222msgid "~%~D error~:P, ~D warning~:P"
4223msgstr ""
4224
4225#: compiler.lisp:12663
4226msgid "~%~%Disassembly of function ~S"
4227msgstr ""
4228
4229#: compiler.lisp:12674
4230msgid "~%~S required arguments"
4231msgstr ""
4232
4233#: compiler.lisp:12677
4234msgid "~%~S optional arguments"
4235msgstr ""
4236
4237#: compiler.lisp:12680
4238msgid "~%~:[No rest parameter~;Rest parameter~]"
4239msgstr ""
4240
4241#: compiler.lisp:12685
4242msgid "~%~S keyword parameter~:P: ~{~S~^, ~}."
4243msgstr ""
4244
4245#: compiler.lisp:12689
4246msgid "~%Other keywords are allowed."
4247msgstr ""
4248
4249#: compiler.lisp:12691
4250msgid "~%No keyword parameters"
4251msgstr ""
4252
4253#: compiler.lisp:12708
4254msgid "Disassembly of function "
4255msgstr ""
4256
4257#: compiler.lisp:12726
4258msgid " required arguments"
4259msgstr ""
4260
4261#: compiler.lisp:12731
4262msgid " optional arguments"
4263msgstr ""
4264
4265#: compiler.lisp:12736
4266msgid "Rest parameter"
4267msgstr ""
4268
4269#: compiler.lisp:12739
4270msgid "No rest parameter"
4271msgstr ""
4272
4273#: compiler.lisp:12746
4274msgid " keyword parameter~P: "
4275msgstr ""
4276
4277#: compiler.lisp:12756
4278msgid "Other keywords are allowed."
4279msgstr ""
4280
4281#: compiler.lisp:12761
4282msgid "No keyword parameters"
4283msgstr ""
4284
4285#: compiler.lisp:12842
4286msgid "Cannot disassemble ~S"
4287msgstr ""
4288
4289#: defs2.lisp:63
4290msgid "~S: ~S is not a function"
4291msgstr ""
4292
4293#: defs2.lisp:77
4294msgid "~S: package name ~S should be a string or a symbol"
4295msgstr ""
4296
4297#: defs2.lisp:84
4298msgid "~S ~A: symbol name ~S should be a string or a symbol"
4299msgstr ""
4300
4301#: defs2.lisp:104
4302msgid "~S ~A: the symbol ~A must not be specified more than once"
4303msgstr ""
4304
4305#: defs2.lisp:182
4306msgid "~S ~A: unknown option ~S"
4307msgstr ""
4308
4309#: defs2.lisp:186
4310msgid "~S ~A: invalid syntax in ~S option: ~S"
4311msgstr ""
4312
4313#: defs2.lisp:190
4314msgid "~S ~A: not a ~S option: ~S"
4315msgstr ""
4316
4317#: defs2.lisp:246
4318msgid "This symbol will be created."
4319msgstr ""
4320
4321#: defs2.lisp:247
4322msgid "~S ~A: There is no symbol ~A::~A ."
4323msgstr ""
4324
4325#: defs2.lisp:321
4326msgid "The object to be destructured should be a list with ~:[at least ~*~S~;~:[from ~S to ~S~;~S~]~] elements, not ~4@*~S."
4327msgstr ""
4328
4329#: defs2.lisp:390
4330msgid "~S: macro name should be a symbol, not ~S"
4331msgstr ""
4332
4333#: defs2.lisp:425
4334msgid "~S: input stream ~S ends within read macro beginning to ~S"
4335msgstr ""
4336
4337#: defs2.lisp:431
4338msgid "~S from ~S: character read should be a character: ~S"
4339msgstr ""
4340
4341#: defs2.lisp:452
4342msgid "~S from ~S: After ~S is ~S an undefined dispatch macro character"
4343msgstr ""
4344
4345#: loop.lisp:47
4346msgid "~S: syntax error after ~A in ~S"
4347msgstr ""
4348
4349#: loop.lisp:254
4350msgid "~S: missing variable."
4351msgstr ""
4352
4353#: loop.lisp:264
4354msgid "~S: After ~S, ~S is interpreted as a type specification"
4355msgstr ""
4356
4357#: loop.lisp:520
4358msgid "~S: ~A clauses should occur before the loop's main body"
4359msgstr ""
4360
4361#: loop.lisp:660
4362msgid "~S: After ~S a plural loop keyword is required, not ~A"
4363msgstr ""
4364
4365#: loop.lisp:665
4366msgid "~S: After ~S a singular loop keyword is required, not ~A"
4367msgstr ""
4368
4369#: loop.lisp:807
4370msgid "~S: questionable iteration direction after ~A"
4371msgstr ""
4372
4373#: loop.lisp:816
4374msgid "~S: specifying ~A requires FROM or DOWNFROM"
4375msgstr ""
4376
4377#: loop.lisp:874
4378msgid "~S: illegal syntax near ~S in ~S"
4379msgstr ""
4380
4381#: loop.lisp:879
4382msgid "~S: ambiguous result of loop ~S"
4383msgstr ""
4384
4385#: loop.lisp:1012
4386msgid "~S is possible only from within ~S"
4387msgstr ""
4388
4389#: loop.lisp:1015
4390msgid "Use of ~S in FINALLY clauses is deprecated because it can lead to infinite loops."
4391msgstr ""
4392
4393#: loop.lisp:1018
4394msgid "~S is not possible here"
4395msgstr ""
4396
4397#: clos.lisp:174
4398msgid "~S: ~S does not name a class"
4399msgstr ""
4400
4401#: clos.lisp:194
4402msgid "~S: ~S is not a class"
4403msgstr ""
4404
4405#: clos.lisp:201
4406msgid "~S: cannot redefine built-in class ~S"
4407msgstr ""
4408
4409#: clos.lisp:206
4410msgid "~S: Redefining the COMMON LISP class ~S"
4411msgstr ""
4412
4413#: clos.lisp:361
4414msgid "instance ~S of class ~S has no slots (wrong metaclass)"
4415msgstr ""
4416
4417#: clos.lisp:390
4418msgid "~S: invalid slot and variable specification ~S"
4419msgstr ""
4420
4421#: clos.lisp:402
4422msgid "~S: slot name ~S should be a symbol"
4423msgstr ""
4424
4425#: clos.lisp:433
4426msgid "~S: invalid slot and accessor specification ~S"
4427msgstr ""
4428
4429#: clos.lisp:443
4430msgid "~S: accessor name ~S should be a symbol"
4431msgstr ""
4432
4433#: clos.lisp:534
4434msgid "~S: class name ~S should be a symbol"
4435msgstr ""
4436
4437#: clos.lisp:541
4438msgid "~S ~S: expecting list of superclasses instead of ~S"
4439msgstr ""
4440
4441#: clos.lisp:547
4442msgid "~S ~S: superclass name ~S should be a symbol"
4443msgstr ""
4444
4445#: clos.lisp:559
4446msgid "~S ~S: expecting list of slot specifications instead of ~S"
4447msgstr ""
4448
4449#: clos.lisp:569
4450msgid "~S ~S: slot name ~S should be a symbol"
4451msgstr ""
4452
4453#: clos.lisp:574
4454msgid "~S ~S: There may be only one direct slot with the name ~S."
4455msgstr ""
4456
4457#: clos.lisp:589
4458msgid "~S ~S: slot options for slot ~S don't come in pairs"
4459msgstr ""
4460
4461#: clos.lisp:600
4462msgid "~S ~S, slot option for slot ~S: ~S is not a function name"
4463msgstr ""
4464
4465#: clos.lisp:626
4466msgid "~S ~S, slot option for slot ~S must have the value ~S or ~S, not ~S"
4467msgstr ""
4468
4469#: clos.lisp:662
4470msgid "~S ~S, slot option for slot ~S: ~S is not a string"
4471msgstr ""
4472
4473#: clos.lisp:669
4474msgid "~S ~S, slot option for slot ~S: ~S is not a valid slot option"
4475msgstr ""
4476
4477#: clos.lisp:720
4478msgid "~S ~S, option ~S may only be given once"
4479msgstr ""
4480
4481#: clos.lisp:740
4482msgid "~S ~S: option ~S should be written ~S"
4483msgstr ""
4484
4485#: clos.lisp:745
4486msgid "~S ~S, option ~S: arguments don't come in pairs"
4487msgstr ""
4488
4489#: clos.lisp:761
4490msgid "~S ~S, option ~S: ~S may only be given once"
4491msgstr ""
4492
4493#: clos.lisp:781
4494msgid "~S ~S, option ~S: ~S is not a string"
4495msgstr ""
4496
4497#: clos.lisp:790
4498msgid "~S ~S: invalid option ~S"
4499msgstr ""
4500
4501#: clos.lisp:897
4502msgid "~S: Class ~S is being redefined, instances are obsolete"
4503msgstr ""
4504
4505#: clos.lisp:984
4506msgid "~S ~S: superclass ~S should belong to class STANDARD-CLASS"
4507msgstr ""
4508
4509#: clos.lisp:1154
4510msgid "~S ~S: inconsistent precedence graph, cycle ~S"
4511msgstr ""
4512
4513#: clos.lisp:1193
4514msgid "(class-precedence-list ~S) and (class-precedence-list ~S) are inconsistent"
4515msgstr ""
4516
4517#: clos.lisp:1350
4518msgid "~S: superclass ~S should belong to class BUILT-IN-CLASS"
4519msgstr ""
4520
4521#: clos.lisp:1392
4522msgid "~S: metaclass STRUCTURE-CLASS forbids more than one direct superclass"
4523msgstr ""
4524
4525#: clos.lisp:1398
4526msgid "~S: superclass ~S should belong to class STRUCTURE-CLASS"
4527msgstr ""
4528
4529#: clos.lisp:1438
4530msgid "~S: metaclass STRUCTURE-CLASS does not support shared slots"
4531msgstr ""
4532
4533#: clos.lisp:1711
4534msgid "~S ~S: missing lambda list"
4535msgstr ""
4536
4537#: clos.lisp:1723
4538msgid "STANDARD method combination doesn't allow the method qualifiers to be ~S"
4539msgstr ""
4540
4541#: clos.lisp:2168
4542msgid "Too few arguments to ~S: ~S"
4543msgstr ""
4544
4545#: clos.lisp:2297
4546msgid "The generic function ~S is being modified, but has already been called."
4547msgstr ""
4548
4549#: clos.lisp:2856
4550msgid "~S in ~S: the new arguments ~S have a different effective method than the old arguments ~S"
4551msgstr ""
4552
4553#: clos.lisp:2881
4554msgid "~S has ~S, but ~S has ~S required parameters"
4555msgstr ""
4556
4557#: clos.lisp:2886
4558msgid "~S has ~S, but ~S has ~S optional parameters"
4559msgstr ""
4560
4561#: clos.lisp:2908
4562msgid "~S doesn't accept the keywords ~S of ~S"
4563msgstr ""
4564
4565#: clos.lisp:2938
4566msgid "Replacing method ~S in ~S"
4567msgstr ""
4568
4569#: clos.lisp:2956
4570msgid "Removing method ~S in ~S"
4571msgstr ""
4572
4573#: clos.lisp:2984
4574msgid "~S has no method with qualifiers ~:S and specializers ~S"
4575msgstr ""
4576
4577#: clos.lisp:3075
4578msgid "~S ~S: Only ~S declarations are permitted: ~S"
4579msgstr ""
4580
4581#: clos.lisp:3084
4582msgid "~S ~S: ~S may only be specified once."
4583msgstr ""
4584
4585#: clos.lisp:3092
4586msgid "~S ~S: A string must be specified after ~S : ~S"
4587msgstr ""
4588
4589#: clos.lisp:3097
4590msgid "~S ~S: Only one ~S string is allowed"
4591msgstr ""
4592
4593#: clos.lisp:3105
4594msgid "~S ~S: The only valid method combination is ~S : ~S"
4595msgstr ""
4596
4597#: clos.lisp:3113
4598msgid "~S ~S: The only valid generic function class name is ~S : ~S"
4599msgstr ""
4600
4601#: clos.lisp:3121
4602msgid "~S ~S: The only valid method class name is ~S : ~S"
4603msgstr ""
4604
4605#: clos.lisp:3140
4606msgid "~S ~S: ~S is not one of the required parameters: ~S"
4607msgstr ""
4608
4609#: clos.lisp:3152
4610msgid "~S ~S: some variable occurs twice in ~S"
4611msgstr ""
4612
4613#: clos.lisp:3157
4614msgid "~S ~S: ~S is missing some required parameter"
4615msgstr ""
4616
4617#: clos.lisp:3186
4618msgid "~S ~S: No initializations are allowed in a generic function lambda-list: ~S"
4619msgstr ""
4620
4621#: clos.lisp:3192
4622msgid "~S ~S: variable name ~S should be a symbol"
4623msgstr ""
4624
4625#: clos.lisp:3197
4626msgid "~S ~S: duplicate variable name ~S"
4627msgstr ""
4628
4629#: clos.lisp:3248
4630msgid "~S ~S: invalid lambda list portion: ~S"
4631msgstr ""
4632
4633#: clos.lisp:3301
4634msgid "Removing all methods of ~S"
4635msgstr ""
4636
4637#: clos.lisp:3309
4638msgid "Modifying the parameter profile of ~S"
4639msgstr ""
4640
4641#: clos.lisp:3365
4642msgid "~S: ~S is not a generic function specification"
4643msgstr ""
4644
4645#: clos.lisp:3428
4646msgid "~S: The name of a class must be a symbol, not ~S"
4647msgstr ""
4648
4649#: clos.lisp:3433
4650msgid "~S: The name of the built-in class ~S cannot be modified"
4651msgstr ""
4652
4653#: clos.lisp:3512
4654msgid "~S: When calling ~S with arguments ~S, there is no next method after ~S, and ~S was called."
4655msgstr ""
4656
4657#: clos.lisp:3563
4658msgid "~S: The class ~S has no slot named ~S"
4659msgstr ""
4660
4661#: clos.lisp:3573
4662msgid "~S: The slot ~S of ~S has no value"
4663msgstr ""
4664
4665#: clos.lisp:4082
4666msgid "~S method for ~S returned ~S"
4667msgstr ""
4668
4669#: condition.lisp:80
4670msgid "~S: the name of a condition must be a symbol, not ~S"
4671msgstr ""
4672
4673#: condition.lisp:85
4674msgid "~S: the parent-type list must be a list of symbols, not ~S"
4675msgstr ""
4676
4677#: condition.lisp:90
4678msgid "~S: the slot description list must be a list, not ~S"
4679msgstr ""
4680
4681#: condition.lisp:145
4682msgid "~S: type ~S is not a subtype of ~S"
4683msgstr ""
4684
4685#: condition.lisp:161
4686msgid "~S ~S: superfluous arguments ~S"
4687msgstr ""
4688
4689#: condition.lisp:178
4690msgid "~S: the condition argument must be a string, a symbol or a condition, not ~S"
4691msgstr ""
4692
4693#: condition.lisp:579
4694msgid "~S: illegal syntax of clause ~S"
4695msgstr ""
4696
4697#: condition.lisp:586
4698msgid "~S: only one ~S clause is allowed: ~S"
4699msgstr ""
4700
4701#: condition.lisp:594
4702msgid "~S: too many variables ~S in clause ~S"
4703msgstr ""
4704
4705#: condition.lisp:807
4706msgid "~S: ~S is not a valid restart name here. Use ~S instead."
4707msgstr ""
4708
4709#: condition.lisp:828
4710msgid "~S: invalid restart name ~S"
4711msgstr ""
4712
4713#: condition.lisp:835
4714msgid "~S: No restart named ~S is visible."
4715msgstr ""
4716
4717#: condition.lisp:984
4718msgid "~S: missing lambda list in restart specification ~S"
4719msgstr ""
4720
4721#: condition.lisp:1007
4722msgid "~S: restart cannot be invoked interactively because it is missing a ~S option: ~S"
4723msgstr ""
4724
4725#: condition.lisp:1206
4726msgid "~%New ~S [value ~D of ~D]: "
4727msgstr ""
4728
4729#: condition.lisp:1521
4730msgid "~S: This is more serious than a warning: ~A"
4731msgstr ""
4732
4733#: xcharin.lisp:36
4734msgid "~: argument ~S is not a character"
4735msgstr ""
4736
4737#: xcharin.lisp:57
4738msgid "~S: the font argument should be an integer, not ~S"
4739msgstr ""
4740
4741#: xcharin.lisp:66
4742msgid "~S: the bits argument should be an integer, not ~S"
4743msgstr ""
4744
4745#: xcharin.lisp:88
4746msgid "~S: the only bit names are ~S, ~S, ~S, ~S, not ~S"
4747msgstr ""
4748
4749#: screen.lisp:227
4750msgid "Got bad response from ~S: ~S"
4751msgstr ""
4752
4753#: amigasock.lisp:30
4754msgid "~S: ~S is not a SOCKET-SERVER"
4755msgstr ""
4756
4757#: runprog.lisp:162
4758msgid "~S: File ~S already exists"
4759msgstr ""
4760
4761#: query.lisp:12
4762msgid " (y/n) "
4763msgstr ""
4764
4765#: query.lisp:23
4766msgid "Please answer with y or n : "
4767msgstr ""
4768
4769#: query.lisp:33
4770msgid " (yes/no) "
4771msgstr ""
4772
4773#: query.lisp:43
4774msgid "Please answer with yes or no : "
4775msgstr ""
4776
4777#: reploop.lisp:60
4778msgid "[*package* invalid]"
4779msgstr ""
4780
4781#: reploop.lisp:193
4782msgid "Values: "
4783msgstr ""
4784
4785#: reploop.lisp:210
4786msgid ""
4787"\n"
4788"Help (abbreviated :h) = this list\n"
4789"Use the usual editing capabilities.\n"
4790"(quit) or (exit) leaves CLISP."
4791msgstr ""
4792
4793#: reploop.lisp:220
4794msgid ""
4795"\n"
4796"Commands may be abbreviated as shown in the second column.\n"
4797"COMMAND        ABBR             DESCRIPTION\n"
4798"Help           :h (or ?)        this command list\n"
4799"Error          :e               Print the recent Error Message\n"
4800"Abort          :a               abort to the next recent input loop\n"
4801"Unwind         :uw              abort to the next recent input loop\n"
4802"Mode-1         :m1              inspect all the stack elements\n"
4803"Mode-2         :m2              inspect all the frames\n"
4804"Mode-3         :m3              inspect only lexical frames\n"
4805"Mode-4         :m4              inspect only EVAL and APPLY frames (default)\n"
4806"Mode-5         :m5              inspect only APPLY frames\n"
4807"Where          :w               inspect this frame\n"
4808"Up             :u               go up one frame, inspect it\n"
4809"Top            :t               go to top frame, inspect it\n"
4810"Down           :d               go down one frame, inspect it\n"
4811"Bottom         :b               go to bottom (most recent) frame, inspect it\n"
4812"Backtrace-1    :bt1             list all stack elements\n"
4813"Backtrace-2    :bt2             list all frames\n"
4814"Backtrace-3    :bt3             list all lexical frames\n"
4815"Backtrace-4    :bt4             list all EVAL and APPLY frames\n"
4816"Backtrace-5    :bt5             list all APPLY frames\n"
4817"Backtrace      :bt              list stack in current mode\n"
4818"Backtrace-l    :bl              list stack in current mode.\n"
4819"                                Limit of frames to print will be prompted for.\n"
4820"Frame-limit    :fl              set the frame-limit. This many frames will\n"
4821"                                be printed in a backtrace at most.\n"
4822"Break+         :br+             set breakpoint in EVAL frame\n"
4823"Break-         :br-             disable breakpoint in EVAL frame\n"
4824"Redo           :rd              re-evaluate form in EVAL frame\n"
4825"Return         :rt              leave EVAL frame, prescribing the return values"
4826msgstr ""
4827
4828#: reploop.lisp:310
4829msgid ""
4830"\n"
4831"Continue       :c       continue evaluation"
4832msgstr ""
4833
4834#: reploop.lisp:317
4835msgid ""
4836"\n"
4837"Continue       :c       continue evaluation\n"
4838"Step           :s       step into form: evaluate this form in single step mode\n"
4839"Next           :n       step over form: evaluate this form at once\n"
4840"Over           :o       step over this level: evaluate at once up to the next return\n"
4841"Continue       :c      switch off single step mode, continue evaluation\n"
4842"-- Step-until :su, Next-until :nu, Over-until :ou, Continue-until :cu --\n"
4843"           same as above, specify a condition when to stop"
4844msgstr ""
4845
4846#: reploop.lisp:398
4847msgid "Unprintable error message."
4848msgstr ""
4849
4850#: reploop.lisp:409
4851msgid "You can continue (by typing 'continue')."
4852msgstr ""
4853
4854#: reploop.lisp:425
4855msgid "The following restarts are available, too:"
4856msgstr ""
4857
4858#: reploop.lisp:426
4859msgid "The following restarts are available:"
4860msgstr ""
4861
4862#: reploop.lisp:527
4863msgid "no values"
4864msgstr ""
4865
4866#: reploop.lisp:528
4867msgid "value: "
4868msgstr ""
4869
4870#: reploop.lisp:531
4871msgid " values: "
4872msgstr ""
4873
4874#: reploop.lisp:597
4875msgid "condition when to stop: "
4876msgstr ""
4877
4878#: dribble.lisp:19
4879msgid "Already dribbling to ~S"
4880msgstr ""
4881
4882#: dribble.lisp:105
4883msgid "Currently not dribbling."
4884msgstr ""
4885
4886#: describe.lisp:44
4887msgid "constant"
4888msgstr ""
4889
4890#: describe.lisp:46
4891msgid "symbol-macro"
4892msgstr ""
4893
4894#: describe.lisp:47
4895msgid "variable"
4896msgstr ""
4897
4898#: describe.lisp:54
4899msgid "type"
4900msgstr ""
4901
4902#: describe.lisp:60
4903msgid "class"
4904msgstr ""
4905
4906#: describe.lisp:146
4907msgid "~%Slots:"
4908msgstr ""
4909
4910#: describe.lisp:153
4911msgid "unbound"
4912msgstr ""
4913
4914#: describe.lisp:156
4915msgid "~%No slots."
4916msgstr ""
4917
4918#: describe.lisp:163
4919msgid "a foreign pointer"
4920msgstr ""
4921
4922#: describe.lisp:166
4923msgid "a foreign address"
4924msgstr ""
4925
4926#: describe.lisp:169
4927msgid "a foreign variable of foreign type ~S."
4928msgstr ""
4929
4930#: describe.lisp:173
4931msgid "a foreign function taking foreign types ~:S and returning foreign type ~S."
4932msgstr ""
4933
4934#: describe.lisp:177
4935msgid "a byte specifier, denoting the ~S bits starting at bit position ~S of an integer."
4936msgstr ""
4937
4938#: describe.lisp:180
4939msgid "a special form handler."
4940msgstr ""
4941
4942#: describe.lisp:182
4943msgid "a load-time evaluation promise."
4944msgstr ""
4945
4946#: describe.lisp:184
4947msgid "a symbol macro handler."
4948msgstr ""
4949
4950#: describe.lisp:186
4951msgid "a macro expander."
4952msgstr ""
4953
4954#: describe.lisp:188
4955msgid "a function with alternative macro expander."
4956msgstr ""
4957
4958#: describe.lisp:190
4959msgid "an encoding."
4960msgstr ""
4961
4962#: describe.lisp:195
4963msgid "a GC-invisible pointer to ~S."
4964msgstr ""
4965
4966#: describe.lisp:198
4967msgid "a GC-invisible pointer to a now defunct object."
4968msgstr ""
4969
4970#: describe.lisp:200
4971msgid "a label used for resolving #~D# references during READ."
4972msgstr ""
4973
4974#: describe.lisp:204
4975msgid "a pointer into the stack. It points to:"
4976msgstr ""
4977
4978#: describe.lisp:207
4979msgid "a special-purpose object."
4980msgstr ""
4981
4982#: describe.lisp:209
4983msgid "a machine address."
4984msgstr ""
4985
4986#: describe.lisp:211
4987msgid "an instance of the CLOS class ~S."
4988msgstr ""
4989
4990#: describe.lisp:215
4991msgid "a structure of type ~S."
4992msgstr ""
4993
4994#: describe.lisp:219
4995msgid "~%As such, it is also a structure of type ~{~S~^, ~}."
4996msgstr ""
4997
4998#: describe.lisp:227
4999msgid "a dotted list of length ~S."
5000msgstr ""
5001
5002#: describe.lisp:229
5003msgid "a cons."
5004msgstr ""
5005
5006#: describe.lisp:232
5007msgid "a list of length ~S."
5008msgstr ""
5009
5010#: describe.lisp:234
5011msgid "a cyclic list."
5012msgstr ""
5013
5014#: describe.lisp:236
5015msgid "the empty list, "
5016msgstr ""
5017
5018#: describe.lisp:239
5019msgid "the symbol ~S, "
5020msgstr ""
5021
5022#: describe.lisp:243
5023msgid "lies in ~S"
5024msgstr ""
5025
5026#: describe.lisp:246
5027msgid "is uninterned"
5028msgstr ""
5029
5030#: describe.lisp:260
5031msgid ", is accessible in the package~:[~;s~] ~{~A~^, ~}"
5032msgstr ""
5033
5034#: describe.lisp:265
5035msgid ", is a keyword"
5036msgstr ""
5037
5038#: describe.lisp:268
5039msgid ", a constant"
5040msgstr ""
5041
5042#: describe.lisp:270
5043msgid ", a variable declared SPECIAL"
5044msgstr ""
5045
5046#: describe.lisp:271
5047msgid ", a variable"
5048msgstr ""
5049
5050#: describe.lisp:273
5051msgid " (macro: ~s)"
5052msgstr ""
5053
5054#: describe.lisp:276
5055msgid ", value: ~s"
5056msgstr ""
5057
5058#: describe.lisp:279
5059msgid ", names "
5060msgstr ""
5061
5062#: describe.lisp:281
5063msgid "a special operator"
5064msgstr ""
5065
5066#: describe.lisp:283
5067msgid " with macro definition"
5068msgstr ""
5069
5070#: describe.lisp:285
5071msgid "a~:[~; deprecated~] function"
5072msgstr ""
5073
5074#: describe.lisp:288
5075msgid "a macro"
5076msgstr ""
5077
5078#: describe.lisp:293
5079msgid ", names a type"
5080msgstr ""
5081
5082#: describe.lisp:297
5083msgid ", names a class"
5084msgstr ""
5085
5086#: describe.lisp:303
5087msgid ", has the propert~@P ~{~S~^, ~}"
5088msgstr ""
5089
5090#: describe.lisp:310
5091msgid "~%Documentation as a ~a:~%~a"
5092msgstr ""
5093
5094#: describe.lisp:316
5095msgid "an integer, uses ~S bit~:p, is represented as a ~(~A~)."
5096msgstr ""
5097
5098#: describe.lisp:319
5099msgid "a rational, not integral number."
5100msgstr ""
5101
5102#: describe.lisp:321
5103msgid "a float with ~S bits of mantissa (~(~A~))."
5104msgstr ""
5105
5106#: describe.lisp:324
5107msgid "a complex number "
5108msgstr ""
5109
5110#: describe.lisp:329
5111msgid "at the origin"
5112msgstr ""
5113
5114#: describe.lisp:330
5115msgid "on the ~:[posi~;nega~]tive real axis"
5116msgstr ""
5117
5118#: describe.lisp:333
5119msgid "on the ~:[posi~;nega~]tive imaginary axis"
5120msgstr ""
5121
5122#: describe.lisp:335
5123msgid "in the ~:[~:[first~;fourth~]~;~:[second~;third~]~] quadrant"
5124msgstr ""
5125
5126#: describe.lisp:337
5127msgid " of the Gaussian number plane."
5128msgstr ""
5129
5130#: describe.lisp:339
5131msgid "a character"
5132msgstr ""
5133
5134#: describe.lisp:344
5135msgid "~%Unicode name: ~A"
5136msgstr ""
5137
5138#: describe.lisp:345
5139msgid "~%It is not defined by the Unicode standard."
5140msgstr ""
5141
5142#: describe.lisp:346
5143msgid "~%It is a ~:[non-~;~]printable character."
5144msgstr ""
5145
5146#: describe.lisp:349
5147msgid "~%Its use is non-portable."
5148msgstr ""
5149
5150#: describe.lisp:351
5151msgid "a~:[~:[ closed ~;n output-~]~;~:[n input-~;n input/output-~]~]stream."
5152msgstr ""
5153
5154#: describe.lisp:357
5155msgid "the package named ~A"
5156msgstr ""
5157
5158#: describe.lisp:361
5159msgid ". It has the nicknames ~{~A~^, ~}"
5160msgstr ""
5161
5162#: describe.lisp:366
5163msgid "~%It "
5164msgstr ""
5165
5166#: describe.lisp:368
5167msgid "imports the external symbols of the package~:[~;s~] ~{~A~^, ~} and "
5168msgstr ""
5169
5170#: describe.lisp:373
5171msgid "exports ~:[no symbols~;the symbols~:*~{~<~%~:; ~S~>~^~}~%~]"
5172msgstr ""
5173
5174#: describe.lisp:375
5175msgid "exports ~[no symbols~:;~:*~:d symbols~]"
5176msgstr ""
5177
5178#: describe.lisp:378
5179msgid " to the package~:[~;s~] ~{~A~^, ~}"
5180msgstr ""
5181
5182#: describe.lisp:381
5183msgid ", but no package uses these exports"
5184msgstr ""
5185
5186#: describe.lisp:383
5187msgid "a deleted package."
5188msgstr ""
5189
5190#: describe.lisp:385
5191msgid "a hash table with ~S entr~:@P."
5192msgstr ""
5193
5194#: describe.lisp:388
5195msgid "~:[a~;the Common Lisp~] readtable."
5196msgstr ""
5197
5198#: describe.lisp:391
5199msgid "a ~:[~;portable ~]pathname~:[.~;~:*, with the following components:~{~A~}~]"
5200msgstr ""
5201
5202#: describe.lisp:406
5203msgid "a random-state."
5204msgstr ""
5205
5206#: describe.lisp:410
5207msgid "a~:[~; simple~] ~A dimensional array"
5208msgstr ""
5209
5210#: describe.lisp:413
5211msgid " (vector)"
5212msgstr ""
5213
5214#: describe.lisp:415
5215msgid " of ~(~A~)s"
5216msgstr ""
5217
5218#: describe.lisp:418
5219msgid ", adjustable"
5220msgstr ""
5221
5222#: describe.lisp:420
5223msgid ", of size ~{~S~^ x ~}"
5224msgstr ""
5225
5226#: describe.lisp:423
5227msgid " and current length (fill-pointer) ~S"
5228msgstr ""
5229
5230#: describe.lisp:430
5231msgid "a foreign function."
5232msgstr ""
5233
5234#: describe.lisp:436
5235msgid "a built-in system function."
5236msgstr ""
5237
5238#: describe.lisp:444
5239msgid "a~:[n interpret~; compil~]ed function."
5240msgstr ""
5241
5242#: describe.lisp:460
5243msgid "~%argument list: ~:S"
5244msgstr ""
5245
5246#: describe.lisp:463
5247msgid "~%documentation: ~A"
5248msgstr ""
5249
5250#: describe.lisp:468
5251msgid "~&~%~A [see above]"
5252msgstr ""
5253
5254#: describe.lisp:471
5255msgid "~&~%~A is "
5256msgstr ""
5257
5258#: describe.lisp:535
5259msgid "~S: ~S is not a function."
5260msgstr ""
5261
5262#: describe.lisp:564
5263msgid "~%Argument list: "
5264msgstr ""
5265
5266#: room.lisp:17
5267msgid "~S: argument must be ~S, ~S or ~S, not ~S"
5268msgstr ""
5269
5270#: room.lisp:59
5271msgid "~%Bytes permanently allocated:   ~9D~%Bytes currently in use:        ~9D~%Bytes available until next GC: ~9D~%"
5272msgstr ""
5273
5274#: edit.lisp:30
5275msgid "No external editor installed."
5276msgstr ""
5277
5278#: edit.lisp:102
5279msgid "~S cannot be edited."
5280msgstr ""
5281
5282#: edit.lisp:121
5283msgid "~S: source code for ~S not available."
5284msgstr ""
5285
5286#: macros3.lisp:13
5287msgid ""
5288"The form ~S yielded ~:[no values~;~:*~{~S~^ ; ~}~] ,~@\n"
5289"                       that's not of type ~S."
5290msgstr ""
5291
5292#: macros3.lisp:64
5293msgid "LETF* code contains a dotted list, ending with ~S"
5294msgstr ""
5295
5296#: macros3.lisp:83
5297msgid "illegal syntax in LETF* binding: ~S"
5298msgstr ""
5299
5300#: macros3.lisp:227
5301msgid "LETF code contains a dotted list, ending with ~S"
5302msgstr ""
5303
5304#: macros3.lisp:246
5305msgid "illegal syntax in LETF binding: ~S"
5306msgstr ""
5307
5308#: foreign1.lisp:86
5309msgid "Cannot map string ~S to C since it contains a character ~S"
5310msgstr ""
5311
5312#: foreign1.lisp:128
5313msgid "Incomplete FFI type ~S is not allowed here."
5314msgstr ""
5315
5316#: foreign1.lisp:134
5317msgid "FFI type should be a symbol, not ~S"
5318msgstr ""
5319
5320#: foreign1.lisp:138
5321msgid "Invalid FFI type: ~S"
5322msgstr ""
5323
5324#: foreign1.lisp:329
5325msgid "Invalid option in ~S: ~S"
5326msgstr ""
5327
5328#: foreign1.lisp:333
5329msgid "Only one ~S option is allowed: ~S"
5330msgstr ""
5331
5332#: foreign1.lisp:350
5333msgid "Invalid parameter specification in ~S: ~S"
5334msgstr ""
5335
5336#: foreign1.lisp:411
5337msgid "The name must be a string, not ~S"
5338msgstr ""
5339
5340#: foreign1.lisp:416
5341msgid "The name ~S is not a valid C identifier"
5342msgstr ""
5343
5344#: foreign1.lisp:671
5345msgid "illegal foreign data type ~S"
5346msgstr ""
5347
5348#: foreign1.lisp:801
5349msgid "~S: ~S option missing in ~S"
5350msgstr ""
5351
5352#: foreign1.lisp:996
5353msgid "~S: :OUT argument is not a pointer: ~S"
5354msgstr ""
5355
5356#: foreign1.lisp:1060
5357msgid "~S is only allowed after ~S: ~S"
5358msgstr ""
5359
5360#: affi1.lisp:41
5361msgid "Basename ~S not a keyword or libraryname ~S not a string"
5362msgstr ""
5363
5364#: affi1.lisp:48
5365msgid "Library redefinition: old ~S, new ~S"
5366msgstr ""
5367
5368#: affi1.lisp:58
5369msgid "Unknown library: ~S"
5370msgstr ""
5371
5372#: affi1.lisp:85
5373msgid "Library ~S is not open"
5374msgstr ""
5375
5376#: affi1.lisp:147
5377msgid "Unknown function of library ~S: ~S"
5378msgstr ""
5379
5380#: affi1.lisp:173
5381msgid "Offset must be a fixnum: ~S"
5382msgstr ""
5383
5384#: affi1.lisp:184
5385msgid "~&;; redefining foreign library function ~S~%;;  from ~S to ~S~%"
5386msgstr ""
5387
5388#: affi1.lisp:203
5389msgid "Unknown register: ~S"
5390msgstr ""
5391
5392#: affi1.lisp:215
5393msgid "Invalid parameter specification ~S in function ~S"
5394msgstr ""
5395
5396#: affi1.lisp:227
5397msgid "Unknown library function: ~S"
5398msgstr ""
5399
5400#: affi1.lisp:244
5401msgid "Bad number of arguments for ~S: ~S"
5402msgstr ""
5403
5404#: rexx1.lisp:146
5405msgid "No waiting for ~S possible."
5406msgstr ""
5407
5408#: defs3.lisp:231
5409msgid "~S: argument ~S should be a string or a symbol"
5410msgstr ""
5411EOF
5412
5413: ${DIFF=diff}
5414${DIFF} msguniq-2.ok msguniq-2.out
5415result=$?
5416
5417rm -fr $tmpfiles
5418
5419exit $result
5420