1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: pspp-dev@gnu.org\n"
11 "POT-Creation-Date: 2007-10-17 20:48+0800\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20 #: src/data/any-reader.c:57
22 msgid "An error occurred while opening \"%s\": %s."
25 #: src/data/any-reader.c:93
27 msgid "\"%s\" is not a system or portable file."
30 #: src/data/any-reader.c:99 src/data/any-writer.c:63
31 msgid "The inline file is not allowed here."
34 #: src/data/calendar.c:81
36 msgid "Month %d is not in acceptable range of 0 to 13."
39 #: src/data/calendar.c:89
41 msgid "Day %d is not in acceptable range of 0 to 31."
44 #: src/data/calendar.c:96
46 msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15."
49 #: src/data/casereader-filter.c:221
51 "At least one case in the data read had a weight value that was user-missing, "
52 "system-missing, zero, or negative. These case(s) were ignored."
55 #: src/data/case-tmpfile.c:57
56 msgid "failed to create temporary file"
59 #: src/data/case-tmpfile.c:131
60 msgid "seeking in temporary file"
63 #: src/data/case-tmpfile.c:153
64 msgid "reading temporary file"
67 #: src/data/case-tmpfile.c:155
68 msgid "unexpected end of file reading temporary file"
71 #: src/data/case-tmpfile.c:175
72 msgid "writing to temporary file"
75 #: src/data/data-in.c:267 src/data/data-in.c:457
76 msgid "Field contents are not numeric."
79 #: src/data/data-in.c:269 src/data/data-in.c:459
80 msgid "Number followed by garbage."
83 #: src/data/data-in.c:280
84 msgid "Invalid numeric syntax."
87 #: src/data/data-in.c:289 src/data/data-in.c:472
88 msgid "Too-large number set to system-missing."
91 #: src/data/data-in.c:294 src/data/data-in.c:477
92 msgid "Too-small number set to zero."
95 #: src/data/data-in.c:320
96 msgid "All characters in field must be digits."
99 #: src/data/data-in.c:343
100 msgid "Unrecognized character in field."
103 #: src/data/data-in.c:367 src/data/data-in.c:631
104 msgid "Field must have even length."
107 #: src/data/data-in.c:372 src/data/data-in.c:637
108 msgid "Field must contain only hex digits."
111 #: src/data/data-in.c:676 src/data/data-in.c:723
112 msgid "Syntax error in date field."
115 #: src/data/data-in.c:692
117 msgid "Day (%ld) must be between 1 and 31."
120 #: src/data/data-in.c:739
121 msgid "Delimiter expected between fields in date."
124 #: src/data/data-in.c:813
126 "Unrecognized month format. Months may be specified as Arabic or Roman "
127 "numerals or as at least 3 letters of their English names."
130 #: src/data/data-in.c:840
132 msgid "Year (%ld) must be between 1582 and 19999."
135 #: src/data/data-in.c:852
137 msgid "Trailing garbage \"%.*s\" following date."
140 #: src/data/data-in.c:868
141 msgid "Julian day must have exactly three digits."
144 #: src/data/data-in.c:873
146 msgid "Julian day (%ld) must be between 1 and 366."
149 #: src/data/data-in.c:897
151 msgid "Quarter (%ld) must be between 1 and 4."
154 #: src/data/data-in.c:917
156 msgid "Week (%ld) must be between 1 and 53."
159 #: src/data/data-in.c:930
160 msgid "Delimiter expected between fields in time."
163 #: src/data/data-in.c:950
165 msgid "Minute (%ld) must be between 0 and 59."
168 #: src/data/data-in.c:990
170 "Unrecognized weekday name. At least the first two letters of an English "
171 "weekday name must be specified."
174 #: src/data/data-in.c:1128
176 msgid "`%c' expected in date field."
179 #: src/data/data-in.c:1169
184 #: src/data/data-in.c:1171
186 msgid "columns %d-%d"
189 #: src/data/data-in.c:1175
194 #: src/data/data-out.c:466
196 msgid "Weekday number %f is not between 1 and 7."
199 #: src/data/data-out.c:487
201 msgid "Month number %f is not between 1 and 12."
204 #: src/data/dictionary.c:747
206 "At least one case in the data file had a weight value that was user-missing, "
207 "system-missing, zero, or negative. These case(s) were ignored."
210 #: src/data/dictionary.c:1048
212 msgid "Truncating document line to %d bytes."
215 #: src/data/file-handle-def.c:314
217 msgid "Can't open %s as a %s because it is already open as a %s."
220 #: src/data/file-handle-def.c:321
222 msgid "Can't open %s as a %s for %s because it is already open for %s."
225 #: src/data/file-handle-def.c:329
227 msgid "Can't re-open %s as a %s for %s."
230 #: src/data/file-name.c:130
232 msgid "searching for \"%s\" in path \"%s\""
235 #: src/data/file-name.c:144
237 msgid "...found \"%s\""
240 #: src/data/file-name.c:151
244 #: src/data/file-name.c:241
246 msgid "Not opening pipe file `%s' because SAFER option set."
249 #: src/data/format.c:226
253 #: src/data/format.c:226
254 msgid "Output format"
257 #: src/data/format.c:235
259 msgid "Format %s may not be used for input."
262 #: src/data/format.c:242
264 msgid "%s specifies width %d, but %s requires an even width."
267 #: src/data/format.c:251
269 msgid "%s %s specifies width %d, but %s requires a width between %d and %d."
272 #: src/data/format.c:260
274 msgid "%s %s specifies %d decimal place, but %s does not allow any decimals."
276 "%s %s specifies %d decimal places, but %s does not allow any decimals."
280 #: src/data/format.c:271
283 "%s %s specifies %d decimal place, but the given width allows at most %d "
286 "%s %s specifies %d decimal places, but the given width allows at most %d "
291 #: src/data/format.c:278
294 "%s %s specifies %d decimal place, but the given width does not allow for any "
297 "%s %s specifies %d decimal places, but the given width does not allow for "
302 #: src/data/format.c:317
304 msgid "%s variables are not compatible with %s format %s."
307 #: src/data/format.c:318 src/data/sys-file-reader.c:630
308 #: src/ui/gui/data-editor.glade:1285 src/ui/gui/psppire.glade:2176
309 #: src/ui/gui/psppire-var-store.c:493
313 #: src/data/format.c:318 src/data/sys-file-reader.c:630
314 #: src/ui/gui/data-editor.glade:1174 src/ui/gui/psppire.glade:2131
315 #: src/ui/gui/psppire-var-store.c:486
319 #: src/data/format.c:319 src/data/sys-file-reader.c:1105
320 #: src/data/sys-file-reader.c:1107
321 #: src/language/dictionary/apply-dictionary.c:76
322 #: src/language/dictionary/apply-dictionary.c:77
323 #: src/language/xforms/recode.c:471 src/language/xforms/recode.c:472
324 #: src/language/xforms/recode.c:484 src/language/xforms/recode.c:485
328 #: src/data/format.c:319 src/data/sys-file-reader.c:1105
329 #: src/data/sys-file-reader.c:1107
330 #: src/language/dictionary/apply-dictionary.c:76
331 #: src/language/dictionary/apply-dictionary.c:77
332 #: src/language/xforms/recode.c:471 src/language/xforms/recode.c:472
333 #: src/language/xforms/recode.c:484 src/language/xforms/recode.c:485
337 #: src/data/format.c:337
339 msgid "String variable with width %d is not compatible with format %s."
342 #: src/data/make-file.c:58
344 msgid "%s: Creating temporary file: %s."
347 #: src/data/make-file.c:100
349 msgid "%s: Creating file: %s."
352 #: src/data/por-file-reader.c:96
354 msgid "portable file %s corrupt at offset 0x%lx: "
357 #: src/data/por-file-reader.c:125
359 msgid "reading portable file %s at offset 0x%lx: "
362 #: src/data/por-file-reader.c:153
364 msgid "Error closing portable file \"%s\": %s."
367 #: src/data/por-file-reader.c:205
368 msgid "unexpected end of file"
371 #: src/data/por-file-reader.c:267
374 "An error occurred while opening \"%s\" for reading as a portable file: %s."
377 #: src/data/por-file-reader.c:288
378 msgid "Data record expected."
381 #: src/data/por-file-reader.c:370
382 msgid "Number expected."
385 #: src/data/por-file-reader.c:398
386 msgid "Missing numeric terminator."
389 #: src/data/por-file-reader.c:421
390 msgid "Invalid integer."
393 #: src/data/por-file-reader.c:432
395 msgid "Bad string length %d."
398 #: src/data/por-file-reader.c:493
400 msgid "%s: Not a portable file."
403 #: src/data/por-file-reader.c:509
405 msgid "Unrecognized version code `%c'."
408 #: src/data/por-file-reader.c:518
410 msgid "Bad date string length %zu."
413 #: src/data/por-file-reader.c:520
415 msgid "Bad time string length %zu."
418 #: src/data/por-file-reader.c:562
421 "%s: Bad format specifier byte (%d). Variable will be assigned a default "
425 #: src/data/por-file-reader.c:583
427 msgid "Numeric variable %s has invalid format specifier %s."
430 #: src/data/por-file-reader.c:587
432 msgid "String variable %s with width %d has invalid format specifier %s."
435 #: src/data/por-file-reader.c:611
436 msgid "Expected variable count record."
439 #: src/data/por-file-reader.c:615
441 msgid "Invalid number of variables %d."
444 #: src/data/por-file-reader.c:625
446 msgid "Weight variable name (%s) truncated."
449 #: src/data/por-file-reader.c:640
450 msgid "Expected variable record."
453 #: src/data/por-file-reader.c:644
455 msgid "Invalid variable width %d."
458 #: src/data/por-file-reader.c:652
460 msgid "Invalid variable name `%s' in position %d."
463 #: src/data/por-file-reader.c:656
465 msgid "Bad width %d for variable %s."
468 #: src/data/por-file-reader.c:671
470 msgid "Duplicate variable name %s in position %d."
473 #: src/data/por-file-reader.c:672
475 msgid "Duplicate variable name %s in position %d renamed to %s."
478 #: src/data/por-file-reader.c:715
480 msgid "Weighting variable %s not present in dictionary."
483 #: src/data/por-file-reader.c:762
485 msgid "Unknown variable %s while parsing value labels."
488 #: src/data/por-file-reader.c:765
491 "Cannot assign value labels to %s and %s, which have different variable types."
494 #: src/data/por-file-writer.c:126
497 "An error occurred while opening \"%s\" for writing as a portable file: %s."
500 #: src/data/por-file-writer.c:154
502 msgid "Invalid decimal digits count %d. Treating as %d."
505 #: src/data/por-file-writer.c:492
507 msgid "An I/O error occurred writing portable file \"%s\"."
510 #: src/data/scratch-reader.c:50
513 "Scratch file handle %s has not yet been written, using SAVE or another "
514 "procedure, so it cannot yet be used for reading."
517 #: src/data/short-names.c:71
518 msgid "Variable suffix too large."
521 #: src/data/sys-file-reader.c:211
523 msgid "Error opening \"%s\" for reading as a system file: %s."
526 #: src/data/sys-file-reader.c:241
527 msgid "Misplaced type 4 record."
530 #: src/data/sys-file-reader.c:252
532 msgid "Unrecognized record type %d."
535 #: src/data/sys-file-reader.c:291
537 msgid "File header claims %d variable positions but %d were read from file."
540 #: src/data/sys-file-reader.c:325
542 msgid "Error closing system file \"%s\": %s."
545 #: src/data/sys-file-reader.c:390 src/data/sys-file-reader.c:400
546 msgid "This is not an SPSS system file."
549 #: src/data/sys-file-reader.c:419
552 "Compression bias (%g) is not the usual value of 100, or system file uses "
553 "unrecognized floating-point format."
556 #: src/data/sys-file-reader.c:488
558 msgid "Invalid variable name `%s'."
561 #: src/data/sys-file-reader.c:492
563 msgid "Bad variable width %d."
566 #: src/data/sys-file-reader.c:496
568 msgid "Duplicate variable name `%s' within system file."
571 #: src/data/sys-file-reader.c:504
572 msgid "Variable label indicator field is not 0 or 1."
575 #: src/data/sys-file-reader.c:512
577 msgid "Variable %s has label of invalid length %zu."
580 #: src/data/sys-file-reader.c:531
581 msgid "Numeric missing value indicator field is not -3, -2, 0, 1, 2, or 3."
584 #: src/data/sys-file-reader.c:546
585 msgid "String missing value indicator field is not 0, 1, 2, or 3."
588 #: src/data/sys-file-reader.c:556
590 msgid "Long string variable %s may not have missing values."
593 #: src/data/sys-file-reader.c:577
594 msgid "Missing string continuation record."
597 #: src/data/sys-file-reader.c:611
599 msgid "Unknown variable format %<PRIu8>."
602 #: src/data/sys-file-reader.c:629
604 msgid "%s variable %s has invalid %s format %s."
607 #: src/data/sys-file-reader.c:632
611 #: src/data/sys-file-reader.c:632
615 #: src/data/sys-file-reader.c:636
616 msgid "Suppressing further invalid format warnings."
619 #: src/data/sys-file-reader.c:654
620 msgid "Weighting variable must be numeric."
623 #: src/data/sys-file-reader.c:668
624 msgid "Multiple type 6 (document) records."
627 #: src/data/sys-file-reader.c:672
629 msgid "Number of document lines (%d) must be greater than 0."
632 #: src/data/sys-file-reader.c:680
633 msgid "Document line contains null byte."
636 #: src/data/sys-file-reader.c:747
638 msgid "Unrecognized record type 7, subtype %d."
641 #: src/data/sys-file-reader.c:772
643 msgid "Bad size (%zu) or count (%zu) field on record type 7, subtype 3."
646 #: src/data/sys-file-reader.c:792
649 "Floating-point representation indicated by system file (%d) differs from "
653 #: src/data/sys-file-reader.c:805
654 msgid "little-endian"
657 #: src/data/sys-file-reader.c:805
661 #: src/data/sys-file-reader.c:806
664 "Integer format indicated by system file (%s) differs from expected (%s)."
667 #: src/data/sys-file-reader.c:822
669 msgid "Bad size (%zu) or count (%zu) on extension 4."
672 #: src/data/sys-file-reader.c:826
674 msgid "File specifies unexpected value %g as SYSMIS."
677 #: src/data/sys-file-reader.c:828
679 msgid "File specifies unexpected value %g as HIGHEST."
682 #: src/data/sys-file-reader.c:830
684 msgid "File specifies unexpected value %g as LOWEST."
687 #: src/data/sys-file-reader.c:844
689 msgid "Bad size (%zu) or count (%zu) on extension 11."
692 #: src/data/sys-file-reader.c:867
693 msgid "Invalid variable display parameters. Default parameters substituted."
696 #: src/data/sys-file-reader.c:906
698 msgid "Long variable mapping from %s to invalid variable name `%s'."
701 #: src/data/sys-file-reader.c:916
703 msgid "Duplicate long variable name `%s' within system file."
706 #: src/data/sys-file-reader.c:971
708 msgid "%s listed as string of invalid length %s in very length string record."
711 #: src/data/sys-file-reader.c:981
714 "%s listed in very long string record with width %s, which requires only one "
718 #: src/data/sys-file-reader.c:987
720 msgid "Very long string %s overflows dictionary."
723 #: src/data/sys-file-reader.c:1001
726 "Very long string with width %ld has segment %d of width %d (expected %d)"
729 #: src/data/sys-file-reader.c:1046
731 msgid "Invalid number of labels: %d. Ignoring labels."
734 #: src/data/sys-file-reader.c:1077
736 "Variable index record (type 4) does not immediately follow value label "
737 "record (type 3) as it should."
740 #: src/data/sys-file-reader.c:1084
743 "Number of variables associated with a value label (%d) is not between 1 and "
744 "the number of variables (%zu)."
747 #: src/data/sys-file-reader.c:1094
749 msgid "Value labels are not allowed on long string variables (%s)."
752 #: src/data/sys-file-reader.c:1101
755 "Variables associated with value label are not all of identical type. "
756 "Variable %s is %s, but variable %s is %s."
759 #: src/data/sys-file-reader.c:1134
761 msgid "Duplicate value label for %g on %s."
764 #: src/data/sys-file-reader.c:1137
766 msgid "Duplicate value label for \"%.*s\" on %s."
769 #: src/data/sys-file-reader.c:1215
770 msgid "File ends in partial case."
773 #: src/data/sys-file-reader.c:1223
775 msgid "Error reading case from file %s."
778 #: src/data/sys-file-reader.c:1320 src/data/sys-file-reader.c:1356
779 msgid "Compressed data is corrupt."
782 #: src/data/sys-file-reader.c:1443
784 msgid "Variable index %d not in valid range 1...%d."
787 #: src/data/sys-file-reader.c:1448
789 msgid "Variable index %d refers to long string continuation."
792 #: src/data/sys-file-reader.c:1534
794 msgid "Suppressed %d additional variable map warnings."
797 #: src/data/sys-file-reader.c:1547
799 msgid "Variable map refers to unknown variable %s."
802 #: src/data/sys-file-reader.c:1623
804 msgid "System error: %s."
807 #: src/data/sys-file-reader.c:1625
808 msgid "Unexpected end of file."
811 #: src/data/sys-file-writer.c:160
813 msgid "Unknown system file version %d. Treating as version %d."
816 #: src/data/sys-file-writer.c:176
818 msgid "Error opening \"%s\" for writing as a system file: %s."
821 #: src/data/sys-file-writer.c:725
823 msgid "An I/O error occurred writing system file \"%s\"."
826 #: src/data/variable.c:231
829 "Character `%c' (in %s) may not appear as the first character in a variable "
833 #: src/data/variable.c:243
835 msgid "Character `%c' (in %s) may not appear in a variable name."
838 #: src/data/variable.c:271
839 msgid "Variable name cannot be empty string."
842 #: src/data/variable.c:277
844 msgid "Variable name %s exceeds %d-character limit."
847 #: src/data/variable.c:285
849 msgid "`%s' may not be used as a variable name because it is a reserved word."
852 #: src/data/variable.c:1003
856 #: src/data/variable.c:1005
860 #: src/data/variable.c:1007
864 #: src/language/command.c:208
866 msgid "%s is unimplemented."
869 #: src/language/command.c:214
871 msgid "%s may be used only in testing mode."
874 #: src/language/command.c:220
876 msgid "%s may be used only in enhanced syntax mode."
879 #: src/language/command.c:248
880 msgid "Error encountered while ERROR=STOP is effective."
883 #: src/language/command.c:489
884 msgid "expecting command name"
887 #: src/language/command.c:503
889 msgid "Unknown command %s."
892 #: src/language/command.c:630
893 msgid "before the active file has been defined"
896 #: src/language/command.c:632
897 msgid "after the active file has been defined"
900 #: src/language/command.c:634
901 msgid "inside INPUT PROGRAM"
904 #: src/language/command.c:636
905 msgid "inside FILE TYPE"
908 #: src/language/command.c:641
913 #: src/language/command.c:643
915 msgid "%s, %s, or %s"
918 #: src/language/command.c:647
920 msgid "%s is allowed only %s."
923 #: src/language/command.c:652
925 msgid "%s is not allowed inside INPUT PROGRAM."
928 #: src/language/command.c:654
930 msgid "%s is not allowed inside FILE TYPE."
933 #: src/language/command.c:733 src/language/command.c:841
934 #: src/language/utilities/permissions.c:98
935 msgid "This command not allowed when the SAFER option is set."
938 #: src/language/command.c:745
940 msgid "Error removing `%s': %s."
943 #: src/language/command.c:795
945 msgid "Couldn't fork: %s."
948 #: src/language/command.c:810
949 msgid "Interactive shell not supported on this platform."
952 #: src/language/command.c:822
953 msgid "Command shell not supported on this platform."
956 #: src/language/command.c:828
958 msgid "Error executing command: %s."
961 #: src/language/control/control-stack.c:27
963 msgid "%s without %s."
966 #: src/language/control/control-stack.c:55
968 msgid "This command must appear inside %s...%s, without intermediate %s...%s."
971 #: src/language/control/control-stack.c:72
973 msgid "This command cannot appear outside %s...%s."
976 #: src/language/control/do-if.c:177
977 msgid "This command may not follow ELSE in DO IF...END IF."
980 #: src/language/control/loop.c:213
981 msgid "Only one index clause may be specified."
984 #: src/language/control/repeat.c:171
986 msgid "Dummy variable name \"%s\" hides dictionary variable \"%s\"."
989 #: src/language/control/repeat.c:176
991 msgid "Dummy variable name \"%s\" is given twice."
994 #: src/language/control/repeat.c:222
997 "Dummy variable \"%.*s\" had %d substitutions, so \"%.*s\" must also, but %d "
1001 #: src/language/control/repeat.c:334
1002 msgid "DO REPEAT may not nest in compatibility mode."
1005 #: src/language/control/repeat.c:436
1006 msgid "Ranges may only have integer bounds"
1009 #: src/language/control/repeat.c:445
1011 msgid "%g TO %g is an invalid range."
1014 #: src/language/control/repeat.c:480
1015 msgid "String expected."
1018 #: src/language/control/repeat.c:499
1019 msgid "No matching DO REPEAT."
1022 #: src/language/control/temporary.c:46
1024 "This command may only appear once between procedures and procedure-like "
1028 #: src/language/data-io/data-list.c:172
1029 msgid "The END subcommand may only be specified once."
1032 #: src/language/data-io/data-list.c:207
1033 msgid "Only one of FIXED, FREE, or LIST may be specified."
1036 #: src/language/data-io/data-list.c:254
1037 msgid "The END keyword may be used only with DATA LIST FIXED."
1040 #: src/language/data-io/data-list.c:362 src/language/data-io/data-list.c:506
1042 msgid "%s is a duplicate variable name."
1045 #: src/language/data-io/data-list.c:369
1047 msgid "There is already a variable %s of a different type."
1050 #: src/language/data-io/data-list.c:376
1052 msgid "There is already a string variable %s of a different width."
1055 #: src/language/data-io/data-list.c:397
1056 msgid "At least one variable must be specified."
1059 #: src/language/data-io/data-list.c:404
1061 "Variables are specified on records that should not exist according to "
1062 "RECORDS subcommand."
1065 #: src/language/data-io/data-list.c:429 src/language/data-io/data-list.c:538
1066 #: src/language/data-io/print.c:395 src/language/dictionary/split-file.c:84
1067 #: src/language/dictionary/sys-file-info.c:158
1068 #: src/language/dictionary/sys-file-info.c:386
1069 #: src/language/dictionary/sys-file-info.c:630
1070 #: src/language/stats/descriptives.c:883 src/ui/gui/dict-display.c:195
1074 #: src/language/data-io/data-list.c:430 src/language/data-io/print.c:396
1078 #: src/language/data-io/data-list.c:431 src/language/data-io/print.c:397
1079 #: src/ui/gui/var-sheet.c:72
1083 #: src/language/data-io/data-list.c:432 src/language/data-io/data-list.c:539
1084 #: src/language/data-io/print.c:398
1088 #: src/language/data-io/data-list.c:450
1090 msgid "Reading %d record from %s."
1091 msgid_plural "Reading %d records from %s."
1095 #: src/language/data-io/data-list.c:553
1097 msgid "Reading free-form data from %s."
1100 #: src/language/data-io/data-list.c:599
1101 msgid "Quoted string extends beyond end of line."
1104 #: src/language/data-io/data-list.c:684
1106 msgid "Partial case of %d of %d records discarded."
1109 #: src/language/data-io/data-list.c:728
1111 msgid "Partial case discarded. The first variable missing was %s."
1114 #: src/language/data-io/data-list.c:759
1117 "Missing value(s) for all variables from %s onward. These will be filled "
1118 "with the system-missing value or blanks, as appropriate."
1121 #: src/language/data-io/data-reader.c:138
1123 msgid "Could not open \"%s\" for reading as a data file: %s."
1126 #: src/language/data-io/data-reader.c:175
1128 "Unexpected end-of-file while reading data in BEGIN DATA. This probably "
1129 "indicates a missing or misformatted END DATA command. END DATA must appear "
1130 "by itself on a single line with exactly one space between words."
1133 #: src/language/data-io/data-reader.c:207
1134 #: src/language/data-io/data-reader.c:220
1136 msgid "Error reading file %s: %s."
1139 #: src/language/data-io/data-reader.c:223
1141 msgid "%s: Partial record at end of file."
1144 #: src/language/data-io/data-reader.c:274
1146 msgid "Attempt to read beyond end-of-file on file %s."
1149 #: src/language/data-io/data-reader.c:277
1150 msgid "Attempt to read beyond END DATA."
1153 #: src/language/data-io/data-reader.c:435
1155 "This command is not valid here since the current input program does not "
1156 "access the inline file."
1159 #: src/language/data-io/data-writer.c:63
1161 msgid "An error occurred while opening \"%s\" for writing as a data file: %s."
1164 #: src/language/data-io/data-writer.c:147
1166 msgid "I/O error occurred writing data file \"%s\"."
1169 #: src/language/data-io/file-handle.q:65
1172 "File handle %s is already defined. Use CLOSE FILE HANDLE before redefining "
1176 #: src/language/data-io/file-handle.q:97
1179 "Fixed-length records were specified on /RECFORM, but record length was not "
1180 "specified on /LRECL. Assuming %zu-character records."
1183 #: src/language/data-io/file-handle.q:102
1186 "Record length (%ld) must be at least one byte. Assuming %zu-character "
1190 #: src/language/data-io/file-handle.q:148
1194 #: src/language/data-io/file-handle.q:150
1198 #: src/language/data-io/file-handle.q:152
1199 msgid "scratch file"
1202 #: src/language/data-io/file-handle.q:173
1203 msgid "expecting a file name or handle name"
1206 #: src/language/data-io/file-handle.q:195
1208 msgid "Handle for %s not allowed here."
1211 #: src/language/data-io/get.c:98
1212 msgid "expecting COMM or TAPE"
1215 #: src/language/data-io/get.c:269 src/language/data-io/get.c:283
1216 #: src/language/data-io/get.c:308
1218 msgid "expecting %s or %s"
1221 #: src/language/data-io/get.c:501 src/language/data-io/print.c:176
1222 msgid "expecting a valid subcommand"
1225 #: src/language/data-io/get.c:534
1228 "Cannot rename %s as %s because there already exists a variable named %s. To "
1229 "rename variables with overlapping names, use a single RENAME subcommand such "
1230 "as \"/RENAME (A=B)(B=C)(C=A)\", or equivalently, \"/RENAME (A B C=B C A)\"."
1233 #: src/language/data-io/get.c:560
1234 msgid "`=' expected after variable list."
1237 #: src/language/data-io/get.c:567
1240 "Number of variables on left side of `=' (%zu) does not match number of "
1241 "variables on right side (%zu), in parenthesized group %d of RENAME "
1245 #: src/language/data-io/get.c:580
1247 msgid "Requested renaming duplicates variable name %s."
1250 #: src/language/data-io/get.c:610
1251 msgid "Cannot DROP all variables from dictionary."
1254 #: src/language/data-io/get.c:783
1255 msgid "Cannot specify the active file since no active file has been defined."
1258 #: src/language/data-io/get.c:790
1260 "MATCH FILES may not be used after TEMPORARY when the active file is an input "
1261 "source. Temporary transformations will be made permanent."
1264 #: src/language/data-io/get.c:824
1265 msgid "Multiple IN subcommands for a single FILE or TABLE."
1268 #: src/language/data-io/get.c:868
1270 msgid "File %s lacks BY variable %s."
1273 #: src/language/data-io/get.c:871
1275 msgid "Active file lacks BY variable %s."
1278 #: src/language/data-io/get.c:941
1279 msgid "BY is required when TABLE is specified."
1282 #: src/language/data-io/get.c:946
1283 msgid "BY is required when IN is specified."
1286 #: src/language/data-io/get.c:1051
1289 "Variable name %s specified on %s subcommand duplicates an existing variable "
1293 #: src/language/data-io/get.c:1297
1296 "Variable %s in file %s (%s) has different type or width from the same "
1297 "variable in earlier file (%s)."
1300 #: src/language/data-io/inpt-pgm.c:129
1301 msgid "Unexpected end-of-file within INPUT PROGRAM."
1304 #: src/language/data-io/inpt-pgm.c:142
1305 msgid "Input program did not create any variables."
1308 #: src/language/data-io/inpt-pgm.c:287
1309 msgid "COLUMN subcommand multiply specified."
1312 #: src/language/data-io/inpt-pgm.c:335
1314 "REREAD: Column numbers must be positive finite numbers. Column set to 1."
1317 #: src/language/data-io/list.q:156 src/language/stats/descriptives.c:362
1318 msgid "No variables specified."
1321 #: src/language/data-io/list.q:164
1324 "The first case (%ld) specified precedes the last case (%ld) specified. The "
1325 "values will be swapped."
1328 #: src/language/data-io/list.q:172
1331 "The first case (%ld) to list is less than 1. The value is being reset to 1."
1334 #: src/language/data-io/list.q:178
1337 "The last case (%ld) to list is less than 1. The value is being reset to 1."
1340 #: src/language/data-io/list.q:184
1342 msgid "The step value %ld is less than 1. The value is being reset to 1."
1345 #: src/language/data-io/list.q:210
1346 msgid "`/FORMAT WEIGHT' specified, but weighting is not on."
1349 #: src/language/data-io/list.q:466
1353 #: src/language/data-io/placement-parser.c:85
1356 "Number of variables specified (%zu) differs from number of variable formats "
1360 #: src/language/data-io/placement-parser.c:95
1362 "SPSS-like or Fortran-like format specification expected after variable names."
1365 #: src/language/data-io/placement-parser.c:117
1367 msgid "The %d columns %d-%d can't be evenly divided into %zu fields."
1370 #: src/language/data-io/placement-parser.c:224
1371 #: src/language/lexer/format-parser.c:107
1372 #: src/language/lexer/format-parser.c:126
1374 msgid "Unknown format type \"%s\"."
1377 #: src/language/data-io/placement-parser.c:308
1378 #: src/language/data-io/placement-parser.c:322
1379 msgid "Column positions for fields must be positive."
1382 #: src/language/data-io/placement-parser.c:327
1383 msgid "The ending column for a field must be greater than the starting column."
1386 #: src/language/data-io/placement-parser.c:362
1389 "The record number specified, %ld, is at or before the previous record, %d. "
1390 "Data fields must be listed in order of increasing record number."
1393 #: src/language/data-io/print.c:259
1395 msgid "Output calls for %d records but %zu specified on RECORDS subcommand."
1398 #: src/language/data-io/print.c:428
1400 msgid "Writing %d record to %s."
1401 msgid_plural "Writing %d records to %s."
1405 #: src/language/data-io/print.c:432
1407 msgid "Writing %d record."
1408 msgid_plural "Writing %d records."
1412 #: src/language/data-io/print-space.c:73 src/language/lexer/lexer.c:476
1413 #: src/language/stats/autorecode.c:154 src/language/xforms/select-if.c:60
1414 msgid "expecting end of command"
1417 #: src/language/data-io/print-space.c:114
1418 msgid "The expression on PRINT SPACE evaluated to the system-missing value."
1421 #: src/language/data-io/print-space.c:117
1423 msgid "The expression on PRINT SPACE evaluated to %g."
1426 #: src/language/dictionary/apply-dictionary.c:73
1428 msgid "Variable %s is %s in target file, but %s in source file."
1431 #: src/language/dictionary/apply-dictionary.c:97
1433 msgid "Cannot add value labels from source file to long string variable %s."
1436 #: src/language/dictionary/apply-dictionary.c:111
1439 "Cannot apply missing values from source file to long string variable %s."
1442 #: src/language/dictionary/apply-dictionary.c:124
1443 msgid "No matching variables found between the source and target files."
1446 #: src/language/dictionary/delete-variables.c:40
1448 "DELETE VARIABLES may not be used after TEMPORARY. Temporary transformations "
1449 "will be made permanent."
1452 #: src/language/dictionary/delete-variables.c:48
1454 "DELETE VARIABLES may not be used to delete all variables from the active "
1455 "file dictionary. Use NEW FILE instead."
1458 #: src/language/dictionary/formats.c:89
1459 msgid "`(' expected after variable list."
1462 #: src/language/dictionary/formats.c:99 src/language/dictionary/numeric.c:69
1463 msgid "`)' expected after output format."
1466 #: src/language/dictionary/missing-values.c:55
1467 #: src/language/stats/aggregate.c:449
1468 msgid "expecting `('"
1471 #: src/language/dictionary/missing-values.c:71
1474 "Cannot mix numeric variables (e.g. %s) and string variables (e.g. %s) within "
1478 #: src/language/dictionary/missing-values.c:116
1480 msgid "Truncating missing value to short string length (%d characters)."
1483 #: src/language/dictionary/missing-values.c:138
1485 msgid "Missing values provided are too long to assign to variable of width %d."
1488 #: src/language/dictionary/modify-variables.c:92
1490 "MODIFY VARS may not be used after TEMPORARY. Temporary transformations will "
1491 "be made permanent."
1494 #: src/language/dictionary/modify-variables.c:114
1495 msgid "REORDER subcommand may be given at most once."
1498 #: src/language/dictionary/modify-variables.c:137
1499 msgid "Cannot specify ALL after specifying a set of variables."
1502 #: src/language/dictionary/modify-variables.c:147
1503 msgid "`(' expected on REORDER subcommand."
1506 #: src/language/dictionary/modify-variables.c:159
1507 msgid "`)' expected following variable names on REORDER subcommand."
1510 #: src/language/dictionary/modify-variables.c:177
1511 msgid "RENAME subcommand may be given at most once."
1514 #: src/language/dictionary/modify-variables.c:190
1515 msgid "`(' expected on RENAME subcommand."
1518 #: src/language/dictionary/modify-variables.c:199
1520 "`=' expected between lists of new and old variable names on RENAME "
1524 #: src/language/dictionary/modify-variables.c:208
1525 #: src/language/dictionary/rename-variables.c:76
1528 "Differing number of variables in old name list (%zu) and in new name list (%"
1532 #: src/language/dictionary/modify-variables.c:219
1533 msgid "`)' expected after variable lists on RENAME subcommand."
1536 #: src/language/dictionary/modify-variables.c:233
1538 "KEEP subcommand may be given at most once. It may not be given in "
1539 "conjunction with the DROP subcommand."
1542 #: src/language/dictionary/modify-variables.c:276
1544 "DROP subcommand may be given at most once. It may not be given in "
1545 "conjunction with the KEEP subcommand."
1548 #: src/language/dictionary/modify-variables.c:302
1550 msgid "Unrecognized subcommand name `%s'."
1553 #: src/language/dictionary/modify-variables.c:304
1554 msgid "Subcommand name expected."
1557 #: src/language/dictionary/modify-variables.c:312
1558 msgid "`/' or `.' expected."
1561 #: src/language/dictionary/numeric.c:62
1563 msgid "Format type %s may not be used with a numeric variable."
1566 #: src/language/dictionary/numeric.c:81 src/language/dictionary/numeric.c:150
1568 msgid "There is already a variable named %s."
1571 #: src/language/dictionary/numeric.c:135
1573 msgid "Format type %s may not be used with a string variable."
1576 #: src/language/dictionary/rename-variables.c:49
1578 "RENAME VARS may not be used after TEMPORARY. Temporary transformations will "
1579 "be made permanent."
1582 #: src/language/dictionary/rename-variables.c:59
1583 msgid "`(' expected."
1586 #: src/language/dictionary/rename-variables.c:67
1587 msgid "`=' expected between lists of new and old variable names."
1590 #: src/language/dictionary/rename-variables.c:87
1591 msgid "`)' expected after variable names."
1594 #: src/language/dictionary/rename-variables.c:97
1596 msgid "Renaming would duplicate variable name %s."
1599 #: src/language/dictionary/split-file.c:85
1600 #: src/language/dictionary/sys-file-info.c:559
1601 #: src/language/stats/crosstabs.q:1152 src/language/stats/crosstabs.q:1179
1602 #: src/language/stats/crosstabs.q:1199 src/language/stats/crosstabs.q:1221
1603 #: src/language/stats/examine.q:1192 src/language/stats/frequencies.q:1059
1604 #: src/language/stats/frequencies.q:1183
1608 #: src/language/dictionary/split-file.c:86
1609 #: src/language/dictionary/sys-file-info.c:393
1610 #: src/language/dictionary/sys-file-info.c:560 src/ui/gui/psppire.glade:2099
1611 #: src/ui/gui/var-sheet.c:69
1615 #: src/language/dictionary/sys-file-info.c:107
1619 #: src/language/dictionary/sys-file-info.c:109 src/ui/gui/psppire.glade:2052
1623 #: src/language/dictionary/sys-file-info.c:113
1627 #: src/language/dictionary/sys-file-info.c:116
1631 #: src/language/dictionary/sys-file-info.c:119
1632 msgid "Integer Format:"
1635 #: src/language/dictionary/sys-file-info.c:121
1639 #: src/language/dictionary/sys-file-info.c:122
1640 msgid "Little Endian."
1643 #: src/language/dictionary/sys-file-info.c:123
1644 #: src/language/dictionary/sys-file-info.c:131
1648 #: src/language/dictionary/sys-file-info.c:124
1649 msgid "Real Format:"
1652 #: src/language/dictionary/sys-file-info.c:126
1653 msgid "IEEE 754 LE."
1656 #: src/language/dictionary/sys-file-info.c:127
1657 msgid "IEEE 754 BE."
1660 #: src/language/dictionary/sys-file-info.c:128
1664 #: src/language/dictionary/sys-file-info.c:129
1668 #: src/language/dictionary/sys-file-info.c:130
1669 msgid "IBM 390 Hex Long."
1672 #: src/language/dictionary/sys-file-info.c:132
1673 #: src/ui/gui/descriptives-dialog.glade:79
1677 #: src/language/dictionary/sys-file-info.c:134
1681 #: src/language/dictionary/sys-file-info.c:136
1685 #: src/language/dictionary/sys-file-info.c:138
1689 #: src/language/dictionary/sys-file-info.c:139
1690 msgid "System File."
1693 #: src/language/dictionary/sys-file-info.c:140
1697 #: src/language/dictionary/sys-file-info.c:145
1698 msgid "Not weighted."
1701 #: src/language/dictionary/sys-file-info.c:147
1705 #: src/language/dictionary/sys-file-info.c:149
1707 msgid "Compression %s."
1710 #: src/language/dictionary/sys-file-info.c:149
1714 #: src/language/dictionary/sys-file-info.c:149
1718 #: src/language/dictionary/sys-file-info.c:159
1719 #: src/language/dictionary/sys-file-info.c:391
1723 #: src/language/dictionary/sys-file-info.c:160
1724 #: src/language/dictionary/sys-file-info.c:389
1725 #: src/language/dictionary/sys-file-info.c:629
1729 #: src/language/dictionary/sys-file-info.c:218
1730 msgid "The active file does not have a file label."
1733 #: src/language/dictionary/sys-file-info.c:221
1737 #: src/language/dictionary/sys-file-info.c:284
1738 msgid "No variables to display."
1741 #: src/language/dictionary/sys-file-info.c:303
1742 msgid "Macros not supported."
1745 #: src/language/dictionary/sys-file-info.c:313
1746 msgid "The active file dictionary does not contain any documents."
1749 #: src/language/dictionary/sys-file-info.c:321
1750 msgid "Documents in the active file:"
1753 #: src/language/dictionary/sys-file-info.c:473
1758 #: src/language/dictionary/sys-file-info.c:481
1760 msgid "Print Format: %s"
1763 #: src/language/dictionary/sys-file-info.c:484
1765 msgid "Write Format: %s"
1768 #: src/language/dictionary/sys-file-info.c:490
1773 #: src/language/dictionary/sys-file-info.c:491 src/ui/gui/var-sheet.c:87
1777 #: src/language/dictionary/sys-file-info.c:492 src/ui/gui/var-sheet.c:88
1781 #: src/language/dictionary/sys-file-info.c:493 src/ui/gui/var-sheet.c:89
1785 #: src/language/dictionary/sys-file-info.c:496
1787 msgid "Display Alignment: %s"
1790 #: src/language/dictionary/sys-file-info.c:497 src/ui/gui/var-sheet.c:80
1794 #: src/language/dictionary/sys-file-info.c:498 src/ui/gui/var-sheet.c:82
1798 #: src/language/dictionary/sys-file-info.c:499 src/ui/gui/var-sheet.c:81
1802 #: src/language/dictionary/sys-file-info.c:502
1804 msgid "Display Width: %d"
1807 #: src/language/dictionary/sys-file-info.c:513
1808 msgid "Missing Values: "
1811 #: src/language/dictionary/sys-file-info.c:607
1812 msgid "No vectors defined."
1815 #: src/language/dictionary/sys-file-info.c:628
1819 #: src/language/dictionary/sys-file-info.c:631
1820 msgid "Print Format"
1823 #: src/language/dictionary/value-labels.c:121
1826 "It is not possible to assign value labels to long string variables such as %"
1830 #: src/language/dictionary/value-labels.c:157 src/language/lexer/lexer.c:619
1831 msgid "expecting string"
1834 #: src/language/dictionary/value-labels.c:166 src/language/lexer/lexer.c:633
1835 msgid "expecting integer"
1838 #: src/language/dictionary/value-labels.c:170
1840 msgid "Value label `%g' is not integer."
1843 #: src/language/dictionary/value-labels.c:184
1844 msgid "Truncating value label to 60 characters."
1847 #: src/language/dictionary/variable-label.c:51
1848 msgid "String expected for variable label."
1851 #: src/language/dictionary/variable-label.c:59
1852 msgid "Truncating variable label to 255 characters."
1855 #: src/language/dictionary/vector.c:64
1857 msgid "A vector named %s already exists."
1860 #: src/language/dictionary/vector.c:72
1862 msgid "Vector name %s is given twice."
1865 #: src/language/dictionary/vector.c:96
1866 msgid "A slash must separate each vector specification in VECTOR's long form."
1869 #: src/language/dictionary/vector.c:129
1870 msgid "Vectors must have at least one element."
1873 #: src/language/dictionary/vector.c:150
1874 msgid "expecting vector length"
1877 #: src/language/dictionary/vector.c:166
1879 msgid "%s is too long for a variable name."
1882 #: src/language/dictionary/vector.c:171
1884 msgid "%s is an existing variable name."
1887 #: src/language/dictionary/weight.c:49
1888 msgid "The weighting variable must be numeric."
1891 #: src/language/dictionary/weight.c:54
1892 msgid "The weighting variable may not be scratch."
1895 #: src/language/expressions/evaluate.c:154
1896 msgid "expecting number or string"
1899 #: src/language/expressions/evaluate.c:168
1901 msgid "Duplicate variable name %s."
1904 #: src/language/expressions/helpers.c:35
1906 "One of the arguments to a DATE function is not an integer. The result will "
1907 "be system-missing."
1910 #: src/language/expressions/helpers.c:57
1912 "The week argument to DATE.WKYR is not an integer. The result will be system-"
1916 #: src/language/expressions/helpers.c:63
1918 "The week argument to DATE.WKYR is outside the acceptable range of 1 to 53. "
1919 "The result will be system-missing."
1922 #: src/language/expressions/helpers.c:85
1924 "The day argument to DATE.YRDAY is not an integer. The result will be system-"
1928 #: src/language/expressions/helpers.c:91
1930 "The day argument to DATE.YRDAY is outside the acceptable range of 1 to 366. "
1931 "The result will be system-missing."
1934 #: src/language/expressions/helpers.c:113
1936 "The year argument to YRMODA is greater than 47516. The result will be "
1940 #: src/language/expressions/helpers.c:166
1943 "Unrecognized date unit \"%.*s\". Valid date units are \"years\", \"quarters"
1944 "\", \"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\"."
1947 #: src/language/expressions/helpers.c:316
1949 "Invalid DATESUM method. Valid choices are \"closest\" and \"rollover\"."
1952 #: src/language/expressions/parse.c:259
1955 "Type mismatch: expression has %s type, but a numeric value is required here."
1958 #: src/language/expressions/parse.c:271
1961 "Type mismatch: expression has %s type, but a string value is required here."
1964 #: src/language/expressions/parse.c:427
1966 msgid "Type mismatch while applying %s operator: cannot convert %s to %s."
1969 #: src/language/expressions/parse.c:643
1971 "Chaining relational operators (e.g. \"a < b < c\") will not produce the "
1972 "mathematically expected result. Use the AND logical operator to fix the "
1973 "problem (e.g. \"a < b AND b < c\"). If chaining is really intended, "
1974 "parentheses will disable this warning (e.g. \"(a < b) < c\".)"
1977 #: src/language/expressions/parse.c:744
1979 "The exponentiation operator (\"**\") is left-associative, even though right-"
1980 "associative semantics are more useful. That is, \"a**b**c\" equals \"(a**b)"
1981 "**c\", not as \"a**(b**c)\". To disable this warning, insert parentheses."
1984 #: src/language/expressions/parse.c:809
1986 msgid "Unknown system variable %s."
1989 #: src/language/expressions/parse.c:857
1991 msgid "Unknown identifier %s."
1994 #: src/language/expressions/parse.c:885 src/language/stats/aggregate.c:507
1995 msgid "expecting `)'"
1998 #: src/language/expressions/parse.c:892
1999 msgid "in expression"
2002 #: src/language/expressions/parse.c:1073
2004 msgid "%s must have at least %d arguments in list."
2007 #: src/language/expressions/parse.c:1082
2009 msgid "%s must have even number of arguments in list."
2012 #: src/language/expressions/parse.c:1085
2014 msgid "%s must have multiple of %d arguments in list."
2017 #: src/language/expressions/parse.c:1095
2019 msgid "%s function does not accept a minimum valid argument count."
2022 #: src/language/expressions/parse.c:1104
2024 msgid "%s requires at least %d valid arguments in list."
2027 #: src/language/expressions/parse.c:1110
2030 "With %s, using minimum valid argument count of %d does not make sense when "
2031 "passing only %d arguments in list."
2034 #: src/language/expressions/parse.c:1164
2036 msgid "Type mismatch invoking %s as "
2039 #: src/language/expressions/parse.c:1169
2040 msgid "Function invocation "
2043 #: src/language/expressions/parse.c:1171
2044 msgid " does not match any known function. Candidates are:"
2047 #: src/language/expressions/parse.c:1201
2049 msgid "No function or vector named %s."
2052 #: src/language/expressions/parse.c:1244
2054 msgid "expecting `,' or `)' invoking %s function"
2057 #: src/language/expressions/parse.c:1264
2059 msgid "%s is a PSPP extension."
2062 #: src/language/expressions/parse.c:1267 src/ui/terminal/command-line.c:127
2063 #: src/ui/terminal/command-line.c:146 src/ui/terminal/command-line.c:158
2065 msgid "%s is not yet implemented."
2068 #: src/language/expressions/parse.c:1273
2070 msgid "%s may not appear after TEMPORARY."
2073 #: src/language/lexer/format-parser.c:88
2074 msgid "expecting valid format specifier"
2077 #: src/language/lexer/format-parser.c:121
2078 msgid "expecting format type"
2081 #: src/language/lexer/lexer.c:282
2083 msgid "%s does not form a valid number."
2086 #: src/language/lexer/lexer.c:386
2088 msgid "Bad character in input: `%c'."
2091 #: src/language/lexer/lexer.c:388
2093 msgid "Bad character in input: `\\%o'."
2096 #: src/language/lexer/lexer.c:424
2098 msgid "Subcommand %s may only be specified once."
2101 #: src/language/lexer/lexer.c:432
2103 msgid "missing required subcommand %s"
2106 #: src/language/lexer/lexer.c:461
2108 msgid "Syntax error %s at %s."
2111 #: src/language/lexer/lexer.c:464
2113 msgid "Syntax error at %s."
2116 #: src/language/lexer/lexer.c:588 src/language/lexer/lexer.c:605
2118 msgid "expecting `%s'"
2121 #: src/language/lexer/lexer.c:646
2122 msgid "expecting number"
2125 #: src/language/lexer/lexer.c:658
2126 msgid "expecting identifier"
2129 #: src/language/lexer/lexer.c:1052
2133 #: src/language/lexer/lexer.c:1057
2137 #: src/language/lexer/lexer.c:1062
2141 #: src/language/lexer/lexer.c:1072
2143 msgid "String of %s digits has %zu characters, which is not a multiple of %d."
2146 #: src/language/lexer/lexer.c:1101
2148 msgid "`%c' is not a valid %s digit."
2151 #: src/language/lexer/lexer.c:1135
2152 msgid "Unterminated string constant."
2155 #: src/language/lexer/lexer.c:1189
2156 msgid "Unexpected end of file in string concatenation."
2159 #: src/language/lexer/lexer.c:1197
2160 msgid "String expected following `+'."
2163 #: src/language/lexer/lexer.c:1210
2165 msgid "String exceeds 255 characters in length (%zu characters)."
2168 #: src/language/lexer/range-parser.c:59
2171 "Low end of range (%g) is below high end (%g). The range will be treated as "
2175 #: src/language/lexer/range-parser.c:67
2177 msgid "Ends of range are equal (%g)."
2180 #: src/language/lexer/range-parser.c:75
2181 msgid "LO or LOWEST must be part of a range."
2184 #: src/language/lexer/range-parser.c:106
2185 msgid "System-missing value is not valid here."
2188 #: src/language/lexer/range-parser.c:114
2189 msgid "expecting number or data string"
2192 #: src/language/lexer/variable-parser.c:63
2193 msgid "expecting variable name"
2196 #: src/language/lexer/variable-parser.c:73
2198 msgid "%s is not a variable name."
2201 #: src/language/lexer/variable-parser.c:176
2204 "%s is not a numeric variable. It will not be included in the variable list."
2207 #: src/language/lexer/variable-parser.c:179
2210 "%s is not a string variable. It will not be included in the variable list."
2213 #: src/language/lexer/variable-parser.c:183
2215 msgid "Scratch variables (such as %s) are not allowed here."
2218 #: src/language/lexer/variable-parser.c:187
2221 "%s and %s are not the same type. All variables in this variable list must "
2222 "be of the same type. %s will be omitted from the list."
2225 #: src/language/lexer/variable-parser.c:193
2228 "%s and %s are string variables with different widths. All variables in this "
2229 "variable list must have the same width. %s will be omitted from the list."
2232 #: src/language/lexer/variable-parser.c:198
2234 msgid "Variable %s appears twice in variable list."
2237 #: src/language/lexer/variable-parser.c:311
2239 msgid "%s TO %s is not valid syntax since %s precedes %s in the dictionary."
2242 #: src/language/lexer/variable-parser.c:319
2245 "When using the TO keyword to specify several variables, both variables must "
2246 "be from the same variable dictionaries, of either ordinary, scratch, or "
2247 "system variables. %s is a %s variable, whereas %s is %s."
2250 #: src/language/lexer/variable-parser.c:393
2251 msgid "incorrect use of TO convention"
2254 #: src/language/lexer/variable-parser.c:436
2255 msgid "Scratch variables not allowed here."
2258 #: src/language/lexer/variable-parser.c:458
2259 msgid "Prefixes don't match in use of TO convention."
2262 #: src/language/lexer/variable-parser.c:463
2263 msgid "Bad bounds in use of TO convention."
2266 #: src/language/stats/aggregate.c:209
2267 msgid "while expecting COLUMNWISE"
2270 #: src/language/stats/aggregate.c:240
2271 msgid "expecting BREAK"
2274 #: src/language/stats/aggregate.c:245
2276 "When PRESORTED is specified, specifying sorting directions with (A) or (D) "
2277 "has no effect. Output data will be sorted the same way as the input data."
2280 #: src/language/stats/aggregate.c:414
2281 msgid "expecting aggregation function"
2284 #: src/language/stats/aggregate.c:432
2286 msgid "Unknown aggregation function %s."
2289 #: src/language/stats/aggregate.c:488
2291 msgid "Missing argument %zu to %s."
2294 #: src/language/stats/aggregate.c:497
2296 msgid "Arguments to %s must be of same type as source variables."
2299 #: src/language/stats/aggregate.c:519
2302 "Number of source variables (%zu) does not match number of target variables (%"
2306 #: src/language/stats/aggregate.c:535
2309 "The value arguments passed to the %s function are out-of-order. They will "
2310 "be treated as if they had been specified in the correct order."
2313 #: src/language/stats/aggregate.c:605
2316 "Variable name %s is not unique within the aggregate file dictionary, which "
2317 "contains the aggregate variables and the break variables."
2320 #: src/language/stats/autorecode.c:136
2322 msgid "Source variable count (%zu) does not match target variable count (%zu)."
2325 #: src/language/stats/autorecode.c:164
2327 msgid "Target variable %s duplicates existing variable %s."
2330 #: src/language/stats/autorecode.c:171
2332 msgid "Duplicate variable name %s among target variables."
2335 #: src/language/stats/binomial.c:133
2337 msgid "Variable %s is not dichotomous"
2340 #: src/language/stats/binomial.c:178
2341 msgid "Binomial Test"
2344 #: src/language/stats/binomial.c:193
2348 #: src/language/stats/binomial.c:194
2352 #: src/language/stats/binomial.c:195 src/language/stats/chisquare.c:223
2353 #: src/language/stats/chisquare.c:283 src/language/stats/crosstabs.q:859
2354 #: src/language/stats/crosstabs.q:1059 src/language/stats/crosstabs.q:1782
2355 #: src/language/stats/examine.q:912 src/language/stats/frequencies.q:1136
2356 #: src/language/stats/oneway.q:306 src/language/stats/oneway.q:470
2357 #: src/language/stats/regression.q:318
2361 #: src/language/stats/binomial.c:226 src/language/stats/chisquare.c:246
2362 #: src/language/stats/crosstabs.q:1177 src/language/stats/crosstabs.q:1218
2366 #: src/language/stats/binomial.c:227 src/language/stats/crosstabs.q:869
2367 #: src/language/stats/examine.q:988 src/language/stats/frequencies.q:1404
2368 #: src/language/stats/npar-summary.c:122 src/language/stats/oneway.q:391
2369 #: src/language/stats/t-test.q:682 src/language/stats/t-test.q:705
2370 #: src/language/stats/t-test.q:831 src/language/stats/t-test.q:1368
2374 #: src/language/stats/binomial.c:228
2375 msgid "Observed Prop."
2378 #: src/language/stats/binomial.c:229
2382 #: src/language/stats/binomial.c:232
2384 msgid "Exact Sig. (%d-tailed)"
2387 #: src/language/stats/chisquare.c:193
2390 "CHISQUARE test specified %d expected values, but %d distinct values were "
2391 "encountered in variable %s."
2394 #: src/language/stats/chisquare.c:207 src/language/stats/chisquare.c:247
2398 #: src/language/stats/chisquare.c:208 src/language/stats/chisquare.c:248
2402 #: src/language/stats/chisquare.c:209 src/language/stats/chisquare.c:249
2403 #: src/language/stats/regression.q:317
2407 #: src/language/stats/chisquare.c:242
2411 #: src/language/stats/chisquare.c:297
2412 msgid "Test Statistics"
2415 #: src/language/stats/chisquare.c:311
2419 #: src/language/stats/chisquare.c:312 src/language/stats/crosstabs.q:1153
2420 #: src/language/stats/oneway.q:279 src/language/stats/oneway.q:680
2421 #: src/language/stats/regression.q:311 src/language/stats/t-test.q:982
2422 #: src/language/stats/t-test.q:1174 src/language/stats/t-test.q:1267
2426 #: src/language/stats/chisquare.c:313
2430 #: src/language/stats/crosstabs.q:277
2432 "Missing mode REPORT not allowed in general mode. Assuming MISSING=TABLE."
2435 #: src/language/stats/crosstabs.q:287
2436 msgid "Write mode ALL not allowed in general mode. Assuming WRITE=CELLS."
2439 #: src/language/stats/crosstabs.q:363
2440 msgid "Too many cross-tabulation variables or dimensions."
2443 #: src/language/stats/crosstabs.q:373
2444 msgid "expecting BY"
2447 #: src/language/stats/crosstabs.q:440
2448 msgid "VARIABLES must be specified before TABLES."
2451 #: src/language/stats/crosstabs.q:478
2453 msgid "Maximum value (%ld) less than minimum value (%ld)."
2456 #: src/language/stats/crosstabs.q:854
2460 #: src/language/stats/crosstabs.q:856 src/language/stats/examine.q:976
2464 #: src/language/stats/crosstabs.q:857 src/language/stats/examine.q:910
2465 #: src/language/stats/frequencies.q:1057 src/language/stats/frequencies.q:1405
2469 #: src/language/stats/crosstabs.q:858 src/language/stats/examine.q:911
2470 #: src/language/stats/frequencies.q:1127 src/language/stats/frequencies.q:1406
2471 #: src/ui/gui/var-sheet.c:71
2475 #: src/language/stats/crosstabs.q:870 src/language/stats/examine.q:991
2476 #: src/language/stats/frequencies.q:1061 src/language/stats/frequencies.q:1062
2477 #: src/language/stats/frequencies.q:1063
2481 #: src/language/stats/crosstabs.q:1111
2485 #: src/language/stats/crosstabs.q:1112
2489 #: src/language/stats/crosstabs.q:1113
2493 #: src/language/stats/crosstabs.q:1114
2497 #: src/language/stats/crosstabs.q:1115
2501 #: src/language/stats/crosstabs.q:1116
2505 #: src/language/stats/crosstabs.q:1117
2509 #: src/language/stats/crosstabs.q:1118
2513 #: src/language/stats/crosstabs.q:1148
2514 msgid "Chi-square tests."
2517 #: src/language/stats/crosstabs.q:1151 src/language/stats/crosstabs.q:1178
2518 #: src/language/stats/crosstabs.q:1198 src/language/stats/crosstabs.q:1219
2519 #: src/language/stats/examine.q:1423 src/ui/gui/descriptives-dialog.c:276
2523 #: src/language/stats/crosstabs.q:1155
2524 msgid "Asymp. Sig. (2-sided)"
2527 #: src/language/stats/crosstabs.q:1157
2528 msgid "Exact. Sig. (2-sided)"
2531 #: src/language/stats/crosstabs.q:1159
2532 msgid "Exact. Sig. (1-sided)"
2535 #: src/language/stats/crosstabs.q:1174
2536 msgid "Symmetric measures."
2539 #: src/language/stats/crosstabs.q:1180 src/language/stats/crosstabs.q:1222
2540 msgid "Asymp. Std. Error"
2543 #: src/language/stats/crosstabs.q:1181 src/language/stats/crosstabs.q:1223
2547 #: src/language/stats/crosstabs.q:1182 src/language/stats/crosstabs.q:1224
2548 msgid "Approx. Sig."
2551 #: src/language/stats/crosstabs.q:1193
2552 msgid "Risk estimate."
2555 #: src/language/stats/crosstabs.q:1197
2557 msgid "95%% Confidence Interval"
2560 #: src/language/stats/crosstabs.q:1200 src/language/stats/t-test.q:986
2561 #: src/language/stats/t-test.q:1171 src/language/stats/t-test.q:1270
2565 #: src/language/stats/crosstabs.q:1201 src/language/stats/t-test.q:987
2566 #: src/language/stats/t-test.q:1172 src/language/stats/t-test.q:1271
2570 #: src/language/stats/crosstabs.q:1215
2571 msgid "Directional measures."
2574 #: src/language/stats/crosstabs.q:1220 src/ui/gui/psppire.glade:2223
2575 #: src/ui/gui/var-sheet.c:66
2579 #: src/language/stats/crosstabs.q:1974
2580 msgid "Pearson Chi-Square"
2583 #: src/language/stats/crosstabs.q:1975
2584 msgid "Likelihood Ratio"
2587 #: src/language/stats/crosstabs.q:1976
2588 msgid "Fisher's Exact Test"
2591 #: src/language/stats/crosstabs.q:1977
2592 msgid "Continuity Correction"
2595 #: src/language/stats/crosstabs.q:1978
2596 msgid "Linear-by-Linear Association"
2599 #: src/language/stats/crosstabs.q:2015 src/language/stats/crosstabs.q:2085
2600 #: src/language/stats/crosstabs.q:2144
2601 msgid "N of Valid Cases"
2604 #: src/language/stats/crosstabs.q:2031 src/language/stats/crosstabs.q:2160
2605 msgid "Nominal by Nominal"
2608 #: src/language/stats/crosstabs.q:2032 src/language/stats/crosstabs.q:2161
2609 msgid "Ordinal by Ordinal"
2612 #: src/language/stats/crosstabs.q:2033
2613 msgid "Interval by Interval"
2616 #: src/language/stats/crosstabs.q:2034
2617 msgid "Measure of Agreement"
2620 #: src/language/stats/crosstabs.q:2039
2624 #: src/language/stats/crosstabs.q:2040
2628 #: src/language/stats/crosstabs.q:2041
2629 msgid "Contingency Coefficient"
2632 #: src/language/stats/crosstabs.q:2042
2633 msgid "Kendall's tau-b"
2636 #: src/language/stats/crosstabs.q:2043
2637 msgid "Kendall's tau-c"
2640 #: src/language/stats/crosstabs.q:2044
2644 #: src/language/stats/crosstabs.q:2045
2645 msgid "Spearman Correlation"
2648 #: src/language/stats/crosstabs.q:2046
2652 #: src/language/stats/crosstabs.q:2047
2656 #: src/language/stats/crosstabs.q:2117
2658 msgid "Odds Ratio for %s (%g / %g)"
2661 #: src/language/stats/crosstabs.q:2120
2663 msgid "Odds Ratio for %s (%.*s / %.*s)"
2666 #: src/language/stats/crosstabs.q:2128
2668 msgid "For cohort %s = %g"
2671 #: src/language/stats/crosstabs.q:2131
2673 msgid "For cohort %s = %.*s"
2676 #: src/language/stats/crosstabs.q:2162
2677 msgid "Nominal by Interval"
2680 #: src/language/stats/crosstabs.q:2167
2684 #: src/language/stats/crosstabs.q:2168
2685 msgid "Goodman and Kruskal tau"
2688 #: src/language/stats/crosstabs.q:2169
2689 msgid "Uncertainty Coefficient"
2692 #: src/language/stats/crosstabs.q:2170
2696 #: src/language/stats/crosstabs.q:2171
2700 #: src/language/stats/crosstabs.q:2176
2704 #: src/language/stats/crosstabs.q:2177 src/language/stats/crosstabs.q:2178
2706 msgid "%s Dependent"
2709 #: src/language/stats/descriptives.c:102 src/language/stats/examine.q:1524
2710 #: src/language/stats/frequencies.q:123 src/language/stats/npar-summary.c:125
2711 #: src/language/stats/oneway.q:392 src/language/stats/t-test.q:683
2712 #: src/language/stats/t-test.q:706 src/language/stats/t-test.q:830
2713 #: src/language/stats/t-test.q:1168 src/ui/gui/descriptives-dialog.c:52
2717 #: src/language/stats/descriptives.c:103
2721 #: src/language/stats/descriptives.c:104 src/language/stats/frequencies.q:127
2725 #: src/language/stats/descriptives.c:105 src/language/stats/examine.q:1604
2726 #: src/language/stats/frequencies.q:128 src/ui/gui/descriptives-dialog.c:59
2730 #: src/language/stats/descriptives.c:106 src/language/stats/examine.q:1711
2731 #: src/language/stats/frequencies.q:129 src/ui/gui/descriptives-dialog.c:60
2735 #: src/language/stats/descriptives.c:107
2739 #: src/language/stats/descriptives.c:108 src/language/stats/examine.q:1691
2740 #: src/language/stats/frequencies.q:131 src/ui/gui/descriptives-dialog.c:61
2744 #: src/language/stats/descriptives.c:109
2748 #: src/language/stats/descriptives.c:110 src/language/stats/examine.q:1652
2749 #: src/language/stats/frequencies.q:133 src/ui/gui/descriptives-dialog.c:56
2753 #: src/language/stats/descriptives.c:111 src/language/stats/examine.q:1629
2754 #: src/language/stats/frequencies.q:134 src/language/stats/npar-summary.c:131
2755 #: src/language/stats/oneway.q:404 src/ui/gui/descriptives-dialog.c:54
2759 #: src/language/stats/descriptives.c:112 src/language/stats/examine.q:1640
2760 #: src/language/stats/frequencies.q:135 src/language/stats/npar-summary.c:134
2761 #: src/language/stats/oneway.q:405 src/ui/gui/descriptives-dialog.c:55
2765 #: src/language/stats/descriptives.c:113 src/language/stats/frequencies.q:136
2766 #: src/ui/gui/descriptives-dialog.c:57
2770 #: src/language/stats/descriptives.c:344
2772 msgid "Z-score variable name %s would be a duplicate variable name."
2775 #: src/language/stats/descriptives.c:451
2776 msgid "expecting statistic name: reverting to default"
2779 #: src/language/stats/descriptives.c:524
2781 "Ran out of generic names for Z-score variables. There are only 126 generic "
2782 "names: ZSC001-ZSC0999, STDZ01-STDZ09, ZZZZ01-ZZZZ09, ZQZQ01-ZQZQ09."
2785 #: src/language/stats/descriptives.c:556
2786 msgid "Mapping of variables to corresponding Z-scores."
2789 #: src/language/stats/descriptives.c:561
2793 #: src/language/stats/descriptives.c:562
2797 #: src/language/stats/descriptives.c:672
2799 msgid "Z-score of %s"
2802 #: src/language/stats/descriptives.c:886
2806 #: src/language/stats/descriptives.c:887
2810 #: src/language/stats/descriptives.c:914
2812 msgid "Valid cases = %g; cases with missing value(s) = %g."
2815 #: src/language/stats/examine.q:286 src/language/stats/examine.q:289
2817 msgid "%s is not currently supported."
2820 #: src/language/stats/examine.q:495 src/language/stats/examine.q:508
2822 msgid "%s and %s are mutually exclusive"
2825 #: src/language/stats/examine.q:970
2826 msgid "Case Processing Summary"
2829 #: src/language/stats/examine.q:1177
2830 msgid "Extreme Values"
2833 #: src/language/stats/examine.q:1193
2837 #: src/language/stats/examine.q:1278
2841 #: src/language/stats/examine.q:1283
2845 #: src/language/stats/examine.q:1424 src/language/stats/oneway.q:394
2846 #: src/language/stats/oneway.q:678 src/language/stats/regression.q:213
2850 #: src/language/stats/examine.q:1426 src/language/stats/oneway.q:408
2851 msgid "Descriptives"
2854 #: src/language/stats/examine.q:1542 src/language/stats/oneway.q:399
2856 msgid "%g%% Confidence Interval for Mean"
2859 #: src/language/stats/examine.q:1548 src/language/stats/oneway.q:401
2863 #: src/language/stats/examine.q:1559 src/language/stats/oneway.q:402
2867 #: src/language/stats/examine.q:1571
2869 msgid "5%% Trimmed Mean"
2872 #: src/language/stats/examine.q:1582 src/language/stats/frequencies.q:125
2876 #: src/language/stats/examine.q:1616 src/language/stats/npar-summary.c:128
2877 #: src/language/stats/oneway.q:393 src/language/stats/t-test.q:684
2878 #: src/language/stats/t-test.q:707 src/language/stats/t-test.q:832
2879 #: src/language/stats/t-test.q:1169
2880 msgid "Std. Deviation"
2883 #: src/language/stats/examine.q:1664
2884 msgid "Interquartile Range"
2887 #: src/language/stats/examine.q:1816
2889 msgid "Boxplot of %s vs. %s"
2892 #: src/language/stats/examine.q:1841
2896 #: src/language/stats/examine.q:1883
2898 msgid "Normal Q-Q Plot of %s"
2901 #: src/language/stats/examine.q:1884 src/language/stats/examine.q:1890
2902 msgid "Observed Value"
2905 #: src/language/stats/examine.q:1885
2906 msgid "Expected Normal"
2909 #: src/language/stats/examine.q:1888
2911 msgid "Detrended Normal Q-Q Plot of %s"
2914 #: src/language/stats/examine.q:1891
2915 msgid "Dev from Normal"
2918 #: src/language/stats/examine.q:2010 src/language/stats/examine.q:2032
2919 #: src/language/stats/frequencies.q:1416 src/language/stats/npar-summary.c:141
2923 #: src/language/stats/examine.q:2156
2924 msgid "Tukey's Hinges"
2927 #: src/language/stats/flip.c:95
2929 "FLIP ignores TEMPORARY. Temporary transformations will be made permanent."
2932 #: src/language/stats/flip.c:150
2933 msgid "Could not create temporary file for FLIP."
2936 #: src/language/stats/flip.c:161
2938 msgid "Error writing FLIP file: %s."
2941 #: src/language/stats/flip.c:261
2943 msgid "Could not create acceptable variant for variable %s."
2946 #: src/language/stats/flip.c:277
2947 msgid "Cannot create more than 99999 variable names."
2950 #: src/language/stats/flip.c:393
2952 msgid "Error rewinding FLIP file: %s."
2955 #: src/language/stats/flip.c:400
2956 msgid "Error creating FLIP source file."
2959 #: src/language/stats/flip.c:413
2961 msgid "Error reading FLIP file: %s."
2964 #: src/language/stats/flip.c:415
2965 msgid "Unexpected end of file reading FLIP file."
2968 #: src/language/stats/flip.c:431
2970 msgid "Error seeking FLIP source file: %s."
2973 #: src/language/stats/flip.c:439
2975 msgid "Error writing FLIP source file: %s."
2978 #: src/language/stats/flip.c:450
2980 msgid "Error closing FLIP source file: %s."
2983 #: src/language/stats/flip.c:458
2985 msgid "Error rewinding FLIP source file: %s."
2988 #: src/language/stats/flip.c:487
2990 msgid "Error reading FLIP temporary file: %s."
2993 #: src/language/stats/flip.c:490
2994 msgid "Unexpected end of file reading FLIP temporary file."
2997 #: src/language/stats/frequencies.q:124
3001 #: src/language/stats/frequencies.q:126
3005 #: src/language/stats/frequencies.q:130
3009 #: src/language/stats/frequencies.q:132
3013 #: src/language/stats/frequencies.q:409
3015 "At most one of BARCHART, HISTOGRAM, or HBAR should be given. HBAR will be "
3016 "assumed. Argument values will be given precedence increasing along the "
3020 #: src/language/stats/frequencies.q:492
3023 "MAX must be greater than or equal to MIN, if both are specified. However, "
3024 "MIN was specified as %g and MAX as %g. MIN and MAX will be ignored."
3027 #: src/language/stats/frequencies.q:758
3029 msgid "Variable %s specified multiple times on VARIABLES subcommand."
3032 #: src/language/stats/frequencies.q:821
3033 msgid "`)' expected after GROUPED interval list."
3036 #: src/language/stats/frequencies.q:833
3038 msgid "Variables %s specified on GROUPED but not on VARIABLES."
3041 #: src/language/stats/frequencies.q:840
3043 msgid "Variables %s specified multiple times on GROUPED subcommand."
3046 #: src/language/stats/frequencies.q:1058 src/language/stats/frequencies.q:1151
3047 #: src/language/stats/frequencies.q:1152 src/language/stats/frequencies.q:1186
3051 #: src/language/stats/frequencies.q:1060 src/output/charts/plot-hist.c:126
3055 #: src/language/stats/frequencies.q:1081
3059 #: src/language/stats/frequencies.q:1184
3063 #: src/language/stats/frequencies.q:1185 src/language/stats/frequencies.q:1187
3067 #: src/language/stats/frequencies.q:1378
3069 msgid "No valid data for variable %s; statistics not displayed."
3072 #: src/language/stats/frequencies.q:1420
3076 #: src/language/stats/glm.q:147
3077 msgid "Multivariate GLM not yet supported"
3080 #: src/language/stats/glm.q:271 src/language/stats/regression.q:1159
3081 msgid "Dependent variable must be numeric."
3084 #: src/language/stats/glm.q:346 src/language/stats/regression.q:1256
3085 msgid "No valid data found. This command was skipped."
3088 #: src/language/stats/means.q:100
3089 msgid "Missing required subcommand TABLES."
3092 #: src/language/stats/means.q:134
3093 msgid "TABLES subcommand may not appear more than once."
3096 #: src/language/stats/npar.q:98
3097 msgid "NPAR subcommand not currently implemented."
3100 #: src/language/stats/npar.q:236
3103 "The specified value of HI (%d) is lower than the specified value of LO (%d)"
3106 #: src/language/stats/npar.q:291
3109 "%d expected values were given, but the specified range (%d-%d) requires "
3110 "exactly %d values."
3113 #: src/language/stats/npar.q:425 src/language/stats/t-test.q:486
3116 "PAIRED was specified but the number of variables preceding WITH (%zu) did "
3117 "not match the number following (%zu)."
3120 #: src/language/stats/npar-summary.c:108
3121 msgid "Descriptive Statistics"
3124 #: src/language/stats/npar-summary.c:145
3128 #: src/language/stats/npar-summary.c:148
3129 msgid "50th (Median)"
3132 #: src/language/stats/npar-summary.c:151
3136 #: src/language/stats/oneway.q:169
3137 msgid "Number of contrast coefficients must equal the number of groups"
3140 #: src/language/stats/oneway.q:178
3142 msgid "Coefficients for contrast %zu do not total zero"
3145 #: src/language/stats/oneway.q:244
3147 msgid "`%s' is not a variable name"
3150 #: src/language/stats/oneway.q:278 src/language/stats/regression.q:310
3151 msgid "Sum of Squares"
3154 #: src/language/stats/oneway.q:280 src/language/stats/regression.q:312
3158 #: src/language/stats/oneway.q:281 src/language/stats/regression.q:313
3159 #: src/language/stats/t-test.q:979
3163 #: src/language/stats/oneway.q:282 src/language/stats/oneway.q:536
3164 #: src/language/stats/regression.q:216 src/language/stats/regression.q:314
3165 msgid "Significance"
3168 #: src/language/stats/oneway.q:304
3169 msgid "Between Groups"
3172 #: src/language/stats/oneway.q:305
3173 msgid "Within Groups"
3176 #: src/language/stats/oneway.q:352 src/language/stats/regression.q:340
3180 #: src/language/stats/oneway.q:533
3181 msgid "Levene Statistic"
3184 #: src/language/stats/oneway.q:534
3188 #: src/language/stats/oneway.q:535
3192 #: src/language/stats/oneway.q:539
3193 msgid "Test of Homogeneity of Variances"
3196 #: src/language/stats/oneway.q:607
3197 msgid "Contrast Coefficients"
3200 #: src/language/stats/oneway.q:609 src/language/stats/oneway.q:676
3204 #: src/language/stats/oneway.q:674
3205 msgid "Contrast Tests"
3208 #: src/language/stats/oneway.q:677
3209 msgid "Value of Contrast"
3212 #: src/language/stats/oneway.q:679 src/language/stats/regression.q:215
3213 #: src/language/stats/t-test.q:981 src/language/stats/t-test.q:1173
3214 #: src/language/stats/t-test.q:1266
3218 #: src/language/stats/oneway.q:681 src/language/stats/t-test.q:983
3219 #: src/language/stats/t-test.q:1175 src/language/stats/t-test.q:1268
3220 msgid "Sig. (2-tailed)"
3223 #: src/language/stats/oneway.q:725
3224 msgid "Assume equal variances"
3227 #: src/language/stats/oneway.q:729
3228 msgid "Does not assume equal"
3231 #: src/language/stats/rank.q:220
3233 msgid "%s of %s by %s"
3236 #: src/language/stats/rank.q:225
3241 #: src/language/stats/rank.q:601
3242 msgid "Cannot create new rank variable. All candidates in use."
3245 #: src/language/stats/rank.q:694
3246 msgid "Variables Created By RANK"
3249 #: src/language/stats/rank.q:718
3251 msgid "%s into %s(%s of %s using %s BY %s)"
3254 #: src/language/stats/rank.q:729
3256 msgid "%s into %s(%s of %s BY %s)"
3259 #: src/language/stats/rank.q:743
3261 msgid "%s into %s(%s of %s using %s)"
3264 #: src/language/stats/rank.q:753
3266 msgid "%s into %s(%s of %s)"
3269 #: src/language/stats/rank.q:766
3271 "FRACTION has been specified, but NORMAL and PROPORTION rank functions have "
3272 "not been requested. The FRACTION subcommand will be ignored."
3275 #: src/language/stats/rank.q:859
3277 msgid "Variable %s already exists."
3280 #: src/language/stats/rank.q:864
3281 msgid "Too many variables in INTO clause."
3284 #: src/language/stats/regression.q:167
3288 #: src/language/stats/regression.q:168
3292 #: src/language/stats/regression.q:169
3293 msgid "Adjusted R Square"
3296 #: src/language/stats/regression.q:170
3297 msgid "Std. Error of the Estimate"
3300 #: src/language/stats/regression.q:175
3301 msgid "Model Summary"
3304 #: src/language/stats/regression.q:212
3308 #: src/language/stats/regression.q:214
3312 #: src/language/stats/regression.q:217
3316 #: src/language/stats/regression.q:279
3317 msgid "Coefficients"
3320 #: src/language/stats/regression.q:316
3324 #: src/language/stats/regression.q:395
3328 #: src/language/stats/regression.q:396
3332 #: src/language/stats/regression.q:411
3333 msgid "Coefficient Correlations"
3336 #: src/language/stats/regression.q:1032
3338 "The dependent variable is equal to the independent variable.The least "
3339 "squares line is therefore Y=X.Standard errors and related statistics may be "
3343 #: src/language/stats/sort-cases.c:64
3344 msgid "Buffer limit must be at least 2."
3347 #: src/language/stats/sort-criteria.c:69
3348 msgid "`A' or `D' expected inside parentheses."
3351 #: src/language/stats/sort-criteria.c:74
3352 msgid "`)' expected."
3355 #: src/language/stats/sort-criteria.c:85
3357 msgid "Variable %s specified twice in sort criteria."
3360 #: src/language/stats/t-test.q:275
3361 msgid "TESTVAL, GROUPS and PAIRS subcommands are mutually exclusive."
3364 #: src/language/stats/t-test.q:293
3365 msgid "VARIABLES subcommand is not appropriate with PAIRS"
3368 #: src/language/stats/t-test.q:331
3369 msgid "One or more VARIABLES must be specified."
3372 #: src/language/stats/t-test.q:380
3374 msgid "Long string variable %s is not valid here."
3377 #: src/language/stats/t-test.q:400 src/language/stats/t-test.q:414
3379 "When applying GROUPS to a string variable, two values must be specified."
3382 #: src/language/stats/t-test.q:503
3383 msgid "At least two variables must be specified on PAIRS."
3386 #: src/language/stats/t-test.q:680
3387 msgid "One-Sample Statistics"
3390 #: src/language/stats/t-test.q:685 src/language/stats/t-test.q:708
3391 #: src/language/stats/t-test.q:833
3395 #: src/language/stats/t-test.q:703
3396 msgid "Group Statistics"
3399 #: src/language/stats/t-test.q:827
3400 msgid "Paired Sample Statistics"
3403 #: src/language/stats/t-test.q:849 src/language/stats/t-test.q:1194
3404 #: src/language/stats/t-test.q:1385
3409 #: src/language/stats/t-test.q:967
3410 msgid "Independent Samples Test"
3413 #: src/language/stats/t-test.q:975
3414 msgid "Levene's Test for Equality of Variances"
3417 #: src/language/stats/t-test.q:977
3418 msgid "t-test for Equality of Means"
3421 #: src/language/stats/t-test.q:980 src/language/stats/t-test.q:1370
3425 #: src/language/stats/t-test.q:984 src/language/stats/t-test.q:1269
3426 msgid "Mean Difference"
3429 #: src/language/stats/t-test.q:985
3430 msgid "Std. Error Difference"
3433 #: src/language/stats/t-test.q:990 src/language/stats/t-test.q:1165
3434 #: src/language/stats/t-test.q:1261
3436 msgid "%g%% Confidence Interval of the Difference"
3439 #: src/language/stats/t-test.q:1045
3440 msgid "Equal variances assumed"
3443 #: src/language/stats/t-test.q:1097
3444 msgid "Equal variances not assumed"
3447 #: src/language/stats/t-test.q:1155
3448 msgid "Paired Samples Test"
3451 #: src/language/stats/t-test.q:1158
3452 msgid "Paired Differences"
3455 #: src/language/stats/t-test.q:1170
3456 msgid "Std. Error Mean"
3459 #: src/language/stats/t-test.q:1250
3460 msgid "One-Sample Test"
3463 #: src/language/stats/t-test.q:1255
3465 msgid "Test Value = %f"
3468 #: src/language/stats/t-test.q:1365
3469 msgid "Paired Samples Correlations"
3472 #: src/language/stats/t-test.q:1369
3476 #: src/language/stats/t-test.q:1388
3481 #: src/language/syntax-file.c:87
3483 msgid "opening \"%s\" as syntax file"
3486 #: src/language/syntax-file.c:92
3488 msgid "Opening `%s': %s."
3491 #: src/language/syntax-file.c:105
3493 msgid "Reading `%s': %s."
3496 #: src/language/syntax-file.c:125
3498 msgid "Closing `%s': %s."
3501 #: src/language/tests/check-model.q:137
3502 msgid "PATH and SEARCH subcommands are mutually exclusive. Ignoring PATH."
3505 #: src/language/tests/check-model.q:155
3506 msgid "At least one value must be specified on PATH."
3509 #: src/language/tests/check-model.q:166
3511 msgid "Hash bits adjusted to %d."
3514 #: src/language/tests/check-model.q:207
3516 msgid "error opening \"%s\" for writing"
3519 #: src/language/tests/float-format.c:124
3521 msgid "%zu-byte string needed but %zu-byte string supplied."
3524 #: src/language/tests/float-format.c:136
3525 msgid "Hexadecimal floating constant too long."
3528 #: src/language/tests/float-format.c:201
3531 "%s conversion of %s from %s to %s should have produced %s but actually "
3535 #: src/language/tests/float-format.c:247
3536 msgid "Too many values in single command."
3539 #: src/language/tests/moments-test.c:47
3540 msgid "expecting weight value"
3543 #: src/language/utilities/cd.c:43
3545 msgid "Cannot change directory to %s: %s "
3548 #: src/language/utilities/date.c:32
3549 msgid "Only USE ALL is currently implemented."
3552 #: src/language/utilities/include.c:91
3553 msgid "Expecting BATCH or INTERACTIVE after SYNTAX."
3556 #: src/language/utilities/include.c:108
3557 msgid "Expecting YES or NO after CD."
3560 #: src/language/utilities/include.c:125
3561 msgid "Expecting CONTINUE or STOP after ERROR."
3564 #: src/language/utilities/include.c:132
3566 msgid "Unexpected token: `%s'."
3569 #: src/language/utilities/include.c:177
3570 msgid "expecting file name"
3573 #: src/language/utilities/include.c:189
3575 msgid "Can't find `%s' in include file search path."
3578 #: src/language/utilities/permissions.c:73
3580 msgid "Expecting %s or %s."
3583 #: src/language/utilities/permissions.c:106
3585 msgid "Cannot stat %s: %s"
3588 #: src/language/utilities/permissions.c:119
3590 msgid "Cannot change mode of %s: %s"
3593 #: src/language/utilities/set.q:201 src/language/utilities/set.q:203
3594 #: src/language/utilities/set.q:205 src/language/utilities/set.q:207
3595 #: src/language/utilities/set.q:209 src/language/utilities/set.q:211
3596 #: src/language/utilities/set.q:213 src/language/utilities/set.q:215
3597 #: src/language/utilities/set.q:217
3599 msgid "%s is obsolete."
3602 #: src/language/utilities/set.q:220
3604 msgid "%s is not implemented."
3607 #: src/language/utilities/set.q:223
3608 msgid "Active file compression is not implemented."
3611 #: src/language/utilities/set.q:347
3614 "%s: Custom currency string `%s' does not contain exactly three periods or "
3615 "commas (or it contains both)."
3618 #: src/language/utilities/set.q:403
3619 msgid "EPOCH must be 1500 or later."
3622 #: src/language/utilities/set.q:410
3623 msgid "expecting AUTOMATIC or year"
3626 #: src/language/utilities/set.q:431
3627 msgid "LENGTH must be at least 1."
3630 #: src/language/utilities/set.q:475
3631 msgid "WIDTH must be at least 40."
3634 #: src/language/utilities/set.q:498
3637 "FORMAT requires numeric output format as an argument. Specified format %s "
3638 "is of type string."
3641 #: src/language/utilities/set.q:565
3642 msgid "BLANKS is SYSMIS."
3645 #: src/language/utilities/set.q:567
3647 msgid "BLANKS is %g."
3650 #: src/language/utilities/set.q:602
3652 msgid "%s is \"%s\"."
3655 #: src/language/utilities/set.q:638
3657 msgid "DECIMAL is \"%c\"."
3660 #: src/language/utilities/set.q:644
3662 msgid "ENDCMD is \"%c\"."
3665 #: src/language/utilities/set.q:652
3667 msgid "ERRORS is \"%s\"."
3670 #: src/language/utilities/set.q:663
3672 msgid "FORMAT is %s."
3675 #: src/language/utilities/set.q:669
3677 msgid "LENGTH is %d."
3680 #: src/language/utilities/set.q:675
3682 msgid "MXERRS is %d."
3685 #: src/language/utilities/set.q:681
3687 msgid "MXLOOPS is %d."
3690 #: src/language/utilities/set.q:687
3692 msgid "MXWARNS is %d."
3695 #: src/language/utilities/set.q:694 src/language/utilities/set.q:745
3697 msgid "%s is %s (%s)."
3700 #: src/language/utilities/set.q:766
3701 msgid "SCOMPRESSION is ON."
3704 #: src/language/utilities/set.q:768
3705 msgid "SCOMPRESSION is OFF."
3708 #: src/language/utilities/set.q:775
3709 msgid "UNDEFINED is WARN."
3712 #: src/language/utilities/set.q:777
3713 msgid "UNDEFINED is NOWARN."
3716 #: src/language/utilities/set.q:785
3717 msgid "WEIGHT is off."
3720 #: src/language/utilities/set.q:787
3722 msgid "WEIGHT is variable %s."
3725 #: src/language/utilities/set.q:805
3727 msgid "WIDTH is %d."
3730 #: src/language/utilities/title.c:68
3732 msgid "%s: `.' expected after string."
3735 #: src/language/utilities/title.c:108
3737 msgid " (Entered %s)"
3740 #: src/language/xforms/compute.c:146 src/language/xforms/compute.c:194
3743 "When executing COMPUTE: SYSMIS is not a valid value as an index into vector %"
3747 #: src/language/xforms/compute.c:150 src/language/xforms/compute.c:201
3750 "When executing COMPUTE: %g is not a valid value as an index into vector %s."
3753 #: src/language/xforms/compute.c:344
3755 msgid "There is no vector named %s."
3758 #: src/language/xforms/count.c:123
3759 msgid "Destination cannot be a string variable."
3762 #: src/language/xforms/recode.c:245
3764 "Inconsistent target variable types. Target variables must be all numeric or "
3768 #: src/language/xforms/recode.c:266
3769 msgid "CONVERT requires string input values and numeric output values."
3772 #: src/language/xforms/recode.c:316
3773 msgid "THRU is not allowed with string variables."
3776 #: src/language/xforms/recode.c:390
3777 msgid "expecting output value"
3780 #: src/language/xforms/recode.c:439
3783 "%zu variable(s) cannot be recoded into %zu variable(s). Specify the same "
3784 "number of variables as source and target variables."
3787 #: src/language/xforms/recode.c:454
3790 "There is no variable named %s. (All string variables specified on INTO must "
3791 "already exist. Use the STRING command to create a string variable.)"
3794 #: src/language/xforms/recode.c:469
3796 msgid "INTO is required with %s input values and %s output values."
3799 #: src/language/xforms/recode.c:482
3801 msgid "Type mismatch. Cannot store %s data in %s variable %s."
3804 #: src/language/xforms/sample.c:76
3805 msgid "The sampling factor must be between 0 and 1 exclusive."
3808 #: src/language/xforms/sample.c:96
3810 msgid "Cannot sample %d observations from a population of %d."
3813 #: src/language/xforms/select-if.c:100
3814 msgid "Syntax error expecting OFF or BY. Turning off case filtering."
3817 #: src/language/xforms/select-if.c:115
3818 msgid "The filter variable must be numeric."
3821 #: src/language/xforms/select-if.c:121
3822 msgid "The filter variable may not be scratch."
3825 #: src/libpspp/hash.c:614
3830 #: src/math/percentiles.c:40
3834 #: src/math/percentiles.c:41
3835 msgid "Weighted Average"
3838 #: src/math/percentiles.c:42
3842 #: src/math/percentiles.c:43
3846 #: src/math/percentiles.c:44
3847 msgid "Empirical with averaging"
3850 #: src/output/afm.c:149
3852 msgid "opening font metrics file \"%s\""
3855 #: src/output/afm.c:239
3856 msgid "first line must be StartFontMetrics"
3859 #: src/output/afm.c:266
3861 msgid "unsupported MappingScheme %d"
3864 #: src/output/afm.c:287
3865 msgid "required FontName is missing"
3868 #: src/output/afm.c:394
3869 msgid "CharMetrics line must start with C or CH"
3872 #: src/output/afm.c:535
3874 msgid "reference to unknown character \"%s\""
3877 #: src/output/afm.c:593
3878 msgid "expected end of file"
3881 #: src/output/afm.c:605
3882 msgid "syntax error expecting end of line"
3885 #: src/output/afm.c:623 src/output/afm.c:660
3886 msgid "number out of valid range"
3889 #: src/output/afm.c:625 src/output/afm.c:662
3890 msgid "invalid numeric syntax"
3893 #: src/output/afm.c:641
3894 msgid "syntax error expecting integer"
3897 #: src/output/afm.c:679
3898 msgid "syntax error expecting number"
3901 #: src/output/afm.c:692
3902 msgid "syntax error in hex constant"
3905 #: src/output/afm.c:707
3906 msgid "syntax error expecting hex constant"
3909 #: src/output/afm.c:745
3910 msgid "unexpected end of line"
3913 #: src/output/afm.c:795
3914 msgid "unexpected end of line expecting string"
3917 #: src/output/ascii.c:251
3920 "ascii: page excluding margins and headers must be at least 59 characters "
3921 "wide by 15 lines long, but as configured is only %d characters by %d lines"
3924 #: src/output/ascii.c:329
3927 "ascii: bad index value for `box' key: syntax is box[INDEX], 0 <= INDEX < %d "
3928 "decimal, with INDEX expressed in base 4"
3931 #: src/output/ascii.c:336
3933 msgid "ascii: multiple values for %s"
3936 #: src/output/ascii.c:344
3938 msgid "ascii: unknown parameter `%s'"
3941 #: src/output/ascii.c:360
3942 msgid "ascii: only screen devices may have `auto' length or width"
3945 #: src/output/ascii.c:374
3947 msgid "ascii: positive integer required as `%s' value"
3950 #: src/output/ascii.c:402
3951 msgid "ascii: `emphasis' value must be `bold', `underline', or `none'"
3954 #: src/output/ascii.c:415
3956 msgid "ascii: zero or positive integer required as `%s' value"
3959 #: src/output/ascii.c:446
3961 msgid "ascii: boolean value expected for `%s'"
3964 #: src/output/ascii.c:478 src/output/html.c:187
3965 msgid "`chart-files' value must contain `#'"
3968 #: src/output/ascii.c:524
3970 msgid "ascii: opening output file \"%s\""
3973 #: src/output/ascii.c:587
3975 msgid "ascii: bad line (%d,%d)-(%d,%d) out of (%d,%d)\n"
3978 #: src/output/ascii.c:809 src/output/postscript.c:826
3980 msgid "%s - Page %d"
3983 #: src/output/ascii.c:861
3985 msgid "ascii: closing output file \"%s\""
3988 #: src/output/chart.c:145
3990 msgid "creating \"%s\""
3993 #: src/output/charts/plot-hist.c:124
3997 #: src/output/html.c:71
3999 msgid "opening HTML output file: %s"
4002 #: src/output/html.c:82
4006 #: src/output/html.c:170
4008 msgid "unknown configuration parameter `%s' for HTML device driver"
4011 #: src/output/journal.c:68
4013 msgid "error writing \"%s\""
4016 #: src/output/journal.c:90
4018 msgid "error creating \"%s\""
4021 #: src/output/output.c:166
4023 msgid "unknown output driver `%s'"
4026 #: src/output/output.c:168
4028 msgid "output driver `%s' referenced but never defined"
4031 #: src/output/output.c:259
4032 msgid "using default output driver configuration"
4035 #: src/output/output.c:288
4036 msgid "cannot find output initialization file (use `-vv' to view search path)"
4039 #: src/output/output.c:296
4041 msgid "cannot open \"%s\""
4044 #: src/output/output.c:308
4046 msgid "reading \"%s\""
4049 #: src/output/output.c:330
4050 msgid "syntax error"
4053 #: src/output/output.c:339
4055 msgid "error closing \"%s\""
4058 #: src/output/output.c:347
4059 msgid "no active output drivers"
4062 #: src/output/output.c:350
4063 msgid "error reading device definition file"
4066 #: src/output/output.c:468
4073 #: src/output/output.c:500
4075 msgid "syntax error parsing options for \"%s\" driver"
4078 #: src/output/output.c:516
4081 "reached end of options inside quoted string parsing options for \"%s\" driver"
4084 #: src/output/output.c:586
4086 msgid "syntax error in string constant parsing options for \"%s\" driver"
4089 #: src/output/output.c:634
4091 msgid "syntax error expecting `=' parsing options for driver \"%s\""
4094 #: src/output/output.c:685
4096 msgid "unknown output driver class `%.*s'"
4099 #: src/output/output.c:700
4101 msgid "unknown device type `%.*s'"
4104 #: src/output/output.c:717
4106 msgid "cannot initialize output driver `%s' of class `%s'"
4109 #: src/output/output.c:763
4110 msgid "driver definition line missing driver name or class name"
4113 #: src/output/output.c:866
4115 msgid "`%s' is not a valid length."
4118 #: src/output/output.c:958
4120 msgid "unknown paper type `%.*s'"
4123 #: src/output/output.c:976
4125 msgid "error opening \"%s\""
4128 #: src/output/output.c:987
4130 msgid "error reading \"%s\""
4133 #: src/output/output.c:1004
4135 msgid "paper size file \"%s\" does not state a paper size"
4138 #: src/output/output.c:1064
4140 msgid "syntax error in paper size `%s'"
4143 #: src/output/postscript.c:158
4145 msgid "opening PostScript output file \"%s\""
4148 #: src/output/postscript.c:196
4151 "The defined PostScript page is not long enough to hold margins and headers, "
4152 "plus least 15 lines of the default fonts. In fact, there's only room for %d "
4153 "lines of each font at the default size of %d.%03d points."
4156 #: src/output/postscript.c:246
4158 msgid "closing PostScript output file \"%s\""
4161 #: src/output/postscript.c:309
4163 msgid "unknown configuration parameter `%s' for PostScript device driver"
4166 #: src/output/postscript.c:325
4169 "unknown orientation `%s' (valid orientations are `portrait' and `landscape')"
4172 #: src/output/postscript.c:337
4174 msgid "boolean value expected for %s"
4177 #: src/output/postscript.c:350
4179 msgid "positive integer value required for `%s'"
4182 #: src/output/postscript.c:355
4184 msgid "default font size must be at least 1 point (value of 1000 for key `%s')"
4187 #: src/output/postscript.c:1176
4189 msgid "\"%s\": bad font specification"
4192 #: src/output/postscript.c:1184
4194 msgid "could not find AFM file \"%s\""
4197 #: src/output/postscript.c:1198
4199 msgid "could not find font \"%s\""
4202 #: src/output/postscript.c:1207
4204 msgid "could not find encoding \"%s\""
4207 #: src/output/postscript.c:1307
4209 msgid "cannot open font file \"%s\""
4212 #: src/output/postscript.c:1348
4214 msgid "reading font file \"%s\""
4217 #: src/output/postscript.c:1370
4219 msgid "cannot open font encoding file \"%s\""
4222 #: src/output/postscript.c:1399
4223 msgid "invalid numeric format"
4226 #: src/output/postscript.c:1421
4228 msgid "closing Postscript encoding \"%s\""
4231 #: src/output/table.c:234
4233 msgid "bad vline: x=%d+%d=%d y=(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
4236 #: src/output/table.c:305
4239 "bad box: (%d+%d=%d,%d+%d=%d)-(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
4242 #: src/ui/gui/comments-dialog.c:59
4244 msgid "Column Number: %d"
4247 #: src/ui/gui/customentry.c:334
4248 msgid "Style of bevel around the custom entry button"
4251 #: src/ui/gui/data-editor.c:162
4252 msgid "Transformations Pending"
4255 #: src/ui/gui/data-editor.c:424
4259 #: src/ui/gui/data-editor.c:425
4260 msgid "Show/hide value labels"
4263 #: src/ui/gui/data-editor.c:443 src/ui/gui/data-editor.c:460
4264 #: src/ui/gui/data-editor.c:1799 src/ui/gui/data-editor.c:1852
4268 #: src/ui/gui/data-editor.c:444
4269 msgid "Delete the cases at the selected position(s)"
4272 #: src/ui/gui/data-editor.c:461
4273 msgid "Delete the variables at the selected position(s)"
4276 #: src/ui/gui/data-editor.c:475 src/ui/gui/data-editor.c:1796
4277 #: src/ui/gui/data-editor.glade:137 src/ui/gui/data-editor.glade:789
4278 msgid "Insert Variable"
4281 #: src/ui/gui/data-editor.c:476
4282 msgid "Create a new variable at the current position"
4285 #: src/ui/gui/data-editor.c:494 src/ui/gui/data-editor.c:1849
4286 #: src/ui/gui/data-editor.glade:777
4290 #: src/ui/gui/data-editor.c:495
4291 msgid "Create a new case at the current position"
4294 #: src/ui/gui/data-editor.c:515
4298 #: src/ui/gui/data-editor.c:516
4299 msgid "Jump to a Case in the Data Sheet"
4302 #: src/ui/gui/data-editor.c:535
4306 #: src/ui/gui/data-editor.c:536
4307 msgid "Weight cases by variable"
4310 #: src/ui/gui/data-editor.c:545 src/ui/gui/data-editor.glade:312
4314 #: src/ui/gui/data-editor.c:546
4315 msgid "Transpose the cases with the variables"
4318 #: src/ui/gui/data-editor.c:557
4322 #: src/ui/gui/data-editor.c:558
4323 msgid "Split the active file"
4326 #: src/ui/gui/data-editor.c:568
4330 #: src/ui/gui/data-editor.c:569
4331 msgid "Sort cases in the active file"
4334 #: src/ui/gui/data-editor.c:577 src/ui/gui/data-editor.glade:347
4335 #: src/ui/gui/data-editor.glade:832
4336 msgid "Select Cases"
4339 #: src/ui/gui/data-editor.c:578
4340 msgid "Select cases from the active file"
4343 #: src/ui/gui/data-editor.c:587
4347 #: src/ui/gui/data-editor.c:588
4348 msgid "Compute new values for a variable"
4351 #: src/ui/gui/data-editor.c:596
4352 msgid "Oneway _ANOVA"
4355 #: src/ui/gui/data-editor.c:597
4356 msgid "Perform one way analysis of variance"
4359 #: src/ui/gui/data-editor.c:605 src/ui/gui/data-editor.glade:484
4360 msgid "_Independent Samples T Test"
4363 #: src/ui/gui/data-editor.c:606
4364 msgid "Calculate T Test for samples from independent groups"
4367 #: src/ui/gui/data-editor.c:615
4368 msgid "Data File Comments"
4371 #: src/ui/gui/data-editor.c:616
4372 msgid "Commentary text for the data file"
4375 #: src/ui/gui/data-editor.c:624 src/ui/gui/data-editor.glade:757
4379 #: src/ui/gui/data-editor.c:625
4383 #: src/ui/gui/data-editor.c:634 src/ui/gui/data-editor.glade:384
4387 #: src/ui/gui/data-editor.c:635
4391 #: src/ui/gui/data-editor.c:644 src/ui/gui/data-editor.glade:286
4392 #: src/ui/gui/data-editor.glade:736
4396 #: src/ui/gui/data-editor.c:645
4397 msgid "Jump to Variable"
4400 #: src/ui/gui/data-editor.c:653 src/ui/gui/data-editor.glade:438
4401 msgid "_Descriptives"
4404 #: src/ui/gui/data-editor.c:654
4405 msgid "Calculate descriptive statistics (mean, variance, ...)"
4408 #: src/ui/gui/data-editor.c:1077
4409 msgid "Font Selection"
4412 #: src/ui/gui/data-editor.c:1284
4416 #: src/ui/gui/data-editor.c:1293
4420 #: src/ui/gui/data-editor.c:1318
4424 #: src/ui/gui/data-editor.c:1331
4426 msgid "Filter by %s"
4429 #: src/ui/gui/data-editor.c:1349
4433 #: src/ui/gui/data-editor.c:1362
4435 msgid "Weight by %s"
4438 #: src/ui/gui/data-editor.c:1385 src/ui/gui/data-editor.c:1619
4439 #: src/ui/gui/data-editor.glade:648
4443 #: src/ui/gui/data-editor.c:1386
4444 msgid "Open a data file"
4447 #: src/ui/gui/data-editor.c:1394 src/ui/gui/data-editor.c:1501
4448 #: src/ui/gui/data-editor.glade:658
4452 #: src/ui/gui/data-editor.c:1395 src/ui/gui/data-editor.c:1405
4453 msgid "Save data to file"
4456 #: src/ui/gui/data-editor.c:1404
4460 #: src/ui/gui/data-editor.c:1413
4464 #: src/ui/gui/data-editor.c:1414
4465 msgid "New data file"
4468 #: src/ui/gui/data-editor.c:1509 src/ui/gui/data-editor.c:1627
4469 msgid "System Files (*.sav)"
4472 #: src/ui/gui/data-editor.c:1515 src/ui/gui/data-editor.c:1633
4473 msgid "Portable Files (*.por) "
4476 #: src/ui/gui/data-editor.c:1521 src/ui/gui/data-editor.c:1639
4477 #: src/ui/gui/syntax-editor.c:138 src/ui/gui/syntax-editor.c:522
4481 #: src/ui/gui/data-editor.c:1529
4485 #: src/ui/gui/data-editor.c:1534
4486 msgid "Portable File"
4489 #: src/ui/gui/data-editor.c:1789
4490 msgid "Sort Ascending"
4493 #: src/ui/gui/data-editor.c:1792
4494 msgid "Sort Descending"
4497 #: src/ui/gui/data-editor.glade:18 src/ui/gui/output-viewer.glade:22
4498 #: src/ui/gui/syntax-editor.glade:39
4502 #: src/ui/gui/data-editor.glade:33 src/ui/gui/data-editor.glade:59
4503 #: src/ui/gui/syntax-editor.glade:57 src/ui/gui/syntax-editor.glade:87
4507 #: src/ui/gui/data-editor.glade:40 src/ui/gui/data-editor.glade:66
4508 #: src/ui/gui/data-editor.glade:297 src/ui/gui/syntax-editor.glade:66
4509 #: src/ui/gui/syntax-editor.glade:96
4513 #: src/ui/gui/data-editor.glade:98
4514 msgid "Recently Used Da_ta"
4517 #: src/ui/gui/data-editor.glade:105
4518 msgid "Recently Used _Files"
4521 #: src/ui/gui/data-editor.glade:129 src/ui/gui/output-viewer.glade:55
4522 #: src/ui/gui/syntax-editor.glade:143
4526 #: src/ui/gui/data-editor.glade:145
4527 msgid "Insert Cases"
4530 #: src/ui/gui/data-editor.glade:153 src/ui/gui/data-editor.glade:726
4534 #: src/ui/gui/data-editor.glade:194
4535 msgid "Cl_ear Variables"
4538 #: src/ui/gui/data-editor.glade:202
4539 msgid "_Clear Cases"
4542 #: src/ui/gui/data-editor.glade:215
4546 #: src/ui/gui/data-editor.glade:226
4550 #: src/ui/gui/data-editor.glade:233
4554 #: src/ui/gui/data-editor.glade:240
4558 #: src/ui/gui/data-editor.glade:252
4562 #: src/ui/gui/data-editor.glade:259
4566 #: src/ui/gui/data-editor.glade:267 src/ui/gui/data-editor.glade:852
4567 #: src/ui/gui/data-editor.glade:1547 src/ui/gui/data-editor.glade:1728
4568 msgid "Value Labels"
4571 #: src/ui/gui/data-editor.glade:279
4575 #: src/ui/gui/data-editor.glade:304
4579 #: src/ui/gui/data-editor.glade:319
4583 #: src/ui/gui/data-editor.glade:326
4587 #: src/ui/gui/data-editor.glade:339 src/ui/gui/data-editor.glade:809
4591 #: src/ui/gui/data-editor.glade:354 src/ui/gui/data-editor.glade:820
4592 msgid "Weight Cases"
4595 #: src/ui/gui/data-editor.glade:366
4599 #: src/ui/gui/data-editor.glade:376
4603 #: src/ui/gui/data-editor.glade:397
4604 msgid "_Run Pending Transforms"
4607 #: src/ui/gui/data-editor.glade:410
4611 #: src/ui/gui/data-editor.glade:420
4612 msgid "_Descriptive Statistics"
4615 #: src/ui/gui/data-editor.glade:430
4616 msgid "_Frequencies"
4619 #: src/ui/gui/data-editor.glade:446
4623 #: src/ui/gui/data-editor.glade:454
4627 #: src/ui/gui/data-editor.glade:466
4628 msgid "Compare _Means"
4631 #: src/ui/gui/data-editor.glade:476
4632 msgid "_One Sample T Test"
4635 #: src/ui/gui/data-editor.glade:492
4636 msgid "_Paired Samples T Test"
4639 #: src/ui/gui/data-editor.glade:500
4640 msgid "One Way _ANOVA"
4643 #: src/ui/gui/data-editor.glade:512
4644 msgid "Bivariate _Correlation"
4647 #: src/ui/gui/data-editor.glade:520
4648 msgid "Linear _Regression"
4651 #: src/ui/gui/data-editor.glade:528
4652 msgid "_Non-Parametric Statistics"
4655 #: src/ui/gui/data-editor.glade:538
4659 #: src/ui/gui/data-editor.glade:546
4663 #: src/ui/gui/data-editor.glade:562
4667 #: src/ui/gui/data-editor.glade:572
4671 #: src/ui/gui/data-editor.glade:581
4672 msgid "Data File _Comments"
4675 #: src/ui/gui/data-editor.glade:592 src/ui/gui/output-viewer.glade:78
4676 #: src/ui/gui/syntax-editor.glade:234
4680 #: src/ui/gui/data-editor.glade:599 src/ui/gui/output-viewer.glade:88
4681 #: src/ui/gui/syntax-editor.glade:243
4682 msgid "_Minimize All Windows"
4685 #: src/ui/gui/data-editor.glade:610 src/ui/gui/output-viewer.glade:99
4686 #: src/ui/gui/syntax-editor.glade:254
4690 #: src/ui/gui/data-editor.glade:617 src/ui/gui/output-viewer.glade:106
4691 #: src/ui/gui/syntax-editor.glade:262
4692 msgid "_Reference Manual"
4695 #: src/ui/gui/data-editor.glade:624 src/ui/gui/output-viewer.glade:113
4696 #: src/ui/gui/syntax-editor.glade:269
4700 #: src/ui/gui/data-editor.glade:668
4704 #: src/ui/gui/data-editor.glade:678
4708 #: src/ui/gui/data-editor.glade:696
4712 #: src/ui/gui/data-editor.glade:706
4716 #: src/ui/gui/data-editor.glade:863
4720 #: src/ui/gui/data-editor.glade:945
4724 #: src/ui/gui/data-editor.glade:972
4725 msgid "Variable View"
4728 #: src/ui/gui/data-editor.glade:1002
4729 msgid "Information Area"
4732 #: src/ui/gui/data-editor.glade:1021
4733 msgid "Processor Area"
4736 #: src/ui/gui/data-editor.glade:1046
4737 msgid "Case Counter Area"
4740 #: src/ui/gui/data-editor.glade:1071
4741 msgid "Filter Use Status Area"
4744 #: src/ui/gui/data-editor.glade:1097
4745 msgid "Weight Status Area"
4748 #: src/ui/gui/data-editor.glade:1123
4749 msgid "Split File Status Area"
4752 #: src/ui/gui/data-editor.glade:1153
4753 msgid "Variable Type"
4756 #: src/ui/gui/data-editor.glade:1189 src/ui/gui/psppire-var-store.c:487
4760 #: src/ui/gui/data-editor.glade:1205 src/ui/gui/psppire-var-store.c:488
4764 #: src/ui/gui/data-editor.glade:1221
4765 msgid "Scientific notation"
4768 #: src/ui/gui/data-editor.glade:1237 src/ui/gui/psppire-var-store.c:490
4772 #: src/ui/gui/data-editor.glade:1253 src/ui/gui/psppire-var-store.c:491
4776 #: src/ui/gui/data-editor.glade:1269
4777 msgid "Custom currency"
4780 #: src/ui/gui/data-editor.glade:1363
4784 #: src/ui/gui/data-editor.glade:1369
4788 #: src/ui/gui/data-editor.glade:1382
4792 #: src/ui/gui/data-editor.glade:1430
4793 msgid "Decimal Places:"
4796 #: src/ui/gui/data-editor.glade:1471
4800 #: src/ui/gui/data-editor.glade:1634 src/ui/gui/psppire.glade:2544
4804 #: src/ui/gui/data-editor.glade:1645
4805 msgid "Value Label:"
4808 #: src/ui/gui/data-editor.glade:1795 src/ui/gui/t-test.glade:370
4809 msgid "Missing Values"
4812 #: src/ui/gui/data-editor.glade:1862
4813 msgid "_No missing values"
4816 #: src/ui/gui/data-editor.glade:1880
4817 msgid "_Discrete missing values"
4820 #: src/ui/gui/data-editor.glade:1965
4821 msgid "_Range plus one optional discrete missing value"
4824 #: src/ui/gui/data-editor.glade:1990
4828 #: src/ui/gui/data-editor.glade:2019
4832 #: src/ui/gui/data-editor.glade:2060
4833 msgid "Di_screte value:"
4836 #: src/ui/gui/descriptives-dialog.c:53
4837 msgid "Standard deviation"
4840 #: src/ui/gui/descriptives-dialog.c:58
4841 msgid "Standard error"
4844 #: src/ui/gui/descriptives-dialog.glade:122
4848 #: src/ui/gui/descriptives-dialog.glade:184
4849 msgid "Exclude entire case if any selected variable is missing"
4852 #: src/ui/gui/descriptives-dialog.glade:194
4853 msgid "Include user-missing data in analysis"
4856 #: src/ui/gui/descriptives-dialog.glade:207
4857 msgid "Save Z-scores of selected variables as new variables"
4860 #: src/ui/gui/descriptives-dialog.glade:223
4864 #: src/ui/gui/find-dialog.c:657
4866 msgid "Bad regular expression: %s"
4869 #: src/ui/gui/helper.c:140
4870 msgid "Sorry. The help system hasn't yet been implemented."
4873 #: src/ui/gui/helper.c:163
4875 msgid "Cannot open reference manual: %s"
4878 #: src/ui/gui/message-dialog.c:109
4879 msgid "Syntax Error"
4882 #: src/ui/gui/message-dialog.c:113
4883 msgid "Data File Error"
4886 #: src/ui/gui/message-dialog.c:118
4890 #: src/ui/gui/message-dialog.c:127
4891 msgid "Syntax Warning"
4894 #: src/ui/gui/message-dialog.c:131
4895 msgid "Data File Warning"
4898 #: src/ui/gui/message-dialog.c:136
4899 msgid "PSPP Warning"
4902 #: src/ui/gui/message-dialog.c:146
4903 msgid "Syntax Information"
4906 #: src/ui/gui/message-dialog.c:150
4907 msgid "Data File Information"
4910 #: src/ui/gui/message-dialog.c:155
4911 msgid "PSPP Information"
4914 #: src/ui/gui/message-dialog.c:168
4916 msgid "%s (line %d)"
4919 #: src/ui/gui/message-dialog.c:174
4924 #: src/ui/gui/message-dialog.c:178
4929 #: src/ui/gui/missing-val-dialog.c:114 src/ui/gui/missing-val-dialog.c:159
4930 msgid "Incorrect value for variable type"
4933 #: src/ui/gui/missing-val-dialog.c:135 src/ui/gui/missing-val-dialog.c:142
4934 msgid "Incorrect range specification"
4937 #: src/ui/gui/oneway-anova-dialog.c:317
4939 msgid "Contrast %d of %d"
4942 #: src/ui/gui/oneway.glade:34 src/ui/gui/x.glade:126
4946 #: src/ui/gui/oneway.glade:70 src/ui/gui/x.glade:82
4947 msgid "_Dependent Variable(s):"
4950 #: src/ui/gui/oneway.glade:172
4954 #: src/ui/gui/oneway.glade:183
4955 msgid "_Contrasts..."
4958 #: src/ui/gui/oneway.glade:254
4962 #: src/ui/gui/oneway.glade:265
4963 msgid "gtk-go-forward"
4966 #: src/ui/gui/oneway.glade:288
4967 msgid "_Coefficients:"
4970 #: src/ui/gui/oneway.glade:334
4971 msgid "Coefficient Total: "
4974 #: src/ui/gui/oneway.glade:367
4975 msgid "Contrast 1 of 1"
4978 #: src/ui/gui/output-viewer.glade:32
4982 #: src/ui/gui/output-viewer.glade:41
4986 #: src/ui/gui/output-viewer.glade:65
4990 #: src/ui/gui/psppire-buttonbox.c:143
4994 #: src/ui/gui/psppire-buttonbox.c:144
4995 msgid "The mask that decides what buttons appear in the button box"
4998 #: src/ui/gui/psppire-buttonbox.c:273 src/ui/gui/psppire-buttonbox.c:429
5002 #: src/ui/gui/psppire-buttonbox.c:427
5006 #: src/ui/gui/psppire-buttonbox.c:428
5010 #: src/ui/gui/psppire-buttonbox.c:430
5014 #: src/ui/gui/psppire-buttonbox.c:431
5018 #: src/ui/gui/psppire-buttonbox.c:432
5022 #: src/ui/gui/psppire-buttonbox.c:433
5026 #: src/ui/gui/psppire.c:197
5030 #: src/ui/gui/psppire-data-store.c:816
5034 #: src/ui/gui/psppire-data-store.c:937 src/ui/gui/psppire-var-store.c:728
5039 #: src/ui/gui/psppire.glade:11
5040 msgid "This is pre-alpha software. Use at your own risk."
5043 #: src/ui/gui/psppire.glade:73 src/ui/gui/psppire.glade:154
5044 #: src/ui/gui/weight-cases-dialog.c:82
5045 msgid "Do not weight cases"
5048 #: src/ui/gui/psppire.glade:83
5049 msgid "Weight cases by"
5052 #: src/ui/gui/psppire.glade:107
5053 msgid "Frequency Variable"
5056 #: src/ui/gui/psppire.glade:147
5057 msgid "Current Status: "
5060 #: src/ui/gui/psppire.glade:265
5061 msgid "Variable(s):"
5064 #: src/ui/gui/psppire.glade:314
5065 msgid "Name Variable:"
5068 #: src/ui/gui/psppire.glade:429
5069 msgid "Analyze all cases. Do not create groups."
5072 #: src/ui/gui/psppire.glade:439
5073 msgid "Compare groups."
5076 #: src/ui/gui/psppire.glade:452
5077 msgid "Organize output by groups."
5080 #: src/ui/gui/psppire.glade:499
5081 msgid "Groups based on:"
5084 #: src/ui/gui/psppire.glade:563
5085 msgid "Sort the file by grouping variables."
5088 #: src/ui/gui/psppire.glade:574
5089 msgid "File is already sorted."
5092 #: src/ui/gui/psppire.glade:618
5093 msgid "Current Status : "
5096 #: src/ui/gui/psppire.glade:626
5097 msgid "Analysis by groups is off"
5100 #: src/ui/gui/psppire.glade:725
5104 #: src/ui/gui/psppire.glade:778
5108 #: src/ui/gui/psppire.glade:788
5112 #: src/ui/gui/psppire.glade:804
5116 #: src/ui/gui/psppire.glade:873
5117 msgid "Target Variable:"
5120 #: src/ui/gui/psppire.glade:904
5121 msgid "Type & Label"
5124 #: src/ui/gui/psppire.glade:943
5128 #: src/ui/gui/psppire.glade:989
5129 msgid "Numeric Expressions:"
5132 #: src/ui/gui/psppire.glade:1043
5136 #: src/ui/gui/psppire.glade:1107 src/ui/gui/psppire.glade:1253
5140 #: src/ui/gui/psppire.glade:1223
5144 #: src/ui/gui/psppire.glade:1239
5145 msgid "If condition is satisfied"
5148 #: src/ui/gui/psppire.glade:1291
5149 msgid "Random sample of cases"
5152 #: src/ui/gui/psppire.glade:1305
5156 #: src/ui/gui/psppire.glade:1343
5157 msgid "Based on time or case range"
5160 #: src/ui/gui/psppire.glade:1356
5164 #: src/ui/gui/psppire.glade:1394
5165 msgid "Use filter variable"
5168 #: src/ui/gui/psppire.glade:1556
5172 #: src/ui/gui/psppire.glade:1586
5176 #: src/ui/gui/psppire.glade:1596
5180 #: src/ui/gui/psppire.glade:1613
5181 msgid "Unselected Cases Are"
5184 #: src/ui/gui/psppire.glade:1678
5188 #: src/ui/gui/psppire.glade:1720
5189 msgid "Display comments in output"
5192 #: src/ui/gui/psppire.glade:1734
5193 msgid "Column Number: 0"
5196 #: src/ui/gui/psppire.glade:1810
5197 msgid "Variable Information:"
5200 #: src/ui/gui/psppire.glade:1836
5214 #: src/ui/gui/psppire.glade:1900
5218 #: src/ui/gui/psppire.glade:1910
5222 #: src/ui/gui/psppire.glade:1923
5226 #: src/ui/gui/psppire.glade:2081
5227 msgid "Use expression as label"
5230 #: src/ui/gui/psppire.glade:2187 src/ui/gui/var-sheet.c:67
5234 #: src/ui/gui/psppire.glade:2274
5235 msgid "Goto Case Number:"
5238 #: src/ui/gui/psppire.glade:2410
5242 #: src/ui/gui/psppire.glade:2513
5246 #: src/ui/gui/psppire.glade:2570
5247 msgid "Search value labels"
5250 #: src/ui/gui/psppire.glade:2593
5251 msgid "Regular expression Match"
5254 #: src/ui/gui/psppire.glade:2603
5255 msgid "Search substrings"
5258 #: src/ui/gui/psppire.glade:2615
5262 #: src/ui/gui/psppire.glade:2627
5263 msgid "Search backward"
5266 #: src/ui/gui/psppire-var-store.c:479 src/ui/gui/var-display.c:14
5270 #: src/ui/gui/psppire-var-store.c:489
5274 #: src/ui/gui/psppire-var-store.c:492
5278 #: src/ui/gui/psppire-var-store.c:563 src/ui/gui/psppire-var-store.c:573
5279 #: src/ui/gui/psppire-var-store.c:583
5284 #: src/ui/gui/select-cases-dialog.c:85
5286 msgid "Approximately %3d%% of all cases."
5289 #: src/ui/gui/select-cases-dialog.c:86
5291 msgid "Exactly %3d cases from the first %3d cases."
5294 #: src/ui/gui/select-cases-dialog.c:226
5299 #: src/ui/gui/syntax-editor.c:77
5301 msgid "Save contents of syntax editor to %s?"
5304 #: src/ui/gui/syntax-editor.c:124
5308 #: src/ui/gui/syntax-editor.c:132 src/ui/gui/syntax-editor.c:516
5309 msgid "Syntax Files (*.sps) "
5312 #: src/ui/gui/syntax-editor.c:508
5316 #: src/ui/gui/syntax-editor.glade:10
5317 msgid "Psppire Syntax Editor"
5320 #: src/ui/gui/syntax-editor.glade:188
5324 #: src/ui/gui/syntax-editor.glade:197
5328 #: src/ui/gui/syntax-editor.glade:205
5332 #: src/ui/gui/syntax-editor.glade:213
5333 msgid "Current Line"
5336 #: src/ui/gui/syntax-editor.glade:222
5340 #: src/ui/gui/t-test.glade:56
5341 msgid "Define Groups"
5344 #: src/ui/gui/t-test.glade:70
5348 #: src/ui/gui/t-test.glade:125
5349 msgid "Test Variable(s):"
5352 #: src/ui/gui/t-test.glade:168
5353 msgid "Grouping Variable:"
5356 #: src/ui/gui/t-test.glade:237
5357 msgid "Group_2 value:"
5360 #: src/ui/gui/t-test.glade:250
5361 msgid "Group_1 value:"
5364 #: src/ui/gui/t-test.glade:339
5365 msgid "Exclude cases _analysis by analysis"
5368 #: src/ui/gui/t-test.glade:351
5369 msgid "Exclude cases _listwise"
5372 #: src/ui/gui/t-test-independent-samples-dialog.c:175
5374 msgid "Confidence Interval: %2d %%"
5377 #: src/ui/gui/variable-info-dialog.c:88
5382 #: src/ui/gui/variable-info-dialog.c:97
5387 #: src/ui/gui/variable-info-dialog.c:101
5389 msgid "Missing Values: %s\n"
5392 #: src/ui/gui/variable-info-dialog.c:106
5394 msgid "Measurement Level: %s\n"
5397 #: src/ui/gui/variable-info-dialog.c:120
5398 msgid "Value Labels:\n"
5401 #: src/ui/gui/variable-info-dialog.c:132
5406 #: src/ui/gui/var-sheet.c:65
5410 #: src/ui/gui/var-sheet.c:68
5414 #: src/ui/gui/var-sheet.c:70
5418 #: src/ui/gui/var-sheet.c:73
5422 #: src/ui/gui/var-sheet.c:74
5426 #: src/ui/gui/weight-cases-dialog.c:88
5428 msgid "Weight cases by %s"
5431 #: src/ui/gui/window-manager.c:142
5436 #: src/ui/gui/window-manager.c:143 src/ui/gui/window-manager.c:178
5438 msgid "%s --- PSPP Syntax Editor"
5441 #: src/ui/gui/window-manager.c:146
5446 #: src/ui/gui/window-manager.c:147 src/ui/gui/window-manager.c:181
5448 msgid "%s --- PSPP Data Editor"
5451 #: src/ui/gui/window-manager.c:150
5456 #: src/ui/gui/window-manager.c:151
5458 msgid "%s --- PSPP Output"
5461 #: src/ui/terminal/command-line.c:230
5464 "PSPP, a program for statistical analysis of sample data.\n"
5466 "Usage: %s [OPTION]... FILE...\n"
5468 "If a long option shows an argument as mandatory, then it is mandatory\n"
5469 "for the equivalent short option also. Similarly for optional arguments.\n"
5472 " -a, --algorithm={compatible|enhanced}\n"
5473 " set to `compatible' if you want output\n"
5474 " calculated from broken algorithms\n"
5475 " -B, --config-dir=DIR set configuration directory to DIR\n"
5476 " -o, --device=DEVICE select output driver DEVICE and disable "
5479 "Input and output:\n"
5480 " -e, --error-file=FILE send error messages to FILE (appended)\n"
5481 " -f, --out-file=FILE send output to FILE (overwritten)\n"
5482 " -p, --pipe read syntax from stdin, send output to stdout\n"
5483 " -I-, --no-include clear include path\n"
5484 " -I, --include=DIR append DIR to include path\n"
5486 "Language modifiers:\n"
5487 " -i, --interactive interpret syntax in interactive mode\n"
5488 " -n, --edit just check syntax; don't actually run the code\n"
5489 " -r, --no-statrc disable execution of .pspp/rc at startup\n"
5490 " -s, --safer don't allow some unsafe operations\n"
5491 " -x, --syntax={compatible|enhanced}\n"
5492 " set to `compatible' if you want only to accept\n"
5493 " spss compatible syntax\n"
5495 "Informative output:\n"
5496 " -h, --help print this help, then exit\n"
5497 " -l, --list print a list of known driver classes, then exit\n"
5498 " -V, --version show PSPP version, then exit\n"
5499 " -v, --verbose increments verbosity level\n"
5501 "Non-option arguments:\n"
5502 " FILE syntax file to execute\n"
5503 " KEY=VALUE overrides macros in output initialization file\n"
5507 #: src/ui/terminal/command-line.c:265
5511 "Report bugs to <%s>.\n"
5514 #: src/ui/terminal/main.c:131
5516 "Stopping syntax file processing here to avoid a cascade of dependent command "
5520 #: src/ui/terminal/msg-ui.c:67
5522 msgid "Cannot open %s (%s). Writing errors to stdout instead.\n"
5525 #: src/ui/terminal/msg-ui.c:94
5526 msgid "Terminating execution of syntax file due to error."
5529 #: src/ui/terminal/msg-ui.c:96
5531 msgid "Errors (%d) exceeds limit (%d)."
5534 #: src/ui/terminal/msg-ui.c:99
5536 msgid "Warnings (%d) exceed limit (%d)."
5539 #: src/ui/terminal/msg-ui.c:150
5543 #: src/ui/terminal/msg-ui.c:151
5547 #: src/ui/terminal/terminal.c:72
5549 msgid "could not access definition for terminal `%s'"