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