1 # British translations for PSPP
2 # Copyright (C) 2007, 2008 Free Software Foundation, Inc.
3 # This file is distributed under the same licence as the PSPP package.
7 "Project-Id-Version: PSPP 0.7.0\n"
8 "Report-Msgid-Bugs-To: pspp-dev@gnu.org\n"
9 "POT-Creation-Date: 2009-01-08 16:40+0900\n"
10 "PO-Revision-Date: 2008-11-05 08:17+0900\n"
11 "Last-Translator: John Darrington <john@darrington.wattle.id.au>\n"
12 "Language-Team: John Darrington <john@darrington.wattle.id.au>\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
17 #: src/data/any-reader.c:57
19 msgid "An error occurred while opening \"%s\": %s."
22 #: src/data/any-reader.c:93
24 msgid "\"%s\" is not a system or portable file."
27 #: src/data/any-reader.c:99 src/data/any-writer.c:63
28 msgid "The inline file is not allowed here."
31 #: src/data/calendar.c:81
33 msgid "Month %d is not in acceptable range of 0 to 13."
36 #: src/data/calendar.c:89
38 msgid "Day %d is not in acceptable range of 0 to 31."
41 #: src/data/calendar.c:96
43 msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15."
46 #: src/data/casereader-filter.c:221
48 "At least one case in the data read had a weight value that was user-missing, "
49 "system-missing, zero, or negative. These case(s) were ignored."
52 #: src/data/case-tmpfile.c:57
54 msgid "failed to create temporary file"
57 #: src/data/case-tmpfile.c:131
59 msgid "seeking in temporary file"
62 #: src/data/case-tmpfile.c:153
64 msgid "reading temporary file"
67 #: src/data/case-tmpfile.c:155
69 msgid "unexpected end of file reading temporary file"
72 #: src/data/case-tmpfile.c:175
74 msgid "writing to temporary file"
77 #: src/data/data-in.c:262 src/data/data-in.c:452
78 msgid "Field contents are not numeric."
81 #: src/data/data-in.c:264 src/data/data-in.c:454
82 msgid "Number followed by garbage."
85 #: src/data/data-in.c:275
86 msgid "Invalid numeric syntax."
89 #: src/data/data-in.c:284 src/data/data-in.c:467
90 msgid "Too-large number set to system-missing."
93 #: src/data/data-in.c:289 src/data/data-in.c:472
94 msgid "Too-small number set to zero."
97 #: src/data/data-in.c:315
98 msgid "All characters in field must be digits."
101 #: src/data/data-in.c:338
102 msgid "Unrecognized character in field."
103 msgstr "Unrecognised character in field."
105 #: src/data/data-in.c:362 src/data/data-in.c:636
106 msgid "Field must have even length."
109 #: src/data/data-in.c:367 src/data/data-in.c:647
110 msgid "Field must contain only hex digits."
113 #: src/data/data-in.c:686 src/data/data-in.c:733
114 msgid "Syntax error in date field."
117 #: src/data/data-in.c:702
119 msgid "Day (%ld) must be between 1 and 31."
122 #: src/data/data-in.c:749
123 msgid "Delimiter expected between fields in date."
126 #: src/data/data-in.c:823
128 "Unrecognized month format. Months may be specified as Arabic or Roman "
129 "numerals or as at least 3 letters of their English names."
131 "Unrecognised month format. Months may be specified as Arabic or Roman \n"
132 "numerals or as at least 3 letters of their English names."
134 #: src/data/data-in.c:850
136 msgid "Year (%ld) must be between 1582 and 19999."
139 #: src/data/data-in.c:862
141 msgid "Trailing garbage \"%.*s\" following date."
144 #: src/data/data-in.c:878
145 msgid "Julian day must have exactly three digits."
148 #: src/data/data-in.c:883
150 msgid "Julian day (%ld) must be between 1 and 366."
153 #: src/data/data-in.c:907
155 msgid "Quarter (%ld) must be between 1 and 4."
158 #: src/data/data-in.c:927
160 msgid "Week (%ld) must be between 1 and 53."
163 #: src/data/data-in.c:940
164 msgid "Delimiter expected between fields in time."
167 #: src/data/data-in.c:960
169 msgid "Minute (%ld) must be between 0 and 59."
172 #: src/data/data-in.c:1000
174 "Unrecognized weekday name. At least the first two letters of an English "
175 "weekday name must be specified."
177 "Unrecognised weekday name. At least the first two letters of an English "
178 "weekday name must be specified."
180 #: src/data/data-in.c:1138
182 msgid "`%c' expected in date field."
185 #: src/data/data-in.c:1179
190 #: src/data/data-in.c:1181
192 msgid "columns %d-%d"
195 #: src/data/data-in.c:1185
200 #: src/data/data-out.c:446
202 msgid "Weekday number %f is not between 1 and 7."
205 #: src/data/data-out.c:467
207 msgid "Month number %f is not between 1 and 12."
210 #: src/data/dict-class.c:52
214 #: src/data/dict-class.c:54
218 #: src/data/dict-class.c:56
222 #: src/data/dictionary.c:889
224 "At least one case in the data file had a weight value that was user-missing, "
225 "system-missing, zero, or negative. These case(s) were ignored."
228 #: src/data/dictionary.c:1187
230 msgid "Truncating document line to %d bytes."
233 #: src/data/file-handle-def.c:462
235 msgid "Can't read from %s as a %s because it is already being read as a %s."
238 #: src/data/file-handle-def.c:466
240 msgid "Can't write to %s as a %s because it is already being written as a %s."
243 #: src/data/file-handle-def.c:473
245 msgid "Can't re-open %s as a %s."
248 #: src/data/file-name.c:131
250 msgid "searching for \"%s\" in path \"%s\""
253 #: src/data/file-name.c:145
255 msgid "...found \"%s\""
258 #: src/data/file-name.c:152
262 #: src/data/file-name.c:242
264 msgid "Not opening pipe file `%s' because SAFER option set."
267 #: src/data/format.c:235
271 #: src/data/format.c:235
272 msgid "Output format"
275 #: src/data/format.c:244
277 msgid "Format %s may not be used for input."
280 #: src/data/format.c:251
282 msgid "%s specifies width %d, but %s requires an even width."
285 #: src/data/format.c:260
287 msgid "%s %s specifies width %d, but %s requires a width between %d and %d."
290 #: src/data/format.c:269
292 msgid "%s %s specifies %d decimal place, but %s does not allow any decimals."
294 "%s %s specifies %d decimal places, but %s does not allow any decimals."
298 #: src/data/format.c:280
301 "%s %s specifies %d decimal place, but the given width allows at most %d "
304 "%s %s specifies %d decimal places, but the given width allows at most %d "
309 #: src/data/format.c:287
312 "%s %s specifies %d decimal place, but the given width does not allow for any "
315 "%s %s specifies %d decimal places, but the given width does not allow for "
320 #: src/data/format.c:326
322 msgid "%s variables are not compatible with %s format %s."
325 #: src/data/format.c:327 src/data/sys-file-reader.c:655
326 #: src/ui/gui/data-editor.glade:1197 src/ui/gui/psppire.glade:2136
327 #: src/ui/gui/psppire-var-store.c:557
331 #: src/data/format.c:327 src/data/sys-file-reader.c:655
332 #: src/ui/gui/data-editor.glade:1086 src/ui/gui/psppire.glade:2211
333 #: src/ui/gui/psppire-var-store.c:550
337 #: src/data/format.c:328 src/data/sys-file-reader.c:1160
338 #: src/data/sys-file-reader.c:1162
339 #: src/language/dictionary/apply-dictionary.c:78
340 #: src/language/dictionary/apply-dictionary.c:79
341 #: src/language/xforms/recode.c:489 src/language/xforms/recode.c:490
342 #: src/language/xforms/recode.c:502 src/language/xforms/recode.c:503
346 #: src/data/format.c:328 src/data/sys-file-reader.c:1160
347 #: src/data/sys-file-reader.c:1162
348 #: src/language/dictionary/apply-dictionary.c:78
349 #: src/language/dictionary/apply-dictionary.c:79
350 #: src/language/xforms/recode.c:489 src/language/xforms/recode.c:490
351 #: src/language/xforms/recode.c:502 src/language/xforms/recode.c:503
355 #: src/data/format.c:346
357 msgid "String variable with width %d is not compatible with format %s."
360 #: src/data/gnumeric-reader.c:33
362 "Support for Gnumeric files was not compiled into this installation of PSPP"
365 #: src/data/gnumeric-reader.c:365
367 msgid "Error opening \"%s\" for reading as a gnumeric file: %s."
370 #: src/data/gnumeric-reader.c:385
372 msgid "Invalid cell range \"%s\""
375 #: src/data/gnumeric-reader.c:522 src/data/psql-reader.c:182
377 msgid "Cannot create variable name from %s"
380 #: src/data/gnumeric-reader.c:534
382 msgid "Selected sheet or range of spreadsheet \"%s\" is empty."
385 #: src/data/make-file.c:64
387 msgid "%s: Creating temporary file: %s."
390 #: src/data/make-file.c:106
392 msgid "%s: Creating file: %s."
395 #: src/data/make-file.c:144
397 msgid "Opening %s for writing: %s."
400 #: src/data/make-file.c:153
402 msgid "Opening stream for %s: %s."
405 #: src/data/make-file.c:182
407 msgid "Creating temporary file to replace %s: %s."
410 #: src/data/make-file.c:193
412 msgid "Creating temporary file %s: %s."
415 #: src/data/make-file.c:205
417 msgid "Opening stream for temporary file %s: %s."
420 #: src/data/make-file.c:246
422 msgid "Replacing %s by %s: %s."
425 #: src/data/make-file.c:274
427 msgid "Removing %s: %s."
430 #: src/data/por-file-reader.c:99
432 msgid "portable file %s corrupt at offset 0x%lx: "
435 #: src/data/por-file-reader.c:128
437 msgid "reading portable file %s at offset 0x%lx: "
440 #: src/data/por-file-reader.c:156
442 msgid "Error closing portable file \"%s\": %s."
445 #: src/data/por-file-reader.c:208
446 msgid "unexpected end of file"
449 #. TRANSLATORS: this fragment will be interpolated into
450 #. messages in fh_lock() that identify types of files.
451 #: src/data/por-file-reader.c:268 src/data/por-file-writer.c:148
452 msgid "portable file"
455 #: src/data/por-file-reader.c:276
458 "An error occurred while opening \"%s\" for reading as a portable file: %s."
461 #: src/data/por-file-reader.c:297
462 msgid "Data record expected."
465 #: src/data/por-file-reader.c:379
466 msgid "Number expected."
469 #: src/data/por-file-reader.c:407
470 msgid "Missing numeric terminator."
473 #: src/data/por-file-reader.c:430
474 msgid "Invalid integer."
477 #: src/data/por-file-reader.c:441
479 msgid "Bad string length %d."
482 #: src/data/por-file-reader.c:502
484 msgid "%s: Not a portable file."
487 #: src/data/por-file-reader.c:519
489 msgid "Unrecognized version code `%c'."
490 msgstr "Unrecognised version code `%c'."
492 #: src/data/por-file-reader.c:528
494 msgid "Bad date string length %zu."
497 #: src/data/por-file-reader.c:530
499 msgid "Bad time string length %zu."
502 #: src/data/por-file-reader.c:572
505 "%s: Bad format specifier byte (%d). Variable will be assigned a default "
509 #: src/data/por-file-reader.c:593
511 msgid "Numeric variable %s has invalid format specifier %s."
514 #: src/data/por-file-reader.c:597
516 msgid "String variable %s with width %d has invalid format specifier %s."
519 #: src/data/por-file-reader.c:621
520 msgid "Expected variable count record."
523 #: src/data/por-file-reader.c:625
525 msgid "Invalid number of variables %d."
528 #: src/data/por-file-reader.c:635
530 msgid "Weight variable name (%s) truncated."
533 #: src/data/por-file-reader.c:650
534 msgid "Expected variable record."
537 #: src/data/por-file-reader.c:654
539 msgid "Invalid variable width %d."
542 #: src/data/por-file-reader.c:662
544 msgid "Invalid variable name `%s' in position %d."
547 #: src/data/por-file-reader.c:666
549 msgid "Bad width %d for variable %s."
552 #: src/data/por-file-reader.c:681
554 msgid "Duplicate variable name %s in position %d."
557 #: src/data/por-file-reader.c:682
559 msgid "Duplicate variable name %s in position %d renamed to %s."
562 #: src/data/por-file-reader.c:725
564 msgid "Weighting variable %s not present in dictionary."
567 #: src/data/por-file-reader.c:772
569 msgid "Unknown variable %s while parsing value labels."
572 #: src/data/por-file-reader.c:775
575 "Cannot assign value labels to %s and %s, which have different variable types."
578 #: src/data/por-file-writer.c:140
580 msgid "Invalid decimal digits count %d. Treating as %d."
583 #: src/data/por-file-writer.c:160
585 msgid "Error opening \"%s\" for writing as a portable file: %s."
588 #: src/data/por-file-writer.c:499
590 msgid "An I/O error occurred writing portable file \"%s\"."
593 #: src/data/psql-reader.c:42
595 "Support for reading postgres databases was not compiled into this "
596 "installation of PSPP"
599 #: src/data/psql-reader.c:237
600 msgid "Memory error whilst opening psql source"
603 #: src/data/psql-reader.c:243
605 msgid "Error opening psql source: %s."
608 #: src/data/psql-reader.c:258
611 "Postgres server is version %s. Reading from versions earlier than 8.0 is not "
615 #: src/data/psql-reader.c:278
617 "Connection is unencrypted, but unencrypted connections have not been "
621 #: src/data/psql-reader.c:305 src/data/psql-reader.c:330
622 #: src/data/psql-reader.c:340
624 msgid "Error from psql source: %s."
627 #: src/data/psql-reader.c:435
629 msgid "Unsupported OID %d. SYSMIS values will be inserted."
632 #: src/data/scratch-reader.c:54
635 "Scratch file handle %s has not yet been written, using SAVE or another "
636 "procedure, so it cannot yet be used for reading."
639 #. TRANSLATORS: this fragment will be interpolated into
640 #. messages in fh_lock() that identify types of files.
641 #: src/data/scratch-writer.c:67 src/language/data-io/file-handle.q:181
645 #: src/data/settings.c:687
648 "%s: Custom currency string `%s' does not contain exactly three periods or "
649 "commas (or it contains both)."
652 #: src/data/short-names.c:66
653 msgid "Variable suffix too large."
656 #. TRANSLATORS: this fragment will be interpolated into
657 #. messages in fh_lock() that identify types of files.
658 #: src/data/sys-file-reader.c:214 src/data/sys-file-writer.c:197
662 #: src/data/sys-file-reader.c:221
664 msgid "Error opening \"%s\" for reading as a system file: %s."
667 #: src/data/sys-file-reader.c:260
668 msgid "Misplaced type 4 record."
671 #: src/data/sys-file-reader.c:271
673 msgid "Unrecognized record type %d."
674 msgstr "Unrecognised record type %d."
676 #: src/data/sys-file-reader.c:310
678 msgid "File header claims %d variable positions but %d were read from file."
681 #: src/data/sys-file-reader.c:350
683 msgid "Error closing system file \"%s\": %s."
686 #: src/data/sys-file-reader.c:415 src/data/sys-file-reader.c:425
687 msgid "This is not an SPSS system file."
690 #: src/data/sys-file-reader.c:444
692 "Compression bias is not the usual value of 100, or system file uses "
693 "unrecognized floating-point format."
695 "Compression bias is not the usual value of 100, or system file uses \n"
696 "unrecognised floating-point format."
698 #: src/data/sys-file-reader.c:512
700 msgid "Invalid variable name `%s'."
703 #: src/data/sys-file-reader.c:516
705 msgid "Bad variable width %d."
708 #: src/data/sys-file-reader.c:520
710 msgid "Duplicate variable name `%s' within system file."
713 #: src/data/sys-file-reader.c:528
714 msgid "Variable label indicator field is not 0 or 1."
717 #: src/data/sys-file-reader.c:536
719 msgid "Variable %s has label of invalid length %zu."
722 #: src/data/sys-file-reader.c:555
723 msgid "Numeric missing value indicator field is not -3, -2, 0, 1, 2, or 3."
726 #: src/data/sys-file-reader.c:570
727 msgid "String missing value indicator field is not 0, 1, 2, or 3."
730 #: src/data/sys-file-reader.c:573
733 "Ignoring missing values on long string variable %s, which PSPP does not yet "
737 #: src/data/sys-file-reader.c:602
738 msgid "Missing string continuation record."
741 #: src/data/sys-file-reader.c:636
743 msgid "Unknown variable format %<PRIu8>."
746 #: src/data/sys-file-reader.c:654
748 msgid "%s variable %s has invalid %s format %s."
751 #: src/data/sys-file-reader.c:657
755 #: src/data/sys-file-reader.c:657
759 #: src/data/sys-file-reader.c:661
760 msgid "Suppressing further invalid format warnings."
763 #: src/data/sys-file-reader.c:679
764 msgid "Weighting variable must be numeric."
767 #: src/data/sys-file-reader.c:693
768 msgid "Multiple type 6 (document) records."
771 #: src/data/sys-file-reader.c:697
773 msgid "Number of document lines (%d) must be greater than 0."
776 #: src/data/sys-file-reader.c:705
777 msgid "Document line contains null byte."
780 #: src/data/sys-file-reader.c:782
782 "Ignoring value labels for long string variables, which PSPP does not yet "
786 #: src/data/sys-file-reader.c:787
788 msgid "Unrecognized record type 7, subtype %d."
789 msgstr "Unrecognised record type 7, subtype %d."
791 #: src/data/sys-file-reader.c:812
793 msgid "Bad size (%zu) or count (%zu) field on record type 7, subtype 3."
796 #: src/data/sys-file-reader.c:832
799 "Floating-point representation indicated by system file (%d) differs from "
803 #: src/data/sys-file-reader.c:845
804 msgid "little-endian"
807 #: src/data/sys-file-reader.c:845
811 #: src/data/sys-file-reader.c:846
814 "Integer format indicated by system file (%s) differs from expected (%s)."
817 #: src/data/sys-file-reader.c:862
819 msgid "Bad size (%zu) or count (%zu) on extension 4."
822 #: src/data/sys-file-reader.c:866
824 msgid "File specifies unexpected value %g as SYSMIS."
827 #: src/data/sys-file-reader.c:868
829 msgid "File specifies unexpected value %g as HIGHEST."
832 #: src/data/sys-file-reader.c:870
834 msgid "File specifies unexpected value %g as LOWEST."
837 #: src/data/sys-file-reader.c:886
839 msgid "Bad size %zu on extension 11."
842 #: src/data/sys-file-reader.c:898
844 msgid "Extension 11 has bad count %zu (for %zu variables)."
847 #: src/data/sys-file-reader.c:919
850 "Invalid variable display parameters for variable %zu (%s). Default "
851 "parameters substituted."
854 #: src/data/sys-file-reader.c:963
856 msgid "Long variable mapping from %s to invalid variable name `%s'."
859 #: src/data/sys-file-reader.c:973
861 msgid "Duplicate long variable name `%s' within system file."
864 #: src/data/sys-file-reader.c:1026
866 msgid "%s listed as string of invalid length %s in very length string record."
869 #: src/data/sys-file-reader.c:1036
872 "%s listed in very long string record with width %s, which requires only one "
876 #: src/data/sys-file-reader.c:1042
878 msgid "Very long string %s overflows dictionary."
881 #: src/data/sys-file-reader.c:1056
884 "Very long string with width %ld has segment %d of width %d (expected %d)"
887 #: src/data/sys-file-reader.c:1101
889 msgid "Invalid number of labels: %d. Ignoring labels."
892 #: src/data/sys-file-reader.c:1132
894 "Variable index record (type 4) does not immediately follow value label "
895 "record (type 3) as it should."
898 #: src/data/sys-file-reader.c:1139
901 "Number of variables associated with a value label (%d) is not between 1 and "
902 "the number of variables (%zu)."
905 #: src/data/sys-file-reader.c:1149
907 msgid "Value labels are not allowed on long string variables (%s)."
910 #: src/data/sys-file-reader.c:1156
913 "Variables associated with value label are not all of identical type. "
914 "Variable %s is %s, but variable %s is %s."
917 #: src/data/sys-file-reader.c:1189
919 msgid "Duplicate value label for %g on %s."
922 #: src/data/sys-file-reader.c:1192
924 msgid "Duplicate value label for \"%.*s\" on %s."
927 #: src/data/sys-file-reader.c:1230
929 msgid "Error parsing attribute value %s[%d]"
932 #: src/data/sys-file-reader.c:1244
934 msgid "Attribute value %s[%d] is not quoted: %s"
937 #: src/data/sys-file-reader.c:1360
938 msgid "File ends in partial case."
941 #: src/data/sys-file-reader.c:1368
943 msgid "Error reading case from file %s."
946 #: src/data/sys-file-reader.c:1465 src/data/sys-file-reader.c:1501
947 msgid "Compressed data is corrupt."
950 #: src/data/sys-file-reader.c:1588
952 msgid "Variable index %d not in valid range 1...%d."
955 #: src/data/sys-file-reader.c:1593
957 msgid "Variable index %d refers to long string continuation."
960 #: src/data/sys-file-reader.c:1661
962 msgid "Suppressed %d additional related warnings."
965 #: src/data/sys-file-reader.c:1702
967 msgid "Variable map refers to unknown variable %s."
970 #: src/data/sys-file-reader.c:1810
972 msgid "System error: %s."
975 #: src/data/sys-file-reader.c:1812
976 msgid "Unexpected end of file."
979 #: src/data/sys-file-writer.c:170
981 msgid "Unknown system file version %d. Treating as version %d."
984 #: src/data/sys-file-writer.c:209
986 msgid "Error opening \"%s\" for writing as a system file: %s."
989 #: src/data/sys-file-writer.c:814
991 msgid "An I/O error occurred writing system file \"%s\"."
994 #: src/data/variable.c:240
997 "Character `%c' (in %s) may not appear as the first character in a variable "
1001 #: src/data/variable.c:252
1003 msgid "Character `%c' (in %s) may not appear in a variable name."
1006 #: src/data/variable.c:280
1007 msgid "Variable name cannot be empty string."
1010 #: src/data/variable.c:286
1012 msgid "Variable name %s exceeds %d-character limit."
1015 #: src/data/variable.c:294
1017 msgid "`%s' may not be used as a variable name because it is a reserved word."
1020 #: src/language/command.c:208
1022 msgid "%s is unimplemented."
1025 #: src/language/command.c:214
1027 msgid "%s may be used only in testing mode."
1030 #: src/language/command.c:220
1032 msgid "%s may be used only in enhanced syntax mode."
1035 #: src/language/command.c:248
1036 msgid "Error encountered while ERROR=STOP is effective."
1039 #: src/language/command.c:489
1040 msgid "expecting command name"
1043 #: src/language/command.c:503
1045 msgid "Unknown command %s."
1048 #: src/language/command.c:628
1050 msgid "%s is allowed only before the active file has been defined."
1053 #: src/language/command.c:632
1055 msgid "%s is allowed only after the active file has been defined."
1058 #: src/language/command.c:636
1060 msgid "%s is allowed only inside INPUT PROGRAM."
1063 #: src/language/command.c:640
1065 msgid "%s is allowed only inside FILE TYPE."
1068 #: src/language/command.c:647
1071 "%s is allowed only before the active file has been defined or inside INPUT "
1075 #: src/language/command.c:651
1078 "%s is allowed only before the active file has been defined or inside FILE "
1082 #: src/language/command.c:655
1085 "%s is allowed only after the active file has been defined or inside INPUT "
1089 #: src/language/command.c:659
1092 "%s is allowed only after the active file has been defined or inside FILE "
1096 #: src/language/command.c:663
1098 msgid "%s is allowed only inside INPUT PROGRAM or inside FILE TYPE."
1101 #: src/language/command.c:669
1104 "%s is allowed only after the active file has been defined, inside INPUT "
1105 "PROGRAM, or inside FILE TYPE."
1108 #: src/language/command.c:674
1111 "%s is allowed only before the active file has been defined, inside INPUT "
1112 "PROGRAM, or inside FILE TYPE."
1115 #: src/language/command.c:692
1117 msgid "%s is not allowed inside INPUT PROGRAM."
1120 #: src/language/command.c:694
1122 msgid "%s is not allowed inside FILE TYPE."
1125 #: src/language/command.c:773 src/language/command.c:881
1126 #: src/language/utilities/permissions.c:98
1127 msgid "This command not allowed when the SAFER option is set."
1130 #: src/language/command.c:785
1132 msgid "Error removing `%s': %s."
1135 #: src/language/command.c:835
1137 msgid "Couldn't fork: %s."
1140 #: src/language/command.c:850
1141 msgid "Interactive shell not supported on this platform."
1144 #: src/language/command.c:862
1145 msgid "Command shell not supported on this platform."
1148 #: src/language/command.c:868
1150 msgid "Error executing command: %s."
1153 #: src/language/control/control-stack.c:27
1155 msgid "%s without %s."
1158 #: src/language/control/control-stack.c:55
1160 msgid "This command must appear inside %s...%s, without intermediate %s...%s."
1163 #: src/language/control/control-stack.c:72
1165 msgid "This command cannot appear outside %s...%s."
1168 #: src/language/control/do-if.c:177
1169 msgid "This command may not follow ELSE in DO IF...END IF."
1172 #: src/language/control/loop.c:214
1173 msgid "Only one index clause may be specified."
1176 #: src/language/control/repeat.c:171
1178 msgid "Dummy variable name \"%s\" hides dictionary variable \"%s\"."
1181 #: src/language/control/repeat.c:176
1183 msgid "Dummy variable name \"%s\" is given twice."
1186 #: src/language/control/repeat.c:222
1189 "Dummy variable \"%.*s\" had %d substitutions, so \"%.*s\" must also, but %d "
1193 #: src/language/control/repeat.c:334
1194 msgid "DO REPEAT may not nest in compatibility mode."
1197 #: src/language/control/repeat.c:436
1198 msgid "Ranges may only have integer bounds"
1201 #: src/language/control/repeat.c:445
1203 msgid "%g TO %g is an invalid range."
1206 #: src/language/control/repeat.c:480
1207 msgid "String expected."
1210 #: src/language/control/repeat.c:499
1211 msgid "No matching DO REPEAT."
1214 #: src/language/control/temporary.c:46
1216 "This command may only appear once between procedures and procedure-like "
1220 #: src/language/data-io/combine-files.c:210
1221 msgid "Cannot specify the active file since no active file has been defined."
1224 #: src/language/data-io/combine-files.c:216
1226 "This command may not be used after TEMPORARY when the active file is an "
1227 "input source. Temporary transformations will be made permanent."
1230 #: src/language/data-io/combine-files.c:250
1231 msgid "Multiple IN subcommands for a single FILE or TABLE."
1234 #: src/language/data-io/combine-files.c:302
1236 msgid "File %s lacks BY variable %s."
1239 #: src/language/data-io/combine-files.c:305
1241 msgid "Active file lacks BY variable %s."
1244 #: src/language/data-io/combine-files.c:376
1245 msgid "The BY subcommand is required."
1248 #: src/language/data-io/combine-files.c:381
1249 msgid "BY is required when TABLE is specified."
1252 #: src/language/data-io/combine-files.c:386
1253 msgid "BY is required when SORT is specified."
1256 #: src/language/data-io/combine-files.c:525
1259 "Variable %s in file %s has different type or width from the same variable in "
1263 #: src/language/data-io/combine-files.c:531
1265 msgid "In file %s, %s is numeric."
1268 #: src/language/data-io/combine-files.c:534
1270 msgid "In file %s, %s is a string variable with width %d."
1273 #: src/language/data-io/combine-files.c:539
1275 msgid "In an earlier file, %s was numeric."
1278 #: src/language/data-io/combine-files.c:542
1280 msgid "In an earlier file, %s was a string variable with width %d."
1283 #: src/language/data-io/combine-files.c:581
1286 "Variable name %s specified on %s subcommand duplicates an existing variable "
1290 #: src/language/data-io/combine-files.c:737
1292 msgid "Encountered %zu sets of duplicate cases in the master file."
1295 #: src/language/data-io/data-list.c:128
1296 msgid "The END subcommand may only be used within INPUT PROGRAM."
1299 #: src/language/data-io/data-list.c:134
1300 msgid "The END subcommand may only be specified once."
1303 #: src/language/data-io/data-list.c:172
1304 msgid "Only one of FIXED, FREE, or LIST may be specified."
1307 #: src/language/data-io/data-list.c:237
1308 msgid "The END subcommand may be used only with DATA LIST FIXED."
1311 #: src/language/data-io/data-list.c:252
1312 msgid "At least one variable must be specified."
1315 #: src/language/data-io/data-list.c:349 src/language/data-io/data-list.c:438
1316 #: src/language/data-io/get-data.c:528
1318 msgid "%s is a duplicate variable name."
1321 #: src/language/data-io/data-list.c:356
1323 msgid "There is already a variable %s of a different type."
1326 #: src/language/data-io/data-list.c:363
1328 msgid "There is already a string variable %s of a different width."
1331 #: src/language/data-io/data-list.c:371
1333 msgid "Cannot place variable %s on record %d when RECORDS=%d is specified."
1336 #: src/language/data-io/data-parser.c:458
1337 #: src/language/data-io/data-parser.c:467
1338 msgid "Quoted string extends beyond end of line."
1341 #: src/language/data-io/data-parser.c:522
1343 msgid "Partial case of %d of %d records discarded."
1346 #: src/language/data-io/data-parser.c:568
1348 msgid "Partial case discarded. The first variable missing was %s."
1351 #: src/language/data-io/data-parser.c:605
1354 "Missing value(s) for all variables from %s onward. These will be filled "
1355 "with the system-missing value or blanks, as appropriate."
1358 #: src/language/data-io/data-parser.c:624
1359 msgid "Record ends in data not part of any field."
1362 #: src/language/data-io/data-parser.c:644
1363 #: src/language/data-io/data-parser.c:685 src/language/data-io/print.c:403
1364 #: src/language/dictionary/split-file.c:84
1365 #: src/language/dictionary/sys-file-info.c:162
1366 #: src/language/dictionary/sys-file-info.c:386
1367 #: src/language/dictionary/sys-file-info.c:709
1368 #: src/language/stats/descriptives.c:885 src/ui/gui/dict-display.c:245
1372 #: src/language/data-io/data-parser.c:645 src/language/data-io/print.c:404
1376 #: src/language/data-io/data-parser.c:646 src/language/data-io/print.c:405
1377 #: src/ui/gui/crosstabs.glade:92 src/ui/gui/psppire-var-sheet.c:517
1378 #: src/ui/gui/psppire-var-store.c:770
1382 #: src/language/data-io/data-parser.c:647
1383 #: src/language/data-io/data-parser.c:686 src/language/data-io/print.c:406
1387 #: src/language/data-io/data-parser.c:666
1389 msgid "Reading %d record from %s."
1390 msgid_plural "Reading %d records from %s."
1394 #: src/language/data-io/data-parser.c:702
1396 msgid "Reading free-form data from %s."
1399 #. TRANSLATORS: this fragment will be interpolated into
1400 #. messages in fh_lock() that identify types of files.
1401 #: src/language/data-io/data-reader.c:122
1402 #: src/language/data-io/data-writer.c:58
1406 #: src/language/data-io/data-reader.c:149
1408 msgid "Could not open \"%s\" for reading as a data file: %s."
1411 #: src/language/data-io/data-reader.c:191
1413 "Unexpected end-of-file while reading data in BEGIN DATA. This probably "
1414 "indicates a missing or misformatted END DATA command. END DATA must appear "
1415 "by itself on a single line with exactly one space between words."
1418 #: src/language/data-io/data-reader.c:216
1420 msgid "Error reading file %s: %s."
1423 #: src/language/data-io/data-reader.c:219
1425 msgid "Unexpected end of file reading %s."
1428 #: src/language/data-io/data-reader.c:228
1430 msgid "Unexpected end of file in partial record reading %s."
1433 #: src/language/data-io/data-reader.c:288
1435 msgid "Corrupt block descriptor word at offset 0x%lx in %s."
1438 #: src/language/data-io/data-reader.c:289
1440 msgid "Corrupt record descriptor word at offset 0x%lx in %s."
1443 #: src/language/data-io/data-reader.c:302
1445 msgid "Corrupt record size at offset 0x%lx in %s."
1448 #: src/language/data-io/data-reader.c:444
1449 msgid "Record exceeds remaining block length."
1452 #: src/language/data-io/data-reader.c:518
1454 msgid "Attempt to read beyond end-of-file on file %s."
1457 #: src/language/data-io/data-reader.c:521
1458 msgid "Attempt to read beyond END DATA."
1461 #: src/language/data-io/data-reader.c:707
1463 "This command is not valid here since the current input program does not "
1464 "access the inline file."
1467 #: src/language/data-io/data-writer.c:74
1469 msgid "An error occurred while opening \"%s\" for writing as a data file: %s."
1472 #: src/language/data-io/data-writer.c:191
1474 msgid "I/O error occurred writing data file \"%s\"."
1477 #: src/language/data-io/file-handle.q:65
1480 "File handle %s is already defined. Use CLOSE FILE HANDLE before redefining "
1484 #: src/language/data-io/file-handle.q:120
1485 msgid "RECFORM must be specified with MODE=360."
1488 #: src/language/data-io/file-handle.q:131
1490 msgid "The specified file mode requires LRECL. Assuming %d-character records."
1493 #: src/language/data-io/file-handle.q:135
1496 "Record length (%ld) must be between 1 and %lu bytes. Assuming %d-character "
1500 #: src/language/data-io/file-handle.q:177
1504 #: src/language/data-io/file-handle.q:179
1508 #: src/language/data-io/file-handle.q:205
1509 msgid "expecting a file name or handle name"
1512 #: src/language/data-io/file-handle.q:225
1514 msgid "Handle for %s not allowed here."
1517 #: src/language/data-io/get.c:99
1518 msgid "expecting COMM or TAPE"
1521 #: src/language/data-io/get-data.c:62
1523 msgid "Unsupported TYPE %s"
1526 #: src/language/data-io/get-data.c:258
1529 "%s is allowed only with %s arrangement, but %s arrangement was stated or "
1530 "implied earlier in this command."
1533 #: src/language/data-io/get-data.c:313
1534 msgid "expecting FIXED or DELIMITED"
1537 #: src/language/data-io/get-data.c:326
1538 msgid "Value of FIRSTCASE must be 1 or greater."
1541 #: src/language/data-io/get-data.c:351
1542 msgid "expecting LINE or VARIABLES"
1545 #: src/language/data-io/get-data.c:364
1546 msgid "Value of FIXCASE must be at least 1."
1549 #: src/language/data-io/get-data.c:384
1550 msgid "Value of FIRST must be at least 1."
1553 #: src/language/data-io/get-data.c:396
1554 msgid "Value of PERCENT must be between 1 and 100."
1557 #: src/language/data-io/get-data.c:445
1559 "In compatible syntax mode, the QUALIFIER string must contain exactly one "
1563 #: src/language/data-io/get-data.c:460
1564 msgid "expecting VARIABLES"
1567 #: src/language/data-io/get-data.c:482
1568 #: src/language/data-io/placement-parser.c:378
1571 "The record number specified, %ld, is at or before the previous record, %d. "
1572 "Data fields must be listed in order of increasing record number."
1575 #: src/language/data-io/get-data.c:491
1578 "The record number specified, %ld, exceeds the number of records per case "
1579 "specified on FIXCASE, %d."
1582 #: src/language/data-io/inpt-pgm.c:129
1583 msgid "Unexpected end-of-file within INPUT PROGRAM."
1586 #: src/language/data-io/inpt-pgm.c:142
1587 msgid "Input program did not create any variables."
1590 #: src/language/data-io/inpt-pgm.c:286
1591 msgid "COLUMN subcommand multiply specified."
1594 #: src/language/data-io/inpt-pgm.c:336
1596 "REREAD: Column numbers must be positive finite numbers. Column set to 1."
1599 #: src/language/data-io/list.q:157 src/language/stats/descriptives.c:362
1600 msgid "No variables specified."
1603 #: src/language/data-io/list.q:165
1606 "The first case (%ld) specified precedes the last case (%ld) specified. The "
1607 "values will be swapped."
1610 #: src/language/data-io/list.q:173
1613 "The first case (%ld) to list is less than 1. The value is being reset to 1."
1616 #: src/language/data-io/list.q:179
1619 "The last case (%ld) to list is less than 1. The value is being reset to 1."
1622 #: src/language/data-io/list.q:185
1624 msgid "The step value %ld is less than 1. The value is being reset to 1."
1627 #: src/language/data-io/list.q:211
1628 msgid "`/FORMAT WEIGHT' specified, but weighting is not on."
1631 #: src/language/data-io/list.q:468
1635 #: src/language/data-io/placement-parser.c:87
1638 "Number of variables specified (%zu) differs from number of variable formats "
1642 #: src/language/data-io/placement-parser.c:97
1644 "SPSS-like or Fortran-like format specification expected after variable names."
1647 #: src/language/data-io/placement-parser.c:119
1649 msgid "The %d columns %d-%d can't be evenly divided into %zu fields."
1652 #: src/language/data-io/placement-parser.c:226
1653 #: src/language/lexer/format-parser.c:107
1654 #: src/language/lexer/format-parser.c:126
1656 msgid "Unknown format type \"%s\"."
1659 #: src/language/data-io/placement-parser.c:305
1660 msgid "Column positions for fields must be positive."
1663 #: src/language/data-io/placement-parser.c:307
1664 msgid "Column positions for fields must not be negative."
1667 #: src/language/data-io/placement-parser.c:344
1668 msgid "The ending column for a field must be greater than the starting column."
1671 #: src/language/data-io/print.c:178 src/language/data-io/trim.c:54
1672 msgid "expecting a valid subcommand"
1675 #: src/language/data-io/print.c:266
1677 msgid "Output calls for %d records but %zu specified on RECORDS subcommand."
1680 #: src/language/data-io/print.c:436
1682 msgid "Writing %d record to %s."
1683 msgid_plural "Writing %d records to %s."
1687 #: src/language/data-io/print.c:440
1689 msgid "Writing %d record."
1690 msgid_plural "Writing %d records."
1694 #: src/language/data-io/print-space.c:73 src/language/lexer/lexer.c:477
1695 #: src/language/stats/autorecode.c:154 src/language/xforms/select-if.c:60
1696 msgid "expecting end of command"
1699 #: src/language/data-io/print-space.c:116
1700 msgid "The expression on PRINT SPACE evaluated to the system-missing value."
1703 #: src/language/data-io/print-space.c:119
1705 msgid "The expression on PRINT SPACE evaluated to %g."
1708 #: src/language/data-io/save.c:223 src/language/data-io/save.c:238
1709 #: src/language/data-io/save.c:266
1711 msgid "expecting %s or %s"
1714 #: src/language/data-io/trim.c:88
1717 "Cannot rename %s as %s because there already exists a variable named %s. To "
1718 "rename variables with overlapping names, use a single RENAME subcommand such "
1719 "as \"/RENAME (A=B)(B=C)(C=A)\", or equivalently, \"/RENAME (A B C=B C A)\"."
1722 #: src/language/data-io/trim.c:114
1723 msgid "`=' expected after variable list."
1726 #: src/language/data-io/trim.c:121
1729 "Number of variables on left side of `=' (%zu) does not match number of "
1730 "variables on right side (%zu), in parenthesized group %d of RENAME "
1733 "Number of variables on left side of `=' (%zu) does not match number of \n"
1734 "variables on right side (%zu), in parenthesised group %d of RENAME \n"
1737 #: src/language/data-io/trim.c:134
1739 msgid "Requested renaming duplicates variable name %s."
1742 #: src/language/data-io/trim.c:165
1743 msgid "Cannot DROP all variables from dictionary."
1746 #: src/language/dictionary/apply-dictionary.c:75
1748 msgid "Variable %s is %s in target file, but %s in source file."
1751 #: src/language/dictionary/apply-dictionary.c:99
1753 msgid "Cannot add value labels from source file to long string variable %s."
1756 #: src/language/dictionary/apply-dictionary.c:113
1759 "Cannot apply missing values from source file to long string variable %s."
1762 #: src/language/dictionary/apply-dictionary.c:129
1763 msgid "No matching variables found between the source and target files."
1766 #: src/language/dictionary/attributes.c:108
1767 msgid "Attribute array index must be between 1 and 65535."
1770 #: src/language/dictionary/attributes.c:189
1771 msgid "expecting ATTRIBUTE= or DELETE="
1774 #: src/language/dictionary/delete-variables.c:40
1776 "DELETE VARIABLES may not be used after TEMPORARY. Temporary transformations "
1777 "will be made permanent."
1780 #: src/language/dictionary/delete-variables.c:48
1782 "DELETE VARIABLES may not be used to delete all variables from the active "
1783 "file dictionary. Use NEW FILE instead."
1786 #: src/language/dictionary/formats.c:90
1787 msgid "`(' expected after variable list."
1790 #: src/language/dictionary/formats.c:100 src/language/dictionary/numeric.c:70
1791 msgid "`)' expected after output format."
1794 #: src/language/dictionary/missing-values.c:56
1795 #: src/language/stats/aggregate.c:458
1796 msgid "expecting `('"
1799 #: src/language/dictionary/missing-values.c:72
1802 "Cannot mix numeric variables (e.g. %s) and string variables (e.g. %s) within "
1806 #: src/language/dictionary/missing-values.c:117
1808 msgid "Truncating missing value to short string length (%d characters)."
1811 #: src/language/dictionary/missing-values.c:139
1813 msgid "Missing values provided are too long to assign to variable of width %d."
1816 #: src/language/dictionary/modify-variables.c:92
1818 "MODIFY VARS may not be used after TEMPORARY. Temporary transformations will "
1819 "be made permanent."
1822 #: src/language/dictionary/modify-variables.c:114
1823 msgid "REORDER subcommand may be given at most once."
1826 #: src/language/dictionary/modify-variables.c:137
1827 msgid "Cannot specify ALL after specifying a set of variables."
1830 #: src/language/dictionary/modify-variables.c:147
1831 msgid "`(' expected on REORDER subcommand."
1834 #: src/language/dictionary/modify-variables.c:159
1835 msgid "`)' expected following variable names on REORDER subcommand."
1838 #: src/language/dictionary/modify-variables.c:177
1839 msgid "RENAME subcommand may be given at most once."
1842 #: src/language/dictionary/modify-variables.c:190
1843 msgid "`(' expected on RENAME subcommand."
1846 #: src/language/dictionary/modify-variables.c:199
1848 "`=' expected between lists of new and old variable names on RENAME "
1852 #: src/language/dictionary/modify-variables.c:208
1853 #: src/language/dictionary/rename-variables.c:76
1856 "Differing number of variables in old name list (%zu) and in new name list (%"
1860 #: src/language/dictionary/modify-variables.c:219
1861 msgid "`)' expected after variable lists on RENAME subcommand."
1864 #: src/language/dictionary/modify-variables.c:233
1866 "KEEP subcommand may be given at most once. It may not be given in "
1867 "conjunction with the DROP subcommand."
1870 #: src/language/dictionary/modify-variables.c:276
1872 "DROP subcommand may be given at most once. It may not be given in "
1873 "conjunction with the KEEP subcommand."
1876 #: src/language/dictionary/modify-variables.c:302
1878 msgid "Unrecognized subcommand name `%s'."
1879 msgstr "Unrecognised subcommand name `%s'."
1881 #: src/language/dictionary/modify-variables.c:304
1882 msgid "Subcommand name expected."
1885 #: src/language/dictionary/modify-variables.c:312
1886 msgid "`/' or `.' expected."
1889 #: src/language/dictionary/numeric.c:63
1891 msgid "Format type %s may not be used with a numeric variable."
1894 #: src/language/dictionary/numeric.c:82 src/language/dictionary/numeric.c:151
1896 msgid "There is already a variable named %s."
1899 #: src/language/dictionary/numeric.c:136
1901 msgid "Format type %s may not be used with a string variable."
1904 #: src/language/dictionary/rename-variables.c:49
1906 "RENAME VARS may not be used after TEMPORARY. Temporary transformations will "
1907 "be made permanent."
1910 #: src/language/dictionary/rename-variables.c:59
1911 msgid "`(' expected."
1914 #: src/language/dictionary/rename-variables.c:67
1915 msgid "`=' expected between lists of new and old variable names."
1918 #: src/language/dictionary/rename-variables.c:87
1919 msgid "`)' expected after variable names."
1922 #: src/language/dictionary/rename-variables.c:97
1924 msgid "Renaming would duplicate variable name %s."
1927 #: src/language/dictionary/split-file.c:85
1928 #: src/language/dictionary/sys-file-info.c:480
1929 #: src/language/dictionary/sys-file-info.c:629
1930 #: src/language/stats/crosstabs.q:1156 src/language/stats/crosstabs.q:1183
1931 #: src/language/stats/crosstabs.q:1203 src/language/stats/crosstabs.q:1225
1932 #: src/language/stats/examine.q:1941 src/language/stats/frequencies.q:1056
1933 #: src/language/stats/frequencies.q:1180 src/language/stats/reliability.q:572
1934 #: src/language/stats/reliability.q:583
1938 #: src/language/dictionary/split-file.c:86
1939 #: src/language/dictionary/sys-file-info.c:390
1940 #: src/language/dictionary/sys-file-info.c:630 src/ui/gui/crosstabs.glade:275
1941 #: src/ui/gui/psppire.glade:2101 src/ui/gui/psppire-var-sheet.c:514
1942 #: src/ui/gui/psppire-var-store.c:767
1946 #: src/language/dictionary/sys-file-info.c:113
1950 #: src/language/dictionary/sys-file-info.c:115 src/ui/gui/psppire.glade:2040
1951 #: src/ui/gui/recode.glade:841
1955 #: src/language/dictionary/sys-file-info.c:119
1959 #: src/language/dictionary/sys-file-info.c:122
1963 #: src/language/dictionary/sys-file-info.c:125
1964 msgid "Integer Format:"
1967 #: src/language/dictionary/sys-file-info.c:127
1971 #: src/language/dictionary/sys-file-info.c:128
1972 msgid "Little Endian."
1975 #: src/language/dictionary/sys-file-info.c:129
1976 #: src/language/dictionary/sys-file-info.c:137
1980 #: src/language/dictionary/sys-file-info.c:130
1981 msgid "Real Format:"
1984 #: src/language/dictionary/sys-file-info.c:132
1985 msgid "IEEE 754 LE."
1988 #: src/language/dictionary/sys-file-info.c:133
1989 msgid "IEEE 754 BE."
1992 #: src/language/dictionary/sys-file-info.c:134
1996 #: src/language/dictionary/sys-file-info.c:135
2000 #: src/language/dictionary/sys-file-info.c:136
2001 msgid "IBM 390 Hex Long."
2004 #: src/language/dictionary/sys-file-info.c:138
2005 #: src/ui/gui/descriptives-dialog.glade:79 src/ui/gui/recode.glade:940
2009 #: src/language/dictionary/sys-file-info.c:140
2013 #: src/language/dictionary/sys-file-info.c:142
2017 #: src/language/dictionary/sys-file-info.c:144
2021 #: src/language/dictionary/sys-file-info.c:145
2022 msgid "System File."
2025 #: src/language/dictionary/sys-file-info.c:146
2029 #: src/language/dictionary/sys-file-info.c:151
2030 msgid "Not weighted."
2033 #: src/language/dictionary/sys-file-info.c:153
2037 #: src/language/dictionary/sys-file-info.c:155
2039 msgid "Compression %s."
2042 #: src/language/dictionary/sys-file-info.c:155
2046 #: src/language/dictionary/sys-file-info.c:155
2050 #: src/language/dictionary/sys-file-info.c:163
2051 #: src/language/dictionary/sys-file-info.c:390
2055 #: src/language/dictionary/sys-file-info.c:164
2056 #: src/language/dictionary/sys-file-info.c:392
2057 #: src/language/dictionary/sys-file-info.c:708
2061 #: src/language/dictionary/sys-file-info.c:213
2062 msgid "The active file does not have a file label."
2065 #: src/language/dictionary/sys-file-info.c:216
2069 #: src/language/dictionary/sys-file-info.c:291
2070 msgid "No variables to display."
2073 #: src/language/dictionary/sys-file-info.c:306
2074 msgid "Macros not supported."
2077 #: src/language/dictionary/sys-file-info.c:316
2078 msgid "The active file dictionary does not contain any documents."
2081 #: src/language/dictionary/sys-file-info.c:324
2082 msgid "Documents in the active file:"
2085 #: src/language/dictionary/sys-file-info.c:479
2089 #: src/language/dictionary/sys-file-info.c:537
2094 #: src/language/dictionary/sys-file-info.c:544
2096 msgid "Print Format: %s"
2099 #: src/language/dictionary/sys-file-info.c:547
2101 msgid "Write Format: %s"
2104 #: src/language/dictionary/sys-file-info.c:559
2109 #: src/language/dictionary/sys-file-info.c:560
2110 #: src/ui/gui/psppire-var-sheet.c:109
2114 #: src/language/dictionary/sys-file-info.c:561
2115 #: src/ui/gui/psppire-var-sheet.c:110
2119 #: src/language/dictionary/sys-file-info.c:562
2120 #: src/ui/gui/psppire-var-sheet.c:111
2124 #: src/language/dictionary/sys-file-info.c:565
2126 msgid "Display Alignment: %s"
2129 #: src/language/dictionary/sys-file-info.c:566
2130 #: src/ui/gui/psppire-var-sheet.c:102
2134 #: src/language/dictionary/sys-file-info.c:567
2135 #: src/ui/gui/psppire-var-sheet.c:104
2139 #: src/language/dictionary/sys-file-info.c:568
2140 #: src/ui/gui/psppire-var-sheet.c:103
2144 #: src/language/dictionary/sys-file-info.c:571
2146 msgid "Display Width: %d"
2149 #: src/language/dictionary/sys-file-info.c:583
2150 msgid "Missing Values: "
2153 #: src/language/dictionary/sys-file-info.c:686
2154 msgid "No vectors defined."
2157 #: src/language/dictionary/sys-file-info.c:707
2161 #: src/language/dictionary/sys-file-info.c:710
2162 msgid "Print Format"
2165 #: src/language/dictionary/value-labels.c:121
2168 "It is not possible to assign value labels to long string variables such as %"
2172 #: src/language/dictionary/value-labels.c:157 src/language/lexer/lexer.c:630
2173 msgid "expecting string"
2176 #: src/language/dictionary/value-labels.c:166 src/language/lexer/lexer.c:657
2177 msgid "expecting number"
2180 #: src/language/dictionary/value-labels.c:182
2181 msgid "Truncating value label to 60 characters."
2184 #: src/language/dictionary/variable-display.c:119
2185 msgid "Variable display width must be a positive integer."
2188 #: src/language/dictionary/variable-label.c:51
2189 msgid "String expected for variable label."
2192 #: src/language/dictionary/variable-label.c:59
2193 msgid "Truncating variable label to 255 characters."
2196 #: src/language/dictionary/vector.c:64
2198 msgid "A vector named %s already exists."
2201 #: src/language/dictionary/vector.c:72
2203 msgid "Vector name %s is given twice."
2206 #: src/language/dictionary/vector.c:96
2207 msgid "A slash must separate each vector specification in VECTOR's long form."
2210 #: src/language/dictionary/vector.c:129
2211 msgid "Vectors must have at least one element."
2214 #: src/language/dictionary/vector.c:150
2215 msgid "expecting vector length"
2218 #: src/language/dictionary/vector.c:166
2220 msgid "%s is too long for a variable name."
2223 #: src/language/dictionary/vector.c:171
2225 msgid "%s is an existing variable name."
2228 #: src/language/dictionary/weight.c:49
2229 msgid "The weighting variable must be numeric."
2232 #: src/language/dictionary/weight.c:54
2233 msgid "The weighting variable may not be scratch."
2236 #: src/language/expressions/evaluate.c:154
2237 msgid "expecting number or string"
2240 #: src/language/expressions/evaluate.c:168
2242 msgid "Duplicate variable name %s."
2245 #: src/language/expressions/helpers.c:51
2247 "One of the arguments to a DATE function is not an integer. The result will "
2248 "be system-missing."
2251 #: src/language/expressions/helpers.c:73
2253 "The week argument to DATE.WKYR is not an integer. The result will be system-"
2257 #: src/language/expressions/helpers.c:79
2259 "The week argument to DATE.WKYR is outside the acceptable range of 1 to 53. "
2260 "The result will be system-missing."
2263 #: src/language/expressions/helpers.c:101
2265 "The day argument to DATE.YRDAY is not an integer. The result will be system-"
2269 #: src/language/expressions/helpers.c:107
2271 "The day argument to DATE.YRDAY is outside the acceptable range of 1 to 366. "
2272 "The result will be system-missing."
2275 #: src/language/expressions/helpers.c:129
2277 "The year argument to YRMODA is greater than 47516. The result will be "
2281 #: src/language/expressions/helpers.c:182
2284 "Unrecognized date unit \"%.*s\". Valid date units are \"years\", \"quarters"
2285 "\", \"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\"."
2287 "Unrecognised date unit \"%.*s\". Valid date units are \"years\", \"quarters"
2289 "\"\", \"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds"
2292 #: src/language/expressions/helpers.c:332
2294 "Invalid DATESUM method. Valid choices are \"closest\" and \"rollover\"."
2297 #: src/language/expressions/parse.c:259
2300 "Type mismatch: expression has %s type, but a numeric value is required here."
2303 #: src/language/expressions/parse.c:271
2306 "Type mismatch: expression has %s type, but a string value is required here."
2309 #: src/language/expressions/parse.c:427
2311 msgid "Type mismatch while applying %s operator: cannot convert %s to %s."
2314 #: src/language/expressions/parse.c:643
2316 "Chaining relational operators (e.g. \"a < b < c\") will not produce the "
2317 "mathematically expected result. Use the AND logical operator to fix the "
2318 "problem (e.g. \"a < b AND b < c\"). If chaining is really intended, "
2319 "parentheses will disable this warning (e.g. \"(a < b) < c\".)"
2322 #: src/language/expressions/parse.c:744
2324 "The exponentiation operator (\"**\") is left-associative, even though right-"
2325 "associative semantics are more useful. That is, \"a**b**c\" equals \"(a**b)"
2326 "**c\", not as \"a**(b**c)\". To disable this warning, insert parentheses."
2329 #: src/language/expressions/parse.c:809
2331 msgid "Unknown system variable %s."
2334 #: src/language/expressions/parse.c:857
2336 msgid "Unknown identifier %s."
2339 #: src/language/expressions/parse.c:885 src/language/stats/aggregate.c:516
2340 msgid "expecting `)'"
2343 #: src/language/expressions/parse.c:892
2344 msgid "in expression"
2347 #: src/language/expressions/parse.c:1073
2349 msgid "%s must have at least %d arguments in list."
2352 #: src/language/expressions/parse.c:1082
2354 msgid "%s must have even number of arguments in list."
2357 #: src/language/expressions/parse.c:1085
2359 msgid "%s must have multiple of %d arguments in list."
2362 #: src/language/expressions/parse.c:1095
2364 msgid "%s function does not accept a minimum valid argument count."
2367 #: src/language/expressions/parse.c:1104
2369 msgid "%s requires at least %d valid arguments in list."
2372 #: src/language/expressions/parse.c:1110
2375 "With %s, using minimum valid argument count of %d does not make sense when "
2376 "passing only %d arguments in list."
2379 #: src/language/expressions/parse.c:1164
2381 msgid "Type mismatch invoking %s as "
2384 #: src/language/expressions/parse.c:1169
2385 msgid "Function invocation "
2388 #: src/language/expressions/parse.c:1171
2389 msgid " does not match any known function. Candidates are:"
2392 #: src/language/expressions/parse.c:1201
2394 msgid "No function or vector named %s."
2397 #: src/language/expressions/parse.c:1244
2399 msgid "expecting `,' or `)' invoking %s function"
2402 #: src/language/expressions/parse.c:1264
2404 msgid "%s is a PSPP extension."
2407 #: src/language/expressions/parse.c:1267
2409 msgid "%s is not yet implemented."
2412 #: src/language/expressions/parse.c:1273
2414 msgid "%s may not appear after TEMPORARY."
2417 #: src/language/lexer/format-parser.c:88
2418 msgid "expecting valid format specifier"
2421 #: src/language/lexer/format-parser.c:121
2422 msgid "expecting format type"
2425 #: src/language/lexer/lexer.c:282
2427 msgid "%s does not form a valid number."
2430 #: src/language/lexer/lexer.c:387
2432 msgid "Bad character in input: `%c'."
2435 #: src/language/lexer/lexer.c:389
2437 msgid "Bad character in input: `\\%o'."
2440 #: src/language/lexer/lexer.c:425
2442 msgid "Subcommand %s may only be specified once."
2445 #: src/language/lexer/lexer.c:433
2447 msgid "missing required subcommand %s"
2450 #: src/language/lexer/lexer.c:462
2452 msgid "Syntax error %s at %s."
2455 #: src/language/lexer/lexer.c:465
2457 msgid "Syntax error at %s."
2460 #: src/language/lexer/lexer.c:599 src/language/lexer/lexer.c:616
2462 msgid "expecting `%s'"
2465 #: src/language/lexer/lexer.c:644
2466 msgid "expecting integer"
2469 #: src/language/lexer/lexer.c:669
2470 msgid "expecting identifier"
2473 #: src/language/lexer/lexer.c:1063
2477 #: src/language/lexer/lexer.c:1068
2481 #: src/language/lexer/lexer.c:1073
2485 #: src/language/lexer/lexer.c:1083
2487 msgid "String of %s digits has %zu characters, which is not a multiple of %d."
2490 #: src/language/lexer/lexer.c:1112
2492 msgid "`%c' is not a valid %s digit."
2495 #: src/language/lexer/lexer.c:1146
2496 msgid "Unterminated string constant."
2499 #: src/language/lexer/lexer.c:1200
2500 msgid "Unexpected end of file in string concatenation."
2503 #: src/language/lexer/lexer.c:1208
2504 msgid "String expected following `+'."
2507 #: src/language/lexer/lexer.c:1221
2509 msgid "String exceeds 255 characters in length (%zu characters)."
2512 #: src/language/lexer/range-parser.c:60
2515 "Low end of range (%g) is below high end (%g). The range will be treated as "
2519 #: src/language/lexer/range-parser.c:68
2521 msgid "Ends of range are equal (%g)."
2524 #: src/language/lexer/range-parser.c:76
2525 msgid "LO or LOWEST must be part of a range."
2528 #: src/language/lexer/range-parser.c:108
2529 msgid "System-missing value is not valid here."
2532 #: src/language/lexer/range-parser.c:116
2533 msgid "expecting number or data string"
2536 #: src/language/lexer/variable-parser.c:63
2537 msgid "expecting variable name"
2540 #: src/language/lexer/variable-parser.c:73
2542 msgid "%s is not a variable name."
2545 #: src/language/lexer/variable-parser.c:176
2548 "%s is not a numeric variable. It will not be included in the variable list."
2551 #: src/language/lexer/variable-parser.c:179
2554 "%s is not a string variable. It will not be included in the variable list."
2557 #: src/language/lexer/variable-parser.c:183
2559 msgid "Scratch variables (such as %s) are not allowed here."
2562 #: src/language/lexer/variable-parser.c:187
2565 "%s and %s are not the same type. All variables in this variable list must "
2566 "be of the same type. %s will be omitted from the list."
2569 #: src/language/lexer/variable-parser.c:193
2572 "%s and %s are string variables with different widths. All variables in this "
2573 "variable list must have the same width. %s will be omitted from the list."
2576 #: src/language/lexer/variable-parser.c:198
2578 msgid "Variable %s appears twice in variable list."
2581 #: src/language/lexer/variable-parser.c:311
2583 msgid "%s TO %s is not valid syntax since %s precedes %s in the dictionary."
2586 #: src/language/lexer/variable-parser.c:319
2589 "When using the TO keyword to specify several variables, both variables must "
2590 "be from the same variable dictionaries, of either ordinary, scratch, or "
2591 "system variables. %s is a %s variable, whereas %s is %s."
2594 #: src/language/lexer/variable-parser.c:393
2595 msgid "incorrect use of TO convention"
2598 #: src/language/lexer/variable-parser.c:436
2599 msgid "Scratch variables not allowed here."
2602 #: src/language/lexer/variable-parser.c:458
2603 msgid "Prefixes don't match in use of TO convention."
2606 #: src/language/lexer/variable-parser.c:463
2607 msgid "Bad bounds in use of TO convention."
2610 #: src/language/stats/aggregate.c:219
2611 msgid "while expecting COLUMNWISE"
2614 #: src/language/stats/aggregate.c:247
2615 msgid "expecting BREAK"
2618 #: src/language/stats/aggregate.c:252
2620 "When PRESORTED is specified, specifying sorting directions with (A) or (D) "
2621 "has no effect. Output data will be sorted the same way as the input data."
2624 #: src/language/stats/aggregate.c:423
2625 msgid "expecting aggregation function"
2628 #: src/language/stats/aggregate.c:441
2630 msgid "Unknown aggregation function %s."
2633 #: src/language/stats/aggregate.c:497
2635 msgid "Missing argument %zu to %s."
2638 #: src/language/stats/aggregate.c:506
2640 msgid "Arguments to %s must be of same type as source variables."
2643 #: src/language/stats/aggregate.c:528
2646 "Number of source variables (%zu) does not match number of target variables (%"
2650 #: src/language/stats/aggregate.c:544
2653 "The value arguments passed to the %s function are out-of-order. They will "
2654 "be treated as if they had been specified in the correct order."
2657 #: src/language/stats/aggregate.c:614
2660 "Variable name %s is not unique within the aggregate file dictionary, which "
2661 "contains the aggregate variables and the break variables."
2664 #: src/language/stats/autorecode.c:136
2666 msgid "Source variable count (%zu) does not match target variable count (%zu)."
2669 #: src/language/stats/autorecode.c:164
2671 msgid "Target variable %s duplicates existing variable %s."
2674 #: src/language/stats/autorecode.c:171
2676 msgid "Duplicate variable name %s among target variables."
2679 #: src/language/stats/binomial.c:132
2681 msgid "Variable %s is not dichotomous"
2684 #: src/language/stats/binomial.c:179
2685 msgid "Binomial Test"
2688 #: src/language/stats/binomial.c:203
2692 #: src/language/stats/binomial.c:204
2696 #: src/language/stats/binomial.c:205 src/language/stats/chisquare.c:223
2697 #: src/language/stats/chisquare.c:283 src/language/stats/crosstabs.q:863
2698 #: src/language/stats/crosstabs.q:1063 src/language/stats/crosstabs.q:1786
2699 #: src/language/stats/examine.q:1200 src/language/stats/frequencies.q:1133
2700 #: src/language/stats/oneway.q:304 src/language/stats/oneway.q:470
2701 #: src/language/stats/regression.q:309 src/language/stats/reliability.q:705
2702 #: src/language/stats/wilcoxon.c:240 src/ui/gui/crosstabs-dialog.c:59
2706 #: src/language/stats/binomial.c:237 src/language/stats/chisquare.c:246
2707 #: src/language/stats/crosstabs.q:1181 src/language/stats/crosstabs.q:1222
2711 #: src/language/stats/binomial.c:238 src/language/stats/crosstabs.q:873
2712 #: src/language/stats/examine.q:1273 src/language/stats/frequencies.q:1401
2713 #: src/language/stats/npar-summary.c:122 src/language/stats/oneway.q:386
2714 #: src/language/stats/reliability.q:708 src/language/stats/t-test.q:693
2715 #: src/language/stats/t-test.q:716 src/language/stats/t-test.q:850
2716 #: src/language/stats/t-test.q:1387 src/language/stats/wilcoxon.c:223
2720 #: src/language/stats/binomial.c:239
2721 msgid "Observed Prop."
2724 #: src/language/stats/binomial.c:240
2728 #: src/language/stats/binomial.c:243
2730 msgid "Exact Sig. (%d-tailed)"
2733 #: src/language/stats/chisquare.c:193
2736 "CHISQUARE test specified %d expected values, but %d distinct values were "
2737 "encountered in variable %s."
2740 #: src/language/stats/chisquare.c:207 src/language/stats/chisquare.c:247
2744 #: src/language/stats/chisquare.c:208 src/language/stats/chisquare.c:248
2748 #: src/language/stats/chisquare.c:209 src/language/stats/chisquare.c:249
2749 #: src/language/stats/regression.q:308 src/ui/gui/crosstabs-dialog.c:61
2753 #: src/language/stats/chisquare.c:242
2757 #: src/language/stats/chisquare.c:297 src/language/stats/wilcoxon.c:291
2758 msgid "Test Statistics"
2761 #: src/language/stats/chisquare.c:311
2765 #: src/language/stats/chisquare.c:312 src/language/stats/crosstabs.q:1157
2766 #: src/language/stats/oneway.q:277 src/language/stats/oneway.q:683
2767 #: src/language/stats/regression.q:302 src/language/stats/t-test.q:1001
2768 #: src/language/stats/t-test.q:1193 src/language/stats/t-test.q:1286
2772 #: src/language/stats/chisquare.c:313
2776 #: src/language/stats/crosstabs.q:277
2778 "Missing mode REPORT not allowed in general mode. Assuming MISSING=TABLE."
2781 #: src/language/stats/crosstabs.q:287
2782 msgid "Write mode ALL not allowed in general mode. Assuming WRITE=CELLS."
2785 #: src/language/stats/crosstabs.q:363
2786 msgid "Too many cross-tabulation variables or dimensions."
2789 #: src/language/stats/crosstabs.q:373
2790 msgid "expecting BY"
2793 #: src/language/stats/crosstabs.q:440
2794 msgid "VARIABLES must be specified before TABLES."
2797 #: src/language/stats/crosstabs.q:478
2799 msgid "Maximum value (%ld) less than minimum value (%ld)."
2802 #: src/language/stats/crosstabs.q:858
2806 #: src/language/stats/crosstabs.q:860 src/language/stats/examine.q:1261
2807 #: src/language/stats/reliability.q:696
2811 #: src/language/stats/crosstabs.q:861 src/language/stats/examine.q:1198
2812 #: src/language/stats/frequencies.q:1054 src/language/stats/frequencies.q:1402
2813 #: src/language/stats/reliability.q:699
2817 #: src/language/stats/crosstabs.q:862 src/language/stats/examine.q:1199
2818 #: src/language/stats/frequencies.q:1124 src/language/stats/frequencies.q:1403
2819 #: src/ui/gui/psppire-var-sheet.c:516 src/ui/gui/psppire-var-store.c:769
2823 #: src/language/stats/crosstabs.q:874 src/language/stats/examine.q:1276
2824 #: src/language/stats/frequencies.q:1058 src/language/stats/frequencies.q:1059
2825 #: src/language/stats/frequencies.q:1060
2829 #: src/language/stats/crosstabs.q:1115
2833 #: src/language/stats/crosstabs.q:1116
2837 #: src/language/stats/crosstabs.q:1117
2841 #: src/language/stats/crosstabs.q:1118
2845 #: src/language/stats/crosstabs.q:1119
2849 #: src/language/stats/crosstabs.q:1120
2853 #: src/language/stats/crosstabs.q:1121
2857 #: src/language/stats/crosstabs.q:1122
2861 #: src/language/stats/crosstabs.q:1152
2862 msgid "Chi-square tests."
2865 #: src/language/stats/crosstabs.q:1155 src/language/stats/crosstabs.q:1182
2866 #: src/language/stats/crosstabs.q:1202 src/language/stats/crosstabs.q:1223
2867 #: src/language/stats/examine.q:1738 src/ui/gui/checkbox-treeview.c:94
2871 #: src/language/stats/crosstabs.q:1159
2872 msgid "Asymp. Sig. (2-sided)"
2875 #: src/language/stats/crosstabs.q:1161
2876 msgid "Exact. Sig. (2-sided)"
2879 #: src/language/stats/crosstabs.q:1163
2880 msgid "Exact. Sig. (1-sided)"
2883 #: src/language/stats/crosstabs.q:1178
2884 msgid "Symmetric measures."
2887 #: src/language/stats/crosstabs.q:1184 src/language/stats/crosstabs.q:1226
2888 msgid "Asymp. Std. Error"
2891 #: src/language/stats/crosstabs.q:1185 src/language/stats/crosstabs.q:1227
2895 #: src/language/stats/crosstabs.q:1186 src/language/stats/crosstabs.q:1228
2896 msgid "Approx. Sig."
2899 #: src/language/stats/crosstabs.q:1197
2900 msgid "Risk estimate."
2903 #: src/language/stats/crosstabs.q:1201
2905 msgid "95%% Confidence Interval"
2908 #: src/language/stats/crosstabs.q:1204 src/language/stats/t-test.q:1005
2909 #: src/language/stats/t-test.q:1190 src/language/stats/t-test.q:1289
2913 #: src/language/stats/crosstabs.q:1205 src/language/stats/t-test.q:1006
2914 #: src/language/stats/t-test.q:1191 src/language/stats/t-test.q:1290
2918 #: src/language/stats/crosstabs.q:1219
2919 msgid "Directional measures."
2922 #: src/language/stats/crosstabs.q:1224 src/ui/gui/psppire.glade:2226
2923 #: src/ui/gui/psppire-var-sheet.c:511 src/ui/gui/psppire-var-store.c:764
2927 #: src/language/stats/crosstabs.q:1977
2928 msgid "Pearson Chi-Square"
2931 #: src/language/stats/crosstabs.q:1978
2932 msgid "Likelihood Ratio"
2935 #: src/language/stats/crosstabs.q:1979
2936 msgid "Fisher's Exact Test"
2939 #: src/language/stats/crosstabs.q:1980
2940 msgid "Continuity Correction"
2943 #: src/language/stats/crosstabs.q:1981
2944 msgid "Linear-by-Linear Association"
2947 #: src/language/stats/crosstabs.q:2018 src/language/stats/crosstabs.q:2088
2948 #: src/language/stats/crosstabs.q:2147
2949 msgid "N of Valid Cases"
2952 #: src/language/stats/crosstabs.q:2034 src/language/stats/crosstabs.q:2163
2953 msgid "Nominal by Nominal"
2956 #: src/language/stats/crosstabs.q:2035 src/language/stats/crosstabs.q:2164
2957 msgid "Ordinal by Ordinal"
2960 #: src/language/stats/crosstabs.q:2036
2961 msgid "Interval by Interval"
2964 #: src/language/stats/crosstabs.q:2037
2965 msgid "Measure of Agreement"
2968 #: src/language/stats/crosstabs.q:2042 src/ui/gui/crosstabs-dialog.c:41
2972 #: src/language/stats/crosstabs.q:2043
2976 #: src/language/stats/crosstabs.q:2044
2977 msgid "Contingency Coefficient"
2980 #: src/language/stats/crosstabs.q:2045
2981 msgid "Kendall's tau-b"
2984 #: src/language/stats/crosstabs.q:2046
2985 msgid "Kendall's tau-c"
2988 #: src/language/stats/crosstabs.q:2047 src/ui/gui/crosstabs-dialog.c:48
2992 #: src/language/stats/crosstabs.q:2048
2993 msgid "Spearman Correlation"
2996 #: src/language/stats/crosstabs.q:2049
3000 #: src/language/stats/crosstabs.q:2050 src/ui/gui/crosstabs-dialog.c:50
3004 #: src/language/stats/crosstabs.q:2120
3006 msgid "Odds Ratio for %s (%g / %g)"
3009 #: src/language/stats/crosstabs.q:2123
3011 msgid "Odds Ratio for %s (%.*s / %.*s)"
3014 #: src/language/stats/crosstabs.q:2131
3016 msgid "For cohort %s = %g"
3019 #: src/language/stats/crosstabs.q:2134
3021 msgid "For cohort %s = %.*s"
3024 #: src/language/stats/crosstabs.q:2165
3025 msgid "Nominal by Interval"
3028 #: src/language/stats/crosstabs.q:2170 src/ui/gui/crosstabs-dialog.c:43
3032 #: src/language/stats/crosstabs.q:2171
3033 msgid "Goodman and Kruskal tau"
3036 #: src/language/stats/crosstabs.q:2172
3037 msgid "Uncertainty Coefficient"
3040 #: src/language/stats/crosstabs.q:2173
3044 #: src/language/stats/crosstabs.q:2174 src/ui/gui/crosstabs-dialog.c:51
3048 #: src/language/stats/crosstabs.q:2179
3052 #: src/language/stats/crosstabs.q:2180 src/language/stats/crosstabs.q:2181
3054 msgid "%s Dependent"
3057 #: src/language/stats/descriptives.c:102 src/language/stats/examine.q:1543
3058 #: src/language/stats/frequencies.q:123 src/language/stats/npar-summary.c:125
3059 #: src/language/stats/oneway.q:387 src/language/stats/t-test.q:694
3060 #: src/language/stats/t-test.q:717 src/language/stats/t-test.q:849
3061 #: src/language/stats/t-test.q:1187 src/ui/gui/descriptives-dialog.c:39
3062 #: src/ui/gui/frequencies-dialog.c:40
3066 #: src/language/stats/descriptives.c:103
3070 #: src/language/stats/descriptives.c:104 src/language/stats/frequencies.q:127
3074 #: src/language/stats/descriptives.c:105 src/language/stats/examine.q:1574
3075 #: src/language/stats/frequencies.q:128 src/ui/gui/descriptives-dialog.c:46
3076 #: src/ui/gui/frequencies-dialog.c:45
3080 #: src/language/stats/descriptives.c:106 src/language/stats/examine.q:1610
3081 #: src/language/stats/frequencies.q:129 src/ui/gui/descriptives-dialog.c:47
3082 #: src/ui/gui/frequencies-dialog.c:50
3086 #: src/language/stats/descriptives.c:107
3090 #: src/language/stats/descriptives.c:108 src/language/stats/examine.q:1605
3091 #: src/language/stats/frequencies.q:131 src/ui/gui/descriptives-dialog.c:48
3092 #: src/ui/gui/frequencies-dialog.c:46
3096 #: src/language/stats/descriptives.c:109
3100 #: src/language/stats/descriptives.c:110 src/language/stats/examine.q:1594
3101 #: src/language/stats/frequencies.q:133 src/ui/gui/descriptives-dialog.c:43
3102 #: src/ui/gui/frequencies-dialog.c:48
3106 #: src/language/stats/descriptives.c:111 src/language/stats/examine.q:1584
3107 #: src/language/stats/frequencies.q:134 src/language/stats/npar-summary.c:131
3108 #: src/language/stats/oneway.q:400 src/ui/gui/descriptives-dialog.c:41
3109 #: src/ui/gui/frequencies-dialog.c:42
3113 #: src/language/stats/descriptives.c:112 src/language/stats/examine.q:1589
3114 #: src/language/stats/frequencies.q:135 src/language/stats/npar-summary.c:134
3115 #: src/language/stats/oneway.q:401 src/ui/gui/descriptives-dialog.c:42
3116 #: src/ui/gui/frequencies-dialog.c:43
3120 #: src/language/stats/descriptives.c:113 src/language/stats/frequencies.q:136
3121 #: src/ui/gui/descriptives-dialog.c:44 src/ui/gui/frequencies-dialog.c:53
3125 #: src/language/stats/descriptives.c:344
3127 msgid "Z-score variable name %s would be a duplicate variable name."
3130 #: src/language/stats/descriptives.c:451
3131 msgid "expecting statistic name: reverting to default"
3134 #: src/language/stats/descriptives.c:524
3136 "Ran out of generic names for Z-score variables. There are only 126 generic "
3137 "names: ZSC001-ZSC0999, STDZ01-STDZ09, ZZZZ01-ZZZZ09, ZQZQ01-ZQZQ09."
3140 #: src/language/stats/descriptives.c:556
3141 msgid "Mapping of variables to corresponding Z-scores."
3144 #: src/language/stats/descriptives.c:561
3148 #: src/language/stats/descriptives.c:562
3152 #: src/language/stats/descriptives.c:673
3154 msgid "Z-score of %s"
3157 #: src/language/stats/descriptives.c:888
3161 #: src/language/stats/descriptives.c:889
3165 #: src/language/stats/descriptives.c:916
3167 msgid "Valid cases = %g; cases with missing value(s) = %g."
3170 #: src/language/stats/examine.q:337 src/language/stats/examine.q:490
3171 #: src/language/stats/examine.q:1048
3172 msgid "Not creating plot because data set is empty."
3175 #: src/language/stats/examine.q:347
3177 msgid "Normal Q-Q Plot of %s"
3180 #: src/language/stats/examine.q:348 src/language/stats/examine.q:353
3181 msgid "Observed Value"
3184 #: src/language/stats/examine.q:349
3185 msgid "Expected Normal"
3188 #: src/language/stats/examine.q:351
3190 msgid "Detrended Normal Q-Q Plot of %s"
3193 #: src/language/stats/examine.q:354
3194 msgid "Dev from Normal"
3197 #: src/language/stats/examine.q:507
3199 msgid "Boxplot of %s vs. %s"
3202 #: src/language/stats/examine.q:511
3204 msgid "Boxplot of %s"
3207 #: src/language/stats/examine.q:747 src/language/stats/examine.q:760
3209 msgid "%s and %s are mutually exclusive"
3212 #: src/language/stats/examine.q:1256 src/language/stats/reliability.q:673
3213 msgid "Case Processing Summary"
3216 #: src/language/stats/examine.q:1548 src/language/stats/oneway.q:395
3218 msgid "%g%% Confidence Interval for Mean"
3221 #: src/language/stats/examine.q:1554 src/language/stats/oneway.q:397
3225 #: src/language/stats/examine.q:1559 src/language/stats/oneway.q:398
3229 #: src/language/stats/examine.q:1564
3231 msgid "5%% Trimmed Mean"
3234 #: src/language/stats/examine.q:1569 src/language/stats/frequencies.q:125
3235 #: src/ui/gui/frequencies-dialog.c:52
3239 #: src/language/stats/examine.q:1579 src/language/stats/npar-summary.c:128
3240 #: src/language/stats/oneway.q:388 src/language/stats/t-test.q:695
3241 #: src/language/stats/t-test.q:718 src/language/stats/t-test.q:851
3242 #: src/language/stats/t-test.q:1188
3243 msgid "Std. Deviation"
3246 #: src/language/stats/examine.q:1599
3247 msgid "Interquartile Range"
3250 #: src/language/stats/examine.q:1735 src/language/stats/oneway.q:404
3251 #: src/ui/gui/examine.glade:310
3252 msgid "Descriptives"
3255 #: src/language/stats/examine.q:1741 src/language/stats/oneway.q:389
3256 #: src/language/stats/oneway.q:681 src/language/stats/regression.q:203
3260 #: src/language/stats/examine.q:1838 src/language/stats/examine.q:1843
3261 #: src/ui/gui/psppire-data-store.c:749 src/ui/gui/psppire-var-store.c:627
3262 #: src/ui/gui/psppire-var-store.c:637 src/ui/gui/psppire-var-store.c:647
3263 #: src/ui/gui/psppire-var-store.c:756
3268 #: src/language/stats/examine.q:1921
3272 #: src/language/stats/examine.q:1926
3276 #: src/language/stats/examine.q:1933
3277 msgid "Extreme Values"
3280 #: src/language/stats/examine.q:1937
3284 #: src/language/stats/examine.q:2059
3285 msgid "Tukey's Hinges"
3288 #: src/language/stats/examine.q:2099 src/language/stats/examine.q:2117
3289 #: src/language/stats/frequencies.q:1413 src/language/stats/npar-summary.c:141
3290 #: src/ui/gui/examine.glade:333
3294 #: src/language/stats/examine.q:2106
3299 #: src/language/stats/flip.c:96
3301 "FLIP ignores TEMPORARY. Temporary transformations will be made permanent."
3304 #: src/language/stats/flip.c:151
3305 msgid "Could not create temporary file for FLIP."
3308 #: src/language/stats/flip.c:162
3310 msgid "Error writing FLIP file: %s."
3313 #: src/language/stats/flip.c:262
3315 msgid "Could not create acceptable variant for variable %s."
3318 #: src/language/stats/flip.c:278
3319 msgid "Cannot create more than 99999 variable names."
3322 #: src/language/stats/flip.c:394
3324 msgid "Error rewinding FLIP file: %s."
3327 #: src/language/stats/flip.c:401
3328 msgid "Error creating FLIP source file."
3331 #: src/language/stats/flip.c:414
3333 msgid "Error reading FLIP file: %s."
3336 #: src/language/stats/flip.c:416
3337 msgid "Unexpected end of file reading FLIP file."
3340 #: src/language/stats/flip.c:432
3342 msgid "Error seeking FLIP source file: %s."
3345 #: src/language/stats/flip.c:440
3347 msgid "Error writing FLIP source file: %s."
3350 #: src/language/stats/flip.c:451
3352 msgid "Error closing FLIP source file: %s."
3355 #: src/language/stats/flip.c:459
3357 msgid "Error rewinding FLIP source file: %s."
3360 #: src/language/stats/flip.c:487
3362 msgid "Error reading FLIP temporary file: %s."
3365 #: src/language/stats/flip.c:490
3366 msgid "Unexpected end of file reading FLIP temporary file."
3369 #: src/language/stats/frequencies.q:124
3373 #: src/language/stats/frequencies.q:126 src/ui/gui/frequencies-dialog.c:49
3377 #: src/language/stats/frequencies.q:130
3381 #: src/language/stats/frequencies.q:132
3385 #: src/language/stats/frequencies.q:409
3387 "At most one of BARCHART, HISTOGRAM, or HBAR should be given. HBAR will be "
3388 "assumed. Argument values will be given precedence increasing along the "
3392 #: src/language/stats/frequencies.q:492
3395 "MAX must be greater than or equal to MIN, if both are specified. However, "
3396 "MIN was specified as %g and MAX as %g. MIN and MAX will be ignored."
3399 #: src/language/stats/frequencies.q:755
3401 msgid "Variable %s specified multiple times on VARIABLES subcommand."
3404 #: src/language/stats/frequencies.q:818
3405 msgid "`)' expected after GROUPED interval list."
3408 #: src/language/stats/frequencies.q:830
3410 msgid "Variables %s specified on GROUPED but not on VARIABLES."
3413 #: src/language/stats/frequencies.q:837
3415 msgid "Variables %s specified multiple times on GROUPED subcommand."
3418 #: src/language/stats/frequencies.q:1055 src/language/stats/frequencies.q:1148
3419 #: src/language/stats/frequencies.q:1149 src/language/stats/frequencies.q:1183
3423 #: src/language/stats/frequencies.q:1057 src/output/charts/plot-hist.c:140
3427 #: src/language/stats/frequencies.q:1078
3431 #: src/language/stats/frequencies.q:1181
3435 #: src/language/stats/frequencies.q:1182 src/language/stats/frequencies.q:1184
3439 #: src/language/stats/frequencies.q:1375
3441 msgid "No valid data for variable %s; statistics not displayed."
3444 #: src/language/stats/frequencies.q:1417
3448 #: src/language/stats/glm.q:143
3449 msgid "Multivariate GLM not yet supported"
3452 #: src/language/stats/glm.q:262 src/language/stats/regression.q:996
3453 msgid "No valid data found. This command was skipped."
3456 #: src/language/stats/means.q:100
3457 msgid "Missing required subcommand TABLES."
3460 #: src/language/stats/means.q:134
3461 msgid "TABLES subcommand may not appear more than once."
3464 #: src/language/stats/npar.q:108
3465 msgid "NPAR subcommand not currently implemented."
3468 #: src/language/stats/npar.q:251
3471 "The specified value of HI (%d) is lower than the specified value of LO (%d)"
3474 #: src/language/stats/npar.q:306
3477 "%d expected values were given, but the specified range (%d-%d) requires "
3478 "exactly %d values."
3481 #: src/language/stats/npar.q:443 src/language/stats/t-test.q:496
3484 "PAIRED was specified but the number of variables preceding WITH (%zu) did "
3485 "not match the number following (%zu)."
3488 #: src/language/stats/npar-summary.c:108
3489 msgid "Descriptive Statistics"
3492 #: src/language/stats/npar-summary.c:145
3496 #: src/language/stats/npar-summary.c:148
3497 msgid "50th (Median)"
3500 #: src/language/stats/npar-summary.c:151
3504 #: src/language/stats/oneway.q:170
3505 msgid "Number of contrast coefficients must equal the number of groups"
3508 #: src/language/stats/oneway.q:179
3510 msgid "Coefficients for contrast %zu do not total zero"
3513 #: src/language/stats/oneway.q:242
3515 msgid "`%s' is not a variable name"
3518 #: src/language/stats/oneway.q:276 src/language/stats/regression.q:301
3519 msgid "Sum of Squares"
3522 #: src/language/stats/oneway.q:278 src/language/stats/regression.q:303
3526 #: src/language/stats/oneway.q:279 src/language/stats/regression.q:304
3527 #: src/language/stats/t-test.q:998
3531 #: src/language/stats/oneway.q:280 src/language/stats/oneway.q:532
3532 #: src/language/stats/regression.q:206 src/language/stats/regression.q:305
3533 msgid "Significance"
3536 #: src/language/stats/oneway.q:302
3537 msgid "Between Groups"
3540 #: src/language/stats/oneway.q:303
3541 msgid "Within Groups"
3544 #: src/language/stats/oneway.q:347 src/language/stats/regression.q:330
3548 #: src/language/stats/oneway.q:529
3549 msgid "Levene Statistic"
3552 #: src/language/stats/oneway.q:530
3556 #: src/language/stats/oneway.q:531
3560 #: src/language/stats/oneway.q:534
3561 msgid "Test of Homogeneity of Variances"
3564 #: src/language/stats/oneway.q:602
3565 msgid "Contrast Coefficients"
3568 #: src/language/stats/oneway.q:604 src/language/stats/oneway.q:679
3572 #: src/language/stats/oneway.q:677
3573 msgid "Contrast Tests"
3576 #: src/language/stats/oneway.q:680
3577 msgid "Value of Contrast"
3580 #: src/language/stats/oneway.q:682 src/language/stats/regression.q:205
3581 #: src/language/stats/t-test.q:1000 src/language/stats/t-test.q:1192
3582 #: src/language/stats/t-test.q:1285
3586 #: src/language/stats/oneway.q:684 src/language/stats/t-test.q:1002
3587 #: src/language/stats/t-test.q:1194 src/language/stats/t-test.q:1287
3588 msgid "Sig. (2-tailed)"
3591 #: src/language/stats/oneway.q:728
3592 msgid "Assume equal variances"
3595 #: src/language/stats/oneway.q:732
3596 msgid "Does not assume equal"
3599 #: src/language/stats/rank.q:221
3601 msgid "%s of %s by %s"
3604 #: src/language/stats/rank.q:226
3609 #: src/language/stats/rank.q:601
3610 msgid "Cannot create new rank variable. All candidates in use."
3613 #: src/language/stats/rank.q:694
3614 msgid "Variables Created By RANK"
3617 #: src/language/stats/rank.q:718
3619 msgid "%s into %s(%s of %s using %s BY %s)"
3622 #: src/language/stats/rank.q:729
3624 msgid "%s into %s(%s of %s BY %s)"
3627 #: src/language/stats/rank.q:743
3629 msgid "%s into %s(%s of %s using %s)"
3632 #: src/language/stats/rank.q:753
3634 msgid "%s into %s(%s of %s)"
3637 #: src/language/stats/rank.q:766
3639 "FRACTION has been specified, but NORMAL and PROPORTION rank functions have "
3640 "not been requested. The FRACTION subcommand will be ignored."
3643 #: src/language/stats/rank.q:857
3645 msgid "Variable %s already exists."
3648 #: src/language/stats/rank.q:862
3649 msgid "Too many variables in INTO clause."
3652 #: src/language/stats/regression.q:159 src/ui/gui/regression-dialog.c:41
3656 #: src/language/stats/regression.q:160
3660 #: src/language/stats/regression.q:161
3661 msgid "Adjusted R Square"
3664 #: src/language/stats/regression.q:162
3665 msgid "Std. Error of the Estimate"
3668 #: src/language/stats/regression.q:167
3669 msgid "Model Summary"
3672 #: src/language/stats/regression.q:202
3676 #: src/language/stats/regression.q:204
3680 #: src/language/stats/regression.q:207
3684 #: src/language/stats/regression.q:271
3685 msgid "Coefficients"
3688 #: src/language/stats/regression.q:307
3692 #: src/language/stats/regression.q:389
3696 #: src/language/stats/regression.q:390
3700 #: src/language/stats/regression.q:405
3701 msgid "Coefficient Correlations"
3704 #: src/language/stats/regression.q:808
3706 "The dependent variable is equal to the independent variable.The least "
3707 "squares line is therefore Y=X.Standard errors and related statistics may be "
3711 #: src/language/stats/regression.q:900
3712 msgid "Dependent variable must be numeric."
3715 #: src/language/stats/reliability.q:429
3716 msgid "Reliability Statistics"
3719 #: src/language/stats/reliability.q:472
3720 msgid "Item-Total Statistics"
3723 #: src/language/stats/reliability.q:494
3724 msgid "Scale Mean if Item Deleted"
3727 #: src/language/stats/reliability.q:497
3728 msgid "Scale Variance if Item Deleted"
3731 #: src/language/stats/reliability.q:500
3732 msgid "Corrected Item-Total Correlation"
3735 #: src/language/stats/reliability.q:503
3736 msgid "Cronbach's Alpha if Item Deleted"
3739 #: src/language/stats/reliability.q:550 src/language/stats/reliability.q:566
3740 msgid "Cronbach's Alpha"
3743 #: src/language/stats/reliability.q:553
3747 #: src/language/stats/reliability.q:569
3751 #: src/language/stats/reliability.q:575 src/language/stats/reliability.q:586
3755 #: src/language/stats/reliability.q:580
3759 #: src/language/stats/reliability.q:591
3760 msgid "Total N of Items"
3763 #: src/language/stats/reliability.q:594
3764 msgid "Correlation Between Forms"
3767 #: src/language/stats/reliability.q:598
3768 msgid "Spearman-Brown Coefficient"
3771 #: src/language/stats/reliability.q:601
3772 msgid "Equal Length"
3775 #: src/language/stats/reliability.q:604
3776 msgid "Unequal Length"
3779 #: src/language/stats/reliability.q:608
3780 msgid "Guttman Split-Half Coefficient"
3783 #: src/language/stats/reliability.q:702
3787 #: src/language/stats/reliability.q:711
3792 #: src/language/stats/sort-cases.c:64
3793 msgid "Buffer limit must be at least 2."
3796 #: src/language/stats/sort-criteria.c:74
3797 msgid "`A' or `D' expected inside parentheses."
3800 #: src/language/stats/sort-criteria.c:79
3801 msgid "`)' expected."
3804 #: src/language/stats/sort-criteria.c:92
3806 msgid "Variable %s specified twice in sort criteria."
3809 #: src/language/stats/t-test.q:275
3810 msgid "TESTVAL, GROUPS and PAIRS subcommands are mutually exclusive."
3813 #: src/language/stats/t-test.q:293
3814 msgid "VARIABLES subcommand is not appropriate with PAIRS"
3817 #: src/language/stats/t-test.q:331
3818 msgid "One or more VARIABLES must be specified."
3821 #: src/language/stats/t-test.q:381
3823 msgid "Long string variable %s is not valid here."
3826 #: src/language/stats/t-test.q:401 src/language/stats/t-test.q:415
3828 "When applying GROUPS to a string variable, two values must be specified."
3831 #: src/language/stats/t-test.q:513
3832 msgid "At least two variables must be specified on PAIRS."
3835 #: src/language/stats/t-test.q:691
3836 msgid "One-Sample Statistics"
3839 #: src/language/stats/t-test.q:696 src/language/stats/t-test.q:719
3840 #: src/language/stats/t-test.q:852
3844 #: src/language/stats/t-test.q:714
3845 msgid "Group Statistics"
3848 #: src/language/stats/t-test.q:846
3849 msgid "Paired Sample Statistics"
3852 #: src/language/stats/t-test.q:868 src/language/stats/t-test.q:1213
3853 #: src/language/stats/t-test.q:1404
3858 #: src/language/stats/t-test.q:986
3859 msgid "Independent Samples Test"
3862 #: src/language/stats/t-test.q:994
3863 msgid "Levene's Test for Equality of Variances"
3866 #: src/language/stats/t-test.q:996
3867 msgid "t-test for Equality of Means"
3870 #: src/language/stats/t-test.q:999 src/language/stats/t-test.q:1389
3874 #: src/language/stats/t-test.q:1003 src/language/stats/t-test.q:1288
3875 msgid "Mean Difference"
3878 #: src/language/stats/t-test.q:1004
3879 msgid "Std. Error Difference"
3882 #: src/language/stats/t-test.q:1009 src/language/stats/t-test.q:1184
3883 #: src/language/stats/t-test.q:1280
3885 msgid "%g%% Confidence Interval of the Difference"
3888 #: src/language/stats/t-test.q:1064
3889 msgid "Equal variances assumed"
3892 #: src/language/stats/t-test.q:1116
3893 msgid "Equal variances not assumed"
3896 #: src/language/stats/t-test.q:1174
3897 msgid "Paired Samples Test"
3900 #: src/language/stats/t-test.q:1177
3901 msgid "Paired Differences"
3904 #: src/language/stats/t-test.q:1189
3905 msgid "Std. Error Mean"
3908 #: src/language/stats/t-test.q:1269
3909 msgid "One-Sample Test"
3912 #: src/language/stats/t-test.q:1274
3914 msgid "Test Value = %f"
3917 #: src/language/stats/t-test.q:1384
3918 msgid "Paired Samples Correlations"
3921 #: src/language/stats/t-test.q:1388
3925 #: src/language/stats/t-test.q:1407
3930 #: src/language/stats/wilcoxon.c:210
3934 #: src/language/stats/wilcoxon.c:224
3938 #: src/language/stats/wilcoxon.c:225
3939 msgid "Sum of Ranks"
3942 #: src/language/stats/wilcoxon.c:237
3943 msgid "Negative Ranks"
3946 #: src/language/stats/wilcoxon.c:238
3947 msgid "Positive Ranks"
3950 #: src/language/stats/wilcoxon.c:239
3954 #: src/language/stats/wilcoxon.c:304
3958 #: src/language/stats/wilcoxon.c:305
3959 msgid "Asymp. Sig (2-tailed)"
3962 #: src/language/stats/wilcoxon.c:309
3963 msgid "Exact Sig (2-tailed)"
3966 #: src/language/stats/wilcoxon.c:310
3967 msgid "Exact Sig (1-tailed)"
3970 #: src/language/stats/wilcoxon.c:313
3971 msgid "Point Probability"
3974 #: src/language/stats/wilcoxon.c:352
3977 "Exact significance was not calculated after %.2f minutes. Skipping test."
3980 #: src/language/syntax-file.c:88
3982 msgid "opening \"%s\" as syntax file"
3985 #: src/language/syntax-file.c:93
3987 msgid "Opening `%s': %s."
3990 #: src/language/syntax-file.c:106
3992 msgid "Reading `%s': %s."
3995 #: src/language/syntax-file.c:126
3997 msgid "Closing `%s': %s."
4000 #: src/language/tests/check-model.q:138
4001 msgid "PATH and SEARCH subcommands are mutually exclusive. Ignoring PATH."
4004 #: src/language/tests/check-model.q:156
4005 msgid "At least one value must be specified on PATH."
4008 #: src/language/tests/check-model.q:167
4010 msgid "Hash bits adjusted to %d."
4013 #: src/language/tests/check-model.q:208
4015 msgid "error opening \"%s\" for writing"
4018 #: src/language/tests/float-format.c:124
4020 msgid "%zu-byte string needed but %zu-byte string supplied."
4023 #: src/language/tests/float-format.c:136
4024 msgid "Hexadecimal floating constant too long."
4027 #: src/language/tests/float-format.c:201
4030 "%s conversion of %s from %s to %s should have produced %s but actually "
4034 #: src/language/tests/float-format.c:247
4035 msgid "Too many values in single command."
4038 #: src/language/tests/moments-test.c:47
4039 msgid "expecting weight value"
4042 #: src/language/utilities/cd.c:41
4044 msgid "Cannot change directory to %s: %s "
4047 #: src/language/utilities/date.c:32
4048 msgid "Only USE ALL is currently implemented."
4051 #: src/language/utilities/include.c:92
4052 msgid "Expecting BATCH or INTERACTIVE after SYNTAX."
4055 #: src/language/utilities/include.c:109
4056 msgid "Expecting YES or NO after CD."
4059 #: src/language/utilities/include.c:126
4060 msgid "Expecting CONTINUE or STOP after ERROR."
4063 #: src/language/utilities/include.c:133
4065 msgid "Unexpected token: `%s'."
4068 #: src/language/utilities/include.c:178
4069 msgid "expecting file name"
4072 #: src/language/utilities/include.c:190
4074 msgid "Can't find `%s' in include file search path."
4077 #: src/language/utilities/include.c:198
4079 msgid "Unable to open `%s': %s."
4082 #: src/language/utilities/permissions.c:73
4084 msgid "Expecting %s or %s."
4087 #: src/language/utilities/permissions.c:106
4089 msgid "Cannot stat %s: %s"
4092 #: src/language/utilities/permissions.c:119
4094 msgid "Cannot change mode of %s: %s"
4097 #: src/language/utilities/set.q:200
4098 msgid "WORKSPACE must be at least 1MB"
4101 #: src/language/utilities/set.q:206 src/language/utilities/set.q:208
4102 #: src/language/utilities/set.q:210 src/language/utilities/set.q:212
4103 #: src/language/utilities/set.q:214 src/language/utilities/set.q:216
4104 #: src/language/utilities/set.q:218 src/language/utilities/set.q:220
4105 #: src/language/utilities/set.q:222
4107 msgid "%s is obsolete."
4110 #: src/language/utilities/set.q:225
4112 msgid "%s is not implemented."
4115 #: src/language/utilities/set.q:228
4116 msgid "Active file compression is not implemented."
4119 #: src/language/utilities/set.q:323
4120 msgid "EPOCH must be 1500 or later."
4123 #: src/language/utilities/set.q:330
4124 msgid "expecting AUTOMATIC or year"
4127 #: src/language/utilities/set.q:351
4128 msgid "LENGTH must be at least 1."
4131 #: src/language/utilities/set.q:395
4132 msgid "WIDTH must be at least 40."
4135 #: src/language/utilities/set.q:418
4138 "FORMAT requires numeric output format as an argument. Specified format %s "
4139 "is of type string."
4142 #: src/language/utilities/set.q:485
4143 msgid "BLANKS is SYSMIS."
4146 #: src/language/utilities/set.q:487
4148 msgid "BLANKS is %g."
4151 #: src/language/utilities/set.q:522
4153 msgid "%s is \"%s\"."
4156 #: src/language/utilities/set.q:558
4158 msgid "DECIMAL is \"%c\"."
4161 #: src/language/utilities/set.q:564
4163 msgid "ENDCMD is \"%c\"."
4166 #: src/language/utilities/set.q:572
4168 msgid "ERRORS is \"%s\"."
4171 #: src/language/utilities/set.q:583
4173 msgid "FORMAT is %s."
4176 #: src/language/utilities/set.q:589
4178 msgid "LENGTH is %d."
4181 #: src/language/utilities/set.q:595
4183 msgid "MXERRS is %d."
4186 #: src/language/utilities/set.q:601
4188 msgid "MXLOOPS is %d."
4191 #: src/language/utilities/set.q:607
4193 msgid "MXWARNS is %d."
4196 #: src/language/utilities/set.q:614 src/language/utilities/set.q:665
4198 msgid "%s is %s (%s)."
4201 #: src/language/utilities/set.q:686
4202 msgid "SCOMPRESSION is ON."
4205 #: src/language/utilities/set.q:688
4206 msgid "SCOMPRESSION is OFF."
4209 #: src/language/utilities/set.q:695
4210 msgid "UNDEFINED is WARN."
4213 #: src/language/utilities/set.q:697
4214 msgid "UNDEFINED is NOWARN."
4217 #: src/language/utilities/set.q:705
4218 msgid "WEIGHT is off."
4221 #: src/language/utilities/set.q:707
4223 msgid "WEIGHT is variable %s."
4226 #: src/language/utilities/set.q:725
4228 msgid "WIDTH is %d."
4231 #: src/language/utilities/title.c:68
4233 msgid "%s: `.' expected after string."
4236 #: src/language/utilities/title.c:108
4238 msgid " (Entered %s)"
4241 #: src/language/xforms/compute.c:149 src/language/xforms/compute.c:203
4244 "When executing COMPUTE: SYSMIS is not a valid value as an index into vector %"
4248 #: src/language/xforms/compute.c:153 src/language/xforms/compute.c:210
4251 "When executing COMPUTE: %g is not a valid value as an index into vector %s."
4254 #: src/language/xforms/compute.c:354
4256 msgid "There is no vector named %s."
4259 #: src/language/xforms/count.c:123
4260 msgid "Destination cannot be a string variable."
4263 #: src/language/xforms/recode.c:251
4265 "Inconsistent target variable types. Target variables must be all numeric or "
4269 #: src/language/xforms/recode.c:272
4270 msgid "CONVERT requires string input values and numeric output values."
4273 #: src/language/xforms/recode.c:329
4274 msgid "THRU is not allowed with string variables."
4277 #: src/language/xforms/recode.c:407
4278 msgid "expecting output value"
4281 #: src/language/xforms/recode.c:456
4284 "%zu variable(s) cannot be recoded into %zu variable(s). Specify the same "
4285 "number of variables as source and target variables."
4288 #: src/language/xforms/recode.c:471
4291 "There is no variable named %s. (All string variables specified on INTO must "
4292 "already exist. Use the STRING command to create a string variable.)"
4295 #: src/language/xforms/recode.c:487
4297 msgid "INTO is required with %s input values and %s output values."
4300 #: src/language/xforms/recode.c:500
4302 msgid "Type mismatch. Cannot store %s data in %s variable %s."
4305 #: src/language/xforms/sample.c:76
4306 msgid "The sampling factor must be between 0 and 1 exclusive."
4309 #: src/language/xforms/sample.c:96
4311 msgid "Cannot sample %d observations from a population of %d."
4314 #: src/language/xforms/select-if.c:100
4315 msgid "Syntax error expecting OFF or BY. Turning off case filtering."
4318 #: src/language/xforms/select-if.c:115
4319 msgid "The filter variable must be numeric."
4322 #: src/language/xforms/select-if.c:121
4323 msgid "The filter variable may not be scratch."
4326 #: src/libpspp/hash.c:545
4331 #: src/math/percentiles.c:35
4335 #: src/math/percentiles.c:36
4336 msgid "Weighted Average"
4339 #: src/math/percentiles.c:37
4343 #: src/math/percentiles.c:38
4347 #: src/math/percentiles.c:39
4348 msgid "Empirical with averaging"
4351 #: src/output/afm.c:149
4353 msgid "opening font metrics file \"%s\""
4356 #: src/output/afm.c:239
4357 msgid "first line must be StartFontMetrics"
4360 #: src/output/afm.c:266
4362 msgid "unsupported MappingScheme %d"
4365 #: src/output/afm.c:287
4366 msgid "required FontName is missing"
4369 #: src/output/afm.c:394
4370 msgid "CharMetrics line must start with C or CH"
4373 #: src/output/afm.c:535
4375 msgid "reference to unknown character \"%s\""
4378 #: src/output/afm.c:593
4379 msgid "expected end of file"
4382 #: src/output/afm.c:605
4383 msgid "syntax error expecting end of line"
4386 #: src/output/afm.c:623 src/output/afm.c:660
4387 msgid "number out of valid range"
4390 #: src/output/afm.c:625 src/output/afm.c:662
4391 msgid "invalid numeric syntax"
4394 #: src/output/afm.c:641
4395 msgid "syntax error expecting integer"
4398 #: src/output/afm.c:679
4399 msgid "syntax error expecting number"
4402 #: src/output/afm.c:692
4403 msgid "syntax error in hex constant"
4406 #: src/output/afm.c:707
4407 msgid "syntax error expecting hex constant"
4410 #: src/output/afm.c:745
4411 msgid "unexpected end of line"
4414 #: src/output/afm.c:795
4415 msgid "unexpected end of line expecting string"
4418 #: src/output/ascii.c:251
4421 "ascii: page excluding margins and headers must be at least 59 characters "
4422 "wide by 15 lines long, but as configured is only %d characters by %d lines"
4425 #: src/output/ascii.c:329
4428 "ascii: bad index value for `box' key: syntax is box[INDEX], 0 <= INDEX < %d "
4429 "decimal, with INDEX expressed in base 4"
4432 #: src/output/ascii.c:336
4434 msgid "ascii: multiple values for %s"
4437 #: src/output/ascii.c:344
4439 msgid "ascii: unknown parameter `%s'"
4442 #: src/output/ascii.c:360
4444 msgid "ascii: only screen devices may have `auto' length or width"
4447 #: src/output/ascii.c:374
4449 msgid "ascii: positive integer required as `%s' value"
4452 #: src/output/ascii.c:402
4454 msgid "ascii: `emphasis' value must be `bold', `underline', or `none'"
4457 #: src/output/ascii.c:415
4459 msgid "ascii: zero or positive integer required as `%s' value"
4462 #: src/output/ascii.c:446
4464 msgid "ascii: boolean value expected for `%s'"
4467 #: src/output/ascii.c:478 src/output/html.c:187
4469 msgid "`chart-files' value must contain `#'"
4472 #: src/output/ascii.c:524
4474 msgid "ascii: opening output file \"%s\""
4477 #: src/output/ascii.c:587
4479 msgid "ascii: bad line (%d,%d)-(%d,%d) out of (%d,%d)\n"
4482 #: src/output/ascii.c:809 src/output/postscript.c:826
4484 msgid "%s - Page %d"
4487 #: src/output/ascii.c:861
4489 msgid "ascii: closing output file \"%s\""
4492 #: src/output/chart.c:145
4494 msgid "creating \"%s\""
4497 #: src/output/charts/plot-hist.c:138
4501 #: src/output/html.c:71
4503 msgid "opening HTML output file: %s"
4506 #: src/output/html.c:82
4510 #: src/output/html.c:170
4512 msgid "unknown configuration parameter `%s' for HTML device driver"
4515 #: src/output/journal.c:69
4517 msgid "error writing \"%s\""
4520 #: src/output/journal.c:94
4522 msgid "error creating \"%s\""
4525 #: src/output/output.c:168
4527 msgid "unknown output driver `%s'"
4530 #: src/output/output.c:170
4532 msgid "output driver `%s' referenced but never defined"
4535 #: src/output/output.c:261
4537 msgid "using default output driver configuration"
4540 #: src/output/output.c:290
4542 msgid "cannot find output initialization file (use `-vv' to view search path)"
4545 #: src/output/output.c:298
4547 msgid "cannot open \"%s\""
4550 #: src/output/output.c:310
4552 msgid "reading \"%s\""
4555 #: src/output/output.c:332 src/ui/gui/message-dialog.c:95
4557 msgid "syntax error"
4560 #: src/output/output.c:341
4562 msgid "error closing \"%s\""
4565 #: src/output/output.c:349
4567 msgid "no active output drivers"
4570 #: src/output/output.c:352
4572 msgid "error reading device definition file"
4575 #: src/output/output.c:470
4582 #: src/output/output.c:502
4584 msgid "syntax error parsing options for \"%s\" driver"
4587 #: src/output/output.c:518
4590 "reached end of options inside quoted string parsing options for \"%s\" driver"
4593 #: src/output/output.c:588
4595 msgid "syntax error in string constant parsing options for \"%s\" driver"
4598 #: src/output/output.c:636
4600 msgid "syntax error expecting `=' parsing options for driver \"%s\""
4603 #: src/output/output.c:687
4605 msgid "unknown output driver class `%.*s'"
4608 #: src/output/output.c:702
4610 msgid "unknown device type `%.*s'"
4613 #: src/output/output.c:719
4615 msgid "cannot initialize output driver `%s' of class `%s'"
4616 msgstr "cannot initialise output driver `%s' of class `%s'"
4618 #: src/output/output.c:765
4620 msgid "driver definition line missing driver name or class name"
4623 #: src/output/output.c:868
4625 msgid "`%s' is not a valid length."
4628 #: src/output/output.c:960
4630 msgid "unknown paper type `%.*s'"
4633 #: src/output/output.c:978
4635 msgid "error opening \"%s\""
4638 #: src/output/output.c:989
4640 msgid "error reading \"%s\""
4643 #: src/output/output.c:1006
4645 msgid "paper size file \"%s\" does not state a paper size"
4648 #: src/output/output.c:1066
4650 msgid "syntax error in paper size `%s'"
4653 #: src/output/postscript.c:158
4655 msgid "opening PostScript output file \"%s\""
4658 #: src/output/postscript.c:196
4661 "The defined PostScript page is not long enough to hold margins and headers, "
4662 "plus least 15 lines of the default fonts. In fact, there's only room for %d "
4663 "lines of each font at the default size of %d.%03d points."
4666 #: src/output/postscript.c:246
4668 msgid "closing PostScript output file \"%s\""
4671 #: src/output/postscript.c:309
4673 msgid "unknown configuration parameter `%s' for PostScript device driver"
4676 #: src/output/postscript.c:325
4679 "unknown orientation `%s' (valid orientations are `portrait' and `landscape')"
4682 #: src/output/postscript.c:337
4684 msgid "boolean value expected for %s"
4687 #: src/output/postscript.c:350
4689 msgid "positive integer value required for `%s'"
4692 #: src/output/postscript.c:355
4694 msgid "default font size must be at least 1 point (value of 1000 for key `%s')"
4697 #: src/output/postscript.c:1176
4699 msgid "\"%s\": bad font specification"
4702 #: src/output/postscript.c:1184
4704 msgid "could not find AFM file \"%s\""
4707 #: src/output/postscript.c:1198
4709 msgid "could not find font \"%s\""
4712 #: src/output/postscript.c:1207
4714 msgid "could not find encoding \"%s\""
4717 #: src/output/postscript.c:1307
4719 msgid "cannot open font file \"%s\""
4722 #: src/output/postscript.c:1348
4724 msgid "reading font file \"%s\""
4727 #: src/output/postscript.c:1370
4729 msgid "cannot open font encoding file \"%s\""
4732 #: src/output/postscript.c:1399
4734 msgid "invalid numeric format"
4737 #: src/output/postscript.c:1421
4739 msgid "closing Postscript encoding \"%s\""
4742 #: src/output/table.c:234
4744 msgid "bad vline: x=%d+%d=%d y=(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
4747 #: src/output/table.c:305
4750 "bad box: (%d+%d=%d,%d+%d=%d)-(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
4753 #: src/ui/gui/comments-dialog.c:57
4755 msgid "Column Number: %d"
4758 #: src/ui/gui/crosstabs-dialog.c:40
4762 #: src/ui/gui/crosstabs-dialog.c:42
4766 #: src/ui/gui/crosstabs-dialog.c:44
4770 #: src/ui/gui/crosstabs-dialog.c:45
4774 #: src/ui/gui/crosstabs-dialog.c:46
4778 #: src/ui/gui/crosstabs-dialog.c:47
4782 #: src/ui/gui/crosstabs-dialog.c:49
4786 #: src/ui/gui/crosstabs-dialog.c:52
4790 #: src/ui/gui/crosstabs-dialog.c:53 src/ui/gui/crosstabs-dialog.c:64
4791 #: src/ui/gui/crosstabs-dialog.c:99 src/ui/gui/crosstabs-dialog.c:107
4792 #: src/ui/gui/psppire-var-store.c:543 src/ui/gui/var-display.c:14
4796 #: src/ui/gui/crosstabs-dialog.c:56
4800 #: src/ui/gui/crosstabs-dialog.c:57
4804 #: src/ui/gui/crosstabs-dialog.c:58
4808 #: src/ui/gui/crosstabs-dialog.c:60
4812 #: src/ui/gui/crosstabs-dialog.c:62
4813 msgid "Std. Residual"
4816 #: src/ui/gui/crosstabs-dialog.c:63
4817 msgid "Adjusted Std. Residual"
4820 #: src/ui/gui/crosstabs.glade:50
4824 #: src/ui/gui/crosstabs.glade:131 src/ui/gui/frequencies.glade:185
4828 #: src/ui/gui/crosstabs.glade:138 src/ui/gui/examine.glade:247
4829 #: src/ui/gui/regression.glade:31
4830 msgid "Statistics..."
4833 #: src/ui/gui/crosstabs.glade:148
4837 #: src/ui/gui/crosstabs.glade:230
4838 msgid "Print tables"
4841 #: src/ui/gui/crosstabs.glade:240
4845 #: src/ui/gui/crosstabs.glade:253 src/ui/gui/psppire.glade:781
4849 #: src/ui/gui/crosstabs.glade:283
4853 #: src/ui/gui/crosstabs.glade:295
4854 msgid "Suppress value labels"
4857 #: src/ui/gui/crosstabs.glade:311
4861 #: src/ui/gui/crosstabs.glade:378
4862 msgid "Cell Display"
4865 #: src/ui/gui/crosstabs.glade:439 src/ui/gui/oneway.glade:207
4866 #: src/ui/gui/regression.glade:322
4870 #: src/ui/gui/customentry.c:334
4871 msgid "Style of bevel around the custom entry button"
4874 #: src/ui/gui/data-editor.c:155
4875 msgid "Transformations Pending"
4878 #: src/ui/gui/data-editor.c:328
4882 #: src/ui/gui/data-editor.c:329
4883 msgid "Show/hide value labels"
4886 #: src/ui/gui/data-editor.c:347 src/ui/gui/data-editor.c:366
4887 #: src/ui/gui/data-editor.c:1555 src/ui/gui/data-editor.c:1609
4888 #: src/ui/gui/data-editor.c:1645
4892 #: src/ui/gui/data-editor.c:348
4893 msgid "Delete the cases at the selected position(s)"
4896 #: src/ui/gui/data-editor.c:367
4897 msgid "Delete the variables at the selected position(s)"
4900 #: src/ui/gui/data-editor.c:382
4901 msgid "Insert _Variable"
4904 #: src/ui/gui/data-editor.c:383
4905 msgid "Create a new variable at the current position"
4908 #: src/ui/gui/data-editor.c:401
4909 msgid "Insert Ca_se"
4912 #: src/ui/gui/data-editor.c:402
4913 msgid "Create a new case at the current position"
4916 #: src/ui/gui/data-editor.c:422
4920 #: src/ui/gui/data-editor.c:423
4921 msgid "Jump to a Case in the Data Sheet"
4924 #: src/ui/gui/data-editor.c:442
4928 #: src/ui/gui/data-editor.c:443
4929 msgid "Weight cases by variable"
4932 #: src/ui/gui/data-editor.c:452 src/ui/gui/data-editor.glade:319
4936 #: src/ui/gui/data-editor.c:453
4937 msgid "Transpose the cases with the variables"
4940 #: src/ui/gui/data-editor.c:464
4944 #: src/ui/gui/data-editor.c:465
4945 msgid "Split the active file"
4948 #: src/ui/gui/data-editor.c:475
4952 #: src/ui/gui/data-editor.c:476
4953 msgid "Sort cases in the active file"
4956 #: src/ui/gui/data-editor.c:484 src/ui/gui/data-editor.glade:340
4957 msgid "Select _Cases"
4960 #: src/ui/gui/data-editor.c:485
4961 msgid "Select cases from the active file"
4964 #: src/ui/gui/data-editor.c:494 src/ui/gui/data-editor.glade:369
4968 #: src/ui/gui/data-editor.c:495
4969 msgid "Compute new values for a variable"
4972 #: src/ui/gui/data-editor.c:503
4973 msgid "Oneway _ANOVA"
4976 #: src/ui/gui/data-editor.c:504
4977 msgid "Perform one way analysis of variance"
4980 #: src/ui/gui/data-editor.c:512 src/ui/gui/data-editor.glade:496
4981 msgid "_Independent Samples T Test"
4984 #: src/ui/gui/data-editor.c:513
4985 msgid "Calculate T Test for samples from independent groups"
4988 #: src/ui/gui/data-editor.c:522 src/ui/gui/data-editor.glade:504
4989 msgid "_Paired Samples T Test"
4992 #: src/ui/gui/data-editor.c:523
4993 msgid "Calculate T Test for paired samples"
4996 #: src/ui/gui/data-editor.c:532
4997 msgid "One _Sample T Test"
5000 #: src/ui/gui/data-editor.c:533
5001 msgid "Calculate T Test for sample from a single distribution"
5004 #: src/ui/gui/data-editor.c:542 src/ui/gui/data-editor.glade:593
5005 msgid "Data File _Comments"
5008 #: src/ui/gui/data-editor.c:543
5009 msgid "Commentary text for the data file"
5012 #: src/ui/gui/data-editor.c:551 src/ui/gui/data-editor.glade:228
5016 #: src/ui/gui/data-editor.c:552
5020 #: src/ui/gui/data-editor.c:561 src/ui/gui/data-editor.glade:377
5024 #: src/ui/gui/data-editor.c:562
5028 #: src/ui/gui/data-editor.c:571 src/ui/gui/data-editor.glade:389
5029 msgid "Recode into _Same Variables"
5032 #: src/ui/gui/data-editor.c:572
5033 msgid "Recode values into the same Variables"
5036 #: src/ui/gui/data-editor.c:581 src/ui/gui/data-editor.glade:396
5037 msgid "Recode into _Different Variables"
5040 #: src/ui/gui/data-editor.c:582
5041 msgid "Recode values into different Variables"
5044 #: src/ui/gui/data-editor.c:591 src/ui/gui/data-editor.glade:293
5045 #: src/ui/gui/data-editor.glade:584
5049 #: src/ui/gui/data-editor.c:592
5050 msgid "Jump to Variable"
5053 #: src/ui/gui/data-editor.c:600 src/ui/gui/data-editor.glade:450
5054 #: src/ui/gui/oneway.glade:179
5055 msgid "_Descriptives"
5058 #: src/ui/gui/data-editor.c:601
5059 msgid "Calculate descriptive statistics (mean, variance, ...)"
5062 #: src/ui/gui/data-editor.c:610 src/ui/gui/data-editor.glade:442
5063 msgid "_Frequencies"
5066 #: src/ui/gui/data-editor.c:611
5067 msgid "Generate frequency statistics"
5070 #: src/ui/gui/data-editor.c:619 src/ui/gui/data-editor.glade:466
5074 #: src/ui/gui/data-editor.c:620
5075 msgid "Generate crosstabulations"
5078 #: src/ui/gui/data-editor.c:629 src/ui/gui/data-editor.glade:458
5082 #: src/ui/gui/data-editor.c:630
5083 msgid "Examine Data by Factors"
5086 #: src/ui/gui/data-editor.c:639 src/ui/gui/data-editor.glade:532
5087 msgid "Linear _Regression"
5090 #: src/ui/gui/data-editor.c:640
5091 msgid "Estimate parameters of the linear model"
5094 #: src/ui/gui/data-editor.c:924
5095 msgid "_Split Window"
5098 #: src/ui/gui/data-editor.c:925
5099 msgid "Split the window vertically and horizontally"
5102 #: src/ui/gui/data-editor.c:1050
5103 msgid "Font Selection"
5106 #: src/ui/gui/data-editor.c:1142
5110 #: src/ui/gui/data-editor.c:1151
5114 #: src/ui/gui/data-editor.c:1176
5118 #: src/ui/gui/data-editor.c:1188
5120 msgid "Filter by %s"
5123 #: src/ui/gui/data-editor.c:1206
5127 #: src/ui/gui/data-editor.c:1218
5129 msgid "Weight by %s"
5132 #: src/ui/gui/data-editor.c:1241 src/ui/gui/data-editor.c:1488
5133 #: src/ui/gui/data-editor.glade:667
5137 #: src/ui/gui/data-editor.c:1242
5138 msgid "Open a data file"
5141 #: src/ui/gui/data-editor.c:1250 src/ui/gui/data-editor.c:1366
5142 #: src/ui/gui/data-editor.glade:677
5146 #: src/ui/gui/data-editor.c:1251 src/ui/gui/data-editor.c:1261
5147 msgid "Save data to file"
5150 #: src/ui/gui/data-editor.c:1260
5154 #: src/ui/gui/data-editor.c:1269 src/ui/gui/recode-dialog.c:927
5155 #: src/ui/gui/recode-dialog.c:1022
5159 #: src/ui/gui/data-editor.c:1270
5160 msgid "New data file"
5163 #: src/ui/gui/data-editor.c:1278
5164 msgid "_Import Text Data"
5167 #: src/ui/gui/data-editor.c:1279
5168 msgid "Import text data file"
5171 #: src/ui/gui/data-editor.c:1374 src/ui/gui/data-editor.c:1496
5172 msgid "System Files (*.sav)"
5175 #: src/ui/gui/data-editor.c:1380 src/ui/gui/data-editor.c:1502
5176 msgid "Portable Files (*.por) "
5179 #: src/ui/gui/data-editor.c:1386 src/ui/gui/data-editor.c:1508
5180 #: src/ui/gui/syntax-editor.c:138 src/ui/gui/syntax-editor.c:522
5184 #: src/ui/gui/data-editor.c:1394
5188 #: src/ui/gui/data-editor.c:1399
5189 msgid "Portable File"
5192 #: src/ui/gui/data-editor.c:1546
5193 msgid "Sort Ascending"
5196 #: src/ui/gui/data-editor.c:1549
5197 msgid "Sort Descending"
5200 #: src/ui/gui/data-editor.c:1552 src/ui/gui/data-editor.c:1642
5201 #: src/ui/gui/data-editor.glade:150 src/ui/gui/data-editor.glade:808
5202 msgid "Insert Variable"
5205 #: src/ui/gui/data-editor.c:1606 src/ui/gui/data-editor.glade:796
5209 #: src/ui/gui/data-editor.glade:18 src/ui/gui/output-viewer.glade:22
5210 #: src/ui/gui/syntax-editor.glade:39
5214 #: src/ui/gui/data-editor.glade:33 src/ui/gui/data-editor.glade:59
5215 #: src/ui/gui/syntax-editor.glade:57 src/ui/gui/syntax-editor.glade:87
5219 #: src/ui/gui/data-editor.glade:40 src/ui/gui/data-editor.glade:66
5220 #: src/ui/gui/data-editor.glade:286 src/ui/gui/data-editor.glade:304
5221 #: src/ui/gui/syntax-editor.glade:66 src/ui/gui/syntax-editor.glade:96
5225 #: src/ui/gui/data-editor.glade:78
5226 msgid "_Import Delimited Text Data"
5229 #: src/ui/gui/data-editor.glade:111
5230 msgid "Recently Used Da_ta"
5233 #: src/ui/gui/data-editor.glade:118
5234 msgid "Recently Used _Files"
5237 #: src/ui/gui/data-editor.glade:142 src/ui/gui/output-viewer.glade:55
5238 #: src/ui/gui/syntax-editor.glade:143
5242 #: src/ui/gui/data-editor.glade:158
5243 msgid "Insert Cases"
5246 #: src/ui/gui/data-editor.glade:166 src/ui/gui/data-editor.glade:745
5250 #: src/ui/gui/data-editor.glade:207
5251 msgid "Cl_ear Variables"
5254 #: src/ui/gui/data-editor.glade:215
5255 msgid "_Clear Cases"
5258 #: src/ui/gui/data-editor.glade:239
5262 #: src/ui/gui/data-editor.glade:246
5266 #: src/ui/gui/data-editor.glade:259
5270 #: src/ui/gui/data-editor.glade:266
5274 #: src/ui/gui/data-editor.glade:274
5275 msgid "Value _Labels"
5278 #: src/ui/gui/data-editor.glade:311
5282 #: src/ui/gui/data-editor.glade:332
5286 #: src/ui/gui/data-editor.glade:347
5287 msgid "_Weight Cases"
5290 #: src/ui/gui/data-editor.glade:359
5294 #: src/ui/gui/data-editor.glade:409
5295 msgid "_Run Pending Transforms"
5298 #: src/ui/gui/data-editor.glade:422
5302 #: src/ui/gui/data-editor.glade:432
5303 msgid "_Descriptive Statistics"
5306 #: src/ui/gui/data-editor.glade:478
5307 msgid "Compare _Means"
5310 #: src/ui/gui/data-editor.glade:488
5311 msgid "_One Sample T Test"
5314 #: src/ui/gui/data-editor.glade:512
5315 msgid "One Way _ANOVA"
5318 #: src/ui/gui/data-editor.glade:524
5319 msgid "Bivariate _Correlation"
5322 #: src/ui/gui/data-editor.glade:540
5323 msgid "_Non-Parametric Statistics"
5326 #: src/ui/gui/data-editor.glade:550
5330 #: src/ui/gui/data-editor.glade:558
5334 #: src/ui/gui/data-editor.glade:574
5338 #: src/ui/gui/data-editor.glade:604 src/ui/gui/output-viewer.glade:78
5339 #: src/ui/gui/syntax-editor.glade:234
5343 #: src/ui/gui/data-editor.glade:611 src/ui/gui/output-viewer.glade:88
5344 #: src/ui/gui/syntax-editor.glade:243
5345 msgid "_Minimize All Windows"
5346 msgstr "_Minimise All Windows"
5348 #: src/ui/gui/data-editor.glade:618
5352 #: src/ui/gui/data-editor.glade:629 src/ui/gui/output-viewer.glade:99
5353 #: src/ui/gui/syntax-editor.glade:254
5357 #: src/ui/gui/data-editor.glade:636 src/ui/gui/output-viewer.glade:106
5358 #: src/ui/gui/syntax-editor.glade:262
5359 msgid "_Reference Manual"
5362 #: src/ui/gui/data-editor.glade:643 src/ui/gui/output-viewer.glade:113
5363 #: src/ui/gui/syntax-editor.glade:269
5367 #: src/ui/gui/data-editor.glade:687
5371 #: src/ui/gui/data-editor.glade:697
5375 #: src/ui/gui/data-editor.glade:715
5379 #: src/ui/gui/data-editor.glade:725
5383 #: src/ui/gui/data-editor.glade:755
5387 #: src/ui/gui/data-editor.glade:776
5391 #: src/ui/gui/data-editor.glade:828
5395 #: src/ui/gui/data-editor.glade:839
5396 msgid "Weight Cases"
5399 #: src/ui/gui/data-editor.glade:851
5400 msgid "Select Cases"
5403 #: src/ui/gui/data-editor.glade:871 src/ui/gui/data-editor.glade:1459
5404 #: src/ui/gui/data-editor.glade:1640
5405 msgid "Value Labels"
5408 #: src/ui/gui/data-editor.glade:882
5412 #: src/ui/gui/data-editor.glade:914
5413 msgid "Information Area"
5416 #: src/ui/gui/data-editor.glade:933
5417 msgid "Processor Area"
5420 #: src/ui/gui/data-editor.glade:958
5421 msgid "Case Counter Area"
5424 #: src/ui/gui/data-editor.glade:983
5425 msgid "Filter Use Status Area"
5428 #: src/ui/gui/data-editor.glade:1009
5429 msgid "Weight Status Area"
5432 #: src/ui/gui/data-editor.glade:1035
5433 msgid "Split File Status Area"
5436 #: src/ui/gui/data-editor.glade:1065
5437 msgid "Variable Type"
5440 #: src/ui/gui/data-editor.glade:1101 src/ui/gui/psppire-var-store.c:551
5444 #: src/ui/gui/data-editor.glade:1117 src/ui/gui/psppire-var-store.c:552
5448 #: src/ui/gui/data-editor.glade:1133
5449 msgid "Scientific notation"
5452 #: src/ui/gui/data-editor.glade:1149 src/ui/gui/psppire-var-store.c:554
5456 #: src/ui/gui/data-editor.glade:1165 src/ui/gui/psppire-var-store.c:555
5460 #: src/ui/gui/data-editor.glade:1181
5461 msgid "Custom currency"
5464 #: src/ui/gui/data-editor.glade:1275
5468 #: src/ui/gui/data-editor.glade:1281
5472 #: src/ui/gui/data-editor.glade:1294
5476 #: src/ui/gui/data-editor.glade:1344
5480 #: src/ui/gui/data-editor.glade:1388
5481 msgid "Decimal Places:"
5484 #: src/ui/gui/data-editor.glade:1557
5485 msgid "Value Label:"
5488 #: src/ui/gui/data-editor.glade:1570 src/ui/gui/psppire.glade:2548
5489 #: src/ui/gui/recode.glade:185
5493 #: src/ui/gui/data-editor.glade:1707 src/ui/gui/examine.glade:432
5494 #: src/ui/gui/t-test.glade:460
5495 msgid "Missing Values"
5498 #: src/ui/gui/data-editor.glade:1725
5499 msgid "_Range plus one optional discrete missing value"
5502 #: src/ui/gui/data-editor.glade:1750
5506 #: src/ui/gui/data-editor.glade:1779
5510 #: src/ui/gui/data-editor.glade:1820
5511 msgid "Di_screte value:"
5514 #: src/ui/gui/data-editor.glade:1867
5515 msgid "_No missing values"
5518 #: src/ui/gui/data-editor.glade:1885
5519 msgid "_Discrete missing values"
5522 #: src/ui/gui/descriptives-dialog.c:40 src/ui/gui/frequencies-dialog.c:41
5523 msgid "Standard deviation"
5526 #: src/ui/gui/descriptives-dialog.c:45
5527 msgid "Standard error"
5530 #: src/ui/gui/descriptives-dialog.glade:122 src/ui/gui/frequencies.glade:139
5534 #: src/ui/gui/descriptives-dialog.glade:184
5535 msgid "Exclude entire case if any selected variable is missing"
5538 #: src/ui/gui/descriptives-dialog.glade:194
5539 msgid "Include user-missing data in analysis"
5542 #: src/ui/gui/descriptives-dialog.glade:207
5543 msgid "Save Z-scores of selected variables as new variables"
5546 #: src/ui/gui/descriptives-dialog.glade:223
5550 #: src/ui/gui/examine.glade:49
5551 msgid "Label Cases by:"
5554 #: src/ui/gui/examine.glade:100
5555 msgid "Factor List:"
5558 #: src/ui/gui/examine.glade:150
5559 msgid "Dependent List:"
5562 #: src/ui/gui/examine.glade:257 src/ui/gui/t-test.glade:69
5563 #: src/ui/gui/t-test.glade:629 src/ui/gui/t-test.glade:780
5567 #: src/ui/gui/examine.glade:320
5571 #: src/ui/gui/examine.glade:388
5572 msgid "Exclude cases listwise"
5575 #: src/ui/gui/examine.glade:399
5576 msgid "Exclude cases pairwise"
5579 #: src/ui/gui/examine.glade:414
5580 msgid "Repeat values"
5583 #: src/ui/gui/find-dialog.c:658
5585 msgid "Bad regular expression: %s"
5588 #: src/ui/gui/frequencies-dialog.c:44
5589 msgid "Standard error of the mean"
5592 #: src/ui/gui/frequencies-dialog.c:47
5593 msgid "Standard error of the skewness"
5596 #: src/ui/gui/frequencies-dialog.c:51
5597 msgid "Standard error of the kurtosis"
5600 #: src/ui/gui/frequencies.glade:98 src/ui/gui/psppire.glade:277
5601 #: src/ui/gui/rank.glade:103
5602 msgid "Variable(s):"
5605 #: src/ui/gui/frequencies.glade:168
5606 msgid "Display Frequency Table"
5609 #: src/ui/gui/frequencies.glade:264
5610 msgid "Ascending Order"
5613 #: src/ui/gui/frequencies.glade:275
5614 msgid "Descending Order"
5617 #: src/ui/gui/frequencies.glade:290
5618 msgid "Ascending Counts"
5621 #: src/ui/gui/frequencies.glade:305
5622 msgid "Descending Counts"
5625 #: src/ui/gui/frequencies.glade:323
5629 #: src/ui/gui/frequencies.glade:355
5630 msgid "Supress tables with more than N categories"
5633 #: src/ui/gui/frequencies.glade:371
5634 msgid "Maximum no of categories"
5637 #: src/ui/gui/helper.c:161
5638 msgid "Sorry. The help system hasn't yet been implemented."
5641 #: src/ui/gui/helper.c:187
5643 msgid "Cannot open reference manual: %s"
5646 #: src/ui/gui/main.c:42
5647 msgid "Don't show the splash screen"
5650 #: src/ui/gui/main.c:158
5651 msgid "PSPPIRE --- A user interface for PSPP"
5654 #: src/ui/gui/main.c:160
5655 msgid "Miscellaneous options:"
5658 #: src/ui/gui/main.c:162 src/ui/terminal/main.c:126
5659 msgid "Options affecting syntax and behavior:"
5660 msgstr "Options affecting syntax and behaviour:"
5662 #: src/ui/gui/message-dialog.c:99
5663 msgid "data file error"
5666 #: src/ui/gui/message-dialog.c:104
5670 #: src/ui/gui/message-dialog.c:112
5671 msgid "syntax warning"
5674 #: src/ui/gui/message-dialog.c:116
5675 msgid "data file warning"
5678 #: src/ui/gui/message-dialog.c:121
5679 msgid "PSPP warning"
5682 #: src/ui/gui/message-dialog.c:130
5683 msgid "syntax information"
5686 #: src/ui/gui/message-dialog.c:134
5687 msgid "data file information"
5690 #: src/ui/gui/message-dialog.c:139
5691 msgid "PSPP information"
5694 #: src/ui/gui/message-dialog.c:215
5695 msgid "The PSPP processing engine reported the following message:"
5696 msgid_plural "The PSPP processing engine reported the following messages:"
5700 #: src/ui/gui/message-dialog.c:222
5702 msgid "The PSPP processing engine reported %d message."
5703 msgid_plural "The PSPP processing engine reported %d messages."
5707 #: src/ui/gui/message-dialog.c:229
5709 msgid "%d of these messages are displayed below."
5710 msgid_plural "%d of these messages are displayed below."
5714 #: src/ui/gui/message-dialog.glade:8
5715 msgid "Messages Reported"
5718 #: src/ui/gui/message-dialog.glade:42
5720 "The PSPP processor reported # errors. The first # and last # are shown "
5724 #: src/ui/gui/message-dialog.glade:94
5728 #: src/ui/gui/missing-val-dialog.c:115 src/ui/gui/missing-val-dialog.c:160
5729 msgid "Incorrect value for variable type"
5732 #: src/ui/gui/missing-val-dialog.c:136 src/ui/gui/missing-val-dialog.c:143
5733 msgid "Incorrect range specification"
5736 #: src/ui/gui/oneway-anova-dialog.c:335
5738 msgid "Contrast %d of %d"
5741 #: src/ui/gui/oneway.glade:30
5745 #: src/ui/gui/oneway.glade:66
5746 msgid "Dependent _Variable(s):"
5749 #: src/ui/gui/oneway.glade:190
5750 msgid "_Homogeneity"
5753 #: src/ui/gui/oneway.glade:226
5754 msgid "_Contrasts..."
5757 #: src/ui/gui/oneway.glade:309
5761 #: src/ui/gui/oneway.glade:320
5762 msgid "gtk-go-forward"
5765 #: src/ui/gui/oneway.glade:343
5766 msgid "_Coefficients:"
5769 #: src/ui/gui/oneway.glade:389
5770 msgid "Coefficient Total: "
5773 #: src/ui/gui/oneway.glade:422
5774 msgid "Contrast 1 of 1"
5777 #: src/ui/gui/output-viewer.glade:32
5781 #: src/ui/gui/output-viewer.glade:41
5785 #: src/ui/gui/output-viewer.glade:65
5789 #: src/ui/gui/psppire-buttonbox.c:143
5793 #: src/ui/gui/psppire-buttonbox.c:144
5794 msgid "The mask that decides what buttons appear in the button box"
5797 #: src/ui/gui/psppire-buttonbox.c:273 src/ui/gui/psppire-buttonbox.c:429
5801 #: src/ui/gui/psppire-buttonbox.c:427
5805 #: src/ui/gui/psppire-buttonbox.c:428
5809 #: src/ui/gui/psppire-buttonbox.c:430
5813 #: src/ui/gui/psppire-buttonbox.c:431
5817 #: src/ui/gui/psppire-buttonbox.c:432
5821 #: src/ui/gui/psppire-buttonbox.c:433
5825 #: src/ui/gui/psppire.c:226
5829 #: src/ui/gui/psppire.c:227
5833 #: src/ui/gui/psppire.c:263
5835 msgid "Cannot open %s: %s.\n"
5838 #: src/ui/gui/psppire.c:280
5840 msgid "%s is neither a system nor portable file"
5843 #: src/ui/gui/psppire-data-editor.c:946
5847 #: src/ui/gui/psppire-data-editor.c:949
5848 msgid "Variable View"
5851 #: src/ui/gui/psppire-data-store.c:740
5855 #: src/ui/gui/psppire.glade:10
5857 "This is beta status software. Please report bugs to bug-gnu-pspp@gnu.org"
5860 #: src/ui/gui/psppire.glade:72 src/ui/gui/psppire.glade:155
5861 #: src/ui/gui/weight-cases-dialog.c:79
5862 msgid "Do not weight cases"
5865 #: src/ui/gui/psppire.glade:83
5866 msgid "Weight cases by"
5869 #: src/ui/gui/psppire.glade:108
5870 msgid "Frequency Variable"
5873 #: src/ui/gui/psppire.glade:148
5874 msgid "Current Status: "
5877 #: src/ui/gui/psppire.glade:244
5878 msgid "Name Variable:"
5881 #: src/ui/gui/psppire.glade:429
5882 msgid "Analyze all cases. Do not create groups."
5883 msgstr "Analyse all cases. Do not create groups."
5885 #: src/ui/gui/psppire.glade:440
5886 msgid "Compare groups."
5889 #: src/ui/gui/psppire.glade:454
5890 msgid "Organize output by groups."
5891 msgstr "Organise output by groups."
5893 #: src/ui/gui/psppire.glade:502
5894 msgid "Groups based on:"
5897 #: src/ui/gui/psppire.glade:565
5898 msgid "Sort the file by grouping variables."
5901 #: src/ui/gui/psppire.glade:577
5902 msgid "File is already sorted."
5905 #: src/ui/gui/psppire.glade:622
5906 msgid "Current Status : "
5909 #: src/ui/gui/psppire.glade:630
5910 msgid "Analysis by groups is off"
5913 #: src/ui/gui/psppire.glade:729
5917 #: src/ui/gui/psppire.glade:792
5921 #: src/ui/gui/psppire.glade:809
5925 #: src/ui/gui/psppire.glade:878
5926 msgid "Target Variable:"
5929 #: src/ui/gui/psppire.glade:909
5930 msgid "Type & Label"
5933 #: src/ui/gui/psppire.glade:949
5937 #: src/ui/gui/psppire.glade:995
5938 msgid "Numeric Expressions:"
5941 #: src/ui/gui/psppire.glade:1049
5945 #: src/ui/gui/psppire.glade:1112 src/ui/gui/psppire.glade:1516
5946 #: src/ui/gui/recode.glade:731
5950 #: src/ui/gui/psppire.glade:1345
5951 msgid "Use filter variable"
5954 #: src/ui/gui/psppire.glade:1398
5955 msgid "Based on time or case range"
5958 #: src/ui/gui/psppire.glade:1411
5962 #: src/ui/gui/psppire.glade:1450
5963 msgid "Random sample of cases"
5966 #: src/ui/gui/psppire.glade:1464
5970 #: src/ui/gui/psppire.glade:1502
5971 msgid "If condition is satisfied"
5974 #: src/ui/gui/psppire.glade:1551
5978 #: src/ui/gui/psppire.glade:1566
5982 #: src/ui/gui/psppire.glade:1595
5986 #: src/ui/gui/psppire.glade:1606
5990 #: src/ui/gui/psppire.glade:1624
5991 msgid "Unselected Cases Are"
5994 #: src/ui/gui/psppire.glade:1689
5998 #: src/ui/gui/psppire.glade:1731
5999 msgid "Display comments in output"
6002 #: src/ui/gui/psppire.glade:1746
6003 msgid "Column Number: 0"
6006 #: src/ui/gui/psppire.glade:1822
6007 msgid "Variable Information:"
6010 #: src/ui/gui/psppire.glade:1931
6014 #: src/ui/gui/psppire.glade:1944
6018 #: src/ui/gui/psppire.glade:1957
6022 #: src/ui/gui/psppire.glade:2021
6023 msgid "Use expression as label"
6026 #: src/ui/gui/psppire.glade:2147 src/ui/gui/psppire-var-sheet.c:512
6027 #: src/ui/gui/psppire-var-store.c:765
6031 #: src/ui/gui/psppire.glade:2277
6032 msgid "Goto Case Number:"
6035 #: src/ui/gui/psppire.glade:2414
6039 #: src/ui/gui/psppire.glade:2517
6043 #: src/ui/gui/psppire.glade:2574
6044 msgid "Search value labels"
6047 #: src/ui/gui/psppire.glade:2598
6048 msgid "Regular expression Match"
6051 #: src/ui/gui/psppire.glade:2609
6052 msgid "Search substrings"
6055 #: src/ui/gui/psppire.glade:2622
6059 #: src/ui/gui/psppire.glade:2635
6060 msgid "Search backward"
6063 #: src/ui/gui/psppire-var-sheet.c:510 src/ui/gui/psppire-var-store.c:763
6067 #: src/ui/gui/psppire-var-sheet.c:513 src/ui/gui/psppire-var-store.c:766
6071 #: src/ui/gui/psppire-var-sheet.c:515 src/ui/gui/psppire-var-store.c:768
6075 #: src/ui/gui/psppire-var-sheet.c:518 src/ui/gui/psppire-var-store.c:771
6079 #: src/ui/gui/psppire-var-sheet.c:519 src/ui/gui/psppire-var-store.c:772
6083 #: src/ui/gui/psppire-var-store.c:553
6087 #: src/ui/gui/psppire-var-store.c:556
6091 #: src/ui/gui/rank.glade:57
6095 #: src/ui/gui/rank.glade:196
6096 msgid "_Smallest Value"
6099 #: src/ui/gui/rank.glade:208
6100 msgid "_Largest Value"
6103 #: src/ui/gui/rank.glade:227
6104 msgid "Assign rank 1 to:"
6107 #: src/ui/gui/rank.glade:245
6108 msgid "_Display summary tables"
6111 #: src/ui/gui/rank.glade:261
6115 #: src/ui/gui/rank.glade:272
6119 #: src/ui/gui/rank.glade:339
6120 msgid "Sum of case weights"
6123 #: src/ui/gui/rank.glade:355
6124 msgid "Fractional rank as %"
6127 #: src/ui/gui/rank.glade:369
6128 msgid "Fractional rank"
6131 #: src/ui/gui/rank.glade:383
6132 msgid "Savage score"
6135 #: src/ui/gui/rank.glade:397
6139 #: src/ui/gui/rank.glade:411
6143 #: src/ui/gui/rank.glade:450
6144 msgid "Proportion Estimates"
6147 #: src/ui/gui/rank.glade:460
6148 msgid "Normal Scores"
6151 #: src/ui/gui/rank.glade:494
6155 #: src/ui/gui/rank.glade:505
6159 #: src/ui/gui/rank.glade:519
6163 #: src/ui/gui/rank.glade:533
6164 msgid "Van der Wärden"
6167 #: src/ui/gui/rank.glade:550
6168 msgid "Proportion Estimation Formula"
6171 #: src/ui/gui/rank.glade:612
6175 #: src/ui/gui/rank.glade:624
6179 #: src/ui/gui/rank.glade:640
6183 #: src/ui/gui/rank.glade:658
6184 msgid "_Sequential ranks to unique values"
6187 #: src/ui/gui/rank.glade:678
6188 msgid "Rank Assigned to Ties"
6191 #: src/ui/gui/recode-dialog.c:878
6192 msgid "Recode into Different Variables"
6195 #: src/ui/gui/recode-dialog.c:881
6196 msgid "Recode into Same Variables"
6199 #: src/ui/gui/recode-dialog.c:912 src/ui/gui/recode-dialog.c:1014
6203 #: src/ui/gui/recode-dialog.c:1273
6204 msgid "Recode into Different Variables: Old and New Values "
6207 #: src/ui/gui/recode-dialog.c:1274
6208 msgid "Recode into Same Variables: Old and New Values"
6211 #: src/ui/gui/recode.glade:197
6212 msgid "System-Missing"
6215 #: src/ui/gui/recode.glade:211
6216 msgid "System-or user-missing"
6219 #: src/ui/gui/recode.glade:245
6223 #: src/ui/gui/recode.glade:283
6224 msgid "Range, LOWEST thru value"
6227 #: src/ui/gui/recode.glade:297
6228 msgid "Range, value thru HIGHEST"
6231 #: src/ui/gui/recode.glade:327
6232 msgid "All other values"
6235 #: src/ui/gui/recode.glade:363
6239 #: src/ui/gui/recode.glade:380
6243 #: src/ui/gui/recode.glade:462
6244 msgid "System Missing"
6247 #: src/ui/gui/recode.glade:476
6248 msgid "Copy old values"
6251 #: src/ui/gui/recode.glade:500
6255 #: src/ui/gui/recode.glade:530
6259 #: src/ui/gui/recode.glade:590
6260 msgid "Convert numeric strings to numbers ('5' -> 5)"
6263 #: src/ui/gui/recode.glade:608
6264 msgid "Output variables are strings"
6267 #: src/ui/gui/recode.glade:620
6271 #: src/ui/gui/recode.glade:743
6272 msgid "(optional case selection condition)"
6275 #: src/ui/gui/recode.glade:823
6279 #: src/ui/gui/recode.glade:867
6283 #: src/ui/gui/recode.glade:885
6284 msgid "Output Variable"
6287 #: src/ui/gui/recode.glade:965
6288 msgid "Old and New Values"
6291 #: src/ui/gui/regression-dialog.c:40
6295 #: src/ui/gui/regression-dialog.c:42
6299 #: src/ui/gui/regression-dialog.c:43
6303 #: src/ui/gui/regression.glade:40
6307 #: src/ui/gui/regression.glade:145
6311 #: src/ui/gui/regression.glade:193
6315 #: src/ui/gui/regression.glade:243
6316 msgid "Predicted values"
6319 #: src/ui/gui/regression.glade:252
6323 #: src/ui/gui/select-cases-dialog.c:80
6325 msgid "Approximately %3d%% of all cases."
6328 #: src/ui/gui/select-cases-dialog.c:81
6330 msgid "Exactly %3d cases from the first %3d cases."
6333 #: src/ui/gui/select-cases-dialog.c:221
6338 #: src/ui/gui/syntax-editor.c:77
6340 msgid "Save contents of syntax editor to %s?"
6343 #: src/ui/gui/syntax-editor.c:124
6347 #: src/ui/gui/syntax-editor.c:132 src/ui/gui/syntax-editor.c:516
6348 msgid "Syntax Files (*.sps) "
6351 #: src/ui/gui/syntax-editor.c:508
6355 #: src/ui/gui/syntax-editor.glade:10
6356 msgid "Psppire Syntax Editor"
6359 #: src/ui/gui/syntax-editor.glade:188
6363 #: src/ui/gui/syntax-editor.glade:197
6367 #: src/ui/gui/syntax-editor.glade:205
6371 #: src/ui/gui/syntax-editor.glade:213
6372 msgid "Current Line"
6375 #: src/ui/gui/syntax-editor.glade:222
6379 #: src/ui/gui/text-data-import-dialog.c:70
6381 "The text import assistant has not been compiled into this build of PSPPIRE, "
6382 "because GTK+ version 2.10.0 or later was not available."
6385 #: src/ui/gui/text-data-import-dialog.c:488
6387 msgid "Could not open \"%s\": %s"
6390 #: src/ui/gui/text-data-import-dialog.c:504
6392 msgid "Error reading \"%s\": %s"
6395 #: src/ui/gui/text-data-import-dialog.c:507
6398 "Failed to read \"%s\", because it contains a line over %d bytes long and "
6399 "therefore appears not to be a text file."
6402 #: src/ui/gui/text-data-import-dialog.c:521
6404 msgid "\"%s\" is empty."
6407 #: src/ui/gui/text-data-import-dialog.c:566
6408 msgid "Import Delimited Text Data"
6411 #: src/ui/gui/text-data-import-dialog.c:617
6412 msgid "Importing Delimited Text Data"
6415 #: src/ui/gui/text-data-import-dialog.c:768
6417 "This assistant will guide you through the process of importing data into "
6418 "PSPP from a text file with one line per case, in which fields are separated "
6419 "by tabs, commas, or other delimiters.\n"
6423 #: src/ui/gui/text-data-import-dialog.c:774
6425 msgid "The selected file contains %zu line of text. "
6426 msgid_plural "The selected file contains %zu lines of text. "
6430 #: src/ui/gui/text-data-import-dialog.c:782
6432 msgid "The selected file contains approximately %lu line of text. "
6433 msgid_plural "The selected file contains approximately %lu lines of text. "
6437 #: src/ui/gui/text-data-import-dialog.c:788
6440 "Only the first %zu line of the file will be shown for preview purposes in "
6441 "the following screens. "
6443 "Only the first %zu lines of the file will be shown for preview purposes in "
6444 "the following screens. "
6448 #: src/ui/gui/text-data-import-dialog.c:795
6449 msgid "You may choose below how much of the file should actually be imported."
6452 #: src/ui/gui/text-data-import-dialog.c:1515
6453 #: src/ui/gui/text-data-import-dialog.c:1757
6454 msgid "This input line has too few separators to fill in this field."
6457 #: src/ui/gui/text-data-import-dialog.c:1748
6459 msgid "Field content \"%.*s\" cannot be parsed in format %s."
6462 #: src/ui/gui/text-data-import.glade:7
6463 msgid "Importing Textual Data"
6466 #: src/ui/gui/text-data-import.glade:16
6468 "This assistant will guide you through the process of importing data into "
6469 "PSPP from a text file with one line per case, in which fields are separated "
6470 "by tabs, commas, or other delimiters.\n"
6472 "The selected file contains N lines of text. Only the first M of these will "
6473 "be shown for preview purposes in the following screens. You may choose "
6474 "below how much of the file should actually be imported."
6477 #: src/ui/gui/text-data-import.glade:47
6481 #: src/ui/gui/text-data-import.glade:62 src/ui/gui/text-data-import.glade:117
6485 #: src/ui/gui/text-data-import.glade:93
6489 #: src/ui/gui/text-data-import.glade:147
6490 msgid "% of file (approximately)"
6493 #: src/ui/gui/text-data-import.glade:168
6494 msgid "<b>Amount to Import</b>"
6497 #: src/ui/gui/text-data-import.glade:189
6498 msgid "Select Data to Import"
6501 #: src/ui/gui/text-data-import.glade:198
6502 msgid "Select the first line of the data file that contains data."
6505 #: src/ui/gui/text-data-import.glade:209
6506 msgid "Line above selected line contains variable names"
6509 #: src/ui/gui/text-data-import.glade:243
6510 msgid "Choose Separators"
6513 #: src/ui/gui/text-data-import.glade:274
6517 #: src/ui/gui/text-data-import.glade:285
6521 #: src/ui/gui/text-data-import.glade:300
6525 #: src/ui/gui/text-data-import.glade:315
6529 #: src/ui/gui/text-data-import.glade:330
6533 #: src/ui/gui/text-data-import.glade:347
6537 #: src/ui/gui/text-data-import.glade:364
6541 #: src/ui/gui/text-data-import.glade:379
6542 msgid "Semicolo_n (;)"
6545 #: src/ui/gui/text-data-import.glade:396
6549 #: src/ui/gui/text-data-import.glade:413
6553 #: src/ui/gui/text-data-import.glade:444
6554 msgid "<b>Separators</b>"
6557 #: src/ui/gui/text-data-import.glade:475
6558 msgid "Quote separator characters with"
6561 #: src/ui/gui/text-data-import.glade:489
6568 #: src/ui/gui/text-data-import.glade:514
6569 msgid "Doubled quote mark treated as escape"
6572 #: src/ui/gui/text-data-import.glade:533
6573 msgid "<b>Quoting</b>"
6576 #: src/ui/gui/text-data-import.glade:584
6577 msgid "<b>Fields Preview</b>"
6580 #: src/ui/gui/text-data-import.glade:601
6581 msgid "Adjust Variable Formats"
6584 #: src/ui/gui/text-data-import.glade:610
6586 "Check the data formats displayed below and fix any that are incorrect. You "
6587 "may set other variable properties now or later."
6590 #: src/ui/gui/text-data-import.glade:653
6591 msgid "<b>Variables</b>"
6594 #: src/ui/gui/text-data-import.glade:700
6595 msgid "<b>Data Preview</b>"
6598 #: src/ui/gui/t-test.glade:56 src/ui/gui/t-test.glade:165
6599 msgid "Define Groups"
6602 #: src/ui/gui/t-test.glade:123 src/ui/gui/t-test.glade:549
6603 #: src/ui/gui/t-test.glade:761
6604 msgid "Test Variable(s):"
6607 #: src/ui/gui/t-test.glade:258
6608 msgid "Group_2 value:"
6611 #: src/ui/gui/t-test.glade:271
6612 msgid "Group_1 value:"
6615 #: src/ui/gui/t-test.glade:320
6619 #: src/ui/gui/t-test.glade:349
6620 msgid "_Use specified values:"
6623 #: src/ui/gui/t-test.glade:431
6624 msgid "Exclude cases _analysis by analysis"
6627 #: src/ui/gui/t-test.glade:442
6628 msgid "Exclude cases _listwise"
6631 #: src/ui/gui/t-test.glade:594
6632 msgid "Test Value: "
6635 #: src/ui/gui/t-test-options.c:60
6637 msgid "Confidence Interval: %2d %%"
6640 #: src/ui/gui/t-test-paired-samples.c:227
6644 #: src/ui/gui/t-test-paired-samples.c:228
6648 #: src/ui/gui/variable-info-dialog.c:88
6653 #: src/ui/gui/variable-info-dialog.c:97
6658 #: src/ui/gui/variable-info-dialog.c:101
6660 msgid "Missing Values: %s\n"
6663 #: src/ui/gui/variable-info-dialog.c:106
6665 msgid "Measurement Level: %s\n"
6668 #: src/ui/gui/variable-info-dialog.c:120
6669 msgid "Value Labels:\n"
6672 #: src/ui/gui/variable-info-dialog.c:132
6677 #: src/ui/gui/weight-cases-dialog.c:85
6679 msgid "Weight cases by %s"
6682 #: src/ui/gui/window-manager.c:142
6687 #: src/ui/gui/window-manager.c:143 src/ui/gui/window-manager.c:178
6689 msgid "%s --- PSPP Syntax Editor"
6692 #: src/ui/gui/window-manager.c:146
6697 #: src/ui/gui/window-manager.c:147 src/ui/gui/window-manager.c:181
6699 msgid "%s --- PSPP Data Editor"
6702 #: src/ui/gui/window-manager.c:150
6707 #: src/ui/gui/window-manager.c:151
6709 msgid "%s --- PSPP Output"
6712 #: src/ui/source-init-opts.c:42
6714 "set to `compatible' if you want output calculated from broken algorithms"
6717 #: src/ui/source-init-opts.c:43
6718 msgid "Append DIR to include path"
6721 #: src/ui/source-init-opts.c:44
6722 msgid "Clear include path"
6725 #: src/ui/source-init-opts.c:45
6726 msgid "Disable execution of .pspp/rc at startup"
6729 #: src/ui/source-init-opts.c:46
6730 msgid "Set configuration directory to DIR"
6733 #: src/ui/source-init-opts.c:47
6734 msgid "Don't allow some unsafe operations"
6737 #: src/ui/source-init-opts.c:48
6738 msgid "Set to `compatible' if you want only to accept SPSS compatible syntax"
6741 #: src/ui/source-init-opts.c:83
6743 msgid "Algorithm must be either \"compatible\" or \"enhanced\"."
6746 #: src/ui/source-init-opts.c:124
6748 msgid "Syntax must be either \"compatible\" or \"enhanced\"."
6751 #: src/ui/terminal/main.c:116
6752 msgid "PSPP --- A program for statistical analysis"
6755 #: src/ui/terminal/main.c:117
6756 msgid "FILE1, FILE2 ... FILEn"
6759 #: src/ui/terminal/main.c:120 src/ui/terminal/terminal-opts.c:177
6760 msgid "Options affecting input and output locations:"
6763 #: src/ui/terminal/main.c:123
6764 msgid "Diagnositic options:"
6767 #: src/ui/terminal/main.c:157
6769 "Stopping syntax file processing here to avoid a cascade of dependent command "
6773 #: src/ui/terminal/msg-ui.c:67
6775 msgid "Cannot open %s (%s). Writing errors to stdout instead.\n"
6778 #: src/ui/terminal/msg-ui.c:94
6779 msgid "Terminating execution of syntax file due to error."
6782 #: src/ui/terminal/msg-ui.c:96
6784 msgid "Errors (%d) exceeds limit (%d)."
6787 #: src/ui/terminal/msg-ui.c:99
6789 msgid "Warnings (%d) exceed limit (%d)."
6792 #: src/ui/terminal/msg-ui.c:150
6796 #: src/ui/terminal/msg-ui.c:151
6800 #: src/ui/terminal/terminal.c:72
6802 msgid "could not access definition for terminal `%s'"
6805 #: src/ui/terminal/terminal-opts.c:41
6806 msgid "Increase diagnostic verbosity level"
6809 #: src/ui/terminal/terminal-opts.c:68
6810 msgid "Send error messages to FILE (appended)"
6813 #: src/ui/terminal/terminal-opts.c:71
6814 msgid "Select output driver DEVICE and disable defaults"
6817 #: src/ui/terminal/terminal-opts.c:74
6818 msgid "Print a list of known driver classes, then exit"
6821 #: src/ui/terminal/terminal-opts.c:76
6822 msgid "Start an interactive session"
6825 #: src/ui/terminal/terminal-opts.c:178
6826 msgid "Diagnostic options:"
6830 #~ " This program is free software: you can redistribute it and/or modify\n"
6831 #~ " it under the terms of the GNU General Public License as published by\n"
6832 #~ " the Free Software Foundation, either version 3 of the License, or\n"
6833 #~ " (at your option) any later version.\n"
6835 #~ " This program is distributed in the hope that it will be useful,\n"
6836 #~ " but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
6837 #~ " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
6838 #~ " GNU General Public License for more details.\n"
6840 #~ " You should have received a copy of the GNU General Public License\n"
6841 #~ " along with this program. If not, see <http://www.gnu.org/licenses/>.\n"
6843 #~ "\" This program is free software: you can redistribute it and/or modify"
6845 #~ "\" it under the terms of the GNU General Public License as published by"
6847 #~ "\" the Free Software Foundation, either version 3 of the Licence, or\\n"
6849 #~ "\" (at your option) any later version.\\n\"\n"
6851 #~ "\" This program is distributed in the hope that it will be useful,\\n"
6853 #~ "\" but WITHOUT ANY WARRANTY; without even the implied warranty of\\n\"\n"
6854 #~ "\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n\"\n"
6855 #~ "\" GNU General Public License for more details.\\n\"\n"
6857 #~ "\" You should have received a copy of the GNU General Public License\\n"
6859 #~ "\" along with this program. If not, see <http://www.gnu.org/licenses/>."