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