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