Fixed some problems reported by autoconf -Wall
[pspp-builds.git] / po / en_GB.po
1 # British translations for PSPP
2 # Copyright (C) 2007 Free Software Foundation, Inc.
3 # This file is distributed under the same licence as the PSPP package.
4 # John Darrington <john@darrington.wattle.id.au>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PSPP 0.4.3\n"
9 "Report-Msgid-Bugs-To: pspp-dev@gnu.org\n"
10 "POT-Creation-Date: 2008-02-20 13:21+0900\n"
11 "PO-Revision-Date: 2007-09-15 08:29+0800\n"
12 "Last-Translator: John Darrington <john@darrington.wattle.id.au>\n"
13 "Language-Team: John Darrington <john@darrington.wattle.id.au>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: src/data/any-reader.c:57
19 #, c-format
20 msgid "An error occurred while opening \"%s\": %s."
21 msgstr ""
22
23 #: src/data/any-reader.c:93
24 #, c-format
25 msgid "\"%s\" is not a system or portable file."
26 msgstr ""
27
28 #: src/data/any-reader.c:99 src/data/any-writer.c:63
29 msgid "The inline file is not allowed here."
30 msgstr ""
31
32 #: src/data/calendar.c:81
33 #, c-format
34 msgid "Month %d is not in acceptable range of 0 to 13."
35 msgstr ""
36
37 #: src/data/calendar.c:89
38 #, c-format
39 msgid "Day %d is not in acceptable range of 0 to 31."
40 msgstr ""
41
42 #: src/data/calendar.c:96
43 #, c-format
44 msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15."
45 msgstr ""
46
47 #: src/data/casereader-filter.c:221
48 msgid ""
49 "At least one case in the data read had a weight value that was user-missing, "
50 "system-missing, zero, or negative.  These case(s) were ignored."
51 msgstr ""
52
53 #: src/data/case-tmpfile.c:57
54 msgid "failed to create temporary file"
55 msgstr ""
56
57 #: src/data/case-tmpfile.c:131
58 msgid "seeking in temporary file"
59 msgstr ""
60
61 #: src/data/case-tmpfile.c:153
62 msgid "reading temporary file"
63 msgstr ""
64
65 #: src/data/case-tmpfile.c:155
66 msgid "unexpected end of file reading temporary file"
67 msgstr ""
68
69 #: src/data/case-tmpfile.c:175
70 msgid "writing to temporary file"
71 msgstr ""
72
73 #: src/data/data-in.c:257 src/data/data-in.c:447
74 msgid "Field contents are not numeric."
75 msgstr ""
76
77 #: src/data/data-in.c:259 src/data/data-in.c:449
78 msgid "Number followed by garbage."
79 msgstr ""
80
81 #: src/data/data-in.c:270
82 msgid "Invalid numeric syntax."
83 msgstr ""
84
85 #: src/data/data-in.c:279 src/data/data-in.c:462
86 msgid "Too-large number set to system-missing."
87 msgstr ""
88
89 #: src/data/data-in.c:284 src/data/data-in.c:467
90 msgid "Too-small number set to zero."
91 msgstr ""
92
93 #: src/data/data-in.c:310
94 msgid "All characters in field must be digits."
95 msgstr ""
96
97 #: src/data/data-in.c:333
98 msgid "Unrecognized character in field."
99 msgstr ""
100
101 #: src/data/data-in.c:357 src/data/data-in.c:631
102 msgid "Field must have even length."
103 msgstr ""
104
105 #: src/data/data-in.c:362 src/data/data-in.c:642
106 msgid "Field must contain only hex digits."
107 msgstr ""
108
109 #: src/data/data-in.c:681 src/data/data-in.c:728
110 msgid "Syntax error in date field."
111 msgstr ""
112
113 #: src/data/data-in.c:697
114 #, c-format
115 msgid "Day (%ld) must be between 1 and 31."
116 msgstr ""
117
118 #: src/data/data-in.c:744
119 msgid "Delimiter expected between fields in date."
120 msgstr ""
121
122 #: src/data/data-in.c:818
123 msgid ""
124 "Unrecognized month format.  Months may be specified as Arabic or Roman "
125 "numerals or as at least 3 letters of their English names."
126 msgstr ""
127
128 #: src/data/data-in.c:845
129 #, c-format
130 msgid "Year (%ld) must be between 1582 and 19999."
131 msgstr ""
132
133 #: src/data/data-in.c:857
134 #, c-format
135 msgid "Trailing garbage \"%.*s\" following date."
136 msgstr ""
137
138 #: src/data/data-in.c:873
139 msgid "Julian day must have exactly three digits."
140 msgstr ""
141
142 #: src/data/data-in.c:878
143 #, c-format
144 msgid "Julian day (%ld) must be between 1 and 366."
145 msgstr ""
146
147 #: src/data/data-in.c:902
148 #, c-format
149 msgid "Quarter (%ld) must be between 1 and 4."
150 msgstr ""
151
152 #: src/data/data-in.c:922
153 #, c-format
154 msgid "Week (%ld) must be between 1 and 53."
155 msgstr ""
156
157 #: src/data/data-in.c:935
158 msgid "Delimiter expected between fields in time."
159 msgstr ""
160
161 #: src/data/data-in.c:955
162 #, c-format
163 msgid "Minute (%ld) must be between 0 and 59."
164 msgstr ""
165
166 #: src/data/data-in.c:995
167 msgid ""
168 "Unrecognized weekday name.  At least the first two letters of an English "
169 "weekday name must be specified."
170 msgstr ""
171
172 #: src/data/data-in.c:1133
173 #, c-format
174 msgid "`%c' expected in date field."
175 msgstr ""
176
177 #: src/data/data-in.c:1174
178 #, c-format
179 msgid "column %d"
180 msgstr ""
181
182 #: src/data/data-in.c:1176
183 #, c-format
184 msgid "columns %d-%d"
185 msgstr ""
186
187 #: src/data/data-in.c:1180
188 #, c-format
189 msgid "%s field) "
190 msgstr ""
191
192 #: src/data/data-out.c:446
193 #, c-format
194 msgid "Weekday number %f is not between 1 and 7."
195 msgstr ""
196
197 #: src/data/data-out.c:467
198 #, c-format
199 msgid "Month number %f is not between 1 and 12."
200 msgstr ""
201
202 #: src/data/dict-class.c:52
203 msgid "ordinary"
204 msgstr ""
205
206 #: src/data/dict-class.c:54
207 msgid "system"
208 msgstr ""
209
210 #: src/data/dict-class.c:56
211 msgid "scratch"
212 msgstr ""
213
214 #: src/data/dictionary.c:870
215 msgid ""
216 "At least one case in the data file had a weight value that was user-missing, "
217 "system-missing, zero, or negative.  These case(s) were ignored."
218 msgstr ""
219
220 #: src/data/dictionary.c:1168
221 #, c-format
222 msgid "Truncating document line to %d bytes."
223 msgstr ""
224
225 #: src/data/file-handle-def.c:462
226 #, c-format
227 msgid "Can't read from %s as a %s because it is already being read as a %s."
228 msgstr ""
229
230 #: src/data/file-handle-def.c:466
231 #, c-format
232 msgid "Can't write to %s as a %s because it is already being written as a %s."
233 msgstr ""
234
235 #: src/data/file-handle-def.c:473
236 #, c-format
237 msgid "Can't re-open %s as a %s."
238 msgstr ""
239
240 #: src/data/file-name.c:131
241 #, c-format
242 msgid "searching for \"%s\" in path \"%s\""
243 msgstr ""
244
245 #: src/data/file-name.c:145
246 #, c-format
247 msgid "...found \"%s\""
248 msgstr ""
249
250 #: src/data/file-name.c:152
251 msgid "...not found"
252 msgstr ""
253
254 #: src/data/file-name.c:242
255 #, c-format
256 msgid "Not opening pipe file `%s' because SAFER option set."
257 msgstr ""
258
259 #: src/data/format.c:235
260 msgid "Input format"
261 msgstr ""
262
263 #: src/data/format.c:235
264 msgid "Output format"
265 msgstr ""
266
267 #: src/data/format.c:244
268 #, c-format
269 msgid "Format %s may not be used for input."
270 msgstr ""
271
272 #: src/data/format.c:251
273 #, c-format
274 msgid "%s specifies width %d, but %s requires an even width."
275 msgstr ""
276
277 #: src/data/format.c:260
278 #, c-format
279 msgid "%s %s specifies width %d, but %s requires a width between %d and %d."
280 msgstr ""
281
282 #: src/data/format.c:269
283 #, c-format
284 msgid "%s %s specifies %d decimal place, but %s does not allow any decimals."
285 msgid_plural ""
286 "%s %s specifies %d decimal places, but %s does not allow any decimals."
287 msgstr[0] ""
288 msgstr[1] ""
289
290 #: src/data/format.c:280
291 #, c-format
292 msgid ""
293 "%s %s specifies %d decimal place, but the given width allows at most %d "
294 "decimals."
295 msgid_plural ""
296 "%s %s specifies %d decimal places, but the given width allows at most %d "
297 "decimals."
298 msgstr[0] ""
299 msgstr[1] ""
300
301 #: src/data/format.c:287
302 #, c-format
303 msgid ""
304 "%s %s specifies %d decimal place, but the given width does not allow for any "
305 "decimals."
306 msgid_plural ""
307 "%s %s specifies %d decimal places, but the given width does not allow for "
308 "any decimals."
309 msgstr[0] ""
310 msgstr[1] ""
311
312 #: src/data/format.c:326
313 #, c-format
314 msgid "%s variables are not compatible with %s format %s."
315 msgstr ""
316
317 #: src/data/format.c:327 src/data/sys-file-reader.c:639
318 #: src/ui/gui/data-editor.glade:1304 src/ui/gui/psppire.glade:2176
319 #: src/ui/gui/psppire-var-store.c:493
320 msgid "String"
321 msgstr ""
322
323 #: src/data/format.c:327 src/data/sys-file-reader.c:639
324 #: src/ui/gui/data-editor.glade:1193 src/ui/gui/psppire.glade:2131
325 #: src/ui/gui/psppire-var-store.c:486
326 msgid "Numeric"
327 msgstr ""
328
329 #: src/data/format.c:328 src/data/sys-file-reader.c:1145
330 #: src/data/sys-file-reader.c:1147
331 #: src/language/dictionary/apply-dictionary.c:78
332 #: src/language/dictionary/apply-dictionary.c:79
333 #: src/language/xforms/recode.c:472 src/language/xforms/recode.c:473
334 #: src/language/xforms/recode.c:485 src/language/xforms/recode.c:486
335 msgid "numeric"
336 msgstr ""
337
338 #: src/data/format.c:328 src/data/sys-file-reader.c:1145
339 #: src/data/sys-file-reader.c:1147
340 #: src/language/dictionary/apply-dictionary.c:78
341 #: src/language/dictionary/apply-dictionary.c:79
342 #: src/language/xforms/recode.c:472 src/language/xforms/recode.c:473
343 #: src/language/xforms/recode.c:485 src/language/xforms/recode.c:486
344 msgid "string"
345 msgstr ""
346
347 #: src/data/format.c:346
348 #, c-format
349 msgid "String variable with width %d is not compatible with format %s."
350 msgstr ""
351
352 #: src/data/gnumeric-reader.c:33
353 msgid ""
354 "Support for Gnumeric files was not compiled into this installation of PSPP"
355 msgstr ""
356
357 #: src/data/gnumeric-reader.c:366
358 #, c-format
359 msgid "Error opening \"%s\" for reading as a gnumeric file: %s."
360 msgstr ""
361
362 #: src/data/gnumeric-reader.c:386
363 #, c-format
364 msgid "Invalid cell range \"%s\""
365 msgstr ""
366
367 #: src/data/gnumeric-reader.c:523 src/data/psql-reader.c:184
368 #, c-format
369 msgid "Cannot create variable name from %s"
370 msgstr ""
371
372 #: src/data/gnumeric-reader.c:535
373 #, c-format
374 msgid "Selected sheet or range of spreadsheet \"%s\" is empty."
375 msgstr ""
376
377 #: src/data/make-file.c:64
378 #, c-format
379 msgid "%s: Creating temporary file: %s."
380 msgstr ""
381
382 #: src/data/make-file.c:106
383 #, c-format
384 msgid "%s: Creating file: %s."
385 msgstr ""
386
387 #: src/data/make-file.c:144
388 #, c-format
389 msgid "Opening %s for writing: %s."
390 msgstr ""
391
392 #: src/data/make-file.c:153
393 #, c-format
394 msgid "Opening stream for %s: %s."
395 msgstr ""
396
397 #: src/data/make-file.c:182
398 #, c-format
399 msgid "Creating temporary file to replace %s: %s."
400 msgstr ""
401
402 #: src/data/make-file.c:193
403 #, c-format
404 msgid "Creating temporary file %s: %s."
405 msgstr ""
406
407 #: src/data/make-file.c:205
408 #, c-format
409 msgid "Opening stream for temporary file %s: %s."
410 msgstr ""
411
412 #: src/data/make-file.c:246
413 #, c-format
414 msgid "Replacing %s by %s: %s."
415 msgstr ""
416
417 #: src/data/make-file.c:274
418 #, c-format
419 msgid "Removing %s: %s."
420 msgstr ""
421
422 #: src/data/por-file-reader.c:99
423 #, c-format
424 msgid "portable file %s corrupt at offset 0x%lx: "
425 msgstr ""
426
427 #: src/data/por-file-reader.c:128
428 #, c-format
429 msgid "reading portable file %s at offset 0x%lx: "
430 msgstr ""
431
432 #: src/data/por-file-reader.c:156
433 #, c-format
434 msgid "Error closing portable file \"%s\": %s."
435 msgstr ""
436
437 #: src/data/por-file-reader.c:208
438 msgid "unexpected end of file"
439 msgstr ""
440
441 #. TRANSLATORS: this fragment will be interpolated into
442 #. messages in fh_lock() that identify types of files.
443 #: src/data/por-file-reader.c:268 src/data/por-file-writer.c:148
444 msgid "portable file"
445 msgstr ""
446
447 #: src/data/por-file-reader.c:276
448 #, c-format
449 msgid ""
450 "An error occurred while opening \"%s\" for reading as a portable file: %s."
451 msgstr ""
452
453 #: src/data/por-file-reader.c:297
454 msgid "Data record expected."
455 msgstr ""
456
457 #: src/data/por-file-reader.c:379
458 msgid "Number expected."
459 msgstr ""
460
461 #: src/data/por-file-reader.c:407
462 msgid "Missing numeric terminator."
463 msgstr ""
464
465 #: src/data/por-file-reader.c:430
466 msgid "Invalid integer."
467 msgstr ""
468
469 #: src/data/por-file-reader.c:441
470 #, c-format
471 msgid "Bad string length %d."
472 msgstr ""
473
474 #: src/data/por-file-reader.c:502
475 #, c-format
476 msgid "%s: Not a portable file."
477 msgstr ""
478
479 #: src/data/por-file-reader.c:519
480 #, c-format
481 msgid "Unrecognized version code `%c'."
482 msgstr ""
483
484 #: src/data/por-file-reader.c:528
485 #, c-format
486 msgid "Bad date string length %zu."
487 msgstr ""
488
489 #: src/data/por-file-reader.c:530
490 #, c-format
491 msgid "Bad time string length %zu."
492 msgstr ""
493
494 #: src/data/por-file-reader.c:572
495 #, c-format
496 msgid ""
497 "%s: Bad format specifier byte (%d).  Variable will be assigned a default "
498 "format."
499 msgstr ""
500
501 #: src/data/por-file-reader.c:593
502 #, c-format
503 msgid "Numeric variable %s has invalid format specifier %s."
504 msgstr ""
505
506 #: src/data/por-file-reader.c:597
507 #, c-format
508 msgid "String variable %s with width %d has invalid format specifier %s."
509 msgstr ""
510
511 #: src/data/por-file-reader.c:621
512 msgid "Expected variable count record."
513 msgstr ""
514
515 #: src/data/por-file-reader.c:625
516 #, c-format
517 msgid "Invalid number of variables %d."
518 msgstr ""
519
520 #: src/data/por-file-reader.c:635
521 #, c-format
522 msgid "Weight variable name (%s) truncated."
523 msgstr ""
524
525 #: src/data/por-file-reader.c:650
526 msgid "Expected variable record."
527 msgstr ""
528
529 #: src/data/por-file-reader.c:654
530 #, c-format
531 msgid "Invalid variable width %d."
532 msgstr ""
533
534 #: src/data/por-file-reader.c:662
535 #, c-format
536 msgid "Invalid variable name `%s' in position %d."
537 msgstr ""
538
539 #: src/data/por-file-reader.c:666
540 #, c-format
541 msgid "Bad width %d for variable %s."
542 msgstr ""
543
544 #: src/data/por-file-reader.c:681
545 #, c-format
546 msgid "Duplicate variable name %s in position %d."
547 msgstr ""
548
549 #: src/data/por-file-reader.c:682
550 #, c-format
551 msgid "Duplicate variable name %s in position %d renamed to %s."
552 msgstr ""
553
554 #: src/data/por-file-reader.c:725
555 #, c-format
556 msgid "Weighting variable %s not present in dictionary."
557 msgstr ""
558
559 #: src/data/por-file-reader.c:772
560 #, c-format
561 msgid "Unknown variable %s while parsing value labels."
562 msgstr ""
563
564 #: src/data/por-file-reader.c:775
565 #, c-format
566 msgid ""
567 "Cannot assign value labels to %s and %s, which have different variable types."
568 msgstr ""
569
570 #: src/data/por-file-writer.c:140
571 #, c-format
572 msgid "Invalid decimal digits count %d.  Treating as %d."
573 msgstr ""
574
575 #: src/data/por-file-writer.c:160
576 #, c-format
577 msgid "Error opening \"%s\" for writing as a portable file: %s."
578 msgstr ""
579
580 #: src/data/por-file-writer.c:499
581 #, c-format
582 msgid "An I/O error occurred writing portable file \"%s\"."
583 msgstr ""
584
585 #: src/data/psql-reader.c:42
586 msgid ""
587 "Support for reading postgres databases was not compiled into this "
588 "installation of PSPP"
589 msgstr ""
590
591 #: src/data/psql-reader.c:239
592 msgid "Memory error whilst opening psql source"
593 msgstr ""
594
595 #: src/data/psql-reader.c:245
596 #, c-format
597 msgid "Error opening psql source: %s."
598 msgstr ""
599
600 #: src/data/psql-reader.c:260
601 #, c-format
602 msgid ""
603 "Postgres server is version %s. Reading from versions earlier than 8.0 is not "
604 "supported."
605 msgstr ""
606
607 #: src/data/psql-reader.c:280
608 msgid ""
609 "Connection is unencrypted, but unencrypted connections have not been "
610 "permitted."
611 msgstr ""
612
613 #: src/data/psql-reader.c:307 src/data/psql-reader.c:332
614 #: src/data/psql-reader.c:342
615 #, c-format
616 msgid "Error from psql source: %s."
617 msgstr ""
618
619 #: src/data/psql-reader.c:437
620 #, c-format
621 msgid "Unsupported OID %d.  SYSMIS values will be inserted."
622 msgstr ""
623
624 #: src/data/scratch-reader.c:54
625 #, c-format
626 msgid ""
627 "Scratch file handle %s has not yet been written, using SAVE or another "
628 "procedure, so it cannot yet be used for reading."
629 msgstr ""
630
631 #. TRANSLATORS: this fragment will be interpolated into
632 #. messages in fh_lock() that identify types of files.
633 #: src/data/scratch-writer.c:67 src/language/data-io/file-handle.q:180
634 msgid "scratch file"
635 msgstr ""
636
637 #: src/data/settings.c:685
638 #, c-format
639 msgid ""
640 "%s: Custom currency string `%s' does not contain exactly three periods or "
641 "commas (or it contains both)."
642 msgstr ""
643
644 #: src/data/short-names.c:66
645 msgid "Variable suffix too large."
646 msgstr ""
647
648 #. TRANSLATORS: this fragment will be interpolated into
649 #. messages in fh_lock() that identify types of files.
650 #: src/data/sys-file-reader.c:198 src/data/sys-file-writer.c:190
651 msgid "system file"
652 msgstr ""
653
654 #: src/data/sys-file-reader.c:205
655 #, c-format
656 msgid "Error opening \"%s\" for reading as a system file: %s."
657 msgstr ""
658
659 #: src/data/sys-file-reader.c:244
660 msgid "Misplaced type 4 record."
661 msgstr ""
662
663 #: src/data/sys-file-reader.c:255
664 #, c-format
665 msgid "Unrecognized record type %d."
666 msgstr ""
667
668 #: src/data/sys-file-reader.c:294
669 #, c-format
670 msgid "File header claims %d variable positions but %d were read from file."
671 msgstr ""
672
673 #: src/data/sys-file-reader.c:334
674 #, c-format
675 msgid "Error closing system file \"%s\": %s."
676 msgstr ""
677
678 #: src/data/sys-file-reader.c:399 src/data/sys-file-reader.c:409
679 msgid "This is not an SPSS system file."
680 msgstr ""
681
682 #: src/data/sys-file-reader.c:428
683 msgid ""
684 "Compression bias is not the usual value of 100, or system file uses "
685 "unrecognized floating-point format."
686 msgstr ""
687
688 #: src/data/sys-file-reader.c:496
689 #, c-format
690 msgid "Invalid variable name `%s'."
691 msgstr ""
692
693 #: src/data/sys-file-reader.c:500
694 #, c-format
695 msgid "Bad variable width %d."
696 msgstr ""
697
698 #: src/data/sys-file-reader.c:504
699 #, c-format
700 msgid "Duplicate variable name `%s' within system file."
701 msgstr ""
702
703 #: src/data/sys-file-reader.c:512
704 msgid "Variable label indicator field is not 0 or 1."
705 msgstr ""
706
707 #: src/data/sys-file-reader.c:520
708 #, c-format
709 msgid "Variable %s has label of invalid length %zu."
710 msgstr ""
711
712 #: src/data/sys-file-reader.c:539
713 msgid "Numeric missing value indicator field is not -3, -2, 0, 1, 2, or 3."
714 msgstr ""
715
716 #: src/data/sys-file-reader.c:554
717 msgid "String missing value indicator field is not 0, 1, 2, or 3."
718 msgstr ""
719
720 #: src/data/sys-file-reader.c:557
721 #, c-format
722 msgid ""
723 "Ignoring missing values on long string variable %s, which PSPP does not yet "
724 "support."
725 msgstr ""
726
727 #: src/data/sys-file-reader.c:586
728 msgid "Missing string continuation record."
729 msgstr ""
730
731 #: src/data/sys-file-reader.c:620
732 #, c-format
733 msgid "Unknown variable format %<PRIu8>."
734 msgstr ""
735
736 #: src/data/sys-file-reader.c:638
737 #, c-format
738 msgid "%s variable %s has invalid %s format %s."
739 msgstr ""
740
741 #: src/data/sys-file-reader.c:641
742 msgid "print"
743 msgstr ""
744
745 #: src/data/sys-file-reader.c:641
746 msgid "write"
747 msgstr ""
748
749 #: src/data/sys-file-reader.c:645
750 msgid "Suppressing further invalid format warnings."
751 msgstr ""
752
753 #: src/data/sys-file-reader.c:663
754 msgid "Weighting variable must be numeric."
755 msgstr ""
756
757 #: src/data/sys-file-reader.c:677
758 msgid "Multiple type 6 (document) records."
759 msgstr ""
760
761 #: src/data/sys-file-reader.c:681
762 #, c-format
763 msgid "Number of document lines (%d) must be greater than 0."
764 msgstr ""
765
766 #: src/data/sys-file-reader.c:689
767 msgid "Document line contains null byte."
768 msgstr ""
769
770 #: src/data/sys-file-reader.c:763
771 msgid ""
772 "Ignoring value labels for long string variables, which PSPP does not yet "
773 "support."
774 msgstr ""
775
776 #: src/data/sys-file-reader.c:768
777 #, c-format
778 msgid "Unrecognized record type 7, subtype %d."
779 msgstr ""
780
781 #: src/data/sys-file-reader.c:793
782 #, c-format
783 msgid "Bad size (%zu) or count (%zu) field on record type 7, subtype 3."
784 msgstr ""
785
786 #: src/data/sys-file-reader.c:813
787 #, c-format
788 msgid ""
789 "Floating-point representation indicated by system file (%d) differs from "
790 "expected (%d)."
791 msgstr ""
792
793 #: src/data/sys-file-reader.c:826
794 msgid "little-endian"
795 msgstr ""
796
797 #: src/data/sys-file-reader.c:826
798 msgid "big-endian"
799 msgstr ""
800
801 #: src/data/sys-file-reader.c:827
802 #, c-format
803 msgid ""
804 "Integer format indicated by system file (%s) differs from expected (%s)."
805 msgstr ""
806
807 #: src/data/sys-file-reader.c:843
808 #, c-format
809 msgid "Bad size (%zu) or count (%zu) on extension 4."
810 msgstr ""
811
812 #: src/data/sys-file-reader.c:847
813 #, c-format
814 msgid "File specifies unexpected value %g as SYSMIS."
815 msgstr ""
816
817 #: src/data/sys-file-reader.c:849
818 #, c-format
819 msgid "File specifies unexpected value %g as HIGHEST."
820 msgstr ""
821
822 #: src/data/sys-file-reader.c:851
823 #, c-format
824 msgid "File specifies unexpected value %g as LOWEST."
825 msgstr ""
826
827 #: src/data/sys-file-reader.c:867
828 #, c-format
829 msgid "Bad size %zu on extension 11."
830 msgstr ""
831
832 #: src/data/sys-file-reader.c:879
833 #, c-format
834 msgid "Extension 11 has bad count %zu (for %zu variables)."
835 msgstr ""
836
837 #: src/data/sys-file-reader.c:900
838 #, c-format
839 msgid ""
840 "Invalid variable display parameters for variable %zu (%s).  Default "
841 "parameters substituted."
842 msgstr ""
843
844 #: src/data/sys-file-reader.c:946
845 #, c-format
846 msgid "Long variable mapping from %s to invalid variable name `%s'."
847 msgstr ""
848
849 #: src/data/sys-file-reader.c:956
850 #, c-format
851 msgid "Duplicate long variable name `%s' within system file."
852 msgstr ""
853
854 #: src/data/sys-file-reader.c:1011
855 #, c-format
856 msgid "%s listed as string of invalid length %s in very length string record."
857 msgstr ""
858
859 #: src/data/sys-file-reader.c:1021
860 #, c-format
861 msgid ""
862 "%s listed in very long string record with width %s, which requires only one "
863 "segment."
864 msgstr ""
865
866 #: src/data/sys-file-reader.c:1027
867 #, c-format
868 msgid "Very long string %s overflows dictionary."
869 msgstr ""
870
871 #: src/data/sys-file-reader.c:1041
872 #, c-format
873 msgid ""
874 "Very long string with width %ld has segment %d of width %d (expected %d)"
875 msgstr ""
876
877 #: src/data/sys-file-reader.c:1086
878 #, c-format
879 msgid "Invalid number of labels: %d.  Ignoring labels."
880 msgstr ""
881
882 #: src/data/sys-file-reader.c:1117
883 msgid ""
884 "Variable index record (type 4) does not immediately follow value label "
885 "record (type 3) as it should."
886 msgstr ""
887
888 #: src/data/sys-file-reader.c:1124
889 #, c-format
890 msgid ""
891 "Number of variables associated with a value label (%d) is not between 1 and "
892 "the number of variables (%zu)."
893 msgstr ""
894
895 #: src/data/sys-file-reader.c:1134
896 #, c-format
897 msgid "Value labels are not allowed on long string variables (%s)."
898 msgstr ""
899
900 #: src/data/sys-file-reader.c:1141
901 #, c-format
902 msgid ""
903 "Variables associated with value label are not all of identical type.  "
904 "Variable %s is %s, but variable %s is %s."
905 msgstr ""
906
907 #: src/data/sys-file-reader.c:1174
908 #, c-format
909 msgid "Duplicate value label for %g on %s."
910 msgstr ""
911
912 #: src/data/sys-file-reader.c:1177
913 #, c-format
914 msgid "Duplicate value label for \"%.*s\" on %s."
915 msgstr ""
916
917 #: src/data/sys-file-reader.c:1255
918 msgid "File ends in partial case."
919 msgstr ""
920
921 #: src/data/sys-file-reader.c:1263
922 #, c-format
923 msgid "Error reading case from file %s."
924 msgstr ""
925
926 #: src/data/sys-file-reader.c:1360 src/data/sys-file-reader.c:1396
927 msgid "Compressed data is corrupt."
928 msgstr ""
929
930 #: src/data/sys-file-reader.c:1483
931 #, c-format
932 msgid "Variable index %d not in valid range 1...%d."
933 msgstr ""
934
935 #: src/data/sys-file-reader.c:1488
936 #, c-format
937 msgid "Variable index %d refers to long string continuation."
938 msgstr ""
939
940 #: src/data/sys-file-reader.c:1574
941 #, c-format
942 msgid "Suppressed %d additional variable map warnings."
943 msgstr ""
944
945 #: src/data/sys-file-reader.c:1587
946 #, c-format
947 msgid "Variable map refers to unknown variable %s."
948 msgstr ""
949
950 #: src/data/sys-file-reader.c:1663
951 #, c-format
952 msgid "System error: %s."
953 msgstr ""
954
955 #: src/data/sys-file-reader.c:1665
956 msgid "Unexpected end of file."
957 msgstr ""
958
959 #: src/data/sys-file-writer.c:163
960 #, c-format
961 msgid "Unknown system file version %d. Treating as version %d."
962 msgstr ""
963
964 #: src/data/sys-file-writer.c:202
965 #, c-format
966 msgid "Error opening \"%s\" for writing as a system file: %s."
967 msgstr ""
968
969 #: src/data/sys-file-writer.c:737
970 #, c-format
971 msgid "An I/O error occurred writing system file \"%s\"."
972 msgstr ""
973
974 #: src/data/variable.c:209
975 #, c-format
976 msgid ""
977 "Character `%c' (in %s) may not appear as the first character in a variable "
978 "name."
979 msgstr ""
980
981 #: src/data/variable.c:221
982 #, c-format
983 msgid "Character `%c' (in %s) may not appear in a variable name."
984 msgstr ""
985
986 #: src/data/variable.c:249
987 msgid "Variable name cannot be empty string."
988 msgstr ""
989
990 #: src/data/variable.c:255
991 #, c-format
992 msgid "Variable name %s exceeds %d-character limit."
993 msgstr ""
994
995 #: src/data/variable.c:263
996 #, c-format
997 msgid "`%s' may not be used as a variable name because it is a reserved word."
998 msgstr ""
999
1000 #: src/language/command.c:208
1001 #, c-format
1002 msgid "%s is unimplemented."
1003 msgstr ""
1004
1005 #: src/language/command.c:214
1006 #, c-format
1007 msgid "%s may be used only in testing mode."
1008 msgstr ""
1009
1010 #: src/language/command.c:220
1011 #, c-format
1012 msgid "%s may be used only in enhanced syntax mode."
1013 msgstr ""
1014
1015 #: src/language/command.c:248
1016 msgid "Error encountered while ERROR=STOP is effective."
1017 msgstr ""
1018
1019 #: src/language/command.c:489
1020 msgid "expecting command name"
1021 msgstr ""
1022
1023 #: src/language/command.c:503
1024 #, c-format
1025 msgid "Unknown command %s."
1026 msgstr ""
1027
1028 #: src/language/command.c:628
1029 #, c-format
1030 msgid "%s is allowed only before the active file has been defined."
1031 msgstr ""
1032
1033 #: src/language/command.c:632
1034 #, c-format
1035 msgid "%s is allowed only after the active file has been defined."
1036 msgstr ""
1037
1038 #: src/language/command.c:636
1039 #, c-format
1040 msgid "%s is allowed only inside INPUT PROGRAM."
1041 msgstr ""
1042
1043 #: src/language/command.c:640
1044 #, c-format
1045 msgid "%s is allowed only inside FILE TYPE."
1046 msgstr ""
1047
1048 #: src/language/command.c:647
1049 #, c-format
1050 msgid ""
1051 "%s is allowed only before the active file has been defined or inside INPUT "
1052 "PROGRAM."
1053 msgstr ""
1054
1055 #: src/language/command.c:651
1056 #, c-format
1057 msgid ""
1058 "%s is allowed only before the active file has been defined or inside FILE "
1059 "TYPE."
1060 msgstr ""
1061
1062 #: src/language/command.c:655
1063 #, c-format
1064 msgid ""
1065 "%s is allowed only after the active file has been defined or inside INPUT "
1066 "PROGRAM."
1067 msgstr ""
1068
1069 #: src/language/command.c:659
1070 #, c-format
1071 msgid ""
1072 "%s is allowed only after the active file has been defined or inside FILE "
1073 "TYPE."
1074 msgstr ""
1075
1076 #: src/language/command.c:663
1077 #, c-format
1078 msgid "%s is allowed only inside INPUT PROGRAM or inside FILE TYPE."
1079 msgstr ""
1080
1081 #: src/language/command.c:669
1082 #, c-format
1083 msgid ""
1084 "%s is allowed only after the active file has been defined, inside INPUT "
1085 "PROGRAM, or inside FILE TYPE."
1086 msgstr ""
1087
1088 #: src/language/command.c:674
1089 #, c-format
1090 msgid ""
1091 "%s is allowed only before the active file has been defined, inside INPUT "
1092 "PROGRAM, or inside FILE TYPE."
1093 msgstr ""
1094
1095 #: src/language/command.c:692
1096 #, c-format
1097 msgid "%s is not allowed inside INPUT PROGRAM."
1098 msgstr ""
1099
1100 #: src/language/command.c:694
1101 #, c-format
1102 msgid "%s is not allowed inside FILE TYPE."
1103 msgstr ""
1104
1105 #: src/language/command.c:773 src/language/command.c:881
1106 #: src/language/utilities/permissions.c:98
1107 msgid "This command not allowed when the SAFER option is set."
1108 msgstr ""
1109
1110 #: src/language/command.c:785
1111 #, c-format
1112 msgid "Error removing `%s': %s."
1113 msgstr ""
1114
1115 #: src/language/command.c:835
1116 #, c-format
1117 msgid "Couldn't fork: %s."
1118 msgstr ""
1119
1120 #: src/language/command.c:850
1121 msgid "Interactive shell not supported on this platform."
1122 msgstr ""
1123
1124 #: src/language/command.c:862
1125 msgid "Command shell not supported on this platform."
1126 msgstr ""
1127
1128 #: src/language/command.c:868
1129 #, c-format
1130 msgid "Error executing command: %s."
1131 msgstr ""
1132
1133 #: src/language/control/control-stack.c:27
1134 #, c-format
1135 msgid "%s without %s."
1136 msgstr ""
1137
1138 #: src/language/control/control-stack.c:55
1139 #, c-format
1140 msgid "This command must appear inside %s...%s, without intermediate %s...%s."
1141 msgstr ""
1142
1143 #: src/language/control/control-stack.c:72
1144 #, c-format
1145 msgid "This command cannot appear outside %s...%s."
1146 msgstr ""
1147
1148 #: src/language/control/do-if.c:177
1149 msgid "This command may not follow ELSE in DO IF...END IF."
1150 msgstr ""
1151
1152 #: src/language/control/loop.c:213
1153 msgid "Only one index clause may be specified."
1154 msgstr ""
1155
1156 #: src/language/control/repeat.c:171
1157 #, c-format
1158 msgid "Dummy variable name \"%s\" hides dictionary variable \"%s\"."
1159 msgstr ""
1160
1161 #: src/language/control/repeat.c:176
1162 #, c-format
1163 msgid "Dummy variable name \"%s\" is given twice."
1164 msgstr ""
1165
1166 #: src/language/control/repeat.c:222
1167 #, c-format
1168 msgid ""
1169 "Dummy variable \"%.*s\" had %d substitutions, so \"%.*s\" must also, but %d "
1170 "were specified."
1171 msgstr ""
1172
1173 #: src/language/control/repeat.c:334
1174 msgid "DO REPEAT may not nest in compatibility mode."
1175 msgstr ""
1176
1177 #: src/language/control/repeat.c:436
1178 msgid "Ranges may only have integer bounds"
1179 msgstr ""
1180
1181 #: src/language/control/repeat.c:445
1182 #, c-format
1183 msgid "%g TO %g is an invalid range."
1184 msgstr ""
1185
1186 #: src/language/control/repeat.c:480
1187 msgid "String expected."
1188 msgstr ""
1189
1190 #: src/language/control/repeat.c:499
1191 msgid "No matching DO REPEAT."
1192 msgstr ""
1193
1194 #: src/language/control/temporary.c:46
1195 msgid ""
1196 "This command may only appear once between procedures and procedure-like "
1197 "commands."
1198 msgstr ""
1199
1200 #: src/language/data-io/data-list.c:128
1201 msgid "The END subcommand may only be used within INPUT PROGRAM."
1202 msgstr ""
1203
1204 #: src/language/data-io/data-list.c:134
1205 msgid "The END subcommand may only be specified once."
1206 msgstr ""
1207
1208 #: src/language/data-io/data-list.c:172
1209 msgid "Only one of FIXED, FREE, or LIST may be specified."
1210 msgstr ""
1211
1212 #: src/language/data-io/data-list.c:237
1213 msgid "The END subcommand may be used only with DATA LIST FIXED."
1214 msgstr ""
1215
1216 #: src/language/data-io/data-list.c:252
1217 msgid "At least one variable must be specified."
1218 msgstr ""
1219
1220 #: src/language/data-io/data-list.c:348 src/language/data-io/data-list.c:437
1221 #: src/language/data-io/get-data.c:528
1222 #, c-format
1223 msgid "%s is a duplicate variable name."
1224 msgstr ""
1225
1226 #: src/language/data-io/data-list.c:355
1227 #, c-format
1228 msgid "There is already a variable %s of a different type."
1229 msgstr ""
1230
1231 #: src/language/data-io/data-list.c:362
1232 #, c-format
1233 msgid "There is already a string variable %s of a different width."
1234 msgstr ""
1235
1236 #: src/language/data-io/data-list.c:370
1237 #, c-format
1238 msgid "Cannot place variable %s on record %d when RECORDS=%d is specified."
1239 msgstr ""
1240
1241 #: src/language/data-io/data-parser.c:455
1242 #: src/language/data-io/data-parser.c:464
1243 msgid "Quoted string extends beyond end of line."
1244 msgstr ""
1245
1246 #: src/language/data-io/data-parser.c:519
1247 #, c-format
1248 msgid "Partial case of %d of %d records discarded."
1249 msgstr ""
1250
1251 #: src/language/data-io/data-parser.c:565
1252 #, c-format
1253 msgid "Partial case discarded.  The first variable missing was %s."
1254 msgstr ""
1255
1256 #: src/language/data-io/data-parser.c:602
1257 #, c-format
1258 msgid ""
1259 "Missing value(s) for all variables from %s onward.  These will be filled "
1260 "with the system-missing value or blanks, as appropriate."
1261 msgstr ""
1262
1263 #: src/language/data-io/data-parser.c:621
1264 msgid "Record ends in data not part of any field."
1265 msgstr ""
1266
1267 #: src/language/data-io/data-parser.c:641
1268 #: src/language/data-io/data-parser.c:682 src/language/data-io/print.c:402
1269 #: src/language/dictionary/split-file.c:84
1270 #: src/language/dictionary/sys-file-info.c:161
1271 #: src/language/dictionary/sys-file-info.c:390
1272 #: src/language/dictionary/sys-file-info.c:634
1273 #: src/language/stats/descriptives.c:883 src/ui/gui/dict-display.c:241
1274 msgid "Variable"
1275 msgstr ""
1276
1277 #: src/language/data-io/data-parser.c:642 src/language/data-io/print.c:403
1278 msgid "Record"
1279 msgstr ""
1280
1281 #: src/language/data-io/data-parser.c:643 src/language/data-io/print.c:404
1282 #: src/ui/gui/crosstabs.glade:92 src/ui/gui/var-sheet.c:72
1283 msgid "Columns"
1284 msgstr ""
1285
1286 #: src/language/data-io/data-parser.c:644
1287 #: src/language/data-io/data-parser.c:683 src/language/data-io/print.c:405
1288 msgid "Format"
1289 msgstr ""
1290
1291 #: src/language/data-io/data-parser.c:663
1292 #, c-format
1293 msgid "Reading %d record from %s."
1294 msgid_plural "Reading %d records from %s."
1295 msgstr[0] ""
1296 msgstr[1] ""
1297
1298 #: src/language/data-io/data-parser.c:699
1299 #, c-format
1300 msgid "Reading free-form data from %s."
1301 msgstr ""
1302
1303 #. TRANSLATORS: this fragment will be interpolated into
1304 #. messages in fh_lock() that identify types of files.
1305 #: src/language/data-io/data-reader.c:122
1306 #: src/language/data-io/data-writer.c:58
1307 msgid "data file"
1308 msgstr ""
1309
1310 #: src/language/data-io/data-reader.c:149
1311 #, c-format
1312 msgid "Could not open \"%s\" for reading as a data file: %s."
1313 msgstr ""
1314
1315 #: src/language/data-io/data-reader.c:190
1316 msgid ""
1317 "Unexpected end-of-file while reading data in BEGIN DATA.  This probably "
1318 "indicates a missing or misformatted END DATA command.  END DATA must appear "
1319 "by itself on a single line with exactly one space between words."
1320 msgstr ""
1321
1322 #: src/language/data-io/data-reader.c:215
1323 #, c-format
1324 msgid "Error reading file %s: %s."
1325 msgstr ""
1326
1327 #: src/language/data-io/data-reader.c:218
1328 #, c-format
1329 msgid "Unexpected end of file reading %s."
1330 msgstr ""
1331
1332 #: src/language/data-io/data-reader.c:227
1333 #, c-format
1334 msgid "Unexpected end of file in partial record reading %s."
1335 msgstr ""
1336
1337 #: src/language/data-io/data-reader.c:287
1338 #, c-format
1339 msgid "Corrupt block descriptor word at offset 0x%lx in %s."
1340 msgstr ""
1341
1342 #: src/language/data-io/data-reader.c:288
1343 #, c-format
1344 msgid "Corrupt record descriptor word at offset 0x%lx in %s."
1345 msgstr ""
1346
1347 #: src/language/data-io/data-reader.c:301
1348 #, c-format
1349 msgid "Corrupt record size at offset 0x%lx in %s."
1350 msgstr ""
1351
1352 #: src/language/data-io/data-reader.c:443
1353 msgid "Record exceeds remaining block length."
1354 msgstr ""
1355
1356 #: src/language/data-io/data-reader.c:517
1357 #, c-format
1358 msgid "Attempt to read beyond end-of-file on file %s."
1359 msgstr ""
1360
1361 #: src/language/data-io/data-reader.c:520
1362 msgid "Attempt to read beyond END DATA."
1363 msgstr ""
1364
1365 #: src/language/data-io/data-reader.c:706
1366 msgid ""
1367 "This command is not valid here since the current input program does not "
1368 "access the inline file."
1369 msgstr ""
1370
1371 #: src/language/data-io/data-writer.c:74
1372 #, c-format
1373 msgid "An error occurred while opening \"%s\" for writing as a data file: %s."
1374 msgstr ""
1375
1376 #: src/language/data-io/data-writer.c:191
1377 #, c-format
1378 msgid "I/O error occurred writing data file \"%s\"."
1379 msgstr ""
1380
1381 #: src/language/data-io/file-handle.q:64
1382 #, c-format
1383 msgid ""
1384 "File handle %s is already defined.  Use CLOSE FILE HANDLE before redefining "
1385 "a file handle."
1386 msgstr ""
1387
1388 #: src/language/data-io/file-handle.q:119
1389 msgid "RECFORM must be specified with MODE=360."
1390 msgstr ""
1391
1392 #: src/language/data-io/file-handle.q:130
1393 #, c-format
1394 msgid "The specified file mode requires LRECL.  Assuming %d-character records."
1395 msgstr ""
1396
1397 #: src/language/data-io/file-handle.q:134
1398 #, c-format
1399 msgid ""
1400 "Record length (%ld) must be between 1 and %lu bytes.  Assuming %d-character "
1401 "records."
1402 msgstr ""
1403
1404 #: src/language/data-io/file-handle.q:176
1405 msgid "file"
1406 msgstr ""
1407
1408 #: src/language/data-io/file-handle.q:178
1409 msgid "inline file"
1410 msgstr ""
1411
1412 #: src/language/data-io/file-handle.q:204
1413 msgid "expecting a file name or handle name"
1414 msgstr ""
1415
1416 #: src/language/data-io/file-handle.q:224
1417 #, c-format
1418 msgid "Handle for %s not allowed here."
1419 msgstr ""
1420
1421 #: src/language/data-io/get.c:99
1422 msgid "expecting COMM or TAPE"
1423 msgstr ""
1424
1425 #: src/language/data-io/get.c:272 src/language/data-io/get.c:286
1426 #: src/language/data-io/get.c:311
1427 #, c-format
1428 msgid "expecting %s or %s"
1429 msgstr ""
1430
1431 #: src/language/data-io/get.c:506 src/language/data-io/print.c:177
1432 msgid "expecting a valid subcommand"
1433 msgstr ""
1434
1435 #: src/language/data-io/get.c:539
1436 #, c-format
1437 msgid ""
1438 "Cannot rename %s as %s because there already exists a variable named %s.  To "
1439 "rename variables with overlapping names, use a single RENAME subcommand such "
1440 "as \"/RENAME (A=B)(B=C)(C=A)\", or equivalently, \"/RENAME (A B C=B C A)\"."
1441 msgstr ""
1442
1443 #: src/language/data-io/get.c:565
1444 msgid "`=' expected after variable list."
1445 msgstr ""
1446
1447 #: src/language/data-io/get.c:572
1448 #, c-format
1449 msgid ""
1450 "Number of variables on left side of `=' (%zu) does not match number of "
1451 "variables on right side (%zu), in parenthesized group %d of RENAME "
1452 "subcommand."
1453 msgstr ""
1454
1455 #: src/language/data-io/get.c:585
1456 #, c-format
1457 msgid "Requested renaming duplicates variable name %s."
1458 msgstr ""
1459
1460 #: src/language/data-io/get.c:615
1461 msgid "Cannot DROP all variables from dictionary."
1462 msgstr ""
1463
1464 #: src/language/data-io/get.c:788
1465 msgid "Cannot specify the active file since no active file has been defined."
1466 msgstr ""
1467
1468 #: src/language/data-io/get.c:795
1469 msgid ""
1470 "MATCH FILES may not be used after TEMPORARY when the active file is an input "
1471 "source.  Temporary transformations will be made permanent."
1472 msgstr ""
1473
1474 #: src/language/data-io/get.c:829
1475 msgid "Multiple IN subcommands for a single FILE or TABLE."
1476 msgstr ""
1477
1478 #: src/language/data-io/get.c:873
1479 #, c-format
1480 msgid "File %s lacks BY variable %s."
1481 msgstr ""
1482
1483 #: src/language/data-io/get.c:876
1484 #, c-format
1485 msgid "Active file lacks BY variable %s."
1486 msgstr ""
1487
1488 #: src/language/data-io/get.c:946
1489 msgid "BY is required when TABLE is specified."
1490 msgstr ""
1491
1492 #: src/language/data-io/get.c:951
1493 msgid "BY is required when IN is specified."
1494 msgstr ""
1495
1496 #: src/language/data-io/get.c:1056
1497 #, c-format
1498 msgid ""
1499 "Variable name %s specified on %s subcommand duplicates an existing variable "
1500 "name."
1501 msgstr ""
1502
1503 #: src/language/data-io/get.c:1303
1504 #, c-format
1505 msgid ""
1506 "Variable %s in file %s (%s) has different type or width from the same "
1507 "variable in earlier file (%s)."
1508 msgstr ""
1509
1510 #: src/language/data-io/get-data.c:62
1511 #, c-format
1512 msgid "Unsupported TYPE %s"
1513 msgstr ""
1514
1515 #: src/language/data-io/get-data.c:258
1516 #, c-format
1517 msgid ""
1518 "%s is allowed only with %s arrangement, but %s arrangement was stated or "
1519 "implied earlier in this command."
1520 msgstr ""
1521
1522 #: src/language/data-io/get-data.c:313
1523 msgid "expecting FIXED or DELIMITED"
1524 msgstr ""
1525
1526 #: src/language/data-io/get-data.c:326
1527 msgid "Value of FIRSTCASE must be 1 or greater."
1528 msgstr ""
1529
1530 #: src/language/data-io/get-data.c:351
1531 msgid "expecting LINE or VARIABLES"
1532 msgstr ""
1533
1534 #: src/language/data-io/get-data.c:364
1535 msgid "Value of FIXCASE must be at least 1."
1536 msgstr ""
1537
1538 #: src/language/data-io/get-data.c:384
1539 msgid "Value of FIRST must be at least 1."
1540 msgstr ""
1541
1542 #: src/language/data-io/get-data.c:396
1543 msgid "Value of PERCENT must be between 1 and 100."
1544 msgstr ""
1545
1546 #: src/language/data-io/get-data.c:445
1547 msgid ""
1548 "In compatible syntax mode, the QUALIFIER string must contain exactly one "
1549 "character."
1550 msgstr ""
1551
1552 #: src/language/data-io/get-data.c:460
1553 msgid "expecting VARIABLES"
1554 msgstr ""
1555
1556 #: src/language/data-io/get-data.c:482
1557 #: src/language/data-io/placement-parser.c:376
1558 #, c-format
1559 msgid ""
1560 "The record number specified, %ld, is at or before the previous record, %d.  "
1561 "Data fields must be listed in order of increasing record number."
1562 msgstr ""
1563
1564 #: src/language/data-io/get-data.c:491
1565 #, c-format
1566 msgid ""
1567 "The record number specified, %ld, exceeds the number of records per case "
1568 "specified on FIXCASE, %d."
1569 msgstr ""
1570
1571 #: src/language/data-io/inpt-pgm.c:129
1572 msgid "Unexpected end-of-file within INPUT PROGRAM."
1573 msgstr ""
1574
1575 #: src/language/data-io/inpt-pgm.c:142
1576 msgid "Input program did not create any variables."
1577 msgstr ""
1578
1579 #: src/language/data-io/inpt-pgm.c:287
1580 msgid "COLUMN subcommand multiply specified."
1581 msgstr ""
1582
1583 #: src/language/data-io/inpt-pgm.c:337
1584 msgid ""
1585 "REREAD: Column numbers must be positive finite numbers.  Column set to 1."
1586 msgstr ""
1587
1588 #: src/language/data-io/list.q:157 src/language/stats/descriptives.c:362
1589 msgid "No variables specified."
1590 msgstr ""
1591
1592 #: src/language/data-io/list.q:165
1593 #, c-format
1594 msgid ""
1595 "The first case (%ld) specified precedes the last case (%ld) specified.  The "
1596 "values will be swapped."
1597 msgstr ""
1598
1599 #: src/language/data-io/list.q:173
1600 #, c-format
1601 msgid ""
1602 "The first case (%ld) to list is less than 1.  The value is being reset to 1."
1603 msgstr ""
1604
1605 #: src/language/data-io/list.q:179
1606 #, c-format
1607 msgid ""
1608 "The last case (%ld) to list is less than 1.  The value is being reset to 1."
1609 msgstr ""
1610
1611 #: src/language/data-io/list.q:185
1612 #, c-format
1613 msgid "The step value %ld is less than 1.  The value is being reset to 1."
1614 msgstr ""
1615
1616 #: src/language/data-io/list.q:211
1617 msgid "`/FORMAT WEIGHT' specified, but weighting is not on."
1618 msgstr ""
1619
1620 #: src/language/data-io/list.q:467
1621 msgid "Line"
1622 msgstr ""
1623
1624 #: src/language/data-io/placement-parser.c:85
1625 #, c-format
1626 msgid ""
1627 "Number of variables specified (%zu) differs from number of variable formats "
1628 "(%zu)."
1629 msgstr ""
1630
1631 #: src/language/data-io/placement-parser.c:95
1632 msgid ""
1633 "SPSS-like or Fortran-like format specification expected after variable names."
1634 msgstr ""
1635
1636 #: src/language/data-io/placement-parser.c:117
1637 #, c-format
1638 msgid "The %d columns %d-%d can't be evenly divided into %zu fields."
1639 msgstr ""
1640
1641 #: src/language/data-io/placement-parser.c:224
1642 #: src/language/lexer/format-parser.c:107
1643 #: src/language/lexer/format-parser.c:126
1644 #, c-format
1645 msgid "Unknown format type \"%s\"."
1646 msgstr ""
1647
1648 #: src/language/data-io/placement-parser.c:303
1649 msgid "Column positions for fields must be positive."
1650 msgstr ""
1651
1652 #: src/language/data-io/placement-parser.c:305
1653 msgid "Column positions for fields must not be negative."
1654 msgstr ""
1655
1656 #: src/language/data-io/placement-parser.c:342
1657 msgid "The ending column for a field must be greater than the starting column."
1658 msgstr ""
1659
1660 #: src/language/data-io/print.c:265
1661 #, c-format
1662 msgid "Output calls for %d records but %zu specified on RECORDS subcommand."
1663 msgstr ""
1664
1665 #: src/language/data-io/print.c:435
1666 #, c-format
1667 msgid "Writing %d record to %s."
1668 msgid_plural "Writing %d records to %s."
1669 msgstr[0] ""
1670 msgstr[1] ""
1671
1672 #: src/language/data-io/print.c:439
1673 #, c-format
1674 msgid "Writing %d record."
1675 msgid_plural "Writing %d records."
1676 msgstr[0] ""
1677 msgstr[1] ""
1678
1679 #: src/language/data-io/print-space.c:73 src/language/lexer/lexer.c:476
1680 #: src/language/stats/autorecode.c:154 src/language/xforms/select-if.c:60
1681 msgid "expecting end of command"
1682 msgstr ""
1683
1684 #: src/language/data-io/print-space.c:116
1685 msgid "The expression on PRINT SPACE evaluated to the system-missing value."
1686 msgstr ""
1687
1688 #: src/language/data-io/print-space.c:119
1689 #, c-format
1690 msgid "The expression on PRINT SPACE evaluated to %g."
1691 msgstr ""
1692
1693 #: src/language/dictionary/apply-dictionary.c:75
1694 #, c-format
1695 msgid "Variable %s is %s in target file, but %s in source file."
1696 msgstr ""
1697
1698 #: src/language/dictionary/apply-dictionary.c:99
1699 #, c-format
1700 msgid "Cannot add value labels from source file to long string variable %s."
1701 msgstr ""
1702
1703 #: src/language/dictionary/apply-dictionary.c:113
1704 #, c-format
1705 msgid ""
1706 "Cannot apply missing values from source file to long string variable %s."
1707 msgstr ""
1708
1709 #: src/language/dictionary/apply-dictionary.c:126
1710 msgid "No matching variables found between the source and target files."
1711 msgstr ""
1712
1713 #: src/language/dictionary/delete-variables.c:40
1714 msgid ""
1715 "DELETE VARIABLES may not be used after TEMPORARY.  Temporary transformations "
1716 "will be made permanent."
1717 msgstr ""
1718
1719 #: src/language/dictionary/delete-variables.c:48
1720 msgid ""
1721 "DELETE VARIABLES may not be used to delete all variables from the active "
1722 "file dictionary.  Use NEW FILE instead."
1723 msgstr ""
1724
1725 #: src/language/dictionary/formats.c:89
1726 msgid "`(' expected after variable list."
1727 msgstr ""
1728
1729 #: src/language/dictionary/formats.c:99 src/language/dictionary/numeric.c:69
1730 msgid "`)' expected after output format."
1731 msgstr ""
1732
1733 #: src/language/dictionary/missing-values.c:55
1734 #: src/language/stats/aggregate.c:451
1735 msgid "expecting `('"
1736 msgstr ""
1737
1738 #: src/language/dictionary/missing-values.c:71
1739 #, c-format
1740 msgid ""
1741 "Cannot mix numeric variables (e.g. %s) and string variables (e.g. %s) within "
1742 "a single list."
1743 msgstr ""
1744
1745 #: src/language/dictionary/missing-values.c:116
1746 #, c-format
1747 msgid "Truncating missing value to short string length (%d characters)."
1748 msgstr ""
1749
1750 #: src/language/dictionary/missing-values.c:138
1751 #, c-format
1752 msgid "Missing values provided are too long to assign to variable of width %d."
1753 msgstr ""
1754
1755 #: src/language/dictionary/modify-variables.c:92
1756 msgid ""
1757 "MODIFY VARS may not be used after TEMPORARY.  Temporary transformations will "
1758 "be made permanent."
1759 msgstr ""
1760
1761 #: src/language/dictionary/modify-variables.c:114
1762 msgid "REORDER subcommand may be given at most once."
1763 msgstr ""
1764
1765 #: src/language/dictionary/modify-variables.c:137
1766 msgid "Cannot specify ALL after specifying a set of variables."
1767 msgstr ""
1768
1769 #: src/language/dictionary/modify-variables.c:147
1770 msgid "`(' expected on REORDER subcommand."
1771 msgstr ""
1772
1773 #: src/language/dictionary/modify-variables.c:159
1774 msgid "`)' expected following variable names on REORDER subcommand."
1775 msgstr ""
1776
1777 #: src/language/dictionary/modify-variables.c:177
1778 msgid "RENAME subcommand may be given at most once."
1779 msgstr ""
1780
1781 #: src/language/dictionary/modify-variables.c:190
1782 msgid "`(' expected on RENAME subcommand."
1783 msgstr ""
1784
1785 #: src/language/dictionary/modify-variables.c:199
1786 msgid ""
1787 "`=' expected between lists of new and old variable names on RENAME "
1788 "subcommand."
1789 msgstr ""
1790
1791 #: src/language/dictionary/modify-variables.c:208
1792 #: src/language/dictionary/rename-variables.c:76
1793 #, c-format
1794 msgid ""
1795 "Differing number of variables in old name list (%zu) and in new name list (%"
1796 "zu)."
1797 msgstr ""
1798
1799 #: src/language/dictionary/modify-variables.c:219
1800 msgid "`)' expected after variable lists on RENAME subcommand."
1801 msgstr ""
1802
1803 #: src/language/dictionary/modify-variables.c:233
1804 msgid ""
1805 "KEEP subcommand may be given at most once.  It may not be given in "
1806 "conjunction with the DROP subcommand."
1807 msgstr ""
1808
1809 #: src/language/dictionary/modify-variables.c:276
1810 msgid ""
1811 "DROP subcommand may be given at most once.  It may not be given in "
1812 "conjunction with the KEEP subcommand."
1813 msgstr ""
1814
1815 #: src/language/dictionary/modify-variables.c:302
1816 #, c-format
1817 msgid "Unrecognized subcommand name `%s'."
1818 msgstr ""
1819
1820 #: src/language/dictionary/modify-variables.c:304
1821 msgid "Subcommand name expected."
1822 msgstr ""
1823
1824 #: src/language/dictionary/modify-variables.c:312
1825 msgid "`/' or `.' expected."
1826 msgstr ""
1827
1828 #: src/language/dictionary/numeric.c:62
1829 #, c-format
1830 msgid "Format type %s may not be used with a numeric variable."
1831 msgstr ""
1832
1833 #: src/language/dictionary/numeric.c:81 src/language/dictionary/numeric.c:150
1834 #, c-format
1835 msgid "There is already a variable named %s."
1836 msgstr ""
1837
1838 #: src/language/dictionary/numeric.c:135
1839 #, c-format
1840 msgid "Format type %s may not be used with a string variable."
1841 msgstr ""
1842
1843 #: src/language/dictionary/rename-variables.c:49
1844 msgid ""
1845 "RENAME VARS may not be used after TEMPORARY.  Temporary transformations will "
1846 "be made permanent."
1847 msgstr ""
1848
1849 #: src/language/dictionary/rename-variables.c:59
1850 msgid "`(' expected."
1851 msgstr ""
1852
1853 #: src/language/dictionary/rename-variables.c:67
1854 msgid "`=' expected between lists of new and old variable names."
1855 msgstr ""
1856
1857 #: src/language/dictionary/rename-variables.c:87
1858 msgid "`)' expected after variable names."
1859 msgstr ""
1860
1861 #: src/language/dictionary/rename-variables.c:97
1862 #, c-format
1863 msgid "Renaming would duplicate variable name %s."
1864 msgstr ""
1865
1866 #: src/language/dictionary/split-file.c:85
1867 #: src/language/dictionary/sys-file-info.c:563
1868 #: src/language/stats/crosstabs.q:1153 src/language/stats/crosstabs.q:1180
1869 #: src/language/stats/crosstabs.q:1200 src/language/stats/crosstabs.q:1222
1870 #: src/language/stats/examine.q:1198 src/language/stats/frequencies.q:1060
1871 #: src/language/stats/frequencies.q:1184
1872 msgid "Value"
1873 msgstr ""
1874
1875 #: src/language/dictionary/split-file.c:86
1876 #: src/language/dictionary/sys-file-info.c:397
1877 #: src/language/dictionary/sys-file-info.c:564 src/ui/gui/crosstabs.glade:275
1878 #: src/ui/gui/psppire.glade:2099 src/ui/gui/var-sheet.c:69
1879 msgid "Label"
1880 msgstr ""
1881
1882 #: src/language/dictionary/sys-file-info.c:110
1883 msgid "File:"
1884 msgstr ""
1885
1886 #: src/language/dictionary/sys-file-info.c:112 src/ui/gui/psppire.glade:2052
1887 #: src/ui/gui/recode.glade:841
1888 msgid "Label:"
1889 msgstr ""
1890
1891 #: src/language/dictionary/sys-file-info.c:116
1892 msgid "No label."
1893 msgstr ""
1894
1895 #: src/language/dictionary/sys-file-info.c:119
1896 msgid "Created:"
1897 msgstr ""
1898
1899 #: src/language/dictionary/sys-file-info.c:122
1900 msgid "Integer Format:"
1901 msgstr ""
1902
1903 #: src/language/dictionary/sys-file-info.c:124
1904 msgid "Big Endian."
1905 msgstr ""
1906
1907 #: src/language/dictionary/sys-file-info.c:125
1908 msgid "Little Endian."
1909 msgstr ""
1910
1911 #: src/language/dictionary/sys-file-info.c:126
1912 #: src/language/dictionary/sys-file-info.c:134
1913 msgid "Unknown."
1914 msgstr ""
1915
1916 #: src/language/dictionary/sys-file-info.c:127
1917 msgid "Real Format:"
1918 msgstr ""
1919
1920 #: src/language/dictionary/sys-file-info.c:129
1921 msgid "IEEE 754 LE."
1922 msgstr ""
1923
1924 #: src/language/dictionary/sys-file-info.c:130
1925 msgid "IEEE 754 BE."
1926 msgstr ""
1927
1928 #: src/language/dictionary/sys-file-info.c:131
1929 msgid "VAX D."
1930 msgstr ""
1931
1932 #: src/language/dictionary/sys-file-info.c:132
1933 msgid "VAX G."
1934 msgstr ""
1935
1936 #: src/language/dictionary/sys-file-info.c:133
1937 msgid "IBM 390 Hex Long."
1938 msgstr ""
1939
1940 #: src/language/dictionary/sys-file-info.c:135
1941 #: src/ui/gui/descriptives-dialog.glade:79 src/ui/gui/recode.glade:940
1942 msgid "Variables:"
1943 msgstr ""
1944
1945 #: src/language/dictionary/sys-file-info.c:137
1946 msgid "Cases:"
1947 msgstr ""
1948
1949 #: src/language/dictionary/sys-file-info.c:139
1950 msgid "Unknown"
1951 msgstr ""
1952
1953 #: src/language/dictionary/sys-file-info.c:141
1954 msgid "Type:"
1955 msgstr ""
1956
1957 #: src/language/dictionary/sys-file-info.c:142
1958 msgid "System File."
1959 msgstr ""
1960
1961 #: src/language/dictionary/sys-file-info.c:143
1962 msgid "Weight:"
1963 msgstr ""
1964
1965 #: src/language/dictionary/sys-file-info.c:148
1966 msgid "Not weighted."
1967 msgstr ""
1968
1969 #: src/language/dictionary/sys-file-info.c:150
1970 msgid "Mode:"
1971 msgstr ""
1972
1973 #: src/language/dictionary/sys-file-info.c:152
1974 #, c-format
1975 msgid "Compression %s."
1976 msgstr ""
1977
1978 #: src/language/dictionary/sys-file-info.c:152
1979 msgid "on"
1980 msgstr ""
1981
1982 #: src/language/dictionary/sys-file-info.c:152
1983 msgid "off"
1984 msgstr ""
1985
1986 #: src/language/dictionary/sys-file-info.c:162
1987 #: src/language/dictionary/sys-file-info.c:395
1988 msgid "Description"
1989 msgstr ""
1990
1991 #: src/language/dictionary/sys-file-info.c:163
1992 #: src/language/dictionary/sys-file-info.c:393
1993 #: src/language/dictionary/sys-file-info.c:633
1994 msgid "Position"
1995 msgstr ""
1996
1997 #: src/language/dictionary/sys-file-info.c:222
1998 msgid "The active file does not have a file label."
1999 msgstr ""
2000
2001 #: src/language/dictionary/sys-file-info.c:225
2002 msgid "File label:"
2003 msgstr ""
2004
2005 #: src/language/dictionary/sys-file-info.c:288
2006 msgid "No variables to display."
2007 msgstr ""
2008
2009 #: src/language/dictionary/sys-file-info.c:307
2010 msgid "Macros not supported."
2011 msgstr ""
2012
2013 #: src/language/dictionary/sys-file-info.c:317
2014 msgid "The active file dictionary does not contain any documents."
2015 msgstr ""
2016
2017 #: src/language/dictionary/sys-file-info.c:325
2018 msgid "Documents in the active file:"
2019 msgstr ""
2020
2021 #: src/language/dictionary/sys-file-info.c:477
2022 #, c-format
2023 msgid "Format: %s"
2024 msgstr ""
2025
2026 #: src/language/dictionary/sys-file-info.c:485
2027 #, c-format
2028 msgid "Print Format: %s"
2029 msgstr ""
2030
2031 #: src/language/dictionary/sys-file-info.c:488
2032 #, c-format
2033 msgid "Write Format: %s"
2034 msgstr ""
2035
2036 #: src/language/dictionary/sys-file-info.c:494
2037 #, c-format
2038 msgid "Measure: %s"
2039 msgstr ""
2040
2041 #: src/language/dictionary/sys-file-info.c:495 src/ui/gui/var-sheet.c:87
2042 msgid "Nominal"
2043 msgstr ""
2044
2045 #: src/language/dictionary/sys-file-info.c:496 src/ui/gui/var-sheet.c:88
2046 msgid "Ordinal"
2047 msgstr ""
2048
2049 #: src/language/dictionary/sys-file-info.c:497 src/ui/gui/var-sheet.c:89
2050 msgid "Scale"
2051 msgstr ""
2052
2053 #: src/language/dictionary/sys-file-info.c:500
2054 #, c-format
2055 msgid "Display Alignment: %s"
2056 msgstr ""
2057
2058 #: src/language/dictionary/sys-file-info.c:501 src/ui/gui/var-sheet.c:80
2059 msgid "Left"
2060 msgstr ""
2061
2062 #: src/language/dictionary/sys-file-info.c:502 src/ui/gui/var-sheet.c:82
2063 msgid "Center"
2064 msgstr "Centre"
2065
2066 #: src/language/dictionary/sys-file-info.c:503 src/ui/gui/var-sheet.c:81
2067 msgid "Right"
2068 msgstr ""
2069
2070 #: src/language/dictionary/sys-file-info.c:506
2071 #, c-format
2072 msgid "Display Width: %d"
2073 msgstr ""
2074
2075 #: src/language/dictionary/sys-file-info.c:517
2076 msgid "Missing Values: "
2077 msgstr ""
2078
2079 #: src/language/dictionary/sys-file-info.c:611
2080 msgid "No vectors defined."
2081 msgstr ""
2082
2083 #: src/language/dictionary/sys-file-info.c:632
2084 msgid "Vector"
2085 msgstr ""
2086
2087 #: src/language/dictionary/sys-file-info.c:635
2088 msgid "Print Format"
2089 msgstr ""
2090
2091 #: src/language/dictionary/value-labels.c:121
2092 #, c-format
2093 msgid ""
2094 "It is not possible to assign value labels to long string variables such as %"
2095 "s."
2096 msgstr ""
2097
2098 #: src/language/dictionary/value-labels.c:157 src/language/lexer/lexer.c:629
2099 msgid "expecting string"
2100 msgstr ""
2101
2102 #: src/language/dictionary/value-labels.c:166 src/language/lexer/lexer.c:643
2103 msgid "expecting integer"
2104 msgstr ""
2105
2106 #: src/language/dictionary/value-labels.c:170
2107 #, c-format
2108 msgid "Value label `%g' is not integer."
2109 msgstr ""
2110
2111 #: src/language/dictionary/value-labels.c:184
2112 msgid "Truncating value label to 60 characters."
2113 msgstr ""
2114
2115 #: src/language/dictionary/variable-label.c:51
2116 msgid "String expected for variable label."
2117 msgstr ""
2118
2119 #: src/language/dictionary/variable-label.c:59
2120 msgid "Truncating variable label to 255 characters."
2121 msgstr ""
2122
2123 #: src/language/dictionary/vector.c:64
2124 #, c-format
2125 msgid "A vector named %s already exists."
2126 msgstr ""
2127
2128 #: src/language/dictionary/vector.c:72
2129 #, c-format
2130 msgid "Vector name %s is given twice."
2131 msgstr ""
2132
2133 #: src/language/dictionary/vector.c:96
2134 msgid "A slash must separate each vector specification in VECTOR's long form."
2135 msgstr ""
2136
2137 #: src/language/dictionary/vector.c:129
2138 msgid "Vectors must have at least one element."
2139 msgstr ""
2140
2141 #: src/language/dictionary/vector.c:150
2142 msgid "expecting vector length"
2143 msgstr ""
2144
2145 #: src/language/dictionary/vector.c:166
2146 #, c-format
2147 msgid "%s is too long for a variable name."
2148 msgstr ""
2149
2150 #: src/language/dictionary/vector.c:171
2151 #, c-format
2152 msgid "%s is an existing variable name."
2153 msgstr ""
2154
2155 #: src/language/dictionary/weight.c:49
2156 msgid "The weighting variable must be numeric."
2157 msgstr ""
2158
2159 #: src/language/dictionary/weight.c:54
2160 msgid "The weighting variable may not be scratch."
2161 msgstr ""
2162
2163 #: src/language/expressions/evaluate.c:154
2164 msgid "expecting number or string"
2165 msgstr ""
2166
2167 #: src/language/expressions/evaluate.c:168
2168 #, c-format
2169 msgid "Duplicate variable name %s."
2170 msgstr ""
2171
2172 #: src/language/expressions/helpers.c:35
2173 msgid ""
2174 "One of the arguments to a DATE function is not an integer.  The result will "
2175 "be system-missing."
2176 msgstr ""
2177
2178 #: src/language/expressions/helpers.c:57
2179 msgid ""
2180 "The week argument to DATE.WKYR is not an integer.  The result will be system-"
2181 "missing."
2182 msgstr ""
2183
2184 #: src/language/expressions/helpers.c:63
2185 msgid ""
2186 "The week argument to DATE.WKYR is outside the acceptable range of 1 to 53.  "
2187 "The result will be system-missing."
2188 msgstr ""
2189
2190 #: src/language/expressions/helpers.c:85
2191 msgid ""
2192 "The day argument to DATE.YRDAY is not an integer.  The result will be system-"
2193 "missing."
2194 msgstr ""
2195
2196 #: src/language/expressions/helpers.c:91
2197 msgid ""
2198 "The day argument to DATE.YRDAY is outside the acceptable range of 1 to 366.  "
2199 "The result will be system-missing."
2200 msgstr ""
2201
2202 #: src/language/expressions/helpers.c:113
2203 msgid ""
2204 "The year argument to YRMODA is greater than 47516.  The result will be "
2205 "system-missing."
2206 msgstr ""
2207
2208 #: src/language/expressions/helpers.c:166
2209 #, c-format
2210 msgid ""
2211 "Unrecognized date unit \"%.*s\".  Valid date units are \"years\", \"quarters"
2212 "\", \"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\"."
2213 msgstr ""
2214
2215 #: src/language/expressions/helpers.c:316
2216 msgid ""
2217 "Invalid DATESUM method.  Valid choices are \"closest\" and \"rollover\"."
2218 msgstr ""
2219
2220 #: src/language/expressions/parse.c:259
2221 #, c-format
2222 msgid ""
2223 "Type mismatch: expression has %s type, but a numeric value is required here."
2224 msgstr ""
2225
2226 #: src/language/expressions/parse.c:271
2227 #, c-format
2228 msgid ""
2229 "Type mismatch: expression has %s type, but a string value is required here."
2230 msgstr ""
2231
2232 #: src/language/expressions/parse.c:427
2233 #, c-format
2234 msgid "Type mismatch while applying %s operator: cannot convert %s to %s."
2235 msgstr ""
2236
2237 #: src/language/expressions/parse.c:643
2238 msgid ""
2239 "Chaining relational operators (e.g. \"a < b < c\") will not produce the "
2240 "mathematically expected result.  Use the AND logical operator to fix the "
2241 "problem (e.g. \"a < b AND b < c\").  If chaining is really intended, "
2242 "parentheses will disable this warning (e.g. \"(a < b) < c\".)"
2243 msgstr ""
2244
2245 #: src/language/expressions/parse.c:744
2246 msgid ""
2247 "The exponentiation operator (\"**\") is left-associative, even though right-"
2248 "associative semantics are more useful.  That is, \"a**b**c\" equals \"(a**b)"
2249 "**c\", not as \"a**(b**c)\".  To disable this warning, insert parentheses."
2250 msgstr ""
2251
2252 #: src/language/expressions/parse.c:809
2253 #, c-format
2254 msgid "Unknown system variable %s."
2255 msgstr ""
2256
2257 #: src/language/expressions/parse.c:857
2258 #, c-format
2259 msgid "Unknown identifier %s."
2260 msgstr ""
2261
2262 #: src/language/expressions/parse.c:885 src/language/stats/aggregate.c:509
2263 msgid "expecting `)'"
2264 msgstr ""
2265
2266 #: src/language/expressions/parse.c:892
2267 msgid "in expression"
2268 msgstr ""
2269
2270 #: src/language/expressions/parse.c:1073
2271 #, c-format
2272 msgid "%s must have at least %d arguments in list."
2273 msgstr ""
2274
2275 #: src/language/expressions/parse.c:1082
2276 #, c-format
2277 msgid "%s must have even number of arguments in list."
2278 msgstr ""
2279
2280 #: src/language/expressions/parse.c:1085
2281 #, c-format
2282 msgid "%s must have multiple of %d arguments in list."
2283 msgstr ""
2284
2285 #: src/language/expressions/parse.c:1095
2286 #, c-format
2287 msgid "%s function does not accept a minimum valid argument count."
2288 msgstr ""
2289
2290 #: src/language/expressions/parse.c:1104
2291 #, c-format
2292 msgid "%s requires at least %d valid arguments in list."
2293 msgstr ""
2294
2295 #: src/language/expressions/parse.c:1110
2296 #, c-format
2297 msgid ""
2298 "With %s, using minimum valid argument count of %d does not make sense when "
2299 "passing only %d arguments in list."
2300 msgstr ""
2301
2302 #: src/language/expressions/parse.c:1164
2303 #, c-format
2304 msgid "Type mismatch invoking %s as "
2305 msgstr ""
2306
2307 #: src/language/expressions/parse.c:1169
2308 msgid "Function invocation "
2309 msgstr ""
2310
2311 #: src/language/expressions/parse.c:1171
2312 msgid " does not match any known function.  Candidates are:"
2313 msgstr ""
2314
2315 #: src/language/expressions/parse.c:1201
2316 #, c-format
2317 msgid "No function or vector named %s."
2318 msgstr ""
2319
2320 #: src/language/expressions/parse.c:1244
2321 #, c-format
2322 msgid "expecting `,' or `)' invoking %s function"
2323 msgstr ""
2324
2325 #: src/language/expressions/parse.c:1264
2326 #, c-format
2327 msgid "%s is a PSPP extension."
2328 msgstr ""
2329
2330 #: src/language/expressions/parse.c:1267 src/ui/terminal/command-line.c:127
2331 #: src/ui/terminal/command-line.c:146 src/ui/terminal/command-line.c:158
2332 #, c-format
2333 msgid "%s is not yet implemented."
2334 msgstr ""
2335
2336 #: src/language/expressions/parse.c:1273
2337 #, c-format
2338 msgid "%s may not appear after TEMPORARY."
2339 msgstr ""
2340
2341 #: src/language/lexer/format-parser.c:88
2342 msgid "expecting valid format specifier"
2343 msgstr ""
2344
2345 #: src/language/lexer/format-parser.c:121
2346 msgid "expecting format type"
2347 msgstr ""
2348
2349 #: src/language/lexer/lexer.c:282
2350 #, c-format
2351 msgid "%s does not form a valid number."
2352 msgstr ""
2353
2354 #: src/language/lexer/lexer.c:386
2355 #, c-format
2356 msgid "Bad character in input: `%c'."
2357 msgstr ""
2358
2359 #: src/language/lexer/lexer.c:388
2360 #, c-format
2361 msgid "Bad character in input: `\\%o'."
2362 msgstr ""
2363
2364 #: src/language/lexer/lexer.c:424
2365 #, c-format
2366 msgid "Subcommand %s may only be specified once."
2367 msgstr ""
2368
2369 #: src/language/lexer/lexer.c:432
2370 #, c-format
2371 msgid "missing required subcommand %s"
2372 msgstr ""
2373
2374 #: src/language/lexer/lexer.c:461
2375 #, c-format
2376 msgid "Syntax error %s at %s."
2377 msgstr ""
2378
2379 #: src/language/lexer/lexer.c:464
2380 #, c-format
2381 msgid "Syntax error at %s."
2382 msgstr ""
2383
2384 #: src/language/lexer/lexer.c:598 src/language/lexer/lexer.c:615
2385 #, c-format
2386 msgid "expecting `%s'"
2387 msgstr ""
2388
2389 #: src/language/lexer/lexer.c:656
2390 msgid "expecting number"
2391 msgstr ""
2392
2393 #: src/language/lexer/lexer.c:668
2394 msgid "expecting identifier"
2395 msgstr ""
2396
2397 #: src/language/lexer/lexer.c:1062
2398 msgid "binary"
2399 msgstr ""
2400
2401 #: src/language/lexer/lexer.c:1067
2402 msgid "octal"
2403 msgstr ""
2404
2405 #: src/language/lexer/lexer.c:1072
2406 msgid "hex"
2407 msgstr ""
2408
2409 #: src/language/lexer/lexer.c:1082
2410 #, c-format
2411 msgid "String of %s digits has %zu characters, which is not a multiple of %d."
2412 msgstr ""
2413
2414 #: src/language/lexer/lexer.c:1111
2415 #, c-format
2416 msgid "`%c' is not a valid %s digit."
2417 msgstr ""
2418
2419 #: src/language/lexer/lexer.c:1145
2420 msgid "Unterminated string constant."
2421 msgstr ""
2422
2423 #: src/language/lexer/lexer.c:1199
2424 msgid "Unexpected end of file in string concatenation."
2425 msgstr ""
2426
2427 #: src/language/lexer/lexer.c:1207
2428 msgid "String expected following `+'."
2429 msgstr ""
2430
2431 #: src/language/lexer/lexer.c:1220
2432 #, c-format
2433 msgid "String exceeds 255 characters in length (%zu characters)."
2434 msgstr ""
2435
2436 #: src/language/lexer/range-parser.c:59
2437 #, c-format
2438 msgid ""
2439 "Low end of range (%g) is below high end (%g).  The range will be treated as "
2440 "reversed."
2441 msgstr ""
2442
2443 #: src/language/lexer/range-parser.c:67
2444 #, c-format
2445 msgid "Ends of range are equal (%g)."
2446 msgstr ""
2447
2448 #: src/language/lexer/range-parser.c:75
2449 msgid "LO or LOWEST must be part of a range."
2450 msgstr ""
2451
2452 #: src/language/lexer/range-parser.c:107
2453 msgid "System-missing value is not valid here."
2454 msgstr ""
2455
2456 #: src/language/lexer/range-parser.c:115
2457 msgid "expecting number or data string"
2458 msgstr ""
2459
2460 #: src/language/lexer/variable-parser.c:63
2461 msgid "expecting variable name"
2462 msgstr ""
2463
2464 #: src/language/lexer/variable-parser.c:73
2465 #, c-format
2466 msgid "%s is not a variable name."
2467 msgstr ""
2468
2469 #: src/language/lexer/variable-parser.c:176
2470 #, c-format
2471 msgid ""
2472 "%s is not a numeric variable.  It will not be included in the variable list."
2473 msgstr ""
2474
2475 #: src/language/lexer/variable-parser.c:179
2476 #, c-format
2477 msgid ""
2478 "%s is not a string variable.  It will not be included in the variable list."
2479 msgstr ""
2480
2481 #: src/language/lexer/variable-parser.c:183
2482 #, c-format
2483 msgid "Scratch variables (such as %s) are not allowed here."
2484 msgstr ""
2485
2486 #: src/language/lexer/variable-parser.c:187
2487 #, c-format
2488 msgid ""
2489 "%s and %s are not the same type.  All variables in this variable list must "
2490 "be of the same type.  %s will be omitted from the list."
2491 msgstr ""
2492
2493 #: src/language/lexer/variable-parser.c:193
2494 #, c-format
2495 msgid ""
2496 "%s and %s are string variables with different widths.  All variables in this "
2497 "variable list must have the same width.  %s will be omitted from the list."
2498 msgstr ""
2499
2500 #: src/language/lexer/variable-parser.c:198
2501 #, c-format
2502 msgid "Variable %s appears twice in variable list."
2503 msgstr ""
2504
2505 #: src/language/lexer/variable-parser.c:311
2506 #, c-format
2507 msgid "%s TO %s is not valid syntax since %s precedes %s in the dictionary."
2508 msgstr ""
2509
2510 #: src/language/lexer/variable-parser.c:319
2511 #, c-format
2512 msgid ""
2513 "When using the TO keyword to specify several variables, both variables must "
2514 "be from the same variable dictionaries, of either ordinary, scratch, or "
2515 "system variables.  %s is a %s variable, whereas %s is %s."
2516 msgstr ""
2517
2518 #: src/language/lexer/variable-parser.c:393
2519 msgid "incorrect use of TO convention"
2520 msgstr ""
2521
2522 #: src/language/lexer/variable-parser.c:436
2523 msgid "Scratch variables not allowed here."
2524 msgstr ""
2525
2526 #: src/language/lexer/variable-parser.c:458
2527 msgid "Prefixes don't match in use of TO convention."
2528 msgstr ""
2529
2530 #: src/language/lexer/variable-parser.c:463
2531 msgid "Bad bounds in use of TO convention."
2532 msgstr ""
2533
2534 #: src/language/stats/aggregate.c:209
2535 msgid "while expecting COLUMNWISE"
2536 msgstr ""
2537
2538 #: src/language/stats/aggregate.c:240
2539 msgid "expecting BREAK"
2540 msgstr ""
2541
2542 #: src/language/stats/aggregate.c:245
2543 msgid ""
2544 "When PRESORTED is specified, specifying sorting directions with (A) or (D) "
2545 "has no effect.  Output data will be sorted the same way as the input data."
2546 msgstr ""
2547
2548 #: src/language/stats/aggregate.c:416
2549 msgid "expecting aggregation function"
2550 msgstr ""
2551
2552 #: src/language/stats/aggregate.c:434
2553 #, c-format
2554 msgid "Unknown aggregation function %s."
2555 msgstr ""
2556
2557 #: src/language/stats/aggregate.c:490
2558 #, c-format
2559 msgid "Missing argument %zu to %s."
2560 msgstr ""
2561
2562 #: src/language/stats/aggregate.c:499
2563 #, c-format
2564 msgid "Arguments to %s must be of same type as source variables."
2565 msgstr ""
2566
2567 #: src/language/stats/aggregate.c:521
2568 #, c-format
2569 msgid ""
2570 "Number of source variables (%zu) does not match number of target variables (%"
2571 "zu)."
2572 msgstr ""
2573
2574 #: src/language/stats/aggregate.c:537
2575 #, c-format
2576 msgid ""
2577 "The value arguments passed to the %s function are out-of-order.  They will "
2578 "be treated as if they had been specified in the correct order."
2579 msgstr ""
2580
2581 #: src/language/stats/aggregate.c:607
2582 #, c-format
2583 msgid ""
2584 "Variable name %s is not unique within the aggregate file dictionary, which "
2585 "contains the aggregate variables and the break variables."
2586 msgstr ""
2587
2588 #: src/language/stats/autorecode.c:136
2589 #, c-format
2590 msgid "Source variable count (%zu) does not match target variable count (%zu)."
2591 msgstr ""
2592
2593 #: src/language/stats/autorecode.c:164
2594 #, c-format
2595 msgid "Target variable %s duplicates existing variable %s."
2596 msgstr ""
2597
2598 #: src/language/stats/autorecode.c:171
2599 #, c-format
2600 msgid "Duplicate variable name %s among target variables."
2601 msgstr ""
2602
2603 #: src/language/stats/binomial.c:133
2604 #, c-format
2605 msgid "Variable %s is not dichotomous"
2606 msgstr ""
2607
2608 #: src/language/stats/binomial.c:178
2609 msgid "Binomial Test"
2610 msgstr ""
2611
2612 #: src/language/stats/binomial.c:202
2613 msgid "Group1"
2614 msgstr ""
2615
2616 #: src/language/stats/binomial.c:203
2617 msgid "Group2"
2618 msgstr ""
2619
2620 #: src/language/stats/binomial.c:204 src/language/stats/chisquare.c:223
2621 #: src/language/stats/chisquare.c:283 src/language/stats/crosstabs.q:860
2622 #: src/language/stats/crosstabs.q:1060 src/language/stats/crosstabs.q:1783
2623 #: src/language/stats/examine.q:918 src/language/stats/frequencies.q:1137
2624 #: src/language/stats/oneway.q:306 src/language/stats/oneway.q:476
2625 #: src/language/stats/regression.q:319 src/ui/gui/crosstabs-dialog.c:60
2626 msgid "Total"
2627 msgstr ""
2628
2629 #: src/language/stats/binomial.c:236 src/language/stats/chisquare.c:246
2630 #: src/language/stats/crosstabs.q:1178 src/language/stats/crosstabs.q:1219
2631 msgid "Category"
2632 msgstr ""
2633
2634 #: src/language/stats/binomial.c:237 src/language/stats/crosstabs.q:870
2635 #: src/language/stats/examine.q:993 src/language/stats/frequencies.q:1405
2636 #: src/language/stats/npar-summary.c:122 src/language/stats/oneway.q:391
2637 #: src/language/stats/t-test.q:693 src/language/stats/t-test.q:716
2638 #: src/language/stats/t-test.q:850 src/language/stats/t-test.q:1387
2639 msgid "N"
2640 msgstr ""
2641
2642 #: src/language/stats/binomial.c:238
2643 msgid "Observed Prop."
2644 msgstr ""
2645
2646 #: src/language/stats/binomial.c:239
2647 msgid "Test Prop."
2648 msgstr ""
2649
2650 #: src/language/stats/binomial.c:242
2651 #, c-format
2652 msgid "Exact Sig. (%d-tailed)"
2653 msgstr ""
2654
2655 #: src/language/stats/chisquare.c:193
2656 #, c-format
2657 msgid ""
2658 "CHISQUARE test specified %d expected values, but %d distinct values were "
2659 "encountered in variable %s."
2660 msgstr ""
2661
2662 #: src/language/stats/chisquare.c:207 src/language/stats/chisquare.c:247
2663 msgid "Observed N"
2664 msgstr ""
2665
2666 #: src/language/stats/chisquare.c:208 src/language/stats/chisquare.c:248
2667 msgid "Expected N"
2668 msgstr ""
2669
2670 #: src/language/stats/chisquare.c:209 src/language/stats/chisquare.c:249
2671 #: src/language/stats/regression.q:318 src/ui/gui/crosstabs-dialog.c:62
2672 msgid "Residual"
2673 msgstr ""
2674
2675 #: src/language/stats/chisquare.c:242
2676 msgid "Frequencies"
2677 msgstr ""
2678
2679 #: src/language/stats/chisquare.c:297
2680 msgid "Test Statistics"
2681 msgstr ""
2682
2683 #: src/language/stats/chisquare.c:311
2684 msgid "Chi-Square"
2685 msgstr ""
2686
2687 #: src/language/stats/chisquare.c:312 src/language/stats/crosstabs.q:1154
2688 #: src/language/stats/oneway.q:279 src/language/stats/oneway.q:694
2689 #: src/language/stats/regression.q:312 src/language/stats/t-test.q:1001
2690 #: src/language/stats/t-test.q:1193 src/language/stats/t-test.q:1286
2691 msgid "df"
2692 msgstr ""
2693
2694 #: src/language/stats/chisquare.c:313
2695 msgid "Asymp. Sig."
2696 msgstr ""
2697
2698 #: src/language/stats/crosstabs.q:277
2699 msgid ""
2700 "Missing mode REPORT not allowed in general mode.  Assuming MISSING=TABLE."
2701 msgstr ""
2702
2703 #: src/language/stats/crosstabs.q:287
2704 msgid "Write mode ALL not allowed in general mode.  Assuming WRITE=CELLS."
2705 msgstr ""
2706
2707 #: src/language/stats/crosstabs.q:363
2708 msgid "Too many cross-tabulation variables or dimensions."
2709 msgstr ""
2710
2711 #: src/language/stats/crosstabs.q:373
2712 msgid "expecting BY"
2713 msgstr ""
2714
2715 #: src/language/stats/crosstabs.q:440
2716 msgid "VARIABLES must be specified before TABLES."
2717 msgstr ""
2718
2719 #: src/language/stats/crosstabs.q:478
2720 #, c-format
2721 msgid "Maximum value (%ld) less than minimum value (%ld)."
2722 msgstr ""
2723
2724 #: src/language/stats/crosstabs.q:855
2725 msgid "Summary."
2726 msgstr ""
2727
2728 #: src/language/stats/crosstabs.q:857 src/language/stats/examine.q:981
2729 msgid "Cases"
2730 msgstr ""
2731
2732 #: src/language/stats/crosstabs.q:858 src/language/stats/examine.q:916
2733 #: src/language/stats/frequencies.q:1058 src/language/stats/frequencies.q:1406
2734 msgid "Valid"
2735 msgstr ""
2736
2737 #: src/language/stats/crosstabs.q:859 src/language/stats/examine.q:917
2738 #: src/language/stats/frequencies.q:1128 src/language/stats/frequencies.q:1407
2739 #: src/ui/gui/var-sheet.c:71
2740 msgid "Missing"
2741 msgstr ""
2742
2743 #: src/language/stats/crosstabs.q:871 src/language/stats/examine.q:996
2744 #: src/language/stats/frequencies.q:1062 src/language/stats/frequencies.q:1063
2745 #: src/language/stats/frequencies.q:1064
2746 msgid "Percent"
2747 msgstr ""
2748
2749 #: src/language/stats/crosstabs.q:1112
2750 msgid "count"
2751 msgstr ""
2752
2753 #: src/language/stats/crosstabs.q:1113
2754 msgid "row %"
2755 msgstr ""
2756
2757 #: src/language/stats/crosstabs.q:1114
2758 msgid "column %"
2759 msgstr ""
2760
2761 #: src/language/stats/crosstabs.q:1115
2762 msgid "total %"
2763 msgstr ""
2764
2765 #: src/language/stats/crosstabs.q:1116
2766 msgid "expected"
2767 msgstr ""
2768
2769 #: src/language/stats/crosstabs.q:1117
2770 msgid "residual"
2771 msgstr ""
2772
2773 #: src/language/stats/crosstabs.q:1118
2774 msgid "std. resid."
2775 msgstr ""
2776
2777 #: src/language/stats/crosstabs.q:1119
2778 msgid "adj. resid."
2779 msgstr ""
2780
2781 #: src/language/stats/crosstabs.q:1149
2782 msgid "Chi-square tests."
2783 msgstr ""
2784
2785 #: src/language/stats/crosstabs.q:1152 src/language/stats/crosstabs.q:1179
2786 #: src/language/stats/crosstabs.q:1199 src/language/stats/crosstabs.q:1220
2787 #: src/language/stats/examine.q:1442 src/ui/gui/checkbox-treeview.c:94
2788 msgid "Statistic"
2789 msgstr ""
2790
2791 #: src/language/stats/crosstabs.q:1156
2792 msgid "Asymp. Sig. (2-sided)"
2793 msgstr ""
2794
2795 #: src/language/stats/crosstabs.q:1158
2796 msgid "Exact. Sig. (2-sided)"
2797 msgstr ""
2798
2799 #: src/language/stats/crosstabs.q:1160
2800 msgid "Exact. Sig. (1-sided)"
2801 msgstr ""
2802
2803 #: src/language/stats/crosstabs.q:1175
2804 msgid "Symmetric measures."
2805 msgstr ""
2806
2807 #: src/language/stats/crosstabs.q:1181 src/language/stats/crosstabs.q:1223
2808 msgid "Asymp. Std. Error"
2809 msgstr ""
2810
2811 #: src/language/stats/crosstabs.q:1182 src/language/stats/crosstabs.q:1224
2812 msgid "Approx. T"
2813 msgstr ""
2814
2815 #: src/language/stats/crosstabs.q:1183 src/language/stats/crosstabs.q:1225
2816 msgid "Approx. Sig."
2817 msgstr ""
2818
2819 #: src/language/stats/crosstabs.q:1194
2820 msgid "Risk estimate."
2821 msgstr ""
2822
2823 #: src/language/stats/crosstabs.q:1198
2824 #, c-format
2825 msgid "95%% Confidence Interval"
2826 msgstr ""
2827
2828 #: src/language/stats/crosstabs.q:1201 src/language/stats/t-test.q:1005
2829 #: src/language/stats/t-test.q:1190 src/language/stats/t-test.q:1289
2830 msgid "Lower"
2831 msgstr ""
2832
2833 #: src/language/stats/crosstabs.q:1202 src/language/stats/t-test.q:1006
2834 #: src/language/stats/t-test.q:1191 src/language/stats/t-test.q:1290
2835 msgid "Upper"
2836 msgstr ""
2837
2838 #: src/language/stats/crosstabs.q:1216
2839 msgid "Directional measures."
2840 msgstr ""
2841
2842 #: src/language/stats/crosstabs.q:1221 src/ui/gui/psppire.glade:2223
2843 #: src/ui/gui/var-sheet.c:66
2844 msgid "Type"
2845 msgstr ""
2846
2847 #: src/language/stats/crosstabs.q:1975
2848 msgid "Pearson Chi-Square"
2849 msgstr ""
2850
2851 #: src/language/stats/crosstabs.q:1976
2852 msgid "Likelihood Ratio"
2853 msgstr ""
2854
2855 #: src/language/stats/crosstabs.q:1977
2856 msgid "Fisher's Exact Test"
2857 msgstr ""
2858
2859 #: src/language/stats/crosstabs.q:1978
2860 msgid "Continuity Correction"
2861 msgstr ""
2862
2863 #: src/language/stats/crosstabs.q:1979
2864 msgid "Linear-by-Linear Association"
2865 msgstr ""
2866
2867 #: src/language/stats/crosstabs.q:2016 src/language/stats/crosstabs.q:2086
2868 #: src/language/stats/crosstabs.q:2145
2869 msgid "N of Valid Cases"
2870 msgstr ""
2871
2872 #: src/language/stats/crosstabs.q:2032 src/language/stats/crosstabs.q:2161
2873 msgid "Nominal by Nominal"
2874 msgstr ""
2875
2876 #: src/language/stats/crosstabs.q:2033 src/language/stats/crosstabs.q:2162
2877 msgid "Ordinal by Ordinal"
2878 msgstr ""
2879
2880 #: src/language/stats/crosstabs.q:2034
2881 msgid "Interval by Interval"
2882 msgstr ""
2883
2884 #: src/language/stats/crosstabs.q:2035
2885 msgid "Measure of Agreement"
2886 msgstr ""
2887
2888 #: src/language/stats/crosstabs.q:2040 src/ui/gui/crosstabs-dialog.c:42
2889 msgid "Phi"
2890 msgstr ""
2891
2892 #: src/language/stats/crosstabs.q:2041
2893 msgid "Cramer's V"
2894 msgstr ""
2895
2896 #: src/language/stats/crosstabs.q:2042
2897 msgid "Contingency Coefficient"
2898 msgstr ""
2899
2900 #: src/language/stats/crosstabs.q:2043
2901 msgid "Kendall's tau-b"
2902 msgstr ""
2903
2904 #: src/language/stats/crosstabs.q:2044
2905 msgid "Kendall's tau-c"
2906 msgstr ""
2907
2908 #: src/language/stats/crosstabs.q:2045 src/ui/gui/crosstabs-dialog.c:49
2909 msgid "Gamma"
2910 msgstr ""
2911
2912 #: src/language/stats/crosstabs.q:2046
2913 msgid "Spearman Correlation"
2914 msgstr ""
2915
2916 #: src/language/stats/crosstabs.q:2047
2917 msgid "Pearson's R"
2918 msgstr ""
2919
2920 #: src/language/stats/crosstabs.q:2048 src/ui/gui/crosstabs-dialog.c:51
2921 msgid "Kappa"
2922 msgstr ""
2923
2924 #: src/language/stats/crosstabs.q:2118
2925 #, c-format
2926 msgid "Odds Ratio for %s (%g / %g)"
2927 msgstr ""
2928
2929 #: src/language/stats/crosstabs.q:2121
2930 #, c-format
2931 msgid "Odds Ratio for %s (%.*s / %.*s)"
2932 msgstr ""
2933
2934 #: src/language/stats/crosstabs.q:2129
2935 #, c-format
2936 msgid "For cohort %s = %g"
2937 msgstr ""
2938
2939 #: src/language/stats/crosstabs.q:2132
2940 #, c-format
2941 msgid "For cohort %s = %.*s"
2942 msgstr ""
2943
2944 #: src/language/stats/crosstabs.q:2163
2945 msgid "Nominal by Interval"
2946 msgstr ""
2947
2948 #: src/language/stats/crosstabs.q:2168 src/ui/gui/crosstabs-dialog.c:44
2949 msgid "Lambda"
2950 msgstr ""
2951
2952 #: src/language/stats/crosstabs.q:2169
2953 msgid "Goodman and Kruskal tau"
2954 msgstr ""
2955
2956 #: src/language/stats/crosstabs.q:2170
2957 msgid "Uncertainty Coefficient"
2958 msgstr ""
2959
2960 #: src/language/stats/crosstabs.q:2171
2961 msgid "Somers' d"
2962 msgstr ""
2963
2964 #: src/language/stats/crosstabs.q:2172 src/ui/gui/crosstabs-dialog.c:52
2965 msgid "Eta"
2966 msgstr ""
2967
2968 #: src/language/stats/crosstabs.q:2177
2969 msgid "Symmetric"
2970 msgstr ""
2971
2972 #: src/language/stats/crosstabs.q:2178 src/language/stats/crosstabs.q:2179
2973 #, c-format
2974 msgid "%s Dependent"
2975 msgstr ""
2976
2977 #: src/language/stats/descriptives.c:102 src/language/stats/examine.q:1556
2978 #: src/language/stats/frequencies.q:123 src/language/stats/npar-summary.c:125
2979 #: src/language/stats/oneway.q:392 src/language/stats/t-test.q:694
2980 #: src/language/stats/t-test.q:717 src/language/stats/t-test.q:849
2981 #: src/language/stats/t-test.q:1187 src/ui/gui/descriptives-dialog.c:40
2982 #: src/ui/gui/frequencies-dialog.c:41
2983 msgid "Mean"
2984 msgstr ""
2985
2986 #: src/language/stats/descriptives.c:103
2987 msgid "S E Mean"
2988 msgstr ""
2989
2990 #: src/language/stats/descriptives.c:104 src/language/stats/frequencies.q:127
2991 msgid "Std Dev"
2992 msgstr ""
2993
2994 #: src/language/stats/descriptives.c:105 src/language/stats/examine.q:1636
2995 #: src/language/stats/frequencies.q:128 src/ui/gui/descriptives-dialog.c:47
2996 #: src/ui/gui/frequencies-dialog.c:46
2997 msgid "Variance"
2998 msgstr ""
2999
3000 #: src/language/stats/descriptives.c:106 src/language/stats/examine.q:1743
3001 #: src/language/stats/frequencies.q:129 src/ui/gui/descriptives-dialog.c:48
3002 #: src/ui/gui/frequencies-dialog.c:51
3003 msgid "Kurtosis"
3004 msgstr ""
3005
3006 #: src/language/stats/descriptives.c:107
3007 msgid "S E Kurt"
3008 msgstr ""
3009
3010 #: src/language/stats/descriptives.c:108 src/language/stats/examine.q:1723
3011 #: src/language/stats/frequencies.q:131 src/ui/gui/descriptives-dialog.c:49
3012 #: src/ui/gui/frequencies-dialog.c:47
3013 msgid "Skewness"
3014 msgstr ""
3015
3016 #: src/language/stats/descriptives.c:109
3017 msgid "S E Skew"
3018 msgstr ""
3019
3020 #: src/language/stats/descriptives.c:110 src/language/stats/examine.q:1684
3021 #: src/language/stats/frequencies.q:133 src/ui/gui/descriptives-dialog.c:44
3022 #: src/ui/gui/frequencies-dialog.c:49
3023 msgid "Range"
3024 msgstr ""
3025
3026 #: src/language/stats/descriptives.c:111 src/language/stats/examine.q:1661
3027 #: src/language/stats/frequencies.q:134 src/language/stats/npar-summary.c:131
3028 #: src/language/stats/oneway.q:404 src/ui/gui/descriptives-dialog.c:42
3029 #: src/ui/gui/frequencies-dialog.c:43
3030 msgid "Minimum"
3031 msgstr ""
3032
3033 #: src/language/stats/descriptives.c:112 src/language/stats/examine.q:1672
3034 #: src/language/stats/frequencies.q:135 src/language/stats/npar-summary.c:134
3035 #: src/language/stats/oneway.q:405 src/ui/gui/descriptives-dialog.c:43
3036 #: src/ui/gui/frequencies-dialog.c:44
3037 msgid "Maximum"
3038 msgstr ""
3039
3040 #: src/language/stats/descriptives.c:113 src/language/stats/frequencies.q:136
3041 #: src/ui/gui/descriptives-dialog.c:45 src/ui/gui/frequencies-dialog.c:54
3042 msgid "Sum"
3043 msgstr ""
3044
3045 #: src/language/stats/descriptives.c:344
3046 #, c-format
3047 msgid "Z-score variable name %s would be a duplicate variable name."
3048 msgstr ""
3049
3050 #: src/language/stats/descriptives.c:451
3051 msgid "expecting statistic name: reverting to default"
3052 msgstr ""
3053
3054 #: src/language/stats/descriptives.c:524
3055 msgid ""
3056 "Ran out of generic names for Z-score variables.  There are only 126 generic "
3057 "names: ZSC001-ZSC0999, STDZ01-STDZ09, ZZZZ01-ZZZZ09, ZQZQ01-ZQZQ09."
3058 msgstr ""
3059
3060 #: src/language/stats/descriptives.c:556
3061 msgid "Mapping of variables to corresponding Z-scores."
3062 msgstr ""
3063
3064 #: src/language/stats/descriptives.c:561
3065 msgid "Source"
3066 msgstr ""
3067
3068 #: src/language/stats/descriptives.c:562
3069 msgid "Target"
3070 msgstr ""
3071
3072 #: src/language/stats/descriptives.c:672
3073 #, c-format
3074 msgid "Z-score of %s"
3075 msgstr ""
3076
3077 #: src/language/stats/descriptives.c:886
3078 msgid "Valid N"
3079 msgstr ""
3080
3081 #: src/language/stats/descriptives.c:887
3082 msgid "Missing N"
3083 msgstr ""
3084
3085 #: src/language/stats/descriptives.c:914
3086 #, c-format
3087 msgid "Valid cases = %g; cases with missing value(s) = %g."
3088 msgstr ""
3089
3090 #: src/language/stats/examine.q:288 src/language/stats/examine.q:291
3091 #, c-format
3092 msgid "%s is not currently supported."
3093 msgstr ""
3094
3095 #: src/language/stats/examine.q:501 src/language/stats/examine.q:514
3096 #, c-format
3097 msgid "%s and %s are mutually exclusive"
3098 msgstr ""
3099
3100 #: src/language/stats/examine.q:976
3101 msgid "Case Processing Summary"
3102 msgstr ""
3103
3104 #: src/language/stats/examine.q:1183
3105 msgid "Extreme Values"
3106 msgstr ""
3107
3108 #: src/language/stats/examine.q:1199
3109 msgid "Case Number"
3110 msgstr ""
3111
3112 #: src/language/stats/examine.q:1297
3113 msgid "Highest"
3114 msgstr ""
3115
3116 #: src/language/stats/examine.q:1302
3117 msgid "Lowest"
3118 msgstr ""
3119
3120 #: src/language/stats/examine.q:1443 src/language/stats/oneway.q:394
3121 #: src/language/stats/oneway.q:692 src/language/stats/regression.q:211
3122 msgid "Std. Error"
3123 msgstr ""
3124
3125 #: src/language/stats/examine.q:1445 src/language/stats/oneway.q:408
3126 #: src/ui/gui/examine.glade:307
3127 msgid "Descriptives"
3128 msgstr ""
3129
3130 #: src/language/stats/examine.q:1574 src/language/stats/oneway.q:399
3131 #, c-format
3132 msgid "%g%% Confidence Interval for Mean"
3133 msgstr ""
3134
3135 #: src/language/stats/examine.q:1580 src/language/stats/oneway.q:401
3136 msgid "Lower Bound"
3137 msgstr ""
3138
3139 #: src/language/stats/examine.q:1591 src/language/stats/oneway.q:402
3140 msgid "Upper Bound"
3141 msgstr ""
3142
3143 #: src/language/stats/examine.q:1603
3144 #, c-format
3145 msgid "5%% Trimmed Mean"
3146 msgstr ""
3147
3148 #: src/language/stats/examine.q:1614 src/language/stats/frequencies.q:125
3149 #: src/ui/gui/frequencies-dialog.c:53
3150 msgid "Median"
3151 msgstr ""
3152
3153 #: src/language/stats/examine.q:1648 src/language/stats/npar-summary.c:128
3154 #: src/language/stats/oneway.q:393 src/language/stats/t-test.q:695
3155 #: src/language/stats/t-test.q:718 src/language/stats/t-test.q:851
3156 #: src/language/stats/t-test.q:1188
3157 msgid "Std. Deviation"
3158 msgstr ""
3159
3160 #: src/language/stats/examine.q:1696
3161 msgid "Interquartile Range"
3162 msgstr ""
3163
3164 #: src/language/stats/examine.q:1850
3165 #, c-format
3166 msgid "Boxplot of %s vs. %s"
3167 msgstr ""
3168
3169 #: src/language/stats/examine.q:1877
3170 msgid "Boxplot"
3171 msgstr ""
3172
3173 #: src/language/stats/examine.q:1919
3174 #, c-format
3175 msgid "Normal Q-Q Plot of %s"
3176 msgstr ""
3177
3178 #: src/language/stats/examine.q:1920 src/language/stats/examine.q:1926
3179 msgid "Observed Value"
3180 msgstr ""
3181
3182 #: src/language/stats/examine.q:1921
3183 msgid "Expected Normal"
3184 msgstr ""
3185
3186 #: src/language/stats/examine.q:1924
3187 #, c-format
3188 msgid "Detrended Normal Q-Q Plot of %s"
3189 msgstr ""
3190
3191 #: src/language/stats/examine.q:1927
3192 msgid "Dev from Normal"
3193 msgstr ""
3194
3195 #: src/language/stats/examine.q:2046 src/language/stats/examine.q:2068
3196 #: src/language/stats/frequencies.q:1417 src/language/stats/npar-summary.c:141
3197 #: src/ui/gui/examine.glade:328
3198 msgid "Percentiles"
3199 msgstr ""
3200
3201 #: src/language/stats/examine.q:2204
3202 msgid "Tukey's Hinges"
3203 msgstr ""
3204
3205 #: src/language/stats/flip.c:96
3206 msgid ""
3207 "FLIP ignores TEMPORARY.  Temporary transformations will be made permanent."
3208 msgstr ""
3209
3210 #: src/language/stats/flip.c:151
3211 msgid "Could not create temporary file for FLIP."
3212 msgstr ""
3213
3214 #: src/language/stats/flip.c:162
3215 #, c-format
3216 msgid "Error writing FLIP file: %s."
3217 msgstr ""
3218
3219 #: src/language/stats/flip.c:262
3220 #, c-format
3221 msgid "Could not create acceptable variant for variable %s."
3222 msgstr ""
3223
3224 #: src/language/stats/flip.c:278
3225 msgid "Cannot create more than 99999 variable names."
3226 msgstr ""
3227
3228 #: src/language/stats/flip.c:394
3229 #, c-format
3230 msgid "Error rewinding FLIP file: %s."
3231 msgstr ""
3232
3233 #: src/language/stats/flip.c:401
3234 msgid "Error creating FLIP source file."
3235 msgstr ""
3236
3237 #: src/language/stats/flip.c:414
3238 #, c-format
3239 msgid "Error reading FLIP file: %s."
3240 msgstr ""
3241
3242 #: src/language/stats/flip.c:416
3243 msgid "Unexpected end of file reading FLIP file."
3244 msgstr ""
3245
3246 #: src/language/stats/flip.c:432
3247 #, c-format
3248 msgid "Error seeking FLIP source file: %s."
3249 msgstr ""
3250
3251 #: src/language/stats/flip.c:440
3252 #, c-format
3253 msgid "Error writing FLIP source file: %s."
3254 msgstr ""
3255
3256 #: src/language/stats/flip.c:451
3257 #, c-format
3258 msgid "Error closing FLIP source file: %s."
3259 msgstr ""
3260
3261 #: src/language/stats/flip.c:459
3262 #, c-format
3263 msgid "Error rewinding FLIP source file: %s."
3264 msgstr ""
3265
3266 #: src/language/stats/flip.c:488
3267 #, c-format
3268 msgid "Error reading FLIP temporary file: %s."
3269 msgstr ""
3270
3271 #: src/language/stats/flip.c:491
3272 msgid "Unexpected end of file reading FLIP temporary file."
3273 msgstr ""
3274
3275 #: src/language/stats/frequencies.q:124
3276 msgid "S.E. Mean"
3277 msgstr ""
3278
3279 #: src/language/stats/frequencies.q:126 src/ui/gui/frequencies-dialog.c:50
3280 msgid "Mode"
3281 msgstr ""
3282
3283 #: src/language/stats/frequencies.q:130
3284 msgid "S.E. Kurt"
3285 msgstr ""
3286
3287 #: src/language/stats/frequencies.q:132
3288 msgid "S.E. Skew"
3289 msgstr ""
3290
3291 #: src/language/stats/frequencies.q:409
3292 msgid ""
3293 "At most one of BARCHART, HISTOGRAM, or HBAR should be given.  HBAR will be "
3294 "assumed.  Argument values will be given precedence increasing along the "
3295 "order given."
3296 msgstr ""
3297
3298 #: src/language/stats/frequencies.q:492
3299 #, c-format
3300 msgid ""
3301 "MAX must be greater than or equal to MIN, if both are specified.  However, "
3302 "MIN was specified as %g and MAX as %g.  MIN and MAX will be ignored."
3303 msgstr ""
3304
3305 #: src/language/stats/frequencies.q:759
3306 #, c-format
3307 msgid "Variable %s specified multiple times on VARIABLES subcommand."
3308 msgstr ""
3309
3310 #: src/language/stats/frequencies.q:822
3311 msgid "`)' expected after GROUPED interval list."
3312 msgstr ""
3313
3314 #: src/language/stats/frequencies.q:834
3315 #, c-format
3316 msgid "Variables %s specified on GROUPED but not on VARIABLES."
3317 msgstr ""
3318
3319 #: src/language/stats/frequencies.q:841
3320 #, c-format
3321 msgid "Variables %s specified multiple times on GROUPED subcommand."
3322 msgstr ""
3323
3324 #: src/language/stats/frequencies.q:1059 src/language/stats/frequencies.q:1152
3325 #: src/language/stats/frequencies.q:1153 src/language/stats/frequencies.q:1187
3326 msgid "Cum"
3327 msgstr ""
3328
3329 #: src/language/stats/frequencies.q:1061 src/output/charts/plot-hist.c:126
3330 msgid "Frequency"
3331 msgstr ""
3332
3333 #: src/language/stats/frequencies.q:1082
3334 msgid "Value Label"
3335 msgstr ""
3336
3337 #: src/language/stats/frequencies.q:1185
3338 msgid "Freq"
3339 msgstr ""
3340
3341 #: src/language/stats/frequencies.q:1186 src/language/stats/frequencies.q:1188
3342 msgid "Pct"
3343 msgstr ""
3344
3345 #: src/language/stats/frequencies.q:1379
3346 #, c-format
3347 msgid "No valid data for variable %s; statistics not displayed."
3348 msgstr ""
3349
3350 #: src/language/stats/frequencies.q:1421
3351 msgid "50 (Median)"
3352 msgstr ""
3353
3354 #: src/language/stats/glm.q:147
3355 msgid "Multivariate GLM not yet supported"
3356 msgstr ""
3357
3358 #: src/language/stats/glm.q:271 src/language/stats/regression.q:1170
3359 msgid "Dependent variable must be numeric."
3360 msgstr ""
3361
3362 #: src/language/stats/glm.q:346 src/language/stats/regression.q:1267
3363 msgid "No valid data found. This command was skipped."
3364 msgstr ""
3365
3366 #: src/language/stats/means.q:100
3367 msgid "Missing required subcommand TABLES."
3368 msgstr ""
3369
3370 #: src/language/stats/means.q:134
3371 msgid "TABLES subcommand may not appear more than once."
3372 msgstr ""
3373
3374 #: src/language/stats/npar.q:98
3375 msgid "NPAR subcommand not currently implemented."
3376 msgstr ""
3377
3378 #: src/language/stats/npar.q:236
3379 #, c-format
3380 msgid ""
3381 "The specified value of HI (%d) is lower than the specified value of LO (%d)"
3382 msgstr ""
3383
3384 #: src/language/stats/npar.q:291
3385 #, c-format
3386 msgid ""
3387 "%d expected values were given, but the specified range (%d-%d) requires "
3388 "exactly %d values."
3389 msgstr ""
3390
3391 #: src/language/stats/npar.q:425 src/language/stats/t-test.q:496
3392 #, c-format
3393 msgid ""
3394 "PAIRED was specified but the number of variables preceding WITH (%zu) did "
3395 "not match the number following (%zu)."
3396 msgstr ""
3397
3398 #: src/language/stats/npar-summary.c:108
3399 msgid "Descriptive Statistics"
3400 msgstr ""
3401
3402 #: src/language/stats/npar-summary.c:145
3403 msgid "25th"
3404 msgstr ""
3405
3406 #: src/language/stats/npar-summary.c:148
3407 msgid "50th (Median)"
3408 msgstr ""
3409
3410 #: src/language/stats/npar-summary.c:151
3411 msgid "75th"
3412 msgstr ""
3413
3414 #: src/language/stats/oneway.q:169
3415 msgid "Number of contrast coefficients must equal the number of groups"
3416 msgstr ""
3417
3418 #: src/language/stats/oneway.q:178
3419 #, c-format
3420 msgid "Coefficients for contrast %zu do not total zero"
3421 msgstr ""
3422
3423 #: src/language/stats/oneway.q:244
3424 #, c-format
3425 msgid "`%s' is not a variable name"
3426 msgstr ""
3427
3428 #: src/language/stats/oneway.q:278 src/language/stats/regression.q:311
3429 msgid "Sum of Squares"
3430 msgstr ""
3431
3432 #: src/language/stats/oneway.q:280 src/language/stats/regression.q:313
3433 msgid "Mean Square"
3434 msgstr ""
3435
3436 #: src/language/stats/oneway.q:281 src/language/stats/regression.q:314
3437 #: src/language/stats/t-test.q:998
3438 msgid "F"
3439 msgstr ""
3440
3441 #: src/language/stats/oneway.q:282 src/language/stats/oneway.q:542
3442 #: src/language/stats/regression.q:214 src/language/stats/regression.q:315
3443 msgid "Significance"
3444 msgstr ""
3445
3446 #: src/language/stats/oneway.q:304
3447 msgid "Between Groups"
3448 msgstr ""
3449
3450 #: src/language/stats/oneway.q:305
3451 msgid "Within Groups"
3452 msgstr ""
3453
3454 #: src/language/stats/oneway.q:352 src/language/stats/regression.q:341
3455 msgid "ANOVA"
3456 msgstr ""
3457
3458 #: src/language/stats/oneway.q:539
3459 msgid "Levene Statistic"
3460 msgstr ""
3461
3462 #: src/language/stats/oneway.q:540
3463 msgid "df1"
3464 msgstr ""
3465
3466 #: src/language/stats/oneway.q:541
3467 msgid "df2"
3468 msgstr ""
3469
3470 #: src/language/stats/oneway.q:545
3471 msgid "Test of Homogeneity of Variances"
3472 msgstr ""
3473
3474 #: src/language/stats/oneway.q:613
3475 msgid "Contrast Coefficients"
3476 msgstr ""
3477
3478 #: src/language/stats/oneway.q:615 src/language/stats/oneway.q:690
3479 msgid "Contrast"
3480 msgstr ""
3481
3482 #: src/language/stats/oneway.q:688
3483 msgid "Contrast Tests"
3484 msgstr ""
3485
3486 #: src/language/stats/oneway.q:691
3487 msgid "Value of Contrast"
3488 msgstr ""
3489
3490 #: src/language/stats/oneway.q:693 src/language/stats/regression.q:213
3491 #: src/language/stats/t-test.q:1000 src/language/stats/t-test.q:1192
3492 #: src/language/stats/t-test.q:1285
3493 msgid "t"
3494 msgstr ""
3495
3496 #: src/language/stats/oneway.q:695 src/language/stats/t-test.q:1002
3497 #: src/language/stats/t-test.q:1194 src/language/stats/t-test.q:1287
3498 msgid "Sig. (2-tailed)"
3499 msgstr ""
3500
3501 #: src/language/stats/oneway.q:739
3502 msgid "Assume equal variances"
3503 msgstr ""
3504
3505 #: src/language/stats/oneway.q:743
3506 msgid "Does not assume equal"
3507 msgstr ""
3508
3509 #: src/language/stats/rank.q:221
3510 #, c-format
3511 msgid "%s of %s by %s"
3512 msgstr ""
3513
3514 #: src/language/stats/rank.q:226
3515 #, c-format
3516 msgid "%s of %s"
3517 msgstr ""
3518
3519 #: src/language/stats/rank.q:602
3520 msgid "Cannot create new rank variable.  All candidates in use."
3521 msgstr ""
3522
3523 #: src/language/stats/rank.q:695
3524 msgid "Variables Created By RANK"
3525 msgstr ""
3526
3527 #: src/language/stats/rank.q:719
3528 #, c-format
3529 msgid "%s into %s(%s of %s using %s BY %s)"
3530 msgstr ""
3531
3532 #: src/language/stats/rank.q:730
3533 #, c-format
3534 msgid "%s into %s(%s of %s BY %s)"
3535 msgstr ""
3536
3537 #: src/language/stats/rank.q:744
3538 #, c-format
3539 msgid "%s into %s(%s of %s using %s)"
3540 msgstr ""
3541
3542 #: src/language/stats/rank.q:754
3543 #, c-format
3544 msgid "%s into %s(%s of %s)"
3545 msgstr ""
3546
3547 #: src/language/stats/rank.q:767
3548 msgid ""
3549 "FRACTION has been specified, but NORMAL and PROPORTION rank functions have "
3550 "not been requested.  The FRACTION subcommand will be ignored."
3551 msgstr ""
3552
3553 #: src/language/stats/rank.q:860
3554 #, c-format
3555 msgid "Variable %s already exists."
3556 msgstr ""
3557
3558 #: src/language/stats/rank.q:865
3559 msgid "Too many variables in INTO clause."
3560 msgstr ""
3561
3562 #: src/language/stats/regression.q:167
3563 msgid "R"
3564 msgstr ""
3565
3566 #: src/language/stats/regression.q:168
3567 msgid "R Square"
3568 msgstr ""
3569
3570 #: src/language/stats/regression.q:169
3571 msgid "Adjusted R Square"
3572 msgstr ""
3573
3574 #: src/language/stats/regression.q:170
3575 msgid "Std. Error of the Estimate"
3576 msgstr ""
3577
3578 #: src/language/stats/regression.q:175
3579 msgid "Model Summary"
3580 msgstr ""
3581
3582 #: src/language/stats/regression.q:210
3583 msgid "B"
3584 msgstr ""
3585
3586 #: src/language/stats/regression.q:212
3587 msgid "Beta"
3588 msgstr ""
3589
3590 #: src/language/stats/regression.q:215
3591 msgid "(Constant)"
3592 msgstr ""
3593
3594 #: src/language/stats/regression.q:281
3595 msgid "Coefficients"
3596 msgstr ""
3597
3598 #: src/language/stats/regression.q:317
3599 msgid "Regression"
3600 msgstr ""
3601
3602 #: src/language/stats/regression.q:396
3603 msgid "Model"
3604 msgstr ""
3605
3606 #: src/language/stats/regression.q:397
3607 msgid "Covariances"
3608 msgstr ""
3609
3610 #: src/language/stats/regression.q:412
3611 msgid "Coefficient Correlations"
3612 msgstr ""
3613
3614 #: src/language/stats/regression.q:1044
3615 msgid ""
3616 "The dependent variable is equal to the independent variable.The least "
3617 "squares line is therefore Y=X.Standard errors and related statistics may be "
3618 "meaningless."
3619 msgstr ""
3620
3621 #: src/language/stats/sort-cases.c:64
3622 msgid "Buffer limit must be at least 2."
3623 msgstr ""
3624
3625 #: src/language/stats/sort-criteria.c:69
3626 msgid "`A' or `D' expected inside parentheses."
3627 msgstr ""
3628
3629 #: src/language/stats/sort-criteria.c:74
3630 msgid "`)' expected."
3631 msgstr ""
3632
3633 #: src/language/stats/sort-criteria.c:85
3634 #, c-format
3635 msgid "Variable %s specified twice in sort criteria."
3636 msgstr ""
3637
3638 #: src/language/stats/t-test.q:275
3639 msgid "TESTVAL, GROUPS and PAIRS subcommands are mutually exclusive."
3640 msgstr ""
3641
3642 #: src/language/stats/t-test.q:293
3643 msgid "VARIABLES subcommand is not appropriate with PAIRS"
3644 msgstr ""
3645
3646 #: src/language/stats/t-test.q:331
3647 msgid "One or more VARIABLES must be specified."
3648 msgstr ""
3649
3650 #: src/language/stats/t-test.q:381
3651 #, c-format
3652 msgid "Long string variable %s is not valid here."
3653 msgstr ""
3654
3655 #: src/language/stats/t-test.q:401 src/language/stats/t-test.q:415
3656 msgid ""
3657 "When applying GROUPS to a string variable, two values must be specified."
3658 msgstr ""
3659
3660 #: src/language/stats/t-test.q:513
3661 msgid "At least two variables must be specified on PAIRS."
3662 msgstr ""
3663
3664 #: src/language/stats/t-test.q:691
3665 msgid "One-Sample Statistics"
3666 msgstr ""
3667
3668 #: src/language/stats/t-test.q:696 src/language/stats/t-test.q:719
3669 #: src/language/stats/t-test.q:852
3670 msgid "SE. Mean"
3671 msgstr ""
3672
3673 #: src/language/stats/t-test.q:714
3674 msgid "Group Statistics"
3675 msgstr ""
3676
3677 #: src/language/stats/t-test.q:846
3678 msgid "Paired Sample Statistics"
3679 msgstr ""
3680
3681 #: src/language/stats/t-test.q:868 src/language/stats/t-test.q:1213
3682 #: src/language/stats/t-test.q:1404
3683 #, c-format
3684 msgid "Pair %d"
3685 msgstr ""
3686
3687 #: src/language/stats/t-test.q:986
3688 msgid "Independent Samples Test"
3689 msgstr ""
3690
3691 #: src/language/stats/t-test.q:994
3692 msgid "Levene's Test for Equality of Variances"
3693 msgstr ""
3694
3695 #: src/language/stats/t-test.q:996
3696 msgid "t-test for Equality of Means"
3697 msgstr ""
3698
3699 #: src/language/stats/t-test.q:999 src/language/stats/t-test.q:1389
3700 msgid "Sig."
3701 msgstr ""
3702
3703 #: src/language/stats/t-test.q:1003 src/language/stats/t-test.q:1288
3704 msgid "Mean Difference"
3705 msgstr ""
3706
3707 #: src/language/stats/t-test.q:1004
3708 msgid "Std. Error Difference"
3709 msgstr ""
3710
3711 #: src/language/stats/t-test.q:1009 src/language/stats/t-test.q:1184
3712 #: src/language/stats/t-test.q:1280
3713 #, c-format
3714 msgid "%g%% Confidence Interval of the Difference"
3715 msgstr ""
3716
3717 #: src/language/stats/t-test.q:1064
3718 msgid "Equal variances assumed"
3719 msgstr ""
3720
3721 #: src/language/stats/t-test.q:1116
3722 msgid "Equal variances not assumed"
3723 msgstr ""
3724
3725 #: src/language/stats/t-test.q:1174
3726 msgid "Paired Samples Test"
3727 msgstr ""
3728
3729 #: src/language/stats/t-test.q:1177
3730 msgid "Paired Differences"
3731 msgstr ""
3732
3733 #: src/language/stats/t-test.q:1189
3734 msgid "Std. Error Mean"
3735 msgstr ""
3736
3737 #: src/language/stats/t-test.q:1269
3738 msgid "One-Sample Test"
3739 msgstr ""
3740
3741 #: src/language/stats/t-test.q:1274
3742 #, c-format
3743 msgid "Test Value = %f"
3744 msgstr ""
3745
3746 #: src/language/stats/t-test.q:1384
3747 msgid "Paired Samples Correlations"
3748 msgstr ""
3749
3750 #: src/language/stats/t-test.q:1388
3751 msgid "Correlation"
3752 msgstr ""
3753
3754 #: src/language/stats/t-test.q:1407
3755 #, c-format
3756 msgid "%s & %s"
3757 msgstr ""
3758
3759 #: src/language/syntax-file.c:88
3760 #, c-format
3761 msgid "opening \"%s\" as syntax file"
3762 msgstr ""
3763
3764 #: src/language/syntax-file.c:93
3765 #, c-format
3766 msgid "Opening `%s': %s."
3767 msgstr ""
3768
3769 #: src/language/syntax-file.c:106
3770 #, c-format
3771 msgid "Reading `%s': %s."
3772 msgstr ""
3773
3774 #: src/language/syntax-file.c:126
3775 #, c-format
3776 msgid "Closing `%s': %s."
3777 msgstr ""
3778
3779 #: src/language/tests/check-model.q:137
3780 msgid "PATH and SEARCH subcommands are mutually exclusive.  Ignoring PATH."
3781 msgstr ""
3782
3783 #: src/language/tests/check-model.q:155
3784 msgid "At least one value must be specified on PATH."
3785 msgstr ""
3786
3787 #: src/language/tests/check-model.q:166
3788 #, c-format
3789 msgid "Hash bits adjusted to %d."
3790 msgstr ""
3791
3792 #: src/language/tests/check-model.q:207
3793 #, c-format
3794 msgid "error opening \"%s\" for writing"
3795 msgstr ""
3796
3797 #: src/language/tests/float-format.c:124
3798 #, c-format
3799 msgid "%zu-byte string needed but %zu-byte string supplied."
3800 msgstr ""
3801
3802 #: src/language/tests/float-format.c:136
3803 msgid "Hexadecimal floating constant too long."
3804 msgstr ""
3805
3806 #: src/language/tests/float-format.c:201
3807 #, c-format
3808 msgid ""
3809 "%s conversion of %s from %s to %s should have produced %s but actually "
3810 "produced %s."
3811 msgstr ""
3812
3813 #: src/language/tests/float-format.c:247
3814 msgid "Too many values in single command."
3815 msgstr ""
3816
3817 #: src/language/tests/moments-test.c:47
3818 msgid "expecting weight value"
3819 msgstr ""
3820
3821 #: src/language/utilities/cd.c:43
3822 #, c-format
3823 msgid "Cannot change directory to %s:  %s "
3824 msgstr ""
3825
3826 #: src/language/utilities/date.c:32
3827 msgid "Only USE ALL is currently implemented."
3828 msgstr ""
3829
3830 #: src/language/utilities/include.c:91
3831 msgid "Expecting BATCH or INTERACTIVE after SYNTAX."
3832 msgstr ""
3833
3834 #: src/language/utilities/include.c:108
3835 msgid "Expecting YES or NO after CD."
3836 msgstr ""
3837
3838 #: src/language/utilities/include.c:125
3839 msgid "Expecting CONTINUE or STOP after ERROR."
3840 msgstr ""
3841
3842 #: src/language/utilities/include.c:132
3843 #, c-format
3844 msgid "Unexpected token: `%s'."
3845 msgstr ""
3846
3847 #: src/language/utilities/include.c:177
3848 msgid "expecting file name"
3849 msgstr ""
3850
3851 #: src/language/utilities/include.c:189
3852 #, c-format
3853 msgid "Can't find `%s' in include file search path."
3854 msgstr ""
3855
3856 #: src/language/utilities/permissions.c:73
3857 #, c-format
3858 msgid "Expecting %s or %s."
3859 msgstr ""
3860
3861 #: src/language/utilities/permissions.c:106
3862 #, c-format
3863 msgid "Cannot stat %s: %s"
3864 msgstr ""
3865
3866 #: src/language/utilities/permissions.c:119
3867 #, c-format
3868 msgid "Cannot change mode of %s: %s"
3869 msgstr ""
3870
3871 #: src/language/utilities/set.q:201 src/language/utilities/set.q:203
3872 #: src/language/utilities/set.q:205 src/language/utilities/set.q:207
3873 #: src/language/utilities/set.q:209 src/language/utilities/set.q:211
3874 #: src/language/utilities/set.q:213 src/language/utilities/set.q:215
3875 #: src/language/utilities/set.q:217
3876 #, c-format
3877 msgid "%s is obsolete."
3878 msgstr ""
3879
3880 #: src/language/utilities/set.q:220
3881 #, c-format
3882 msgid "%s is not implemented."
3883 msgstr ""
3884
3885 #: src/language/utilities/set.q:223
3886 msgid "Active file compression is not implemented."
3887 msgstr ""
3888
3889 #: src/language/utilities/set.q:318
3890 msgid "EPOCH must be 1500 or later."
3891 msgstr ""
3892
3893 #: src/language/utilities/set.q:325
3894 msgid "expecting AUTOMATIC or year"
3895 msgstr ""
3896
3897 #: src/language/utilities/set.q:346
3898 msgid "LENGTH must be at least 1."
3899 msgstr ""
3900
3901 #: src/language/utilities/set.q:390
3902 msgid "WIDTH must be at least 40."
3903 msgstr ""
3904
3905 #: src/language/utilities/set.q:413
3906 #, c-format
3907 msgid ""
3908 "FORMAT requires numeric output format as an argument.  Specified format %s "
3909 "is of type string."
3910 msgstr ""
3911
3912 #: src/language/utilities/set.q:480
3913 msgid "BLANKS is SYSMIS."
3914 msgstr ""
3915
3916 #: src/language/utilities/set.q:482
3917 #, c-format
3918 msgid "BLANKS is %g."
3919 msgstr ""
3920
3921 #: src/language/utilities/set.q:517
3922 #, c-format
3923 msgid "%s is \"%s\"."
3924 msgstr ""
3925
3926 #: src/language/utilities/set.q:553
3927 #, c-format
3928 msgid "DECIMAL is \"%c\"."
3929 msgstr ""
3930
3931 #: src/language/utilities/set.q:559
3932 #, c-format
3933 msgid "ENDCMD is \"%c\"."
3934 msgstr ""
3935
3936 #: src/language/utilities/set.q:567
3937 #, c-format
3938 msgid "ERRORS is \"%s\"."
3939 msgstr ""
3940
3941 #: src/language/utilities/set.q:578
3942 #, c-format
3943 msgid "FORMAT is %s."
3944 msgstr ""
3945
3946 #: src/language/utilities/set.q:584
3947 #, c-format
3948 msgid "LENGTH is %d."
3949 msgstr ""
3950
3951 #: src/language/utilities/set.q:590
3952 #, c-format
3953 msgid "MXERRS is %d."
3954 msgstr ""
3955
3956 #: src/language/utilities/set.q:596
3957 #, c-format
3958 msgid "MXLOOPS is %d."
3959 msgstr ""
3960
3961 #: src/language/utilities/set.q:602
3962 #, c-format
3963 msgid "MXWARNS is %d."
3964 msgstr ""
3965
3966 #: src/language/utilities/set.q:609 src/language/utilities/set.q:660
3967 #, c-format
3968 msgid "%s is %s (%s)."
3969 msgstr ""
3970
3971 #: src/language/utilities/set.q:681
3972 msgid "SCOMPRESSION is ON."
3973 msgstr ""
3974
3975 #: src/language/utilities/set.q:683
3976 msgid "SCOMPRESSION is OFF."
3977 msgstr ""
3978
3979 #: src/language/utilities/set.q:690
3980 msgid "UNDEFINED is WARN."
3981 msgstr ""
3982
3983 #: src/language/utilities/set.q:692
3984 msgid "UNDEFINED is NOWARN."
3985 msgstr ""
3986
3987 #: src/language/utilities/set.q:700
3988 msgid "WEIGHT is off."
3989 msgstr ""
3990
3991 #: src/language/utilities/set.q:702
3992 #, c-format
3993 msgid "WEIGHT is variable %s."
3994 msgstr ""
3995
3996 #: src/language/utilities/set.q:720
3997 #, c-format
3998 msgid "WIDTH is %d."
3999 msgstr ""
4000
4001 #: src/language/utilities/title.c:68
4002 #, c-format
4003 msgid "%s: `.' expected after string."
4004 msgstr ""
4005
4006 #: src/language/utilities/title.c:108
4007 #, c-format
4008 msgid "   (Entered %s)"
4009 msgstr ""
4010
4011 #: src/language/xforms/compute.c:146 src/language/xforms/compute.c:194
4012 #, c-format
4013 msgid ""
4014 "When executing COMPUTE: SYSMIS is not a valid value as an index into vector %"
4015 "s."
4016 msgstr ""
4017
4018 #: src/language/xforms/compute.c:150 src/language/xforms/compute.c:201
4019 #, c-format
4020 msgid ""
4021 "When executing COMPUTE: %g is not a valid value as an index into vector %s."
4022 msgstr ""
4023
4024 #: src/language/xforms/compute.c:344
4025 #, c-format
4026 msgid "There is no vector named %s."
4027 msgstr ""
4028
4029 #: src/language/xforms/count.c:123
4030 msgid "Destination cannot be a string variable."
4031 msgstr ""
4032
4033 #: src/language/xforms/recode.c:246
4034 msgid ""
4035 "Inconsistent target variable types.  Target variables must be all numeric or "
4036 "all string."
4037 msgstr ""
4038
4039 #: src/language/xforms/recode.c:267
4040 msgid "CONVERT requires string input values and numeric output values."
4041 msgstr ""
4042
4043 #: src/language/xforms/recode.c:317
4044 msgid "THRU is not allowed with string variables."
4045 msgstr ""
4046
4047 #: src/language/xforms/recode.c:391
4048 msgid "expecting output value"
4049 msgstr ""
4050
4051 #: src/language/xforms/recode.c:440
4052 #, c-format
4053 msgid ""
4054 "%zu variable(s) cannot be recoded into %zu variable(s).  Specify the same "
4055 "number of variables as source and target variables."
4056 msgstr ""
4057
4058 #: src/language/xforms/recode.c:455
4059 #, c-format
4060 msgid ""
4061 "There is no variable named %s.  (All string variables specified on INTO must "
4062 "already exist.  Use the STRING command to create a string variable.)"
4063 msgstr ""
4064
4065 #: src/language/xforms/recode.c:470
4066 #, c-format
4067 msgid "INTO is required with %s input values and %s output values."
4068 msgstr ""
4069
4070 #: src/language/xforms/recode.c:483
4071 #, c-format
4072 msgid "Type mismatch.  Cannot store %s data in %s variable %s."
4073 msgstr ""
4074
4075 #: src/language/xforms/sample.c:76
4076 msgid "The sampling factor must be between 0 and 1 exclusive."
4077 msgstr ""
4078
4079 #: src/language/xforms/sample.c:96
4080 #, c-format
4081 msgid "Cannot sample %d observations from a population of %d."
4082 msgstr ""
4083
4084 #: src/language/xforms/select-if.c:100
4085 msgid "Syntax error expecting OFF or BY.  Turning off case filtering."
4086 msgstr ""
4087
4088 #: src/language/xforms/select-if.c:115
4089 msgid "The filter variable must be numeric."
4090 msgstr ""
4091
4092 #: src/language/xforms/select-if.c:121
4093 msgid "The filter variable may not be scratch."
4094 msgstr ""
4095
4096 #: src/libpspp/hash.c:614
4097 #, c-format
4098 msgid "hash table:"
4099 msgstr ""
4100
4101 #: src/math/percentiles.c:41
4102 msgid "HAverage"
4103 msgstr ""
4104
4105 #: src/math/percentiles.c:42
4106 msgid "Weighted Average"
4107 msgstr ""
4108
4109 #: src/math/percentiles.c:43
4110 msgid "Rounded"
4111 msgstr ""
4112
4113 #: src/math/percentiles.c:44
4114 msgid "Empirical"
4115 msgstr ""
4116
4117 #: src/math/percentiles.c:45
4118 msgid "Empirical with averaging"
4119 msgstr ""
4120
4121 #: src/output/afm.c:149
4122 #, c-format
4123 msgid "opening font metrics file \"%s\""
4124 msgstr ""
4125
4126 #: src/output/afm.c:239
4127 msgid "first line must be StartFontMetrics"
4128 msgstr ""
4129
4130 #: src/output/afm.c:266
4131 #, c-format
4132 msgid "unsupported MappingScheme %d"
4133 msgstr ""
4134
4135 #: src/output/afm.c:287
4136 msgid "required FontName is missing"
4137 msgstr ""
4138
4139 #: src/output/afm.c:394
4140 msgid "CharMetrics line must start with C or CH"
4141 msgstr ""
4142
4143 #: src/output/afm.c:535
4144 #, c-format
4145 msgid "reference to unknown character \"%s\""
4146 msgstr ""
4147
4148 #: src/output/afm.c:593
4149 msgid "expected end of file"
4150 msgstr ""
4151
4152 #: src/output/afm.c:605
4153 msgid "syntax error expecting end of line"
4154 msgstr ""
4155
4156 #: src/output/afm.c:623 src/output/afm.c:660
4157 msgid "number out of valid range"
4158 msgstr ""
4159
4160 #: src/output/afm.c:625 src/output/afm.c:662
4161 msgid "invalid numeric syntax"
4162 msgstr ""
4163
4164 #: src/output/afm.c:641
4165 msgid "syntax error expecting integer"
4166 msgstr ""
4167
4168 #: src/output/afm.c:679
4169 msgid "syntax error expecting number"
4170 msgstr ""
4171
4172 #: src/output/afm.c:692
4173 msgid "syntax error in hex constant"
4174 msgstr ""
4175
4176 #: src/output/afm.c:707
4177 msgid "syntax error expecting hex constant"
4178 msgstr ""
4179
4180 #: src/output/afm.c:745
4181 msgid "unexpected end of line"
4182 msgstr ""
4183
4184 #: src/output/afm.c:795
4185 msgid "unexpected end of line expecting string"
4186 msgstr ""
4187
4188 #: src/output/ascii.c:251
4189 #, c-format
4190 msgid ""
4191 "ascii: page excluding margins and headers must be at least 59 characters "
4192 "wide by 15 lines long, but as configured is only %d characters by %d lines"
4193 msgstr ""
4194
4195 #: src/output/ascii.c:329
4196 #, c-format
4197 msgid ""
4198 "ascii: bad index value for `box' key: syntax is box[INDEX], 0 <= INDEX < %d "
4199 "decimal, with INDEX expressed in base 4"
4200 msgstr ""
4201
4202 #: src/output/ascii.c:336
4203 #, c-format
4204 msgid "ascii: multiple values for %s"
4205 msgstr ""
4206
4207 #: src/output/ascii.c:344
4208 #, c-format
4209 msgid "ascii: unknown parameter `%s'"
4210 msgstr ""
4211
4212 #: src/output/ascii.c:360
4213 msgid "ascii: only screen devices may have `auto' length or width"
4214 msgstr ""
4215
4216 #: src/output/ascii.c:374
4217 #, c-format
4218 msgid "ascii: positive integer required as `%s' value"
4219 msgstr ""
4220
4221 #: src/output/ascii.c:402
4222 msgid "ascii: `emphasis' value must be `bold', `underline', or `none'"
4223 msgstr ""
4224
4225 #: src/output/ascii.c:415
4226 #, c-format
4227 msgid "ascii: zero or positive integer required as `%s' value"
4228 msgstr ""
4229
4230 #: src/output/ascii.c:446
4231 #, c-format
4232 msgid "ascii: boolean value expected for `%s'"
4233 msgstr ""
4234
4235 #: src/output/ascii.c:478 src/output/html.c:187
4236 msgid "`chart-files' value must contain `#'"
4237 msgstr ""
4238
4239 #: src/output/ascii.c:524
4240 #, c-format
4241 msgid "ascii: opening output file \"%s\""
4242 msgstr ""
4243
4244 #: src/output/ascii.c:587
4245 #, c-format
4246 msgid "ascii: bad line (%d,%d)-(%d,%d) out of (%d,%d)\n"
4247 msgstr ""
4248
4249 #: src/output/ascii.c:809 src/output/postscript.c:826
4250 #, c-format
4251 msgid "%s - Page %d"
4252 msgstr ""
4253
4254 #: src/output/ascii.c:861
4255 #, c-format
4256 msgid "ascii: closing output file \"%s\""
4257 msgstr ""
4258
4259 #: src/output/chart.c:145
4260 #, c-format
4261 msgid "creating \"%s\""
4262 msgstr ""
4263
4264 #: src/output/charts/plot-hist.c:124
4265 msgid "HISTOGRAM"
4266 msgstr ""
4267
4268 #: src/output/html.c:71
4269 #, c-format
4270 msgid "opening HTML output file: %s"
4271 msgstr ""
4272
4273 #: src/output/html.c:82
4274 msgid "PSPP Output"
4275 msgstr ""
4276
4277 #: src/output/html.c:170
4278 #, c-format
4279 msgid "unknown configuration parameter `%s' for HTML device driver"
4280 msgstr ""
4281
4282 #: src/output/journal.c:68
4283 #, c-format
4284 msgid "error writing \"%s\""
4285 msgstr ""
4286
4287 #: src/output/journal.c:90
4288 #, c-format
4289 msgid "error creating \"%s\""
4290 msgstr ""
4291
4292 #: src/output/output.c:166
4293 #, c-format
4294 msgid "unknown output driver `%s'"
4295 msgstr ""
4296
4297 #: src/output/output.c:168
4298 #, c-format
4299 msgid "output driver `%s' referenced but never defined"
4300 msgstr ""
4301
4302 #: src/output/output.c:259
4303 msgid "using default output driver configuration"
4304 msgstr ""
4305
4306 #: src/output/output.c:288
4307 msgid "cannot find output initialization file (use `-vv' to view search path)"
4308 msgstr ""
4309
4310 #: src/output/output.c:296
4311 #, c-format
4312 msgid "cannot open \"%s\""
4313 msgstr ""
4314
4315 #: src/output/output.c:308
4316 #, c-format
4317 msgid "reading \"%s\""
4318 msgstr ""
4319
4320 #: src/output/output.c:330 src/ui/gui/message-dialog.c:96
4321 msgid "syntax error"
4322 msgstr ""
4323
4324 #: src/output/output.c:339
4325 #, c-format
4326 msgid "error closing \"%s\""
4327 msgstr ""
4328
4329 #: src/output/output.c:347
4330 msgid "no active output drivers"
4331 msgstr ""
4332
4333 #: src/output/output.c:350
4334 msgid "error reading device definition file"
4335 msgstr ""
4336
4337 #: src/output/output.c:468
4338 #, c-format
4339 msgid ""
4340 "Driver classes:\n"
4341 "\t"
4342 msgstr ""
4343
4344 #: src/output/output.c:500
4345 #, c-format
4346 msgid "syntax error parsing options for \"%s\" driver"
4347 msgstr ""
4348
4349 #: src/output/output.c:516
4350 #, c-format
4351 msgid ""
4352 "reached end of options inside quoted string parsing options for \"%s\" driver"
4353 msgstr ""
4354
4355 #: src/output/output.c:586
4356 #, c-format
4357 msgid "syntax error in string constant parsing options for \"%s\" driver"
4358 msgstr ""
4359
4360 #: src/output/output.c:634
4361 #, c-format
4362 msgid "syntax error expecting `=' parsing options for driver \"%s\""
4363 msgstr ""
4364
4365 #: src/output/output.c:685
4366 #, c-format
4367 msgid "unknown output driver class `%.*s'"
4368 msgstr ""
4369
4370 #: src/output/output.c:700
4371 #, c-format
4372 msgid "unknown device type `%.*s'"
4373 msgstr ""
4374
4375 #: src/output/output.c:717
4376 #, c-format
4377 msgid "cannot initialize output driver `%s' of class `%s'"
4378 msgstr ""
4379
4380 #: src/output/output.c:763
4381 msgid "driver definition line missing driver name or class name"
4382 msgstr ""
4383
4384 #: src/output/output.c:866
4385 #, c-format
4386 msgid "`%s' is not a valid length."
4387 msgstr ""
4388
4389 #: src/output/output.c:958
4390 #, c-format
4391 msgid "unknown paper type `%.*s'"
4392 msgstr ""
4393
4394 #: src/output/output.c:976
4395 #, c-format
4396 msgid "error opening \"%s\""
4397 msgstr ""
4398
4399 #: src/output/output.c:987
4400 #, c-format
4401 msgid "error reading \"%s\""
4402 msgstr ""
4403
4404 #: src/output/output.c:1004
4405 #, c-format
4406 msgid "paper size file \"%s\" does not state a paper size"
4407 msgstr ""
4408
4409 #: src/output/output.c:1064
4410 #, c-format
4411 msgid "syntax error in paper size `%s'"
4412 msgstr ""
4413
4414 #: src/output/postscript.c:158
4415 #, c-format
4416 msgid "opening PostScript output file \"%s\""
4417 msgstr ""
4418
4419 #: src/output/postscript.c:196
4420 #, c-format
4421 msgid ""
4422 "The defined PostScript page is not long enough to hold margins and headers, "
4423 "plus least 15 lines of the default fonts.  In fact, there's only room for %d "
4424 "lines of each font at the default size of %d.%03d points."
4425 msgstr ""
4426
4427 #: src/output/postscript.c:246
4428 #, c-format
4429 msgid "closing PostScript output file \"%s\""
4430 msgstr ""
4431
4432 #: src/output/postscript.c:309
4433 #, c-format
4434 msgid "unknown configuration parameter `%s' for PostScript device driver"
4435 msgstr ""
4436
4437 #: src/output/postscript.c:325
4438 #, c-format
4439 msgid ""
4440 "unknown orientation `%s' (valid orientations are `portrait' and `landscape')"
4441 msgstr ""
4442
4443 #: src/output/postscript.c:337
4444 #, c-format
4445 msgid "boolean value expected for %s"
4446 msgstr ""
4447
4448 #: src/output/postscript.c:350
4449 #, c-format
4450 msgid "positive integer value required for `%s'"
4451 msgstr ""
4452
4453 #: src/output/postscript.c:355
4454 #, c-format
4455 msgid "default font size must be at least 1 point (value of 1000 for key `%s')"
4456 msgstr ""
4457
4458 #: src/output/postscript.c:1176
4459 #, c-format
4460 msgid "\"%s\": bad font specification"
4461 msgstr ""
4462
4463 #: src/output/postscript.c:1184
4464 #, c-format
4465 msgid "could not find AFM file \"%s\""
4466 msgstr ""
4467
4468 #: src/output/postscript.c:1198
4469 #, c-format
4470 msgid "could not find font \"%s\""
4471 msgstr ""
4472
4473 #: src/output/postscript.c:1207
4474 #, c-format
4475 msgid "could not find encoding \"%s\""
4476 msgstr ""
4477
4478 #: src/output/postscript.c:1307
4479 #, c-format
4480 msgid "cannot open font file \"%s\""
4481 msgstr ""
4482
4483 #: src/output/postscript.c:1348
4484 #, c-format
4485 msgid "reading font file \"%s\""
4486 msgstr ""
4487
4488 #: src/output/postscript.c:1370
4489 #, c-format
4490 msgid "cannot open font encoding file \"%s\""
4491 msgstr ""
4492
4493 #: src/output/postscript.c:1399
4494 msgid "invalid numeric format"
4495 msgstr ""
4496
4497 #: src/output/postscript.c:1421
4498 #, c-format
4499 msgid "closing Postscript encoding \"%s\""
4500 msgstr ""
4501
4502 #: src/output/table.c:234
4503 #, c-format
4504 msgid "bad vline: x=%d+%d=%d y=(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
4505 msgstr ""
4506
4507 #: src/output/table.c:305
4508 #, c-format
4509 msgid ""
4510 "bad box: (%d+%d=%d,%d+%d=%d)-(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
4511 msgstr ""
4512
4513 #: src/ui/gui/comments-dialog.c:59
4514 #, c-format
4515 msgid "Column Number: %d"
4516 msgstr ""
4517
4518 #: src/ui/gui/crosstabs-dialog.c:41
4519 msgid "Chisq"
4520 msgstr ""
4521
4522 #: src/ui/gui/crosstabs-dialog.c:43
4523 msgid "CC"
4524 msgstr ""
4525
4526 #: src/ui/gui/crosstabs-dialog.c:45
4527 msgid "UC"
4528 msgstr ""
4529
4530 #: src/ui/gui/crosstabs-dialog.c:46
4531 msgid "BTau"
4532 msgstr ""
4533
4534 #: src/ui/gui/crosstabs-dialog.c:47
4535 msgid "CTau"
4536 msgstr ""
4537
4538 #: src/ui/gui/crosstabs-dialog.c:48
4539 msgid "Risk"
4540 msgstr ""
4541
4542 #: src/ui/gui/crosstabs-dialog.c:50
4543 msgid "D"
4544 msgstr ""
4545
4546 #: src/ui/gui/crosstabs-dialog.c:53
4547 msgid "Corr"
4548 msgstr ""
4549
4550 #: src/ui/gui/crosstabs-dialog.c:54 src/ui/gui/crosstabs-dialog.c:65
4551 #: src/ui/gui/crosstabs-dialog.c:100 src/ui/gui/crosstabs-dialog.c:108
4552 #: src/ui/gui/psppire-var-store.c:479 src/ui/gui/var-display.c:14
4553 msgid "None"
4554 msgstr ""
4555
4556 #: src/ui/gui/crosstabs-dialog.c:57
4557 msgid "Count"
4558 msgstr ""
4559
4560 #: src/ui/gui/crosstabs-dialog.c:58
4561 msgid "Row"
4562 msgstr ""
4563
4564 #: src/ui/gui/crosstabs-dialog.c:59
4565 msgid "Column"
4566 msgstr ""
4567
4568 #: src/ui/gui/crosstabs-dialog.c:61
4569 msgid "Expected"
4570 msgstr ""
4571
4572 #: src/ui/gui/crosstabs-dialog.c:63
4573 msgid "Std. Residual"
4574 msgstr ""
4575
4576 #: src/ui/gui/crosstabs-dialog.c:64
4577 msgid "Adjusted Std. Residual"
4578 msgstr ""
4579
4580 #: src/ui/gui/crosstabs.glade:50
4581 msgid "Rows"
4582 msgstr ""
4583
4584 #: src/ui/gui/crosstabs.glade:131 src/ui/gui/frequencies.glade:185
4585 msgid "Format..."
4586 msgstr ""
4587
4588 #: src/ui/gui/crosstabs.glade:138 src/ui/gui/examine.glade:246
4589 msgid "Statistics..."
4590 msgstr ""
4591
4592 #: src/ui/gui/crosstabs.glade:148
4593 msgid "Cells..."
4594 msgstr ""
4595
4596 #: src/ui/gui/crosstabs.glade:230
4597 msgid "Print tables"
4598 msgstr ""
4599
4600 #: src/ui/gui/crosstabs.glade:240
4601 msgid "Pivot"
4602 msgstr ""
4603
4604 #: src/ui/gui/crosstabs.glade:253 src/ui/gui/psppire.glade:778
4605 msgid "Ascending"
4606 msgstr ""
4607
4608 #: src/ui/gui/crosstabs.glade:283
4609 msgid "No label"
4610 msgstr ""
4611
4612 #: src/ui/gui/crosstabs.glade:295
4613 msgid "Suppress value labels"
4614 msgstr ""
4615
4616 #: src/ui/gui/crosstabs.glade:311
4617 msgid "Labeling"
4618 msgstr ""
4619
4620 #: src/ui/gui/crosstabs.glade:378
4621 msgid "Cell Display"
4622 msgstr ""
4623
4624 #: src/ui/gui/crosstabs.glade:439 src/ui/gui/oneway.glade:207
4625 msgid "Statistics"
4626 msgstr ""
4627
4628 #: src/ui/gui/customentry.c:334
4629 msgid "Style of bevel around the custom entry button"
4630 msgstr ""
4631
4632 #: src/ui/gui/data-editor.c:167
4633 msgid "Transformations Pending"
4634 msgstr ""
4635
4636 #: src/ui/gui/data-editor.c:429
4637 msgid "Labels"
4638 msgstr ""
4639
4640 #: src/ui/gui/data-editor.c:430
4641 msgid "Show/hide value labels"
4642 msgstr ""
4643
4644 #: src/ui/gui/data-editor.c:448 src/ui/gui/data-editor.c:465
4645 #: src/ui/gui/data-editor.c:1923 src/ui/gui/data-editor.c:1976
4646 msgid "Clear"
4647 msgstr ""
4648
4649 #: src/ui/gui/data-editor.c:449
4650 msgid "Delete the cases at the selected position(s)"
4651 msgstr ""
4652
4653 #: src/ui/gui/data-editor.c:466
4654 msgid "Delete the variables at the selected position(s)"
4655 msgstr ""
4656
4657 #: src/ui/gui/data-editor.c:480 src/ui/gui/data-editor.c:1920
4658 #: src/ui/gui/data-editor.glade:137 src/ui/gui/data-editor.glade:808
4659 msgid "Insert Variable"
4660 msgstr ""
4661
4662 #: src/ui/gui/data-editor.c:481
4663 msgid "Create a new variable at the current position"
4664 msgstr ""
4665
4666 #: src/ui/gui/data-editor.c:499 src/ui/gui/data-editor.c:1973
4667 #: src/ui/gui/data-editor.glade:796
4668 msgid "Insert Case"
4669 msgstr ""
4670
4671 #: src/ui/gui/data-editor.c:500
4672 msgid "Create a new case at the current position"
4673 msgstr ""
4674
4675 #: src/ui/gui/data-editor.c:520
4676 msgid "Goto Case"
4677 msgstr ""
4678
4679 #: src/ui/gui/data-editor.c:521
4680 msgid "Jump to a Case in the Data Sheet"
4681 msgstr ""
4682
4683 #: src/ui/gui/data-editor.c:540
4684 msgid "Weights"
4685 msgstr ""
4686
4687 #: src/ui/gui/data-editor.c:541
4688 msgid "Weight cases by variable"
4689 msgstr ""
4690
4691 #: src/ui/gui/data-editor.c:550 src/ui/gui/data-editor.glade:312
4692 msgid "Transpose"
4693 msgstr ""
4694
4695 #: src/ui/gui/data-editor.c:551
4696 msgid "Transpose the cases with the variables"
4697 msgstr ""
4698
4699 #: src/ui/gui/data-editor.c:562
4700 msgid "Split"
4701 msgstr ""
4702
4703 #: src/ui/gui/data-editor.c:563
4704 msgid "Split the active file"
4705 msgstr ""
4706
4707 #: src/ui/gui/data-editor.c:573
4708 msgid "Sort"
4709 msgstr ""
4710
4711 #: src/ui/gui/data-editor.c:574
4712 msgid "Sort cases in the active file"
4713 msgstr ""
4714
4715 #: src/ui/gui/data-editor.c:582 src/ui/gui/data-editor.glade:347
4716 #: src/ui/gui/data-editor.glade:851
4717 msgid "Select Cases"
4718 msgstr ""
4719
4720 #: src/ui/gui/data-editor.c:583
4721 msgid "Select cases from the active file"
4722 msgstr ""
4723
4724 #: src/ui/gui/data-editor.c:592
4725 msgid "Compute"
4726 msgstr ""
4727
4728 #: src/ui/gui/data-editor.c:593
4729 msgid "Compute new values for a variable"
4730 msgstr ""
4731
4732 #: src/ui/gui/data-editor.c:601
4733 msgid "Oneway _ANOVA"
4734 msgstr ""
4735
4736 #: src/ui/gui/data-editor.c:602
4737 msgid "Perform one way analysis of variance"
4738 msgstr ""
4739
4740 #: src/ui/gui/data-editor.c:610 src/ui/gui/data-editor.glade:503
4741 msgid "_Independent Samples T Test"
4742 msgstr ""
4743
4744 #: src/ui/gui/data-editor.c:611
4745 msgid "Calculate T Test for samples from independent groups"
4746 msgstr ""
4747
4748 #: src/ui/gui/data-editor.c:620 src/ui/gui/data-editor.glade:511
4749 msgid "_Paired Samples T Test"
4750 msgstr ""
4751
4752 #: src/ui/gui/data-editor.c:621
4753 msgid "Calculate T Test for paired samples"
4754 msgstr ""
4755
4756 #: src/ui/gui/data-editor.c:630
4757 msgid "One _Sample T Test"
4758 msgstr ""
4759
4760 #: src/ui/gui/data-editor.c:631
4761 msgid "Calculate T Test for sample from a single distribution"
4762 msgstr ""
4763
4764 #: src/ui/gui/data-editor.c:640
4765 msgid "Data File Comments"
4766 msgstr ""
4767
4768 #: src/ui/gui/data-editor.c:641
4769 msgid "Commentary text for the data file"
4770 msgstr ""
4771
4772 #: src/ui/gui/data-editor.c:649 src/ui/gui/data-editor.glade:776
4773 msgid "Find"
4774 msgstr ""
4775
4776 #: src/ui/gui/data-editor.c:650
4777 msgid "Find Case"
4778 msgstr ""
4779
4780 #: src/ui/gui/data-editor.c:659 src/ui/gui/data-editor.glade:384
4781 msgid "Ran_k Cases"
4782 msgstr ""
4783
4784 #: src/ui/gui/data-editor.c:660
4785 msgid "Rank Cases"
4786 msgstr ""
4787
4788 #: src/ui/gui/data-editor.c:669 src/ui/gui/data-editor.glade:396
4789 msgid "Recode into _Same Variables"
4790 msgstr ""
4791
4792 #: src/ui/gui/data-editor.c:670
4793 msgid "Recode values into the same Variables"
4794 msgstr ""
4795
4796 #: src/ui/gui/data-editor.c:679 src/ui/gui/data-editor.glade:403
4797 msgid "Recode into _Different Variables"
4798 msgstr ""
4799
4800 #: src/ui/gui/data-editor.c:680
4801 msgid "Recode values into different Variables"
4802 msgstr ""
4803
4804 #: src/ui/gui/data-editor.c:689 src/ui/gui/data-editor.glade:286
4805 #: src/ui/gui/data-editor.glade:755
4806 msgid "Variables"
4807 msgstr ""
4808
4809 #: src/ui/gui/data-editor.c:690
4810 msgid "Jump to Variable"
4811 msgstr ""
4812
4813 #: src/ui/gui/data-editor.c:698 src/ui/gui/data-editor.glade:457
4814 #: src/ui/gui/oneway.glade:179
4815 msgid "_Descriptives"
4816 msgstr ""
4817
4818 #: src/ui/gui/data-editor.c:699
4819 msgid "Calculate descriptive statistics (mean, variance, ...)"
4820 msgstr ""
4821
4822 #: src/ui/gui/data-editor.c:708 src/ui/gui/data-editor.glade:449
4823 msgid "_Frequencies"
4824 msgstr ""
4825
4826 #: src/ui/gui/data-editor.c:709
4827 msgid "Generate frequency statistics"
4828 msgstr ""
4829
4830 #: src/ui/gui/data-editor.c:717 src/ui/gui/data-editor.glade:473
4831 msgid "_Crosstabs"
4832 msgstr ""
4833
4834 #: src/ui/gui/data-editor.c:718
4835 msgid "Generate crosstabulations"
4836 msgstr ""
4837
4838 #: src/ui/gui/data-editor.c:727 src/ui/gui/data-editor.glade:465
4839 msgid "_Explore"
4840 msgstr ""
4841
4842 #: src/ui/gui/data-editor.c:728
4843 msgid "Examine Data by Factors"
4844 msgstr ""
4845
4846 #: src/ui/gui/data-editor.c:1188
4847 msgid "Font Selection"
4848 msgstr ""
4849
4850 #: src/ui/gui/data-editor.c:1397
4851 msgid "No Split"
4852 msgstr ""
4853
4854 #: src/ui/gui/data-editor.c:1406
4855 msgid "Split by "
4856 msgstr ""
4857
4858 #: src/ui/gui/data-editor.c:1431
4859 msgid "Filter off"
4860 msgstr ""
4861
4862 #: src/ui/gui/data-editor.c:1444
4863 #, c-format
4864 msgid "Filter by %s"
4865 msgstr ""
4866
4867 #: src/ui/gui/data-editor.c:1462
4868 msgid "Weights off"
4869 msgstr ""
4870
4871 #: src/ui/gui/data-editor.c:1475
4872 #, c-format
4873 msgid "Weight by %s"
4874 msgstr ""
4875
4876 #: src/ui/gui/data-editor.c:1498 src/ui/gui/data-editor.c:1732
4877 #: src/ui/gui/data-editor.glade:667
4878 msgid "Open"
4879 msgstr ""
4880
4881 #: src/ui/gui/data-editor.c:1499
4882 msgid "Open a data file"
4883 msgstr ""
4884
4885 #: src/ui/gui/data-editor.c:1507 src/ui/gui/data-editor.c:1614
4886 #: src/ui/gui/data-editor.glade:677
4887 msgid "Save"
4888 msgstr ""
4889
4890 #: src/ui/gui/data-editor.c:1508 src/ui/gui/data-editor.c:1518
4891 msgid "Save data to file"
4892 msgstr ""
4893
4894 #: src/ui/gui/data-editor.c:1517
4895 msgid "Save As"
4896 msgstr ""
4897
4898 #: src/ui/gui/data-editor.c:1526 src/ui/gui/recode-dialog.c:930
4899 #: src/ui/gui/recode-dialog.c:1025
4900 msgid "New"
4901 msgstr ""
4902
4903 #: src/ui/gui/data-editor.c:1527
4904 msgid "New data file"
4905 msgstr ""
4906
4907 #: src/ui/gui/data-editor.c:1622 src/ui/gui/data-editor.c:1740
4908 msgid "System Files (*.sav)"
4909 msgstr ""
4910
4911 #: src/ui/gui/data-editor.c:1628 src/ui/gui/data-editor.c:1746
4912 msgid "Portable Files (*.por) "
4913 msgstr ""
4914
4915 #: src/ui/gui/data-editor.c:1634 src/ui/gui/data-editor.c:1752
4916 #: src/ui/gui/syntax-editor.c:138 src/ui/gui/syntax-editor.c:522
4917 msgid "All Files"
4918 msgstr ""
4919
4920 #: src/ui/gui/data-editor.c:1642
4921 msgid "System File"
4922 msgstr ""
4923
4924 #: src/ui/gui/data-editor.c:1647
4925 msgid "Portable File"
4926 msgstr ""
4927
4928 #: src/ui/gui/data-editor.c:1913
4929 msgid "Sort Ascending"
4930 msgstr ""
4931
4932 #: src/ui/gui/data-editor.c:1916
4933 msgid "Sort Descending"
4934 msgstr ""
4935
4936 #: src/ui/gui/data-editor.glade:18 src/ui/gui/output-viewer.glade:22
4937 #: src/ui/gui/syntax-editor.glade:39
4938 msgid "_File"
4939 msgstr ""
4940
4941 #: src/ui/gui/data-editor.glade:33 src/ui/gui/data-editor.glade:59
4942 #: src/ui/gui/syntax-editor.glade:57 src/ui/gui/syntax-editor.glade:87
4943 msgid "_Syntax"
4944 msgstr ""
4945
4946 #: src/ui/gui/data-editor.glade:40 src/ui/gui/data-editor.glade:66
4947 #: src/ui/gui/data-editor.glade:297 src/ui/gui/syntax-editor.glade:66
4948 #: src/ui/gui/syntax-editor.glade:96
4949 msgid "_Data"
4950 msgstr ""
4951
4952 #: src/ui/gui/data-editor.glade:98
4953 msgid "Recently Used Da_ta"
4954 msgstr ""
4955
4956 #: src/ui/gui/data-editor.glade:105
4957 msgid "Recently Used _Files"
4958 msgstr ""
4959
4960 #: src/ui/gui/data-editor.glade:129 src/ui/gui/output-viewer.glade:55
4961 #: src/ui/gui/syntax-editor.glade:143
4962 msgid "_Edit"
4963 msgstr ""
4964
4965 #: src/ui/gui/data-editor.glade:145
4966 msgid "Insert Cases"
4967 msgstr ""
4968
4969 #: src/ui/gui/data-editor.glade:153 src/ui/gui/data-editor.glade:745
4970 msgid "Go To Case"
4971 msgstr ""
4972
4973 #: src/ui/gui/data-editor.glade:194
4974 msgid "Cl_ear Variables"
4975 msgstr ""
4976
4977 #: src/ui/gui/data-editor.glade:202
4978 msgid "_Clear Cases"
4979 msgstr ""
4980
4981 #: src/ui/gui/data-editor.glade:215
4982 msgid "_Find"
4983 msgstr ""
4984
4985 #: src/ui/gui/data-editor.glade:226
4986 msgid "_View"
4987 msgstr ""
4988
4989 #: src/ui/gui/data-editor.glade:233
4990 msgid "Status Bar"
4991 msgstr ""
4992
4993 #: src/ui/gui/data-editor.glade:240
4994 msgid "Toolbars"
4995 msgstr ""
4996
4997 #: src/ui/gui/data-editor.glade:252
4998 msgid "Fonts"
4999 msgstr ""
5000
5001 #: src/ui/gui/data-editor.glade:259
5002 msgid "Grid Lines"
5003 msgstr ""
5004
5005 #: src/ui/gui/data-editor.glade:267 src/ui/gui/data-editor.glade:871
5006 #: src/ui/gui/data-editor.glade:1566 src/ui/gui/data-editor.glade:1747
5007 msgid "Value Labels"
5008 msgstr ""
5009
5010 #: src/ui/gui/data-editor.glade:279
5011 msgid "Data"
5012 msgstr ""
5013
5014 #: src/ui/gui/data-editor.glade:304
5015 msgid "Sort Cases"
5016 msgstr ""
5017
5018 #: src/ui/gui/data-editor.glade:319
5019 msgid "Merge Files"
5020 msgstr ""
5021
5022 #: src/ui/gui/data-editor.glade:326
5023 msgid "Aggregate"
5024 msgstr ""
5025
5026 #: src/ui/gui/data-editor.glade:339 src/ui/gui/data-editor.glade:828
5027 msgid "Split File"
5028 msgstr ""
5029
5030 #: src/ui/gui/data-editor.glade:354 src/ui/gui/data-editor.glade:839
5031 msgid "Weight Cases"
5032 msgstr ""
5033
5034 #: src/ui/gui/data-editor.glade:366
5035 msgid "_Transform"
5036 msgstr ""
5037
5038 #: src/ui/gui/data-editor.glade:376
5039 msgid "_Compute"
5040 msgstr ""
5041
5042 #: src/ui/gui/data-editor.glade:416
5043 msgid "_Run Pending Transforms"
5044 msgstr ""
5045
5046 #: src/ui/gui/data-editor.glade:429
5047 msgid "_Analyze"
5048 msgstr ""
5049
5050 #: src/ui/gui/data-editor.glade:439
5051 msgid "_Descriptive Statistics"
5052 msgstr ""
5053
5054 #: src/ui/gui/data-editor.glade:485
5055 msgid "Compare _Means"
5056 msgstr ""
5057
5058 #: src/ui/gui/data-editor.glade:495
5059 msgid "_One Sample T Test"
5060 msgstr ""
5061
5062 #: src/ui/gui/data-editor.glade:519
5063 msgid "One Way _ANOVA"
5064 msgstr ""
5065
5066 #: src/ui/gui/data-editor.glade:531
5067 msgid "Bivariate _Correlation"
5068 msgstr ""
5069
5070 #: src/ui/gui/data-editor.glade:539
5071 msgid "Linear _Regression"
5072 msgstr ""
5073
5074 #: src/ui/gui/data-editor.glade:547
5075 msgid "_Non-Parametric Statistics"
5076 msgstr ""
5077
5078 #: src/ui/gui/data-editor.glade:557
5079 msgid "_Chi-Square"
5080 msgstr ""
5081
5082 #: src/ui/gui/data-editor.glade:565
5083 msgid "_Binomial"
5084 msgstr ""
5085
5086 #: src/ui/gui/data-editor.glade:581
5087 msgid "_Utilities"
5088 msgstr ""
5089
5090 #: src/ui/gui/data-editor.glade:591
5091 msgid "_Variables"
5092 msgstr ""
5093
5094 #: src/ui/gui/data-editor.glade:600
5095 msgid "Data File _Comments"
5096 msgstr ""
5097
5098 #: src/ui/gui/data-editor.glade:611 src/ui/gui/output-viewer.glade:78
5099 #: src/ui/gui/syntax-editor.glade:234
5100 msgid "_Windows"
5101 msgstr ""
5102
5103 #: src/ui/gui/data-editor.glade:618 src/ui/gui/output-viewer.glade:88
5104 #: src/ui/gui/syntax-editor.glade:243
5105 msgid "_Minimize All Windows"
5106 msgstr ""
5107
5108 #: src/ui/gui/data-editor.glade:629 src/ui/gui/output-viewer.glade:99
5109 #: src/ui/gui/syntax-editor.glade:254
5110 msgid "_Help"
5111 msgstr ""
5112
5113 #: src/ui/gui/data-editor.glade:636 src/ui/gui/output-viewer.glade:106
5114 #: src/ui/gui/syntax-editor.glade:262
5115 msgid "_Reference Manual"
5116 msgstr ""
5117
5118 #: src/ui/gui/data-editor.glade:643 src/ui/gui/output-viewer.glade:113
5119 #: src/ui/gui/syntax-editor.glade:269
5120 msgid "_About"
5121 msgstr ""
5122
5123 #: src/ui/gui/data-editor.glade:687
5124 msgid "Print"
5125 msgstr ""
5126
5127 #: src/ui/gui/data-editor.glade:697
5128 msgid "Recall"
5129 msgstr ""
5130
5131 #: src/ui/gui/data-editor.glade:715
5132 msgid "Undo"
5133 msgstr ""
5134
5135 #: src/ui/gui/data-editor.glade:725
5136 msgid "Redo"
5137 msgstr ""
5138
5139 #: src/ui/gui/data-editor.glade:882
5140 msgid "Use Sets"
5141 msgstr ""
5142
5143 #: src/ui/gui/data-editor.glade:964
5144 msgid "Data View"
5145 msgstr ""
5146
5147 #: src/ui/gui/data-editor.glade:991
5148 msgid "Variable View"
5149 msgstr ""
5150
5151 #: src/ui/gui/data-editor.glade:1021
5152 msgid "Information Area"
5153 msgstr ""
5154
5155 #: src/ui/gui/data-editor.glade:1040
5156 msgid "Processor Area"
5157 msgstr ""
5158
5159 #: src/ui/gui/data-editor.glade:1065
5160 msgid "Case Counter Area"
5161 msgstr ""
5162
5163 #: src/ui/gui/data-editor.glade:1090
5164 msgid "Filter Use Status Area"
5165 msgstr ""
5166
5167 #: src/ui/gui/data-editor.glade:1116
5168 msgid "Weight Status Area"
5169 msgstr ""
5170
5171 #: src/ui/gui/data-editor.glade:1142
5172 msgid "Split File Status Area"
5173 msgstr ""
5174
5175 #: src/ui/gui/data-editor.glade:1172
5176 msgid "Variable Type"
5177 msgstr ""
5178
5179 #: src/ui/gui/data-editor.glade:1208 src/ui/gui/psppire-var-store.c:487
5180 msgid "Comma"
5181 msgstr ""
5182
5183 #: src/ui/gui/data-editor.glade:1224 src/ui/gui/psppire-var-store.c:488
5184 msgid "Dot"
5185 msgstr ""
5186
5187 #: src/ui/gui/data-editor.glade:1240
5188 msgid "Scientific notation"
5189 msgstr ""
5190
5191 #: src/ui/gui/data-editor.glade:1256 src/ui/gui/psppire-var-store.c:490
5192 msgid "Date"
5193 msgstr ""
5194
5195 #: src/ui/gui/data-editor.glade:1272 src/ui/gui/psppire-var-store.c:491
5196 msgid "Dollar"
5197 msgstr ""
5198
5199 #: src/ui/gui/data-editor.glade:1288
5200 msgid "Custom currency"
5201 msgstr ""
5202
5203 #: src/ui/gui/data-editor.glade:1382
5204 msgid "positive"
5205 msgstr ""
5206
5207 #: src/ui/gui/data-editor.glade:1388
5208 msgid "negative"
5209 msgstr ""
5210
5211 #: src/ui/gui/data-editor.glade:1401
5212 msgid "Sample"
5213 msgstr ""
5214
5215 #: src/ui/gui/data-editor.glade:1451
5216 msgid "Width:"
5217 msgstr ""
5218
5219 #: src/ui/gui/data-editor.glade:1495
5220 msgid "Decimal Places:"
5221 msgstr ""
5222
5223 #: src/ui/gui/data-editor.glade:1664
5224 msgid "Value Label:"
5225 msgstr ""
5226
5227 #: src/ui/gui/data-editor.glade:1677 src/ui/gui/psppire.glade:2544
5228 #: src/ui/gui/recode.glade:185
5229 msgid "Value:"
5230 msgstr ""
5231
5232 #: src/ui/gui/data-editor.glade:1814 src/ui/gui/examine.glade:423
5233 #: src/ui/gui/t-test.glade:460
5234 msgid "Missing Values"
5235 msgstr ""
5236
5237 #: src/ui/gui/data-editor.glade:1832
5238 msgid "_Range plus one optional discrete missing value"
5239 msgstr ""
5240
5241 #: src/ui/gui/data-editor.glade:1857
5242 msgid "_Low:"
5243 msgstr ""
5244
5245 #: src/ui/gui/data-editor.glade:1886
5246 msgid "_High:"
5247 msgstr ""
5248
5249 #: src/ui/gui/data-editor.glade:1927
5250 msgid "Di_screte value:"
5251 msgstr ""
5252
5253 #: src/ui/gui/data-editor.glade:1974
5254 msgid "_No missing values"
5255 msgstr ""
5256
5257 #: src/ui/gui/data-editor.glade:1992
5258 msgid "_Discrete missing values"
5259 msgstr ""
5260
5261 #: src/ui/gui/descriptives-dialog.c:41 src/ui/gui/frequencies-dialog.c:42
5262 msgid "Standard deviation"
5263 msgstr ""
5264
5265 #: src/ui/gui/descriptives-dialog.c:46
5266 msgid "Standard error"
5267 msgstr ""
5268
5269 #: src/ui/gui/descriptives-dialog.glade:122 src/ui/gui/frequencies.glade:139
5270 msgid "Statistics:"
5271 msgstr ""
5272
5273 #: src/ui/gui/descriptives-dialog.glade:184
5274 msgid "Exclude entire case if any selected variable is missing"
5275 msgstr ""
5276
5277 #: src/ui/gui/descriptives-dialog.glade:194
5278 msgid "Include user-missing data in analysis"
5279 msgstr ""
5280
5281 #: src/ui/gui/descriptives-dialog.glade:207
5282 msgid "Save Z-scores of selected variables as new variables"
5283 msgstr ""
5284
5285 #: src/ui/gui/descriptives-dialog.glade:223
5286 msgid "Options:"
5287 msgstr ""
5288
5289 #: src/ui/gui/examine.glade:132
5290 msgid "Dependent List:"
5291 msgstr ""
5292
5293 #: src/ui/gui/examine.glade:180
5294 msgid "Factor List:"
5295 msgstr ""
5296
5297 #: src/ui/gui/examine.glade:218
5298 msgid "Label Cases by:"
5299 msgstr ""
5300
5301 #: src/ui/gui/examine.glade:255 src/ui/gui/t-test.glade:69
5302 #: src/ui/gui/t-test.glade:629 src/ui/gui/t-test.glade:780
5303 msgid "Options..."
5304 msgstr ""
5305
5306 #: src/ui/gui/examine.glade:316
5307 msgid "Extremes"
5308 msgstr ""
5309
5310 #: src/ui/gui/examine.glade:382
5311 msgid "Exclude cases listwise"
5312 msgstr ""
5313
5314 #: src/ui/gui/examine.glade:392
5315 msgid "Exclude cases pairwise"
5316 msgstr ""
5317
5318 #: src/ui/gui/examine.glade:406
5319 msgid "Repeat values"
5320 msgstr ""
5321
5322 #: src/ui/gui/find-dialog.c:659
5323 #, c-format
5324 msgid "Bad regular expression: %s"
5325 msgstr ""
5326
5327 #: src/ui/gui/frequencies-dialog.c:45
5328 msgid "Standard error of the mean"
5329 msgstr ""
5330
5331 #: src/ui/gui/frequencies-dialog.c:48
5332 msgid "Standard error of the skewness"
5333 msgstr ""
5334
5335 #: src/ui/gui/frequencies-dialog.c:52
5336 msgid "Standard error of the kurtosis"
5337 msgstr ""
5338
5339 #: src/ui/gui/frequencies.glade:98 src/ui/gui/psppire.glade:265
5340 #: src/ui/gui/rank.glade:67
5341 msgid "Variable(s):"
5342 msgstr ""
5343
5344 #: src/ui/gui/frequencies.glade:168
5345 msgid "Display Frequency Table"
5346 msgstr ""
5347
5348 #: src/ui/gui/frequencies.glade:264
5349 msgid "Ascending Order"
5350 msgstr ""
5351
5352 #: src/ui/gui/frequencies.glade:275
5353 msgid "Descending Order"
5354 msgstr ""
5355
5356 #: src/ui/gui/frequencies.glade:290
5357 msgid "Ascending Counts"
5358 msgstr ""
5359
5360 #: src/ui/gui/frequencies.glade:305
5361 msgid "Descending Counts"
5362 msgstr ""
5363
5364 #: src/ui/gui/frequencies.glade:323
5365 msgid "Order by"
5366 msgstr ""
5367
5368 #: src/ui/gui/frequencies.glade:355
5369 msgid "Supress tables with more than N categories"
5370 msgstr ""
5371
5372 #: src/ui/gui/frequencies.glade:371
5373 msgid "Maximum no of categories"
5374 msgstr ""
5375
5376 #: src/ui/gui/helper.c:138
5377 msgid "Sorry. The help system hasn't yet been implemented."
5378 msgstr ""
5379
5380 #: src/ui/gui/helper.c:164
5381 #, c-format
5382 msgid "Cannot open reference manual: %s"
5383 msgstr ""
5384
5385 #: src/ui/gui/message-dialog.c:100
5386 msgid "data file error"
5387 msgstr ""
5388
5389 #: src/ui/gui/message-dialog.c:105
5390 msgid "PSPP error"
5391 msgstr ""
5392
5393 #: src/ui/gui/message-dialog.c:113
5394 msgid "syntax warning"
5395 msgstr ""
5396
5397 #: src/ui/gui/message-dialog.c:117
5398 msgid "data file warning"
5399 msgstr ""
5400
5401 #: src/ui/gui/message-dialog.c:122
5402 msgid "PSPP warning"
5403 msgstr ""
5404
5405 #: src/ui/gui/message-dialog.c:131
5406 msgid "syntax information"
5407 msgstr ""
5408
5409 #: src/ui/gui/message-dialog.c:135
5410 msgid "data file information"
5411 msgstr ""
5412
5413 #: src/ui/gui/message-dialog.c:140
5414 msgid "PSPP information"
5415 msgstr ""
5416
5417 #: src/ui/gui/message-dialog.c:208
5418 msgid "The PSPP processing engine reported the following message:"
5419 msgid_plural "The PSPP processing engine reported the following messages:"
5420 msgstr[0] ""
5421 msgstr[1] ""
5422
5423 #: src/ui/gui/message-dialog.c:215
5424 #, c-format
5425 msgid "The PSPP processing engine reported %d message."
5426 msgid_plural "The PSPP processing engine reported %d messages."
5427 msgstr[0] ""
5428 msgstr[1] ""
5429
5430 #: src/ui/gui/message-dialog.c:222
5431 #, c-format
5432 msgid "%d of these messages are displayed below."
5433 msgid_plural "%d of these messages are displayed below."
5434 msgstr[0] ""
5435 msgstr[1] ""
5436
5437 #: src/ui/gui/message-dialog.glade:8
5438 msgid "Messages Reported"
5439 msgstr ""
5440
5441 #: src/ui/gui/message-dialog.glade:42
5442 msgid ""
5443 "The PSPP processor reported # errors.  The first # and last # are shown "
5444 "below:"
5445 msgstr ""
5446
5447 #: src/ui/gui/message-dialog.glade:94
5448 msgid "gtk-close"
5449 msgstr ""
5450
5451 #: src/ui/gui/missing-val-dialog.c:114 src/ui/gui/missing-val-dialog.c:159
5452 msgid "Incorrect value for variable type"
5453 msgstr ""
5454
5455 #: src/ui/gui/missing-val-dialog.c:135 src/ui/gui/missing-val-dialog.c:142
5456 msgid "Incorrect range specification"
5457 msgstr ""
5458
5459 #: src/ui/gui/oneway-anova-dialog.c:339
5460 #, c-format
5461 msgid "Contrast %d of %d"
5462 msgstr ""
5463
5464 #: src/ui/gui/oneway.glade:30
5465 msgid "_Factor:"
5466 msgstr ""
5467
5468 #: src/ui/gui/oneway.glade:66
5469 msgid "Dependent _Variable(s):"
5470 msgstr ""
5471
5472 #: src/ui/gui/oneway.glade:190
5473 msgid "_Homogeneity"
5474 msgstr ""
5475
5476 #: src/ui/gui/oneway.glade:226
5477 msgid "_Contrasts..."
5478 msgstr ""
5479
5480 #: src/ui/gui/oneway.glade:309
5481 msgid "gtk-go-back"
5482 msgstr ""
5483
5484 #: src/ui/gui/oneway.glade:320
5485 msgid "gtk-go-forward"
5486 msgstr ""
5487
5488 #: src/ui/gui/oneway.glade:343
5489 msgid "_Coefficients:"
5490 msgstr ""
5491
5492 #: src/ui/gui/oneway.glade:389
5493 msgid "Coefficient Total: "
5494 msgstr ""
5495
5496 #: src/ui/gui/oneway.glade:422
5497 msgid "Contrast 1 of 1"
5498 msgstr ""
5499
5500 #: src/ui/gui/output-viewer.glade:32
5501 msgid "gtk-save"
5502 msgstr ""
5503
5504 #: src/ui/gui/output-viewer.glade:41
5505 msgid "gtk-save-as"
5506 msgstr ""
5507
5508 #: src/ui/gui/output-viewer.glade:65
5509 msgid "gtk-copy"
5510 msgstr ""
5511
5512 #: src/ui/gui/psppire-buttonbox.c:143
5513 msgid "Buttons"
5514 msgstr ""
5515
5516 #: src/ui/gui/psppire-buttonbox.c:144
5517 msgid "The mask that decides what buttons appear in the button box"
5518 msgstr ""
5519
5520 #: src/ui/gui/psppire-buttonbox.c:273 src/ui/gui/psppire-buttonbox.c:429
5521 msgid "Continue"
5522 msgstr ""
5523
5524 #: src/ui/gui/psppire-buttonbox.c:427
5525 msgid "OK"
5526 msgstr ""
5527
5528 #: src/ui/gui/psppire-buttonbox.c:428
5529 msgid "Go To"
5530 msgstr ""
5531
5532 #: src/ui/gui/psppire-buttonbox.c:430
5533 msgid "Cancel"
5534 msgstr ""
5535
5536 #: src/ui/gui/psppire-buttonbox.c:431
5537 msgid "Help"
5538 msgstr ""
5539
5540 #: src/ui/gui/psppire-buttonbox.c:432
5541 msgid "Reset"
5542 msgstr ""
5543
5544 #: src/ui/gui/psppire-buttonbox.c:433
5545 msgid "Paste"
5546 msgstr ""
5547
5548 #: src/ui/gui/psppire.c:197
5549 msgid "_Reset"
5550 msgstr ""
5551
5552 #: src/ui/gui/psppire.c:198
5553 msgid "_Select"
5554 msgstr ""
5555
5556 #: src/ui/gui/psppire-data-store.c:827
5557 msgid "var"
5558 msgstr ""
5559
5560 #: src/ui/gui/psppire-data-store.c:948 src/ui/gui/psppire-var-store.c:728
5561 #, c-format
5562 msgid "%ld"
5563 msgstr ""
5564
5565 #: src/ui/gui/psppire.glade:11
5566 msgid "This is pre-alpha software.  Use at your own risk."
5567 msgstr ""
5568
5569 #: src/ui/gui/psppire.glade:73 src/ui/gui/psppire.glade:154
5570 #: src/ui/gui/weight-cases-dialog.c:82
5571 msgid "Do not weight cases"
5572 msgstr ""
5573
5574 #: src/ui/gui/psppire.glade:83
5575 msgid "Weight cases by"
5576 msgstr ""
5577
5578 #: src/ui/gui/psppire.glade:107
5579 msgid "Frequency Variable"
5580 msgstr ""
5581
5582 #: src/ui/gui/psppire.glade:147
5583 msgid "Current Status: "
5584 msgstr ""
5585
5586 #: src/ui/gui/psppire.glade:314
5587 msgid "Name Variable:"
5588 msgstr ""
5589
5590 #: src/ui/gui/psppire.glade:429
5591 msgid "Analyze all cases.  Do not create groups."
5592 msgstr "Analyse all cases.  Do not create groups."
5593
5594 #: src/ui/gui/psppire.glade:439
5595 msgid "Compare groups."
5596 msgstr ""
5597
5598 #: src/ui/gui/psppire.glade:452
5599 msgid "Organize output by groups."
5600 msgstr ""
5601
5602 #: src/ui/gui/psppire.glade:499
5603 msgid "Groups based on:"
5604 msgstr ""
5605
5606 #: src/ui/gui/psppire.glade:563
5607 msgid "Sort the file by grouping variables."
5608 msgstr ""
5609
5610 #: src/ui/gui/psppire.glade:574
5611 msgid "File is already sorted."
5612 msgstr ""
5613
5614 #: src/ui/gui/psppire.glade:618
5615 msgid "Current Status : "
5616 msgstr ""
5617
5618 #: src/ui/gui/psppire.glade:626
5619 msgid "Analysis by groups is off"
5620 msgstr ""
5621
5622 #: src/ui/gui/psppire.glade:725
5623 msgid "Sort by:"
5624 msgstr ""
5625
5626 #: src/ui/gui/psppire.glade:788
5627 msgid "Descending"
5628 msgstr ""
5629
5630 #: src/ui/gui/psppire.glade:804
5631 msgid "Sort Order"
5632 msgstr ""
5633
5634 #: src/ui/gui/psppire.glade:873
5635 msgid "Target Variable:"
5636 msgstr ""
5637
5638 #: src/ui/gui/psppire.glade:904
5639 msgid "Type & Label"
5640 msgstr ""
5641
5642 #: src/ui/gui/psppire.glade:943
5643 msgid "="
5644 msgstr ""
5645
5646 #: src/ui/gui/psppire.glade:989
5647 msgid "Numeric Expressions:"
5648 msgstr ""
5649
5650 #: src/ui/gui/psppire.glade:1043
5651 msgid "Functions:"
5652 msgstr ""
5653
5654 #: src/ui/gui/psppire.glade:1107 src/ui/gui/psppire.glade:1253
5655 #: src/ui/gui/recode.glade:731
5656 msgid "If..."
5657 msgstr ""
5658
5659 #: src/ui/gui/psppire.glade:1223
5660 msgid "All Cases"
5661 msgstr ""
5662
5663 #: src/ui/gui/psppire.glade:1239
5664 msgid "If condition is satisfied"
5665 msgstr ""
5666
5667 #: src/ui/gui/psppire.glade:1291
5668 msgid "Random sample of cases"
5669 msgstr ""
5670
5671 #: src/ui/gui/psppire.glade:1305
5672 msgid "Sample..."
5673 msgstr ""
5674
5675 #: src/ui/gui/psppire.glade:1343
5676 msgid "Based on time or case range"
5677 msgstr ""
5678
5679 #: src/ui/gui/psppire.glade:1356
5680 msgid "Range..."
5681 msgstr ""
5682
5683 #: src/ui/gui/psppire.glade:1394
5684 msgid "Use filter variable"
5685 msgstr ""
5686
5687 #: src/ui/gui/psppire.glade:1556
5688 msgid "Select"
5689 msgstr ""
5690
5691 #: src/ui/gui/psppire.glade:1586
5692 msgid "Filtered"
5693 msgstr ""
5694
5695 #: src/ui/gui/psppire.glade:1596
5696 msgid "Deleted"
5697 msgstr ""
5698
5699 #: src/ui/gui/psppire.glade:1613
5700 msgid "Unselected Cases Are"
5701 msgstr ""
5702
5703 #: src/ui/gui/psppire.glade:1678
5704 msgid "Comments:"
5705 msgstr ""
5706
5707 #: src/ui/gui/psppire.glade:1720
5708 msgid "Display comments in output"
5709 msgstr ""
5710
5711 #: src/ui/gui/psppire.glade:1734
5712 msgid "Column Number: 0"
5713 msgstr ""
5714
5715 #: src/ui/gui/psppire.glade:1810
5716 msgid "Variable Information:"
5717 msgstr ""
5718
5719 #: src/ui/gui/psppire.glade:1836
5720 msgid ""
5721 "\n"
5722 "\n"
5723 "\n"
5724 "\n"
5725 "\n"
5726 "\n"
5727 "\n"
5728 "\n"
5729 "\n"
5730 "\n"
5731 msgstr ""
5732
5733 #: src/ui/gui/psppire.glade:1900
5734 msgid "Observation"
5735 msgstr ""
5736
5737 #: src/ui/gui/psppire.glade:1910
5738 msgid "Last case"
5739 msgstr ""
5740
5741 #: src/ui/gui/psppire.glade:1923
5742 msgid "First case"
5743 msgstr ""
5744
5745 #: src/ui/gui/psppire.glade:2081
5746 msgid "Use expression as label"
5747 msgstr ""
5748
5749 #: src/ui/gui/psppire.glade:2187 src/ui/gui/var-sheet.c:67
5750 msgid "Width"
5751 msgstr ""
5752
5753 #: src/ui/gui/psppire.glade:2274
5754 msgid "Goto Case Number:"
5755 msgstr ""
5756
5757 #: src/ui/gui/psppire.glade:2410
5758 msgid "Sample Size"
5759 msgstr ""
5760
5761 #: src/ui/gui/psppire.glade:2513
5762 msgid "Variable:"
5763 msgstr ""
5764
5765 #: src/ui/gui/psppire.glade:2570
5766 msgid "Search value labels"
5767 msgstr ""
5768
5769 #: src/ui/gui/psppire.glade:2593
5770 msgid "Regular expression Match"
5771 msgstr ""
5772
5773 #: src/ui/gui/psppire.glade:2603
5774 msgid "Search substrings"
5775 msgstr ""
5776
5777 #: src/ui/gui/psppire.glade:2615
5778 msgid "Wrap around"
5779 msgstr ""
5780
5781 #: src/ui/gui/psppire.glade:2627
5782 msgid "Search backward"
5783 msgstr ""
5784
5785 #: src/ui/gui/psppire-var-store.c:489
5786 msgid "Scientific"
5787 msgstr ""
5788
5789 #: src/ui/gui/psppire-var-store.c:492
5790 msgid "Custom"
5791 msgstr ""
5792
5793 #: src/ui/gui/psppire-var-store.c:563 src/ui/gui/psppire-var-store.c:573
5794 #: src/ui/gui/psppire-var-store.c:583
5795 #, c-format
5796 msgid "%d"
5797 msgstr ""
5798
5799 #: src/ui/gui/rank.glade:111
5800 msgid "By:"
5801 msgstr ""
5802
5803 #: src/ui/gui/rank.glade:197
5804 msgid "_Smallest Value"
5805 msgstr ""
5806
5807 #: src/ui/gui/rank.glade:209
5808 msgid "_Largest Value"
5809 msgstr ""
5810
5811 #: src/ui/gui/rank.glade:228
5812 msgid "Assign rank 1 to:"
5813 msgstr ""
5814
5815 #: src/ui/gui/rank.glade:246
5816 msgid "_Display summary tables"
5817 msgstr ""
5818
5819 #: src/ui/gui/rank.glade:262
5820 msgid "Rank T_ypes"
5821 msgstr ""
5822
5823 #: src/ui/gui/rank.glade:273
5824 msgid "_Ties..."
5825 msgstr ""
5826
5827 #: src/ui/gui/rank.glade:343
5828 msgid "Ntiles"
5829 msgstr ""
5830
5831 #: src/ui/gui/rank.glade:376
5832 msgid "Rank"
5833 msgstr ""
5834
5835 #: src/ui/gui/rank.glade:386
5836 msgid "Savage score"
5837 msgstr ""
5838
5839 #: src/ui/gui/rank.glade:400
5840 msgid "Fractional rank"
5841 msgstr ""
5842
5843 #: src/ui/gui/rank.glade:414
5844 msgid "Fractional rank as %"
5845 msgstr ""
5846
5847 #: src/ui/gui/rank.glade:428
5848 msgid "Sum of case weights"
5849 msgstr ""
5850
5851 #: src/ui/gui/rank.glade:450
5852 msgid "Proportion Estimates"
5853 msgstr ""
5854
5855 #: src/ui/gui/rank.glade:460
5856 msgid "Normal Scores"
5857 msgstr ""
5858
5859 #: src/ui/gui/rank.glade:495
5860 msgid "Blom"
5861 msgstr ""
5862
5863 #: src/ui/gui/rank.glade:506
5864 msgid "Tukey"
5865 msgstr ""
5866
5867 #: src/ui/gui/rank.glade:520
5868 msgid "Rankit"
5869 msgstr ""
5870
5871 #: src/ui/gui/rank.glade:534
5872 msgid "Van der Wärden"
5873 msgstr ""
5874
5875 #: src/ui/gui/rank.glade:551
5876 msgid "Proportion Estimation Formula"
5877 msgstr ""
5878
5879 #: src/ui/gui/rank.glade:615
5880 msgid "_Mean"
5881 msgstr ""
5882
5883 #: src/ui/gui/rank.glade:627
5884 msgid "_Low"
5885 msgstr ""
5886
5887 #: src/ui/gui/rank.glade:643
5888 msgid "_High"
5889 msgstr ""
5890
5891 #: src/ui/gui/rank.glade:661
5892 msgid "_Sequential ranks to unique values"
5893 msgstr ""
5894
5895 #: src/ui/gui/rank.glade:681
5896 msgid "Rank Assigned to Ties"
5897 msgstr ""
5898
5899 #: src/ui/gui/recode-dialog.c:881
5900 msgid "Recode into Different Variables"
5901 msgstr ""
5902
5903 #: src/ui/gui/recode-dialog.c:884
5904 msgid "Recode into Same Variables"
5905 msgstr ""
5906
5907 #: src/ui/gui/recode-dialog.c:915 src/ui/gui/recode-dialog.c:1017
5908 msgid "Old"
5909 msgstr ""
5910
5911 #: src/ui/gui/recode-dialog.c:1276
5912 msgid "Recode into Different Variables: Old and New Values "
5913 msgstr ""
5914
5915 #: src/ui/gui/recode-dialog.c:1277
5916 msgid "Recode into Same Variables: Old and New Values"
5917 msgstr ""
5918
5919 #: src/ui/gui/recode.glade:197
5920 msgid "System-Missing"
5921 msgstr ""
5922
5923 #: src/ui/gui/recode.glade:211
5924 msgid "System-or user-missing"
5925 msgstr ""
5926
5927 #: src/ui/gui/recode.glade:245
5928 msgid "through"
5929 msgstr ""
5930
5931 #: src/ui/gui/recode.glade:283
5932 msgid "Range, LOWEST thru value"
5933 msgstr ""
5934
5935 #: src/ui/gui/recode.glade:297
5936 msgid "Range, value thru HIGHEST"
5937 msgstr ""
5938
5939 #: src/ui/gui/recode.glade:327
5940 msgid "All other values"
5941 msgstr ""
5942
5943 #: src/ui/gui/recode.glade:363
5944 msgid "Range:"
5945 msgstr ""
5946
5947 #: src/ui/gui/recode.glade:380
5948 msgid "Old Value"
5949 msgstr ""
5950
5951 #: src/ui/gui/recode.glade:462
5952 msgid "System Missing"
5953 msgstr ""
5954
5955 #: src/ui/gui/recode.glade:476
5956 msgid "Copy old values"
5957 msgstr ""
5958
5959 #: src/ui/gui/recode.glade:500
5960 msgid "Value: "
5961 msgstr ""
5962
5963 #: src/ui/gui/recode.glade:530
5964 msgid "New Value"
5965 msgstr ""
5966
5967 #: src/ui/gui/recode.glade:590
5968 msgid "Convert numeric strings to numbers ('5' -> 5)"
5969 msgstr ""
5970
5971 #: src/ui/gui/recode.glade:608
5972 msgid "Output variables are strings"
5973 msgstr ""
5974
5975 #: src/ui/gui/recode.glade:620
5976 msgid "Width: "
5977 msgstr ""
5978
5979 #: src/ui/gui/recode.glade:743
5980 msgid "(optional case selection condition)"
5981 msgstr ""
5982
5983 #: src/ui/gui/recode.glade:823
5984 msgid "Name:"
5985 msgstr ""
5986
5987 #: src/ui/gui/recode.glade:867
5988 msgid "Change"
5989 msgstr ""
5990
5991 #: src/ui/gui/recode.glade:885
5992 msgid "Output Variable"
5993 msgstr ""
5994
5995 #: src/ui/gui/recode.glade:965
5996 msgid "Old and New Values"
5997 msgstr ""
5998
5999 #: src/ui/gui/select-cases-dialog.c:85
6000 #, c-format
6001 msgid "Approximately %3d%% of all cases."
6002 msgstr ""
6003
6004 #: src/ui/gui/select-cases-dialog.c:86
6005 #, c-format
6006 msgid "Exactly %3d cases from the first %3d cases."
6007 msgstr ""
6008
6009 #: src/ui/gui/select-cases-dialog.c:226
6010 #, c-format
6011 msgid "%d thru %d"
6012 msgstr ""
6013
6014 #: src/ui/gui/syntax-editor.c:77
6015 #, c-format
6016 msgid "Save contents of syntax editor to %s?"
6017 msgstr ""
6018
6019 #: src/ui/gui/syntax-editor.c:124
6020 msgid "Save Syntax"
6021 msgstr ""
6022
6023 #: src/ui/gui/syntax-editor.c:132 src/ui/gui/syntax-editor.c:516
6024 msgid "Syntax Files (*.sps) "
6025 msgstr ""
6026
6027 #: src/ui/gui/syntax-editor.c:508
6028 msgid "Open Syntax"
6029 msgstr ""
6030
6031 #: src/ui/gui/syntax-editor.glade:10
6032 msgid "Psppire Syntax Editor"
6033 msgstr ""
6034
6035 #: src/ui/gui/syntax-editor.glade:188
6036 msgid "_Run"
6037 msgstr ""
6038
6039 #: src/ui/gui/syntax-editor.glade:197
6040 msgid "All"
6041 msgstr ""
6042
6043 #: src/ui/gui/syntax-editor.glade:205
6044 msgid "Selection"
6045 msgstr ""
6046
6047 #: src/ui/gui/syntax-editor.glade:213
6048 msgid "Current Line"
6049 msgstr ""
6050
6051 #: src/ui/gui/syntax-editor.glade:222
6052 msgid "To End"
6053 msgstr ""
6054
6055 #: src/ui/gui/t-test.glade:56 src/ui/gui/t-test.glade:165
6056 msgid "Define Groups"
6057 msgstr ""
6058
6059 #: src/ui/gui/t-test.glade:123 src/ui/gui/t-test.glade:549
6060 #: src/ui/gui/t-test.glade:761
6061 msgid "Test Variable(s):"
6062 msgstr ""
6063
6064 #: src/ui/gui/t-test.glade:258
6065 msgid "Group_2 value:"
6066 msgstr ""
6067
6068 #: src/ui/gui/t-test.glade:271
6069 msgid "Group_1 value:"
6070 msgstr ""
6071
6072 #: src/ui/gui/t-test.glade:320
6073 msgid "_Cut point:"
6074 msgstr ""
6075
6076 #: src/ui/gui/t-test.glade:349
6077 msgid "_Use specified values:"
6078 msgstr ""
6079
6080 #: src/ui/gui/t-test.glade:431
6081 msgid "Exclude cases _analysis by analysis"
6082 msgstr ""
6083
6084 #: src/ui/gui/t-test.glade:442
6085 msgid "Exclude cases _listwise"
6086 msgstr ""
6087
6088 #: src/ui/gui/t-test.glade:594
6089 msgid "Test Value: "
6090 msgstr ""
6091
6092 #: src/ui/gui/t-test-options.c:60
6093 #, c-format
6094 msgid "Confidence Interval: %2d %%"
6095 msgstr ""
6096
6097 #: src/ui/gui/t-test-paired-samples.c:232
6098 msgid "Var 1"
6099 msgstr ""
6100
6101 #: src/ui/gui/t-test-paired-samples.c:233
6102 msgid "Var 2"
6103 msgstr ""
6104
6105 #: src/ui/gui/variable-info-dialog.c:88
6106 #, c-format
6107 msgid "Label: %s\n"
6108 msgstr ""
6109
6110 #: src/ui/gui/variable-info-dialog.c:97
6111 #, c-format
6112 msgid "Type: %s\n"
6113 msgstr ""
6114
6115 #: src/ui/gui/variable-info-dialog.c:101
6116 #, c-format
6117 msgid "Missing Values: %s\n"
6118 msgstr ""
6119
6120 #: src/ui/gui/variable-info-dialog.c:106
6121 #, c-format
6122 msgid "Measurement Level: %s\n"
6123 msgstr ""
6124
6125 #: src/ui/gui/variable-info-dialog.c:120
6126 msgid "Value Labels:\n"
6127 msgstr ""
6128
6129 #: src/ui/gui/variable-info-dialog.c:132
6130 #, c-format
6131 msgid "%s %s\n"
6132 msgstr ""
6133
6134 #: src/ui/gui/var-sheet.c:65
6135 msgid "Name"
6136 msgstr ""
6137
6138 #: src/ui/gui/var-sheet.c:68
6139 msgid "Decimals"
6140 msgstr ""
6141
6142 #: src/ui/gui/var-sheet.c:70
6143 msgid "Values"
6144 msgstr ""
6145
6146 #: src/ui/gui/var-sheet.c:73
6147 msgid "Align"
6148 msgstr ""
6149
6150 #: src/ui/gui/var-sheet.c:74
6151 msgid "Measure"
6152 msgstr ""
6153
6154 #: src/ui/gui/weight-cases-dialog.c:88
6155 #, c-format
6156 msgid "Weight cases by %s"
6157 msgstr ""
6158
6159 #: src/ui/gui/window-manager.c:142
6160 #, c-format
6161 msgid "Syntax%d"
6162 msgstr ""
6163
6164 #: src/ui/gui/window-manager.c:143 src/ui/gui/window-manager.c:178
6165 #, c-format
6166 msgid "%s --- PSPP Syntax Editor"
6167 msgstr ""
6168
6169 #: src/ui/gui/window-manager.c:146
6170 #, c-format
6171 msgid "Untitled%d"
6172 msgstr ""
6173
6174 #: src/ui/gui/window-manager.c:147 src/ui/gui/window-manager.c:181
6175 #, c-format
6176 msgid "%s --- PSPP Data Editor"
6177 msgstr ""
6178
6179 #: src/ui/gui/window-manager.c:150
6180 #, c-format
6181 msgid "Output%d"
6182 msgstr ""
6183
6184 #: src/ui/gui/window-manager.c:151
6185 #, c-format
6186 msgid "%s --- PSPP Output"
6187 msgstr ""
6188
6189 #: src/ui/terminal/command-line.c:230
6190 #, c-format
6191 msgid ""
6192 "PSPP, a program for statistical analysis of sample data.\n"
6193 "\n"
6194 "Usage: %s [OPTION]... FILE...\n"
6195 "\n"
6196 "If a long option shows an argument as mandatory, then it is mandatory\n"
6197 "for the equivalent short option also.  Similarly for optional arguments.\n"
6198 "\n"
6199 "Configuration:\n"
6200 "  -a, --algorithm={compatible|enhanced}\n"
6201 "                            set to `compatible' if you want output\n"
6202 "                            calculated from broken algorithms\n"
6203 "  -B, --config-dir=DIR      set configuration directory to DIR\n"
6204 "  -o, --device=DEVICE       select output driver DEVICE and disable "
6205 "defaults\n"
6206 "\n"
6207 "Input and output:\n"
6208 "  -e, --error-file=FILE     send error messages to FILE (appended)\n"
6209 "  -f, --out-file=FILE       send output to FILE (overwritten)\n"
6210 "  -p, --pipe                read syntax from stdin, send output to stdout\n"
6211 "  -I-, --no-include         clear include path\n"
6212 "  -I, --include=DIR         append DIR to include path\n"
6213 "\n"
6214 "Language modifiers:\n"
6215 "  -i, --interactive         interpret syntax in interactive mode\n"
6216 "  -n, --edit                just check syntax; don't actually run the code\n"
6217 "  -r, --no-statrc           disable execution of .pspp/rc at startup\n"
6218 "  -s, --safer               don't allow some unsafe operations\n"
6219 "  -x, --syntax={compatible|enhanced}\n"
6220 "                            set to `compatible' if you want only to accept\n"
6221 "                            spss compatible syntax\n"
6222 "\n"
6223 "Informative output:\n"
6224 "  -h, --help                print this help, then exit\n"
6225 "  -l, --list                print a list of known driver classes, then exit\n"
6226 "  -V, --version             show PSPP version, then exit\n"
6227 "  -v, --verbose             increments verbosity level\n"
6228 "\n"
6229 "Non-option arguments:\n"
6230 " FILE                       syntax file to execute\n"
6231 " KEY=VALUE                  overrides macros in output initialization file\n"
6232 "\n"
6233 msgstr ""
6234
6235 #: src/ui/terminal/command-line.c:265
6236 #, c-format
6237 msgid ""
6238 "\n"
6239 "Report bugs to <%s>.\n"
6240 msgstr ""
6241
6242 #: src/ui/terminal/main.c:131
6243 msgid ""
6244 "Stopping syntax file processing here to avoid a cascade of dependent command "
6245 "failures."
6246 msgstr ""
6247
6248 #: src/ui/terminal/msg-ui.c:67
6249 #, c-format
6250 msgid "Cannot open %s (%s). Writing errors to stdout instead.\n"
6251 msgstr ""
6252
6253 #: src/ui/terminal/msg-ui.c:94
6254 msgid "Terminating execution of syntax file due to error."
6255 msgstr ""
6256
6257 #: src/ui/terminal/msg-ui.c:96
6258 #, c-format
6259 msgid "Errors (%d) exceeds limit (%d)."
6260 msgstr ""
6261
6262 #: src/ui/terminal/msg-ui.c:99
6263 #, c-format
6264 msgid "Warnings (%d) exceed limit (%d)."
6265 msgstr ""
6266
6267 #: src/ui/terminal/msg-ui.c:150
6268 msgid "error"
6269 msgstr ""
6270
6271 #: src/ui/terminal/msg-ui.c:151
6272 msgid "warning"
6273 msgstr ""
6274
6275 #: src/ui/terminal/terminal.c:72
6276 #, c-format
6277 msgid "could not access definition for terminal `%s'"
6278 msgstr ""
6279
6280 #~ msgid ""
6281 #~ "   This program is free software: you can redistribute it and/or modify\n"
6282 #~ "   it under the terms of the GNU General Public License as published by\n"
6283 #~ "   the Free Software Foundation, either version 3 of the License, or\n"
6284 #~ "   (at your option) any later version.\n"
6285 #~ "\n"
6286 #~ "   This program is distributed in the hope that it will be useful,\n"
6287 #~ "   but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
6288 #~ "   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
6289 #~ "   GNU General Public License for more details.\n"
6290 #~ "\n"
6291 #~ "   You should have received a copy of the GNU General Public License\n"
6292 #~ "   along with this program.  If not, see <http://www.gnu.org/licenses/>.\n"
6293 #~ msgstr ""
6294 #~ "\"   This program is free software: you can redistribute it and/or modify"
6295 #~ "\\n\"\n"
6296 #~ "\"   it under the terms of the GNU General Public License as published by"
6297 #~ "\\n\"\n"
6298 #~ "\"   the Free Software Foundation, either version 3 of the Licence, or\\n"
6299 #~ "\"\n"
6300 #~ "\"   (at your option) any later version.\\n\"\n"
6301 #~ "\"\\n\"\n"
6302 #~ "\"   This program is distributed in the hope that it will be useful,\\n"
6303 #~ "\"\n"
6304 #~ "\"   but WITHOUT ANY WARRANTY; without even the implied warranty of\\n\"\n"
6305 #~ "\"   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\\n\"\n"
6306 #~ "\"   GNU General Public License for more details.\\n\"\n"
6307 #~ "\"\\n\"\n"
6308 #~ "\"   You should have received a copy of the GNU General Public License\\n"
6309 #~ "\"\n"
6310 #~ "\"   along with this program.  If not, see <http://www.gnu.org/licenses/>."
6311 #~ "\\n\"\n"