1 # PSPP A program for statistical analysis of sampled data.
2 # Copyright (C) 2003 Free Software Foundation, Inc.
3 # This file is distributed under the General Public License Version 2
4 # Ben Pfaff <blp@gnu.org>, 2003.
8 "Project-Id-Version: PSPP 0.3.1\n"
9 "Report-Msgid-Bugs-To: pspp-dev@gnu.org\n"
10 "POT-Creation-Date: 2006-03-28 13:51+0800\n"
11 "PO-Revision-Date: 2004-01-23 13:04+0800\n"
12 "Last-Translator: John Darrington <john@darrington.wattle.id.au>\n"
13 "Language-Team: John Darrington <john@darrington.wattle.id.au>\n"
15 "Content-Type: text/plain; charset=iso-8859-1\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
19 #: src/data/any-reader.c:74
21 msgid "An error occurred while opening \"%s\": %s."
24 #: src/data/any-reader.c:129
26 msgid "\"%s\" is not a system or portable file."
29 #: src/data/any-reader.c:135 src/data/any-writer.c:80
30 msgid "The inline file is not allowed here."
33 #: src/data/calendar.c:81
35 msgid "Month %d is not in acceptable range of 0 to 13."
38 #: src/data/calendar.c:89
40 msgid "Day %d is not in acceptable range of 0 to 31."
43 #: src/data/calendar.c:96
45 msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15."
48 #: src/data/casefile.c:256
50 msgid "%s: Removing temporary file: %s."
53 #: src/data/casefile.c:422
55 msgid "Error writing temporary file: %s."
58 #: src/data/casefile.c:571
60 msgid "%s: Opening temporary file: %s."
63 #: src/data/casefile.c:597
65 msgid "%s: Seeking temporary file: %s."
68 #: src/data/casefile.c:615
70 msgid "%s: Reading temporary file: %s."
73 #: src/data/casefile.c:618
75 msgid "%s: Temporary file ended unexpectedly."
78 #: src/data/data-in.c:61
83 #: src/data/data-in.c:63
85 msgid "(columns %d-%d"
88 #: src/data/data-in.c:64
90 msgid ", field type %s) "
93 #: src/data/data-in.c:210
94 msgid "Field does not form a valid floating-point constant."
97 #: src/data/data-in.c:237
98 msgid "Field contents followed by garbage."
101 #: src/data/data-in.c:255
102 msgid "Underflow in floating-point constant."
105 #: src/data/data-in.c:266
106 msgid "Overflow in floating-point constant."
109 #: src/data/data-in.c:299
110 msgid "All characters in field must be digits."
113 #: src/data/data-in.c:323
114 msgid "Unrecognized character in field."
117 #: src/data/data-in.c:341 src/data/data-in.c:587
118 msgid "Field must have even length."
121 #: src/data/data-in.c:351 src/data/data-in.c:597
122 msgid "Field must contain only hex digits."
125 #: src/data/data-in.c:390
128 "Quality of zoned decimal (Z) input format code is suspect. Check your "
129 "results three times. Report bugs to %s."
132 #: src/data/data-in.c:402
133 msgid "Zoned decimal field contains fewer than 2 characters."
136 #: src/data/data-in.c:410
137 msgid "Bad sign byte in zoned decimal number."
140 #: src/data/data-in.c:430
141 msgid "Format error in zoned decimal number."
144 #: src/data/data-in.c:444
145 msgid "Error in syntax of zoned decimal number."
148 #: src/data/data-in.c:637
149 msgid "Unexpected end of field."
152 #: src/data/data-in.c:663
153 msgid "Digit expected in field."
156 #: src/data/data-in.c:688
158 msgid "Day (%ld) must be between 1 and 31."
161 #: src/data/data-in.c:713
162 msgid "Delimiter expected between fields in date."
165 #: src/data/data-in.c:746
167 msgid "Parse error at `%c' expecting %s."
170 #: src/data/data-in.c:760
172 msgid "Unknown %s `%.*s'."
175 #: src/data/data-in.c:810
177 msgid "Month (%ld) must be between 1 and 12."
180 #: src/data/data-in.c:814
184 #: src/data/data-in.c:828
186 msgid "Year (%ld) must be between 1582 and 19999."
189 #: src/data/data-in.c:839
191 msgid "Trailing garbage \"%s\" following date."
194 #: src/data/data-in.c:854
196 msgid "Julian day (%d) must be between 1 and 366."
199 #: src/data/data-in.c:866
201 msgid "Year (%d) must be between 1582 and 19999."
204 #: src/data/data-in.c:882
206 msgid "Quarter (%ld) must be between 1 and 4."
209 #: src/data/data-in.c:892
210 msgid "`Q' expected between quarter and year."
213 #: src/data/data-in.c:908
215 msgid "Week (%ld) must be between 1 and 53."
218 #: src/data/data-in.c:920
219 msgid "`WK' expected between week and year."
222 #: src/data/data-in.c:943
223 msgid "Delimiter expected between fields in time."
226 #: src/data/data-in.c:955
228 msgid "Hour (%ld) must be positive."
231 #: src/data/data-in.c:967
233 msgid "Minute (%ld) must be between 0 and 59."
236 #: src/data/data-in.c:1014
238 msgid "Hour (%ld) must be between 0 and 23."
241 #: src/data/data-in.c:1042
245 #: src/data/data-in.c:1373
247 msgid "Field too long (%d characters). Truncated after character %d."
250 #: src/data/data-out.c:247
252 "The N output format cannot be used to output a negative number or the system-"
256 #: src/data/data-out.c:361
259 "Quality of zoned decimal (Z) output format code is suspect. Check your "
260 "results. Report bugs to %s."
263 #: src/data/data-out.c:369
264 msgid "The system-missing value cannot be output as a zoned decimal number."
267 #: src/data/data-out.c:382
269 msgid "Number %g too big to fit in field with format Z%d.%d."
272 #: src/data/data-out.c:776
274 msgid "Time value %g too large in magnitude to convert to alphanumeric time."
277 #: src/data/data-out.c:827
279 msgid "Weekday index %f does not lie between 1 and 7."
282 #: src/data/data-out.c:847
284 msgid "Month index %f does not lie between 1 and 12."
287 #: src/data/data-out.c:960
290 "Year %d cannot be represented in four digits for output formatting purposes."
293 #: src/data/dictionary.c:710
295 "At least one case in the data file had a weight value that was user-missing, "
296 "system-missing, zero, or negative. These case(s) were ignored."
299 #: src/data/file-handle-def.c:301
301 msgid "Can't open %s as a %s because it is already open as a %s."
304 #: src/data/file-handle-def.c:308
306 msgid "Can't open %s as a %s for %s because it is already open for %s."
309 #: src/data/file-handle-def.c:316
311 msgid "Can't re-open %s as a %s for %s."
314 #: src/data/filename.c:249
316 msgid "Searching for `%s'..."
319 #: src/data/filename.c:257 src/data/filename.c:289
320 msgid "Search unsuccessful!"
323 #: src/data/filename.c:282
328 #: src/data/filename.c:699
330 msgid "Not opening pipe file `%s' because SAFER option set."
333 #: src/data/format.c:73
335 msgid "Format specifies a bad type (%d)"
338 #: src/data/format.c:84
340 msgid "Format %s specifies an odd width %d, but an even width is required."
343 #: src/data/format.c:92
346 "Format %s specifies a bad number of implied decimal places %d. Input format "
347 "%s allows up to 16 implied decimal places."
350 #: src/data/format.c:121
352 msgid "Format %s may not be used for input."
355 #: src/data/format.c:127
358 "Input format %s specifies a bad width %d. Format %s requires a width "
362 #: src/data/format.c:137
365 "Input format %s is invalid because it specifies more decimal places than the "
369 #: src/data/format.c:164
372 "Output format %s specifies a bad width %d. Format %s requires a width "
376 #: src/data/format.c:174
379 "Output format %s is invalid because it specifies as many decimal places as "
380 "the field width, which fails to allow space for a decimal point. Try %s%d.%"
384 #: src/data/format.c:196
386 msgid "%s variables are not compatible with %s format %s."
389 #: src/data/format.c:197 src/data/por-file-reader.c:481
390 #: src/data/sys-file-reader.c:994 src/data/sys-file-reader.c:1003
391 #: src/ui/gui/psppire-var-store.c:430
395 #: src/data/format.c:197 src/data/por-file-reader.c:481
396 #: src/data/sys-file-reader.c:994 src/data/sys-file-reader.c:1003
397 #: src/ui/gui/psppire-var-store.c:423
401 #: src/data/format.c:198 src/data/sys-file-reader.c:996
402 #: src/data/sys-file-reader.c:1141 src/data/sys-file-reader.c:1142
403 #: src/data/variable.c:41 src/language/dictionary/apply-dictionary.c:74
404 #: src/language/dictionary/apply-dictionary.c:75
405 #: src/language/xforms/recode.c:465 src/language/xforms/recode.c:466
409 #: src/data/format.c:198 src/data/sys-file-reader.c:996
410 #: src/data/sys-file-reader.c:1141 src/data/sys-file-reader.c:1142
411 #: src/data/variable.c:41 src/data/variable.c:49
412 #: src/language/dictionary/apply-dictionary.c:74
413 #: src/language/dictionary/apply-dictionary.c:75
414 #: src/language/xforms/recode.c:465 src/language/xforms/recode.c:466
418 #: src/data/format.c:217
420 msgid "String variable with width %d not compatible with format %s."
423 #: src/data/make-file.c:60
425 msgid "%s: Creating temporary file: %s."
428 #: src/data/make-file.c:102
430 msgid "%s: Creating file: %s."
433 #: src/data/por-file-reader.c:100
435 msgid "portable file %s corrupt at offset %ld: "
438 #: src/data/por-file-reader.c:129
439 msgid "unexpected end of file"
442 #: src/data/por-file-reader.c:188
445 "An error occurred while opening \"%s\" for reading as a portable file: %s."
448 #: src/data/por-file-reader.c:205
449 msgid "Data record expected."
452 #: src/data/por-file-reader.c:313
453 msgid "Missing numeric terminator."
456 #: src/data/por-file-reader.c:336
457 msgid "Invalid integer."
460 #: src/data/por-file-reader.c:347
462 msgid "Bad string length %d."
465 #: src/data/por-file-reader.c:408
467 msgid "%s: Not a portable file."
470 #: src/data/por-file-reader.c:433
472 msgid "Bad date string length %d."
475 #: src/data/por-file-reader.c:435
477 msgid "Bad time string length %d."
480 #: src/data/por-file-reader.c:473 src/data/sys-file-reader.c:986
482 msgid "%s: Bad format specifier byte (%d)."
485 #: src/data/por-file-reader.c:480 src/data/sys-file-reader.c:1002
487 msgid "%s variable %s has invalid format specifier %s."
490 #: src/data/por-file-reader.c:495
491 msgid "Expected variable count record."
494 #: src/data/por-file-reader.c:499
496 msgid "Invalid number of variables %d."
499 #: src/data/por-file-reader.c:509
501 msgid "Weight variable name (%s) truncated."
504 #: src/data/por-file-reader.c:521
505 msgid "Expected variable record."
508 #: src/data/por-file-reader.c:525
510 msgid "Invalid variable width %d."
513 #: src/data/por-file-reader.c:533
515 msgid "position %d: Invalid variable name `%s'."
518 #: src/data/por-file-reader.c:541 src/language/expressions/evaluate.c:155
520 msgid "Duplicate variable name %s."
523 #: src/data/por-file-reader.c:577
525 msgid "Weighting variable %s not present in dictionary."
528 #: src/data/por-file-reader.c:624
530 msgid "Unknown variable %s while parsing value labels."
533 #: src/data/por-file-reader.c:627
536 "Cannot assign value labels to %s and %s, which have different variable types "
540 #: src/data/por-file-reader.c:651
542 msgid "Duplicate label for value %g for variable %s."
545 #: src/data/por-file-reader.c:654
547 msgid "Duplicate label for value `%.*s' for variable %s."
550 #: src/data/por-file-writer.c:145
552 msgid "Invalid decimal digits count %d. Treating as %d."
555 #: src/data/por-file-writer.c:165
558 "An error occurred while opening \"%s\" for writing as a portable file: %s."
561 #: src/data/por-file-writer.c:449
563 msgid "An I/O error occurred writing portable file \"%s\"."
566 #: src/data/scratch-reader.c:59
569 "Scratch file handle %s has not yet been written, using SAVE or another "
570 "procedure, so it cannot yet be used for reading."
573 #: src/data/settings.c:143
575 msgid "Could not access definition for terminal `%s'."
578 #: src/data/sys-file-reader.c:134
579 msgid "corrupt system file: "
582 #: src/data/sys-file-reader.c:151
584 msgid "%s: Closing system file: %s."
587 #: src/data/sys-file-reader.c:242
590 "An error occurred while opening \"%s\" for reading as a system file: %s."
593 #: src/data/sys-file-reader.c:259
596 "%s: Index of weighting variable (%d) is not between 0 and number of elements "
600 #: src/data/sys-file-reader.c:268
603 "%s: Weighting variable may not be a continuation of a long string variable."
606 #: src/data/sys-file-reader.c:271
608 msgid "%s: Weighting variable may not be a string variable."
611 #: src/data/sys-file-reader.c:296
614 "%s: Orphaned variable index record (type 4). Type 4 records must always "
615 "immediately follow type 3 records."
618 #: src/data/sys-file-reader.c:354
620 msgid "%s: Invalid subrecord length. Record: 7; Subrecord: 11"
623 #: src/data/sys-file-reader.c:408
625 msgid "%s: Trailing garbage in long variable name map."
628 #: src/data/sys-file-reader.c:415
630 msgid "%s: Long variable mapping to invalid variable name `%s'."
633 #: src/data/sys-file-reader.c:425
635 msgid "%s: Long variable mapping for nonexistent variable %s."
638 #: src/data/sys-file-reader.c:434
640 msgid "%s: Duplicate long variable name `%s' within system file."
643 #: src/data/sys-file-reader.c:461
645 msgid "%s: Unrecognized record type 7, subtype %d encountered in system file."
648 #: src/data/sys-file-reader.c:486
650 msgid "%s: Unrecognized record type %d."
653 #: src/data/sys-file-reader.c:518
656 "%s: Bad size (%d) or count (%d) field on record type 7, subtype 3.\tExpected "
660 #: src/data/sys-file-reader.c:529
663 "%s: Floating-point representation in system file is not IEEE-754. PSPP "
664 "cannot convert between floating-point formats."
667 #: src/data/sys-file-reader.c:545
670 "%s: File-indicated endianness (%s) does not match endianness intuited from "
674 #: src/data/sys-file-reader.c:548 src/data/sys-file-reader.c:549
678 #: src/data/sys-file-reader.c:548 src/data/sys-file-reader.c:549
679 msgid "little-endian"
682 #: src/data/sys-file-reader.c:550
686 #: src/data/sys-file-reader.c:554
688 msgid "%s: File-indicated character representation code (%s) is not ASCII."
691 #: src/data/sys-file-reader.c:558
695 #: src/data/sys-file-reader.c:558 src/language/dictionary/sys-file-info.c:119
699 #: src/data/sys-file-reader.c:574
702 "%s: Bad size (%d) or count (%d) field on record type 7, subtype 4.\tExpected "
706 #: src/data/sys-file-reader.c:589
709 "%s: File-indicated value is different from internal value for at least one "
710 "of the three system values. SYSMIS: indicated %g, expected %g; HIGHEST: %g, "
711 "%g; LOWEST: %g, %g."
714 #: src/data/sys-file-reader.c:616
717 "%s: Bad magic. Proper system files begin with the four characters `$FL2'. "
718 "This file will not be read."
721 #: src/data/sys-file-reader.c:658
724 "%s: File layout code has unexpected value %d. Value should be 2, in big-"
725 "endian or little-endian format."
728 #: src/data/sys-file-reader.c:686
730 msgid "%s: Number of cases in file (%ld) is not between -1 and %d."
733 #: src/data/sys-file-reader.c:691
735 msgid "%s: Compression bias (%g) is not the usual value of 100."
738 #: src/data/sys-file-reader.c:816
741 "%s: position %d: String variable does not have proper number of continuation "
745 #: src/data/sys-file-reader.c:827
747 msgid "%s: position %d: Superfluous long string continuation record."
750 #: src/data/sys-file-reader.c:833
752 msgid "%s: position %d: Bad variable type code %d."
755 #: src/data/sys-file-reader.c:836
757 msgid "%s: position %d: Variable label indicator field is not 0 or 1."
760 #: src/data/sys-file-reader.c:840
763 "%s: position %d: Missing value indicator field is not -3, -2, 0, 1, 2, or 3."
766 #: src/data/sys-file-reader.c:845
768 msgid "%s: position %d: Variable name begins with invalid character."
771 #: src/data/sys-file-reader.c:864
773 msgid "%s: Invalid variable name `%s' within system file."
776 #: src/data/sys-file-reader.c:870
778 msgid "%s: Duplicate variable name `%s' within system file."
781 #: src/data/sys-file-reader.c:893
783 msgid "%s: Variable %s indicates variable label of invalid length %d."
786 #: src/data/sys-file-reader.c:914
788 msgid "%s: Long string variable %s may not have missing values."
791 #: src/data/sys-file-reader.c:935
794 "%s: String variable %s may not have missing values specified as a range."
797 #: src/data/sys-file-reader.c:962
799 msgid "%s: Long string continuation records omitted at end of dictionary."
802 #: src/data/sys-file-reader.c:967
805 "%s: System file header indicates %d variable positions but %d were read from "
809 #: src/data/sys-file-reader.c:992
811 msgid "%s: %s variable %s has %s format specifier %s."
814 #: src/data/sys-file-reader.c:1045
816 msgid "%s: Invalid number of labels: %d. Ignoring labels."
819 #: src/data/sys-file-reader.c:1087
822 "%s: Variable index record (type 4) does not immediately follow value label "
823 "record (type 3) as it should."
826 #: src/data/sys-file-reader.c:1098
829 "%s: Number of variables associated with a value label (%d) is not between 1 "
830 "and the number of variables (%d)."
833 #: src/data/sys-file-reader.c:1114
836 "%s: Variable index associated with value label (%d) is not between 1 and the "
837 "number of values (%d)."
840 #: src/data/sys-file-reader.c:1121
843 "%s: Variable index associated with value label (%d) refers to a continuation "
844 "of a string variable, not to an actual variable."
847 #: src/data/sys-file-reader.c:1126
849 msgid "%s: Value labels are not allowed on long string variables (%s)."
852 #: src/data/sys-file-reader.c:1137
855 "%s: Variables associated with value label are not all of identical type. "
856 "Variable %s has %s type, but variable %s has %s type."
859 #: src/data/sys-file-reader.c:1178
861 msgid "%s: File contains duplicate label for value %g for variable %s."
864 #: src/data/sys-file-reader.c:1182
866 msgid "%s: File contains duplicate label for value `%.*s' for variable %s."
869 #: src/data/sys-file-reader.c:1224 src/data/sys-file-reader.c:1507
871 msgid "%s: Reading system file: %s."
874 #: src/data/sys-file-reader.c:1227 src/data/sys-file-reader.c:1345
875 #: src/data/sys-file-reader.c:1386
877 msgid "%s: Unexpected end of file."
880 #: src/data/sys-file-reader.c:1243
882 msgid "%s: Seeking system file: %s."
885 #: src/data/sys-file-reader.c:1258
887 msgid "%s: System file contains multiple type 6 (document) records."
890 #: src/data/sys-file-reader.c:1264
892 msgid "%s: Number of document lines (%ld) must be greater than 0."
895 #: src/data/sys-file-reader.c:1298
897 msgid "%s: Error reading file: %s."
900 #: src/data/sys-file-reader.c:1337
902 msgid "%s: Compressed data is corrupted. Data ends in partial case."
905 #: src/data/sys-file-reader.c:1513
907 msgid "%s: Partial record at end of system file."
910 #: src/data/sys-file-writer.c:141
912 msgid "Unknown system file version %d. Treating as version %d."
915 #: src/data/sys-file-writer.c:250
917 msgid "Error opening \"%s\" for writing as a system file: %s."
920 #: src/data/sys-file-writer.c:897
922 msgid "An I/O error occurred writing system file \"%s\"."
925 #: src/data/variable.c:49
929 #: src/data/variable.c:151
932 "Character `%c' (in %s), may not appear as the first character in a variable "
936 #: src/data/variable.c:163
938 msgid "Character `%c' (in %s) may not appear in a variable name."
941 #: src/data/variable.c:192
942 msgid "Variable name cannot be empty string."
945 #: src/data/variable.c:198
947 msgid "Variable name %s exceeds %d-character limit."
950 #: src/data/variable.c:206
952 msgid "`%s' may not be used as a variable name because it is a reserved word."
955 #: src/data/variable.c:301
956 msgid "Variable suffix too large."
959 #: src/data/variable.c:342
963 #: src/data/variable.c:344
967 #: src/data/variable.c:346
971 #: src/language/command.c:141
973 msgid "%s not allowed inside FILE TYPE/END FILE TYPE."
976 #: src/language/command.c:144
978 msgid "%s not allowed inside FILE TYPE GROUPED/END FILE TYPE."
981 #: src/language/command.c:147
982 msgid "RECORD TYPE must be the first command inside a FILE TYPE structure."
985 #: src/language/command.c:194
986 msgid "expecting command name"
989 #: src/language/command.c:204 src/language/expressions/parse.c:1222
990 #: src/ui/terminal/command-line.c:125 src/ui/terminal/command-line.c:144
991 #: src/ui/terminal/command-line.c:156
993 msgid "%s is not yet implemented."
996 #: src/language/command.c:223
999 "%s is not allowed (1) before a command to specify the input program, such as "
1000 "DATA LIST, (2) between FILE TYPE and END FILE TYPE, (3) between INPUT "
1001 "PROGRAM and END INPUT PROGRAM."
1004 #: src/language/command.c:227
1006 msgid "%s is not allowed within an input program."
1009 #: src/language/command.c:228 src/language/command.c:229
1011 msgid "%s is only allowed within an input program."
1014 #: src/language/command.c:504
1016 msgid "Unknown command %s."
1019 #: src/language/command.c:645 src/language/command.c:776
1020 #: src/language/utilities/permissions.c:102
1021 msgid "This command not allowed when the SAFER option is set."
1024 #: src/language/command.c:657
1026 msgid "Error removing `%s': %s."
1029 #: src/language/command.c:707
1031 msgid "Couldn't fork: %s."
1034 #: src/language/command.c:749
1036 msgid "Error executing command: %s."
1039 #: src/language/command.c:758 src/language/data-io/matrix-data.c:534
1040 #: src/language/data-io/print.c:336 src/language/data-io/print.c:1051
1041 #: src/language/dictionary/vector.c:197 src/language/lexer/lexer.c:451
1042 #: src/language/stats/autorecode.c:144 src/language/xforms/select-if.c:57
1043 #: src/language/xforms/select-if.c:137
1044 msgid "expecting end of command"
1047 #: src/language/command.c:797
1048 msgid "No operating system support for this command."
1051 #: src/language/control/control-stack.c:27
1053 msgid "%s without %s."
1056 #: src/language/control/control-stack.c:55
1058 msgid "This command must appear inside %s...%s, without intermediate %s...%s."
1061 #: src/language/control/control-stack.c:72
1063 msgid "This command cannot appear outside %s...%s."
1066 #: src/language/control/do-if.c:171
1067 msgid "This command may not follow ELSE in DO IF...END IF."
1070 #: src/language/control/repeat.c:137
1072 msgid "Dummy variable name \"%s\" hides dictionary variable \"%s\"."
1075 #: src/language/control/repeat.c:143
1077 msgid "Dummy variable name \"%s\" is given twice."
1080 #: src/language/control/repeat.c:184
1083 "Dummy variable \"%s\" had %d substitutions, so \"%s\" must also, but %d were "
1087 #: src/language/control/repeat.c:453
1088 msgid "String expected."
1091 #: src/language/control/repeat.c:480
1092 msgid "No matching DO REPEAT."
1095 #: src/language/control/temporary.c:49
1096 msgid "This command is not valid inside DO IF or LOOP."
1099 #: src/language/control/temporary.c:56
1101 "This command may only appear once between procedures and procedure-like "
1105 #: src/language/data-io/data-list.c:143
1106 msgid "DATA LIST must use the same file as the enclosing FILE TYPE."
1109 #: src/language/data-io/data-list.c:162
1110 msgid "The END subcommand may only be specified once."
1113 #: src/language/data-io/data-list.c:197
1114 msgid "Only one of FIXED, FREE, or LIST may be specified."
1117 #: src/language/data-io/data-list.c:347 src/language/data-io/print.c:297
1120 "The record number specified, %ld, is before the previous record, %d. Data "
1121 "fields must be listed in order of increasing record number."
1124 #: src/language/data-io/data-list.c:376 src/language/data-io/data-list.c:1725
1126 "SPSS-like or FORTRAN-like format specification expected after variable names."
1129 #: src/language/data-io/data-list.c:387
1130 msgid "At least one variable must be specified."
1133 #: src/language/data-io/data-list.c:392 src/language/data-io/print.c:329
1135 "Variables are specified on records that should not exist according to "
1136 "RECORDS subcommand."
1139 #: src/language/data-io/data-list.c:425 src/language/data-io/data-list.c:439
1140 #: src/language/data-io/print.c:521 src/language/data-io/print.c:534
1141 msgid "Column positions for fields must be positive."
1144 #: src/language/data-io/data-list.c:444
1145 msgid "The ending column for a field must be greater than the starting column."
1148 #: src/language/data-io/data-list.c:458
1150 msgid "The %d columns %d-%d can't be evenly divided into %d fields."
1153 #: src/language/data-io/data-list.c:478 src/language/data-io/print.c:562
1154 msgid "A format specifier on this line has extra characters on the end."
1157 #: src/language/data-io/data-list.c:493 src/language/data-io/print.c:578
1158 msgid "The value for number of decimal places must be at least 1."
1161 #: src/language/data-io/data-list.c:507 src/language/data-io/print.c:591
1163 msgid "Input format %s doesn't accept decimal places."
1166 #: src/language/data-io/data-list.c:554 src/language/data-io/data-list.c:650
1167 #: src/language/data-io/data-list.c:858
1169 msgid "%s is a duplicate variable name."
1172 #: src/language/data-io/data-list.c:559
1174 msgid "There is already a variable %s of a different type."
1177 #: src/language/data-io/data-list.c:566
1179 msgid "There is already a string variable %s of a different width."
1182 #: src/language/data-io/data-list.c:641
1184 "The number of format specifications exceeds the given number of variable "
1188 #: src/language/data-io/data-list.c:754 src/language/data-io/print.c:767
1190 "There aren't enough format specifications to match the number of variable "
1194 #: src/language/data-io/data-list.c:781 src/language/data-io/data-list.c:899
1195 #: src/language/data-io/print.c:798
1196 #: src/language/dictionary/sys-file-info.c:139
1197 #: src/language/dictionary/sys-file-info.c:373
1198 #: src/language/stats/descriptives.c:887 src/procedure.c:886
1202 #: src/language/data-io/data-list.c:782 src/language/data-io/print.c:799
1206 #: src/language/data-io/data-list.c:783 src/language/data-io/print.c:800
1207 #: src/ui/gui/var-sheet.c:74
1211 #: src/language/data-io/data-list.c:784 src/language/data-io/data-list.c:900
1212 #: src/language/data-io/print.c:801
1216 #: src/language/data-io/data-list.c:799
1218 msgid "Reading %d record from %s."
1219 msgid_plural "Reading %d records from %s."
1223 #: src/language/data-io/data-list.c:915
1225 msgid "Reading free-form data from %s."
1228 #: src/language/data-io/data-list.c:966
1230 msgid "Quoted string missing terminating `%c'."
1233 #: src/language/data-io/data-list.c:1081
1235 msgid "Partial case of %d of %d records discarded."
1238 #: src/language/data-io/data-list.c:1134
1240 msgid "Partial case discarded. The first variable missing was %s."
1243 #: src/language/data-io/data-list.c:1177
1246 "Missing value(s) for all variables from %s onward. These will be filled "
1247 "with the system-missing value or blanks, as appropriate."
1250 #: src/language/data-io/data-list.c:1388
1252 "REPEATING DATA must use the same file as its corresponding DATA LIST or FILE "
1256 #: src/language/data-io/data-list.c:1398 src/language/data-io/data-list.c:1432
1257 #: src/language/data-io/data-list.c:1445 src/language/data-io/data-list.c:1458
1258 #: src/language/data-io/data-list.c:1492
1260 msgid "%s subcommand given multiple times."
1263 #: src/language/data-io/data-list.c:1421
1265 msgid "STARTS beginning column (%d) exceeds STARTS ending column (%d)."
1268 #: src/language/data-io/data-list.c:1478
1270 msgid "CONTINUED beginning column (%d) exceeds CONTINUED ending column (%d)."
1273 #: src/language/data-io/data-list.c:1501
1275 msgid "ID beginning column (%ld) must be positive."
1278 #: src/language/data-io/data-list.c:1516
1280 msgid "ID ending column (%ld) must be positive."
1283 #: src/language/data-io/data-list.c:1522
1285 msgid "ID ending column (%ld) cannot be less than ID beginning column (%d)."
1288 #: src/language/data-io/data-list.c:1562
1289 msgid "Missing required specification STARTS."
1292 #: src/language/data-io/data-list.c:1564
1293 msgid "Missing required specification OCCURS."
1296 #: src/language/data-io/data-list.c:1571
1297 msgid "ID specified without CONTINUED."
1300 #: src/language/data-io/data-list.c:1582
1303 "STARTS beginning column (%d) exceeds default STARTS ending column taken from "
1304 "file's record width (%d)."
1307 #: src/language/data-io/data-list.c:1595
1310 "CONTINUED beginning column (%d) exceeds default CONTINUED ending column "
1311 "taken from file's record width (%d)."
1314 #: src/language/data-io/data-list.c:1674
1315 msgid "String variable not allowed here."
1318 #: src/language/data-io/data-list.c:1684
1320 msgid "%s (%d) must be at least 1."
1323 #: src/language/data-io/data-list.c:1690
1325 msgid "Variable or integer expected for %s."
1328 #: src/language/data-io/data-list.c:1815
1330 msgid "Encountered mismatched record ID \"%s\" expecting \"%s\"."
1333 #: src/language/data-io/data-list.c:1847
1336 "Variable %s starting in column %d extends beyond physical record length of %"
1340 #: src/language/data-io/data-list.c:1914
1342 msgid "Invalid value %d for OCCURS."
1345 #: src/language/data-io/data-list.c:1920
1347 msgid "Beginning column for STARTS (%d) must be at least 1."
1350 #: src/language/data-io/data-list.c:1928
1352 msgid "Ending column for STARTS (%d) is less than beginning column (%d)."
1355 #: src/language/data-io/data-list.c:1936
1357 msgid "Invalid value %d for LENGTH."
1360 #: src/language/data-io/data-list.c:1943
1362 msgid "Beginning column for CONTINUED (%d) must be at least 1."
1365 #: src/language/data-io/data-list.c:1951
1367 msgid "Ending column for CONTINUED (%d) is less than beginning column (%d)."
1370 #: src/language/data-io/data-list.c:1983
1373 "Number of repetitions specified on OCCURS (%d) exceed number of repetitions "
1374 "available in space on STARTS (%d), and CONTINUED not specified."
1377 #: src/language/data-io/data-list.c:2001
1379 msgid "Unexpected end of file with %d repetitions remaining out of %d."
1382 #: src/language/data-io/data-reader.c:138
1384 msgid "Could not open \"%s\" for reading as a data file: %s."
1387 #: src/language/data-io/data-reader.c:175
1389 "Unexpected end-of-file while reading data in BEGIN DATA. This probably "
1390 "indicates a missing or misformatted END DATA command. END DATA must appear "
1391 "by itself on a single line with exactly one space between words."
1394 #: src/language/data-io/data-reader.c:206
1395 #: src/language/data-io/data-reader.c:224
1397 msgid "Error reading file %s: %s."
1400 #: src/language/data-io/data-reader.c:227
1402 msgid "%s: Partial record at end of file."
1405 #: src/language/data-io/data-reader.c:278
1407 msgid "Attempt to read beyond end-of-file on file %s."
1410 #: src/language/data-io/data-reader.c:281
1411 msgid "Attempt to read beyond END DATA."
1414 #: src/language/data-io/data-reader.c:425
1416 "This command is not valid here since the current input program does not "
1417 "access the inline file."
1420 #: src/language/data-io/data-writer.c:70
1422 msgid "An error occurred while opening \"%s\" for writing as a data file: %s."
1425 #: src/language/data-io/data-writer.c:136
1427 msgid "I/O error occurred writing data file \"%s\"."
1430 #: src/language/data-io/file-handle.q:68
1433 "File handle %s is already defined. Use CLOSE FILE HANDLE before redefining "
1437 #: src/language/data-io/file-handle.q:100
1440 "Fixed-length records were specified on /RECFORM, but record length was not "
1441 "specified on /LRECL. Assuming %d-character records."
1444 #: src/language/data-io/file-handle.q:105
1447 "Record length (%ld) must be at least one byte. Assuming %d-character "
1451 #: src/language/data-io/file-handle.q:151
1455 #: src/language/data-io/file-handle.q:153
1459 #: src/language/data-io/file-handle.q:155
1460 msgid "scratch file"
1463 #: src/language/data-io/file-handle.q:176
1464 msgid "expecting a file name or handle name"
1467 #: src/language/data-io/file-handle.q:203
1469 msgid "Handle for %s not allowed here."
1472 #: src/language/data-io/file-type.c:134
1473 msgid "MIXED, GROUPED, or NESTED expected."
1476 #: src/language/data-io/file-type.c:157
1477 msgid "The CASE subcommand is not valid on FILE TYPE MIXED."
1480 #: src/language/data-io/file-type.c:175
1481 msgid "WARN or NOWARN expected after WILD."
1484 #: src/language/data-io/file-type.c:183
1485 msgid "The DUPLICATE subcommand is not valid on FILE TYPE MIXED."
1488 #: src/language/data-io/file-type.c:197
1489 msgid "DUPLICATE=CASE is only valid on FILE TYPE NESTED."
1492 #: src/language/data-io/file-type.c:206
1494 msgid "WARN%s expected after DUPLICATE."
1497 #: src/language/data-io/file-type.c:207
1498 msgid ", NOWARN, or CASE"
1501 #: src/language/data-io/file-type.c:208
1505 #: src/language/data-io/file-type.c:216
1506 msgid "The MISSING subcommand is not valid on FILE TYPE MIXED."
1509 #: src/language/data-io/file-type.c:228
1510 msgid "WARN or NOWARN after MISSING."
1513 #: src/language/data-io/file-type.c:236
1514 msgid "ORDERED is only valid on FILE TYPE GROUPED."
1517 #: src/language/data-io/file-type.c:247
1518 msgid "YES or NO expected after ORDERED."
1521 #: src/language/data-io/file-type.c:253 src/language/data-io/file-type.c:548
1522 msgid "while expecting a valid subcommand"
1525 #: src/language/data-io/file-type.c:260
1526 msgid "The required RECORD subcommand was not present."
1529 #: src/language/data-io/file-type.c:268
1530 msgid "The required CASE subcommand was not present."
1533 #: src/language/data-io/file-type.c:274
1534 msgid "CASE and RECORD must specify different variable names."
1537 #: src/language/data-io/file-type.c:332
1538 msgid "Column value must be positive."
1541 #: src/language/data-io/file-type.c:348
1542 msgid "Ending column precedes beginning column."
1545 #: src/language/data-io/file-type.c:368
1546 msgid "Bad format specifier name."
1549 #: src/language/data-io/file-type.c:397 src/language/data-io/file-type.c:586
1551 "This command may only appear within a FILE TYPE/END FILE TYPE structure."
1554 #: src/language/data-io/file-type.c:420
1555 msgid "OTHER may appear only on the last RECORD TYPE command."
1558 #: src/language/data-io/file-type.c:430
1559 msgid "No input commands (DATA LIST, REPEATING DATA) for above RECORD TYPE."
1562 #: src/language/data-io/file-type.c:481
1564 "The CASE subcommand is not allowed on the RECORD TYPE command for FILE TYPE "
1568 #: src/language/data-io/file-type.c:491
1570 "No variable name may be specified for the CASE subcommand on RECORD TYPE."
1573 #: src/language/data-io/file-type.c:499
1575 "The CASE column specification on RECORD TYPE must give a format specifier "
1576 "that is the same type as that of the CASE column specification given on FILE "
1580 #: src/language/data-io/file-type.c:515
1581 msgid "WARN or NOWARN expected on DUPLICATE subcommand."
1584 #: src/language/data-io/file-type.c:529
1585 msgid "WARN or NOWARN expected on MISSING subcommand."
1588 #: src/language/data-io/file-type.c:542
1589 msgid "YES or NO expected on SPREAD subcommand."
1592 #: src/language/data-io/file-type.c:599
1593 msgid "No input commands (DATA LIST, REPEATING DATA) on above RECORD TYPE."
1596 #: src/language/data-io/file-type.c:606
1597 msgid "No commands between FILE TYPE and END FILE TYPE."
1600 #: src/language/data-io/file-type.c:675
1602 msgid "Unknown record type \"%.*s\"."
1605 #: src/language/data-io/file-type.c:699
1607 msgid "Unknown record type %g."
1610 #: src/language/data-io/get.c:108
1611 msgid "expecting COMM or TAPE"
1614 #: src/language/data-io/get.c:350 src/language/data-io/get.c:364
1615 #: src/language/data-io/get.c:389
1617 msgid "expecting %s or %s"
1620 #: src/language/data-io/get.c:596 src/language/data-io/print.c:180
1621 msgid "expecting a valid subcommand"
1624 #: src/language/data-io/get.c:629
1627 "Cannot rename %s as %s because there already exists a variable named %s. To "
1628 "rename variables with overlapping names, use a single RENAME subcommand such "
1629 "as \"/RENAME (A=B)(B=C)(C=A)\", or equivalently, \"/RENAME (A B C=B C A)\"."
1632 #: src/language/data-io/get.c:654
1633 msgid "`=' expected after variable list."
1636 #: src/language/data-io/get.c:661
1639 "Number of variables on left side of `=' (%d) does not match number of "
1640 "variables on right side (%d), in parenthesized group %d of RENAME subcommand."
1643 #: src/language/data-io/get.c:674
1645 msgid "Requested renaming duplicates variable name %s."
1648 #: src/language/data-io/get.c:704
1649 msgid "Cannot DROP all variables from dictionary."
1652 #: src/language/data-io/get.c:883
1653 msgid "The active file may not be specified more than once."
1656 #: src/language/data-io/get.c:892
1657 msgid "Cannot specify the active file since no active file has been defined."
1660 #: src/language/data-io/get.c:900
1662 "MATCH FILES may not be used after TEMPORARY when the active file is an input "
1663 "source. Temporary transformations will be made permanent."
1666 #: src/language/data-io/get.c:938
1667 msgid "Multiple IN subcommands for a single FILE or TABLE."
1670 #: src/language/data-io/get.c:958
1671 msgid "BY may appear at most once."
1674 #: src/language/data-io/get.c:978
1676 msgid "File %s lacks BY variable %s."
1679 #: src/language/data-io/get.c:992
1680 msgid "FIRST may appear at most once."
1683 #: src/language/data-io/get.c:1006
1684 msgid "LAST may appear at most once."
1687 #: src/language/data-io/get.c:1047
1688 msgid "BY is required when TABLE is specified."
1691 #: src/language/data-io/get.c:1052
1692 msgid "BY is required when IN is specified."
1695 #: src/language/data-io/get.c:1080
1697 msgid "IN variable name %s duplicates an existing variable name."
1700 #: src/language/data-io/get.c:1535
1703 "Variable %s in file %s (%s) has different type or width from the same "
1704 "variable in earlier file (%s)."
1707 #: src/language/data-io/inpt-pgm.c:85
1708 msgid "No matching INPUT PROGRAM command."
1711 #: src/language/data-io/inpt-pgm.c:90
1713 "No data-input or transformation commands specified between INPUT PROGRAM and "
1714 "END INPUT PROGRAM."
1717 #: src/language/data-io/inpt-pgm.c:292 src/language/data-io/inpt-pgm.c:411
1719 "This command may only be executed between INPUT PROGRAM and END INPUT "
1723 #: src/language/data-io/inpt-pgm.c:336
1724 msgid "COLUMN subcommand multiply specified."
1727 #: src/language/data-io/inpt-pgm.c:384
1729 "REREAD: Column numbers must be positive finite numbers. Column set to 1."
1732 #: src/language/data-io/list.q:149 src/language/stats/descriptives.c:356
1733 msgid "No variables specified."
1736 #: src/language/data-io/list.q:157
1739 "The first case (%ld) specified precedes the last case (%ld) specified. The "
1740 "values will be swapped."
1743 #: src/language/data-io/list.q:165
1746 "The first case (%ld) to list is less than 1. The value is being reset to 1."
1749 #: src/language/data-io/list.q:171
1752 "The last case (%ld) to list is less than 1. The value is being reset to 1."
1755 #: src/language/data-io/list.q:177
1757 msgid "The step value %ld is less than 1. The value is being reset to 1."
1760 #: src/language/data-io/list.q:203
1761 msgid "`/FORMAT WEIGHT' specified, but weighting is not on."
1764 #: src/language/data-io/list.q:258 src/output/html.c:413
1766 msgid "Cannot open first page on HTML device %s."
1769 #: src/language/data-io/list.q:438
1773 #: src/language/data-io/matrix-data.c:213
1774 msgid "VARIABLES subcommand multiply specified."
1777 #: src/language/data-io/matrix-data.c:228
1778 msgid "VARNAME_ cannot be explicitly specified on VARIABLES."
1781 #: src/language/data-io/matrix-data.c:289
1782 msgid "in FORMAT subcommand"
1785 #: src/language/data-io/matrix-data.c:300
1786 msgid "SPLIT subcommand multiply specified."
1789 #: src/language/data-io/matrix-data.c:307
1790 msgid "in SPLIT subcommand"
1793 #: src/language/data-io/matrix-data.c:317
1794 msgid "Split variable may not be named ROWTYPE_ or VARNAME_."
1797 #: src/language/data-io/matrix-data.c:351
1799 msgid "Split variable %s is already another type."
1802 #: src/language/data-io/matrix-data.c:366
1803 msgid "FACTORS subcommand multiply specified."
1806 #: src/language/data-io/matrix-data.c:385
1808 msgid "Factor variable %s is already another type."
1811 #: src/language/data-io/matrix-data.c:400
1812 msgid "CELLS subcommand multiply specified."
1815 #: src/language/data-io/matrix-data.c:406
1816 #: src/language/data-io/matrix-data.c:425
1817 msgid "expecting positive integer"
1820 #: src/language/data-io/matrix-data.c:419
1821 msgid "N subcommand multiply specified."
1824 #: src/language/data-io/matrix-data.c:440
1825 msgid "CONTENTS subcommand multiply specified."
1828 #: src/language/data-io/matrix-data.c:460
1829 msgid "Nested parentheses not allowed."
1832 #: src/language/data-io/matrix-data.c:470
1833 msgid "Mismatched right parenthesis (`(')."
1836 #: src/language/data-io/matrix-data.c:475
1837 msgid "Empty parentheses not allowed."
1840 #: src/language/data-io/matrix-data.c:488
1841 #: src/language/data-io/matrix-data.c:496
1842 msgid "in CONTENTS subcommand"
1845 #: src/language/data-io/matrix-data.c:503
1847 msgid "Content multiply specified for %s."
1850 #: src/language/data-io/matrix-data.c:520
1851 msgid "Missing right parenthesis."
1854 #: src/language/data-io/matrix-data.c:540
1855 msgid "Missing VARIABLES subcommand."
1858 #: src/language/data-io/matrix-data.c:546
1860 "CONTENTS subcommand not specified: assuming file contains only CORR matrix."
1863 #: src/language/data-io/matrix-data.c:556
1865 "Missing CELLS subcommand. CELLS is required when ROWTYPE_ is not given in "
1866 "the data and factors are present."
1869 #: src/language/data-io/matrix-data.c:564
1870 msgid "Split file values must be present in the data when ROWTYPE_ is present."
1873 #: src/language/data-io/matrix-data.c:617
1874 msgid "No continuous variables specified."
1877 #: src/language/data-io/matrix-data.c:860
1878 msgid "Scope of string exceeds line."
1881 #: src/language/data-io/matrix-data.c:925
1883 msgid "End of line expected %s while reading %s."
1886 #: src/language/data-io/matrix-data.c:1115
1888 msgid "expecting value for %s %s"
1891 #: src/language/data-io/matrix-data.c:1281
1893 msgid "Syntax error expecting SPLIT FILE value %s."
1896 #: src/language/data-io/matrix-data.c:1290
1898 msgid "Expecting value %g for %s."
1901 #: src/language/data-io/matrix-data.c:1331
1902 #: src/language/data-io/matrix-data.c:1811
1904 msgid "Syntax error expecting factor value %s."
1907 #: src/language/data-io/matrix-data.c:1340
1909 msgid "Syntax error expecting value %g for %s %s."
1912 #: src/language/data-io/matrix-data.c:1587
1914 msgid "Syntax error %s expecting SPLIT FILE value."
1917 #: src/language/data-io/matrix-data.c:1716
1920 "Expected %d lines of data for %s content; actually saw %d lines. No data "
1921 "will be output for this content."
1924 #: src/language/data-io/matrix-data.c:1753
1926 msgid "Multiply specified ROWTYPE_ %s."
1929 #: src/language/data-io/matrix-data.c:1758
1931 msgid "Syntax error %s expecting ROWTYPE_ string."
1934 #: src/language/data-io/matrix-data.c:1778
1936 msgid "Syntax error %s."
1939 #: src/language/data-io/matrix-data.c:1929
1941 msgid "Duplicate specification for %s."
1944 #: src/language/data-io/matrix-data.c:1941
1946 msgid "Too many rows of matrix data for %s."
1949 #: src/language/data-io/matrix-data.c:1989
1951 msgid "Syntax error expecting value for %s %s."
1954 #: src/language/data-io/print.c:366 src/language/data-io/print.c:383
1956 msgid "%g is not a valid column location."
1959 #: src/language/data-io/print.c:377
1961 msgid "Column location expected following `%d-'."
1964 #: src/language/data-io/print.c:388
1967 "%d-%ld is not a valid column range. The second column must be greater than "
1968 "or equal to the first."
1971 #: src/language/data-io/print.c:489
1973 msgid "Variable %s has width %d so it cannot be output as format %s."
1976 #: src/language/data-io/print.c:509
1979 "%s is not of the same type as %s. To specify variables of different types "
1980 "in the same variable list, use a FORTRAN-like format specifier."
1983 #: src/language/data-io/print.c:539
1985 "The ending column for a field must not be less than the starting column."
1988 #: src/language/data-io/print.c:611
1990 msgid "The %d columns %d-%d can't be evenly divided into %u fields."
1993 #: src/language/data-io/print.c:688
1995 "The number of format specifications exceeds the number of variable names "
1999 #: src/language/data-io/print.c:840
2001 msgid "Writing %d record to %s."
2002 msgid_plural "Writing %d records to %s."
2006 #: src/language/data-io/print.c:844
2008 msgid "Writing %d record."
2009 msgid_plural "Writing %d records."
2013 #: src/language/data-io/print.c:1091
2014 msgid "The expression on PRINT SPACE evaluated to the system-missing value."
2017 #: src/language/data-io/print.c:1094
2019 msgid "The expression on PRINT SPACE evaluated to %g."
2022 #: src/language/dictionary/apply-dictionary.c:71
2024 msgid "Variable %s is %s in target file, but %s in source file."
2027 #: src/language/dictionary/apply-dictionary.c:87
2029 msgid "Cannot add value labels from source file to long string variable %s."
2032 #: src/language/dictionary/apply-dictionary.c:133
2035 "Cannot apply missing values from source file to long string variable %s."
2038 #: src/language/dictionary/apply-dictionary.c:153
2039 msgid "No matching variables found between the source and target files."
2042 #: src/language/dictionary/formats.c:89
2043 msgid "`(' expected after variable list"
2046 #: src/language/dictionary/formats.c:99 src/language/dictionary/numeric.c:68
2047 #: src/language/dictionary/numeric.c:139
2048 msgid "`)' expected after output format."
2051 #: src/language/dictionary/missing-values.c:55
2052 #: src/language/stats/aggregate.c:432
2053 msgid "expecting `('"
2056 #: src/language/dictionary/missing-values.c:71
2059 "Cannot mix numeric variables (e.g. %s) and string variables (e.g. %s) within "
2063 #: src/language/dictionary/missing-values.c:111
2065 msgid "Truncating missing value to short string length (%d characters)."
2068 #: src/language/dictionary/missing-values.c:130
2070 msgid "Missing values provided are too long to assign to variable of width %d."
2073 #: src/language/dictionary/modify-variables.c:93
2075 "MODIFY VARS may not be used after TEMPORARY. Temporary transformations will "
2076 "be made permanent."
2079 #: src/language/dictionary/modify-variables.c:117
2080 msgid "REORDER subcommand may be given at most once."
2083 #: src/language/dictionary/modify-variables.c:140
2084 msgid "Cannot specify ALL after specifying a set of variables."
2087 #: src/language/dictionary/modify-variables.c:150
2088 msgid "`(' expected on REORDER subcommand."
2091 #: src/language/dictionary/modify-variables.c:162
2092 msgid "`)' expected following variable names on REORDER subcommand."
2095 #: src/language/dictionary/modify-variables.c:180
2096 msgid "RENAME subcommand may be given at most once."
2099 #: src/language/dictionary/modify-variables.c:193
2100 msgid "`(' expected on RENAME subcommand."
2103 #: src/language/dictionary/modify-variables.c:201
2105 "`=' expected between lists of new and old variable names on RENAME "
2109 #: src/language/dictionary/modify-variables.c:209
2112 "Differing number of variables in old name list (%d) and in new name list (%"
2116 #: src/language/dictionary/modify-variables.c:220
2117 msgid "`)' expected after variable lists on RENAME subcommand."
2120 #: src/language/dictionary/modify-variables.c:234
2122 "KEEP subcommand may be given at most once. It may notbe given in "
2123 "conjunction with the DROP subcommand."
2126 #: src/language/dictionary/modify-variables.c:277
2128 "DROP subcommand may be given at most once. It may not be given in "
2129 "conjunction with the KEEP subcommand."
2132 #: src/language/dictionary/modify-variables.c:303
2134 msgid "Unrecognized subcommand name `%s'."
2137 #: src/language/dictionary/modify-variables.c:305
2138 msgid "Subcommand name expected."
2141 #: src/language/dictionary/modify-variables.c:313
2142 msgid "`/' or `.' expected."
2145 #: src/language/dictionary/numeric.c:61
2147 msgid "Format type %s may not be used with a numeric variable."
2150 #: src/language/dictionary/numeric.c:80 src/language/dictionary/numeric.c:162
2151 #: src/language/dictionary/vector.c:159
2153 msgid "There is already a variable named %s."
2156 #: src/language/dictionary/numeric.c:132
2158 msgid "Format type %s may not be used with a string variable."
2161 #: src/language/dictionary/rename-variables.c:49
2163 "RENAME VARS may not be used after TEMPORARY. Temporary transformations will "
2164 "be made permanent."
2167 #: src/language/dictionary/rename-variables.c:61
2168 msgid "`(' expected."
2171 #: src/language/dictionary/rename-variables.c:69
2172 msgid "`=' expected between lists of new and old variable names."
2175 #: src/language/dictionary/rename-variables.c:78
2178 "Differing number of variables in old name list (%u) and in new name list (%"
2182 #: src/language/dictionary/rename-variables.c:90
2183 msgid "`)' expected after variable names."
2186 #: src/language/dictionary/rename-variables.c:100
2188 msgid "Renaming would duplicate variable name %s."
2191 #: src/language/dictionary/sys-file-info.c:100
2195 #: src/language/dictionary/sys-file-info.c:102
2199 #: src/language/dictionary/sys-file-info.c:106
2203 #: src/language/dictionary/sys-file-info.c:109
2207 #: src/language/dictionary/sys-file-info.c:112
2211 #: src/language/dictionary/sys-file-info.c:113
2215 #: src/language/dictionary/sys-file-info.c:113
2219 #: src/language/dictionary/sys-file-info.c:114
2223 #: src/language/dictionary/sys-file-info.c:117
2227 #: src/language/dictionary/sys-file-info.c:120
2231 #: src/language/dictionary/sys-file-info.c:121
2232 msgid "System File."
2235 #: src/language/dictionary/sys-file-info.c:122
2239 #: src/language/dictionary/sys-file-info.c:126
2240 msgid "Not weighted."
2243 #: src/language/dictionary/sys-file-info.c:128
2247 #: src/language/dictionary/sys-file-info.c:130
2249 msgid "Compression %s."
2252 #: src/language/dictionary/sys-file-info.c:130
2256 #: src/language/dictionary/sys-file-info.c:130
2260 #: src/language/dictionary/sys-file-info.c:140
2261 #: src/language/dictionary/sys-file-info.c:378
2265 #: src/language/dictionary/sys-file-info.c:141
2266 #: src/language/dictionary/sys-file-info.c:376
2270 #: src/language/dictionary/sys-file-info.c:199
2271 msgid "The active file does not have a file label."
2274 #: src/language/dictionary/sys-file-info.c:202
2278 #: src/language/dictionary/sys-file-info.c:264
2279 msgid "No variables to display."
2282 #: src/language/dictionary/sys-file-info.c:283
2283 msgid "Macros not supported."
2286 #: src/language/dictionary/sys-file-info.c:293
2287 msgid "The active file dictionary does not contain any documents."
2290 #: src/language/dictionary/sys-file-info.c:302
2291 msgid "Documents in the active file:"
2294 #: src/language/dictionary/sys-file-info.c:380
2295 #: src/language/dictionary/sys-file-info.c:519 src/procedure.c:888
2296 #: src/ui/gui/var-sheet.c:71
2300 #: src/language/dictionary/sys-file-info.c:452
2305 #: src/language/dictionary/sys-file-info.c:459
2307 msgid "Print Format: %s"
2310 #: src/language/dictionary/sys-file-info.c:462
2312 msgid "Write Format: %s"
2315 #: src/language/dictionary/sys-file-info.c:474
2316 msgid "Missing Values: "
2319 #: src/language/dictionary/sys-file-info.c:518
2320 #: src/language/stats/crosstabs.q:1111 src/language/stats/crosstabs.q:1138
2321 #: src/language/stats/crosstabs.q:1158 src/language/stats/crosstabs.q:1180
2322 #: src/language/stats/examine.q:1138 src/language/stats/frequencies.q:1146
2323 #: src/language/stats/frequencies.q:1267 src/procedure.c:887
2327 #: src/language/dictionary/sys-file-info.c:575
2328 msgid "No vectors defined."
2331 #: src/language/dictionary/sys-file-info.c:590
2335 #: src/language/dictionary/value-labels.c:121
2338 "It is not possible to assign value labels to long string variables such as %"
2342 #: src/language/dictionary/value-labels.c:157 src/language/lexer/lexer.c:588
2343 msgid "expecting string"
2346 #: src/language/dictionary/value-labels.c:166 src/language/lexer/lexer.c:602
2347 msgid "expecting integer"
2350 #: src/language/dictionary/value-labels.c:170
2352 msgid "Value label `%g' is not integer."
2355 #: src/language/dictionary/value-labels.c:180
2356 msgid "Truncating value label to 60 characters."
2359 #: src/language/dictionary/variable-label.c:50
2360 msgid "String expected for variable label."
2363 #: src/language/dictionary/variable-label.c:56
2364 msgid "Truncating variable label to 255 characters."
2367 #: src/language/dictionary/vector.c:70
2369 msgid "Vector name %s is given twice."
2372 #: src/language/dictionary/vector.c:76
2374 msgid "There is already a vector with name %s."
2377 #: src/language/dictionary/vector.c:97
2379 "A slash must be used to separate each vector specification when using the "
2380 "long form. Commands such as VECTOR A,B=Q1 TO Q20 are not supported."
2383 #: src/language/dictionary/vector.c:131
2384 msgid "Vectors must have at least one element."
2387 #: src/language/dictionary/vector.c:145
2389 msgid "%s%d is too long for a variable name."
2392 #: src/language/dictionary/vector.c:184
2394 "The syntax for this command does not match the expected syntax for either "
2395 "the long form or the short form of VECTOR."
2398 #: src/language/dictionary/weight.c:48
2399 msgid "The weighting variable must be numeric."
2402 #: src/language/dictionary/weight.c:53
2403 msgid "The weighting variable may not be scratch."
2406 #: src/language/expressions/evaluate.c:144
2407 msgid "expecting number or string"
2410 #: src/language/expressions/helpers.c:36
2412 "One of the arguments to a DATE function is not an integer. The result will "
2413 "be system-missing."
2416 #: src/language/expressions/helpers.c:58
2418 "The week argument to DATE.WKYR is not an integer. The result will be system-"
2422 #: src/language/expressions/helpers.c:64
2424 "The week argument to DATE.WKYR is outside the acceptable range of 1 to 53. "
2425 "The result will be system-missing."
2428 #: src/language/expressions/helpers.c:86
2430 "The day argument to DATE.YRDAY is not an integer. The result will be system-"
2434 #: src/language/expressions/helpers.c:92
2436 "The day argument to DATE.YRDAY is outside the acceptable range of 1 to 366. "
2437 "The result will be system-missing."
2440 #: src/language/expressions/helpers.c:114
2442 "The year argument to YRMODA is greater than 47516. The result will be "
2446 #: src/language/expressions/parse.c:254
2449 "Type mismatch: expression has %s type, but a numeric value is required here."
2452 #: src/language/expressions/parse.c:266
2455 "Type mismatch: expression has %s type, but a string value is required here."
2458 #: src/language/expressions/parse.c:407
2460 msgid "Type mismatch while applying %s operator: cannot convert %s to %s."
2463 #: src/language/expressions/parse.c:612
2465 "Chaining relational operators (e.g. \"a < b < c\") will not produce the "
2466 "mathematically expected result. Use the AND logical operator to fix the "
2467 "problem (e.g. \"a < b AND b < c\"). If chaining is really intended, "
2468 "parentheses will disable this warning (e.g. \"(a < b) < c\".)"
2471 #: src/language/expressions/parse.c:711
2473 "The exponentiation operator (\"**\") is left-associative, even though right-"
2474 "associative semantics are more useful. That is, \"a**b**c\" equals \"(a**b)"
2475 "**c\", not as \"a**(b**c)\". To disable this warning, insert parentheses."
2478 #: src/language/expressions/parse.c:776
2480 msgid "Unknown system variable %s."
2483 #: src/language/expressions/parse.c:818
2485 msgid "Unknown identifier %s."
2488 #: src/language/expressions/parse.c:846 src/language/stats/aggregate.c:488
2489 msgid "expecting `)'"
2492 #: src/language/expressions/parse.c:853
2493 msgid "in expression"
2496 #: src/language/expressions/parse.c:1029
2498 msgid "%s must have at least %d arguments in list."
2501 #: src/language/expressions/parse.c:1038
2503 msgid "%s must have even number of arguments in list."
2506 #: src/language/expressions/parse.c:1041
2508 msgid "%s must have multiple of %d arguments in list."
2511 #: src/language/expressions/parse.c:1051
2513 msgid "%s function does not accept a minimum valid argument count."
2516 #: src/language/expressions/parse.c:1060
2518 msgid "%s requires at least %d valid arguments in list."
2521 #: src/language/expressions/parse.c:1066
2524 "With %s, using minimum valid argument count of %d does not make sense when "
2525 "passing only %d arguments in list."
2528 #: src/language/expressions/parse.c:1120
2530 msgid "Type mismatch invoking %s as "
2533 #: src/language/expressions/parse.c:1125
2534 msgid "Function invocation "
2537 #: src/language/expressions/parse.c:1127
2538 msgid " does not match any known function. Candidates are:"
2541 #: src/language/expressions/parse.c:1157
2543 msgid "No function or vector named %s."
2546 #: src/language/expressions/parse.c:1199
2548 msgid "expecting `,' or `)' invoking %s function"
2551 #: src/language/expressions/parse.c:1219
2553 msgid "%s is a PSPP extension."
2556 #: src/language/lexer/format-parser.c:66
2557 msgid "X and T format specifiers not allowed here."
2560 #: src/language/lexer/format-parser.c:74
2562 msgid "%.*s is not a valid data format."
2565 #: src/language/lexer/format-parser.c:115
2566 msgid "Format specifier expected."
2569 #: src/language/lexer/format-parser.c:127
2571 msgid "Data format %s does not specify a width."
2574 #: src/language/lexer/format-parser.c:145
2576 msgid "Data format %s is not valid."
2579 #: src/language/lexer/lexer.c:262
2581 msgid "%s does not form a valid number."
2584 #: src/language/lexer/lexer.c:366
2586 msgid "Bad character in input: `%c'."
2589 #: src/language/lexer/lexer.c:368
2591 msgid "Bad character in input: `\\%o'."
2594 #: src/language/lexer/lexer.c:399
2596 msgid "Subcommand %s may only be specified once."
2599 #: src/language/lexer/lexer.c:407
2601 msgid "missing required subcommand %s"
2604 #: src/language/lexer/lexer.c:436
2606 msgid "Syntax error %s at %s."
2609 #: src/language/lexer/lexer.c:439
2611 msgid "Syntax error at %s."
2614 #: src/language/lexer/lexer.c:557 src/language/lexer/lexer.c:574
2616 msgid "expecting `%s'"
2619 #: src/language/lexer/lexer.c:616
2620 msgid "expecting number"
2623 #: src/language/lexer/lexer.c:630
2624 msgid "expecting identifier"
2627 #: src/language/lexer/lexer.c:840
2631 #: src/language/lexer/lexer.c:986
2635 #: src/language/lexer/lexer.c:991
2639 #: src/language/lexer/lexer.c:996
2643 #: src/language/lexer/lexer.c:1006
2645 msgid "String of %s digits has %d characters, which is not a multiple of %d."
2648 #: src/language/lexer/lexer.c:1035
2650 msgid "`%c' is not a valid %s digit."
2653 #: src/language/lexer/lexer.c:1066
2654 msgid "Unterminated string constant."
2657 #: src/language/lexer/lexer.c:1120
2658 msgid "Unexpected end of file in string concatenation."
2661 #: src/language/lexer/lexer.c:1128
2662 msgid "String expected following `+'."
2665 #: src/language/lexer/lexer.c:1141
2667 msgid "String exceeds 255 characters in length (%d characters)."
2670 #: src/language/lexer/lexer.c:1156
2672 "Sorry, literal strings may not contain null characters. Replacing with "
2676 #: src/language/lexer/range-parser.c:43
2679 "Low end of range (%g) is below high end (%g). The range will be treated as "
2683 #: src/language/lexer/range-parser.c:51
2685 msgid "Ends of range are equal (%g)."
2688 #: src/language/lexer/range-parser.c:59
2689 msgid "LO or LOWEST must be part of a range."
2692 #: src/language/lexer/range-parser.c:98
2693 msgid "System-missing value is not valid here."
2696 #: src/language/lexer/range-parser.c:106
2697 msgid "expecting number or data string"
2700 #: src/language/lexer/variable-parser.c:49
2701 msgid "expecting variable name"
2704 #: src/language/lexer/variable-parser.c:59
2706 msgid "%s is not a variable name."
2709 #: src/language/lexer/variable-parser.c:147
2712 "%s is not a numeric variable. It will not be included in the variable list."
2715 #: src/language/lexer/variable-parser.c:150
2718 "%s is not a string variable. It will not be included in the variable list."
2721 #: src/language/lexer/variable-parser.c:154
2723 msgid "Scratch variables (such as %s) are not allowed here."
2726 #: src/language/lexer/variable-parser.c:157
2729 "%s and %s are not the same type. All variables in this variable list must "
2730 "be of the same type. %s will be omitted from list."
2733 #: src/language/lexer/variable-parser.c:162
2735 msgid "Variable %s appears twice in variable list."
2738 #: src/language/lexer/variable-parser.c:271
2740 msgid "%s TO %s is not valid syntax since %s precedes %s in the dictionary."
2743 #: src/language/lexer/variable-parser.c:280
2746 "When using the TO keyword to specify several variables, both variables must "
2747 "be from the same variable dictionaries, of either ordinary, scratch, or "
2748 "system variables. %s is a %s variable, whereas %s is %s."
2751 #: src/language/lexer/variable-parser.c:351
2752 msgid "incorrect use of TO convention"
2755 #: src/language/lexer/variable-parser.c:394
2756 msgid "Scratch variables not allowed here."
2759 #: src/language/lexer/variable-parser.c:416
2760 msgid "Prefixes don't match in use of TO convention."
2763 #: src/language/lexer/variable-parser.c:421
2764 msgid "Bad bounds in use of TO convention."
2767 #: src/language/line-buffer.c:246
2769 msgid "Can't find `%s' in include file search path."
2772 #: src/language/line-buffer.c:330
2774 msgid "Closing `%s': %s."
2777 #: src/language/line-buffer.c:441
2779 msgid "%s: Opening as syntax file."
2782 #: src/language/line-buffer.c:446
2784 msgid "Opening `%s': %s."
2787 #: src/language/line-buffer.c:459 src/output/html.c:341
2788 #: src/output/postscript.c:1452
2790 msgid "Reading `%s': %s."
2793 #: src/language/stats/aggregate.c:198
2794 msgid "while expecting COLUMNWISE"
2797 #: src/language/stats/aggregate.c:227
2798 msgid "expecting BREAK"
2801 #: src/language/stats/aggregate.c:232
2803 "When PRESORTED is specified, specifying sorting directions with (A) or (D) "
2804 "has no effect. Output data will be sorted the same way as the input data."
2807 #: src/language/stats/aggregate.c:401
2808 msgid "expecting aggregation function"
2811 #: src/language/stats/aggregate.c:417
2813 msgid "Unknown aggregation function %s."
2816 #: src/language/stats/aggregate.c:469
2818 msgid "Missing argument %d to %s."
2821 #: src/language/stats/aggregate.c:478
2823 msgid "Arguments to %s must be of same type as source variables."
2826 #: src/language/stats/aggregate.c:500
2829 "Number of source variables (%u) does not match number of target variables (%"
2833 #: src/language/stats/aggregate.c:516
2836 "The value arguments passed to the %s function are out-of-order. They will "
2837 "be treated as if they had been specified in the correct order."
2840 #: src/language/stats/aggregate.c:583
2843 "Variable name %s is not unique within the aggregate file dictionary, which "
2844 "contains the aggregate variables and the break variables."
2847 #: src/language/stats/autorecode.c:126
2849 msgid "Source variable count (%u) does not match target variable count (%u)."
2852 #: src/language/stats/autorecode.c:154
2854 msgid "Target variable %s duplicates existing variable %s."
2857 #: src/language/stats/autorecode.c:161
2859 msgid "Duplicate variable name %s among target variables."
2862 #: src/language/stats/crosstabs.q:267
2864 "Missing mode REPORT not allowed in general mode. Assuming MISSING=TABLE."
2867 #: src/language/stats/crosstabs.q:277
2868 msgid "Write mode ALL not allowed in general mode. Assuming WRITE=CELLS."
2871 #: src/language/stats/crosstabs.q:333
2872 msgid "Too many crosstabulation variables or dimensions."
2875 #: src/language/stats/crosstabs.q:343
2876 msgid "expecting BY"
2879 #: src/language/stats/crosstabs.q:410
2880 msgid "VARIABLES must be specified before TABLES."
2883 #: src/language/stats/crosstabs.q:447
2885 msgid "Maximum value (%ld) less than minimum value (%ld)."
2888 #: src/language/stats/crosstabs.q:812
2892 #: src/language/stats/crosstabs.q:814 src/language/stats/examine.q:923
2896 #: src/language/stats/crosstabs.q:815 src/language/stats/examine.q:857
2897 #: src/language/stats/frequencies.q:1144 src/language/stats/frequencies.q:1517
2901 #: src/language/stats/crosstabs.q:816 src/language/stats/examine.q:858
2902 #: src/language/stats/frequencies.q:1212 src/language/stats/frequencies.q:1518
2903 #: src/ui/gui/var-sheet.c:73
2907 #: src/language/stats/crosstabs.q:817 src/language/stats/crosstabs.q:1020
2908 #: src/language/stats/crosstabs.q:1734 src/language/stats/examine.q:859
2909 #: src/language/stats/frequencies.q:1221 src/language/stats/oneway.q:312
2910 #: src/language/stats/oneway.q:475 src/language/stats/regression.q:294
2914 #: src/language/stats/crosstabs.q:827 src/language/stats/examine.q:935
2915 #: src/language/stats/frequencies.q:1516 src/language/stats/oneway.q:398
2916 #: src/language/stats/t-test.q:682 src/language/stats/t-test.q:705
2917 #: src/language/stats/t-test.q:830 src/language/stats/t-test.q:1365
2921 #: src/language/stats/crosstabs.q:828 src/language/stats/examine.q:938
2922 #: src/language/stats/frequencies.q:1148 src/language/stats/frequencies.q:1149
2923 #: src/language/stats/frequencies.q:1150
2927 #: src/language/stats/crosstabs.q:1070
2931 #: src/language/stats/crosstabs.q:1071
2935 #: src/language/stats/crosstabs.q:1072
2939 #: src/language/stats/crosstabs.q:1073
2943 #: src/language/stats/crosstabs.q:1074
2947 #: src/language/stats/crosstabs.q:1075
2951 #: src/language/stats/crosstabs.q:1076
2955 #: src/language/stats/crosstabs.q:1077
2959 #: src/language/stats/crosstabs.q:1110 src/language/stats/crosstabs.q:1137
2960 #: src/language/stats/crosstabs.q:1157 src/language/stats/crosstabs.q:1178
2961 #: src/language/stats/examine.q:1369
2965 #: src/language/stats/crosstabs.q:1112 src/language/stats/oneway.q:285
2966 #: src/language/stats/oneway.q:687 src/language/stats/regression.q:287
2967 #: src/language/stats/t-test.q:980 src/language/stats/t-test.q:1172
2968 #: src/language/stats/t-test.q:1264
2972 #: src/language/stats/crosstabs.q:1114
2973 msgid "Asymp. Sig. (2-sided)"
2976 #: src/language/stats/crosstabs.q:1116
2977 msgid "Exact. Sig. (2-sided)"
2980 #: src/language/stats/crosstabs.q:1118
2981 msgid "Exact. Sig. (1-sided)"
2984 #: src/language/stats/crosstabs.q:1136 src/language/stats/crosstabs.q:1177
2988 #: src/language/stats/crosstabs.q:1139 src/language/stats/crosstabs.q:1181
2989 msgid "Asymp. Std. Error"
2992 #: src/language/stats/crosstabs.q:1140 src/language/stats/crosstabs.q:1182
2996 #: src/language/stats/crosstabs.q:1141 src/language/stats/crosstabs.q:1183
2997 msgid "Approx. Sig."
3000 #: src/language/stats/crosstabs.q:1156
3002 msgid "95%% Confidence Interval"
3005 #: src/language/stats/crosstabs.q:1159 src/language/stats/t-test.q:984
3006 #: src/language/stats/t-test.q:1169 src/language/stats/t-test.q:1267
3010 #: src/language/stats/crosstabs.q:1160 src/language/stats/t-test.q:985
3011 #: src/language/stats/t-test.q:1170 src/language/stats/t-test.q:1268
3015 #: src/language/stats/crosstabs.q:1179 src/ui/gui/var-sheet.c:68
3019 #: src/language/stats/crosstabs.q:1929
3020 msgid "Pearson Chi-Square"
3023 #: src/language/stats/crosstabs.q:1930
3024 msgid "Likelihood Ratio"
3027 #: src/language/stats/crosstabs.q:1931
3028 msgid "Fisher's Exact Test"
3031 #: src/language/stats/crosstabs.q:1932
3032 msgid "Continuity Correction"
3035 #: src/language/stats/crosstabs.q:1933
3036 msgid "Linear-by-Linear Association"
3039 #: src/language/stats/crosstabs.q:1970 src/language/stats/crosstabs.q:2040
3040 #: src/language/stats/crosstabs.q:2099
3041 msgid "N of Valid Cases"
3044 #: src/language/stats/crosstabs.q:1986 src/language/stats/crosstabs.q:2115
3045 msgid "Nominal by Nominal"
3048 #: src/language/stats/crosstabs.q:1987 src/language/stats/crosstabs.q:2116
3049 msgid "Ordinal by Ordinal"
3052 #: src/language/stats/crosstabs.q:1988
3053 msgid "Interval by Interval"
3056 #: src/language/stats/crosstabs.q:1989
3057 msgid "Measure of Agreement"
3060 #: src/language/stats/crosstabs.q:1994
3064 #: src/language/stats/crosstabs.q:1995
3068 #: src/language/stats/crosstabs.q:1996
3069 msgid "Contingency Coefficient"
3072 #: src/language/stats/crosstabs.q:1997
3073 msgid "Kendall's tau-b"
3076 #: src/language/stats/crosstabs.q:1998
3077 msgid "Kendall's tau-c"
3080 #: src/language/stats/crosstabs.q:1999
3084 #: src/language/stats/crosstabs.q:2000
3085 msgid "Spearman Correlation"
3088 #: src/language/stats/crosstabs.q:2001
3092 #: src/language/stats/crosstabs.q:2002
3096 #: src/language/stats/crosstabs.q:2072
3098 msgid "Odds Ratio for %s (%g / %g)"
3101 #: src/language/stats/crosstabs.q:2075
3103 msgid "Odds Ratio for %s (%.*s / %.*s)"
3106 #: src/language/stats/crosstabs.q:2083
3108 msgid "For cohort %s = %g"
3111 #: src/language/stats/crosstabs.q:2086
3113 msgid "For cohort %s = %.*s"
3116 #: src/language/stats/crosstabs.q:2117
3117 msgid "Nominal by Interval"
3120 #: src/language/stats/crosstabs.q:2122
3124 #: src/language/stats/crosstabs.q:2123
3125 msgid "Goodman and Kruskal tau"
3128 #: src/language/stats/crosstabs.q:2124
3129 msgid "Uncertainty Coefficient"
3132 #: src/language/stats/crosstabs.q:2125
3136 #: src/language/stats/crosstabs.q:2126
3140 #: src/language/stats/crosstabs.q:2131
3144 #: src/language/stats/crosstabs.q:2132 src/language/stats/crosstabs.q:2133
3146 msgid "%s Dependent"
3149 #: src/language/stats/descriptives.c:103 src/language/stats/examine.q:1474
3150 #: src/language/stats/frequencies.q:120 src/language/stats/oneway.q:399
3151 #: src/language/stats/t-test.q:683 src/language/stats/t-test.q:706
3152 #: src/language/stats/t-test.q:829 src/language/stats/t-test.q:1166
3156 #: src/language/stats/descriptives.c:104
3160 #: src/language/stats/descriptives.c:105 src/language/stats/frequencies.q:124
3164 #: src/language/stats/descriptives.c:106 src/language/stats/examine.q:1554
3165 #: src/language/stats/frequencies.q:125
3169 #: src/language/stats/descriptives.c:107 src/language/stats/examine.q:1661
3170 #: src/language/stats/frequencies.q:126
3174 #: src/language/stats/descriptives.c:108
3178 #: src/language/stats/descriptives.c:109 src/language/stats/examine.q:1641
3179 #: src/language/stats/frequencies.q:128
3183 #: src/language/stats/descriptives.c:110
3187 #: src/language/stats/descriptives.c:111 src/language/stats/examine.q:1602
3188 #: src/language/stats/frequencies.q:130
3192 #: src/language/stats/descriptives.c:112 src/language/stats/examine.q:1579
3193 #: src/language/stats/frequencies.q:131 src/language/stats/oneway.q:411
3197 #: src/language/stats/descriptives.c:113 src/language/stats/examine.q:1590
3198 #: src/language/stats/frequencies.q:132 src/language/stats/oneway.q:412
3202 #: src/language/stats/descriptives.c:114 src/language/stats/frequencies.q:133
3206 #: src/language/stats/descriptives.c:338
3208 msgid "Z-score variable name %s would be a duplicate variable name."
3211 #: src/language/stats/descriptives.c:440
3212 msgid "expecting statistic name: reverting to default"
3215 #: src/language/stats/descriptives.c:512
3217 "Ran out of generic names for Z-score variables. There are only 126 generic "
3218 "names: ZSC001-ZSC0999, STDZ01-STDZ09, ZZZZ01-ZZZZ09, ZQZQ01-ZQZQ09."
3221 #: src/language/stats/descriptives.c:543
3222 msgid "Mapping of variables to corresponding Z-scores."
3225 #: src/language/stats/descriptives.c:548
3229 #: src/language/stats/descriptives.c:549
3233 #: src/language/stats/descriptives.c:668 src/language/stats/descriptives.c:674
3237 #: src/language/stats/descriptives.c:890
3241 #: src/language/stats/descriptives.c:891
3245 #: src/language/stats/descriptives.c:918
3247 msgid "Valid cases = %g; cases with missing value(s) = %g."
3250 #: src/language/stats/examine.q:478 src/language/stats/examine.q:490
3252 msgid "%s and %s are mutually exclusive"
3255 #: src/language/stats/examine.q:917
3256 msgid "Case Processing Summary"
3259 #: src/language/stats/examine.q:1123
3260 msgid "Extreme Values"
3263 #: src/language/stats/examine.q:1139
3267 #: src/language/stats/examine.q:1224
3271 #: src/language/stats/examine.q:1229
3275 #: src/language/stats/examine.q:1370 src/language/stats/oneway.q:401
3276 #: src/language/stats/oneway.q:685 src/language/stats/regression.q:191
3280 #: src/language/stats/examine.q:1372 src/language/stats/oneway.q:415
3281 msgid "Descriptives"
3284 #: src/language/stats/examine.q:1492 src/language/stats/oneway.q:406
3286 msgid "%g%% Confidence Interval for Mean"
3289 #: src/language/stats/examine.q:1498 src/language/stats/oneway.q:408
3293 #: src/language/stats/examine.q:1509 src/language/stats/oneway.q:409
3297 #: src/language/stats/examine.q:1521
3299 msgid "5%% Trimmed Mean"
3302 #: src/language/stats/examine.q:1532 src/language/stats/frequencies.q:122
3306 #: src/language/stats/examine.q:1566 src/language/stats/oneway.q:400
3307 #: src/language/stats/t-test.q:684 src/language/stats/t-test.q:707
3308 #: src/language/stats/t-test.q:831 src/language/stats/t-test.q:1167
3309 msgid "Std. Deviation"
3312 #: src/language/stats/examine.q:1614
3313 msgid "Interquartile Range"
3316 #: src/language/stats/examine.q:1766
3318 msgid "Boxplot of %s vs. %s"
3321 #: src/language/stats/examine.q:1791
3325 #: src/language/stats/examine.q:1833
3327 msgid "Normal Q-Q Plot of %s"
3330 #: src/language/stats/examine.q:1834 src/language/stats/examine.q:1840
3331 msgid "Observed Value"
3334 #: src/language/stats/examine.q:1835
3335 msgid "Expected Normal"
3338 #: src/language/stats/examine.q:1838
3340 msgid "Detrended Normal Q-Q Plot of %s"
3343 #: src/language/stats/examine.q:1841
3344 msgid "Dev from Normal"
3347 #: src/language/stats/examine.q:1960 src/language/stats/examine.q:1982
3348 #: src/language/stats/frequencies.q:1528
3352 #: src/language/stats/examine.q:2107
3353 msgid "Tukey's Hinges"
3356 #: src/language/stats/flip.c:94
3358 "FLIP ignores TEMPORARY. Temporary transformations will be made permanent."
3361 #: src/language/stats/flip.c:237
3363 msgid "Could not create acceptable variant for variable %s."
3366 #: src/language/stats/flip.c:253
3367 msgid "Cannot create more than 99999 variable names."
3370 #: src/language/stats/flip.c:290
3371 msgid "Could not create temporary file for FLIP."
3374 #: src/language/stats/flip.c:301 src/language/stats/flip.c:371
3376 msgid "Error writing FLIP file: %s."
3379 #: src/language/stats/flip.c:418
3381 msgid "Error rewinding FLIP file: %s."
3384 #: src/language/stats/flip.c:425
3385 msgid "Error creating FLIP source file."
3388 #: src/language/stats/flip.c:437
3390 msgid "Error reading FLIP file: %s."
3393 #: src/language/stats/flip.c:461
3395 msgid "Error seeking FLIP source file: %s."
3398 #: src/language/stats/flip.c:469
3400 msgid "Error writing FLIP source file: %s."
3403 #: src/language/stats/flip.c:484
3405 msgid "Error rewinding FLIP source file: %s."
3408 #: src/language/stats/flip.c:532
3410 msgid "Error reading FLIP temporary file: %s."
3413 #: src/language/stats/flip.c:535
3414 msgid "Unexpected end of file reading FLIP temporary file."
3417 #: src/language/stats/frequencies.q:121
3421 #: src/language/stats/frequencies.q:123
3425 #: src/language/stats/frequencies.q:127
3429 #: src/language/stats/frequencies.q:129
3433 #: src/language/stats/frequencies.q:405
3435 "At most one of BARCHART, HISTOGRAM, or HBAR should be given. HBAR will be "
3436 "assumed. Argument values will be given precedence increasing along the "
3440 #: src/language/stats/frequencies.q:488
3443 "MAX must be greater than or equal to MIN, if both are specified. However, "
3444 "MIN was specified as %g and MAX as %g. MIN and MAX will be ignored."
3447 #: src/language/stats/frequencies.q:811
3449 "Upper limit of integer mode value range must be greater than lower limit."
3452 #: src/language/stats/frequencies.q:824
3454 msgid "Variable %s specified multiple times on VARIABLES subcommand."
3457 #: src/language/stats/frequencies.q:830
3459 msgid "Integer mode specified, but %s is not a numeric variable."
3462 #: src/language/stats/frequencies.q:896
3463 msgid "`)' expected after GROUPED interval list."
3466 #: src/language/stats/frequencies.q:908
3468 msgid "Variables %s specified on GROUPED but not on VARIABLES."
3471 #: src/language/stats/frequencies.q:915
3473 msgid "Variables %s specified multiple times on GROUPED subcommand."
3476 #: src/language/stats/frequencies.q:1145 src/language/stats/frequencies.q:1237
3477 #: src/language/stats/frequencies.q:1238 src/language/stats/frequencies.q:1270
3481 #: src/language/stats/frequencies.q:1147 src/output/charts/plot-hist.c:129
3485 #: src/language/stats/frequencies.q:1167
3489 #: src/language/stats/frequencies.q:1268
3493 #: src/language/stats/frequencies.q:1269 src/language/stats/frequencies.q:1271
3497 #: src/language/stats/frequencies.q:1490
3499 msgid "No valid data for variable %s; statistics not displayed."
3502 #: src/language/stats/means.q:104
3503 msgid "Missing required subcommand TABLES."
3506 #: src/language/stats/means.q:138
3507 msgid "TABLES subcommand may not appear more than once."
3510 #: src/language/stats/oneway.q:175
3511 msgid "Number of contrast coefficients must equal the number of groups"
3514 #: src/language/stats/oneway.q:184
3516 msgid "Coefficients for contrast %d do not total zero"
3519 #: src/language/stats/oneway.q:249
3521 msgid "`%s' is not a variable name"
3524 #: src/language/stats/oneway.q:284 src/language/stats/regression.q:286
3525 msgid "Sum of Squares"
3528 #: src/language/stats/oneway.q:286 src/language/stats/regression.q:288
3532 #: src/language/stats/oneway.q:287 src/language/stats/regression.q:289
3533 #: src/language/stats/t-test.q:977
3537 #: src/language/stats/oneway.q:288 src/language/stats/oneway.q:541
3538 #: src/language/stats/regression.q:194 src/language/stats/regression.q:290
3539 msgid "Significance"
3542 #: src/language/stats/oneway.q:310
3543 msgid "Between Groups"
3546 #: src/language/stats/oneway.q:311
3547 msgid "Within Groups"
3550 #: src/language/stats/oneway.q:358 src/language/stats/regression.q:316
3554 #: src/language/stats/oneway.q:538
3555 msgid "Levene Statistic"
3558 #: src/language/stats/oneway.q:539
3562 #: src/language/stats/oneway.q:540
3566 #: src/language/stats/oneway.q:544
3567 msgid "Test of Homogeneity of Variances"
3570 #: src/language/stats/oneway.q:614
3571 msgid "Contrast Coefficients"
3574 #: src/language/stats/oneway.q:616 src/language/stats/oneway.q:683
3578 #: src/language/stats/oneway.q:681
3579 msgid "Contrast Tests"
3582 #: src/language/stats/oneway.q:684
3583 msgid "Value of Contrast"
3586 #: src/language/stats/oneway.q:686 src/language/stats/regression.q:193
3587 #: src/language/stats/t-test.q:979 src/language/stats/t-test.q:1171
3588 #: src/language/stats/t-test.q:1263
3592 #: src/language/stats/oneway.q:688 src/language/stats/t-test.q:981
3593 #: src/language/stats/t-test.q:1173 src/language/stats/t-test.q:1265
3594 msgid "Sig. (2-tailed)"
3597 #: src/language/stats/oneway.q:732
3598 msgid "Assume equal variances"
3601 #: src/language/stats/oneway.q:736
3602 msgid "Does not assume equal"
3605 #: src/language/stats/rank.q:242
3607 msgid "Variable %s already exists."
3610 #: src/language/stats/rank.q:247
3611 msgid "Too many variables in INTO clause."
3614 #: src/language/stats/regression.q:145
3618 #: src/language/stats/regression.q:146
3622 #: src/language/stats/regression.q:147
3623 msgid "Adjusted R Square"
3626 #: src/language/stats/regression.q:148
3627 msgid "Std. Error of the Estimate"
3630 #: src/language/stats/regression.q:153
3631 msgid "Model Summary"
3634 #: src/language/stats/regression.q:190
3638 #: src/language/stats/regression.q:192
3642 #: src/language/stats/regression.q:195
3646 #: src/language/stats/regression.q:255
3647 msgid "Coefficients"
3650 #: src/language/stats/regression.q:292
3654 #: src/language/stats/regression.q:293
3658 #: src/language/stats/regression.q:371
3662 #: src/language/stats/regression.q:372
3666 #: src/language/stats/regression.q:387
3667 msgid "Coefficient Correlations"
3670 #: src/language/stats/regression.q:885
3671 msgid "Dependent variable must be numeric."
3674 #: src/language/stats/sort-cases.c:61
3675 msgid "Buffer limit must be at least 2."
3678 #: src/language/stats/sort-criteria.c:97
3679 msgid "`A' or `D' expected inside parentheses."
3682 #: src/language/stats/sort-criteria.c:102
3683 msgid "`)' expected."
3686 #: src/language/stats/t-test.q:272
3687 msgid "TESTVAL, GROUPS and PAIRS subcommands are mutually exclusive."
3690 #: src/language/stats/t-test.q:290
3691 msgid "VARIABLES subcommand is not appropriate with PAIRS"
3694 #: src/language/stats/t-test.q:328
3695 msgid "One or more VARIABLES must be specified."
3698 #: src/language/stats/t-test.q:379
3700 msgid "Long string variable %s is not valid here."
3703 #: src/language/stats/t-test.q:399 src/language/stats/t-test.q:414
3705 "When applying GROUPS to a string variable, two values must be specified."
3708 #: src/language/stats/t-test.q:486
3711 "PAIRED was specified but the number of variables preceding WITH (%d) did not "
3712 "match the number following (%d)."
3715 #: src/language/stats/t-test.q:503
3716 msgid "At least two variables must be specified on PAIRS."
3719 #: src/language/stats/t-test.q:680
3720 msgid "One-Sample Statistics"
3723 #: src/language/stats/t-test.q:685 src/language/stats/t-test.q:708
3724 #: src/language/stats/t-test.q:832
3728 #: src/language/stats/t-test.q:702
3729 msgid "Group Statistics"
3732 #: src/language/stats/t-test.q:826
3733 msgid "Paired Sample Statistics"
3736 #: src/language/stats/t-test.q:848 src/language/stats/t-test.q:1192
3737 #: src/language/stats/t-test.q:1382
3742 #: src/language/stats/t-test.q:965
3743 msgid "Independent Samples Test"
3746 #: src/language/stats/t-test.q:973
3747 msgid "Levene's Test for Equality of Variances"
3750 #: src/language/stats/t-test.q:975
3751 msgid "t-test for Equality of Means"
3754 #: src/language/stats/t-test.q:978 src/language/stats/t-test.q:1367
3758 #: src/language/stats/t-test.q:982 src/language/stats/t-test.q:1266
3759 msgid "Mean Difference"
3762 #: src/language/stats/t-test.q:983
3763 msgid "Std. Error Difference"
3766 #: src/language/stats/t-test.q:988 src/language/stats/t-test.q:1163
3767 #: src/language/stats/t-test.q:1258
3769 msgid "%g%% Confidence Interval of the Difference"
3772 #: src/language/stats/t-test.q:1043
3773 msgid "Equal variances assumed"
3776 #: src/language/stats/t-test.q:1095
3777 msgid "Equal variances not assumed"
3780 #: src/language/stats/t-test.q:1153
3781 msgid "Paired Samples Test"
3784 #: src/language/stats/t-test.q:1156
3785 msgid "Paired Differences"
3788 #: src/language/stats/t-test.q:1168
3789 msgid "Std. Error Mean"
3792 #: src/language/stats/t-test.q:1247
3793 msgid "One-Sample Test"
3796 #: src/language/stats/t-test.q:1252
3798 msgid "Test Value = %f"
3801 #: src/language/stats/t-test.q:1362
3802 msgid "Paired Samples Correlations"
3805 #: src/language/stats/t-test.q:1366
3809 #: src/language/stats/t-test.q:1385
3814 #: src/language/tests/moments-test.c:46
3815 msgid "expecting weight value"
3818 #: src/language/utilities/date.c:35
3819 msgid "Only USE ALL is currently implemented."
3822 #: src/language/utilities/include.c:43
3823 msgid "expecting filename"
3826 #: src/language/utilities/permissions.c:77
3828 msgid "Expecting %s or %s."
3831 #: src/language/utilities/permissions.c:110
3833 msgid "Cannot stat %s: %s"
3836 #: src/language/utilities/permissions.c:123
3838 msgid "Cannot change mode of %s: %s"
3841 #: src/language/utilities/set.q:172 src/language/utilities/set.q:174
3842 #: src/language/utilities/set.q:176 src/language/utilities/set.q:178
3843 #: src/language/utilities/set.q:180 src/language/utilities/set.q:182
3844 #: src/language/utilities/set.q:184 src/language/utilities/set.q:186
3845 #: src/language/utilities/set.q:188
3847 msgid "%s is obsolete."
3850 #: src/language/utilities/set.q:191
3852 msgid "%s is not implemented."
3855 #: src/language/utilities/set.q:194
3856 msgid "Active file compression is not implemented."
3859 #: src/language/utilities/set.q:269
3862 "CC%c: Custom currency string `%s' does not contain exactly three periods or "
3863 "commas (not both)."
3866 #: src/language/utilities/set.q:321
3867 msgid "EPOCH must be 1500 or later."
3870 #: src/language/utilities/set.q:328
3871 msgid "expecting AUTOMATIC or year"
3874 #: src/language/utilities/set.q:349
3875 msgid "LENGTH must be at least 1."
3878 #: src/language/utilities/set.q:393
3879 msgid "WIDTH must be at least 40."
3882 #: src/language/utilities/set.q:415
3885 "FORMAT requires numeric output format as an argument. Specified format %s "
3886 "is of type string."
3889 #: src/language/utilities/set.q:472
3890 msgid "BLANKS is SYSMIS."
3893 #: src/language/utilities/set.q:474
3895 msgid "BLANKS is %g."
3898 #: src/language/utilities/set.q:506
3900 msgid "CC%c is \"%s\"."
3903 #: src/language/utilities/set.q:543
3905 msgid "DECIMAL is \"%c\"."
3908 #: src/language/utilities/set.q:549
3910 msgid "ENDCMD is \"%c\"."
3913 #: src/language/utilities/set.q:555
3915 msgid "FORMAT is %s."
3918 #: src/language/utilities/set.q:561
3920 msgid "LENGTH is %d."
3923 #: src/language/utilities/set.q:567
3925 msgid "MXERRS is %d."
3928 #: src/language/utilities/set.q:573
3930 msgid "MXLOOPS is %d."
3933 #: src/language/utilities/set.q:579
3935 msgid "MXWARNS is %d."
3938 #: src/language/utilities/set.q:586
3939 msgid "SCOMPRESSION is ON."
3942 #: src/language/utilities/set.q:588
3943 msgid "SCOMPRESSION is OFF."
3946 #: src/language/utilities/set.q:595
3947 msgid "UNDEFINED is WARN."
3950 #: src/language/utilities/set.q:597
3951 msgid "UNDEFINED is NOWARN."
3954 #: src/language/utilities/set.q:605
3955 msgid "WEIGHT is off."
3958 #: src/language/utilities/set.q:607
3960 msgid "WEIGHT is variable %s."
3963 #: src/language/utilities/set.q:613
3965 msgid "WIDTH is %d."
3968 #: src/language/utilities/title.c:59
3970 msgid "%s before: %s\n"
3973 #: src/language/utilities/title.c:59
3977 #: src/language/utilities/title.c:71
3979 msgid "%s: `.' expected after string."
3982 #: src/language/utilities/title.c:87
3984 msgid "%s after: %s\n"
3987 #: src/language/utilities/title.c:142
3989 msgid "Document entered %s by %s:"
3992 #: src/language/xforms/compute.c:139 src/language/xforms/compute.c:186
3995 "When executing COMPUTE: SYSMIS is not a valid value as an index into vector %"
3999 #: src/language/xforms/compute.c:142 src/language/xforms/compute.c:193
4002 "When executing COMPUTE: %g is not a valid value as an index into vector %s."
4005 #: src/language/xforms/compute.c:327
4007 msgid "There is no vector named %s."
4010 #: src/language/xforms/count.c:120
4011 msgid "Destination cannot be a string variable."
4014 #: src/language/xforms/recode.c:234
4016 "Inconsistent target variable types. Target variables must be all numeric or "
4020 #: src/language/xforms/recode.c:254
4021 msgid "CONVERT requires string input values and numeric output values."
4024 #: src/language/xforms/recode.c:372
4025 msgid "expecting output value"
4028 #: src/language/xforms/recode.c:419
4031 "%u variable(s) cannot be recoded into %u variable(s). Specify the same "
4032 "number of variables as source and target variables."
4035 #: src/language/xforms/recode.c:435
4038 "There is no variable named %s. (All string variables specified on INTO must "
4039 "already exist. Use the STRING command to create a string variable.)"
4042 #: src/language/xforms/recode.c:450
4044 msgid "INTO is required with %s input values and %s output values."
4047 #: src/language/xforms/recode.c:463
4049 msgid "Type mismatch. Cannot store %s data in %s variable %s."
4052 #: src/language/xforms/sample.c:77
4053 msgid "The sampling factor must be between 0 and 1 exclusive."
4056 #: src/language/xforms/sample.c:97
4058 msgid "Cannot sample %d observations from a population of %d."
4061 #: src/language/xforms/select-if.c:105
4062 msgid "The filter variable must be numeric."
4065 #: src/language/xforms/select-if.c:111
4066 msgid "The filter variable may not be scratch."
4069 #: src/language/xforms/select-if.c:143
4070 msgid "Only last instance of this command is in effect."
4073 #: src/libpspp/hash.c:582
4078 #: src/math/percentiles.c:44
4082 #: src/math/percentiles.c:45
4083 msgid "Weighted Average"
4086 #: src/math/percentiles.c:46
4090 #: src/math/percentiles.c:47
4094 #: src/math/percentiles.c:48
4095 msgid "Empirical with averaging"
4098 #: src/math/sort.c:431
4101 "Out of memory. Could not allocate room for minimum of %d cases of %d bytes "
4102 "each. (PSPP workspace is currently restricted to a maximum of %d KB.)"
4106 msgid "Terminating execution of syntax file due to error."
4111 msgid "Errors (%d) exceeds limit (%d)."
4116 msgid "Warnings (%d) exceed limit (%d)."
4119 #: src/message.c:143 src/message.c:150 src/message.c:153
4123 #: src/message.c:144 src/message.c:151 src/message.c:154
4127 #: src/message.c:145 src/message.c:155
4131 #: src/message.c:147 src/message.c:148
4132 msgid "installation error"
4135 #: src/output/ascii.c:235
4137 msgid "ASCII driver initializing as `%s'..."
4140 #: src/output/ascii.c:290
4143 "ascii driver: Area of page excluding margins and headers must be at least 59 "
4144 "characters wide by 15 lines long. Page as configured is only %d characters "
4148 #: src/output/ascii.c:395 src/output/html.c:103 src/output/postscript.c:454
4150 msgid "%s: Initialization complete."
4153 #: src/output/ascii.c:407 src/output/html.c:115 src/output/postscript.c:467
4155 msgid "%s: Beginning closing..."
4158 #: src/output/ascii.c:429 src/output/html.c:120 src/output/postscript.c:486
4160 msgid "%s: Finished closing."
4163 #: src/output/ascii.c:490
4166 "Bad index value for `box' key: syntax is box[INDEX], 0 <= INDEX < %d "
4167 "decimal, with INDEX expressed in base 4."
4170 #: src/output/ascii.c:496
4172 msgid "Duplicate value for key `%s'."
4175 #: src/output/ascii.c:505
4177 msgid "Unknown configuration parameter `%s' for ascii device driver."
4180 #: src/output/ascii.c:518
4183 "Unknown character set `%s'. Valid character sets are `ascii' and `latin1'."
4186 #: src/output/ascii.c:527
4189 "Unknown overstrike style `%s'. Valid overstrike styles are `single' and "
4193 #: src/output/ascii.c:536
4196 "Unknown carriage return style `%s'. Valid carriage return styles are `cr' "
4200 #: src/output/ascii.c:548 src/output/postscript.c:677
4202 msgid "Positive integer required as value for `%s'."
4205 #: src/output/ascii.c:579
4207 msgid "Zero or positive integer required as value for `%s'."
4210 #: src/output/ascii.c:650 src/output/postscript.c:635
4212 msgid "Boolean value expected for %s."
4215 #: src/output/ascii.c:682 src/output/ascii.c:697 src/output/ascii.c:714
4217 msgid "ASCII output driver: %s: %s"
4220 #: src/output/ascii.c:790
4222 msgid "ascii_line_horz: bad hline (%d,%d),%d out of (%d,%d)\n"
4225 #: src/output/ascii.c:824
4227 msgid "ascii_line_vert: bad vline %d,(%d,%d) out of (%d,%d)\n"
4230 #: src/output/ascii.c:854
4232 msgid "ascii_line_intersection: bad intsct (%d,%d) out of (%d,%d)\n"
4235 #: src/output/ascii.c:1002
4237 msgid "%s: horiz=%d, vert=%d\n"
4240 #: src/output/ascii.c:1174
4242 msgid "Writing `%s': %s"
4245 #: src/output/ascii.c:1584 src/output/postscript.c:2099
4247 msgid "%s - Page %d"
4250 #: src/output/ascii.c:1641
4251 msgid "Charts are unsupported with ascii drivers."
4254 #: src/output/charts/plot-hist.c:127
4258 #: src/output/groff-font.c:107
4260 msgid "%s: Opening Groff font file..."
4263 #: src/output/groff-font.c:161
4264 msgid "Missing font name."
4267 #: src/output/groff-font.c:171
4268 msgid "Missing encoding filename."
4271 #: src/output/groff-font.c:184
4272 msgid "Bad spacewidth value."
4275 #: src/output/groff-font.c:196
4276 msgid "Bad slant value."
4279 #: src/output/groff-font.c:221
4281 msgid "Unknown ligature `%s'."
4284 #: src/output/groff-font.c:256
4285 msgid "Unexpected end of line reading character set."
4288 #: src/output/groff-font.c:264
4289 msgid "Can't use ditto mark for first character."
4292 #: src/output/groff-font.c:269
4293 msgid "Can't ditto into an unnamed character."
4296 #: src/output/groff-font.c:286
4298 msgid "Missing metrics for character `%s'."
4301 #: src/output/groff-font.c:295
4303 msgid "Missing type for character `%s'."
4306 #: src/output/groff-font.c:304
4308 msgid "Missing code for character `%s'."
4311 #: src/output/groff-font.c:323
4312 msgid "Malformed kernpair."
4315 #: src/output/groff-font.c:330
4316 msgid "Unexpected end of line reading kernpairs."
4319 #: src/output/groff-font.c:336
4320 msgid "Bad kern value."
4323 #: src/output/groff-font.c:368
4325 msgid "Font read successfully with internal name %s."
4328 #: src/output/groff-font.c:389
4329 msgid "Error reading font."
4332 #: src/output/groff-font.c:402
4333 msgid "installation error: Groff font error: "
4336 #: src/output/groff-font.c:432
4338 msgid "Bad character \\%3o."
4341 #: src/output/groff-font.c:687
4343 msgid "Groff font error: Cannot find \"%s\"."
4346 #: src/output/groff-font.c:752
4348 msgid "%s: Opening Groff description file..."
4351 #: src/output/groff-font.c:768
4352 msgid "Multiple `sizes' declarations."
4355 #: src/output/groff-font.c:785
4356 msgid "Unexpected end of file. Missing 0 terminator to `sizes' command?"
4359 #: src/output/groff-font.c:797 src/output/groff-font.c:804
4360 #: src/output/groff-font.c:817
4361 msgid "Bad argument to `sizes'."
4364 #: src/output/groff-font.c:809
4365 msgid "Bad range in argument to `sizes'."
4368 #: src/output/groff-font.c:838
4369 msgid "Family name expected."
4372 #: src/output/groff-font.c:843
4373 msgid "This command already specified."
4376 #: src/output/groff-font.c:863
4378 msgid "%s: Device characteristic already defined."
4381 #: src/output/groff-font.c:869
4383 msgid "%s: Invalid numeric format."
4386 #: src/output/groff-font.c:899
4387 msgid "Missing `res', `unitwidth', and/or `sizes' line(s)."
4390 #: src/output/groff-font.c:925
4391 msgid "Description file read successfully."
4394 #: src/output/groff-font.c:957
4395 msgid "Error reading description file."
4398 #: src/output/groff-font.c:1014
4399 msgid "<<fallback>>"
4402 #: src/output/html.c:67
4404 msgid "HTML driver initializing as `%s'..."
4407 #: src/output/html.c:171
4409 msgid "Unknown configuration parameter `%s' for HTML device driver."
4412 #: src/output/html.c:251
4414 "Cannot find HTML prologue. The use of `-vv' on the command line is "
4415 "suggested as a debugging aid."
4418 #: src/output/html.c:256
4420 msgid "%s: %s: Opening HTML prologue..."
4423 #: src/output/html.c:280 src/output/postscript.c:1350
4424 #: src/output/postscript.c:1361
4428 #: src/output/html.c:289 src/output/html.c:292 src/output/postscript.c:1357
4429 #: src/output/postscript.c:1362
4433 #: src/output/html.c:350
4435 msgid "%s: HTML prologue read successfully."
4438 #: src/output/html.c:354
4440 msgid "%s: Error reading HTML prologue."
4443 #: src/output/html.c:382
4445 msgid "HTML output driver: %s: %s"
4448 #: src/output/output.c:160
4450 msgid "Unknown output driver `%s'."
4453 #: src/output/output.c:162
4455 msgid "Output driver `%s' referenced but never defined."
4458 #: src/output/output.c:255
4459 msgid "Using default output driver configuration."
4462 #: src/output/output.c:288
4464 "Cannot find output initialization file. Use `-vvvvv' to view search path."
4467 #: src/output/output.c:293
4469 msgid "%s: Opening device description file..."
4472 #: src/output/output.c:297 src/output/output.c:1205
4473 #: src/output/postscript.c:1095
4475 msgid "Opening %s: %s."
4478 #: src/output/output.c:308 src/output/output.c:1216
4479 #: src/output/postscript.c:1110
4481 msgid "Reading %s: %s."
4484 #: src/output/output.c:330 src/output/output.c:497
4485 msgid "Syntax error."
4488 #: src/output/output.c:340 src/output/postscript.c:1121
4490 msgid "Closing %s: %s."
4493 #: src/output/output.c:347
4494 msgid "Device definition file read successfully."
4497 #: src/output/output.c:349
4498 msgid "No output drivers are active."
4501 #: src/output/output.c:352
4502 msgid "Error reading device definition file."
4505 #: src/output/output.c:469
4512 #: src/output/output.c:598
4513 msgid "Syntax error in string constant."
4516 #: src/output/output.c:630
4517 msgid "Syntax error in options."
4520 #: src/output/output.c:640
4521 msgid "Syntax error in options (`=' expected)."
4524 #: src/output/output.c:647
4525 msgid "Syntax error in options (value expected after `=')."
4528 #: src/output/output.c:744
4530 msgid "Unknown output driver class `%s'."
4533 #: src/output/output.c:751
4535 msgid "Can't initialize output driver class `%s'."
4538 #: src/output/output.c:758
4540 msgid "Can't initialize output driver `%s' of class `%s'."
4543 #: src/output/output.c:780
4545 msgid "Unknown device type `%s'."
4548 #: src/output/output.c:793
4550 msgid "Can't complete initialization of output driver `%s' of class `%s'."
4553 #: src/output/output.c:839
4554 msgid "Driver definition line contains fewer fields than expected"
4557 #: src/output/output.c:876
4559 msgid "Can't deinitialize output driver class `%s'."
4562 #: src/output/output.c:949
4564 msgid "Trying to find keyword `%s'...\n"
4567 #: src/output/output.c:1066
4569 msgid "Unit \"%s\" is unknown in dimension \"%s\"."
4572 #: src/output/output.c:1081
4574 msgid "Bad dimension \"%s\"."
4577 #: src/output/output.c:1107
4579 msgid "`x' expected in paper size `%s'."
4582 #: src/output/output.c:1117
4584 msgid "Trailing garbage `%s' on paper size `%s'."
4587 #: src/output/output.c:1166
4588 msgid "Paper size name must not be empty."
4591 #: src/output/output.c:1197
4592 msgid "Cannot find `papersize' configuration file."
4595 #: src/output/output.c:1201
4597 msgid "%s: Opening paper size definition file..."
4600 #: src/output/output.c:1243
4601 msgid "Syntax error in paper size definition."
4604 #: src/output/output.c:1272
4605 msgid "Paper size definition file read successfully."
4608 #: src/output/output.c:1274
4609 msgid "Error reading paper size definition file."
4612 #: src/output/output.c:1330
4614 msgid "Error closing page on %s device of %s class."
4617 #: src/output/output.c:1334
4619 msgid "Error opening page on %s device of %s class."
4622 #: src/output/postscript.c:319
4624 msgid "PostScript driver initializing as `%s'..."
4627 #: src/output/postscript.c:443
4630 "PostScript driver: The defined page is not long enough to hold margins and "
4631 "headers, plus least 15 lines of the default fonts. In fact, there's only "
4632 "room for %d lines of each font at the default size of %d.%03d points."
4635 #: src/output/postscript.c:573
4637 msgid "Unknown configuration parameter `%s' for PostScript device driver."
4640 #: src/output/postscript.c:589
4643 "Unknown orientation `%s'. Valid orientations are `portrait' and `landscape'."
4646 #: src/output/postscript.c:601
4648 "Unknown value for `data'. Valid values are `clean7bit', `clean8bit', and "
4652 #: src/output/postscript.c:610
4653 msgid "Unknown value for `line-ends'. Valid values are `lf' and `crlf'."
4656 #: src/output/postscript.c:619
4657 msgid "Unknown value for `line-style'. Valid values are `thick' and `double'."
4660 #: src/output/postscript.c:682
4663 "Default font size must be at least 1 point (value of 1000 for key `%s')."
4666 #: src/output/postscript.c:714
4668 msgid "Value for `%s' must be a dimension of positive length (i.e., `1in')."
4671 #: src/output/postscript.c:778
4673 msgid "Nonnegative integer required as value for `%s'."
4676 #: src/output/postscript.c:904
4678 msgid "%s: %s: Opening PostScript font encoding..."
4681 #: src/output/postscript.c:910
4684 "PostScript driver: Cannot open encoding file `%s': %s. Substituting "
4685 "ISOLatin1Encoding for missing encoding."
4688 #: src/output/postscript.c:952
4689 msgid "PostScript driver: Invalid numeric format."
4692 #: src/output/postscript.c:957
4695 "PostScript driver: Codes must be between 0 and 255. (%d is not allowed.)"
4698 #: src/output/postscript.c:993
4700 msgid "PostScript driver: Error closing encoding file `%s'."
4703 #: src/output/postscript.c:996
4705 msgid "%s: PostScript font encoding read successfully."
4708 #: src/output/postscript.c:1090
4710 msgid "%s: %s: Opening PostScript encoding list file."
4713 #: src/output/postscript.c:1123
4715 msgid "%s: PostScript encoding list file read successfully."
4718 #: src/output/postscript.c:1137
4719 msgid "<<default encoding>>"
4722 #: src/output/postscript.c:1294
4724 "Cannot find PostScript prologue. The use of `-vv' on the command line is "
4725 "suggested as a debugging aid."
4728 #: src/output/postscript.c:1299
4730 msgid "%s: %s: Opening PostScript prologue..."
4733 #: src/output/postscript.c:1465
4735 msgid "%s: PostScript prologue read successfully."
4738 #: src/output/postscript.c:1469
4740 msgid "%s: Error reading PostScript prologue."
4743 #: src/output/postscript.c:1639
4745 msgid "PostScript output driver: %s: %s"
4748 #: src/output/postscript.c:2338
4750 msgid "PostScript driver: Cannot find encoding `%s' for PostScript font `%s'."
4753 #: src/output/table.c:259
4755 msgid "bad vline: x=%d+%d=%d y=(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
4758 #: src/output/table.c:334
4761 "bad box: (%d+%d=%d,%d+%d=%d)-(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
4764 #: src/ui/gui/menu-actions.c:58
4768 #: src/ui/gui/menu-actions.c:60
4769 msgid "PSPP Data Editor"
4772 #: src/ui/gui/menu-actions.c:105
4776 #: src/ui/gui/menu-actions.c:114
4777 msgid "System Files (*.sav)"
4780 #: src/ui/gui/menu-actions.c:120
4781 msgid "Portable Files (*.por) "
4784 #: src/ui/gui/menu-actions.c:126
4788 #: src/ui/gui/menu-actions.c:223
4789 msgid "Save Data As"
4792 #: src/ui/gui/menu-actions.c:459
4793 msgid "Font Selection"
4796 #: src/ui/gui/message-dialog.c:75
4797 msgid "Script Error"
4800 #: src/ui/gui/message-dialog.c:80
4801 msgid "Installation Error"
4804 #: src/ui/gui/message-dialog.c:85
4805 msgid "Data File Error"
4808 #: src/ui/gui/message-dialog.c:92
4812 #: src/ui/gui/message-dialog.c:153
4813 msgid "Terminating NOW due to fatal error"
4816 #: src/ui/gui/missing-val-dialog.c:112 src/ui/gui/missing-val-dialog.c:157
4817 msgid "Incorrect value for variable type"
4820 #: src/ui/gui/missing-val-dialog.c:132 src/ui/gui/missing-val-dialog.c:139
4821 msgid "Incorrect range specification"
4824 #: src/ui/gui/psppire-data-store.c:638
4828 #: src/ui/gui/psppire-var-store.c:419
4832 #: src/ui/gui/psppire-var-store.c:424
4836 #: src/ui/gui/psppire-var-store.c:425
4840 #: src/ui/gui/psppire-var-store.c:426
4844 #: src/ui/gui/psppire-var-store.c:427
4848 #: src/ui/gui/psppire-var-store.c:428
4852 #: src/ui/gui/psppire-var-store.c:429
4856 #: src/ui/gui/var-sheet.c:67
4860 #: src/ui/gui/var-sheet.c:69
4864 #: src/ui/gui/var-sheet.c:70
4868 #: src/ui/gui/var-sheet.c:72
4872 #: src/ui/gui/var-sheet.c:75
4876 #: src/ui/gui/var-sheet.c:76
4880 #: src/ui/gui/var-sheet.c:99
4884 #: src/ui/gui/var-sheet.c:100
4888 #: src/ui/gui/var-sheet.c:101
4892 #: src/ui/gui/var-sheet.c:106
4896 #: src/ui/gui/var-sheet.c:107
4900 #: src/ui/gui/var-sheet.c:108
4904 #: src/ui/terminal/command-line.c:213
4907 "PSPP, a program for statistical analysis of sample data.\n"
4909 "Usage: %s [OPTION]... FILE...\n"
4911 "If a long option shows an argument as mandatory, then it is mandatory\n"
4912 "for the equivalent short option also. Similarly for optional arguments.\n"
4915 " -a, --algorithm={compatible|enhanced}\n"
4916 " set to `compatible' if you want output\n"
4917 " calculated from broken algorithms\n"
4918 " -B, --config-dir=DIR set configuration directory to DIR\n"
4919 " -o, --device=DEVICE select output driver DEVICE and disable "
4921 " -d, --define=VAR[=VALUE] set environment variable VAR to VALUE, or empty\n"
4922 " -u, --undef=VAR undefine environment variable VAR\n"
4924 "Input and output:\n"
4925 " -f, --out-file=FILE send output to FILE (overwritten)\n"
4926 " -p, --pipe read script from stdin, send output to stdout\n"
4927 " -I-, --no-include clear include path\n"
4928 " -I, --include=DIR append DIR to include path\n"
4930 "Language modifiers:\n"
4931 " -i, --interactive interpret scripts in interactive mode\n"
4932 " -n, --edit just check syntax; don't actually run the code\n"
4933 " -r, --no-statrc disable execution of .pspp/rc at startup\n"
4934 " -s, --safer don't allow some unsafe operations\n"
4935 " -x, --syntax={compatible|enhanced}\n"
4936 " set to `compatible' if you want only to accept\n"
4937 " spss compatible syntax\n"
4939 "Informative output:\n"
4940 " -h, --help print this help, then exit\n"
4941 " -l, --list print a list of known driver classes, then exit\n"
4942 " -V, --version show PSPP version, then exit\n"
4943 " -v, --verbose increments verbosity level\n"
4945 "Non-option arguments:\n"
4946 " FILE syntax file to execute\n"
4947 " KEY=VALUE overrides macros in output initialization file\n"
4951 #: src/ui/terminal/command-line.c:249
4955 "Report bugs to <%s>.\n"
4958 #: src/ui/terminal/main.c:154
4959 msgid "This command not executed. Stopping here to avoid cascading failures."
4962 #: src/ui/terminal/main.c:164
4963 msgid "This command not executed."
4966 #: src/ui/terminal/main.c:168
4968 "Skipping the rest of this command. Part of this command may have been "
4972 #: src/ui/terminal/main.c:173
4974 "Skipping the rest of this command. This command was fully executed up to "
4978 #: src/ui/terminal/main.c:178
4980 "Trailing garbage was encountered following this command. The command was "
4981 "fully executed to this point."
4984 #: src/ui/terminal/main.c:194
4985 msgid "The rest of this command has been discarded."
4988 #~ msgid "Text color must be in range 0-15."
4989 #~ msgstr "Text colour must be in range 0-15."
4991 #~ msgid "Background color must be in range 0-7."
4992 #~ msgstr "Background colour must be in range 0-7."
4994 #~ msgid "Border color must be in range 0-7."
4995 #~ msgstr "Border colour must be in range 0-7."
4997 #~ msgid "Lower window color must be between 0 and 6."
4998 #~ msgstr "Lower window colour must be between 0 and 6."
5000 #~ msgid "Upper window color must be between 0 and 6."
5001 #~ msgstr "Upper window colour must be between 0 and 6."
5003 #~ msgid "Frame color must be between 0 and 6."
5004 #~ msgstr "Frame colour must be between 0 and 6."
5007 #~ msgid "Week argument to WKYR must be in range 0 to 53."
5008 #~ msgstr "Text colour must be in range 0-15."
5011 #~ msgid "Percentiles must be between 0 and 100."
5012 #~ msgstr "Frame colour must be between 0 and 6."