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