1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the foreign package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: foreign 0.8-86\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-28 20:09+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: R_systat.c:132
#, c-format
msgid "not a rectangular data file (%s mtype is %d)"
msgstr ""
#: R_systat.c:138
msgid "mismatch in numbers of variables"
msgstr ""
#: R_systat.c:174 R_systat.c:687 R_systat.c:692 R_systat.c:698 R_systat.c:701
#: R_systat.c:720 R_systat.c:740
msgid "file access error"
msgstr ""
#: R_systat.c:237
#, c-format
msgid "cannot open file '%s'"
msgstr ""
#: R_systat.c:257
msgid "getuse: Failure in variable unpacking"
msgstr ""
#: R_systat.c:259 R_systat.c:271 R_systat.c:274 R_systat.c:324 R_systat.c:330
#: R_systat.c:339
msgid "getuse: File access error"
msgstr ""
#: R_systat.c:320
#, c-format
msgid "getuse: byte counter %o octal"
msgstr ""
#: R_systat.c:341
msgid "getuse: terminal null block"
msgstr ""
#: R_systat.c:353
msgid "getuse: non-integer number of observations"
msgstr ""
#: R_systat.c:414
msgid "getlab: File format unknown"
msgstr ""
#: R_systat.c:418 R_systat.c:432 R_systat.c:434 R_systat.c:436 R_systat.c:483
#: R_systat.c:485 R_systat.c:487 R_systat.c:510
msgid "getlab: File access error"
msgstr ""
#: R_systat.c:422
#, c-format
msgid "getlab: byte 0 = %o octal"
msgstr ""
#: R_systat.c:426
#, c-format
msgid "getlab: byte 1 = %o octal"
msgstr ""
#: R_systat.c:438
#, c-format
msgid "getlab: byte 9 = %o octal"
msgstr ""
#: R_systat.c:449
#, c-format
msgid "getlab: comment begin byte = %o"
msgstr ""
#: R_systat.c:455
#, c-format
msgid "getlab: comment = %c"
msgstr ""
#: R_systat.c:460
#, c-format
msgid "getlab: comment end byte = %o"
msgstr ""
#: R_systat.c:478
#, c-format
msgid "getlab: byte nv0 = %o octal"
msgstr ""
#: R_systat.c:489
#, c-format
msgid "getlab: byte nv$ = %o octal"
msgstr ""
#: R_systat.c:497
msgid "file has more variables than this function can read"
msgstr ""
#: R_systat.c:504
#, c-format
msgid "getlab: byte lab[%d]0 = %o, nv=%d"
msgstr ""
#: R_systat.c:518
#, c-format
msgid "$ not in variable label column 9: %s"
msgstr ""
#: R_systat.c:539
#, c-format
msgid "getlab: byte lab[%d]$ = %o octal"
msgstr ""
#: R_systat.c:717
msgid "string variable"
msgstr ""
#: Rdbfread.c:56
msgid "unable to open DBF file"
msgstr ""
#: Rdbfread.c:64
msgid "no fields in DBF table"
msgstr ""
#: Rdbfread.c:193
#, c-format
msgid "value |%d| found in logical field"
msgstr ""
#: Rdbfwrite.c:50 SASxport.c:510 SASxport.c:607
msgid "first argument must be a file name"
msgstr ""
#: Rdbfwrite.c:53
msgid "unable to open file"
msgstr ""
#: Rdbfwrite.c:97 Rdbfwrite.c:135 stataread.c:304 stataread.c:325
#: stataread.c:816 stataread.c:846
msgid "unknown data type"
msgstr ""
#: SASxport.c:90
msgid "invalid field length in numeric variable"
msgstr ""
#: SASxport.c:152 SASxport.c:188 SASxport.c:233 SASxport.c:259 SASxport.c:303
#: SASxport.c:311
msgid "file not in SAS transfer format"
msgstr ""
#: SASxport.c:225 SASxport.c:293
msgid "SAS transfer file has incorrect library header"
msgstr ""
#: SASxport.c:251
msgid "SAS transfer file has incorrect member header"
msgstr ""
#: SASxport.c:364 SASxport.c:405 SASxport.c:411
msgid "problem accessing SAS XPORT file"
msgstr ""
#: SASxport.c:513 SASxport.c:610 spss.c:670 stataread.c:592
#, c-format
msgid "unable to open file: '%s'"
msgstr ""
#: SASxport.c:612
#, c-format
msgid "problem reading SAS XPORT file '%s'"
msgstr ""
#: SASxport.c:641
msgid "problem reading SAS transport file"
msgstr ""
#: file-handle.c:115
#, c-format
msgid "file handle `%s' has not been previously declared on FILE HANDLE"
msgstr ""
#: format.c:108
#, c-format
msgid "format %s may not be used as an input format"
msgstr ""
#: format.c:113
#, c-format
msgid ""
"input format %s specifies a bad width %d. Format %s requires a width "
"between %d and %d"
msgstr ""
#: format.c:119
#, c-format
msgid ""
"input format %s specifies an odd width %d, but format %s requires an even "
"width between %d and %d"
msgstr ""
#: format.c:125
#, c-format
msgid ""
"Input format %s specifies a bad number of implied decimal places %d. Input "
"format %s allows up to 16 implied decimal places"
msgstr ""
#: format.c:144
#, c-format
msgid ""
"output format %s specifies a bad width %d. Format %s requires a width "
"between %d and %d"
msgstr ""
#: format.c:153
#, c-format
msgid ""
"output format %s requires minimum width %d to allow %d decimal places. Try "
"%s%d.%d instead of %s"
msgstr ""
#: format.c:160
#, c-format
msgid ""
"output format %s specifies an odd width %d, but output format %s requires an "
"even width between %d and %d"
msgstr ""
#: format.c:166
#, c-format
msgid ""
"Output format %s specifies a bad number of implied decimal places %d. "
"Output format %s allows a number of implied decimal places between 1 and 16"
msgstr ""
#: format.c:181
#, c-format
msgid "cannot display a string variable of width %d with format specifier %s"
msgstr ""
#: minitab.c:92 minitab.c:158
msgid "non-numeric data types are not yet implemented"
msgstr ""
#: minitab.c:119
#, c-format
msgid "unable to open file '%s': '%s'"
msgstr ""
#: minitab.c:123
#, c-format
msgid "file '%s' is not in Minitab Portable Worksheet format"
msgstr ""
#: minitab.c:126 minitab.c:147 minitab.c:155 minitab.c:162
msgid "file read error"
msgstr ""
#: minitab.c:139
#, c-format
msgid "first record for entry %d is corrupt"
msgstr ""
#: pfm-read.c:117
#, c-format
msgid "%s: Closing portable file: %s"
msgstr ""
#: pfm-read.c:138
msgid "Unexpected end of file"
msgstr ""
#: pfm-read.c:146
msgid "Bad line end"
msgstr ""
#: pfm-read.c:227
#, c-format
msgid "cannot read file %s as portable file: already opened for %s"
msgstr ""
#: pfm-read.c:243
#, c-format
msgid ""
"an error occurred while opening \"%s\" for reading as a portable file: %s"
msgstr ""
#: pfm-read.c:275
msgid "Data record expected"
msgstr ""
#: pfm-read.c:295
msgid "error reading portable-file dictionary"
msgstr ""
#: pfm-read.c:358
msgid "Number expected"
msgstr ""
#: pfm-read.c:386
msgid "Missing numeric terminator"
msgstr ""
#: pfm-read.c:423
msgid "Bad integer format"
msgstr ""
#: pfm-read.c:453
#, c-format
msgid "Bad string length %d"
msgstr ""
#: pfm-read.c:523
msgid "Missing SPSSPORT signature"
msgstr ""
#: pfm-read.c:541
#, c-format
msgid "Unrecognized version code %d"
msgstr ""
#: pfm-read.c:552
#, c-format
msgid "Bad date string length %lu"
msgstr ""
#: pfm-read.c:559
msgid "Bad character in date"
msgstr ""
#: pfm-read.c:579
#, c-format
msgid "Bad time string length %lu"
msgstr ""
#: pfm-read.c:586
msgid "Bad character in time"
msgstr ""
#: pfm-read.c:640
#, c-format
msgid "%s: Bad format specifier byte %d"
msgstr ""
#: pfm-read.c:649 sfm-read.c:1157 sfm-read.c:1167
#, c-format
msgid "%s: Bad format specifier byte (%d)"
msgstr ""
#: pfm-read.c:651
#, c-format
msgid "%s variable %s has %s format specifier %s"
msgstr ""
#: pfm-read.c:690
msgid "Expected variable count record"
msgstr ""
#: pfm-read.c:694
#, c-format
msgid "Invalid number of variables %d"
msgstr ""
#: pfm-read.c:730
msgid "Expected variable record"
msgstr ""
#: pfm-read.c:736
#, c-format
msgid "Invalid variable width %d"
msgstr ""
#: pfm-read.c:754
#, c-format
msgid "position %d: Variable name has %lu characters"
msgstr ""
#: pfm-read.c:758
#, c-format
msgid "position %d: Variable name begins with invalid character"
msgstr ""
#: pfm-read.c:762
#, c-format
msgid "position %d: Variable name begins with lowercase letter %c"
msgstr ""
#: pfm-read.c:774
#, c-format
msgid "position %d: Variable name character %d is lowercase letter %c"
msgstr ""
#: pfm-read.c:783
#, c-format
msgid "position %d: character `\\%03o' is not valid in a variable name"
msgstr ""
#: pfm-read.c:789
#, c-format
msgid "Bad width %d for variable %s"
msgstr ""
#: pfm-read.c:795
#, c-format
msgid "Duplicate variable name %s"
msgstr ""
#: pfm-read.c:839
#, c-format
msgid "Bad missing values for %s"
msgstr ""
#: pfm-read.c:862
#, c-format
msgid "Weighting variable %s not present in dictionary"
msgstr ""
#: pfm-read.c:932
#, c-format
msgid "Unknown variable %s while parsing value labels"
msgstr ""
#: pfm-read.c:935
#, c-format
msgid ""
"Cannot assign value labels to %s and %s, which have different variable types "
"or widths"
msgstr ""
#: pfm-read.c:981
#, c-format
msgid "Duplicate label for value %g for variable %s"
msgstr ""
#: pfm-read.c:984
#, c-format
msgid "Duplicate label for value `%.*s' for variable %s"
msgstr ""
#: pfm-read.c:1072
msgid "End of file midway through case"
msgstr ""
#: sfm-read.c:168
#, c-format
msgid "%s: Closing system file: %s"
msgstr ""
#: sfm-read.c:299
#, c-format
msgid "cannot read file %s as system file: already opened for %s"
msgstr ""
#: sfm-read.c:314
#, c-format
msgid "An error occurred while opening '%s' for reading as a system file: %s"
msgstr ""
#: sfm-read.c:345
#, c-format
msgid ""
"%s: Weighting variable may not be a continuation of a long string variable"
msgstr ""
#: sfm-read.c:347
#, c-format
msgid "%s: Weighting variable may not be a string variable"
msgstr ""
#: sfm-read.c:372
#, c-format
msgid ""
"%s: Orphaned variable index record (type 4). Type 4 records must always "
"immediately follow type 3 records"
msgstr ""
#: sfm-read.c:452
#, c-format
msgid ""
"%s: Very long string record(s) found (record type 7, subtype %d), each will "
"be imported in consecutive separate variables"
msgstr ""
#: sfm-read.c:477
#, c-format
msgid ""
"%s: Long string value labels record found (record type 7, subtype %d), but "
"ignored"
msgstr ""
#: sfm-read.c:482
#, c-format
msgid ""
"%s: Long string missing values record found (record type 7, subtype %d), but "
"ignored"
msgstr ""
#: sfm-read.c:491
#, c-format
msgid "%s: Unrecognized record type 7, subtype %d encountered in system file"
msgstr ""
#: sfm-read.c:514
#, c-format
msgid "%s: Unrecognized record type %d"
msgstr ""
#: sfm-read.c:538
msgid "error reading system-file header"
msgstr ""
#: sfm-read.c:554
#, c-format
msgid ""
"%s: Bad size (%d or count (%u) field on record type 7, subtype 3.\tExpected "
"size %ld, count 8"
msgstr ""
#: sfm-read.c:567
#, c-format
msgid ""
"%s: Floating-point representation in system file is not IEEE-754. read.spss "
"cannot convert between floating-point formats"
msgstr ""
#: sfm-read.c:586
#, c-format
msgid ""
"%s: File-indicated endianness (%s) does not match endianness intuited from "
"file header (%s)"
msgstr ""
#: sfm-read.c:598
#, c-format
msgid "%s: File-indicated character representation code (%s) is not ASCII"
msgstr ""
#: sfm-read.c:603
#, c-format
msgid "%s: File-indicated character representation code (%d) is unknown"
msgstr ""
#: sfm-read.c:621
#, c-format
msgid ""
"%s: Bad size (%d) or count (%u) field on record type 7, subtype 4.\tExpected "
"size %lu, count 8"
msgstr ""
#: sfm-read.c:635
#, c-format
msgid ""
"%s: File-indicated value is different from internal value for at least one "
"of the three system values. SYSMIS: indicated %g, expected %g; HIGHEST: %g, "
"%g; LOWEST: %g, %g"
msgstr ""
#: sfm-read.c:745
#, c-format
msgid ""
"%s: Bad magic. Proper system files begin with the four characters `$FL2'. "
"This file will not be read"
msgstr ""
#: sfm-read.c:787
#, c-format
msgid ""
"%s: File layout code has unexpected value %d. Value should be 2 or 3, in "
"big-endian or little-endian format"
msgstr ""
#: sfm-read.c:802
#, c-format
msgid "%s: Number of elements per case (%d) is not between 1 and %ld"
msgstr ""
#: sfm-read.c:809
#, c-format
msgid ""
"%s: Index of weighting variable (%d) is not between 0 and number of elements "
"per case (%d)"
msgstr ""
#: sfm-read.c:814
#, c-format
msgid "%s: Number of cases in file (%d) is not between -1 and %d"
msgstr ""
#: sfm-read.c:819
#, c-format
msgid "%s: Compression bias (%g) is not the usual value of 100"
msgstr ""
#: sfm-read.c:921
#, c-format
msgid "%s: position %d: Bad record type (%d); the expected value was 2"
msgstr ""
#: sfm-read.c:930
#, c-format
msgid ""
"%s: position %d: String variable does not have proper number of continuation "
"records"
msgstr ""
#: sfm-read.c:938
#, c-format
msgid "%s: position %d: Superfluous long string continuation record"
msgstr ""
#: sfm-read.c:943
#, c-format
msgid "%s: position %d: Bad variable type code %d"
msgstr ""
#: sfm-read.c:946
#, c-format
msgid "%s: position %d: Variable label indicator field is not 0 or 1"
msgstr ""
#: sfm-read.c:950
#, c-format
msgid ""
"%s: position %d: Missing value indicator field is not -3, -2, 0, 1, 2, or 3"
msgstr ""
#: sfm-read.c:972
#, c-format
msgid ""
"%s: position %d: Variable name begins with octothorpe ('#'). Scratch "
"variables should not appear in system files"
msgstr ""
#: sfm-read.c:994
#, c-format
msgid ""
"%s: position %d: character `\\%03o' (%c) is not valid in a variable name"
msgstr ""
#: sfm-read.c:1036
#, c-format
msgid "%s: Variable %s indicates variable label of invalid length %d"
msgstr ""
#: sfm-read.c:1052
#, c-format
msgid "%s: Long string variable %s may not have missing values"
msgstr ""
#: sfm-read.c:1075
#, c-format
msgid "%s: String variable %s may not have missing values specified as a range"
msgstr ""
#: sfm-read.c:1118
#, c-format
msgid "%s: Long string continuation records omitted at end of dictionary"
msgstr ""
#: sfm-read.c:1121
#, c-format
msgid ""
"%s: System file header indicates %d variable positions but %d were read from "
"file"
msgstr ""
#: sfm-read.c:1130
#, c-format
msgid "%s: Duplicate variable name `%s' within system file"
msgstr ""
#: sfm-read.c:1170
#, c-format
msgid "%s: %s variable %s has %s format specifier %s"
msgstr ""
#: sfm-read.c:1249
#, c-format
msgid ""
"%s: Variable index record (type 4) does not immediately follow value label "
"record (type 3) as it ought"
msgstr ""
#: sfm-read.c:1258
#, c-format
msgid ""
"%s: Number of variables associated with a value label (%d) is not between 1 "
"and the number of variables (%d)"
msgstr ""
#: sfm-read.c:1275
#, c-format
msgid ""
"%s: Variable index associated with value label (%d) is not between 1 and the "
"number of values (%d)"
msgstr ""
#: sfm-read.c:1281
#, c-format
msgid ""
"%s: Variable index associated with value label (%d) refers to a continuation "
"of a string variable, not to an actual variable"
msgstr ""
#: sfm-read.c:1284
#, c-format
msgid "%s: Value labels are not allowed on long string variables (%s)"
msgstr ""
#: sfm-read.c:1293
#, c-format
msgid ""
"%s: Variables associated with value label are not all of identical type. "
"Variable %s has %s type, but variable %s has %s type"
msgstr ""
#: sfm-read.c:1335
#, c-format
msgid "%s: File contains duplicate label for value %g for variable %s"
msgstr ""
#: sfm-read.c:1338
#, c-format
msgid "%s: File contains duplicate label for value `%.*s' for variable %s"
msgstr ""
#: sfm-read.c:1378 sfm-read.c:1656
#, c-format
msgid "%s: Reading system file: %s"
msgstr ""
#: sfm-read.c:1380 sfm-read.c:1564 sfm-read.c:1605
#, c-format
msgid "%s: Unexpected end of file"
msgstr ""
#: sfm-read.c:1397
#, c-format
msgid "%s: System file contains multiple type 6 (document) records"
msgstr ""
#: sfm-read.c:1407
#, c-format
msgid "%s: Number of document lines (%d) must be greater than 0"
msgstr ""
#: sfm-read.c:1518
#, c-format
msgid "%s: Error reading file: %s"
msgstr ""
#: sfm-read.c:1556
#, c-format
msgid "%s: Compressed data is corrupted. Data ends partway through a case"
msgstr ""
#: sfm-read.c:1658
#, c-format
msgid "%s: Partial record at end of system file"
msgstr ""
#: spss.c:382 spss.c:504
msgid "nval is 0"
msgstr ""
#: spss.c:673
#, c-format
msgid "problem in reading file '%s'"
msgstr ""
#: spss.c:683
#, c-format
msgid "file '%s' is not in any supported SPSS format"
msgstr ""
#: stataread.c:95 stataread.c:105 stataread.c:113 stataread.c:140
#: stataread.c:153 stataread.c:163 stataread.c:520
msgid "a binary read error occurred"
msgstr ""
#: stataread.c:241
msgid "not a Stata version 5-12 .dta file"
msgstr ""
#: stataread.c:439
msgid ""
"something strange in the file\n"
" (Type 0 characteristic of nonzero length)"
msgstr ""
#: stataread.c:584
msgid "can not yet read Stata .dta on this platform"
msgstr ""
#: stataread.c:588 stataread.c:1044
msgid "first argument must be a file name\n"
msgstr ""
#: stataread.c:606 stataread.c:613 stataread.c:619 stataread.c:634
#: stataread.c:636 stataread.c:644 stataread.c:652
msgid "a binary write error occurred"
msgstr ""
#: stataread.c:722
msgid "this should happen: overrun"
msgstr ""
#: stataread.c:724
msgid "this should happen: underrun"
msgstr ""
#: stataread.c:983
msgid "this should not happen."
msgstr ""
#: stataread.c:1040
msgid "cannot yet read write .dta on this platform"
msgstr ""
#: stataread.c:1048
msgid "data to be saved must be in a data frame"
msgstr ""
#: stataread.c:1051
#, c-format
msgid "unable to open file for writing: '%s'"
msgstr ""
#: stataread.c:1056
msgid "can only write version 6-10 formats"
msgstr ""
|